
.slick-slider
{
/*     position: relative; */

    display: block;
    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;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  line-height: 1; 
}

.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;
}

.slick-arrow-up{
  font-style: normal;
  color: #2d4c7a;
  border: 2px solid #2d4c7a;
  padding: 24px 16px;
  border-radius: 31px;
  position: absolute;
  right: 5%;
  top: calc(50% - 82.5px);
  z-index: 9;
}

.slick-arrow-down{
  font-style: normal;
  color: #2d4c7a;
  border: 2px solid #2d4c7a;
  padding: 24px 16px;
  border-radius: 31px;
  position: absolute;
  right: 5%;
  bottom: calc(50% - 82.5px);
  z-index: 9;
}

.slick-arrow.slick-disabled{
  color: #e0e5ec;
  border: 1px solid #e0e5ec;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
		background-color: var(--gray-400); }

.hamburger-box {
  width: 2rem;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 2rem;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
  
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

/*     src: url('./fonts/slick.eot'); */
/*     src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg'); */
}
/* Arrows */
.slick-prev,
.slick-next
{
/*     font-size: 0; */
/*     line-height: 0; */
    color: transparent !important;
    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '>';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 3rem;
}

.slick-dots
{
    margin-top: 50px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
    background: #E1E6EA;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}


.slick-dots li.slick-active button{
  background: #59C3BF;
}


.slick-slider {
    opacity: 0;
}

@media(max-width: 1024px){
  .slick-arrow{
    bottom: -59px;
    top: unset;
  }
  .slick-next {
    left: calc(50% + 23px);
    transform: translateX(-50%);
    right: unset !important;
  }
  .slick-prev.slick-arrow {
    left: calc(50% - 22px) !important;
    right: unset !important;
    transform: translateX(-50%);
  }

}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:35px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:15px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}







































/* Line Height */

  


/* Letter Spacing */

  










/* Color */











  






  






  






  






  






  



































/* Uppercase */

  


/* Letter Spacing */


/* Shadow */


/* Shadow Hover */
 


*, :after, :before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0 solid #e2e8f0 /* 2; */;
}


.container {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
  max-width: 1320px;
	/* max-width: 1280px;  Adds 40px for padding right + left Edit this for theme labels*/
  }

/* .blog-container{
  width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
  max-width: 1256px;
} */

.container-xs {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 760px;
}
.container-sm {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 920px;
}
.container-md {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1024px;
}
/* @media (min-width:992px) {
  .container {
		padding-left: 60px;
		padding-right: 60px;
		max-width: 1400px;
  }
} */




.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 1px;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846382977%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 99.99999998999999%;
	*width: 99.94680850063828%;
}

.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.4361702036383%;
}

.row-fluid .span10 {
	width: 82.97872339599999%;
	*width: 82.92553190663828%;
}

.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.4148936096383%;
}

.row-fluid .span8 {
	width: 65.95744680199999%;
	*width: 65.90425531263828%;
}

.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.3936170156383%;
}

.row-fluid .span6 {
	width: 48.93617020799999%;
	*width: 48.88297871863829%;
}

.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.3723404216383%;
}

.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.8617021246383%;
}

.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.3510638276383%;
}

.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.8404255306383%;
}

.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.329787233638298%;
}

.container-fluid {
	*zoom: 1;
}

.container-fluid:before, .container-fluid:after {
	display: table;
	content: "";
}

.container-fluid:after {
	clear: both;
}

@media (max-width: 767px) {
	.row-fluid {
		width: 100%;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1139px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 1px;
		margin-left: 2.762430939%;
		*margin-left: 2.709239449638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 99.999999993%;
		*width: 99.9468085036383%;
	}

	.row-fluid .span11 {
		width: 91.436464082%;
		*width: 91.38327259263829%;
	}

	.row-fluid .span10 {
		width: 82.87292817100001%;
		*width: 82.8197366816383%;
	}

	.row-fluid .span9 {
		width: 74.30939226%;
		*width: 74.25620077063829%;
	}

	.row-fluid .span8 {
		width: 65.74585634900001%;
		*width: 65.6926648596383%;
	}

	.row-fluid .span7 {
		width: 57.182320438000005%;
		*width: 57.129128948638304%;
	}

	.row-fluid .span6 {
		width: 48.618784527%;
		*width: 48.5655930376383%;
	}

	.row-fluid .span5 {
		width: 40.055248616%;
		*width: 40.0020571266383%;
	}

	.row-fluid .span4 {
		width: 31.491712705%;
		*width: 31.4385212156383%;
	}

	.row-fluid .span3 {
		width: 22.928176794%;
		*width: 22.874985304638297%;
	}

	.row-fluid .span2 {
		width: 14.364640883%;
		*width: 14.311449393638298%;
	}

	.row-fluid .span1 {
		width: 5.801104972%;
		*width: 5.747913482638298%;
	}
}

@media (min-width: 1280px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 1px;
		margin-left: 2.564102564%;
		*margin-left: 2.510911074638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851063829%;
	}

	.row-fluid .span11 {
		width: 91.45299145300001%;
		*width: 91.3997999636383%;
	}

	.row-fluid .span10 {
		width: 82.905982906%;
		*width: 82.8527914166383%;
	}

	.row-fluid .span9 {
		width: 74.358974359%;
		*width: 74.30578286963829%;
	}

	.row-fluid .span8 {
		width: 65.81196581200001%;
		*width: 65.7587743226383%;
	}

	.row-fluid .span7 {
		width: 57.264957265%;
		*width: 57.2117657756383%;
	}

	.row-fluid .span6 {
		width: 48.717948718%;
		*width: 48.6647572286383%;
	}

	.row-fluid .span5 {
		width: 40.170940171000005%;
		*width: 40.117748681638304%;
	}

	.row-fluid .span4 {
		width: 31.623931624%;
		*width: 31.5707401346383%;
	}

	.row-fluid .span3 {
		width: 23.076923077%;
		*width: 23.0237315876383%;
	}

	.row-fluid .span2 {
		width: 14.529914530000001%;
		*width: 14.4767230406383%;
	}

	.row-fluid .span1 {
		width: 5.982905983%;
		*width: 5.929714493638298%;
	}
}

/* Clearfix */
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

.d-flex {
  display: flex
}

.wrap{
  flex-wrap:wrap;
}

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

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

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

@media(min-width: 768px){
  .flex-md-row {
    flex-direction: row;
  }
   .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  
   .flex-md-column {
    flex-direction: column;
  }
}

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

@media(max-width: 767px){
  .align-center-mobile{
    align-items: center;
  }
}

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

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

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

@media(max-width: 767px){
  .content-center-mobile{
    justify-content: center;
  }
}

.items-center{
  justify-items: center;
}

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

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

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

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

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


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

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

.p-relative {
  position: relative;
}

.d-grid{
  display: grid;
}

.justify-items-center{
  justify-items: center;
}


.content-intro .description{
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.content-intro .description-sm{
  max-width: 831px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}
.content-intro .headline{
  max-width: 1262px;
  margin-left: auto;
  margin-right: auto;
}
.content-intro .headline-sm{
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}
.content-intro .headline-lg{
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}
.content-intro .description-lg{
  max-width: 1022px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.bg-dark{
  background-color: #4F6475;
}
.bg-dark-blue{
  background-color: #00617D;
}
.bg-light{
  background-color: #F3F5F5;
}
.bg-light-grey{
  background-color: #9CAAB0;
}
.bg-dark-grey{
  background-color: #728591;
}

.bg-blue{
  background-color: #0D9AAC;
}
.bg-light-blue{
  background-color: #25A3B3;
}
.bg-soft-blue{
  background-color: #E7F5F7;
}
.bg-green{
  background-color: #90D432;
}
.bg-white{
  background-color: #fff;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}

@media(max-width: 992px){
  .bg-white-mobile{
    background: white;
  }
}

.w-100{
  width: 100%;
}

.h-100{
  height: 100%;
}

.grey-gradient-bg{
  background: linear-gradient(360deg, #F3F5F5 0%, #FFF 76.10%);
}

.blog-post-container-press,
.video-post-container,
.blog-post-container-glossary{
  max-width: 874px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media(max-width: 767px){
  .pd-0-mobile{
    padding-left: 0;
    padding-right: 0
  }
}

.container-sliders{
  max-width: 1192px;
  margin-left: auto;
	margin-right: auto;
}

.skip-link {
  position: absolute;
  top: -400px; 
  left: 10px;
  background-color: #000;
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
  z-index: 1000;
  border-radius: 4px;
  font-size: 16px;
}

.skip-link:focus {
  top: 10px; 
}
.lp-template.form-wrapper{
  background: #00617D;
}
.lp-template.form-wrapper h3{
  color: #ffffff;
}
.lp-template.form-wrapper .legal-consent-container .hs-richtext, .lp-template .legal-consent-container .hs-form-booleancheckbox-display>span{
  color: #ffffff;
}
.icon {
  margin-right: 8px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  width: 23px;
  height: 24px;
  margin-bottom: 5px;
}
.icon::before {
  width: 23px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.independent-living-icon::before{
  content:  url('data:image/svg+xml,<svg width="21" height="23" viewBox="0 0 21 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.1626 22.4611V15.957" stroke="%230D9AAC" stroke-width="0.860032" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.86271 8.09863V9.71493L3.07353 11.0736C2.57474 11.2878 2.14963 11.6434 1.85072 12.0965C1.55181 12.5496 1.3922 13.0804 1.3916 13.6232V22.4606" stroke="%230D9AAC" stroke-width="0.860032" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.32841 1.39063C9.06456 1.39063 9.77056 1.68306 10.2911 2.2036C10.8116 2.72413 11.1041 3.43013 11.1041 4.16628V5.55168C11.1041 6.28783 10.8116 6.99384 10.2911 7.51437C9.77056 8.03491 9.06456 8.32734 8.32841 8.32734C7.96402 8.32734 7.6032 8.25553 7.26658 8.11601C6.92995 7.97649 6.62413 7.772 6.36658 7.51422C6.10903 7.25645 5.9048 6.95044 5.76558 6.6137C5.62635 6.27695 5.55486 5.91607 5.55518 5.55168V4.16628C5.55486 3.80189 5.62635 3.44101 5.76558 3.10427C5.9048 2.76753 6.10903 2.46152 6.36658 2.20374C6.62413 1.94597 6.92995 1.74148 7.26658 1.60196C7.6032 1.46244 7.96402 1.39062 8.32841 1.39063Z" stroke="%230D9AAC" stroke-width="0.860032" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.61133 9.71493V8.09863" stroke="%230D9AAC" stroke-width="0.860032" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.3147 22.3616L19.7567 16.5624C20.3117 15.8356 20.565 14.9227 20.4637 14.0139C20.3624 13.105 19.9144 12.2703 19.213 11.6835C18.5116 11.0967 17.6108 10.8032 16.6984 10.864C15.7859 10.9248 14.9321 11.3353 14.3147 12.01C14.0014 11.6509 13.6191 11.3583 13.1905 11.1497C12.7619 10.9412 12.2957 10.8208 11.8198 10.7959C11.3438 10.7709 10.8676 10.8419 10.4196 11.0045C9.9715 11.1671 9.56069 11.4181 9.21149 11.7425C8.8623 12.0669 8.58185 12.4582 8.38679 12.8931C8.19173 13.328 8.08604 13.7977 8.07599 14.2742C8.06593 14.7508 8.15172 15.2245 8.32827 15.6672C8.50481 16.11 8.76851 16.5128 9.1037 16.8516L14.3147 22.3616Z" stroke="%230D9AAC" stroke-width="0.860032" stroke-linecap="round" stroke-linejoin="round"/></svg>')
}
.assisted-living-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cmask id='mask0_2952_16832' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16832)'%3E%3Cpath d='M9.22683 20.3163C9.00949 20.5277 8.71824 20.646 8.41503 20.646C8.11182 20.646 7.82058 20.5277 7.60324 20.3163C7.39174 20.1044 7.27295 19.8173 7.27295 19.5179C7.27295 19.2185 7.39174 18.9314 7.60324 18.7195L9.53064 16.775L10.814 15.4942C10.9187 15.3893 11.043 15.3061 11.1798 15.2493C11.3167 15.1925 11.4634 15.1632 11.6115 15.1631C11.7597 15.163 11.9064 15.192 12.0434 15.2486C12.1803 15.3052 12.3047 15.3883 12.4096 15.4929C12.5145 15.5976 12.5977 15.722 12.6545 15.8588C12.7113 15.9956 12.7406 16.1423 12.7407 16.2905C12.7408 16.4387 12.7117 16.5854 12.6551 16.7224C12.5985 16.8593 12.5155 16.9837 12.4108 17.0886L9.51606 20.0052L9.22683 20.3163Z' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.4314 18.0826C11.6488 17.8712 11.94 17.7529 12.2432 17.7529C12.5464 17.7529 12.8377 17.8712 13.055 18.0826C13.2665 18.2945 13.3853 18.5817 13.3853 18.8811C13.3853 19.1805 13.2665 19.4676 13.055 19.6795L12.7536 20.0076L10.8092 21.935C10.7061 22.0474 10.5813 22.1378 10.4424 22.2007C10.3034 22.2635 10.1532 22.2976 10.0007 22.3009C9.84823 22.3042 9.69666 22.2766 9.55514 22.2198C9.41361 22.1629 9.28506 22.078 9.17722 21.9702C9.06937 21.8623 8.98447 21.7338 8.92763 21.5922C8.87078 21.4507 8.84317 21.2991 8.84645 21.1467C8.84974 20.9942 8.88385 20.844 8.94673 20.705C9.00961 20.5661 9.09997 20.4413 9.21235 20.3382' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.83433 16.4718C10.0462 16.2552 10.1648 15.9642 10.1648 15.6612C10.1648 15.3582 10.0462 15.0673 9.83433 14.8507C9.72995 14.7454 9.60576 14.6619 9.46893 14.6049C9.3321 14.5479 9.18535 14.5186 9.03712 14.5186C8.8889 14.5186 8.74214 14.5479 8.60531 14.6049C8.46848 14.6619 8.3443 14.7454 8.23991 14.8507L6.64063 16.4621C6.42928 16.6736 6.31055 16.9603 6.31055 17.2593C6.31055 17.5583 6.42928 17.845 6.64063 18.0565C6.85808 18.2687 7.14983 18.3874 7.45363 18.3874C7.75743 18.3874 8.04919 18.2687 8.26664 18.0565' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.7494 20.9774C11.9668 20.7652 12.2586 20.6465 12.5624 20.6465C12.8662 20.6465 13.1579 20.7652 13.3754 20.9774C13.4806 21.0818 13.5641 21.206 13.6211 21.3428C13.6781 21.4796 13.7075 21.6264 13.7075 21.7746C13.7075 21.9228 13.6781 22.0696 13.6211 22.2064C13.5641 22.3432 13.4806 22.4674 13.3754 22.5718L13.0667 22.8951C12.8552 23.1064 12.5685 23.2251 12.2695 23.2251C11.9705 23.2251 11.6837 23.1064 11.4723 22.8951C11.2597 22.6783 11.1406 22.3869 11.1406 22.0833C11.1406 21.7797 11.2597 21.4882 11.4723 21.2715' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.3203 21.2892L15.9717 21.926C16.0748 22.0384 16.1996 22.1287 16.3385 22.1916C16.4775 22.2545 16.6277 22.2886 16.7802 22.2919C16.9327 22.2952 17.0842 22.2675 17.2258 22.2107C17.3673 22.1539 17.4958 22.069 17.6037 21.9611C17.7115 21.8533 17.7964 21.7247 17.8533 21.5832C17.9101 21.4417 17.9377 21.2901 17.9344 21.1376C17.9312 20.9851 17.8971 20.8349 17.8342 20.6959C17.7713 20.557 17.6809 20.4322 17.5685 20.3291L16.9318 19.6777' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5586 20.3156C17.7755 20.5269 18.0664 20.6451 18.3692 20.6451C18.672 20.6451 18.9628 20.5269 19.1798 20.3156C19.3913 20.1037 19.51 19.8166 19.51 19.5172C19.51 19.2178 19.3913 18.9307 19.1798 18.7188L18.543 18.0674' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.5163 18.0537C18.7337 18.2658 19.0255 18.3846 19.3293 18.3846C19.6331 18.3846 19.9248 18.2658 20.1423 18.0537C20.3537 17.8422 20.4724 17.5555 20.4724 17.2565C20.4724 16.9575 20.3537 16.6707 20.1423 16.4593L14.6736 10.9736L13.7014 10.0014L11.2053 12.2739C10.9413 12.5138 10.595 12.6429 10.2384 12.6343C9.88175 12.6257 9.54213 12.4801 9.29 12.2277C9.1597 12.0976 9.0566 11.9429 8.98669 11.7725C8.91679 11.6022 8.88149 11.4196 8.88285 11.2354C8.88421 11.0513 8.92219 10.8693 8.9946 10.7C9.06701 10.5307 9.17238 10.3775 9.30459 10.2493L13.3854 6.19759C14.5128 5.12599 16.0081 4.52751 17.5635 4.52539C19.0887 4.56247 20.5392 5.19391 21.6055 6.28509L21.7732 6.4528C22.2824 6.96158 22.6863 7.56572 22.962 8.23069C23.2376 8.89567 23.3794 9.60844 23.3794 10.3283C23.3794 11.0481 23.2376 11.7609 22.962 12.4258C22.6863 13.0908 22.2824 13.695 21.7732 14.2037L20.801 15.1638' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3857 22.565L13.7163 22.8931C13.9278 23.1045 14.2145 23.2232 14.5135 23.2232C14.8125 23.2232 15.0992 23.1045 15.3107 22.8931C15.5233 22.6764 15.6424 22.3849 15.6424 22.0813C15.6424 21.7777 15.5233 21.4863 15.3107 21.2695' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3856 6.17349C12.3284 5.37385 10.4228 4.494 9.17111 4.52317C7.66325 4.57449 6.23312 5.20469 5.17776 6.28287L5.01005 6.45057C4.49733 6.95738 4.09028 7.56088 3.81246 8.22613C3.53465 8.89137 3.3916 9.60512 3.3916 10.326C3.3916 11.047 3.53465 11.7607 3.81246 12.426C4.09028 13.0912 4.49733 13.6947 5.01005 14.2015L5.97011 15.1664' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.memory-care-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cmask id='mask0_2952_16845' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16845)'%3E%3Cpath d='M8.74104 13.1256C7.7907 12.3842 5.74662 10.3183 5.06607 9.06657C4.73746 8.45407 4.55136 7.77529 4.52164 7.08084C4.51457 6.45062 4.74944 5.8417 5.17788 5.37947C5.3787 5.16052 5.62284 4.9857 5.8948 4.86611C6.16677 4.74652 6.46063 4.68476 6.75773 4.68476C7.05482 4.68476 7.34868 4.74652 7.62064 4.86611C7.89261 4.9857 8.13675 5.16052 8.33757 5.37947C8.49474 5.54883 8.62729 5.73947 8.73131 5.94578C8.83362 5.73845 8.96634 5.54758 9.12506 5.37947C9.32568 5.16019 9.56975 4.98507 9.84174 4.86527C10.1137 4.74546 10.4077 4.68359 10.7049 4.68359C11.0021 4.68359 11.2961 4.74546 11.568 4.86527C11.84 4.98507 12.0841 5.16019 12.2847 5.37947C12.7132 5.8417 12.9481 6.45062 12.941 7.08084C12.9129 7.77554 12.7267 8.45467 12.3965 9.06657C11.733 10.3183 9.68894 12.3842 8.74104 13.1256Z' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.3135 3.51227C12.8669 3.42871 13.426 3.38808 13.9857 3.39075' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.9787 3.39062C18.5311 3.39062 20.7842 6.95864 20.7404 11.1683L22.0359 15.0571H20.7404V17.3273C20.7404 18.6252 19.4425 18.9508 18.1446 18.9508H16.5308V23.4935H7.44789L8.09683 16.355C8.09683 15.4995 7.7517 14.6537 7.36768 13.7422' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.skilled-nursing-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cmask id='mask0_2952_16852' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16852)'%3E%3Cpath d='M12.4316 22.4913C12.346 22.4909 12.2628 22.4607 12.1945 22.4052L4.36858 16.2555C3.40565 15.4843 2.68517 14.4143 2.30408 13.1892C1.92298 11.9641 1.89955 10.6428 2.23692 9.40294C2.88974 6.83862 4.75495 5.15202 7.10245 5C7.24101 5 7.36891 5 7.51812 5C8.43555 5.00561 9.3429 5.20642 10.188 5.59087C11.033 5.97533 11.7992 6.53585 12.4423 7.24019C13.0859 6.53576 13.8525 5.97521 14.698 5.59076C15.5435 5.20631 16.4513 5.00554 17.3691 5C17.5076 5 17.6355 5 17.7848 5C20.1323 5.15202 21.9975 6.83862 22.6503 9.40294C22.9882 10.6441 22.9637 11.9671 22.58 13.1927C22.1963 14.4184 21.4721 15.4876 20.5053 16.2555L12.6821 22.4052C12.61 22.4635 12.5217 22.4938 12.4316 22.4913ZM7.50746 5.91501C7.38489 5.91501 7.26232 5.91501 7.13975 5.91501C4.76827 6.0699 3.45729 7.94294 3.02563 9.64388C2.73858 10.7004 2.75913 11.8263 3.08451 12.8699C3.40989 13.9135 4.02449 14.8248 4.84555 15.481L12.4316 21.4443L20.0177 15.481C20.8395 14.8254 21.4549 13.9144 21.7808 12.8706C22.1066 11.8269 22.1274 10.7007 21.8403 9.64388C21.4059 7.94007 20.0976 6.06703 17.7261 5.91501C17.6036 5.91501 17.481 5.91501 17.3584 5.91501C16.4814 5.92196 15.6158 6.13024 14.8195 6.52594C14.0232 6.92165 13.3145 7.49568 12.7407 8.2097C12.7017 8.2559 12.6542 8.29281 12.6012 8.31807C12.5482 8.34334 12.4909 8.35639 12.433 8.35639C12.375 8.35639 12.3177 8.34334 12.2647 8.31807C12.2117 8.29281 12.1641 8.2559 12.1252 8.2097C11.5514 7.49568 10.8427 6.92165 10.0464 6.52594C9.25005 6.13024 8.38449 5.92196 7.50746 5.91501Z' fill='%230D9AAC'/%3E%3Cpath d='M4.56033 14.0879C4.49014 14.0876 4.42119 14.068 4.36008 14.0308C4.29896 13.9936 4.24773 13.9402 4.21127 13.8757C3.797 13.1681 3.55537 12.3594 3.50879 11.5245C3.46221 10.6897 3.61219 9.85568 3.94481 9.09983C4.2832 8.35862 4.80341 7.73113 5.44918 7.28522C6.09494 6.83931 6.84168 6.59196 7.60861 6.56993C7.66421 6.56685 7.71982 6.57575 7.77219 6.5961C7.82455 6.61645 7.87262 6.64785 7.91357 6.68845C7.95451 6.72906 7.98752 6.77806 8.01065 6.83257C8.03378 6.88708 8.04657 6.94602 8.04827 7.00592C8.05635 7.12678 8.01971 7.24618 7.94633 7.33807C7.87295 7.42996 7.76879 7.48688 7.65657 7.49641C7.03734 7.51076 6.43346 7.70663 5.90995 8.06296C5.38644 8.41928 4.96312 8.92256 4.68556 9.51861C4.41969 10.1295 4.30107 10.8027 4.34065 11.4759C4.38024 12.1492 4.57675 12.8009 4.91206 13.3708C4.97176 13.4748 4.99205 13.5994 4.96874 13.719C4.94543 13.8386 4.8803 13.944 4.78682 14.0133C4.71977 14.0616 4.64099 14.0876 4.56033 14.0879Z' fill='%230D9AAC'/%3E%3Cpath d='M14.0752 17.7726C13.9916 17.7718 13.91 17.7441 13.8412 17.693C13.7723 17.6418 13.7192 17.5697 13.6889 17.4857L11.8236 12.3743L10.6672 14.6518C10.6324 14.7227 10.5802 14.7821 10.5164 14.8236C10.4525 14.865 10.3794 14.8869 10.3048 14.887H8.11722C8.00273 14.887 7.89293 14.838 7.81198 14.7509C7.73103 14.6638 7.68555 14.5456 7.68555 14.4223C7.68555 14.2991 7.73103 14.1809 7.81198 14.0937C7.89293 14.0066 8.00273 13.9576 8.11722 13.9576H10.065L11.5225 11.0893C11.5596 11.0143 11.616 10.9525 11.6849 10.9111C11.7538 10.8698 11.8323 10.8507 11.9111 10.8561C11.9898 10.8616 12.0654 10.8913 12.1288 10.9418C12.1922 10.9923 12.2408 11.0615 12.2686 11.1409L14.0139 15.9225L15.8578 9.02119C15.8783 8.93199 15.9242 8.85195 15.9892 8.79235C16.0541 8.73276 16.1348 8.69661 16.2199 8.68901C16.3049 8.6814 16.3901 8.70273 16.4633 8.74997C16.5365 8.79722 16.5941 8.868 16.6279 8.95235L18.2107 12.5866H23.8995C24.0078 12.5957 24.1089 12.6485 24.1826 12.7344C24.2564 12.8203 24.2973 12.9329 24.2973 13.0498C24.2973 13.1667 24.2564 13.2794 24.1826 13.3652C24.1089 13.4511 24.0078 13.5039 23.8995 13.513H17.9522C17.873 13.5126 17.7955 13.4878 17.729 13.4416C17.6624 13.3953 17.6095 13.3296 17.5765 13.252L16.3481 10.4296L14.4829 17.4484C14.4601 17.5393 14.4112 17.62 14.3433 17.6792C14.2753 17.7385 14.1918 17.7731 14.1045 17.7783L14.0752 17.7726Z' fill='%230D9AAC'/%3E%3C/g%3E%3C/svg%3E");
}
.our-impact-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' viewBox='0 0 23 24' fill='none'%3E%3Cmask id='mask0_2952_16858' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='23' height='24'%3E%3Crect width='23' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16858)'%3E%3Cpath d='M2.41064 19.9655H20.5229C20.5735 19.9573 20.6253 19.9601 20.6747 19.9738C20.7241 19.9875 20.7699 20.0118 20.8089 20.045C20.848 20.0782 20.8794 20.1195 20.9009 20.166C20.9224 20.2125 20.9336 20.2632 20.9336 20.3144C20.9336 20.3657 20.9224 20.4164 20.9009 20.4629C20.8794 20.5094 20.848 20.5507 20.8089 20.5839C20.7699 20.6171 20.7241 20.6414 20.6747 20.6551C20.6253 20.6688 20.5735 20.6716 20.5229 20.6633H2.41064C2.36005 20.6716 2.30826 20.6688 2.25886 20.6551C2.20947 20.6414 2.16365 20.6171 2.12458 20.5839C2.08551 20.5507 2.05412 20.5094 2.0326 20.4629C2.01107 20.4164 1.99992 20.3657 1.99992 20.3144C1.99992 20.2632 2.01107 20.2125 2.0326 20.166C2.05412 20.1195 2.08551 20.0782 2.12458 20.045C2.16365 20.0118 2.20947 19.9875 2.25886 19.9738C2.30826 19.9601 2.36005 19.9573 2.41064 19.9655ZM5.08084 19.5725H2.6851C2.59133 19.5725 2.50141 19.5352 2.4351 19.4689C2.3688 19.4026 2.33155 19.3127 2.33155 19.2189V13.1714C2.33155 13.0777 2.3688 12.9877 2.4351 12.9214C2.50141 12.8551 2.59133 12.8179 2.6851 12.8179H5.08084C5.17461 12.8179 5.26453 12.8551 5.33083 12.9214C5.39714 12.9877 5.43438 13.0777 5.43438 13.1714V19.2189C5.43438 19.3127 5.39714 19.4026 5.33083 19.4689C5.26453 19.5352 5.17461 19.5725 5.08084 19.5725ZM4.72729 18.8747V13.525H3.03865V18.8747H4.72729ZM8.89308 19.5725H6.49502C6.40125 19.5725 6.31133 19.5352 6.24503 19.4689C6.17872 19.4026 6.14148 19.3127 6.14148 19.2189V11.6061C6.14148 11.5123 6.17872 11.4224 6.24503 11.3561C6.31133 11.2898 6.40125 11.2525 6.49502 11.2525H8.89308C8.98685 11.2525 9.07678 11.2898 9.14308 11.3561C9.20938 11.4224 9.24663 11.5123 9.24663 11.6061V19.2305C9.24361 19.3223 9.20503 19.4092 9.13905 19.4731C9.07308 19.5369 8.98487 19.5725 8.89308 19.5725ZM8.53954 18.8747V11.948H6.84856V18.8654L8.53954 18.8747ZM12.703 19.5725H10.3073C10.2135 19.5725 10.1236 19.5352 10.0573 19.4689C9.99097 19.4026 9.95372 19.3127 9.95372 19.2189V9.63131C9.95372 9.53754 9.99097 9.44762 10.0573 9.38132C10.1236 9.31501 10.2135 9.27777 10.3073 9.27777H12.703C12.797 9.27776 12.8872 9.31494 12.9538 9.38117C13.0205 9.44741 13.0583 9.53733 13.0589 9.63131V19.2189C13.0583 19.3129 13.0205 19.4028 12.9538 19.4691C12.8872 19.5353 12.797 19.5725 12.703 19.5725ZM12.3495 18.8747V9.97788H10.6608V18.8584L12.3495 18.8747ZM16.5153 19.5725H14.1195C14.0257 19.5725 13.9358 19.5352 13.8695 19.4689C13.8032 19.4026 13.766 19.3127 13.766 19.2189V6.89133C13.766 6.79756 13.8032 6.70764 13.8695 6.64134C13.9358 6.57503 14.0257 6.53779 14.1195 6.53779H16.5153C16.609 6.53779 16.6989 6.57503 16.7653 6.64134C16.8316 6.70764 16.8688 6.79756 16.8688 6.89133V19.2189C16.8688 19.2653 16.8597 19.3113 16.8419 19.3542C16.8241 19.3971 16.7981 19.4361 16.7653 19.4689C16.7324 19.5017 16.6934 19.5278 16.6506 19.5455C16.6077 19.5633 16.5617 19.5725 16.5153 19.5725ZM16.1617 18.8747V7.24488H14.4731V18.8747H16.1617ZM17.9294 3H20.3275C20.4213 3 20.5112 3.03725 20.5775 3.10355C20.6438 3.16985 20.681 3.25978 20.681 3.35355V19.2282C20.681 19.322 20.6438 19.4119 20.5775 19.4782C20.5112 19.5445 20.4213 19.5818 20.3275 19.5818H17.9294C17.8357 19.5818 17.7457 19.5445 17.6794 19.4782C17.6131 19.4119 17.5759 19.322 17.5759 19.2282V3.34424C17.5783 3.2521 17.6166 3.16455 17.6827 3.10024C17.7487 3.03594 17.8373 2.99997 17.9294 3ZM18.283 3.69779V18.8654H19.974V3.69779H18.283Z' fill='%230D9AAC'/%3E%3C/g%3E%3C/svg%3E");
}
.blog-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cmask id='mask0_2952_16861' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16861)'%3E%3Cpath d='M19.2173 6.18977C19.2146 6.11627 19.1975 6.04403 19.1672 5.9772C19.1368 5.91037 19.0938 5.85025 19.0404 5.80029C18.9871 5.75032 18.9246 5.71149 18.8564 5.68601C18.7882 5.66053 18.7158 5.64891 18.6431 5.6518H1.70693C1.56005 5.64595 1.41687 5.69929 1.30878 5.80014C1.2007 5.90099 1.13654 6.04111 1.13037 6.18977V22.0696C1.13715 22.218 1.2015 22.3578 1.30944 22.4585C1.41738 22.5592 1.56022 22.6128 1.70693 22.6075H18.6431C18.7896 22.6127 18.9322 22.5591 19.0398 22.4583C19.1473 22.3576 19.2112 22.2178 19.2173 22.0696V11.9682' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.77 17.6997L11.5235 13.7938L11.6256 13.6918L21.2723 4.04502C21.6913 3.62602 22.2596 3.39062 22.8522 3.39062C23.4447 3.39063 24.013 3.62602 24.432 4.04502C24.851 4.46402 25.0864 5.0323 25.0864 5.62486C25.0864 6.21741 24.851 6.7857 24.432 7.2047L14.6856 16.9535L10.77 17.6997ZM12.396 14.2557L11.9488 16.5015L14.2019 16.0664L23.7563 6.5363C23.9968 6.29488 24.1318 5.96802 24.1318 5.62729C24.1318 5.28656 23.9968 4.9597 23.7563 4.71827C23.5152 4.47723 23.1882 4.34183 22.8473 4.34183C22.5064 4.34183 22.1794 4.47723 21.9383 4.71827L12.396 14.2557Z' fill='%230D9AAC'/%3E%3Cpath d='M21.4954 4.48649L20.8286 5.15332L23.312 7.63675L23.9789 6.96992L21.4954 4.48649Z' fill='%230D9AAC'/%3E%3C/g%3E%3C/svg%3E");
}
.events-icon::before{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cmask id='mask0_2952_16867' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16867)'%3E%3Crect x='2.69123' y='5.77277' width='20.6183' height='18.6657' rx='2.57' stroke='%230D9AAC' stroke-width='0.86'/%3E%3Crect x='6.59602' y='3.82063' width='2.06885' height='4.02142' rx='0.57' stroke='%230D9AAC' stroke-width='0.86'/%3E%3Crect x='17.3348' y='3.82063' width='2.06885' height='4.02142' rx='0.57' stroke='%230D9AAC' stroke-width='0.86'/%3E%3Cpath d='M2.74902 10.2236H23.251' stroke='%230D9AAC' stroke-width='0.86'/%3E%3Cpath d='M9.5835 17.5462L12.0242 19.9869L17.3938 15.1055' stroke='%230D9AAC' stroke-width='0.86' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}
.podcast-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cmask id='mask0_2952_16875' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16875)'%3E%3Cpath d='M18.4639 27.1303H7.2584C7.13224 27.1303 7.01124 27.0801 6.92204 26.9909C6.83283 26.9017 6.78271 26.7807 6.78271 26.6546C6.78351 25.8859 7.08922 25.1489 7.63276 24.6054C8.1763 24.0619 8.91326 23.7562 9.68194 23.7554H11.1511V20.3263C11.1511 20.2001 11.2012 20.0791 11.2904 19.9899C11.3797 19.9007 11.5006 19.8506 11.6268 19.8506H14.0955C14.2217 19.8506 14.3427 19.9007 14.4319 19.9899C14.5211 20.0791 14.5712 20.2001 14.5712 20.3263V23.7403H16.0434C16.8115 23.7419 17.5477 24.048 18.0906 24.5914C18.6335 25.1349 18.9388 25.8714 18.9396 26.6395C18.9416 26.7033 18.9308 26.7667 18.9078 26.8262C18.8848 26.8857 18.8501 26.9399 18.8057 26.9857C18.7613 27.0314 18.7082 27.0678 18.6495 27.0927C18.5908 27.1175 18.5277 27.1303 18.4639 27.1303ZM7.79429 26.1789H17.928C17.8222 25.7592 17.5793 25.3868 17.238 25.1207C16.8966 24.8546 16.4762 24.71 16.0434 24.7097H14.0955C13.9694 24.7097 13.8484 24.6596 13.7592 24.5704C13.67 24.4812 13.6198 24.3602 13.6198 24.234V20.808H12.1145V24.225C12.1145 24.3512 12.0644 24.4722 11.9752 24.5614C11.886 24.6506 11.765 24.7007 11.6388 24.7007H9.68194C9.24966 24.701 8.82971 24.8448 8.48805 25.1097C8.14639 25.3745 7.90236 25.7453 7.79429 26.1639V26.1789Z' fill='%230D9AAC'/%3E%3Cpath d='M14.1402 20.809C14.0141 20.809 13.8931 20.7589 13.8039 20.6697C13.7147 20.5805 13.6646 20.4595 13.6646 20.3333C13.6646 20.2072 13.7147 20.0862 13.8039 19.997C13.8931 19.9078 14.0141 19.8577 14.1402 19.8577C15.0494 19.8569 15.9212 19.4953 16.5641 18.8524C17.207 18.2095 17.5685 17.3378 17.5693 16.4286V10.9522C17.5693 10.8261 17.6194 10.7051 17.7086 10.6159C17.7979 10.5267 17.9188 10.4766 18.045 10.4766C18.1712 10.4766 18.2922 10.5267 18.3814 10.6159C18.4706 10.7051 18.5207 10.8261 18.5207 10.9522V16.4225C18.5207 17.5849 18.0594 18.6997 17.238 19.5221C16.4167 20.3446 15.3025 20.8074 14.1402 20.809Z' fill='%230D9AAC'/%3E%3Cpath d='M11.5816 20.809C10.4203 20.8074 9.30708 20.3454 8.48593 19.5243C7.66478 18.7031 7.20276 17.5898 7.20117 16.4286V10.9522C7.20117 10.8261 7.25129 10.7051 7.34049 10.6159C7.4297 10.5267 7.55069 10.4766 7.67685 10.4766C7.803 10.4766 7.924 10.5267 8.01321 10.6159C8.10241 10.7051 8.15253 10.8261 8.15253 10.9522V16.4225C8.15333 17.3317 8.51485 18.2035 9.15776 18.8464C9.80067 19.4893 10.6724 19.8508 11.5816 19.8516C11.7078 19.8516 11.8288 19.9018 11.918 19.991C12.0072 20.0802 12.0573 20.2012 12.0573 20.3273C12.0573 20.4535 12.0072 20.5745 11.918 20.6637C11.8288 20.7529 11.7078 20.803 11.5816 20.803V20.809Z' fill='%230D9AAC'/%3E%3Cpath d='M12.8725 18.7923C11.8885 18.7939 10.9441 18.4048 10.2469 17.7104C9.54971 17.016 9.15673 16.0733 9.15434 15.0893V6.07549C9.14021 5.57971 9.22566 5.08613 9.40563 4.62396C9.5856 4.16179 9.85642 3.7404 10.2021 3.38474C10.5478 3.02907 10.9613 2.74634 11.4181 2.55328C11.875 2.36022 12.3659 2.26074 12.8619 2.26074C13.3579 2.26074 13.8488 2.36022 14.3057 2.55328C14.7626 2.74634 15.1761 3.02907 15.5217 3.38474C15.8674 3.7404 16.1382 4.16179 16.3182 4.62396C16.4982 5.08613 16.5836 5.57971 16.5695 6.07549V15.0893C16.5663 16.0694 16.176 17.0085 15.4835 17.7021C14.791 18.3957 13.8525 18.7876 12.8725 18.7923ZM12.8725 3.32077C12.1419 3.32077 11.4412 3.611 10.9246 4.12761C10.408 4.64422 10.1177 5.34489 10.1177 6.07549V15.0893C10.1177 15.8199 10.408 16.5206 10.9246 17.0372C11.4412 17.5538 12.1419 17.844 12.8725 17.844C13.6031 17.844 14.3037 17.5538 14.8203 17.0372C15.3369 16.5206 15.6272 15.8199 15.6272 15.0893V6.07549C15.6272 5.71373 15.5559 5.35552 15.4175 5.0213C15.279 4.68708 15.0761 4.3834 14.8203 4.12761C14.5645 3.87181 14.2609 3.6689 13.9266 3.53046C13.5924 3.39202 13.2342 3.32077 12.8725 3.32077Z' fill='%230D9AAC'/%3E%3Cpath d='M11.7657 9.17305C11.6396 9.17305 11.5186 9.12294 11.4294 9.03373C11.3402 8.94453 11.29 8.82353 11.29 8.69737V3.32041C11.29 3.19425 11.3402 3.07326 11.4294 2.98406C11.5186 2.89485 11.6396 2.84473 11.7657 2.84473C11.8919 2.84473 12.0129 2.89485 12.1021 2.98406C12.1913 3.07326 12.2414 3.19425 12.2414 3.32041V8.69737C12.2414 8.75984 12.2291 8.82169 12.2052 8.87941C12.1813 8.93712 12.1462 8.98956 12.1021 9.03373C12.0579 9.0779 12.0055 9.11294 11.9478 9.13685C11.89 9.16075 11.8282 9.17305 11.7657 9.17305Z' fill='%230D9AAC'/%3E%3Cpath d='M13.9571 9.17305C13.831 9.17305 13.71 9.12294 13.6208 9.03373C13.5316 8.94453 13.4814 8.82353 13.4814 8.69737V3.32041C13.4814 3.19425 13.5316 3.07326 13.6208 2.98406C13.71 2.89485 13.831 2.84473 13.9571 2.84473C14.0833 2.84473 14.2043 2.89485 14.2935 2.98406C14.3827 3.07326 14.4328 3.19425 14.4328 3.32041V8.69737C14.4328 8.75984 14.4205 8.82169 14.3966 8.87941C14.3727 8.93712 14.3377 8.98956 14.2935 9.03373C14.2493 9.0779 14.1969 9.11294 14.1392 9.13685C14.0815 9.16075 14.0196 9.17305 13.9571 9.17305Z' fill='%230D9AAC'/%3E%3Cpath d='M16.092 13.4373H9.63119C9.51118 13.4278 9.39916 13.3734 9.31748 13.2849C9.23579 13.1965 9.19043 13.0805 9.19043 12.9601C9.19043 12.8397 9.23579 12.7238 9.31748 12.6353C9.39916 12.5469 9.51118 12.4925 9.63119 12.483H16.092C16.1578 12.4777 16.224 12.4862 16.2865 12.5078C16.3489 12.5294 16.4062 12.5637 16.4547 12.6085C16.5032 12.6533 16.542 12.7077 16.5684 12.7682C16.5949 12.8287 16.6086 12.8941 16.6086 12.9601C16.6086 13.0262 16.5949 13.0915 16.5684 13.1521C16.542 13.2126 16.5032 13.2669 16.4547 13.3118C16.4062 13.3566 16.3489 13.3909 16.2865 13.4125C16.224 13.4341 16.1578 13.4426 16.092 13.4373Z' fill='%230D9AAC'/%3E%3C/g%3E%3C/svg%3E");
}
.resource-library-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cmask id='mask0_2952_16885' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16885)'%3E%3Cpath d='M24.7545 10.132L14.6697 7.00314C13.5773 6.70859 12.429 6.70859 11.3367 7.00314L1.25504 10.132C0.165215 10.4569 0 11.1359 0 11.5031C0 11.8702 0.152507 12.4778 1.14701 12.8352V16.6626L0.165217 18.4073C0.114464 18.4971 0.0881384 18.5992 0.0889646 18.703V19.7751C0.0889646 20.1069 0.21784 20.4251 0.447247 20.6597C0.676654 20.8942 0.987794 21.026 1.31222 21.026H1.94769C2.27212 21.026 2.58327 20.8942 2.81268 20.6597C3.04208 20.4251 3.17096 20.1069 3.17096 19.7751V18.703C3.17019 18.5994 3.14397 18.4978 3.09471 18.4073L2.1002 16.6626V13.1373L4.68019 13.9366V19.8726C4.67809 20.1114 4.76175 20.3426 4.9153 20.5224C5.09641 20.7369 6.86618 22.6083 12.9984 22.6083C19.1306 22.6083 20.8972 20.7369 21.0815 20.5224C21.2338 20.3418 21.3173 20.1111 21.3166 19.8726V13.9366L24.7481 12.8709C25.838 12.546 26 11.867 26 11.5031C26 11.1392 25.8443 10.4699 24.7545 10.132ZM1.62679 20.0416C1.55073 20.042 1.47534 20.027 1.40499 19.9974C1.33464 19.9679 1.27073 19.9243 1.21695 19.8693C1.16317 19.8143 1.12058 19.749 1.09167 19.677C1.06276 19.6051 1.04809 19.528 1.04851 19.4502V18.9596C1.04814 18.856 1.07444 18.754 1.12476 18.664L1.62679 17.7737L2.1288 18.664C2.17769 18.7546 2.20388 18.8562 2.20505 18.9596V19.4502C2.20505 19.6071 2.14413 19.7575 2.03568 19.8684C1.92724 19.9793 1.78015 20.0416 1.62679 20.0416ZM20.373 19.3918C20.3734 19.5562 20.3332 19.7182 20.256 19.8625C20.1787 20.0068 20.0671 20.1287 19.9313 20.217C19.1497 20.7271 17.1925 21.6141 13.0143 21.6141C8.83612 21.6141 6.86619 20.7336 6.08456 20.2365C5.94942 20.1479 5.83837 20.0257 5.76171 19.8814C5.68506 19.7372 5.64529 19.5754 5.64609 19.4113V14.255L12.0389 16.2922C12.6677 16.4936 13.3418 16.4936 13.9707 16.2922L20.3634 14.255L20.373 19.3918ZM24.4844 11.9189L14.4028 15.0478C13.4918 15.286 12.5368 15.286 11.6258 15.0478L1.54099 11.9189C0.778435 11.6818 0.778435 11.2951 1.54099 11.058L11.6322 7.94212C12.5432 7.70391 13.4981 7.70391 14.4091 7.94212L24.4908 11.071C25.2374 11.3081 25.2374 11.6948 24.4749 11.9319L24.4844 11.9189Z' fill='%230D9AAC'/%3E%3C/g%3E%3C/svg%3E");
}
.glossary-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cmask id='mask0_2952_16888' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16888)'%3E%3Cpath d='M14.3789 18.7361L18.3502 22.7105C18.5661 22.9263 18.8231 23.0967 19.106 23.2114C19.3889 23.3261 19.6919 23.3829 19.9972 23.3784C20.3025 23.3739 20.6037 23.3081 20.8831 23.1851C21.1625 23.062 21.4143 22.8841 21.6237 22.6619C22.027 22.2111 22.2403 21.6217 22.2188 21.0171C22.1973 20.4126 21.9427 19.8398 21.5084 19.4188L17.5644 15.4748M13.0865 7.32289C12.9573 7.06749 12.806 6.82386 12.6344 6.59477C11.9874 5.72371 11.081 5.08008 10.0454 4.75631C9.00974 4.43253 7.89813 4.44527 6.87017 4.79267C6.83863 4.80405 6.8105 4.82328 6.78846 4.84855C6.76641 4.87382 6.75118 4.9043 6.7442 4.9371C6.73721 4.9699 6.73871 5.00394 6.74854 5.036C6.75837 5.06806 6.77623 5.09708 6.8004 5.12032L9.50353 7.82347C9.6129 7.93661 9.67404 8.08781 9.67404 8.24517C9.67404 8.40253 9.6129 8.55373 9.50353 8.66687L7.54367 10.6237C7.43053 10.7331 7.27934 10.7942 7.12198 10.7942C6.96463 10.7942 6.81342 10.7331 6.70028 10.6237L3.99714 7.92055C3.97332 7.89722 3.94406 7.8802 3.912 7.87105C3.87995 7.86189 3.84611 7.86088 3.81357 7.86811C3.78102 7.87534 3.7508 7.89059 3.72564 7.91246C3.70048 7.93433 3.68118 7.96214 3.66949 7.99336C3.35854 8.89928 3.3074 9.87416 3.52187 10.8076C3.73634 11.7411 4.20785 12.5959 4.88302 13.2753C5.26609 13.6566 5.70621 13.9759 6.18756 14.2218' stroke='%230D9AAC' stroke-width='0.86' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.67119 18.3603L3.82475 22.7533C3.81967 22.7793 3.82112 22.8062 3.82898 22.8316C3.83683 22.857 3.85086 22.88 3.86979 22.8987C3.88872 22.9173 3.91197 22.9309 3.93747 22.9384C3.96296 22.9458 3.9899 22.9469 4.01589 22.9414L8.40887 22.0979C8.64575 22.0513 8.86335 21.9352 9.03384 21.7642L21.5211 9.27699C21.6142 9.18401 21.688 9.07358 21.7384 8.95203C21.7888 8.83047 21.8148 8.70017 21.8148 8.56859C21.8148 8.437 21.7888 8.30671 21.7384 8.18516C21.688 8.0636 21.6142 7.95317 21.5211 7.86019L18.909 5.24807C18.7206 5.05984 18.4653 4.9541 18.199 4.9541C17.9328 4.9541 17.6774 5.05984 17.4891 5.24807L4.99278 17.7353C4.82507 17.9065 4.71298 18.1243 4.67119 18.3603Z' stroke='%230D9AAC' stroke-width='0.86' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.76047 22.0281L4.72852 17.9961' stroke='%230D9AAC' stroke-width='0.86' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9851 10.8034L15.9531 6.77148' stroke='%230D9AAC' stroke-width='0.86' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.9677 8.78613L8.45361 18.3033' stroke='%230D9AAC' stroke-width='0.86' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2495 21.3601C20.2495 21.3643 20.2483 21.3684 20.2459 21.3719C20.2436 21.3754 20.2403 21.3781 20.2364 21.3797C20.2325 21.3813 20.2282 21.3818 20.2241 21.3809C20.22 21.3801 20.2162 21.3781 20.2133 21.3751C20.2103 21.3722 20.2083 21.3684 20.2074 21.3643C20.2066 21.3601 20.207 21.3559 20.2086 21.352C20.2103 21.3481 20.213 21.3448 20.2165 21.3425C20.22 21.3401 20.2241 21.3389 20.2283 21.3389C20.2339 21.3389 20.2393 21.3411 20.2433 21.3451C20.2473 21.3491 20.2495 21.3545 20.2495 21.3601Z' stroke='%230D9AAC' stroke-width='0.86' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.our-team-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cmask id='mask0_2952_16897' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16897)'%3E%3Cpath d='M12.0427 12.2988V13.3385L9.14639 14.3573C8.77328 14.5186 8.45533 14.7851 8.23149 15.1244C8.00765 15.4637 7.88766 15.8608 7.88623 16.2673V20.614' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1221 12.2988V13.3385L17.0184 14.3573C17.3915 14.5186 17.7094 14.7851 17.9333 15.1244C18.1571 15.4637 18.2771 15.8608 18.2785 16.2673V20.614' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.96533 18.0137V20.6129' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.1992 18.0137V20.6129' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.0911 7.10254C13.6451 7.10254 14.1763 7.3226 14.568 7.7143C14.9597 8.106 15.1798 8.63726 15.1798 9.19121V10.2309C15.1767 10.7828 14.9553 11.3111 14.5639 11.7003C14.1726 12.0895 13.6431 12.308 13.0911 12.308C12.5392 12.308 12.0097 12.0895 11.6183 11.7003C11.2269 11.3111 11.0055 10.7828 11.0024 10.2309V9.19121C11.0024 8.63726 11.2225 8.106 11.6142 7.7143C12.0059 7.3226 12.5372 7.10254 13.0911 7.10254Z' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.28914 13.8584V14.9051L2.39053 15.9239C2.01743 16.0851 1.69947 16.3517 1.47563 16.6909C1.25179 17.0302 1.1318 17.4274 1.13037 17.8338V20.6187' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.20947 19.5752V20.6149' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.32658 8.66309C6.88053 8.66309 7.41178 8.88314 7.80349 9.27484C8.19519 9.66654 8.41524 10.1978 8.41524 10.7518V11.7891C8.41524 12.3431 8.19519 12.8743 7.80349 13.266C7.41178 13.6577 6.88053 13.8778 6.32658 13.8778C5.77464 13.8747 5.24636 13.6533 4.85716 13.2619C4.46797 12.8706 4.2495 12.3411 4.24951 11.7891V10.7518C4.2495 10.1998 4.46797 9.6703 4.85716 9.27893C5.24636 8.88756 5.77464 8.66615 6.32658 8.66309Z' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.875 13.8584V14.9051L23.7666 15.9169C24.1398 16.0781 24.4577 16.3447 24.6815 16.684C24.9054 17.0232 25.0254 17.4204 25.0268 17.8269V20.6118' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.9546 19.5752V20.6149' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8377 13.8583C19.2837 13.8583 18.7525 13.6382 18.3608 13.2465C17.9691 12.8548 17.749 12.3235 17.749 11.7696V10.7322C17.749 10.1783 17.9691 9.64701 18.3608 9.25531C18.7525 8.86361 19.2837 8.64355 19.8377 8.64355C20.3916 8.64355 20.9229 8.86361 21.3146 9.25531C21.7063 9.64701 21.9264 10.1783 21.9264 10.7322V11.7696C21.9264 12.3235 21.7063 12.8548 21.3146 13.2465C20.9229 13.6382 20.3916 13.8583 19.8377 13.8583Z' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E"); 
}
.careers-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cmask id='mask0_2952_16911' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16911)'%3E%3Cpath d='M20.4413 12.8756C21.0486 12.207 21.3809 11.3336 21.3716 10.4304C21.3709 9.59011 21.0801 8.7758 20.5483 8.12517C20.2018 7.7115 19.7702 7.37746 19.2829 7.14586C18.7955 6.91426 18.2639 6.79056 17.7244 6.7832C16.7577 6.78538 15.8313 7.17033 15.1478 7.85385C14.4643 8.53736 14.0793 9.46378 14.0771 10.4304C14.0928 11.3265 14.422 12.1888 15.0075 12.8674L19.441 17.8072C19.8251 18.2272 20.2954 18.5594 20.8197 18.7811C21.344 19.0027 21.91 19.1086 22.4789 19.0915C23.3507 19.0742 24.2101 18.8825 25.0065 18.5276' stroke='%230D9AAC' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.13037 18.5189C1.92726 18.8723 2.78637 19.064 3.6579 19.0829C4.22715 19.0992 4.79322 18.9925 5.3175 18.7702C5.84177 18.5478 6.31193 18.215 6.69589 17.7944L11.1294 12.8752C11.7155 12.197 12.0448 11.3345 12.0597 10.4382C12.0586 9.47126 11.674 8.54422 10.9902 7.86047C10.3065 7.17672 9.37944 6.79211 8.41247 6.79102' stroke='%230D9AAC' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.44532 6.79102C7.90518 6.79833 7.37296 6.92199 6.88494 7.15357C6.39691 7.38515 5.96454 7.71922 5.61728 8.133C5.08726 8.78463 4.79667 9.59827 4.79398 10.4382C4.78986 11.3388 5.12324 12.2083 5.72843 12.8752L12.9735 20.9518C12.9862 20.9666 13.002 20.9785 13.0198 20.9866C13.0375 20.9947 13.0568 20.999 13.0764 20.999C13.0959 20.999 13.1152 20.9947 13.133 20.9866C13.1508 20.9785 13.1665 20.9666 13.1793 20.9518L13.6198 20.4537L20.4449 12.8752' stroke='%230D9AAC' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.newsroom-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cmask id='mask0_2952_16917' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16917)'%3E%3Cpath d='M9.7359 14.2511L4.79803 15.5692C4.45437 15.6594 4.08901 15.6107 3.78098 15.4336C3.47296 15.2565 3.24703 14.9653 3.15208 14.6229L2.30376 11.4763C2.21482 11.1322 2.26496 10.7669 2.44334 10.4595C2.62171 10.1521 2.91397 9.92728 3.25685 9.83374L8.19472 8.51562L9.20865 12.3415' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.736 14.2522C13.6363 13.2112 18.3713 13.8939 19.8753 15.5771L16.0089 2.26074C15.556 4.46436 11.8348 7.54672 7.93457 8.58769' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.38965 11.5826L6.7893 10.9404' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.90381 13.4957L7.30346 12.8535' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.731 8.27253L23.739 7.41406' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4438 6.12851L20.3023 4.4082' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.731 10.8506L22.4479 11.7091' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.29666 14.6367L13.7043 23.6033C13.8003 23.767 13.8571 23.9506 13.8703 24.1399C13.8835 24.3292 13.8527 24.519 13.7804 24.6944C13.708 24.8698 13.5961 25.0261 13.4533 25.1511C13.3106 25.2761 13.1408 25.3664 12.9574 25.4148C12.7126 25.4794 12.454 25.4677 12.216 25.3813C11.9781 25.2949 11.7722 25.138 11.6258 24.9315L4.95068 15.5324' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.7236 14.0928L11.0818 15.4447C11.1155 15.5703 11.124 15.7013 11.1068 15.8302C11.0897 15.9591 11.0472 16.0834 10.9819 16.1958C10.9165 16.3082 10.8296 16.4067 10.7262 16.4854C10.6227 16.5642 10.5046 16.6217 10.3788 16.6546L9.89893 16.7831' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.shine-awards-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28' fill='none'%3E%3Cmask id='mask0_2952_16930' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2952_16930)'%3E%3Cpath d='M12.9633 16.3045C16.0585 16.3045 18.5676 13.7953 18.5676 10.7001C18.5676 7.60487 16.0585 5.0957 12.9633 5.0957C9.86805 5.0957 7.35889 7.60487 7.35889 10.7001C7.35889 13.7953 9.86805 16.3045 12.9633 16.3045Z' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4025 10.6996C21.4025 11.4236 20.5914 12.0298 20.4118 12.6949C20.2322 13.3601 20.6223 14.317 20.2715 14.9204C19.9207 15.5238 18.9132 15.6529 18.4136 16.1524C17.9141 16.6519 17.7962 17.6538 17.1844 18.0103C16.5726 18.3667 15.6493 17.9653 14.959 18.1478C14.2686 18.3302 13.6849 19.1384 12.9636 19.1384C12.2424 19.1384 11.6334 18.3274 10.9655 18.1478C10.2975 17.9682 9.34616 18.3582 8.74279 18.0103C8.13941 17.6623 8.00752 16.6491 7.51078 16.1524C7.01405 15.6557 6.00656 15.5322 5.65295 14.9204C5.29934 14.3086 5.69785 13.3853 5.51263 12.6949C5.32741 12.0046 4.52197 11.4236 4.52197 10.6996C4.52197 9.97553 5.33583 9.36935 5.51263 8.70424C5.68943 8.03912 5.30215 7.08213 5.65295 6.47876C6.00375 5.87538 7.01405 5.74349 7.51078 5.24675C8.00752 4.75002 8.12819 3.74253 8.74279 3.38892C9.35739 3.03531 10.2751 3.43382 10.9655 3.2486C11.6558 3.06338 12.2396 2.26074 12.9636 2.26074C13.6877 2.26074 14.291 3.0718 14.959 3.2486C15.6269 3.4254 16.5783 3.04093 17.1844 3.38892C17.7906 3.73691 17.9169 4.75002 18.4136 5.24675C18.9104 5.74349 19.9179 5.86696 20.2715 6.47876C20.6251 7.09055 20.2266 8.01386 20.4118 8.70424C20.597 9.39461 21.4025 9.97553 21.4025 10.6996Z' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.8094 17.2031L21.3651 23.366L18.2276 23.0573L16.9254 25.931L13.0049 19.1395' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.11662 17.2031L4.55811 23.366L7.69846 23.0573L9.00063 25.931L12.9212 19.1395' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.9126 10.8013L11.8771 12.7658L16.0109 8.63477' stroke='%230D9AAC' stroke-width='0.860032' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.arrow-down-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M3.75 5.625L7.5 9.375L11.25 5.625' stroke='%23013A53' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.enhance-resident-experience-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M12.5 2C6.1645 2 1 6.44007 1 11.9971C1 15.2236 2.76647 18.0307 5.48047 19.8652C5.47597 19.9732 5.48427 20.1479 5.34277 20.6719C5.16727 21.3214 4.81325 22.2361 4.09375 23.2676L3.58203 24H4.47559C7.57059 24 9.36167 21.9822 9.63867 21.6582C10.5612 21.8742 11.5085 21.9932 12.499 21.9932C18.8345 21.9932 23.999 17.5536 23.999 11.9961C23.9995 6.43909 18.8355 2 12.5 2ZM12.5 3C18.2895 3 23 7.03607 23 11.9971C23 16.9581 18.2895 20.9941 12.5 20.9941C11.6145 20.9941 10.7532 20.893 9.86719 20.6855L9.27442 20.5469L8.87891 21.0088C8.53641 21.4088 7.38766 22.5831 5.49316 22.9131C5.85516 22.2611 6.12812 21.5981 6.30762 20.9326C6.44712 20.4156 6.47249 20.1437 6.47949 19.9072L6.50293 19.3496L6.04004 19.0371C3.47204 17.3011 2 14.7351 2 11.9971C2 7.03607 6.7105 3 12.5 3ZM12.4629 6.5C12.3617 6.49977 12.2627 6.53027 12.1792 6.58746C12.0957 6.64465 12.0315 6.72585 11.9951 6.82031L10.8584 9.76856L7.70215 9.93848C7.60149 9.94413 7.50489 9.98007 7.42502 10.0416C7.34516 10.1031 7.28575 10.1873 7.2546 10.2832C7.22345 10.3791 7.222 10.4822 7.25046 10.5789C7.27892 10.6756 7.33595 10.7615 7.41406 10.8252L9.86719 12.8184L9.05371 15.8711C9.02763 15.9687 9.03173 16.0719 9.06548 16.1672C9.09923 16.2624 9.16103 16.3452 9.24276 16.4046C9.32449 16.4641 9.4223 16.4973 9.52331 16.5C9.62431 16.5028 9.72378 16.4748 9.80859 16.4199L12.4619 14.7022L15.1143 16.4199C15.1991 16.4748 15.2985 16.5028 15.3995 16.5C15.5006 16.4973 15.5984 16.4641 15.6801 16.4046C15.7618 16.3452 15.8236 16.2624 15.8574 16.1672C15.8911 16.0719 15.8952 15.9687 15.8691 15.8711L15.0557 12.8184L17.5088 10.8252C17.5869 10.7615 17.6439 10.6756 17.6724 10.5789C17.7008 10.4822 17.6994 10.3791 17.6683 10.2832C17.6371 10.1873 17.5777 10.1031 17.4978 10.0416C17.418 9.98007 17.3214 9.94413 17.2207 9.93848L14.0645 9.76856L12.9277 6.82031C12.8915 6.72632 12.8278 6.64544 12.7448 6.58829C12.6619 6.53113 12.5636 6.50036 12.4629 6.5ZM12.4609 8.38965L13.248 10.4297C13.2827 10.5196 13.3427 10.5976 13.4206 10.6542C13.4986 10.7109 13.5913 10.7438 13.6875 10.749L15.8721 10.8672L14.1738 12.2461C14.099 12.3069 14.0434 12.3879 14.0136 12.4796C13.9838 12.5712 13.9811 12.6696 14.0059 12.7627L14.5693 14.876L12.7334 13.6875C12.6524 13.635 12.5579 13.6071 12.4614 13.6071C12.3649 13.6071 12.2704 13.635 12.1895 13.6875L10.3545 14.875L10.917 12.7627C10.9418 12.6696 10.9391 12.5712 10.9093 12.4796C10.8795 12.3879 10.8238 12.3069 10.749 12.2461L9.05078 10.8672L11.2354 10.749C11.3316 10.7438 11.4243 10.7109 11.5022 10.6542C11.5802 10.5976 11.6401 10.5196 11.6748 10.4297L12.4609 8.38965Z' fill='%230D99AB'/%3E%3C/svg%3E");
}
.improve-staff-experience-icon::before{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cg clip-path='url(%23clip0_3336_4683)'%3E%3Cpath d='M12.3198 0.879883C11.892 0.879883 11.4612 1.05102 11.1373 1.37488L4.99105 7.52113L4.71605 6.25613C4.39713 4.8091 2.90526 3.93662 1.4848 4.35863C1.48022 4.35856 1.47563 4.35856 1.47105 4.35863L1.19605 4.44113C1.09431 4.46996 1.00635 4.53447 0.948274 4.62284C0.890199 4.71122 0.865892 4.81755 0.8798 4.92238L1.93855 12.3061H1.9523C1.92991 13.4511 2.32999 14.6088 3.20355 15.4824L4.9498 17.2286C5.72621 18.005 6.7617 18.38 7.7823 18.3561C8.21019 18.9583 8.80036 19.4581 9.52855 19.7724L11.6048 20.6799C13.7252 21.5951 16.2033 20.5998 17.1185 18.4799L19.3736 13.2411L20.9823 9.52863C21.3465 8.68846 20.9574 7.70544 20.1161 7.34238C19.851 7.22794 19.575 7.20637 19.3048 7.23238L19.7036 6.29738C20.0667 5.45639 19.6783 4.47427 18.8373 4.11113C18.5224 3.97514 18.1905 3.96884 17.8748 4.02863C17.9192 3.34418 17.5611 2.66471 16.8986 2.37863C16.8156 2.34282 16.7361 2.31792 16.651 2.29613C16.5783 2.17165 16.4953 2.05786 16.3898 1.95238C16.0659 1.62852 15.6351 1.45738 15.2073 1.45738C14.7795 1.45738 14.3624 1.62852 14.0386 1.95238L13.9148 2.07613C13.8388 1.81859 13.7046 1.57713 13.5023 1.37488C13.1784 1.05102 12.7476 0.879883 12.3198 0.879883ZM12.3198 1.75988C12.5204 1.75988 12.7141 1.83789 12.8698 1.99363C13.0949 2.21871 13.1467 2.52971 13.0485 2.80488C12.509 2.89714 12.028 3.24681 11.7973 3.78113L11.5085 4.46863L11.4948 4.48238C11.4901 4.48686 11.4855 4.49145 11.4811 4.49613L9.11605 6.87488C9.06796 6.91363 9.02857 6.96207 9.00044 7.01704C8.9723 7.07202 8.95605 7.1323 8.95275 7.19397C8.94944 7.25563 8.95915 7.31731 8.98125 7.37497C9.00335 7.43264 9.03734 7.48501 9.081 7.52868C9.12467 7.57235 9.17704 7.60633 9.23471 7.62843C9.29238 7.65053 9.35405 7.66024 9.41572 7.65693C9.47738 7.65363 9.53766 7.63738 9.59264 7.60924C9.64761 7.58111 9.69605 7.54172 9.7348 7.49363L10.5461 6.68238L8.3598 11.7561L7.63105 10.6974C6.80068 9.47034 5.09681 9.2034 3.9323 10.1199L3.69855 10.3124C3.61573 10.3776 3.55907 10.4704 3.53889 10.5738C3.5187 10.6773 3.53632 10.7846 3.58855 10.8761L7.16355 17.1324H7.1773C7.21026 17.2379 7.24657 17.3459 7.2873 17.4486C6.6611 17.3637 6.05081 17.0784 5.56855 16.5961L3.83605 14.8499C3.12153 14.1354 2.78527 13.2011 2.81855 12.2649C2.8166 12.237 2.81199 12.2094 2.8048 12.1824L1.8148 5.19738C2.73125 4.97326 3.64427 5.51606 3.8498 6.44863L4.30355 8.49738C4.32173 8.57395 4.36012 8.64424 4.41471 8.70093C4.46929 8.75762 4.53808 8.79864 4.61391 8.8197C4.68974 8.84077 4.76983 8.84111 4.84584 8.82069C4.92184 8.80028 4.99098 8.75985 5.04605 8.70363L5.10105 8.64863L11.7561 1.99363C11.9118 1.83789 12.1192 1.75988 12.3198 1.75988ZM15.2073 2.33738C15.3172 2.33738 15.4348 2.3594 15.5373 2.40613C15.1812 2.57644 14.8799 2.8706 14.7123 3.25863L14.6298 3.43738C14.5083 3.27802 14.3725 3.13537 14.2036 3.02488L14.6573 2.57113C14.813 2.41539 15.0067 2.33738 15.2073 2.33738ZM16.2111 3.12113C16.2156 3.1212 16.2202 3.1212 16.2248 3.12113C16.2904 3.14666 16.3611 3.15609 16.4311 3.14863C16.4352 3.14969 16.4407 3.14751 16.4448 3.14863C16.4824 3.15886 16.5179 3.17396 16.5548 3.18988C16.959 3.36442 17.1418 3.81692 16.9673 4.22113L16.651 4.96363C16.6484 4.9697 16.6399 4.97127 16.6373 4.97738L14.0523 10.9586C14.0297 11.0119 14.0178 11.0691 14.0174 11.127C14.0169 11.1848 14.0278 11.2422 14.0495 11.2959C14.0712 11.3495 14.1033 11.3983 14.1438 11.4396C14.1844 11.4808 14.2327 11.5137 14.286 11.5362C14.3393 11.5588 14.3965 11.5707 14.4543 11.5711C14.5122 11.5716 14.5696 11.5607 14.6232 11.539C14.6769 11.5172 14.7257 11.4852 14.7669 11.4446C14.8082 11.404 14.841 11.3557 14.8636 11.3024L17.4485 5.32113C17.6231 4.91692 18.0756 4.73409 18.4798 4.90863C18.884 5.08317 19.0668 5.54942 18.8923 5.95363L17.916 8.20863L16.3073 11.9211C16.2838 11.9744 16.271 12.0318 16.2697 12.09C16.2684 12.1482 16.2786 12.2061 16.2996 12.2604C16.3207 12.3146 16.3523 12.3642 16.3925 12.4063C16.4327 12.4484 16.4809 12.4821 16.5341 12.5056C16.5874 12.5291 16.6448 12.5418 16.703 12.5431C16.7612 12.5444 16.8191 12.5343 16.8734 12.5132C16.9276 12.4921 16.9772 12.4605 17.0193 12.4203C17.0614 12.3801 17.0951 12.3319 17.1185 12.2786L18.7273 8.55238C18.9018 8.14817 19.3543 7.96534 19.7586 8.13988C20.1632 8.31451 20.3455 8.76874 20.171 9.17113C20.171 9.17572 20.171 9.1803 20.171 9.18488L18.5623 12.8974L16.3073 18.1361C15.5805 19.8195 13.6461 20.5954 11.9623 19.8686L9.8723 18.9749C9.22744 18.6965 8.72016 18.2351 8.37355 17.6824C8.19881 17.4037 8.06437 17.1042 7.9748 16.7886C7.96493 16.755 7.95108 16.7227 7.93355 16.6924L4.5373 10.7799C5.30656 10.2313 6.36665 10.4008 6.9023 11.1924L8.0848 12.9249C8.12944 12.9873 8.18965 13.037 8.25944 13.069C8.32923 13.101 8.40617 13.1142 8.48263 13.1072C8.55908 13.1003 8.63239 13.0734 8.69526 13.0294C8.75814 12.9853 8.8084 12.9256 8.84105 12.8561L8.8823 12.7736L12.6086 4.12488C12.7831 3.72067 13.2493 3.55159 13.6536 3.72613C14.0578 3.90067 14.2268 4.35317 14.0523 4.75738L11.7973 9.98238C11.7747 10.0357 11.7628 10.0929 11.7624 10.1507C11.7619 10.2086 11.7728 10.266 11.7945 10.3196C11.8162 10.3732 11.8483 10.4221 11.8888 10.4633C11.9294 10.5046 11.9777 10.5374 12.031 10.56C12.0843 10.5826 12.1415 10.5944 12.1993 10.5949C12.2572 10.5954 12.3146 10.5844 12.3682 10.5627C12.4219 10.541 12.4707 10.5089 12.5119 10.4683C12.5532 10.4277 12.586 10.3794 12.6086 10.3261L14.8636 5.10113L15.5098 3.60238C15.5971 3.40028 15.7631 3.2502 15.9498 3.17613C16.0305 3.14411 16.1228 3.12428 16.2111 3.12113Z' fill='%230D99AB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3336_4683'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.connect-family-members-icon::before{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' viewBox='0 0 17 20' fill='none'%3E%3Cg clip-path='url(%23clip0_3337_4698)'%3E%3Cpath d='M14.9542 16.5882C14.7322 16.5882 14.553 16.4095 14.553 16.1882V13.4552H2.44702V16.1882C2.44702 16.4095 2.26779 16.5882 2.04578 16.5882C1.82376 16.5882 1.64453 16.4095 1.64453 16.1882V13.0552C1.64453 12.8339 1.82376 12.6553 2.04578 12.6553H14.9542C15.1762 12.6553 15.3555 12.8339 15.3555 13.0552V16.1882C15.3555 16.4095 15.1762 16.5882 14.9542 16.5882Z' fill='%230D99AB'/%3E%3Cpath d='M8.50037 16.589C8.27835 16.589 8.09912 16.4103 8.09912 16.189V10.2144C8.09912 9.99311 8.27835 9.81445 8.50037 9.81445C8.72238 9.81445 8.90161 9.99311 8.90161 10.2144V16.1882C8.90161 16.4095 8.72238 16.5882 8.50037 16.5882V16.589Z' fill='%230D99AB'/%3E%3Cpath d='M2.04578 20.0002C0.917937 20.0002 0 19.0852 0 17.9602C0 16.8351 0.917937 15.9209 2.04578 15.9209C3.17362 15.9209 4.09156 16.8359 4.09156 17.9602C4.09156 19.0844 3.17362 20.0002 2.04578 20.0002ZM2.04578 16.7216C1.36036 16.7216 0.802488 17.2769 0.802488 17.961C0.802488 18.645 1.36036 19.2011 2.04578 19.2011C2.73121 19.2011 3.28907 18.645 3.28907 17.961C3.28907 17.2769 2.73121 16.7216 2.04578 16.7216Z' fill='%230D99AB'/%3E%3Cpath d='M8.50037 20.0002C7.37253 20.0002 6.45459 19.0852 6.45459 17.9602C6.45459 16.8351 7.37253 15.9209 8.50037 15.9209C9.62821 15.9209 10.5462 16.8359 10.5462 17.9602C10.5462 19.0844 9.62821 20.0002 8.50037 20.0002ZM8.50037 16.7216C7.81495 16.7216 7.25708 17.2769 7.25708 17.961C7.25708 18.645 7.81495 19.2011 8.50037 19.2011C9.1858 19.2011 9.74366 18.645 9.74366 17.961C9.74366 17.2769 9.1858 16.7216 8.50037 16.7216Z' fill='%230D99AB'/%3E%3Cpath d='M14.954 20.0002C13.8261 20.0002 12.9082 19.0852 12.9082 17.9602C12.9082 16.8351 13.8261 15.9209 14.954 15.9209C16.0818 15.9209 16.9998 16.8359 16.9998 17.9602C16.9998 19.0844 16.0818 20.0002 14.954 20.0002ZM14.954 16.7216C14.2686 16.7216 13.7107 17.2769 13.7107 17.961C13.7107 18.645 14.2686 19.2011 14.954 19.2011C15.6394 19.2011 16.1973 18.645 16.1973 17.961C16.1973 17.2769 15.6394 16.7216 14.954 16.7216Z' fill='%230D99AB'/%3E%3Cpath d='M8.50041 6.65364C7.34189 6.65364 6.39893 5.71448 6.39893 4.55884C6.39893 3.4032 7.34108 2.46484 8.50041 2.46484C9.65974 2.46484 10.6019 3.404 10.6019 4.55884C10.6019 5.71368 9.65974 6.65364 8.50041 6.65364ZM8.50041 3.26478C7.78431 3.26478 7.20141 3.84501 7.20141 4.55884C7.20141 5.27267 7.78431 5.85371 8.50041 5.85371C9.21652 5.85371 9.79941 5.27267 9.79941 4.55884C9.79941 3.84501 9.21652 3.26478 8.50041 3.26478Z' fill='%230D99AB'/%3E%3Cpath d='M11.2493 9.39448C11.0273 9.39448 10.848 9.21582 10.848 8.99451C10.848 7.70367 9.79446 6.65426 8.50031 6.65426C7.20616 6.65426 6.15259 7.70447 6.15259 8.99451C6.15259 9.21582 5.97336 9.39448 5.75134 9.39448C5.52933 9.39448 5.3501 9.21582 5.3501 8.99451C5.3501 7.26266 6.76374 5.85352 8.50112 5.85352C10.2385 5.85352 11.6521 7.26266 11.6521 8.99451C11.6521 9.21582 11.4729 9.39448 11.2509 9.39448H11.2493Z' fill='%230D99AB'/%3E%3Cpath d='M8.50051 10.4812C5.60138 10.4812 3.24316 8.13053 3.24316 5.24062C3.24316 2.35072 5.60138 0 8.50051 0C11.3996 0 13.7579 2.35152 13.7579 5.24062C13.7579 8.12973 11.3988 10.4812 8.50051 10.4812ZM8.50051 0.799936C6.0438 0.799936 4.04565 2.79173 4.04565 5.24062C4.04565 7.68952 6.04461 9.68131 8.50051 9.68131C10.9564 9.68131 12.9554 7.68872 12.9554 5.24062C12.9554 2.79253 10.9564 0.799936 8.50051 0.799936Z' fill='%230D99AB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3337_4698'%3E%3Crect width='17' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.webinars-icon::before{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="28" viewBox="0 0 26 28" fill="none"><path d="M7.4 20.3C7.2 20.3 7 20.1 7 19.9V17.6C7 17.1 7.1 16.6 7.4 16.2C7.7 15.8 8.1 15.5 8.5 15.3L11.1 14.4V13.7C11.1 13.5 11.3 13.3 11.5 13.3C11.7 13.3 11.9 13.5 11.9 13.7V14.7C11.9 14.9 11.8 15 11.6 15.1L8.7 16.1C8.4 16.2 8.2 16.4 8 16.7C7.8 17 7.7 17.3 7.7 17.6V19.9C7.8 20.1 7.6 20.3 7.4 20.3Z" fill="%230D9AAC"/><path d="M17.8 20.3C17.6 20.3 17.4 20.1 17.4 19.9V17.6C17.4 17.3 17.3 17 17.1 16.7C16.9 16.4 16.7 16.2 16.4 16.1L13.5 15.1C13.3 15 13.2 14.9 13.2 14.7V13.7C13.2 13.5 13.4 13.3 13.6 13.3C13.8 13.3 14 13.5 14 13.7V14.4L16.6 15.3C17.1 15.5 17.5 15.8 17.7 16.2C18 16.6 18.1 17.1 18.1 17.6V19.9C18.2 20.1 18 20.3 17.8 20.3Z" fill="%230D9AAC"/><path d="M12.6 14C11.9 14 11.3 13.7 10.8 13.3C10.3 12.8 10.1 12.2 10.1 11.5V10.5C10.1 9.8 10.4 9.2 10.8 8.7C11.7 7.8 13.4 7.8 14.4 8.7C14.9 9.2 15.1 9.8 15.1 10.5V11.5C15.1 12.2 14.8 12.8 14.4 13.3C13.9 13.7 13.3 14 12.6 14ZM12.6 8.8C12.2 8.8 11.7 9 11.4 9.3C11.1 9.6 10.9 10 10.9 10.5V11.5C10.9 11.9 11.1 12.4 11.4 12.7C12 13.3 13.1 13.3 13.7 12.7C14 12.4 14.2 12 14.2 11.5V10.5C14.2 10.1 14 9.6 13.7 9.3C13.5 9 13 8.8 12.6 8.8Z" fill="%230D9AAC"/><path d="M21.6 7.5C21.6 7.4 21.6 6.4 21.5 6.3C21.5 6.2 21.4 6.2 21.4 6.1C21.4 6 21.3 6 21.3 6C21.2 6 21.2 6 21.1 6H4.1C4 5.9 3.8 6 3.7 6.1C3.6 6.2 3.5 6.3 3.5 6.5V19.4C3.5 19.5 3.6 19.7 3.7 19.8C3.8 19.9 4 20 4.1 19.9H21C21.1 19.9 21.3 19.9 21.4 19.8C21.5 19.7 21.6 19.6 21.6 19.4V13.3" stroke="%230D9AAC" stroke-width="0.86" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.4 22.1C2.1 22.1 1.9 22 1.7 21.8C1.5 21.6 1.4 21.3 1.3 21V20.5C1.3 20.2 1.4 19.9 1.7 19.7C1.9 19.5 2.2 19.4 2.5 19.4H22.8C22.9 19.4 23.1 19.4 23.2 19.5C23.3 19.6 23.5 19.6 23.6 19.7C23.7 19.8 23.8 19.9 23.9 20.1C24 20.2 24 20.4 24 20.5C24 20.7 23.8 21 23.6 21C23.4 21 23.1 20.8 23.1 20.6V20.5L23 20.4H2.6C2.5 20.4 2.5 20.4 2.4 20.5C2.4 20.5 2.3 20.6 2.3 20.7V21.1C2.3 21.1 2.3 21.2 2.4 21.2C2.4 21.2 2.5 21.3 2.6 21.3H22.9C23 21.3 23 21.3 23.1 21.2C23.1 21.2 23.2 21.1 23.2 21V20.5C23.2 20.3 23.4 20 23.7 20C24 20 24.2 20.2 24.2 20.5V21C24.2 21.3 24.1 21.6 23.8 21.8C23.6 22 23.3 22.1 23 22.1H2.4Z" fill="%230D9AAC"/><path d="M23.5 13.3H19.7H18.9H18.6C17.9 13.3 17.3 12.7 17.3 12V8.9C17.3 8.2 17.9 7.6 18.6 7.6H23.6C24.3 7.6 24.9 8.2 24.9 8.9V12C24.7 12.8 24.2 13.3 23.5 13.3Z" stroke="%230D99AB" stroke-miterlimit="10"/><path d="M19.5 13.7L19.7 13.4H20.2L19.5 13.7Z" stroke="%230D99AB" stroke-miterlimit="10"/><path d="M19.1 10.9C19.3209 10.9 19.5 10.7209 19.5 10.5C19.5 10.2791 19.3209 10.1 19.1 10.1C18.8791 10.1 18.7 10.2791 18.7 10.5C18.7 10.7209 18.8791 10.9 19.1 10.9Z" fill="%230D99AB"/><path d="M21 10.9C21.2209 10.9 21.4 10.7209 21.4 10.5C21.4 10.2791 21.2209 10.1 21 10.1C20.7791 10.1 20.6 10.2791 20.6 10.5C20.6 10.7209 20.7791 10.9 21 10.9Z" fill="%230D99AB"/><path d="M22.9 10.9C23.1209 10.9 23.3 10.7209 23.3 10.5C23.3 10.2791 23.1209 10.1 22.9 10.1C22.6791 10.1 22.5 10.2791 22.5 10.5C22.5 10.7209 22.6791 10.9 22.9 10.9Z" fill="%230D99AB"/></svg>');
}
.ai-icon::before{
  content: url("data:image/svg+xml,%3Csvg width='26' height='28' viewBox='0 0 26 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8C11 12.5714 8.14286 16 3 16C8.14286 16 11 19.4286 11 24C11 19.4286 13.8571 16 19 16C13.8571 16 11 12.5714 11 8Z' stroke='%230D9AAC' stroke-linejoin='round'/%3E%3Cpath d='M19 4C19 6.28571 17.5714 8 15 8C17.5714 8 19 9.71429 19 12C19 9.71429 20.4286 8 23 8C20.4286 8 19 6.28571 19 4Z' stroke='%230D9AAC' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  left: -5px;
  top: 10px;
}
.activities-strong-icon::before{
  content: url("data:image/svg+xml,%3Csvg width='26' height='28' viewBox='0 0 26 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_6_250' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='28'%3E%3Crect y='0.521729' width='26' height='27.1304' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_6_250)'%3E%3Cpath d='M2 9.78594C2 8.36914 3.14854 7.2206 4.56534 7.2206H10.8295V12.3513H4.56534C3.14854 12.3513 2 11.2027 2 9.78594V9.78594Z' stroke='%230D9AAC' stroke-width='0.85'/%3E%3Cpath d='M8.26425 3.52173C9.68105 3.52173 10.8296 4.67027 10.8296 6.08707L10.8296 12.3513L5.69891 12.3513L5.69891 6.08707C5.69891 4.67027 6.84745 3.52173 8.26425 3.52173V3.52173Z' stroke='%230D9AAC' stroke-width='0.85'/%3E%3Cpath d='M2 18.2575C2 19.6743 3.14854 20.8229 4.56534 20.8229H10.8295V15.6922H4.56534C3.14854 15.6922 2 16.8407 2 18.2575V18.2575Z' stroke='%230D9AAC' stroke-width='0.85'/%3E%3Cpath d='M8.26425 24.5217C9.68105 24.5217 10.8296 23.3732 10.8296 21.9564L10.8296 15.6922L5.69891 15.6922L5.69891 21.9564C5.69891 23.3732 6.84745 24.5217 8.26425 24.5217V24.5217Z' stroke='%230D9AAC' stroke-width='0.85'/%3E%3Cpath d='M23.1193 9.78594C23.1193 8.36914 21.9707 7.2206 20.5539 7.2206H14.2897V12.3513H20.5539C21.9707 12.3513 23.1193 11.2027 23.1193 9.78594V9.78594Z' stroke='%230D9AAC' stroke-width='0.85'/%3E%3Cpath d='M16.8551 3.52173C15.4383 3.52173 14.2898 4.67027 14.2898 6.08707L14.2898 12.3513L19.4205 12.3513L19.4205 6.08707C19.4205 4.67027 18.2719 3.52173 16.8551 3.52173V3.52173Z' stroke='%230D9AAC' stroke-width='0.85'/%3E%3Cpath d='M23.1193 18.2575C23.1193 19.6743 21.9707 20.8229 20.5539 20.8229H14.2897V15.6922H20.5539C21.9707 15.6922 23.1193 16.8407 23.1193 18.2575V18.2575Z' stroke='%230D9AAC' stroke-width='0.85'/%3E%3Cpath d='M16.8551 24.5217C15.4383 24.5217 14.2898 23.3732 14.2898 21.9564L14.2898 15.6922L19.4205 15.6922L19.4205 21.9564C19.4205 23.3732 18.2719 24.5217 16.8551 24.5217V24.5217Z' stroke='%230D9AAC' stroke-width='0.85'/%3E%3C/g%3E%3C/svg%3E%0A");
}
*, *:before, *:after {
  box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
	transition: 0.3s ease;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0.5px; /* 1 */
  overflow: visible; /* 2 */
  background: rgba(243, 245, 245, 0.50);
  margin: 19px 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	max-width: 100%;
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
html {
	width: 100%!important;
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

@font-face { 
  font-family: 'Rustica';
  font-display: swap;
  src: url('https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/Rustica%20Font/Rustica-SemiLight.otf');
}
@font-face { 
  font-family: 'Rustica Regular';
  font-display: swap;
  src: url('https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/Rustica%20Font/Rustica-Regular.otf');
}
@font-face { 
  font-family: 'Rustica Medium';
  font-display: swap;
  src: url('https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/Rustica%20Font/Rustica-Medium.otf');
}

body {
	width: 100%;
  font-family: 'Rustica';
  font-size: 18px;
  color: #4F6475;
	line-height: 1.625;
	letter-spacing: normal;
}

p {
  margin-top: 0;
  margin-bottom: .75em;
  font-family: 'Rustica';
  font-size: 18px;
  color: #4F6475;
  font-weight: 350;
}
p:last-child  {
	margin-bottom: 0;
}
.bold{
  font-family: 'Rustica Medium';
  font-weight: 500;
}
.regular{
  font-family: 'Rustica Regular' !important;
  font-weight: 400 !important;
}

p.bold,
p b{
    font-weight: 500;
  font-family: 'Rustica Medium';
}

/* Links */
a {
  text-decoration: none;
	color: #0D99AB;
  transition: all ease 0.2s;
  font-family: 'Rustica Medium';
  font-weight: 500;
}
/* 	a:hover {
		opacity:  0.8;
	} */
a:focus-visible {
	outline: 2px solid red;
}

.content-wrapper a {
	color: #0D99AB;
}
	.content-wrapper a:hover,
	.content-wrapper a:focus {
		color: #0D99AB;
		opacity:  1;
	}


a.link-default:not(:hover) * {
  color: inherit;
	transition: 0.2s ease;
}
a.link-default:not(:hover) h1 {
  color: #00617d;
}
a.link-default:not(:hover) h2 {
  color: #00617d;
}
a.link-default:not(:hover) h3 {
  color: #00617d;
}
a.link-default:not(:hover) h4 {
  color: #00617d;
}
a.link-default:not(:hover) h5 {
  color: #00617d;
}
a.link-default:not(:hover) h6 {
  color: #00617D;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  word-break: break-word;
}

.widget-type-rich_text * + h1,
.widget-type-rich_text * + h2,
.widget-type-rich_text * + h3,
.widget-type-rich_text * + h4,
.widget-type-rich_text * + h5,
.widget-type-rich_text * + h6 {
  margin-top: 2.25rem;
}



h1, .h1 {
  font-size: 3.5555555555555554rem;
  font-style: normal;
  font-weight: 400;
  font-family: 'Rustica Medium';
	line-height: 68px;
/*   letter-spacing: 0.24px; */
  color: #00617d;
	
	  text-decoration: none;
	
}

h1.resources{
  font-size: 2.0rem;
  line-height: 46px;
  font-family: 'Rustica Medium';
  font-weight: 500;
}

h1.bold,
h1 b,
h1 strong{
  font-family: 'Rustica Medium';
  font-weight: 500;
}


h2, .h2 {
  font-size: 2.0rem;
  font-style: normal;
  font-weight: 350;
  font-family: 'Rustica Regular';
	 line-height: 46px;
  letter-spacing: normal;
  color: #00617d;
	
	  text-decoration: none;
	
}


h2.bold,
h2 b,
h2 strong{
  font-family: 'Rustica Medium';
  font-weight: 500;
}

h2.regular{
  font-family: "Rustica Regular";
  font-weight: 400;
}

h3, .h3 {
  font-size: 2.2222222222222223rem;
  font-style: normal;
  font-weight: 500;
  font-family: 'Rustica Regular';
	 line-height: 48px;
  letter-spacing: 0.5px;
  color: #00617d;
	
	  text-decoration: none;
	
}

h4, .h4 {
  font-size: 1.7777777777777777rem;
  font-style: normal;
  font-weight: 350;
  font-family: 'Rustica';
	 line-height: 36px;
  letter-spacing: 0.04px;
  color: #00617d;
	
	  text-decoration: none;
	
}

h4.bold,
h4 b,
h4 strong{
  font-weight: 500;
  font-family: 'Rustica Medium';
}

h5, .h5 {
  font-size: 1.3333333333333333rem;
  font-style: normal;
  font-weight: 350;
  font-family: 'Rustica';
	 font-style: normal;
  line-height: 32px;
  color: #00617d;
	
	  text-decoration: none;
	
}

h5.bold,
h5 b,
h5 strong{
  font-weight: 500;
  font-family: 'Rustica Medium';
}

h5.italic{
  font-style: italic;
}

h5.regular{
  font-family: "Rustica Regular";
  font-weight: 400;
}

h6, .h6 {
  font-size: 1.2222222222222223rem;
  font-style: normal;
  font-weight: 350;
  font-family: 'Rustica';
	line-height: 28px;
  letter-spacing: 0.35px;
  color: #00617D;
	
	text-decoration: none;
	
}

h6.bold,
h6 b,
h6 strong{
  font-weight: 500;
  font-family: 'Rustica Medium';
}

h7{
  color: #9CAAB0;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 26px; /* 130% */
  font-family: 'Rustica';
}

h7.italic{
  font-style: italic;
}

h7.regular{
  font-family: "Rustica Regular";
  font-weight: 400;
}

h7.bold,
h7 b,
h7 strong{
  font-weight: 500;
  font-family: 'Rustica Medium';
}

h8{
  color: #00617D;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 26px; /* 144.444% */
  font-family: 'Rustica';
}

h8.bold,
h8 b,
h8 strong{
  font-weight: 500;
  font-family: 'Rustica Medium';
}



h9{
  color: #00617D;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 16px; /* 114.286% */
  font-family: 'Rustica';
  
}

h9.regular{
  font-family: "Rustica Regular";
  font-weight: 400;
}

h9.bold,
h9 strong,
h9 b{
  font-weight: 500;
  font-family: 'Rustica Medium';
}


@media (max-width: 767px) {
  h1, .h1 {
		font-size: 32px;
    line-height: 38px;
  }
  
  h1.resources{
    font-size: 32px;
    line-height: 34px;
  }
  
  h2, .h2 {
		font-size: 26px !important;
    line-height: 32px;
  }
  h3, .h3 {
		font-size: 31px !important;
    line-height: 1;
  }
  h4, .h4 {
		font-size: 30px !important;
    line-height: 36px;
  }
  h5, .h5 {
		font-size: 20px;
    line-height: 28px;
  }
  h6, .h6 {
		font-size: 22px;
    line-height: 28px;
  }
  h7, .h7 {
		font-size: 20px;
    line-height: 28px;
  }
  h8, .h8 {
		font-size: 16px;
    line-height: 1.5;
  }
  h9, .h9 {
		font-size: 18px;
    line-height: 1.2;
  }
  
  p{
    line-height: 1.5;
    font-size:16px;
  }
  
  .content-bullets ul li{
    line-height: 1.5 !important;
    font-size:16px !important;
  }
  
}

strong {
  font-weight: 500;
  font-family: 'Rustica Medium';
}

code {
  vertical-align: bottom;
}



/* Sup and Sub */
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}

body {
  position: relative;
}

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

.tx-left{
  text-align: left;
}
@media(max-width: 767px){
  .tx-center-mobile{
    text-align: center;
  }
}
 .content-bullets ul {
  list-style: none;
  padding-left: 0;
}

 .content-bullets ul li{
  color: #00617D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
  position: relative;
  padding-bottom: 12px;
  padding-left: 22px;
}
 .content-bullets ul li:before{
  width: 16px;
  content: " ";
  background-image: url('https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/check-list-icon.png');
  position: absolute;
  left: 0;
  top: 2px;
  height:18px;
  background-repeat: no-repeat;
   background-size: contain;
}

.content-bullets.blue-heart-list ul li:before,.blue-heart-list ul li:before{
  background-image:url("https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/bullet-marker.png");
  width:22px;
  height:19px;
}

.content-bullets.blue-heart-list ul li,.blue-heart-list ul li{padding-left:30px;padding-bottom:38px;}

.content-bullets.blue-circles-list ul li:before,.blue-circles-list ul li:before{
  content: unset;
}
.content-bullets.blue-circles-list ul,.blue-circles-list ul{
  list-style: unset;    
  padding-left: 27px;
}

.content-bullets.blue-circles-list ul li::marker,.blue-circles-list ul li::marker{
  color: #00617D;
  font-size: 24px;
}

.content-intro .description a,.description a{
  color: #90D432;
  font-family: 'Rustica Medium';
}

.tx-dark{
  color: #4F6475;
}
.tx-dark-blue{
  color: #00617D;
}
.tx-light{
  color: #F3F5F5;
}
.tx-light-grey{
  color: #9CAAB0;
}
.tx-dark-grey{
  color: #728591;
}

.tx-blue{
  color: #0D9AAC;
}
.tx-light-blue{
  color: #25A3B3;
}
.tx-soft-blue{
  color: #E7F5F7;
}
.tx-green{
  color: #90D432;
}
.tx-white,
.tx-white p,
.tx-white h5,
.tx-white ul li {
  color: #fff;
}
.dnd-section {
  padding: 40px 0px;
	position: relative;
}


.dnd-section.dnd-section-fullheight {
	display: flex;
	align-items: center;
	min-height: 100vh;
}

@media (min-width: 768px) {
  .dnd-section {
    padding: 40px 0px;
  }
}

@media (min-width:992px) {
  .dnd-section {
    padding: 50px 0px;
  }
}



.dnd-section > .row-fluid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}


/* .row-fluid > .dnd-column {
	margin-top: -2rem;
} 
*/
.dnd-column > .dnd-row + .dnd-row,
.dnd-column > .sticky-column > .dnd-row {
	padding-top: 1rem;
}

.dnd-section .dnd-row-p-0 {
	padding-top: 0!important;
}
.dnd-section .dnd-row-m-0 {
	margin-top: 0!important;
}
.dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

	.dnd-section .dnd-module + .dnd-module,
  .dnd-section .dnd-column + .dnd-column,
  .dnd-section .dnd-column + .dnd-module,
  .dnd-section .dnd-module + .dnd-column {
		padding-top: 1rem;
	}
	
}
.form-wrapper {
  padding: 42px 54px 42px 54px;
  border-radius: 10px;
  box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);
  background-color: #fff;
}

.form-wrapper .form-title {
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  font-family: 'Rustica Medium'
}

.form-wrapper .field {
  margin-bottom: 24px;
}

.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]), 
.form-wrapper .hs-input, 
.form-wrapper .hs-search-field__input{
  background-color: rgba(243, 245, 245, 1);
  font-size: 16px;
  line-height: 24px;
  padding: 10px 17px;
  border: 1px solid rgba(156, 170, 176, 1);
  border-radius: 23px;
  color: #4f6475;
}

.form-wrapper input.invalid:not([type=checkbox]):not([type=radio]):not([type=submit]) {
	border-color: #FF0000;
}
.form-wrapper .inputs-list.multi-container{
  display: grid;
  gap: 10px;
  
}

.form-wrapper .hs-fieldtype-select {
  position: relative;
}

.form-wrapper .hs-fieldtype-select:before {
  content: " ";
  background-image: url(https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/Icon-1.png/preview.png?t=1691964449971);
  position: absolute;
  width: 10px; 
  height: 5px;
  bottom: 19px;
  right: 23px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.form-wrapper textarea {
  min-height: 126px;
}

.form-wrapper .legal-consent-container .hs-richtext {
  font-size: 14px;
  color:  rgba(114, 133, 145, 1);
  font-weight: 400;
  line-height: 16px;
}

.form-wrapper .legal-consent-container label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
}  

.form-wrapper input[type=checkbox] {
  border-radius: 2px;
  margin-right: 5px;
  margin-top: 0;
}

.form-wrapper .actions {
  text-align: center;
  margin-top: 24px
}

.form-wrapper .actions input[type="submit"]{
  border: 1px solid #90D432;
  background: #90D432;
  color: #013A53;
}
.form-wrapper .actions input[type="submit"]:hover{
  border: 1px solid #013A53;
  background: #013A53;
  color: #90D432;
}


@media (max-width: 768px){ 
  .form-wrapper {
    padding: 42px 22px;
   }
  
  .form-wrapper .form-title {
    margin-bottom: 20px;
  }
  
  .form-wrapper .field {
    margin-bottom: 15px;
  }
}

.form-wrapper .inputs-list label{
  display: flex;
}
.form-wrapper .inputs-list label span{
  line-height: 1.3;
}

.form-wrapper .legal-consent-container .hs-richtext p{
  font-size: 14px;
  line-height: 1.25;
}

.form-wrapper form .hs-fieldtype-select label,
.form-wrapper form .hs-fieldtype-text label,
.form-wrapper form .hs-fieldtype-phonenumber label,
.form-wrapper form .hs-fieldtype-textarea label{
  display: none;  
}

.content-with-form-case-studies .form-wrapper form .hs-fieldtype-checkbox label{
/*   color: white; */
}


.form-wrapper .hs-fieldtype-checkbox label{
  color: #4f6475;
}

.form-wrapper .hs-fieldtype-booleancheckbox label{
  color: #4f6475;
}

.form-wrapper .legal-consent-container .hs-richtext p{
      color: #4f6475;
}
/*  

form_header_background       
form_header_text_color       
form_background_color     

form_border_color            
form_label_color      

form_field_background_color
form_field_border_color      
form_field_focus_border_color
form_button_text_color       
form_button_background_color 

*/
/* .form-lite{
  position: relative !important;
  z-index: 3 !important;
}

.widget-type-form .form-title {
	background: #9CAAB0;
	padding: 2rem;
	border-radius: 60px;
	margin-bottom: 0;
	color: #00617D;
}
 */
/* .widget-type-form form {
  padding: 2rem;
	background: #ffffff;
	border: 1px solid #00617D;
} */

.text-white .hs-form label {
	color: inherit;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #FF0000;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.hs-input,
.hs-search-field__input {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  font-weight: normal;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  cursor: pointer;
  width: 1rem!important;
  height: 1rem!important;
  padding: 0!important;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  background-color: #ffffff;
  position: relative;
	border: 1px solid #6B7280;
	outline: none;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked::after,
input[type=radio]:checked::after{
    background: #4F6475;
    color: white;
    content: '';
    position: absolute;
    top: 3px;
    width: 8px;
    height: 8px;
    bottom: 0;
    left: 3px;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

/* .hs-input:-moz-placeholder {
  color: ;
} */

/* .hs-input::-webkit-input-placeholder {
  color: ;
} */

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
.hs-input:focus,
.hs-search-field__input:focus {
  outline: none;
  border-color: #F3F5F5;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}


fieldset {
	max-width: none!important;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #FF0000;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #FF0000;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.hs-field-desc {
  color: #6B7280;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #FF0000;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

/* Legal Consent */
.hs-form fieldset.form-columns-1 .legal-consent-container {
	padding-left: .5rem;
	padding-right: .5rem;
}
.hs-form fieldset.form-columns-1 .legal-consent-container .hs-dependent-field .hs-form-field {
	padding: 0;
}

@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
}


.hubspot-link__container {
  display: none;
}

.grecaptcha-badge {
	margin: 0;
}

/* Form No Labels */
.form-no-labels form.hs-form .hs-fieldtype-text > label,
.form-no-labels form.hs-form .hs-fieldtype-textarea > label,
.form-no-labels form.hs-form .hs-fieldtype-selec > label {
	display: none!important;
}

/* Fullwidth Button */
.form-btn-fullwidth form .hs_submit input {
	width: 100%;
}

/* ==========================================================================
   Multi column 
   ========================================================================== */

form.hs-form fieldset {
	margin-left: -.5rem;
	margin-right: -.5rem;
}
form.hs-form fieldset .field {
	padding-left: .5rem;
	padding-right: .5rem;
}
form.hs-form fieldset .input {
	margin-right: 0!important;
}

/* Columns */
form.hs-form fieldset.form-columns-3 .hs-form-field {
	width: 33.333333%;
}

/* ==========================================================================
   White Form
   ========================================================================== */

.form-white .hs-form label {
	color: #fff;
}
.form-white .hs-error-msgs label {
  
}

.form-white .hs-input,
.form-white .hs-search-field__input {
  box-sizing: border-box;
	border-radius: 0!important;
	background-color: rgba(255, 255, 255, 0.1)!important;
	border: 0!important;
	border-bottom: 2px solid #fff!important;
	color: #fff!important;
}

.form-white .hs-form input[type="submit"] {
	background: #4F6475!important;
	color: #fff!important;
}

































/* Line Height */

  


/* Letter Spacing */

  










/* Color */











  






  






  






  






  






  



































/* Uppercase */

  


/* Letter Spacing */


/* Shadow */


/* Shadow Hover */
 

.btn,
.btn-cta a,
.hs-button,
.cta_button {
	position: relative;
	display: inline-block;
	text-decoration: none!important;
	white-space: initial;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	user-select: none;
	border-radius: 60px;
	text-transform: none;
  font-stretch: normal;
	transition: all 0.4s ease;
	padding: 15px 24px 13px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 16px;
  font-style: normal;
  line-height: 1; /* 125% */
  letter-spacing: 1px;
  box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);
  font-family: 'Rustica Medium';
}

.cta_button p{
  color: inherit;
}

/* .buttons .btn {
  margin-top: 22px;
} */

/* .buttons .btn:not(:last-child) {
  margin-right: 27px;
} */


/* ==========
 * Button Color & Style
 * ==================== */


.btn-white,
.btn-cta.cta-white a {
  border: 2px solid #013A53;
  background: #FFF;
  color: #013A53;
}

.btn-cta.cta-white a span {
  color: #013A53 !important;
}

.btn-white:hover,
.btn-cta.cta-white a:hover {
  border: 2px solid #FFF;
  background: #013A53;
  color: white;
}

.btn-text-link,
.btn-cta.cta-text-link a {
  position: relative;
  color: #00617D;
  box-shadow: unset;
  padding-right: 40px;
  padding-left: 0;
}

.btn-cta.cta-text-link a span {
  color: #00617D !important;
}

.btn-text-link::after,
.btn-cta.cta-text-link a::after {
  content: "";
  position: absolute;
  background-image: url('https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/btn-text-link.png');
  width: 14px;
  height: 11.648px;
  top: 15px; 
  right: 17px;
  transition: 200ms
}

.btn-text-link:hover,
.btn-cta.cta-text-link a::hover {
  color: #00617D;
}

.btn-text-link:hover::after,
.btn-cta.cta-text-link a:hover::after {
  right: 10px;
} 

.buttons{
  gap: 27px;
  margin-top: 30px;
}
.btn-green,
.btn-cta.cta-green a {
  border: 1px solid #90D432;
  background: #90D432;
  color: #013A53;
}

.btn-cta.cta-green a span {
  color: #013A53 !important;
}

.btn-cta.cta-green a:hover span {
  color: #90D432 !important;
}

.btn-green:hover,
.btn-cta.cta-green a:hover {
  border: 1px solid #013A53;
  background: #013A53;
  color: #90D432;
}

.btn-dark-blue,
.btn-cta.cta-dark-blue a {
  border: 2px solid #FFF;
  background: #013A53;
  color: white;
}

.btn-cta.cta-dark-blue a span {
  color: white !important;
}
.btn-dark-blue:hover,
.btn-cta.cta-dark-blue a:hover{
  border: 2px solid #013A53;
  background: white;
  color: #013A53
}





.cta-green{
  border: 1px solid #90D432;
  background: #90D432;
  color: #013A53;
}

.cta-green span {
  color: #013A53 !important;
}

.cta-green:hover span {
  color: #90D432 !important;
}

.cta-green:hover{
  border: 1px solid #013A53;
  background: #013A53;
  color: #90D432;
}

.cta-dark-blue{
  border: 2px solid #FFF;
  background: #013A53;
  color: white;
}

.cta-dark-blue span {
  color: white !important;
}
.cta-dark-blue:hover{
  border: 2px solid #013A53;
  background: white;
  color: #013A53
}

.cta-white {
  border: 2px solid #013A53;
  background: #FFF;
  color: #013A53;
}

.cta-white span {
  color: #013A53 !important;
}


.cta-white:hover {
  border: 2px solid #FFF;
  background: #013A53;
  color: white;
}

.cta-text-link {
  position: relative !important;
  color: #00617D;
  box-shadow: unset !important;
  padding-right: 40px !important;
  padding-left: 0 !important;
}

.cta-text-link span {
  color: #00617D !important;
}


.cta-text-link::after {
  content: "";
  position: absolute;
  background-image: url('https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/btn-text-link.png');
  width: 14px;
  height: 11.648px;
  top: 15px; 
  right: 17px;
  transition: 200ms
}


.cta-text-link::hover {
  color: #00617D;
}


.cta-text-link:hover::after {
  right: 10px;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover > a,
.hs-menu-item:focus > a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}



.inline-menu {
	
}
.inline-menu .hs-menu-item a {
	padding: 0;
	color: inherit;
}
.inline-menu .hs-menu-item a:hover {
	color: #4F6475;
}
.inline-menu .hs-menu-item + .hs-menu-item {
	margin-left: 1rem;
}
table {
	display: table;
	width: 100%;
	min-width: 992px;
	border-collapse: collapse;
	border-spacing: 0px;
	overflow: hidden;
	border-radius: px;
}
table tbody tr {
	border-bottom: 1px solid #e2e7ea;
	border-left: 1px solid #e2e7ea;
	border-right: 2px solid #e2e7ea;
}
@media (max-width:991px) {
	.table-wrapper {
		overflow-x: scroll;
	}
}
div[data-hs-responsive-table] table tr {
	background-color: #fff;
	border-bottom: 1px solid #d2d6dc;
}
div[data-hs-responsive-table] table tr:first-child {
	background-color: rgba(244, 245, 247, 1);
	border-color: #d2d6dc;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: bold;
}
div[data-hs-responsive-table] table tr:last-child {
	border-bottom: 0px;
}
table th,
table td {
	padding: 0.75rem 1.5rem;
}
img {
	max-width: 100%;
}

.pb-full {
	padding-bottom: 100%;
}

/* Filter */
.filter-grayscale {
	filter: grayscale(100%);
}
.hover\:gray-scale:hover {
	filter: grayscale(0%);
}

.image-lite div.relative {
  z-index: 9;
}

.image-lite {
  position: relative;
  z-index: 2;
}

.image-lite.full-width-image >div >div {
    width: 100%;
    height: auto;
}

.image-lite.full-width-image >div >div img{
    width: 100%;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 100ms;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.focus-within\:sr-only:focus-within {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.focus-within\:not-sr-only:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.appearance-none {
  appearance: none
}

/* .bg-fixed {
  background-attachment: fixed
}

.bg-local {
  background-attachment: local
}

.bg-scroll {
  background-attachment: scroll
}

.bg-clip-border {
  background-clip: border-box
}

.bg-clip-padding {
  background-clip: padding-box
}

.bg-clip-content {
  background-clip: content-box
}

.bg-clip-text {
  background-clip: text
}

.bg-current {
  background-color: currentColor
}

.bg-base-50 {
  background-color: #87e8ff
}

.bg-base-100 {
  background-color: #78d9f5
}

.bg-base-200 {
  background-color: #5abbd7
}

.bg-base-300 {
  background-color: #3c9db9
}

.bg-base-400 {
  background-color: #1e7f9b
}

.bg-base-500 {
  background-color: #00617D
}

.bg-base-600 {
  background-color: #00435f
}

.bg-base-700 {
  background-color: #002541
}

.bg-base-800 {
  background-color: #000723
}

.bg-base-900 {
  background-color: #000005
}

.bg-base {
  background-color: #00617D
}

.bg-default-50 {
  background-color: #87e8ff
}

.bg-default-100 {
  background-color: #78d9f5
}

.bg-default-200 {
  background-color: #5abbd7
}

.bg-default-300 {
  background-color: #3c9db9
}

.bg-default-400 {
  background-color: #1e7f9b
}

.bg-default-500 {
  background-color: #00617D
}

.bg-default-600 {
  background-color: #00435f
}

.bg-default-700 {
  background-color: #002541
}

.bg-default-800 {
  background-color: #000723
}

.bg-default-900 {
  background-color: #000005
}

.bg-default {
  background-color: #00617D
}

.bg-primary-50 {
  background-color: #d6ebfc
}

.bg-primary-100 {
  background-color: #c7dced
}

.bg-primary-200 {
  background-color: #a9becf
}

.bg-primary-300 {
  background-color: #8ba0b1
}

.bg-primary-400 {
  background-color: #6d8293
}

.bg-primary-500 {
  background-color: #4F6475
}

.bg-primary-600 {
  background-color: #314657
}

.bg-primary-700 {
  background-color: #132839
}

.bg-primary-800 {
  background-color: #000a1b
}

.bg-primary-900 {
  background-color: #000000
}

.bg-primary {
  background-color: #4F6475
}

.bg-secondary-50 {
  background-color: #ffffff
}

.bg-secondary-100 {
  background-color: #ffffff
}

.bg-secondary-200 {
  background-color: #ffffff
}

.bg-secondary-300 {
  background-color: #ffffff
}

.bg-secondary-400 {
  background-color: #ffffff
}

.bg-secondary-500 {
  background-color: #F3F5F5
}

.bg-secondary-600 {
  background-color: #d5d7d7
}

.bg-secondary-700 {
  background-color: #b7b9b9
}

.bg-secondary-800 {
  background-color: #999b9b
}

.bg-secondary-900 {
  background-color: #7b7d7d
}

.bg-secondary {
  background-color: #F3F5F5
}

.bg-tertiary-50 {
  background-color: 
}

.bg-tertiary-100 {
  background-color: 
}

.bg-tertiary-200 {
  background-color: 
}

.bg-tertiary-300 {
  background-color: 
}

.bg-tertiary-400 {
  background-color: 
}

.bg-tertiary-500 {
  background-color: 
}

.bg-tertiary-600 {
  background-color: 
}

.bg-tertiary-700 {
  background-color: 
}

.bg-tertiary-800 {
  background-color: 
}

.bg-tertiary-900 {
  background-color: 
}

.bg-tertiary {
  background-color: 
}

.bg-success-50 {
  background-color: 
}

.bg-success-100 {
  background-color: 
}

.bg-success-200 {
  background-color: 
}

.bg-success-300 {
  background-color: 
}

.bg-success-400 {
  background-color: 
}

.bg-success-500 {
  background-color: 
}

.bg-success-600 {
  background-color: 
}

.bg-success-700 {
  background-color: 
}

.bg-success-800 {
  background-color: 
}

.bg-success-900 {
  background-color: 
}

.bg-success {
  background-color: 
}

.bg-warning-50 {
  background-color: 
}

.bg-warning-100 {
  background-color: 
}

.bg-warning-200 {
  background-color: 
}

.bg-warning-300 {
  background-color: 
}

.bg-warning-400 {
  background-color: 
}

.bg-warning-500 {
  background-color: 
}

.bg-warning-600 {
  background-color: 
}

.bg-warning-700 {
  background-color: 
}

.bg-warning-800 {
  background-color: 
}

.bg-warning-900 {
  background-color: 
}

.bg-warning {
  background-color: 
}

.bg-danger-50 {
  background-color: #ff8787
}

.bg-danger-100 {
  background-color: #ff7878
}

.bg-danger-200 {
  background-color: #ff5a5a
}

.bg-danger-300 {
  background-color: #ff3c3c
}

.bg-danger-400 {
  background-color: #ff1e1e
}

.bg-danger-500 {
  background-color: #FF0000
}

.bg-danger-600 {
  background-color: #e10000
}

.bg-danger-700 {
  background-color: #c30000
}

.bg-danger-800 {
  background-color: #a50000
}

.bg-danger-900 {
  background-color: #870000
}

.bg-danger {
  background-color: #FF0000
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
}

.bg-dark-50 {
  background-color: #ffffff
}

.bg-dark-100 {
  background-color: #ffffff
}

.bg-dark-200 {
  background-color: #f6ffff
}

.bg-dark-300 {
  background-color: #d8e6ec
}

.bg-dark-400 {
  background-color: #bac8ce
}

.bg-dark-500 {
  background-color: #9CAAB0
}

.bg-dark-600 {
  background-color: #7e8c92
}

.bg-dark-700 {
  background-color: #606e74
}

.bg-dark-800 {
  background-color: #425056
}

.bg-dark-900 {
  background-color: #243238
}

.bg-dark {
  background-color: #9CAAB0
}

.bg-white-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-white-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-white-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-white-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-white-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-white-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-white-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-white-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-white-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-white-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

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

.bg-none {
  background-image: none
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops))
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops))
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops))
} */

/* .from-current {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-base-50 {
  --tw-gradient-from: #87e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-base-100 {
  --tw-gradient-from: #78d9f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-base-200 {
  --tw-gradient-from: #5abbd7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-base-300 {
  --tw-gradient-from: #3c9db9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-base-400 {
  --tw-gradient-from: #1e7f9b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-base-500 {
  --tw-gradient-from: #00617D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-base-600 {
  --tw-gradient-from: #00435f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-base-700 {
  --tw-gradient-from: #002541;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-base-800 {
  --tw-gradient-from: #000723;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-base-900 {
  --tw-gradient-from: #000005;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-base {
  --tw-gradient-from: #00617D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-default-50 {
  --tw-gradient-from: #87e8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-default-100 {
  --tw-gradient-from: #78d9f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-default-200 {
  --tw-gradient-from: #5abbd7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-default-300 {
  --tw-gradient-from: #3c9db9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-default-400 {
  --tw-gradient-from: #1e7f9b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-default-500 {
  --tw-gradient-from: #00617D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-default-600 {
  --tw-gradient-from: #00435f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-default-700 {
  --tw-gradient-from: #002541;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-default-800 {
  --tw-gradient-from: #000723;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-default-900 {
  --tw-gradient-from: #000005;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-default {
  --tw-gradient-from: #00617D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-primary-50 {
  --tw-gradient-from: #d6ebfc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-primary-100 {
  --tw-gradient-from: #c7dced;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-primary-200 {
  --tw-gradient-from: #a9becf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-primary-300 {
  --tw-gradient-from: #8ba0b1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-primary-400 {
  --tw-gradient-from: #6d8293;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-primary-500 {
  --tw-gradient-from: #4F6475;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-primary-600 {
  --tw-gradient-from: #314657;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-primary-700 {
  --tw-gradient-from: #132839;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-primary-800 {
  --tw-gradient-from: #000a1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-primary-900 {
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-primary {
  --tw-gradient-from: #4F6475;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-secondary-50 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-secondary-100 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-secondary-200 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-secondary-300 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-secondary-400 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-secondary-500 {
  --tw-gradient-from: #F3F5F5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-secondary-600 {
  --tw-gradient-from: #d5d7d7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-secondary-700 {
  --tw-gradient-from: #b7b9b9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-secondary-800 {
  --tw-gradient-from: #999b9b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-secondary-900 {
  --tw-gradient-from: #7b7d7d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-secondary {
  --tw-gradient-from: #F3F5F5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-tertiary-50 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-tertiary-100 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-tertiary-200 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-tertiary-300 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-tertiary-400 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-tertiary-500 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-tertiary-600 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-tertiary-700 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-tertiary-800 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-tertiary-900 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-tertiary {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-success-50 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-success-100 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-success-200 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-success-300 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-success-400 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-success-500 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-success-600 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-success-700 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-success-800 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-success-900 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-success {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-warning-50 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-warning-100 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-warning-200 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-warning-300 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-warning-400 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-warning-500 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-warning-600 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-warning-700 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-warning-800 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-warning-900 {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-warning {
  --tw-gradient-from: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-danger-50 {
  --tw-gradient-from: #ff8787;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-danger-100 {
  --tw-gradient-from: #ff7878;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-danger-200 {
  --tw-gradient-from: #ff5a5a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-danger-300 {
  --tw-gradient-from: #ff3c3c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-danger-400 {
  --tw-gradient-from: #ff1e1e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-danger-500 {
  --tw-gradient-from: #FF0000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-danger-600 {
  --tw-gradient-from: #e10000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-danger-700 {
  --tw-gradient-from: #c30000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-danger-800 {
  --tw-gradient-from: #a50000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-danger-900 {
  --tw-gradient-from: #870000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-danger {
  --tw-gradient-from: #FF0000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-gray-50 {
  --tw-gradient-from: #F9FAFB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.from-gray-100 {
  --tw-gradient-from: #F3F4F6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.from-gray-200 {
  --tw-gradient-from: #E5E7EB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.from-gray-300 {
  --tw-gradient-from: #D1D5DB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.from-gray-400 {
  --tw-gradient-from: #9CA3AF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.from-gray-500 {
  --tw-gradient-from: #6B7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.from-gray-600 {
  --tw-gradient-from: #4B5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.from-gray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.from-gray-800 {
  --tw-gradient-from: #1F2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.from-gray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.from-gray {
  --tw-gradient-from: #6B7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.from-dark-50 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-dark-100 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-dark-200 {
  --tw-gradient-from: #f6ffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-dark-300 {
  --tw-gradient-from: #d8e6ec;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-dark-400 {
  --tw-gradient-from: #bac8ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-dark-500 {
  --tw-gradient-from: #9CAAB0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-dark-600 {
  --tw-gradient-from: #7e8c92;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-dark-700 {
  --tw-gradient-from: #606e74;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-dark-800 {
  --tw-gradient-from: #425056;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-dark-900 {
  --tw-gradient-from: #243238;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-dark {
  --tw-gradient-from: #9CAAB0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-white-50 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-white-100 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-white-200 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-white-300 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-white-400 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-white-500 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-white-600 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-white-700 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-white-800 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-white-900 {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.from-white {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-base-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #87e8ff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-base-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #78d9f5, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-base-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #5abbd7, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-base-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #3c9db9, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-base-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e7f9b, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-base-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #00617D, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-base-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #00435f, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-base-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #002541, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-base-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #000723, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-base-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #000005, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-base {
  --tw-gradient-stops: var(--tw-gradient-from), #00617D, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-default-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #87e8ff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-default-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #78d9f5, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-default-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #5abbd7, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-default-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #3c9db9, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-default-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e7f9b, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-default-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #00617D, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-default-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #00435f, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-default-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #002541, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-default-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #000723, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-default-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #000005, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-default {
  --tw-gradient-stops: var(--tw-gradient-from), #00617D, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-primary-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #d6ebfc, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-primary-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7dced, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-primary-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a9becf, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-primary-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #8ba0b1, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-primary-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d8293, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-primary-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #4F6475, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-primary-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #314657, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-primary-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #132839, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-primary-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #000a1b, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-primary-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-primary {
  --tw-gradient-stops: var(--tw-gradient-from), #4F6475, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-secondary-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-secondary-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-secondary-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-secondary-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-secondary-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-secondary-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #F3F5F5, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-secondary-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d5d7d7, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-secondary-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b7b9b9, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-secondary-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #999b9b, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-secondary-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7b7d7d, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), #F3F5F5, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-tertiary-50 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-tertiary-100 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-tertiary-200 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-tertiary-300 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-tertiary-400 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-tertiary-500 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-tertiary-600 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-tertiary-700 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-tertiary-800 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-tertiary-900 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-tertiary {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-success-50 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-success-100 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-success-200 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-success-300 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-success-400 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-success-500 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-success-600 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-success-700 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-success-800 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-success-900 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-success {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-warning-50 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-warning-100 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-warning-200 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-warning-300 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-warning-400 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-warning-500 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-warning-600 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-warning-700 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-warning-800 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-warning-900 {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-warning {
  --tw-gradient-stops: var(--tw-gradient-from), , var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-danger-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ff8787, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-danger-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ff7878, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-danger-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ff5a5a, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-danger-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #ff3c3c, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-danger-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #ff1e1e, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-danger-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #FF0000, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-danger-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #e10000, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-danger-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #c30000, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-danger-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #a50000, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-danger-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #870000, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-danger {
  --tw-gradient-stops: var(--tw-gradient-from), #FF0000, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #F9FAFB, var(--tw-gradient-to, rgba(249, 250, 251, 0))
}

.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #F3F4F6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
}

.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #E5E7EB, var(--tw-gradient-to, rgba(229, 231, 235, 0))
}

.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #D1D5DB, var(--tw-gradient-to, rgba(209, 213, 219, 0))
}

.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9CA3AF, var(--tw-gradient-to, rgba(156, 163, 175, 0))
}

.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6B7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
}

.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
}

.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1F2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
}

.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
}

.via-gray {
  --tw-gradient-stops: var(--tw-gradient-from), #6B7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
}

.via-dark-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-dark-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-dark-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #f6ffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-dark-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d8e6ec, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-dark-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #bac8ce, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-dark-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #9CAAB0, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-dark-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7e8c92, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-dark-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #606e74, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-dark-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #425056, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-dark-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #243238, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #9CAAB0, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-white-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-white-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-white-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-white-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-white-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-white-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-white-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-white-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-white-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-white-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.to-current {
  --tw-gradient-to: currentColor
}

.to-base-50 {
  --tw-gradient-to: #87e8ff
}

.to-base-100 {
  --tw-gradient-to: #78d9f5
}

.to-base-200 {
  --tw-gradient-to: #5abbd7
}

.to-base-300 {
  --tw-gradient-to: #3c9db9
}

.to-base-400 {
  --tw-gradient-to: #1e7f9b
}

.to-base-500 {
  --tw-gradient-to: #00617D
}

.to-base-600 {
  --tw-gradient-to: #00435f
}

.to-base-700 {
  --tw-gradient-to: #002541
}

.to-base-800 {
  --tw-gradient-to: #000723
}

.to-base-900 {
  --tw-gradient-to: #000005
}

.to-base {
  --tw-gradient-to: #00617D
}

.to-default-50 {
  --tw-gradient-to: #87e8ff
}

.to-default-100 {
  --tw-gradient-to: #78d9f5
}

.to-default-200 {
  --tw-gradient-to: #5abbd7
}

.to-default-300 {
  --tw-gradient-to: #3c9db9
}

.to-default-400 {
  --tw-gradient-to: #1e7f9b
}

.to-default-500 {
  --tw-gradient-to: #00617D
}

.to-default-600 {
  --tw-gradient-to: #00435f
}

.to-default-700 {
  --tw-gradient-to: #002541
}

.to-default-800 {
  --tw-gradient-to: #000723
}

.to-default-900 {
  --tw-gradient-to: #000005
}

.to-default {
  --tw-gradient-to: #00617D
}

.to-primary-50 {
  --tw-gradient-to: #d6ebfc
}

.to-primary-100 {
  --tw-gradient-to: #c7dced
}

.to-primary-200 {
  --tw-gradient-to: #a9becf
}

.to-primary-300 {
  --tw-gradient-to: #8ba0b1
}

.to-primary-400 {
  --tw-gradient-to: #6d8293
}

.to-primary-500 {
  --tw-gradient-to: #4F6475
}

.to-primary-600 {
  --tw-gradient-to: #314657
}

.to-primary-700 {
  --tw-gradient-to: #132839
}

.to-primary-800 {
  --tw-gradient-to: #000a1b
}

.to-primary-900 {
  --tw-gradient-to: #000000
}

.to-primary {
  --tw-gradient-to: #4F6475
}

.to-secondary-50 {
  --tw-gradient-to: #ffffff
}

.to-secondary-100 {
  --tw-gradient-to: #ffffff
}

.to-secondary-200 {
  --tw-gradient-to: #ffffff
}

.to-secondary-300 {
  --tw-gradient-to: #ffffff
}

.to-secondary-400 {
  --tw-gradient-to: #ffffff
}

.to-secondary-500 {
  --tw-gradient-to: #F3F5F5
}

.to-secondary-600 {
  --tw-gradient-to: #d5d7d7
}

.to-secondary-700 {
  --tw-gradient-to: #b7b9b9
}

.to-secondary-800 {
  --tw-gradient-to: #999b9b
}

.to-secondary-900 {
  --tw-gradient-to: #7b7d7d
}

.to-secondary {
  --tw-gradient-to: #F3F5F5
}

.to-tertiary-50 {
  --tw-gradient-to: 
}

.to-tertiary-100 {
  --tw-gradient-to: 
}

.to-tertiary-200 {
  --tw-gradient-to: 
}

.to-tertiary-300 {
  --tw-gradient-to: 
}

.to-tertiary-400 {
  --tw-gradient-to: 
}

.to-tertiary-500 {
  --tw-gradient-to: 
}

.to-tertiary-600 {
  --tw-gradient-to: 
}

.to-tertiary-700 {
  --tw-gradient-to: 
}

.to-tertiary-800 {
  --tw-gradient-to: 
}

.to-tertiary-900 {
  --tw-gradient-to: 
}

.to-tertiary {
  --tw-gradient-to: 
}

.to-success-50 {
  --tw-gradient-to: 
}

.to-success-100 {
  --tw-gradient-to: 
}

.to-success-200 {
  --tw-gradient-to: 
}

.to-success-300 {
  --tw-gradient-to: 
}

.to-success-400 {
  --tw-gradient-to: 
}

.to-success-500 {
  --tw-gradient-to: 
}

.to-success-600 {
  --tw-gradient-to: 
}

.to-success-700 {
  --tw-gradient-to: 
}

.to-success-800 {
  --tw-gradient-to: 
}

.to-success-900 {
  --tw-gradient-to: 
}

.to-success {
  --tw-gradient-to: 
}

.to-warning-50 {
  --tw-gradient-to: 
}

.to-warning-100 {
  --tw-gradient-to: 
}

.to-warning-200 {
  --tw-gradient-to: 
}

.to-warning-300 {
  --tw-gradient-to: 
}

.to-warning-400 {
  --tw-gradient-to: 
}

.to-warning-500 {
  --tw-gradient-to: 
}

.to-warning-600 {
  --tw-gradient-to: 
} */

/* .to-warning-700 {
  --tw-gradient-to: 
}

.to-warning-800 {
  --tw-gradient-to: 
}

.to-warning-900 {
  --tw-gradient-to: 
}

.to-warning {
  --tw-gradient-to: 
}

.to-danger-50 {
  --tw-gradient-to: #ff8787
}

.to-danger-100 {
  --tw-gradient-to: #ff7878
}

.to-danger-200 {
  --tw-gradient-to: #ff5a5a
}

.to-danger-300 {
  --tw-gradient-to: #ff3c3c
}

.to-danger-400 {
  --tw-gradient-to: #ff1e1e
}

.to-danger-500 {
  --tw-gradient-to: #FF0000
}

.to-danger-600 {
  --tw-gradient-to: #e10000
}

.to-danger-700 {
  --tw-gradient-to: #c30000
}

.to-danger-800 {
  --tw-gradient-to: #a50000
}

.to-danger-900 {
  --tw-gradient-to: #870000
}

.to-danger {
  --tw-gradient-to: #FF0000
}

.to-gray-50 {
  --tw-gradient-to: #F9FAFB
}

.to-gray-100 {
  --tw-gradient-to: #F3F4F6
}

.to-gray-200 {
  --tw-gradient-to: #E5E7EB
}

.to-gray-300 {
  --tw-gradient-to: #D1D5DB
}

.to-gray-400 {
  --tw-gradient-to: #9CA3AF
}

.to-gray-500 {
  --tw-gradient-to: #6B7280
}

.to-gray-600 {
  --tw-gradient-to: #4B5563
}

.to-gray-700 {
  --tw-gradient-to: #374151
}

.to-gray-800 {
  --tw-gradient-to: #1F2937
}

.to-gray-900 {
  --tw-gradient-to: #111827
}

.to-gray {
  --tw-gradient-to: #6B7280
}

.to-dark-50 {
  --tw-gradient-to: #ffffff
}

.to-dark-100 {
  --tw-gradient-to: #ffffff
}

.to-dark-200 {
  --tw-gradient-to: #f6ffff
}

.to-dark-300 {
  --tw-gradient-to: #d8e6ec
}

.to-dark-400 {
  --tw-gradient-to: #bac8ce
}

.to-dark-500 {
  --tw-gradient-to: #9CAAB0
}

.to-dark-600 {
  --tw-gradient-to: #7e8c92
}

.to-dark-700 {
  --tw-gradient-to: #606e74
}

.to-dark-800 {
  --tw-gradient-to: #425056
}

.to-dark-900 {
  --tw-gradient-to: #243238
}

.to-dark {
  --tw-gradient-to: #9CAAB0
}

.to-white-50 {
  --tw-gradient-to: #ffffff
}

.to-white-100 {
  --tw-gradient-to: #ffffff
}

.to-white-200 {
  --tw-gradient-to: #ffffff
}

.to-white-300 {
  --tw-gradient-to: #ffffff
}

.to-white-400 {
  --tw-gradient-to: #ffffff
}

.to-white-500 {
  --tw-gradient-to: #ffffff
}

.to-white-600 {
  --tw-gradient-to: #ffffff
}

.to-white-700 {
  --tw-gradient-to: #ffffff
}

.to-white-800 {
  --tw-gradient-to: #ffffff
}

.to-white-900 {
  --tw-gradient-to: #ffffff
}

.to-white {
  --tw-gradient-to: #ffffff
}

.bg-opacity-0 {
  --tw-bg-opacity: 0
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95
}

.bg-opacity-100 {
  --tw-bg-opacity: 1
}
 */
.bg-bottom {
  background-position: bottom
}

.bg-center {
  background-position: center
}

.bg-left {
  background-position: left
}

.bg-left-bottom {
  background-position: left bottom
}

.bg-left-top {
  background-position: left top
}

.bg-right {
  background-position: right
}

.bg-right-bottom {
  background-position: right bottom
}

.bg-right-top {
  background-position: right top
}

.bg-top {
  background-position: top
}

.bg-repeat {
  background-repeat: repeat
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.bg-repeat-x {
  background-repeat: repeat-x
}

.bg-repeat-y {
  background-repeat: repeat-y
}

.bg-repeat-round {
  background-repeat: round
}

.bg-repeat-space {
  background-repeat: space
}

.bg-auto {
  background-size: auto
}

.bg-cover {
  background-size: cover
}

.bg-contain {
  background-size: contain
}

.border-collapse {
  border-collapse: collapse
}

.border-separate {
  border-collapse: separate
}

.border-current {
  border-color: currentColor
}

.border-base-50 {
  border-color: #87e8ff
}

.border-base-100 {
  border-color: #78d9f5
}

.border-base-200 {
  border-color: #5abbd7
}

.border-base-300 {
  border-color: #3c9db9
}

.border-base-400 {
  border-color: #1e7f9b
}

.border-base-500 {
  border-color: #00617D
}

.border-base-600 {
  border-color: #00435f
}

.border-base-700 {
  border-color: #002541
}

.border-base-800 {
  border-color: #000723
}

.border-base-900 {
  border-color: #000005
}

.border-base {
  border-color: #00617D
}

.border-default-50 {
  border-color: #87e8ff
}

.border-default-100 {
  border-color: #78d9f5
}

.border-default-200 {
  border-color: #5abbd7
}

.border-default-300 {
  border-color: #3c9db9
}

.border-default-400 {
  border-color: #1e7f9b
}

.border-default-500 {
  border-color: #00617D
}

.border-default-600 {
  border-color: #00435f
}

.border-default-700 {
  border-color: #002541
}

.border-default-800 {
  border-color: #000723
}

.border-default-900 {
  border-color: #000005
}

.border-default {
  border-color: #00617D
}

.border-primary-50 {
  border-color: #d6ebfc
}

.border-primary-100 {
  border-color: #c7dced
}

.border-primary-200 {
  border-color: #a9becf
}

.border-primary-300 {
  border-color: #8ba0b1
}

.border-primary-400 {
  border-color: #6d8293
}

.border-primary-500 {
  border-color: #4F6475
}

.border-primary-600 {
  border-color: #314657
}

.border-primary-700 {
  border-color: #132839
}

.border-primary-800 {
  border-color: #000a1b
}

.border-primary-900 {
  border-color: #000000
}

.border-primary {
  border-color: #4F6475
}

.border-secondary-50 {
  border-color: #ffffff
}

.border-secondary-100 {
  border-color: #ffffff
}

.border-secondary-200 {
  border-color: #ffffff
}

.border-secondary-300 {
  border-color: #ffffff
}

.border-secondary-400 {
  border-color: #ffffff
}

.border-secondary-500 {
  border-color: #F3F5F5
}

.border-secondary-600 {
  border-color: #d5d7d7
}

.border-secondary-700 {
  border-color: #b7b9b9
}

.border-secondary-800 {
  border-color: #999b9b
}

.border-secondary-900 {
  border-color: #7b7d7d
}

.border-secondary {
  border-color: #F3F5F5
}

/* .border-tertiary-50 {
  border-color: 
}

.border-tertiary-100 {
  border-color: 
}

.border-tertiary-200 {
  border-color: 
}

.border-tertiary-300 {
  border-color: 
}

.border-tertiary-400 {
  border-color: 
}

.border-tertiary-500 {
  border-color: 
}

.border-tertiary-600 {
  border-color: 
}

.border-tertiary-700 {
  border-color: 
}

.border-tertiary-800 {
  border-color: 
}

.border-tertiary-900 {
  border-color: 
}

.border-tertiary {
  border-color: 
}

.border-success-50 {
  border-color: 
}

.border-success-100 {
  border-color: 
}

.border-success-200 {
  border-color: 
}

.border-success-300 {
  border-color: 
}

.border-success-400 {
  border-color: 
}

.border-success-500 {
  border-color: 
}

.border-success-600 {
  border-color: 
}

.border-success-700 {
  border-color: 
}

.border-success-800 {
  border-color: 
}

.border-success-900 {
  border-color: 
}

.border-success {
  border-color: 
}

.border-warning-50 {
  border-color: 
}

.border-warning-100 {
  border-color: 
}

.border-warning-200 {
  border-color: 
}

.border-warning-300 {
  border-color: 
}

.border-warning-400 {
  border-color: 
}

.border-warning-500 {
  border-color: 
}

.border-warning-600 {
  border-color: 
}

.border-warning-700 {
  border-color: 
}

.border-warning-800 {
  border-color: 
}

.border-warning-900 {
  border-color: 
}

.border-warning {
  border-color: 
}

.border-danger-50 {
  border-color: #ff8787
}

.border-danger-100 {
  border-color: #ff7878
}

.border-danger-200 {
  border-color: #ff5a5a
}

.border-danger-300 {
  border-color: #ff3c3c
}

.border-danger-400 {
  border-color: #ff1e1e
}

.border-danger-500 {
  border-color: #FF0000
}

.border-danger-600 {
  border-color: #e10000
}

.border-danger-700 {
  border-color: #c30000
}

.border-danger-800 {
  border-color: #a50000
}

.border-danger-900 {
  border-color: #870000
}

.border-danger {
  border-color: #FF0000
} */

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity))
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity))
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity))
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity))
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity))
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity))
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity))
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity))
}

.border-dark-50 {
  border-color: #ffffff
}

.border-dark-100 {
  border-color: #ffffff
}

.border-dark-200 {
  border-color: #f6ffff
}

.border-dark-300 {
  border-color: #d8e6ec
}

.border-dark-400 {
  border-color: #bac8ce
}


.border-dark-500 {
  border-color: #9CAAB0
}

.border-dark-600 {
  border-color: #7e8c92
}

.border-dark-700 {
  border-color: #606e74
}

.border-dark-800 {
  border-color: #425056
}

.border-dark-900 {
  border-color: #243238
}

.border-dark {
  border-color: #9CAAB0
}

.border-white-50 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-white-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-white-200 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-white-300 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-white-400 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-white-500 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-white-600 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-white-700 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-white-800 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-white-900 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

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

.border-opacity-0 {
  --tw-border-opacity: 0
}

.border-opacity-5 {
  --tw-border-opacity: 0.05
}

.border-opacity-10 {
  --tw-border-opacity: 0.1
}

.border-opacity-20 {
  --tw-border-opacity: 0.2
}

.border-opacity-25 {
  --tw-border-opacity: 0.25
}

.border-opacity-30 {
  --tw-border-opacity: 0.3
}

.border-opacity-40 {
  --tw-border-opacity: 0.4
}

.border-opacity-50 {
  --tw-border-opacity: 0.5
}

.border-opacity-60 {
  --tw-border-opacity: 0.6
}

.border-opacity-70 {
  --tw-border-opacity: 0.7
}

.border-opacity-75 {
  --tw-border-opacity: 0.75
}

.border-opacity-80 {
  --tw-border-opacity: 0.8
}

.border-opacity-90 {
  --tw-border-opacity: 0.9
}

.border-opacity-95 {
  --tw-border-opacity: 0.95
}

.border-opacity-100 {
  --tw-border-opacity: 1
}

.rounded-none {
  border-radius: 0px
}

.rounded-sm {
  border-radius: 0.125rem
}

.rounded {
  border-radius: 0.25rem
}

.rounded-md {
  border-radius: 0.375rem
}

.rounded-lg {
  border-radius: 0.5rem
}

.rounded-xl {
  border-radius: 0.75rem
}

.rounded-2xl {
  border-radius: 1rem
}

.rounded-3xl {
  border-radius: 1.5rem
}

.rounded-full {
  border-radius: 9999px
}

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

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px
}

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

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem
}

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

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem
}

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

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px
}

.rounded-tl-none {
  border-top-left-radius: 0px
}

.rounded-tr-none {
  border-top-right-radius: 0px
}

.rounded-br-none {
  border-bottom-right-radius: 0px
}

.rounded-bl-none {
  border-bottom-left-radius: 0px
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem
}

.rounded-tl {
  border-top-left-radius: 0.25rem
}

.rounded-tr {
  border-top-right-radius: 0.25rem
}

.rounded-br {
  border-bottom-right-radius: 0.25rem
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem
}

.rounded-tl-full {
  border-top-left-radius: 9999px
}

.rounded-tr-full {
  border-top-right-radius: 9999px
}

.rounded-br-full {
  border-bottom-right-radius: 9999px
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px
}

.border-solid {
  border-style: solid
}

.border-dashed {
  border-style: dashed
}

.border-dotted {
  border-style: dotted
}

.border-double {
  border-style: double
}

.border-none {
  border-style: none
}

.border-0 {
  border-width: 0
}

.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-6 {
  border-width: 6px
}

.border-7 {
  border-width: 7px
}

.border-8 {
  border-width: 8px
}

.border-9 {
  border-width: 9px
}

.border-10 {
  border-width: 10px
}

.border {
  border-width: 1px
}

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

.border-t-0 {
  border-top-width: 0
}

.border-r-0 {
  border-right-width: 0
}

.border-b-0 {
  border-bottom-width: 0
}

.border-l-0 {
  border-left-width: 0
}

.border-t-1 {
  border-top-width: 1px
}

.border-r-1 {
  border-right-width: 1px
}

.border-b-1 {
  border-bottom-width: 1px
}

.border-l-1 {
  border-left-width: 1px
}

.border-t-2 {
  border-top-width: 2px
}

.border-r-2 {
  border-right-width: 2px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-l-2 {
  border-left-width: 2px
}

.border-t-3 {
  border-top-width: 3px
}

.border-r-3 {
  border-right-width: 3px
}

.border-b-3 {
  border-bottom-width: 3px
}

.border-l-3 {
  border-left-width: 3px
}

.border-t-4 {
  border-top-width: 4px
}

.border-r-4 {
  border-right-width: 4px
}

.border-b-4 {
  border-bottom-width: 4px
}

.border-l-4 {
  border-left-width: 4px
}

.border-t-5 {
  border-top-width: 5px
}

.border-r-5 {
  border-right-width: 5px
}

.border-b-5 {
  border-bottom-width: 5px
}

.border-l-5 {
  border-left-width: 5px
}

.border-t-6 {
  border-top-width: 6px
}

.border-r-6 {
  border-right-width: 6px
}

.border-b-6 {
  border-bottom-width: 6px
}

.border-l-6 {
  border-left-width: 6px
}

.border-t-7 {
  border-top-width: 7px
}

.border-r-7 {
  border-right-width: 7px
}

.border-b-7 {
  border-bottom-width: 7px
}

.border-l-7 {
  border-left-width: 7px
}

.border-t-8 {
  border-top-width: 8px
}

.border-r-8 {
  border-right-width: 8px
}

.border-b-8 {
  border-bottom-width: 8px
}

.border-l-8 {
  border-left-width: 8px
}

.border-t-9 {
  border-top-width: 9px
}

.border-r-9 {
  border-right-width: 9px
}

.border-b-9 {
  border-bottom-width: 9px
}

.border-l-9 {
  border-left-width: 9px
}

.border-t-10 {
  border-top-width: 10px
}

.border-r-10 {
  border-right-width: 10px
}

.border-b-10 {
  border-bottom-width: 10px
}

.border-l-10 {
  border-left-width: 10px
}

.border-t {
  border-top-width: 1px
}

.border-r {
  border-right-width: 1px
}

.border-b {
  border-bottom-width: 1px
}

.border-l {
  border-left-width: 1px
}

.border-t-default {
  border-top-width: 1px
}

.border-r-default {
  border-right-width: 1px
}

.border-b-default {
  border-bottom-width: 1px
}

.border-l-default {
  border-left-width: 1px
}

.box-border {
  box-sizing: border-box
}

.box-content {
  box-sizing: content-box
}

.cursor-auto {
  cursor: auto
}

.cursor-default {
  cursor: default
}

.cursor-pointer {
  cursor: pointer
}

.cursor-wait {
  cursor: wait
}

.cursor-text {
  cursor: text
}

.cursor-move {
  cursor: move
}

.cursor-not-allowed {
  cursor: not-allowed
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.table-caption {
  display: table-caption
}

.table-cell {
  display: table-cell
}

.table-column {
  display: table-column
}

.table-column-group {
  display: table-column-group
}

.table-footer-group {
  display: table-footer-group
}

.table-header-group {
  display: table-header-group
}

.table-row-group {
  display: table-row-group
}

.table-row {
  display: table-row
}

.flow-root {
  display: flow-root
}

.grid {
  display: grid
}

.inline-grid {
  display: inline-grid
}

.contents {
  display: contents
}

.hidden {
  display: none
}

.flex-row {
  flex-direction: row
}

.flex-row-reverse {
  flex-direction: row-reverse
}

.flex-col {
  flex-direction: column
}

.flex-col-reverse {
  flex-direction: column-reverse
}

.flex-wrap {
  flex-wrap: wrap
}

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

.flex-nowrap {
  flex-wrap: nowrap
}

/* .place-items-auto {
  place-items: auto
} */

.place-items-start {
  place-items: start
}

.place-items-end {
  place-items: end
}

.place-items-center {
  place-items: center
}

.place-items-stretch {
  place-items: stretch
}

.place-content-center {
  place-content: center
}

.place-content-start {
  place-content: start
}

.place-content-end {
  place-content: end
}

.place-content-between {
  place-content: space-between
}

.place-content-around {
  place-content: space-around
}

.place-content-evenly {
  place-content: space-evenly
}

.place-content-stretch {
  place-content: stretch
}

.place-self-auto {
  place-self: auto
}

.place-self-start {
  place-self: start
}

.place-self-end {
  place-self: end
}

.place-self-center {
  place-self: center
}

.place-self-stretch {
  place-self: stretch
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

.items-stretch {
  align-items: stretch
}

.content-center {
  align-content: center
}

.content-start {
  align-content: flex-start
}

.content-end {
  align-content: flex-end
}

.content-between {
  align-content: space-between
}

.content-around {
  align-content: space-around
}

.content-evenly {
  align-content: space-evenly
}

.self-auto {
  align-self: auto
}

.self-start {
  align-self: flex-start
}

.self-end {
  align-self: flex-end
}

.self-center {
  align-self: center
}

.self-stretch {
  align-self: stretch
}

/* .justify-items-auto {
  justify-items: auto
} */

.justify-items-start {
  justify-items: start
}

.justify-items-end {
  justify-items: end
}

.justify-items-center {
  justify-items: center
}

.justify-items-stretch {
  justify-items: stretch
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-around {
  justify-content: space-around
}

.justify-evenly {
  justify-content: space-evenly
}

.justify-self-auto {
  justify-self: auto
}

.justify-self-start {
  justify-self: start
}

.justify-self-end {
  justify-self: end
}

.justify-self-center {
  justify-self: center
}

.justify-self-stretch {
  justify-self: stretch
}

.flex-1 {
  flex: 1 1 0%
}

.flex-auto {
  flex: 1 1 auto
}

.flex-initial {
  flex: 0 1 auto
}

.flex-none {
  flex: none
}

.flex-grow-0 {
  flex-grow: 0
}

.flex-grow {
  flex-grow: 1
}

.flex-shrink-0 {
  flex-shrink: 0
}

.flex-shrink {
  flex-shrink: 1
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.order-first {
  order: -9999
}

.order-last {
  order: 9999
}

.order-none {
  order: 0
}

.float-right {
  float: right
}

.float-left {
  float: left
}

.float-none {
  float: none
}

.clear-left {
  clear: left
}

.clear-right {
  clear: right
}

.clear-both {
  clear: both
}

.clear-none {
  clear: none
}

.font-thin {
  font-weight: 100
}

.font-extralight {
  font-weight: 200
}

.font-light {
  font-weight: 300
}

.font-normal {
  font-weight: 400
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.font-extrabold {
  font-weight: 800
}

.font-black {
  font-weight: 900
}

.h-0 {
  height: 0px
}

.h-1 {
  height: 0.25rem
}

.h-2 {
  height: 0.5rem
}

.h-3 {
  height: 0.75rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-7 {
  height: 1.75rem
}

.h-8 {
  height: 2rem
}

.h-9 {
  height: 2.25rem
}

.h-10 {
  height: 2.5rem
}

.h-11 {
  height: 2.75rem
}

.h-12 {
  height: 3rem
}

.h-14 {
  height: 3.5rem
}

.h-16 {
  height: 4rem
}

.h-20 {
  height: 5rem
}

.h-24 {
  height: 6rem
}

.h-28 {
  height: 7rem
}

.h-32 {
  height: 8rem
}

.h-36 {
  height: 9rem
}

.h-40 {
  height: 10rem
}

.h-44 {
  height: 11rem
}

.h-48 {
  height: 12rem
}

.h-52 {
  height: 13rem
}

.h-56 {
  height: 14rem
}

.h-60 {
  height: 15rem
}

.h-64 {
  height: 16rem
}

.h-72 {
  height: 18rem
}

.h-80 {
  height: 20rem
}

.h-96 {
  height: 24rem
}

.h-auto {
  height: auto
}

.h-px {
  height: 1px
}

.h-0\.5 {
  height: 0.125rem
}

.h-1\.5 {
  height: 0.375rem
}

.h-2\.5 {
  height: 0.625rem
}

.h-3\.5 {
  height: 0.875rem
}

.h-2\/3 {
  height: 66.666667%
}

.h-3\/4 {
  height: 75%
}

.h-6\/19 {
  height: 56.25%
}

.h-1\/1 {
  height: 100%
}

.h-3\/2 {
  height: 150%
}

.h-4\/3 {
  height: 133.333%
}

.h-1\/2 {
  height: 50%
}

.h-1\/3 {
  height: 33.333333%
}

.h-1\/4 {
  height: 25%
}

.h-2\/4 {
  height: 50%
}

.h-1\/5 {
  height: 20%
}

.h-2\/5 {
  height: 40%
}

.h-3\/5 {
  height: 60%
}

.h-4\/5 {
  height: 80%
}

.h-1\/6 {
  height: 16.666667%
}

.h-2\/6 {
  height: 33.333333%
}

.h-3\/6 {
  height: 50%
}

.h-4\/6 {
  height: 66.666667%
}

.h-5\/6 {
  height: 83.333333%
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.text-xs {
  font-size: .75rem
}

.text-sm {
  font-size: .875rem
}

.text-md {
  font-size: 1rem
}

.text-lg {
  font-size: 1.125rem
}

.text-xl {
  font-size: 1.25rem
}

.text-2xl {
  font-size: 1.5rem
}

.text-3xl {
  font-size: 1.875rem
}

.text-4xl {
  font-size: 2.25rem
}

.text-5xl {
  font-size: 3rem
}

.text-6xl {
  font-size: 4rem
}

.text-7xl {
  font-size: 5rem
}

.text-8xl {
  font-size: 6rem
}

.text-9xl {
  font-size: 8rem
}

.leading-3 {
  line-height: .75rem
}

.leading-4 {
  line-height: 1rem
}

.leading-5 {
  line-height: 1.25rem
}

.leading-6 {
  line-height: 1.5rem
}

.leading-7 {
  line-height: 1.75rem
}

.leading-8 {
  line-height: 2rem
}

.leading-9 {
  line-height: 2.25rem
}

.leading-10 {
  line-height: 2.5rem
}

.leading-none {
  line-height: 1
}

.leading-tight {
  line-height: 1.25
}

.leading-snug {
  line-height: 1.375
}

.leading-normal {
  line-height: 1.5
}

.leading-relaxed {
  line-height: 1.625
}

.leading-loose {
  line-height: 2
}

.list-inside {
  list-style-position: inside
}

.list-outside {
  list-style-position: outside
}

.list-none {
  list-style-type: none
}

.list-disc {
  list-style-type: disc
}

.list-decimal {
  list-style-type: decimal
}

.m-0 {
  margin: 0px
}

.m-1 {
  margin: 0.25rem
}

.m-2 {
  margin: 0.5rem
}

.m-3 {
  margin: 0.75rem
}

.m-4 {
  margin: 1rem
}

.m-5 {
  margin: 1.25rem
}

.m-6 {
  margin: 1.5rem
}

.m-7 {
  margin: 1.75rem
}

.m-8 {
  margin: 2rem
}

.m-9 {
  margin: 2.25rem
}

.m-10 {
  margin: 2.5rem
}

.m-11 {
  margin: 2.75rem
}

.m-12 {
  margin: 3rem
}

.m-14 {
  margin: 3.5rem
}

.m-16 {
  margin: 4rem
}

.m-20 {
  margin: 5rem
}

.m-24 {
  margin: 6rem
}

.m-28 {
  margin: 7rem
}

.m-32 {
  margin: 8rem
}

.m-36 {
  margin: 9rem
}

.m-40 {
  margin: 10rem
}

.m-44 {
  margin: 11rem
}

.m-48 {
  margin: 12rem
}

.m-52 {
  margin: 13rem
}

.m-56 {
  margin: 14rem
}

.m-60 {
  margin: 15rem
}

.m-64 {
  margin: 16rem
}

.m-72 {
  margin: 18rem
}

.m-80 {
  margin: 20rem
}

.m-96 {
  margin: 24rem
}

.m-auto {
  margin: auto
}

.m-px {
  margin: 1px
}

.m-0\.5 {
  margin: 0.125rem
}

.m-1\.5 {
  margin: 0.375rem
}

.m-2\.5 {
  margin: 0.625rem
}

.m-3\.5 {
  margin: 0.875rem
}

.m-2\/3 {
  margin: 66.666667%
}

.m-3\/4 {
  margin: 75%
}

.m-6\/19 {
  margin: 56.25%
}

.m-1\/1 {
  margin: 100%
}

.m-3\/2 {
  margin: 150%
}

.m-4\/3 {
  margin: 133.333%
}

.-m-0 {
  margin: 0px
}

.-m-1 {
  margin: -0.25rem
}

.-m-2 {
  margin: -0.5rem
}

.-m-3 {
  margin: -0.75rem
}

.-m-4 {
  margin: -1rem
}

.-m-5 {
  margin: -1.25rem
}

.-m-6 {
  margin: -1.5rem
}

.-m-7 {
  margin: -1.75rem
}

.-m-8 {
  margin: -2rem
}

.-m-9 {
  margin: -2.25rem
}

.-m-10 {
  margin: -2.5rem
}

.-m-11 {
  margin: -2.75rem
}

.-m-12 {
  margin: -3rem
}

.-m-14 {
  margin: -3.5rem
}

.-m-16 {
  margin: -4rem
}

.-m-20 {
  margin: -5rem
}

.-m-24 {
  margin: -6rem
}

.-m-28 {
  margin: -7rem
}

.-m-32 {
  margin: -8rem
}

.-m-36 {
  margin: -9rem
}

.-m-40 {
  margin: -10rem
}

.-m-44 {
  margin: -11rem
}

.-m-48 {
  margin: -12rem
}

.-m-52 {
  margin: -13rem
}

.-m-56 {
  margin: -14rem
}

.-m-60 {
  margin: -15rem
}

.-m-64 {
  margin: -16rem
}

.-m-72 {
  margin: -18rem
}

.-m-80 {
  margin: -20rem
}

.-m-96 {
  margin: -24rem
}

.-m-px {
  margin: -1px
}

.-m-0\.5 {
  margin: -0.125rem
}

.-m-1\.5 {
  margin: -0.375rem
}

.-m-2\.5 {
  margin: -0.625rem
}

.-m-3\.5 {
  margin: -0.875rem
}

.-m-2\/3 {
  margin: -66.66667%
}

.-m-3\/4 {
  margin: -75%
}

.-m-6\/19 {
  margin: -56.25%
}

.-m-1\/1 {
  margin: -100%
}

.-m-3\/2 {
  margin: -150%
}

.-m-4\/3 {
  margin: -133.333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem
}

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

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem
}

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

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

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

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

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem
}

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

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

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem
}

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

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

.my-px {
  margin-top: 1px;
  margin-bottom: 1px
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem
}

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

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

.my-2\/3 {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%
}

.mx-2\/3 {
  margin-left: 66.666667%;
  margin-right: 66.666667%
}

.my-3\/4 {
  margin-top: 75%;
  margin-bottom: 75%
}

.mx-3\/4 {
  margin-left: 75%;
  margin-right: 75%
}

.my-6\/19 {
  margin-top: 56.25%;
  margin-bottom: 56.25%
}

.mx-6\/19 {
  margin-left: 56.25%;
  margin-right: 56.25%
}

.my-1\/1 {
  margin-top: 100%;
  margin-bottom: 100%
}

.mx-1\/1 {
  margin-left: 100%;
  margin-right: 100%
}

.my-3\/2 {
  margin-top: 150%;
  margin-bottom: 150%
}

.mx-3\/2 {
  margin-left: 150%;
  margin-right: 150%
}

.my-4\/3 {
  margin-top: 133.333%;
  margin-bottom: 133.333%
}

.mx-4\/3 {
  margin-left: 133.333%;
  margin-right: 133.333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem
}

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

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

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem
}

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem
}

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

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

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

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

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem
}

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

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

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px
}

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem
}

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem
}

.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem
}

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

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

.-my-2\/3 {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%
}

.-mx-2\/3 {
  margin-left: -66.66667%;
  margin-right: -66.66667%
}

.-my-3\/4 {
  margin-top: -75%;
  margin-bottom: -75%
}

.-mx-3\/4 {
  margin-left: -75%;
  margin-right: -75%
}

.-my-6\/19 {
  margin-top: -56.25%;
  margin-bottom: -56.25%
}

.-mx-6\/19 {
  margin-left: -56.25%;
  margin-right: -56.25%
}

.-my-1\/1 {
  margin-top: -100%;
  margin-bottom: -100%
}

.-mx-1\/1 {
  margin-left: -100%;
  margin-right: -100%
}

.-my-3\/2 {
  margin-top: -150%;
  margin-bottom: -150%
}

.-mx-3\/2 {
  margin-left: -150%;
  margin-right: -150%
}

.-my-4\/3 {
  margin-top: -133.333%;
  margin-bottom: -133.333%
}

.-mx-4\/3 {
  margin-left: -133.333%;
  margin-right: -133.333%
}

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

.mr-0 {
  margin-right: 0px
}

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

.ml-0 {
  margin-left: 0px
}

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

.mr-1 {
  margin-right: 0.25rem
}

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

.ml-1 {
  margin-left: 0.25rem
}

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

.mr-2 {
  margin-right: 0.5rem
}

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

.ml-2 {
  margin-left: 0.5rem
}

.mt-3 {
  margin-top: 0.75rem
}

.mr-3 {
  margin-right: 0.75rem
}

.mb-3 {
  margin-bottom: 0.75rem
}

.ml-3 {
  margin-left: 0.75rem
}

.mt-4 {
  margin-top: 1rem
}

.mr-4 {
  margin-right: 1rem
}

.mb-4 {
  margin-bottom: 1rem
}

.ml-4 {
  margin-left: 1rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mr-5 {
  margin-right: 1.25rem
}

.mb-5 {
  margin-bottom: 1.25rem
}

.ml-5 {
  margin-left: 1.25rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mr-6 {
  margin-right: 1.5rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.ml-6 {
  margin-left: 1.5rem
}

.mt-7 {
  margin-top: 1.75rem
}

.mr-7 {
  margin-right: 1.75rem
}

.mb-7 {
  margin-bottom: 1.75rem
}

.ml-7 {
  margin-left: 1.75rem
}

.mt-8 {
  margin-top: 2rem
}

.mr-8 {
  margin-right: 2rem
}

.mb-8 {
  margin-bottom: 2rem
}

.ml-8 {
  margin-left: 2rem
}

.mt-9 {
  margin-top: 2.25rem
}

.mr-9 {
  margin-right: 2.25rem
}

.mb-9 {
  margin-bottom: 2.25rem
}

.ml-9 {
  margin-left: 2.25rem
}

.mt-10 {
  margin-top: 2.5rem
}

.mr-10 {
  margin-right: 2.5rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

.ml-10 {
  margin-left: 2.5rem
}

.mt-11 {
  margin-top: 2.75rem
}

.mr-11 {
  margin-right: 2.75rem
}

.mb-11 {
  margin-bottom: 2.75rem
}

.ml-11 {
  margin-left: 2.75rem
}

.mt-12 {
  margin-top: 3rem
}

.mr-12 {
  margin-right: 3rem
}

.mb-12 {
  margin-bottom: 3rem
}

.ml-12 {
  margin-left: 3rem
}

.mt-14 {
  margin-top: 3.5rem
}

.mr-14 {
  margin-right: 3.5rem
}

.mb-14 {
  margin-bottom: 3.5rem
}

.ml-14 {
  margin-left: 3.5rem
}

.mt-16 {
  margin-top: 4rem
}

.mr-16 {
  margin-right: 4rem
}

.mb-16 {
  margin-bottom: 4rem
}

.ml-16 {
  margin-left: 4rem
}

.mt-20 {
  margin-top: 5rem
}

.mr-20 {
  margin-right: 5rem
}

.mb-20 {
  margin-bottom: 5rem
}

.ml-20 {
  margin-left: 5rem
}

.mt-24 {
  margin-top: 6rem
}

.mr-24 {
  margin-right: 6rem
}

.mb-24 {
  margin-bottom: 6rem
}

.ml-24 {
  margin-left: 6rem
}

.mt-28 {
  margin-top: 7rem
}

.mr-28 {
  margin-right: 7rem
}

.mb-28 {
  margin-bottom: 7rem
}

.ml-28 {
  margin-left: 7rem
}

.mt-32 {
  margin-top: 8rem
}

.mr-32 {
  margin-right: 8rem
}

.mb-32 {
  margin-bottom: 8rem
}

.ml-32 {
  margin-left: 8rem
}

.mt-36 {
  margin-top: 9rem
}

.mr-36 {
  margin-right: 9rem
}

.mb-36 {
  margin-bottom: 9rem
}

.ml-36 {
  margin-left: 9rem
}

.mt-40 {
  margin-top: 10rem
}

.mr-40 {
  margin-right: 10rem
}

.mb-40 {
  margin-bottom: 10rem
}

.ml-40 {
  margin-left: 10rem
}

.mt-44 {
  margin-top: 11rem
}

.mr-44 {
  margin-right: 11rem
}

.mb-44 {
  margin-bottom: 11rem
}

.ml-44 {
  margin-left: 11rem
}

.mt-48 {
  margin-top: 12rem
}

.mr-48 {
  margin-right: 12rem
}

.mb-48 {
  margin-bottom: 12rem
}

.ml-48 {
  margin-left: 12rem
}

.mt-52 {
  margin-top: 13rem
}

.mr-52 {
  margin-right: 13rem
}

.mb-52 {
  margin-bottom: 13rem
}

.ml-52 {
  margin-left: 13rem
}

.mt-56 {
  margin-top: 14rem
}

.mr-56 {
  margin-right: 14rem
}

.mb-56 {
  margin-bottom: 14rem
}

.ml-56 {
  margin-left: 14rem
}

.mt-60 {
  margin-top: 15rem
}

.mr-60 {
  margin-right: 15rem
}

.mb-60 {
  margin-bottom: 15rem
}

.ml-60 {
  margin-left: 15rem
}

.mt-64 {
  margin-top: 16rem
}

.mr-64 {
  margin-right: 16rem
}

.mb-64 {
  margin-bottom: 16rem
}

.ml-64 {
  margin-left: 16rem
}

.mt-72 {
  margin-top: 18rem
}

.mr-72 {
  margin-right: 18rem
}

.mb-72 {
  margin-bottom: 18rem
}

.ml-72 {
  margin-left: 18rem
}

.mt-80 {
  margin-top: 20rem
}

.mr-80 {
  margin-right: 20rem
}

.mb-80 {
  margin-bottom: 20rem
}

.ml-80 {
  margin-left: 20rem
}

.mt-96 {
  margin-top: 24rem
}

.mr-96 {
  margin-right: 24rem
}

.mb-96 {
  margin-bottom: 24rem
}

.ml-96 {
  margin-left: 24rem
}

.mt-auto {
  margin-top: auto
}

.mr-auto {
  margin-right: auto
}

.mb-auto {
  margin-bottom: auto
}

.ml-auto {
  margin-left: auto
}

.mt-px {
  margin-top: 1px
}

.mr-px {
  margin-right: 1px
}

.mb-px {
  margin-bottom: 1px
}

.ml-px {
  margin-left: 1px
}

.mt-0\.5 {
  margin-top: 0.125rem
}

.mr-0\.5 {
  margin-right: 0.125rem
}

.mb-0\.5 {
  margin-bottom: 0.125rem
}

.ml-0\.5 {
  margin-left: 0.125rem
}

.mt-1\.5 {
  margin-top: 0.375rem
}

.mr-1\.5 {
  margin-right: 0.375rem
}

.mb-1\.5 {
  margin-bottom: 0.375rem
}

.ml-1\.5 {
  margin-left: 0.375rem
}

.mt-2\.5 {
  margin-top: 0.625rem
}

.mr-2\.5 {
  margin-right: 0.625rem
}

.mb-2\.5 {
  margin-bottom: 0.625rem
}

.ml-2\.5 {
  margin-left: 0.625rem
}

.mt-3\.5 {
  margin-top: 0.875rem
}

.mr-3\.5 {
  margin-right: 0.875rem
}

.mb-3\.5 {
  margin-bottom: 0.875rem
}

.ml-3\.5 {
  margin-left: 0.875rem
}

.mt-2\/3 {
  margin-top: 66.666667%
}

.mr-2\/3 {
  margin-right: 66.666667%
}

.mb-2\/3 {
  margin-bottom: 66.666667%
}

.ml-2\/3 {
  margin-left: 66.666667%
}

.mt-3\/4 {
  margin-top: 75%
}

.mr-3\/4 {
  margin-right: 75%
}

.mb-3\/4 {
  margin-bottom: 75%
}

.ml-3\/4 {
  margin-left: 75%
}

.mt-6\/19 {
  margin-top: 56.25%
}

.mr-6\/19 {
  margin-right: 56.25%
}

.mb-6\/19 {
  margin-bottom: 56.25%
}

.ml-6\/19 {
  margin-left: 56.25%
}

.mt-1\/1 {
  margin-top: 100%
}

.mr-1\/1 {
  margin-right: 100%
}

.mb-1\/1 {
  margin-bottom: 100%
}

.ml-1\/1 {
  margin-left: 100%
}

.mt-3\/2 {
  margin-top: 150%
}

.mr-3\/2 {
  margin-right: 150%
}

.mb-3\/2 {
  margin-bottom: 150%
}

.ml-3\/2 {
  margin-left: 150%
}

.mt-4\/3 {
  margin-top: 133.333%
}

.mr-4\/3 {
  margin-right: 133.333%
}

.mb-4\/3 {
  margin-bottom: 133.333%
}

.ml-4\/3 {
  margin-left: 133.333%
}

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

.-mr-0 {
  margin-right: 0px
}

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

.-ml-0 {
  margin-left: 0px
}

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

.-mr-1 {
  margin-right: -0.25rem
}

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

.-ml-1 {
  margin-left: -0.25rem
}

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

.-mr-2 {
  margin-right: -0.5rem
}

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

.-ml-2 {
  margin-left: -0.5rem
}

.-mt-3 {
  margin-top: -0.75rem
}

.-mr-3 {
  margin-right: -0.75rem
}

.-mb-3 {
  margin-bottom: -0.75rem
}

.-ml-3 {
  margin-left: -0.75rem
}

.-mt-4 {
  margin-top: -1rem
}

.-mr-4 {
  margin-right: -1rem
}

.-mb-4 {
  margin-bottom: -1rem
}

.-ml-4 {
  margin-left: -1rem
}

.-mt-5 {
  margin-top: -1.25rem
}

.-mr-5 {
  margin-right: -1.25rem
}

.-mb-5 {
  margin-bottom: -1.25rem
}

.-ml-5 {
  margin-left: -1.25rem
}

.-mt-6 {
  margin-top: -1.5rem
}

.-mr-6 {
  margin-right: -1.5rem
}

.-mb-6 {
  margin-bottom: -1.5rem
}

.-ml-6 {
  margin-left: -1.5rem
}

.-mt-7 {
  margin-top: -1.75rem
}

.-mr-7 {
  margin-right: -1.75rem
}

.-mb-7 {
  margin-bottom: -1.75rem
}

.-ml-7 {
  margin-left: -1.75rem
}

.-mt-8 {
  margin-top: -2rem
}

.-mr-8 {
  margin-right: -2rem
}

.-mb-8 {
  margin-bottom: -2rem
}

.-ml-8 {
  margin-left: -2rem
}

.-mt-9 {
  margin-top: -2.25rem
}

.-mr-9 {
  margin-right: -2.25rem
}

.-mb-9 {
  margin-bottom: -2.25rem
}

.-ml-9 {
  margin-left: -2.25rem
}

.-mt-10 {
  margin-top: -2.5rem
}

.-mr-10 {
  margin-right: -2.5rem
}

.-mb-10 {
  margin-bottom: -2.5rem
}

.-ml-10 {
  margin-left: -2.5rem
}

.-mt-11 {
  margin-top: -2.75rem
}

.-mr-11 {
  margin-right: -2.75rem
}

.-mb-11 {
  margin-bottom: -2.75rem
}

.-ml-11 {
  margin-left: -2.75rem
}

.-mt-12 {
  margin-top: -3rem
}

.-mr-12 {
  margin-right: -3rem
}

.-mb-12 {
  margin-bottom: -3rem
}

.-ml-12 {
  margin-left: -3rem
}

.-mt-14 {
  margin-top: -3.5rem
}

.-mr-14 {
  margin-right: -3.5rem
}

.-mb-14 {
  margin-bottom: -3.5rem
}

.-ml-14 {
  margin-left: -3.5rem
}

.-mt-16 {
  margin-top: -4rem
}

.-mr-16 {
  margin-right: -4rem
}

.-mb-16 {
  margin-bottom: -4rem
}

.-ml-16 {
  margin-left: -4rem
}

.-mt-20 {
  margin-top: -5rem
}

.-mr-20 {
  margin-right: -5rem
}

.-mb-20 {
  margin-bottom: -5rem
}

.-ml-20 {
  margin-left: -5rem
}

.-mt-24 {
  margin-top: -6rem
}

.-mr-24 {
  margin-right: -6rem
}

.-mb-24 {
  margin-bottom: -6rem
}

.-ml-24 {
  margin-left: -6rem
}

.-mt-28 {
  margin-top: -7rem
}

.-mr-28 {
  margin-right: -7rem
}

.-mb-28 {
  margin-bottom: -7rem
}

.-ml-28 {
  margin-left: -7rem
}

.-mt-32 {
  margin-top: -8rem
}

.-mr-32 {
  margin-right: -8rem
}

.-mb-32 {
  margin-bottom: -8rem
}

.-ml-32 {
  margin-left: -8rem
}

.-mt-36 {
  margin-top: -9rem
}

.-mr-36 {
  margin-right: -9rem
}

.-mb-36 {
  margin-bottom: -9rem
}

.-ml-36 {
  margin-left: -9rem
}

.-mt-40 {
  margin-top: -10rem
}

.-mr-40 {
  margin-right: -10rem
}

.-mb-40 {
  margin-bottom: -10rem
}

.-ml-40 {
  margin-left: -10rem
}

.-mt-44 {
  margin-top: -11rem
}

.-mr-44 {
  margin-right: -11rem
}

.-mb-44 {
  margin-bottom: -11rem
}

.-ml-44 {
  margin-left: -11rem
}

.-mt-48 {
  margin-top: -12rem
}

.-mr-48 {
  margin-right: -12rem
}

.-mb-48 {
  margin-bottom: -12rem
}

.-ml-48 {
  margin-left: -12rem
}

.-mt-52 {
  margin-top: -13rem
}

.-mr-52 {
  margin-right: -13rem
}

.-mb-52 {
  margin-bottom: -13rem
}

.-ml-52 {
  margin-left: -13rem
}

.-mt-56 {
  margin-top: -14rem
}

.-mr-56 {
  margin-right: -14rem
}

.-mb-56 {
  margin-bottom: -14rem
}

.-ml-56 {
  margin-left: -14rem
}

.-mt-60 {
  margin-top: -15rem
}

.-mr-60 {
  margin-right: -15rem
}

.-mb-60 {
  margin-bottom: -15rem
}

.-ml-60 {
  margin-left: -15rem
}

.-mt-64 {
  margin-top: -16rem
}

.-mr-64 {
  margin-right: -16rem
}

.-mb-64 {
  margin-bottom: -16rem
}

.-ml-64 {
  margin-left: -16rem
}

.-mt-72 {
  margin-top: -18rem
}

.-mr-72 {
  margin-right: -18rem
}

.-mb-72 {
  margin-bottom: -18rem
}

.-ml-72 {
  margin-left: -18rem
}

.-mt-80 {
  margin-top: -20rem
}

.-mr-80 {
  margin-right: -20rem
}

.-mb-80 {
  margin-bottom: -20rem
}

.-ml-80 {
  margin-left: -20rem
}

.-mt-96 {
  margin-top: -24rem
}

.-mr-96 {
  margin-right: -24rem
}

.-mb-96 {
  margin-bottom: -24rem
}

.-ml-96 {
  margin-left: -24rem
}

.-mt-px {
  margin-top: -1px
}

.-mr-px {
  margin-right: -1px
}

.-mb-px {
  margin-bottom: -1px
}

.-ml-px {
  margin-left: -1px
}

.-mt-0\.5 {
  margin-top: -0.125rem
}

.-mr-0\.5 {
  margin-right: -0.125rem
}

.-mb-0\.5 {
  margin-bottom: -0.125rem
}

.-ml-0\.5 {
  margin-left: -0.125rem
}

.-mt-1\.5 {
  margin-top: -0.375rem
}

.-mr-1\.5 {
  margin-right: -0.375rem
}

.-mb-1\.5 {
  margin-bottom: -0.375rem
}

.-ml-1\.5 {
  margin-left: -0.375rem
}

.-mt-2\.5 {
  margin-top: -0.625rem
}

.-mr-2\.5 {
  margin-right: -0.625rem
}

.-mb-2\.5 {
  margin-bottom: -0.625rem
}

.-ml-2\.5 {
  margin-left: -0.625rem
}

.-mt-3\.5 {
  margin-top: -0.875rem
}

.-mr-3\.5 {
  margin-right: -0.875rem
}

.-mb-3\.5 {
  margin-bottom: -0.875rem
}

.-ml-3\.5 {
  margin-left: -0.875rem
}

.-mt-2\/3 {
  margin-top: -66.66667%
}

.-mr-2\/3 {
  margin-right: -66.66667%
}

.-mb-2\/3 {
  margin-bottom: -66.66667%
}

.-ml-2\/3 {
  margin-left: -66.66667%
}

.-mt-3\/4 {
  margin-top: -75%
}

.-mr-3\/4 {
  margin-right: -75%
}

.-mb-3\/4 {
  margin-bottom: -75%
}

.-ml-3\/4 {
  margin-left: -75%
}

.-mt-6\/19 {
  margin-top: -56.25%
}

.-mr-6\/19 {
  margin-right: -56.25%
}

.-mb-6\/19 {
  margin-bottom: -56.25%
}

.-ml-6\/19 {
  margin-left: -56.25%
}

.-mt-1\/1 {
  margin-top: -100%
}

.-mr-1\/1 {
  margin-right: -100%
}

.-mb-1\/1 {
  margin-bottom: -100%
}

.-ml-1\/1 {
  margin-left: -100%
}

.-mt-3\/2 {
  margin-top: -150%
}

.-mr-3\/2 {
  margin-right: -150%
}

.-mb-3\/2 {
  margin-bottom: -150%
}

.-ml-3\/2 {
  margin-left: -150%
}

.-mt-4\/3 {
  margin-top: -133.333%
}

.-mr-4\/3 {
  margin-right: -133.333%
}

.-mb-4\/3 {
  margin-bottom: -133.333%
}

.-ml-4\/3 {
  margin-left: -133.333%
}

.max-h-0 {
  max-height: 0px
}

.max-h-1 {
  max-height: 0.25rem
}

.max-h-2 {
  max-height: 0.5rem
}

.max-h-3 {
  max-height: 0.75rem
}

.max-h-4 {
  max-height: 1rem
}

.max-h-5 {
  max-height: 1.25rem
}

.max-h-6 {
  max-height: 1.5rem
}

.max-h-7 {
  max-height: 1.75rem
}

.max-h-8 {
  max-height: 2rem
}

.max-h-9 {
  max-height: 2.25rem
}

.max-h-10 {
  max-height: 2.5rem
}

.max-h-11 {
  max-height: 2.75rem
}

.max-h-12 {
  max-height: 3rem
}

.max-h-14 {
  max-height: 3.5rem
}

.max-h-16 {
  max-height: 4rem
}

.max-h-20 {
  max-height: 5rem
}

.max-h-24 {
  max-height: 6rem
}

.max-h-28 {
  max-height: 7rem
}

.max-h-32 {
  max-height: 8rem
}

.max-h-36 {
  max-height: 9rem
}

.max-h-40 {
  max-height: 10rem
}

.max-h-44 {
  max-height: 11rem
}

.max-h-48 {
  max-height: 12rem
}

.max-h-52 {
  max-height: 13rem
}

.max-h-56 {
  max-height: 14rem
}

.max-h-60 {
  max-height: 15rem
}

.max-h-64 {
  max-height: 16rem
}

.max-h-72 {
  max-height: 18rem
}

.max-h-80 {
  max-height: 20rem
}

.max-h-96 {
  max-height: 24rem
}

.max-h-px {
  max-height: 1px
}

.max-h-0\.5 {
  max-height: 0.125rem
}

.max-h-1\.5 {
  max-height: 0.375rem
}

.max-h-2\.5 {
  max-height: 0.625rem
}

.max-h-3\.5 {
  max-height: 0.875rem
}

.max-h-2\/3 {
  max-height: 66.666667%
}

.max-h-3\/4 {
  max-height: 75%
}

.max-h-6\/19 {
  max-height: 56.25%
}

.max-h-1\/1 {
  max-height: 100%
}

.max-h-3\/2 {
  max-height: 150%
}

.max-h-4\/3 {
  max-height: 133.333%
}

.max-h-full {
  max-height: 100%
}

.max-h-screen {
  max-height: 100vh
}

.max-w-0 {
  max-width: 0rem
}

.max-w-none {
  max-width: none
}

.max-w-xs {
  max-width: 20rem
}

.max-w-sm {
  max-width: 24rem
}

.max-w-md {
  max-width: 28rem
}

.max-w-lg {
  max-width: 32rem
}

.max-w-xl {
  max-width: 36rem
}

.max-w-2xl {
  max-width: 42rem
}

.max-w-3xl {
  max-width: 48rem
}

.max-w-4xl {
  max-width: 56rem
}

.max-w-5xl {
  max-width: 64rem
}

.max-w-6xl {
  max-width: 72rem
}

.max-w-7xl {
  max-width: 80rem
}

.max-w-full {
  max-width: 100%
}

.max-w-min {
  max-width: min-content
}

.max-w-max {
  max-width: max-content
}

.max-w-prose {
  max-width: 65ch
}

.max-w-screen-tb {
  max-width: 768px
}

.max-w-screen-ds {
  max-width: 992px
}

.min-h-0 {
  min-height: 0px
}

.min-h-full {
  min-height: 100%
}

.min-h-screen {
  min-height: 100vh
}

.min-w-0 {
  min-width: 0px
}

.min-w-full {
  min-width: 100%
}

.min-w-min {
  min-width: min-content
}

.min-w-max {
  min-width: max-content
}

.object-contain {
  object-fit: contain
}

.object-cover {
  object-fit: cover;
  object-position: left;
}

.object-fill {
  object-fit: fill
}

.object-none {
  object-fit: none
}

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

.object-bottom {
  object-position: bottom
}

.object-center {
  object-position: center
}

.object-left {
  object-position: left
}

.object-left-bottom {
  object-position: left bottom
}

.object-left-top {
  object-position: left top
}

.object-right {
  object-position: right
}

.object-right-bottom {
  object-position: right bottom
}

.object-right-top {
  object-position: right top
}

.object-top {
  object-position: top
}

.opacity-0 {
  opacity: 0
}

.opacity-5 {
  opacity: 0.05
}

.opacity-10 {
  opacity: 0.1
}

.opacity-20 {
  opacity: 0.2
}

.opacity-25 {
  opacity: 0.25
}

.opacity-30 {
  opacity: 0.3
}

.opacity-40 {
  opacity: 0.4
}

.opacity-50 {
  opacity: 0.5
}

.opacity-60 {
  opacity: 0.6
}

.opacity-70 {
  opacity: 0.7
}

.opacity-75 {
  opacity: 0.75
}

.opacity-80 {
  opacity: 0.8
}

.opacity-90 {
  opacity: 0.9
}

.opacity-95 {
  opacity: 0.95
}

.opacity-100 {
  opacity: 1
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px
}

.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.overflow-visible {
  overflow: visible
}

.overflow-scroll {
  overflow: scroll
}

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

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

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

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

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

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

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

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

.overscroll-auto {
  overscroll-behavior: auto
}

.overscroll-contain {
  overscroll-behavior: contain
}

.overscroll-none {
  overscroll-behavior: none
}

.overscroll-y-auto {
  overscroll-behavior-y: auto
}

.overscroll-y-contain {
  overscroll-behavior-y: contain
}

.overscroll-y-none {
  overscroll-behavior-y: none
}

.overscroll-x-auto {
  overscroll-behavior-x: auto
}

.overscroll-x-contain {
  overscroll-behavior-x: contain
}

.overscroll-x-none {
  overscroll-behavior-x: none
}

.p-0 {
  padding: 0px
}

.p-1 {
  padding: 0.25rem
}

.p-2 {
  padding: 0.5rem
}

.p-3 {
  padding: 0.75rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

.p-7 {
  padding: 1.75rem
}

.p-8 {
  padding: 2rem
}

.p-9 {
  padding: 2.25rem
}

.p-10 {
  padding: 2.5rem
}

.p-11 {
  padding: 2.75rem
}

.p-12 {
  padding: 3rem
}

.p-14 {
  padding: 3.5rem
}

.p-16 {
  padding: 4rem
}

.p-20 {
  padding: 5rem
}

.p-24 {
  padding: 6rem
}

.p-28 {
  padding: 7rem
}

.p-32 {
  padding: 8rem
}

.p-36 {
  padding: 9rem
}

.p-40 {
  padding: 10rem
}

.p-44 {
  padding: 11rem
}

.p-48 {
  padding: 12rem
}

.p-52 {
  padding: 13rem
}

.p-56 {
  padding: 14rem
}

.p-60 {
  padding: 15rem
}

.p-64 {
  padding: 16rem
}

.p-72 {
  padding: 18rem
}

.p-80 {
  padding: 20rem
}

.p-96 {
  padding: 24rem
}

.p-px {
  padding: 1px
}

.p-0\.5 {
  padding: 0.125rem
}

.p-1\.5 {
  padding: 0.375rem
}

.p-2\.5 {
  padding: 0.625rem
}

.p-3\.5 {
  padding: 0.875rem
}

.p-2\/3 {
  padding: 66.666667%
}

.p-3\/4 {
  padding: 75%
}

.p-6\/19 {
  padding: 56.25%
}

.p-1\/1 {
  padding: 100%
}

.p-3\/2 {
  padding: 150%
}

.p-4\/3 {
  padding: 133.333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem
}

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem
}

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

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

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

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

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem
}

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

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

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px
}

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem
}

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

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

.py-2\/3 {
  padding-top: 66.666667%;
  padding-bottom: 66.666667%
}

.px-2\/3 {
  padding-left: 66.666667%;
  padding-right: 66.666667%
}

.py-3\/4 {
  padding-top: 75%;
  padding-bottom: 75%
}

.px-3\/4 {
  padding-left: 75%;
  padding-right: 75%
}

.py-6\/19 {
  padding-top: 56.25%;
  padding-bottom: 56.25%
}

.px-6\/19 {
  padding-left: 56.25%;
  padding-right: 56.25%
}

.py-1\/1 {
  padding-top: 100%;
  padding-bottom: 100%
}

.px-1\/1 {
  padding-left: 100%;
  padding-right: 100%
}

.py-3\/2 {
  padding-top: 150%;
  padding-bottom: 150%
}

.px-3\/2 {
  padding-left: 150%;
  padding-right: 150%
}

.py-4\/3 {
  padding-top: 133.333%;
  padding-bottom: 133.333%
}

.px-4\/3 {
  padding-left: 133.333%;
  padding-right: 133.333%
}

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

.pr-0 {
  padding-right: 0px
}

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

.pl-0 {
  padding-left: 0px
}

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

.pr-1 {
  padding-right: 0.25rem
}

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

.pl-1 {
  padding-left: 0.25rem
}

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

.pr-2 {
  padding-right: 0.5rem
}

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

.pl-2 {
  padding-left: 0.5rem
}

.pt-3 {
  padding-top: 0.75rem
}

.pr-3 {
  padding-right: 0.75rem
}

.pb-3 {
  padding-bottom: 0.75rem
}

.pl-3 {
  padding-left: 0.75rem
}

.pt-4 {
  padding-top: 1rem
}

.pr-4 {
  padding-right: 1rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pl-4 {
  padding-left: 1rem
}

.pt-5 {
  padding-top: 1.25rem
}

.pr-5 {
  padding-right: 1.25rem
}

.pb-5 {
  padding-bottom: 1.25rem
}

.pl-5 {
  padding-left: 1.25rem
}

.pt-6 {
  padding-top: 1.5rem
}

.pr-6 {
  padding-right: 1.5rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pl-6 {
  padding-left: 1.5rem
}

.pt-7 {
  padding-top: 1.75rem
}

.pr-7 {
  padding-right: 1.75rem
}

.pb-7 {
  padding-bottom: 1.75rem
}

.pl-7 {
  padding-left: 1.75rem
}

.pt-8 {
  padding-top: 2rem
}

.pr-8 {
  padding-right: 2rem
}

.pb-8 {
  padding-bottom: 2rem
}

.pl-8 {
  padding-left: 2rem
}

.pt-9 {
  padding-top: 2.25rem
}

.pr-9 {
  padding-right: 2.25rem
}

.pb-9 {
  padding-bottom: 2.25rem
}

.pl-9 {
  padding-left: 2.25rem
}

.pt-10 {
  padding-top: 2.5rem
}

.pr-10 {
  padding-right: 2.5rem
}

.pb-10 {
  padding-bottom: 2.5rem
}

.pl-10 {
  padding-left: 2.5rem
}

.pt-11 {
  padding-top: 2.75rem
}

.pr-11 {
  padding-right: 2.75rem
}

.pb-11 {
  padding-bottom: 2.75rem
}

.pl-11 {
  padding-left: 2.75rem
}

.pt-12 {
  padding-top: 3rem
}

.pr-12 {
  padding-right: 3rem
}

.pb-12 {
  padding-bottom: 3rem
}

.pl-12 {
  padding-left: 3rem
}

.pt-14 {
  padding-top: 3.5rem
}

.pr-14 {
  padding-right: 3.5rem
}

.pb-14 {
  padding-bottom: 3.5rem
}

.pl-14 {
  padding-left: 3.5rem
}

.pt-16 {
  padding-top: 4rem
}

.pr-16 {
  padding-right: 4rem
}

.pb-16 {
  padding-bottom: 4rem
}

.pl-16 {
  padding-left: 4rem
}

.pt-20 {
  padding-top: 5rem
}

.pr-20 {
  padding-right: 5rem
}

.pb-20 {
  padding-bottom: 5rem
}

.pl-20 {
  padding-left: 5rem
}

.pt-24 {
  padding-top: 6rem
}

.pr-24 {
  padding-right: 6rem
}

.pb-24 {
  padding-bottom: 6rem
}

.pl-24 {
  padding-left: 6rem
}

.pt-28 {
  padding-top: 7rem
}

.pr-28 {
  padding-right: 7rem
}

.pb-28 {
  padding-bottom: 7rem
}

.pl-28 {
  padding-left: 7rem
}

.pt-32 {
  padding-top: 8rem
}

.pr-32 {
  padding-right: 8rem
}

.pb-32 {
  padding-bottom: 8rem
}

.pl-32 {
  padding-left: 8rem
}

.pt-36 {
  padding-top: 9rem
}

.pr-36 {
  padding-right: 9rem
}

.pb-36 {
  padding-bottom: 9rem
}

.pl-36 {
  padding-left: 9rem
}

.pt-40 {
  padding-top: 10rem
}

.pr-40 {
  padding-right: 10rem
}

.pb-40 {
  padding-bottom: 10rem
}

.pl-40 {
  padding-left: 10rem
}

.pt-44 {
  padding-top: 11rem
}

.pr-44 {
  padding-right: 11rem
}

.pb-44 {
  padding-bottom: 11rem
}

.pl-44 {
  padding-left: 11rem
}

.pt-48 {
  padding-top: 12rem
}

.pr-48 {
  padding-right: 12rem
}

.pb-48 {
  padding-bottom: 12rem
}

.pl-48 {
  padding-left: 12rem
}

.pt-52 {
  padding-top: 13rem
}

.pr-52 {
  padding-right: 13rem
}

.pb-52 {
  padding-bottom: 13rem
}

.pl-52 {
  padding-left: 13rem
}

.pt-56 {
  padding-top: 14rem
}

.pr-56 {
  padding-right: 14rem
}

.pb-56 {
  padding-bottom: 14rem
}

.pl-56 {
  padding-left: 14rem
}

.pt-60 {
  padding-top: 15rem
}

.pr-60 {
  padding-right: 15rem
}

.pb-60 {
  padding-bottom: 15rem
}

.pl-60 {
  padding-left: 15rem
}

.pt-64 {
  padding-top: 16rem
}

.pr-64 {
  padding-right: 16rem
}

.pb-64 {
  padding-bottom: 16rem
}

.pl-64 {
  padding-left: 16rem
}

.pt-72 {
  padding-top: 18rem
}

.pr-72 {
  padding-right: 18rem
}

.pb-72 {
  padding-bottom: 18rem
}

.pl-72 {
  padding-left: 18rem
}

.pt-80 {
  padding-top: 20rem
}

.pr-80 {
  padding-right: 20rem
}

.pb-80 {
  padding-bottom: 20rem
}

.pl-80 {
  padding-left: 20rem
}

.pt-96 {
  padding-top: 24rem
}

.pr-96 {
  padding-right: 24rem
}

.pb-96 {
  padding-bottom: 24rem
}

.pl-96 {
  padding-left: 24rem
}

.pt-px {
  padding-top: 1px
}

.pr-px {
  padding-right: 1px
}

.pb-px {
  padding-bottom: 1px
}

.pl-px {
  padding-left: 1px
}

.pt-0\.5 {
  padding-top: 0.125rem
}

.pr-0\.5 {
  padding-right: 0.125rem
}

.pb-0\.5 {
  padding-bottom: 0.125rem
}

.pl-0\.5 {
  padding-left: 0.125rem
}

.pt-1\.5 {
  padding-top: 0.375rem
}

.pr-1\.5 {
  padding-right: 0.375rem
}

.pb-1\.5 {
  padding-bottom: 0.375rem
}

.pl-1\.5 {
  padding-left: 0.375rem
}

.pt-2\.5 {
  padding-top: 0.625rem
}

.pr-2\.5 {
  padding-right: 0.625rem
}

.pb-2\.5 {
  padding-bottom: 0.625rem
}

.pl-2\.5 {
  padding-left: 0.625rem
}

.pt-3\.5 {
  padding-top: 0.875rem
}

.pr-3\.5 {
  padding-right: 0.875rem
}

.pb-3\.5 {
  padding-bottom: 0.875rem
}

.pl-3\.5 {
  padding-left: 0.875rem
}

.pt-2\/3 {
  padding-top: 66.666667%
}

.pr-2\/3 {
  padding-right: 66.666667%
}

.pb-2\/3 {
  padding-bottom: 66.666667%
}

.pl-2\/3 {
  padding-left: 66.666667%
}

.pt-3\/4 {
  padding-top: 75%
}

.pr-3\/4 {
  padding-right: 75%
}

.pb-3\/4 {
  padding-bottom: 75%
}

.pl-3\/4 {
  padding-left: 75%
}

.pt-6\/19 {
  padding-top: 56.25%
}

.pr-6\/19 {
  padding-right: 56.25%
}

.pb-6\/19 {
  padding-bottom: 56.25%
}

.pl-6\/19 {
  padding-left: 56.25%
}

.pt-1\/1 {
  padding-top: 100%
}

.pr-1\/1 {
  padding-right: 100%
}

.pb-1\/1 {
  padding-bottom: 100%
}

.pl-1\/1 {
  padding-left: 100%
}

.pt-3\/2 {
  padding-top: 150%
}

.pr-3\/2 {
  padding-right: 150%
}

.pb-3\/2 {
  padding-bottom: 150%
}

.pl-3\/2 {
  padding-left: 150%
}

.pt-4\/3 {
  padding-top: 133.333%
}

.pr-4\/3 {
  padding-right: 133.333%
}

.pb-4\/3 {
  padding-bottom: 133.333%
}

.pl-4\/3 {
  padding-left: 133.333%
}

.placeholder-current::placeholder {
  color: currentColor
}

.placeholder-base-50::placeholder {
  color: #87e8ff
}

.placeholder-base-100::placeholder {
  color: #78d9f5
}

.placeholder-base-200::placeholder {
  color: #5abbd7
}

.placeholder-base-300::placeholder {
  color: #3c9db9
}

.placeholder-base-400::placeholder {
  color: #1e7f9b
}

.placeholder-base-500::placeholder {
  color: #00617D
}

.placeholder-base-600::placeholder {
  color: #00435f
}

.placeholder-base-700::placeholder {
  color: #002541
}

.placeholder-base-800::placeholder {
  color: #000723
}

.placeholder-base-900::placeholder {
  color: #000005
}

.placeholder-base::placeholder {
  color: #00617D
}

.placeholder-default-50::placeholder {
  color: #87e8ff
}

.placeholder-default-100::placeholder {
  color: #78d9f5
}

.placeholder-default-200::placeholder {
  color: #5abbd7
}

.placeholder-default-300::placeholder {
  color: #3c9db9
}

.placeholder-default-400::placeholder {
  color: #1e7f9b
}

.placeholder-default-500::placeholder {
  color: #00617D
}

.placeholder-default-600::placeholder {
  color: #00435f
}

.placeholder-default-700::placeholder {
  color: #002541
}

.placeholder-default-800::placeholder {
  color: #000723
}

.placeholder-default-900::placeholder {
  color: #000005
}

.placeholder-default::placeholder {
  color: #00617D
}

.placeholder-primary-50::placeholder {
  color: #d6ebfc
}

.placeholder-primary-100::placeholder {
  color: #c7dced
}

.placeholder-primary-200::placeholder {
  color: #a9becf
}

.placeholder-primary-300::placeholder {
  color: #8ba0b1
}

.placeholder-primary-400::placeholder {
  color: #6d8293
}

.placeholder-primary-500::placeholder {
  color: #4F6475
}

.placeholder-primary-600::placeholder {
  color: #314657
}

.placeholder-primary-700::placeholder {
  color: #132839
}

.placeholder-primary-800::placeholder {
  color: #000a1b
}

.placeholder-primary-900::placeholder {
  color: #000000
}

.placeholder-primary::placeholder {
  color: #4F6475
}

.placeholder-secondary-50::placeholder {
  color: #ffffff
}

.placeholder-secondary-100::placeholder {
  color: #ffffff
}

.placeholder-secondary-200::placeholder {
  color: #ffffff
}

.placeholder-secondary-300::placeholder {
  color: #ffffff
}

.placeholder-secondary-400::placeholder {
  color: #ffffff
}

.placeholder-secondary-500::placeholder {
  color: #F3F5F5
}

.placeholder-secondary-600::placeholder {
  color: #d5d7d7
}

.placeholder-secondary-700::placeholder {
  color: #b7b9b9
}

.placeholder-secondary-800::placeholder {
  color: #999b9b
}

.placeholder-secondary-900::placeholder {
  color: #7b7d7d
}

.placeholder-secondary::placeholder {
  color: #F3F5F5
}

/* .placeholder-tertiary-50::placeholder {
  color: 
}

.placeholder-tertiary-100::placeholder {
  color: 
}

.placeholder-tertiary-200::placeholder {
  color: 
}

.placeholder-tertiary-300::placeholder {
  color: 
}

.placeholder-tertiary-400::placeholder {
  color: 
}

.placeholder-tertiary-500::placeholder {
  color: 
}

.placeholder-tertiary-600::placeholder {
  color: 
}

.placeholder-tertiary-700::placeholder {
  color: 
}

.placeholder-tertiary-800::placeholder {
  color: 
}

.placeholder-tertiary-900::placeholder {
  color: 
}

.placeholder-tertiary::placeholder {
  color: 
}

.placeholder-success-50::placeholder {
  color: 
}

.placeholder-success-100::placeholder {
  color: 
}

.placeholder-success-200::placeholder {
  color: 
}

.placeholder-success-300::placeholder {
  color: 
}

.placeholder-success-400::placeholder {
  color: 
}

.placeholder-success-500::placeholder {
  color: 
}

.placeholder-success-600::placeholder {
  color: 
}

.placeholder-success-700::placeholder {
  color: 
}

.placeholder-success-800::placeholder {
  color: 
}

.placeholder-success-900::placeholder {
  color: 
}

.placeholder-success::placeholder {
  color: 
}

.placeholder-warning-50::placeholder {
  color: 
}

.placeholder-warning-100::placeholder {
  color: 
}

.placeholder-warning-200::placeholder {
  color: 
}

.placeholder-warning-300::placeholder {
  color: 
}

.placeholder-warning-400::placeholder {
  color: 
}

.placeholder-warning-500::placeholder {
  color: 
}

.placeholder-warning-600::placeholder {
  color: 
}

.placeholder-warning-700::placeholder {
  color: 
}

.placeholder-warning-800::placeholder {
  color: 
}

.placeholder-warning-900::placeholder {
  color: 
}

.placeholder-warning::placeholder {
  color: 
}

.placeholder-danger-50::placeholder {
  color: #ff8787
}

.placeholder-danger-100::placeholder {
  color: #ff7878
}

.placeholder-danger-200::placeholder {
  color: #ff5a5a
}

.placeholder-danger-300::placeholder {
  color: #ff3c3c
}

.placeholder-danger-400::placeholder {
  color: #ff1e1e
}

.placeholder-danger-500::placeholder {
  color: #FF0000
}

.placeholder-danger-600::placeholder {
  color: #e10000
}

.placeholder-danger-700::placeholder {
  color: #c30000
}

.placeholder-danger-800::placeholder {
  color: #a50000
}

.placeholder-danger-900::placeholder {
  color: #870000
}

.placeholder-danger::placeholder {
  color: #FF0000
}
 */
.placeholder-gray-50::placeholder {
  color: #F9FAFB
}

.placeholder-gray-100::placeholder {
  color: #F3F4F6
}

.placeholder-gray-200::placeholder {
  color: #E5E7EB
}

.placeholder-gray-300::placeholder {
  color: #D1D5DB
}

.placeholder-gray-400::placeholder {
  color: #9CA3AF
}

.placeholder-gray-500::placeholder {
  color: #6B7280
}

.placeholder-gray-600::placeholder {
  color: #4B5563
}

.placeholder-gray-700::placeholder {
  color: #374151
}

.placeholder-gray-800::placeholder {
  color: #1F2937
}

.placeholder-gray-900::placeholder {
  color: #111827
}

.placeholder-gray::placeholder {
  color: #6B7280
}

.placeholder-dark-50::placeholder {
  color: #ffffff
}

.placeholder-dark-100::placeholder {
  color: #ffffff
}

.placeholder-dark-200::placeholder {
  color: #f6ffff
}

.placeholder-dark-300::placeholder {
  color: #d8e6ec
}

.placeholder-dark-400::placeholder {
  color: #bac8ce
}

.placeholder-dark-500::placeholder {
  color: #9CAAB0
}

.placeholder-dark-600::placeholder {
  color: #7e8c92
}

.placeholder-dark-700::placeholder {
  color: #606e74
}

.placeholder-dark-800::placeholder {
  color: #425056
}

.placeholder-dark-900::placeholder {
  color: #243238
}

.placeholder-dark::placeholder {
  color: #9CAAB0
}

.placeholder-white-50::placeholder {
  color: #ffffff
}

.placeholder-white-100::placeholder {
  color: #ffffff
}

.placeholder-white-200::placeholder {
  color: #ffffff
}

.placeholder-white-300::placeholder {
  color: #ffffff
}

.placeholder-white-400::placeholder {
  color: #ffffff
}

.placeholder-white-500::placeholder {
  color: #ffffff
}

.placeholder-white-600::placeholder {
  color: #ffffff
}

.placeholder-white-700::placeholder {
  color: #ffffff
}

.placeholder-white-800::placeholder {
  color: #ffffff
}

.placeholder-white-900::placeholder {
  color: #ffffff
}

.placeholder-white::placeholder {
  color: #ffffff
}

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

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

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px
}

.inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem
}

.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem
}

.inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem
}

.inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem
}

.inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem
}

.inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem
}

.inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem
}

.inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem
}

.inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem
}

.inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem
}

.inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem
}

.inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem
}

.inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem
}

.inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem
}

.inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem
}

.inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem
}

.inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem
}

.inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem
}

.inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem
}

.inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem
}

.inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem
}

.inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem
}

.inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem
}

.inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem
}

.inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem
}

.inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem
}

.inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem
}

.inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem
}

.inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto
}

.inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px
}

.inset-0\.5 {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem
}

.inset-1\.5 {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem
}

.inset-2\.5 {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem
}

.inset-3\.5 {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem
}

.inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%
}

.inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%
}

.inset-6\/19 {
  top: 56.25%;
  right: 56.25%;
  bottom: 56.25%;
  left: 56.25%
}

.inset-1\/1 {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%
}

.inset-3\/2 {
  top: 150%;
  right: 150%;
  bottom: 150%;
  left: 150%
}

.inset-4\/3 {
  top: 133.333%;
  right: 133.333%;
  bottom: 133.333%;
  left: 133.333%
}

.-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px
}

.-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem
}

.-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem
}

.-inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem
}

.-inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem
}

.-inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem
}

.-inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem
}

.-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem
}

.-inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem
}

.-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem
}

.-inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem
}

.-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem
}

.-inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem
}

.-inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem
}

.-inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem
}

.-inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem
}

.-inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem
}

.-inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem
}

.-inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem
}

.-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem
}

.-inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem
}

.-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem
}

.-inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem
}

.-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem
}

.-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem
}

.-inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem
}

.-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem
}

.-inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem
}

.-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem
}

.-inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem
}

.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px
}

.-inset-0\.5 {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem
}

.-inset-1\.5 {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem
}

.-inset-2\.5 {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem
}

.-inset-3\.5 {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem
}

.-inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%
}

.-inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%
}

.-inset-6\/19 {
  top: -56.25%;
  right: -56.25%;
  bottom: -56.25%;
  left: -56.25%
}

.-inset-1\/1 {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%
}

.-inset-3\/2 {
  top: -150%;
  right: -150%;
  bottom: -150%;
  left: -150%
}

.-inset-4\/3 {
  top: -133.333%;
  right: -133.333%;
  bottom: -133.333%;
  left: -133.333%
}

.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%
}

.inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%
}

.inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%
}

.inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%
}

.inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%
}

.-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%
}

.-inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%
}

.-inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%
}

.-inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%
}

.-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%
}

.inset-y-0 {
  top: 0px;
  bottom: 0px
}

.inset-x-0 {
  right: 0px;
  left: 0px
}

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem
}

.inset-x-1 {
  right: 0.25rem;
  left: 0.25rem
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem
}

.inset-x-2 {
  right: 0.5rem;
  left: 0.5rem
}

.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem
}

.inset-x-3 {
  right: 0.75rem;
  left: 0.75rem
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem
}

.inset-x-4 {
  right: 1rem;
  left: 1rem
}

.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem
}

.inset-x-5 {
  right: 1.25rem;
  left: 1.25rem
}

.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem
}

.inset-x-6 {
  right: 1.5rem;
  left: 1.5rem
}

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem
}

.inset-x-7 {
  right: 1.75rem;
  left: 1.75rem
}

.inset-y-8 {
  top: 2rem;
  bottom: 2rem
}

.inset-x-8 {
  right: 2rem;
  left: 2rem
}

.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem
}

.inset-x-9 {
  right: 2.25rem;
  left: 2.25rem
}

.inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem
}

.inset-x-10 {
  right: 2.5rem;
  left: 2.5rem
}

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem
}

.inset-x-11 {
  right: 2.75rem;
  left: 2.75rem
}

.inset-y-12 {
  top: 3rem;
  bottom: 3rem
}

.inset-x-12 {
  right: 3rem;
  left: 3rem
}

.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem
}

.inset-x-14 {
  right: 3.5rem;
  left: 3.5rem
}

.inset-y-16 {
  top: 4rem;
  bottom: 4rem
}

.inset-x-16 {
  right: 4rem;
  left: 4rem
}

.inset-y-20 {
  top: 5rem;
  bottom: 5rem
}

.inset-x-20 {
  right: 5rem;
  left: 5rem
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem
}

.inset-x-24 {
  right: 6rem;
  left: 6rem
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem
}

.inset-x-28 {
  right: 7rem;
  left: 7rem
}

.inset-y-32 {
  top: 8rem;
  bottom: 8rem
}

.inset-x-32 {
  right: 8rem;
  left: 8rem
}

.inset-y-36 {
  top: 9rem;
  bottom: 9rem
}

.inset-x-36 {
  right: 9rem;
  left: 9rem
}

.inset-y-40 {
  top: 10rem;
  bottom: 10rem
}

.inset-x-40 {
  right: 10rem;
  left: 10rem
}

.inset-y-44 {
  top: 11rem;
  bottom: 11rem
}

.inset-x-44 {
  right: 11rem;
  left: 11rem
}

.inset-y-48 {
  top: 12rem;
  bottom: 12rem
}

.inset-x-48 {
  right: 12rem;
  left: 12rem
}

.inset-y-52 {
  top: 13rem;
  bottom: 13rem
}

.inset-x-52 {
  right: 13rem;
  left: 13rem
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem
}

.inset-x-56 {
  right: 14rem;
  left: 14rem
}

.inset-y-60 {
  top: 15rem;
  bottom: 15rem
}

.inset-x-60 {
  right: 15rem;
  left: 15rem
}

.inset-y-64 {
  top: 16rem;
  bottom: 16rem
}

.inset-x-64 {
  right: 16rem;
  left: 16rem
}

.inset-y-72 {
  top: 18rem;
  bottom: 18rem
}

.inset-x-72 {
  right: 18rem;
  left: 18rem
}

.inset-y-80 {
  top: 20rem;
  bottom: 20rem
}

.inset-x-80 {
  right: 20rem;
  left: 20rem
}

.inset-y-96 {
  top: 24rem;
  bottom: 24rem
}

.inset-x-96 {
  right: 24rem;
  left: 24rem
}

.inset-y-auto {
  top: auto;
  bottom: auto
}

.inset-x-auto {
  right: auto;
  left: auto
}

.inset-y-px {
  top: 1px;
  bottom: 1px
}

.inset-x-px {
  right: 1px;
  left: 1px
}

.inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem
}

.inset-x-0\.5 {
  right: 0.125rem;
  left: 0.125rem
}

.inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem
}

.inset-x-1\.5 {
  right: 0.375rem;
  left: 0.375rem
}

.inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem
}

.inset-x-2\.5 {
  right: 0.625rem;
  left: 0.625rem
}

.inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem
}

.inset-x-3\.5 {
  right: 0.875rem;
  left: 0.875rem
}

.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%
}

.inset-x-2\/3 {
  right: 66.666667%;
  left: 66.666667%
}

.inset-y-3\/4 {
  top: 75%;
  bottom: 75%
}

.inset-x-3\/4 {
  right: 75%;
  left: 75%
}

.inset-y-6\/19 {
  top: 56.25%;
  bottom: 56.25%
}

.inset-x-6\/19 {
  right: 56.25%;
  left: 56.25%
}

.inset-y-1\/1 {
  top: 100%;
  bottom: 100%
}

.inset-x-1\/1 {
  right: 100%;
  left: 100%
}

.inset-y-3\/2 {
  top: 150%;
  bottom: 150%
}

.inset-x-3\/2 {
  right: 150%;
  left: 150%
}

.inset-y-4\/3 {
  top: 133.333%;
  bottom: 133.333%
}

.inset-x-4\/3 {
  right: 133.333%;
  left: 133.333%
}

.-inset-y-0 {
  top: 0px;
  bottom: 0px
}

.-inset-x-0 {
  right: 0px;
  left: 0px
}

.-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem
}

.-inset-x-1 {
  right: -0.25rem;
  left: -0.25rem
}

.-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem
}

.-inset-x-2 {
  right: -0.5rem;
  left: -0.5rem
}

.-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem
}

.-inset-x-3 {
  right: -0.75rem;
  left: -0.75rem
}

.-inset-y-4 {
  top: -1rem;
  bottom: -1rem
}

.-inset-x-4 {
  right: -1rem;
  left: -1rem
}

.-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem
}

.-inset-x-5 {
  right: -1.25rem;
  left: -1.25rem
}

.-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem
}

.-inset-x-6 {
  right: -1.5rem;
  left: -1.5rem
}

.-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem
}

.-inset-x-7 {
  right: -1.75rem;
  left: -1.75rem
}

.-inset-y-8 {
  top: -2rem;
  bottom: -2rem
}

.-inset-x-8 {
  right: -2rem;
  left: -2rem
}

.-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem
}

.-inset-x-9 {
  right: -2.25rem;
  left: -2.25rem
}

.-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem
}

.-inset-x-10 {
  right: -2.5rem;
  left: -2.5rem
}

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem
}

.-inset-x-11 {
  right: -2.75rem;
  left: -2.75rem
}

.-inset-y-12 {
  top: -3rem;
  bottom: -3rem
}

.-inset-x-12 {
  right: -3rem;
  left: -3rem
}

.-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem
}

.-inset-x-14 {
  right: -3.5rem;
  left: -3.5rem
}

.-inset-y-16 {
  top: -4rem;
  bottom: -4rem
}

.-inset-x-16 {
  right: -4rem;
  left: -4rem
}

.-inset-y-20 {
  top: -5rem;
  bottom: -5rem
}

.-inset-x-20 {
  right: -5rem;
  left: -5rem
}

.-inset-y-24 {
  top: -6rem;
  bottom: -6rem
}

.-inset-x-24 {
  right: -6rem;
  left: -6rem
}

.-inset-y-28 {
  top: -7rem;
  bottom: -7rem
}

.-inset-x-28 {
  right: -7rem;
  left: -7rem
}

.-inset-y-32 {
  top: -8rem;
  bottom: -8rem
}

.-inset-x-32 {
  right: -8rem;
  left: -8rem
}

.-inset-y-36 {
  top: -9rem;
  bottom: -9rem
}

.-inset-x-36 {
  right: -9rem;
  left: -9rem
}

.-inset-y-40 {
  top: -10rem;
  bottom: -10rem
}

.-inset-x-40 {
  right: -10rem;
  left: -10rem
}

.-inset-y-44 {
  top: -11rem;
  bottom: -11rem
}

.-inset-x-44 {
  right: -11rem;
  left: -11rem
}

.-inset-y-48 {
  top: -12rem;
  bottom: -12rem
}

.-inset-x-48 {
  right: -12rem;
  left: -12rem
}

.-inset-y-52 {
  top: -13rem;
  bottom: -13rem
}

.-inset-x-52 {
  right: -13rem;
  left: -13rem
}

.-inset-y-56 {
  top: -14rem;
  bottom: -14rem
}

.-inset-x-56 {
  right: -14rem;
  left: -14rem
}

.-inset-y-60 {
  top: -15rem;
  bottom: -15rem
}

.-inset-x-60 {
  right: -15rem;
  left: -15rem
}

.-inset-y-64 {
  top: -16rem;
  bottom: -16rem
}

.-inset-x-64 {
  right: -16rem;
  left: -16rem
}

.-inset-y-72 {
  top: -18rem;
  bottom: -18rem
}

.-inset-x-72 {
  right: -18rem;
  left: -18rem
}

.-inset-y-80 {
  top: -20rem;
  bottom: -20rem
}

.-inset-x-80 {
  right: -20rem;
  left: -20rem
}

.-inset-y-96 {
  top: -24rem;
  bottom: -24rem
}

.-inset-x-96 {
  right: -24rem;
  left: -24rem
}

.-inset-y-px {
  top: -1px;
  bottom: -1px
}

.-inset-x-px {
  right: -1px;
  left: -1px
}

.-inset-y-0\.5 {
  top: -0.125rem;
  bottom: -0.125rem
}

.-inset-x-0\.5 {
  right: -0.125rem;
  left: -0.125rem
}

.-inset-y-1\.5 {
  top: -0.375rem;
  bottom: -0.375rem
}

.-inset-x-1\.5 {
  right: -0.375rem;
  left: -0.375rem
}

.-inset-y-2\.5 {
  top: -0.625rem;
  bottom: -0.625rem
}

.-inset-x-2\.5 {
  right: -0.625rem;
  left: -0.625rem
}

.-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem
}

.-inset-x-3\.5 {
  right: -0.875rem;
  left: -0.875rem
}

.-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%
}

.-inset-x-2\/3 {
  right: -66.666667%;
  left: -66.666667%
}

.-inset-y-3\/4 {
  top: -75%;
  bottom: -75%
}

.-inset-x-3\/4 {
  right: -75%;
  left: -75%
}

.-inset-y-6\/19 {
  top: -56.25%;
  bottom: -56.25%
}

.-inset-x-6\/19 {
  right: -56.25%;
  left: -56.25%
}

.-inset-y-1\/1 {
  top: -100%;
  bottom: -100%
}

.-inset-x-1\/1 {
  right: -100%;
  left: -100%
}

.-inset-y-3\/2 {
  top: -150%;
  bottom: -150%
}

.-inset-x-3\/2 {
  right: -150%;
  left: -150%
}

.-inset-y-4\/3 {
  top: -133.333%;
  bottom: -133.333%
}

.-inset-x-4\/3 {
  right: -133.333%;
  left: -133.333%
}

.inset-y-1\/2 {
  top: 50%;
  bottom: 50%
}

.inset-x-1\/2 {
  right: 50%;
  left: 50%
}

.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%
}

.inset-x-1\/3 {
  right: 33.333333%;
  left: 33.333333%
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%
}

.inset-x-1\/4 {
  right: 25%;
  left: 25%
}

.inset-y-2\/4 {
  top: 50%;
  bottom: 50%
}

.inset-x-2\/4 {
  right: 50%;
  left: 50%
}

.inset-y-full {
  top: 100%;
  bottom: 100%
}

.inset-x-full {
  right: 100%;
  left: 100%
}

.-inset-y-1\/2 {
  top: -50%;
  bottom: -50%
}

.-inset-x-1\/2 {
  right: -50%;
  left: -50%
}

.-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%
}

.-inset-x-1\/3 {
  right: -33.333333%;
  left: -33.333333%
}

.-inset-y-1\/4 {
  top: -25%;
  bottom: -25%
}

.-inset-x-1\/4 {
  right: -25%;
  left: -25%
}

.-inset-y-2\/4 {
  top: -50%;
  bottom: -50%
}

.-inset-x-2\/4 {
  right: -50%;
  left: -50%
}

.-inset-y-full {
  top: -100%;
  bottom: -100%
}

.-inset-x-full {
  right: -100%;
  left: -100%
}

.top-0 {
  top: 0px
}

.right-0 {
  right: 0px
}

.bottom-0 {
  bottom: 0px
}

.left-0 {
  left: 0px
}

.top-1 {
  top: 0.25rem
}

.right-1 {
  right: 0.25rem
}

.bottom-1 {
  bottom: 0.25rem
}

.left-1 {
  left: 0.25rem
}

.top-2 {
  top: 0.5rem
}

.right-2 {
  right: 0.5rem
}

.bottom-2 {
  bottom: 0.5rem
}

.left-2 {
  left: 0.5rem
}

.top-3 {
  top: 0.75rem
}

.right-3 {
  right: 0.75rem
}

.bottom-3 {
  bottom: 0.75rem
}

.left-3 {
  left: 0.75rem
}

.top-4 {
  top: 1rem
}

.right-4 {
  right: 1rem
}

.bottom-4 {
  bottom: 1rem
}

.left-4 {
  left: 1rem
}

.top-5 {
  top: 1.25rem
}

.right-5 {
  right: 1.25rem
}

.bottom-5 {
  bottom: 1.25rem
}

.left-5 {
  left: 1.25rem
}

.top-6 {
  top: 1.5rem
}

.right-6 {
  right: 1.5rem
}

.bottom-6 {
  bottom: 1.5rem
}

.left-6 {
  left: 1.5rem
}

.top-7 {
  top: 1.75rem
}

.right-7 {
  right: 1.75rem
}

.bottom-7 {
  bottom: 1.75rem
}

.left-7 {
  left: 1.75rem
}

.top-8 {
  top: 2rem
}

.right-8 {
  right: 2rem
}

.bottom-8 {
  bottom: 2rem
}

.left-8 {
  left: 2rem
}

.top-9 {
  top: 2.25rem
}

.right-9 {
  right: 2.25rem
}

.bottom-9 {
  bottom: 2.25rem
}

.left-9 {
  left: 2.25rem
}

.top-10 {
  top: 2.5rem
}

.right-10 {
  right: 2.5rem
}

.bottom-10 {
  bottom: 2.5rem
}

.left-10 {
  left: 2.5rem
}

.top-11 {
  top: 2.75rem
}

.right-11 {
  right: 2.75rem
}

.bottom-11 {
  bottom: 2.75rem
}

.left-11 {
  left: 2.75rem
}

.top-12 {
  top: 3rem
}

.right-12 {
  right: 3rem
}

.bottom-12 {
  bottom: 3rem
}

.left-12 {
  left: 3rem
}

.top-14 {
  top: 3.5rem
}

.right-14 {
  right: 3.5rem
}

.bottom-14 {
  bottom: 3.5rem
}

.left-14 {
  left: 3.5rem
}

.top-16 {
  top: 4rem
}

.right-16 {
  right: 4rem
}

.bottom-16 {
  bottom: 4rem
}

.left-16 {
  left: 4rem
}

.top-20 {
  top: 5rem
}

.right-20 {
  right: 5rem
}

.bottom-20 {
  bottom: 5rem
}

.left-20 {
  left: 5rem
}

.top-24 {
  top: 6rem
}

.right-24 {
  right: 6rem
}

.bottom-24 {
  bottom: 6rem
}

.left-24 {
  left: 6rem
}

.top-28 {
  top: 7rem
}

.right-28 {
  right: 7rem
}

.bottom-28 {
  bottom: 7rem
}

.left-28 {
  left: 7rem
}

.top-32 {
  top: 8rem
}

.right-32 {
  right: 8rem
}

.bottom-32 {
  bottom: 8rem
}

.left-32 {
  left: 8rem
}

.top-36 {
  top: 9rem
}

.right-36 {
  right: 9rem
}

.bottom-36 {
  bottom: 9rem
}

.left-36 {
  left: 9rem
}

.top-40 {
  top: 10rem
}

.right-40 {
  right: 10rem
}

.bottom-40 {
  bottom: 10rem
}

.left-40 {
  left: 10rem
}

.top-44 {
  top: 11rem
}

.right-44 {
  right: 11rem
}

.bottom-44 {
  bottom: 11rem
}

.left-44 {
  left: 11rem
}

.top-48 {
  top: 12rem
}

.right-48 {
  right: 12rem
}

.bottom-48 {
  bottom: 12rem
}

.left-48 {
  left: 12rem
}

.top-52 {
  top: 13rem
}

.right-52 {
  right: 13rem
}

.bottom-52 {
  bottom: 13rem
}

.left-52 {
  left: 13rem
}

.top-56 {
  top: 14rem
}

.right-56 {
  right: 14rem
}

.bottom-56 {
  bottom: 14rem
}

.left-56 {
  left: 14rem
}

.top-60 {
  top: 15rem
}

.right-60 {
  right: 15rem
}

.bottom-60 {
  bottom: 15rem
}

.left-60 {
  left: 15rem
}

.top-64 {
  top: 16rem
}

.right-64 {
  right: 16rem
}

.bottom-64 {
  bottom: 16rem
}

.left-64 {
  left: 16rem
}

.top-72 {
  top: 18rem
}

.right-72 {
  right: 18rem
}

.bottom-72 {
  bottom: 18rem
}

.left-72 {
  left: 18rem
}

.top-80 {
  top: 20rem
}

.right-80 {
  right: 20rem
}

.bottom-80 {
  bottom: 20rem
}

.left-80 {
  left: 20rem
}

.top-96 {
  top: 24rem
}

.right-96 {
  right: 24rem
}

.bottom-96 {
  bottom: 24rem
}

.left-96 {
  left: 24rem
}

.top-auto {
  top: auto
}

.right-auto {
  right: auto
}

.bottom-auto {
  bottom: auto
}

.left-auto {
  left: auto
}

.top-px {
  top: 1px
}

.right-px {
  right: 1px
}

.bottom-px {
  bottom: 1px
}

.left-px {
  left: 1px
}

.top-0\.5 {
  top: 0.125rem
}

.right-0\.5 {
  right: 0.125rem
}

.bottom-0\.5 {
  bottom: 0.125rem
}

.left-0\.5 {
  left: 0.125rem
}

.top-1\.5 {
  top: 0.375rem
}

.right-1\.5 {
  right: 0.375rem
}

.bottom-1\.5 {
  bottom: 0.375rem
}

.left-1\.5 {
  left: 0.375rem
}

.top-2\.5 {
  top: 0.625rem
}

.right-2\.5 {
  right: 0.625rem
}

.bottom-2\.5 {
  bottom: 0.625rem
}

.left-2\.5 {
  left: 0.625rem
}

.top-3\.5 {
  top: 0.875rem
}

.right-3\.5 {
  right: 0.875rem
}

.bottom-3\.5 {
  bottom: 0.875rem
}

.left-3\.5 {
  left: 0.875rem
}

.top-2\/3 {
  top: 66.666667%
}

.right-2\/3 {
  right: 66.666667%
}

.bottom-2\/3 {
  bottom: 66.666667%
}

.left-2\/3 {
  left: 66.666667%
}

.top-3\/4 {
  top: 75%
}

.right-3\/4 {
  right: 75%
}

.bottom-3\/4 {
  bottom: 75%
}

.left-3\/4 {
  left: 75%
}

.top-6\/19 {
  top: 56.25%
}

.right-6\/19 {
  right: 56.25%
}

.bottom-6\/19 {
  bottom: 56.25%
}

.left-6\/19 {
  left: 56.25%
}

.top-1\/1 {
  top: 100%
}

.right-1\/1 {
  right: 100%
}

.bottom-1\/1 {
  bottom: 100%
}

.left-1\/1 {
  left: 100%
}

.top-3\/2 {
  top: 150%
}

.right-3\/2 {
  right: 150%
}

.bottom-3\/2 {
  bottom: 150%
}

.left-3\/2 {
  left: 150%
}

.top-4\/3 {
  top: 133.333%
}

.right-4\/3 {
  right: 133.333%
}

.bottom-4\/3 {
  bottom: 133.333%
}

.left-4\/3 {
  left: 133.333%
}

.-top-0 {
  top: 0px
}

.-right-0 {
  right: 0px
}

.-bottom-0 {
  bottom: 0px
}

.-left-0 {
  left: 0px
}

.-top-1 {
  top: -0.25rem
}

.-right-1 {
  right: -0.25rem
}

.-bottom-1 {
  bottom: -0.25rem
}

.-left-1 {
  left: -0.25rem
}

.-top-2 {
  top: -0.5rem
}

.-right-2 {
  right: -0.5rem
}

.-bottom-2 {
  bottom: -0.5rem
}

.-left-2 {
  left: -0.5rem
}

.-top-3 {
  top: -0.75rem
}

.-right-3 {
  right: -0.75rem
}

.-bottom-3 {
  bottom: -0.75rem
}

.-left-3 {
  left: -0.75rem
}

.-top-4 {
  top: -1rem
}

.-right-4 {
  right: -1rem
}

.-bottom-4 {
  bottom: -1rem
}

.-left-4 {
  left: -1rem
}

.-top-5 {
  top: -1.25rem
}

.-right-5 {
  right: -1.25rem
}

.-bottom-5 {
  bottom: -1.25rem
}

.-left-5 {
  left: -1.25rem
}

.-top-6 {
  top: -1.5rem
}

.-right-6 {
  right: -1.5rem
}

.-bottom-6 {
  bottom: -1.5rem
}

.-left-6 {
  left: -1.5rem
}

.-top-7 {
  top: -1.75rem
}

.-right-7 {
  right: -1.75rem
}

.-bottom-7 {
  bottom: -1.75rem
}

.-left-7 {
  left: -1.75rem
}

.-top-8 {
  top: -2rem
}

.-right-8 {
  right: -2rem
}

.-bottom-8 {
  bottom: -2rem
}

.-left-8 {
  left: -2rem
}

.-top-9 {
  top: -2.25rem
}

.-right-9 {
  right: -2.25rem
}

.-bottom-9 {
  bottom: -2.25rem
}

.-left-9 {
  left: -2.25rem
}

.-top-10 {
  top: -2.5rem
}

.-right-10 {
  right: -2.5rem
}

.-bottom-10 {
  bottom: -2.5rem
}

.-left-10 {
  left: -2.5rem
}

.-top-11 {
  top: -2.75rem
}

.-right-11 {
  right: -2.75rem
}

.-bottom-11 {
  bottom: -2.75rem
}

.-left-11 {
  left: -2.75rem
}

.-top-12 {
  top: -3rem
}

.-right-12 {
  right: -3rem
}

.-bottom-12 {
  bottom: -3rem
}

.-left-12 {
  left: -3rem
}

.-top-14 {
  top: -3.5rem
}

.-right-14 {
  right: -3.5rem
}

.-bottom-14 {
  bottom: -3.5rem
}

.-left-14 {
  left: -3.5rem
}

.-top-16 {
  top: -4rem
}

.-right-16 {
  right: -4rem
}

.-bottom-16 {
  bottom: -4rem
}

.-left-16 {
  left: -4rem
}

.-top-20 {
  top: -5rem
}

.-right-20 {
  right: -5rem
}

.-bottom-20 {
  bottom: -5rem
}

.-left-20 {
  left: -5rem
}

.-top-24 {
  top: -6rem
}

.-right-24 {
  right: -6rem
}

.-bottom-24 {
  bottom: -6rem
}

.-left-24 {
  left: -6rem
}

.-top-28 {
  top: -7rem
}

.-right-28 {
  right: -7rem
}

.-bottom-28 {
  bottom: -7rem
}

.-left-28 {
  left: -7rem
}

.-top-32 {
  top: -8rem
}

.-right-32 {
  right: -8rem
}

.-bottom-32 {
  bottom: -8rem
}

.-left-32 {
  left: -8rem
}

.-top-36 {
  top: -9rem
}

.-right-36 {
  right: -9rem
}

.-bottom-36 {
  bottom: -9rem
}

.-left-36 {
  left: -9rem
}

.-top-40 {
  top: -10rem
}

.-right-40 {
  right: -10rem
}

.-bottom-40 {
  bottom: -10rem
}

.-left-40 {
  left: -10rem
}

.-top-44 {
  top: -11rem
}

.-right-44 {
  right: -11rem
}

.-bottom-44 {
  bottom: -11rem
}

.-left-44 {
  left: -11rem
}

.-top-48 {
  top: -12rem
}

.-right-48 {
  right: -12rem
}

.-bottom-48 {
  bottom: -12rem
}

.-left-48 {
  left: -12rem
}

.-top-52 {
  top: -13rem
}

.-right-52 {
  right: -13rem
}

.-bottom-52 {
  bottom: -13rem
}

.-left-52 {
  left: -13rem
}

.-top-56 {
  top: -14rem
}

.-right-56 {
  right: -14rem
}

.-bottom-56 {
  bottom: -14rem
}

.-left-56 {
  left: -14rem
}

.-top-60 {
  top: -15rem
}

.-right-60 {
  right: -15rem
}

.-bottom-60 {
  bottom: -15rem
}

.-left-60 {
  left: -15rem
}

.-top-64 {
  top: -16rem
}

.-right-64 {
  right: -16rem
}

.-bottom-64 {
  bottom: -16rem
}

.-left-64 {
  left: -16rem
}

.-top-72 {
  top: -18rem
}

.-right-72 {
  right: -18rem
}

.-bottom-72 {
  bottom: -18rem
}

.-left-72 {
  left: -18rem
}

.-top-80 {
  top: -20rem
}

.-right-80 {
  right: -20rem
}

.-bottom-80 {
  bottom: -20rem
}

.-left-80 {
  left: -20rem
}

.-top-96 {
  top: -24rem
}

.-right-96 {
  right: -24rem
}

.-bottom-96 {
  bottom: -24rem
}

.-left-96 {
  left: -24rem
}

.-top-px {
  top: -1px
}

.-right-px {
  right: -1px
}

.-bottom-px {
  bottom: -1px
}

.-left-px {
  left: -1px
}

.-top-0\.5 {
  top: -0.125rem
}

.-right-0\.5 {
  right: -0.125rem
}

.-bottom-0\.5 {
  bottom: -0.125rem
}

.-left-0\.5 {
  left: -0.125rem
}

.-top-1\.5 {
  top: -0.375rem
}

.-right-1\.5 {
  right: -0.375rem
}

.-bottom-1\.5 {
  bottom: -0.375rem
}

.-left-1\.5 {
  left: -0.375rem
}

.-top-2\.5 {
  top: -0.625rem
}

.-right-2\.5 {
  right: -0.625rem
}

.-bottom-2\.5 {
  bottom: -0.625rem
}

.-left-2\.5 {
  left: -0.625rem
}

.-top-3\.5 {
  top: -0.875rem
}

.-right-3\.5 {
  right: -0.875rem
}

.-bottom-3\.5 {
  bottom: -0.875rem
}

.-left-3\.5 {
  left: -0.875rem
}

.-top-2\/3 {
  top: -66.666667%
}

.-right-2\/3 {
  right: -66.666667%
}

.-bottom-2\/3 {
  bottom: -66.666667%
}

.-left-2\/3 {
  left: -66.666667%
}

.-top-3\/4 {
  top: -75%
}

.-right-3\/4 {
  right: -75%
}

.-bottom-3\/4 {
  bottom: -75%
}

.-left-3\/4 {
  left: -75%
}

.-top-6\/19 {
  top: -56.25%
}

.-right-6\/19 {
  right: -56.25%
}

.-bottom-6\/19 {
  bottom: -56.25%
}

.-left-6\/19 {
  left: -56.25%
}

.-top-1\/1 {
  top: -100%
}

.-right-1\/1 {
  right: -100%
}

.-bottom-1\/1 {
  bottom: -100%
}

.-left-1\/1 {
  left: -100%
}

.-top-3\/2 {
  top: -150%
}

.-right-3\/2 {
  right: -150%
}

.-bottom-3\/2 {
  bottom: -150%
}

.-left-3\/2 {
  left: -150%
}

.-top-4\/3 {
  top: -133.333%
}

.-right-4\/3 {
  right: -133.333%
}

.-bottom-4\/3 {
  bottom: -133.333%
}

.-left-4\/3 {
  left: -133.333%
}

.top-1\/2 {
  top: 50%
}

.right-1\/2 {
  right: 50%
}

.bottom-1\/2 {
  bottom: 50%
}

.left-1\/2 {
  left: 50%
}

.top-1\/3 {
  top: 33.333333%
}

.right-1\/3 {
  right: 33.333333%
}

.bottom-1\/3 {
  bottom: 33.333333%
}

.left-1\/3 {
  left: 33.333333%
}

.top-1\/4 {
  top: 25%
}

.right-1\/4 {
  right: 25%
}

.bottom-1\/4 {
  bottom: 25%
}

.left-1\/4 {
  left: 25%
}

.top-2\/4 {
  top: 50%
}

.right-2\/4 {
  right: 50%
}

.bottom-2\/4 {
  bottom: 50%
}

.left-2\/4 {
  left: 50%
}

.top-full {
  top: 100%
}

.right-full {
  right: 100%
}

.bottom-full {
  bottom: 100%
}

.left-full {
  left: 100%
}

.-top-1\/2 {
  top: -50%
}

.-right-1\/2 {
  right: -50%
}

.-bottom-1\/2 {
  bottom: -50%
}

.-left-1\/2 {
  left: -50%
}

.-top-1\/3 {
  top: -33.333333%
}

.-right-1\/3 {
  right: -33.333333%
}

.-bottom-1\/3 {
  bottom: -33.333333%
}

.-left-1\/3 {
  left: -33.333333%
}

.-top-1\/4 {
  top: -25%
}

.-right-1\/4 {
  right: -25%
}

.-bottom-1\/4 {
  bottom: -25%
}

.-left-1\/4 {
  left: -25%
}

.-top-2\/4 {
  top: -50%
}

.-right-2\/4 {
  right: -50%
}

.-bottom-2\/4 {
  bottom: -50%
}

.-left-2\/4 {
  left: -50%
}

.-top-full {
  top: -100%
}

.-right-full {
  right: -100%
}

.-bottom-full {
  bottom: -100%
}

.-left-full {
  left: -100%
}

.resize-none {
  resize: none
}

.resize-y {
  resize: vertical
}

.resize-x {
  resize: horizontal
}

.resize {
  resize: both
}

* {
  --tw-shadow: 0 0 #0000
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

/* Custom */
.shadow-inner-xl {
	--tw-shadow: inset 0 2px 4px 2px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-inner-2xl {
	--tw-shadow: inset 0 2px 4px 4px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
/* /Custom */

.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-around{
  box-shadow: 0 0 30px 0 rgba(135, 154, 197, 0.31);
}

.fill-current {
  fill: currentColor
}

.fill-base-50 {
  fill: #87e8ff
}

.fill-base-100 {
  fill: #78d9f5
}

.fill-base-200 {
  fill: #5abbd7
}

.fill-base-300 {
  fill: #3c9db9
}

.fill-base-400 {
  fill: #1e7f9b
}

.fill-base-500 {
  fill: #00617D
}

.fill-base-600 {
  fill: #00435f
}

.fill-base-700 {
  fill: #002541
}

.fill-base-800 {
  fill: #000723
}

.fill-base-900 {
  fill: #000005
}

.fill-base {
  fill: #00617D
}

.fill-default-50 {
  fill: #87e8ff
}

.fill-default-100 {
  fill: #78d9f5
}

.fill-default-200 {
  fill: #5abbd7
}

.fill-default-300 {
  fill: #3c9db9
}

.fill-default-400 {
  fill: #1e7f9b
}

.fill-default-500 {
  fill: #00617D
}

.fill-default-600 {
  fill: #00435f
}

.fill-default-700 {
  fill: #002541
}

.fill-default-800 {
  fill: #000723
}

.fill-default-900 {
  fill: #000005
}

.fill-default {
  fill: #00617D
}

.fill-primary-50 {
  fill: #d6ebfc
}

.fill-primary-100 {
  fill: #c7dced
}

.fill-primary-200 {
  fill: #a9becf
}

.fill-primary-300 {
  fill: #8ba0b1
}

.fill-primary-400 {
  fill: #6d8293
}

.fill-primary-500 {
  fill: #4F6475
}

.fill-primary-600 {
  fill: #314657
}

.fill-primary-700 {
  fill: #132839
}

.fill-primary-800 {
  fill: #000a1b
}

.fill-primary-900 {
  fill: #000000
}

.fill-primary {
  fill: #4F6475
}

.fill-secondary-50 {
  fill: #ffffff
}

.fill-secondary-100 {
  fill: #ffffff
}

.fill-secondary-200 {
  fill: #ffffff
}

.fill-secondary-300 {
  fill: #ffffff
}

.fill-secondary-400 {
  fill: #ffffff
}

.fill-secondary-500 {
  fill: #F3F5F5
}

.fill-secondary-600 {
  fill: #d5d7d7
}

.fill-secondary-700 {
  fill: #b7b9b9
}

.fill-secondary-800 {
  fill: #999b9b
}

.fill-secondary-900 {
  fill: #7b7d7d
}

.fill-secondary {
  fill: #F3F5F5
}

/* .fill-tertiary-50 {
  fill: 
}

.fill-tertiary-100 {
  fill: 
}

.fill-tertiary-200 {
  fill: 
}

.fill-tertiary-300 {
  fill: 
}

.fill-tertiary-400 {
  fill: 
}

.fill-tertiary-500 {
  fill: 
}

.fill-tertiary-600 {
  fill: 
}

.fill-tertiary-700 {
  fill: 
}

.fill-tertiary-800 {
  fill: 
}

.fill-tertiary-900 {
  fill: 
}

.fill-tertiary {
  fill: 
}

.fill-success-50 {
  fill: 
}

.fill-success-100 {
  fill: 
}

.fill-success-200 {
  fill: 
}

.fill-success-300 {
  fill: 
}

.fill-success-400 {
  fill: 
}

.fill-success-500 {
  fill: 
}

.fill-success-600 {
  fill: 
}

.fill-success-700 {
  fill: 
}

.fill-success-800 {
  fill: 
}

.fill-success-900 {
  fill: 
}

.fill-success {
  fill: 
}

.fill-warning-50 {
  fill: 
}

.fill-warning-100 {
  fill: 
}

.fill-warning-200 {
  fill: 
}

.fill-warning-300 {
  fill: 
}

.fill-warning-400 {
  fill: 
}

.fill-warning-500 {
  fill: 
}

.fill-warning-600 {
  fill: 
}

.fill-warning-700 {
  fill: 
}

.fill-warning-800 {
  fill: 
}

.fill-warning-900 {
  fill: 
}

.fill-warning {
  fill: 
}

.fill-danger-50 {
  fill: #ff8787
}

.fill-danger-100 {
  fill: #ff7878
}

.fill-danger-200 {
  fill: #ff5a5a
}

.fill-danger-300 {
  fill: #ff3c3c
}

.fill-danger-400 {
  fill: #ff1e1e
}

.fill-danger-500 {
  fill: #FF0000
}

.fill-danger-600 {
  fill: #e10000
}

.fill-danger-700 {
  fill: #c30000
}

.fill-danger-800 {
  fill: #a50000
}

.fill-danger-900 {
  fill: #870000
}

.fill-danger {
  fill: #FF0000
}
 */
.fill-gray-50 {
  fill: #F9FAFB
}

.fill-gray-100 {
  fill: #F3F4F6
}

.fill-gray-200 {
  fill: #E5E7EB
}

.fill-gray-300 {
  fill: #D1D5DB
}

.fill-gray-400 {
  fill: #9CA3AF
}

.fill-gray-500 {
  fill: #6B7280
}

.fill-gray-600 {
  fill: #4B5563
}

.fill-gray-700 {
  fill: #374151
}

.fill-gray-800 {
  fill: #1F2937
}

.fill-gray-900 {
  fill: #111827
}

.fill-gray {
  fill: #6B7280
}

.fill-dark-50 {
  fill: #ffffff
}

.fill-dark-100 {
  fill: #ffffff
}

.fill-dark-200 {
  fill: #f6ffff
}

.fill-dark-300 {
  fill: #d8e6ec
}

.fill-dark-400 {
  fill: #bac8ce
}

.fill-dark-500 {
  fill: #9CAAB0
}

.fill-dark-600 {
  fill: #7e8c92
}

.fill-dark-700 {
  fill: #606e74
}

.fill-dark-800 {
  fill: #425056
}

.fill-dark-900 {
  fill: #243238
}

.fill-dark {
  fill: #9CAAB0
}

.fill-white-50 {
  fill: #ffffff
}

.fill-white-100 {
  fill: #ffffff
}

.fill-white-200 {
  fill: #ffffff
}

.fill-white-300 {
  fill: #ffffff
}

.fill-white-400 {
  fill: #ffffff
}

.fill-white-500 {
  fill: #ffffff
}

.fill-white-600 {
  fill: #ffffff
}

.fill-white-700 {
  fill: #ffffff
}

.fill-white-800 {
  fill: #ffffff
}

.fill-white-900 {
  fill: #ffffff
}

.fill-white {
  fill: #ffffff
}

.table-auto {
  table-layout: auto
}

.table-fixed {
  table-layout: fixed
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

.text-current {
  color: currentColor
}

.text-base-50 {
  color: #87e8ff
}

.text-base-100 {
  color: #78d9f5
}

.text-base-200 {
  color: #5abbd7
}

.text-base-300 {
  color: #3c9db9
}

.text-base-400 {
  color: #1e7f9b
}

.text-base-500 {
  color: #00617D
}

.text-base-600 {
  color: #00435f
}

.text-base-700 {
  color: #002541
}

.text-base-800 {
  color: #000723
}

.text-base-900 {
  color: #000005
}

.text-base {
  color: #00617D
}

.text-default-50 {
  color: #87e8ff
}

.text-default-100 {
  color: #78d9f5
}

.text-default-200 {
  color: #5abbd7
}

.text-default-300 {
  color: #3c9db9
}

.text-default-400 {
  color: #1e7f9b
}

.text-default-500 {
  color: #00617D
}

.text-default-600 {
  color: #00435f
}

.text-default-700 {
  color: #002541
}

.text-default-800 {
  color: #000723
}

.text-default-900 {
  color: #000005
}

.text-default {
  color: #00617D
}

.text-primary-50 {
  color: #d6ebfc
}

.text-primary-100 {
  color: #c7dced
}

.text-primary-200 {
  color: #a9becf
}

.text-primary-300 {
  color: #8ba0b1
}

.text-primary-400 {
  color: #6d8293
}

.text-primary-500 {
  color: #4F6475
}

.text-primary-600 {
  color: #314657
}

.text-primary-700 {
  color: #132839
}

.text-primary-800 {
  color: #000a1b
}

.text-primary-900 {
  color: #000000
}

.text-primary {
  color: #4F6475
}

.text-secondary-50 {
  color: #ffffff
}

.text-secondary-100 {
  color: #ffffff
}

.text-secondary-200 {
  color: #ffffff
}

.text-secondary-300 {
  color: #ffffff
}

.text-secondary-400 {
  color: #ffffff
}

.text-secondary-500 {
  color: #F3F5F5
}

.text-secondary-600 {
  color: #d5d7d7
}

.text-secondary-700 {
  color: #b7b9b9
}

.text-secondary-800 {
  color: #999b9b
}

.text-secondary-900 {
  color: #7b7d7d
}

.text-secondary {
  color: #F3F5F5
}

/* .text-tertiary-50 {
  color: 
}

.text-tertiary-100 {
  color: 
}

.text-tertiary-200 {
  color: 
}

.text-tertiary-300 {
  color: 
}

.text-tertiary-400 {
  color: 
}

.text-tertiary-500 {
  color: 
}

.text-tertiary-600 {
  color: 
}

.text-tertiary-700 {
  color: 
}

.text-tertiary-800 {
  color: 
}

.text-tertiary-900 {
  color: 
}

.text-tertiary {
  color: 
}

.text-success-50 {
  color: 
}

.text-success-100 {
  color: 
}

.text-success-200 {
  color: 
}

.text-success-300 {
  color: 
}

.text-success-400 {
  color: 
}

.text-success-500 {
  color: 
}

.text-success-600 {
  color: 
}

.text-success-700 {
  color: 
}

.text-success-800 {
  color: 
}

.text-success-900 {
  color: 
}

.text-success {
  color: 
}

.text-warning-50 {
  color: 
}

.text-warning-100 {
  color: 
}

.text-warning-200 {
  color: 
}

.text-warning-300 {
  color: 
}

.text-warning-400 {
  color: 
}

.text-warning-500 {
  color: 
}

.text-warning-600 {
  color: 
}

.text-warning-700 {
  color: 
}

.text-warning-800 {
  color: 
}

.text-warning-900 {
  color: 
}

.text-warning {
  color: 
}

.text-danger-50 {
  color: #ff8787
}

.text-danger-100 {
  color: #ff7878
}

.text-danger-200 {
  color: #ff5a5a
}

.text-danger-300 {
  color: #ff3c3c
}

.text-danger-400 {
  color: #ff1e1e
}

.text-danger-500 {
  color: #FF0000
}

.text-danger-600 {
  color: #e10000
}

.text-danger-700 {
  color: #c30000
}

.text-danger-800 {
  color: #a50000
}

.text-danger-900 {
  color: #870000
}

.text-danger {
  color: #FF0000
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity))
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity))
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity))
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity))
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity))
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity))
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity))
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity))
}

.text-dark-50 {
  color: #ffffff
}

.text-dark-100 {
  color: #ffffff
}

.text-dark-200 {
  color: #f6ffff
}

.text-dark-300 {
  color: #d8e6ec
}

.text-dark-400 {
  color: #bac8ce
}

.text-dark-500 {
  color: #9CAAB0
}

.text-dark-600 {
  color: #7e8c92
}

.text-dark-700 {
  color: #606e74
}

.text-dark-800 {
  color: #425056
}

.text-dark-900 {
  color: #243238
}

.text-dark {
  color: #9CAAB0
}

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

.text-white-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-white-200 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-white-300 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-white-400 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-white-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-white-600 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-white-700 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-white-800 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-white-900 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

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

.text-opacity-0 {
  --tw-text-opacity: 0
}

.text-opacity-5 {
  --tw-text-opacity: 0.05
}

.text-opacity-10 {
  --tw-text-opacity: 0.1
}

.text-opacity-20 {
  --tw-text-opacity: 0.2
}

.text-opacity-25 {
  --tw-text-opacity: 0.25
}

.text-opacity-30 {
  --tw-text-opacity: 0.3
}

.text-opacity-40 {
  --tw-text-opacity: 0.4
}

.text-opacity-50 {
  --tw-text-opacity: 0.5
}

.text-opacity-60 {
  --tw-text-opacity: 0.6
}

.text-opacity-70 {
  --tw-text-opacity: 0.7
}

.text-opacity-75 {
  --tw-text-opacity: 0.75
}

.text-opacity-80 {
  --tw-text-opacity: 0.8
}

.text-opacity-90 {
  --tw-text-opacity: 0.9
}

.text-opacity-95 {
  --tw-text-opacity: 0.95
}

.text-opacity-100 {
  --tw-text-opacity: 1
}
 */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.overflow-ellipsis {
  text-overflow: ellipsis
}

.overflow-clip {
  text-overflow: clip
}

.italic {
  font-style: italic
}

.not-italic {
  font-style: normal
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.capitalize {
  text-transform: capitalize
}

.normal-case {
  text-transform: none
}

.underline {
  text-decoration: underline
}

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

.no-underline {
  text-decoration: none
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
}

.normal-nums {
  font-variant-numeric: normal
}

.ordinal {
  --tw-ordinal: ordinal
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero
}

.lining-nums {
  --tw-numeric-figure: lining-nums
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions
}

.tracking-tighter {
  letter-spacing: -0.05em
}

.tracking-tight {
  letter-spacing: -0.025em
}

.tracking-normal {
  letter-spacing: 0em
}

.tracking-wide {
  letter-spacing: 0.025em
}

.tracking-wider {
  letter-spacing: 0.05em
}

.tracking-widest {
  letter-spacing: 0.1em
}

.select-none {
  user-select: none
}

.select-text {
  user-select: text
}

.select-all {
  user-select: all
}

.select-auto {
  user-select: auto
}

.align-baseline {
  vertical-align: baseline
}

.align-top {
  vertical-align: top
}

.align-middle {
  vertical-align: middle
}

.align-bottom {
  vertical-align: bottom
}

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

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

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.whitespace-normal {
  white-space: normal
}

.whitespace-nowrap {
  white-space: nowrap
}

.whitespace-pre {
  white-space: pre
}

.whitespace-pre-line {
  white-space: pre-line
}

.whitespace-pre-wrap {
  white-space: pre-wrap
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.break-words {
  overflow-wrap: break-word
}

.break-all {
  word-break: break-all
}

.w-0 {
  width: 0px
}

.w-1 {
  width: 0.25rem
}

.w-2 {
  width: 0.5rem
}

.w-3 {
  width: 0.75rem
}

.w-4 {
  width: 1rem
}

.w-5 {
  width: 1.25rem
}

.w-6 {
  width: 1.5rem
}

.w-7 {
  width: 1.75rem
}

.w-8 {
  width: 2rem
}

.w-9 {
  width: 2.25rem
}

.w-10 {
  width: 2.5rem
}

.w-11 {
  width: 2.75rem
}

.w-12 {
  width: 3rem
}

.w-14 {
  width: 3.5rem
}

.w-16 {
  width: 4rem
}

.w-20 {
  width: 5rem
}

.w-24 {
  width: 6rem
}

.w-28 {
  width: 7rem
}

.w-32 {
  width: 8rem
}

.w-36 {
  width: 9rem
}

.w-40 {
  width: 10rem
}

.w-44 {
  width: 11rem
}

.w-48 {
  width: 12rem
}

.w-52 {
  width: 13rem
}

.w-56 {
  width: 14rem
}

.w-60 {
  width: 15rem
}

.w-64 {
  width: 16rem
}

.w-72 {
  width: 18rem
}

.w-80 {
  width: 20rem
}

.w-96 {
  width: 24rem
}

.w-auto {
  width: auto
}

.w-px {
  width: 1px
}

.w-0\.5 {
  width: 0.125rem
}

.w-1\.5 {
  width: 0.375rem
}

.w-2\.5 {
  width: 0.625rem
}

.w-3\.5 {
  width: 0.875rem
}

.w-2\/3 {
  width: 66.666667%
}

.w-3\/4 {
  width: 75%
}

.w-6\/19 {
  width: 56.25%
}

.w-1\/1 {
  width: 100%
}

.w-3\/2 {
  width: 150%
}

.w-4\/3 {
  width: 133.333%
}

.w-1\/2 {
  width: 50%
}

.w-1\/3 {
  width: 33.333333%
}

.w-1\/4 {
  width: 25%
}

.w-2\/4 {
  width: 50%
}

.w-1\/5 {
  width: 20%
}

.w-2\/5 {
  width: 40%
}

.w-3\/5 {
  width: 60%
}

.w-4\/5 {
  width: 80%
}

.w-1\/6 {
  width: 16.666667%
}

.w-2\/6 {
  width: 33.333333%
}

.w-3\/6 {
  width: 50%
}

.w-4\/6 {
  width: 66.666667%
}

.w-5\/6 {
  width: 83.333333%
}

.w-1\/12 {
  width: 8.333333%
}

.w-2\/12 {
  width: 16.666667%
}

.w-3\/12 {
  width: 25%
}

.w-4\/12 {
  width: 33.333333%
}

.w-5\/12 {
  width: 41.666667%
}

.w-6\/12 {
  width: 50%
}

.w-7\/12 {
  width: 58.333333%
}

.w-8\/12 {
  width: 66.666667%
}

.w-9\/12 {
  width: 75%
}

.w-10\/12 {
  width: 83.333333%
}

.w-11\/12 {
  width: 91.666667%
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.w-min {
  width: min-content
}

.w-max {
  width: max-content
}

.z-0 {
  z-index: 0
}

.z-1 {
  z-index: 1
}

.z-3 {
  z-index: 3
}

.z-5 {
  z-index: 5
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.z-auto {
  z-index: auto
}

.gap-0 {
  gap: 0px
}

.gap-1 {
  gap: 0.25rem
}

.gap-2 {
  gap: 0.5rem
}

.gap-3 {
  gap: 0.75rem
}

.gap-4 {
  gap: 1rem
}

.gap-5 {
  gap: 1.25rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-7 {
  gap: 1.75rem
}

.gap-8 {
  gap: 2rem
}

.gap-9 {
  gap: 2.25rem
}

.gap-10 {
  gap: 2.5rem
}

.gap-11 {
  gap: 2.75rem
}

.gap-12 {
  gap: 3rem
}

.gap-14 {
  gap: 3.5rem
}

.gap-16 {
  gap: 4rem
}

.gap-20 {
  gap: 5rem
}

.gap-24 {
  gap: 6rem
}

.gap-28 {
  gap: 7rem
}

.gap-32 {
  gap: 8rem
}

.gap-36 {
  gap: 9rem
}

.gap-40 {
  gap: 10rem
}

.gap-44 {
  gap: 11rem
}

.gap-48 {
  gap: 12rem
}

.gap-52 {
  gap: 13rem
}

.gap-56 {
  gap: 14rem
}

.gap-60 {
  gap: 15rem
}

.gap-64 {
  gap: 16rem
}

.gap-72 {
  gap: 18rem
}

.gap-80 {
  gap: 20rem
}

.gap-96 {
  gap: 24rem
}

.gap-px {
  gap: 1px
}

.gap-0\.5 {
  gap: 0.125rem
}

.gap-1\.5 {
  gap: 0.375rem
}

.gap-2\.5 {
  gap: 0.625rem
}

.gap-3\.5 {
  gap: 0.875rem
}

.gap-2\/3 {
  gap: 66.666667%
}

.gap-3\/4 {
  gap: 75%
}

.gap-6\/19 {
  gap: 56.25%
}

.gap-1\/1 {
  gap: 100%
}

.gap-3\/2 {
  gap: 150%
}

.gap-4\/3 {
  gap: 133.333%
}

.gap-x-0 {
  column-gap: 0px
}

.gap-x-1 {
  column-gap: 0.25rem
}

.gap-x-2 {
  column-gap: 0.5rem
}

.gap-x-3 {
  column-gap: 0.75rem
}

.gap-x-4 {
  column-gap: 1rem
}

.gap-x-5 {
  column-gap: 1.25rem
}

.gap-x-6 {
  column-gap: 1.5rem
}

.gap-x-7 {
  column-gap: 1.75rem
}

.gap-x-8 {
  column-gap: 2rem
}

.gap-x-9 {
  column-gap: 2.25rem
}

.gap-x-10 {
  column-gap: 2.5rem
}

.gap-x-11 {
  column-gap: 2.75rem
}

.gap-x-12 {
  column-gap: 3rem
}

.gap-x-14 {
  column-gap: 3.5rem
}

.gap-x-16 {
  column-gap: 4rem
}

.gap-x-20 {
  column-gap: 5rem
}

.gap-x-24 {
  column-gap: 6rem
}

.gap-x-28 {
  column-gap: 7rem
}

.gap-x-32 {
  column-gap: 8rem
}

.gap-x-36 {
  column-gap: 9rem
}

.gap-x-40 {
  column-gap: 10rem
}

.gap-x-44 {
  column-gap: 11rem
}

.gap-x-48 {
  column-gap: 12rem
}

.gap-x-52 {
  column-gap: 13rem
}

.gap-x-56 {
  column-gap: 14rem
}

.gap-x-60 {
  column-gap: 15rem
}

.gap-x-64 {
  column-gap: 16rem
}

.gap-x-72 {
  column-gap: 18rem
}

.gap-x-80 {
  column-gap: 20rem
}

.gap-x-96 {
  column-gap: 24rem
}

.gap-x-px {
  column-gap: 1px
}

.gap-x-0\.5 {
  column-gap: 0.125rem
}

.gap-x-1\.5 {
  column-gap: 0.375rem
}

.gap-x-2\.5 {
  column-gap: 0.625rem
}

.gap-x-3\.5 {
  column-gap: 0.875rem
}

.gap-x-2\/3 {
  column-gap: 66.666667%
}

.gap-x-3\/4 {
  column-gap: 75%
}

.gap-x-6\/19 {
  column-gap: 56.25%
}

.gap-x-1\/1 {
  column-gap: 100%
}

.gap-x-3\/2 {
  column-gap: 150%
}

.gap-x-4\/3 {
  column-gap: 133.333%
}

.gap-y-0 {
  row-gap: 0px
}

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

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

.gap-y-3 {
  row-gap: 0.75rem
}

.gap-y-4 {
  row-gap: 1rem
}

.gap-y-5 {
  row-gap: 1.25rem
}

.gap-y-6 {
  row-gap: 1.5rem
}

.gap-y-7 {
  row-gap: 1.75rem
}

.gap-y-8 {
  row-gap: 2rem
}

.gap-y-9 {
  row-gap: 2.25rem
}

.gap-y-10 {
  row-gap: 2.5rem
}

.gap-y-11 {
  row-gap: 2.75rem
}

.gap-y-12 {
  row-gap: 3rem
}

.gap-y-14 {
  row-gap: 3.5rem
}

.gap-y-16 {
  row-gap: 4rem
}

.gap-y-20 {
  row-gap: 5rem
}

.gap-y-24 {
  row-gap: 6rem
}

.gap-y-28 {
  row-gap: 7rem
}

.gap-y-32 {
  row-gap: 8rem
}

.gap-y-36 {
  row-gap: 9rem
}

.gap-y-40 {
  row-gap: 10rem
}

.gap-y-44 {
  row-gap: 11rem
}

.gap-y-48 {
  row-gap: 12rem
}

.gap-y-52 {
  row-gap: 13rem
}

.gap-y-56 {
  row-gap: 14rem
}

.gap-y-60 {
  row-gap: 15rem
}

.gap-y-64 {
  row-gap: 16rem
}

.gap-y-72 {
  row-gap: 18rem
}

.gap-y-80 {
  row-gap: 20rem
}

.gap-y-96 {
  row-gap: 24rem
}

.gap-y-px {
  row-gap: 1px
}

.gap-y-0\.5 {
  row-gap: 0.125rem
}

.gap-y-1\.5 {
  row-gap: 0.375rem
}

.gap-y-2\.5 {
  row-gap: 0.625rem
}

.gap-y-3\.5 {
  row-gap: 0.875rem
}

.gap-y-2\/3 {
  row-gap: 66.666667%
}

.gap-y-3\/4 {
  row-gap: 75%
}

.gap-y-6\/19 {
  row-gap: 56.25%
}

.gap-y-1\/1 {
  row-gap: 100%
}

.gap-y-3\/2 {
  row-gap: 150%
}

.gap-y-4\/3 {
  row-gap: 133.333%
}

.grid-flow-row {
  grid-auto-flow: row
}

.grid-flow-col {
  grid-auto-flow: column
}

.grid-flow-row-dense {
  grid-auto-flow: row dense
}

.grid-flow-col-dense {
  grid-auto-flow: column dense
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr))
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr))
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr))
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr))
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr))
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr))
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr))
}

.grid-cols-none {
  grid-template-columns: none
}

.auto-cols-auto {
  grid-auto-columns: auto
}

.auto-cols-min {
  grid-auto-columns: min-content
}

.auto-cols-max {
  grid-auto-columns: max-content
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr)
}

.col-auto {
  grid-column: auto
}

.col-span-1 {
  grid-column: span 1 / span 1
}

.col-span-2 {
  grid-column: span 2 / span 2
}

.col-span-3 {
  grid-column: span 3 / span 3
}

.col-span-4 {
  grid-column: span 4 / span 4
}

.col-span-5 {
  grid-column: span 5 / span 5
}

.col-span-6 {
  grid-column: span 6 / span 6
}

.col-span-7 {
  grid-column: span 7 / span 7
}

.col-span-8 {
  grid-column: span 8 / span 8
}

.col-span-9 {
  grid-column: span 9 / span 9
}

.col-span-10 {
  grid-column: span 10 / span 10
}

.col-span-11 {
  grid-column: span 11 / span 11
}

.col-span-12 {
  grid-column: span 12 / span 12
}

.col-span-full {
  grid-column: 1 / -1
}

.col-start-1 {
  grid-column-start: 1
}

.col-start-2 {
  grid-column-start: 2
}

.col-start-3 {
  grid-column-start: 3
}

.col-start-4 {
  grid-column-start: 4
}

.col-start-5 {
  grid-column-start: 5
}

.col-start-6 {
  grid-column-start: 6
}

.col-start-7 {
  grid-column-start: 7
}

.col-start-8 {
  grid-column-start: 8
}

.col-start-9 {
  grid-column-start: 9
}

.col-start-10 {
  grid-column-start: 10
}

.col-start-11 {
  grid-column-start: 11
}

.col-start-12 {
  grid-column-start: 12
}

.col-start-13 {
  grid-column-start: 13
}

.col-start-auto {
  grid-column-start: auto
}

.col-end-1 {
  grid-column-end: 1
}

.col-end-2 {
  grid-column-end: 2
}

.col-end-3 {
  grid-column-end: 3
}

.col-end-4 {
  grid-column-end: 4
}

.col-end-5 {
  grid-column-end: 5
}

.col-end-6 {
  grid-column-end: 6
}

.col-end-7 {
  grid-column-end: 7
}

.col-end-8 {
  grid-column-end: 8
}

.col-end-9 {
  grid-column-end: 9
}

.col-end-10 {
  grid-column-end: 10
}

.col-end-11 {
  grid-column-end: 11
}

.col-end-12 {
  grid-column-end: 12
}

.col-end-13 {
  grid-column-end: 13
}

.col-end-auto {
  grid-column-end: auto
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr))
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr))
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr))
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr))
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr))
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr))
}

.grid-rows-none {
  grid-template-rows: none
}

.auto-rows-auto {
  grid-auto-rows: auto
}

.auto-rows-min {
  grid-auto-rows: min-content
}

.auto-rows-max {
  grid-auto-rows: max-content
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr)
}

.row-auto {
  grid-row: auto
}

.row-span-1 {
  grid-row: span 1 / span 1
}

.row-span-2 {
  grid-row: span 2 / span 2
}

.row-span-3 {
  grid-row: span 3 / span 3
}

.row-span-4 {
  grid-row: span 4 / span 4
}

.row-span-5 {
  grid-row: span 5 / span 5
}

.row-span-6 {
  grid-row: span 6 / span 6
}

.row-span-full {
  grid-row: 1 / -1
}

.row-start-1 {
  grid-row-start: 1
}

.row-start-2 {
  grid-row-start: 2
}

.row-start-3 {
  grid-row-start: 3
}

.row-start-4 {
  grid-row-start: 4
}

.row-start-5 {
  grid-row-start: 5
}

.row-start-6 {
  grid-row-start: 6
}

.row-start-7 {
  grid-row-start: 7
}

.row-start-auto {
  grid-row-start: auto
}

.row-end-1 {
  grid-row-end: 1
}

.row-end-2 {
  grid-row-end: 2
}

.row-end-3 {
  grid-row-end: 3
}

.row-end-4 {
  grid-row-end: 4
}

.row-end-5 {
  grid-row-end: 5
}

.row-end-6 {
  grid-row-end: 6
}

.row-end-7 {
  grid-row-end: 7
}

.row-end-auto {
  grid-row-end: auto
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-gpu {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-none {
  transform: none
}

.rotate-0 {
  --tw-rotate: 0deg
}

.rotate-1 {
  --tw-rotate: 1deg
}

.rotate-2 {
  --tw-rotate: 2deg
}

.rotate-3 {
  --tw-rotate: 3deg
}

.rotate-6 {
  --tw-rotate: 6deg
}

.rotate-12 {
  --tw-rotate: 12deg
}

.rotate-30 {
  --tw-rotate: 30deg
}

.rotate-45 {
  --tw-rotate: 45deg
}

.rotate-90 {
  --tw-rotate: 90deg
}

.rotate-180 {
  --tw-rotate: 180deg
}

.-rotate-180 {
  --tw-rotate: -180deg
}

.-rotate-90 {
  --tw-rotate: -90deg
}

.-rotate-45 {
  --tw-rotate: -45deg
}

.-rotate-12 {
  --tw-rotate: -12deg
}

.-rotate-6 {
  --tw-rotate: -6deg
}

.-rotate-3 {
  --tw-rotate: -3deg
}

.-rotate-2 {
  --tw-rotate: -2deg
}

.-rotate-1 {
  --tw-rotate: -1deg
}

.duration-75 {
  transition-duration: 75ms
}

.duration-100 {
  transition-duration: 100ms
}

.duration-150 {
  transition-duration: 150ms
}

.duration-200 {
  transition-duration: 200ms
}

.duration-300 {
  transition-duration: 300ms
}

.duration-500 {
  transition-duration: 500ms
}

.duration-700 {
  transition-duration: 700ms
}

.duration-1000 {
  transition-duration: 1000ms
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
}

@media (max-width: 767px) {
  .mb\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .mb\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .mb\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .mb\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .mb\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .mb\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .mb\:border-collapse {
    border-collapse: collapse
  }

  .mb\:border-separate {
    border-collapse: separate
  }

  .mb\:block {
    display: block
  }

  .mb\:inline-block {
    display: inline-block
  }

  .mb\:inline {
    display: inline
  }

  .mb\:flex {
    display: flex
  }

  .mb\:inline-flex {
    display: inline-flex
  }

  .mb\:table {
    display: table
  }

  .mb\:table-caption {
    display: table-caption
  }

  .mb\:table-cell {
    display: table-cell
  }

  .mb\:table-column {
    display: table-column
  }

  .mb\:table-column-group {
    display: table-column-group
  }

  .mb\:table-footer-group {
    display: table-footer-group
  }

  .mb\:table-header-group {
    display: table-header-group
  }

  .mb\:table-row-group {
    display: table-row-group
  }

  .mb\:table-row {
    display: table-row
  }

  .mb\:flow-root {
    display: flow-root
  }

  .mb\:grid {
    display: grid
  }

  .mb\:inline-grid {
    display: inline-grid
  }

  .mb\:contents {
    display: contents
  }

  .mb\:hidden {
    display: none
  }

  .mb\:flex-row {
    flex-direction: row
  }

  .mb\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .mb\:flex-col {
    flex-direction: column
  }

  .mb\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .mb\:flex-wrap {
    flex-wrap: wrap
  }

  .mb\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .mb\:flex-nowrap {
    flex-wrap: nowrap
  }

/*   .mb\:place-items-auto {
    place-items: auto
  }

  .mb\:place-items-start {
    place-items: start
  }

  .mb\:place-items-end {
    place-items: end
  }

  .mb\:place-items-center {
    place-items: center
  }

  .mb\:place-items-stretch {
    place-items: stretch
  }

  .mb\:place-content-center {
    place-content: center
  }

  .mb\:place-content-start {
    place-content: start
  }

  .mb\:place-content-end {
    place-content: end
  }

  .mb\:place-content-between {
    place-content: space-between
  }

  .mb\:place-content-around {
    place-content: space-around
  }

  .mb\:place-content-evenly {
    place-content: space-evenly
  }

  .mb\:place-content-stretch {
    place-content: stretch
  }

  .mb\:place-self-auto {
    place-self: auto
  }

  .mb\:place-self-start {
    place-self: start
  }

  .mb\:place-self-end {
    place-self: end
  }

  .mb\:place-self-center {
    place-self: center
  }

  .mb\:place-self-stretch {
    place-self: stretch
  }

  .mb\:items-start {
    align-items: flex-start
  }

  .mb\:items-end {
    align-items: flex-end
  }

  .mb\:items-center {
    align-items: center
  }

  .mb\:items-baseline {
    align-items: baseline
  }

  .mb\:items-stretch {
    align-items: stretch
  }

  .mb\:content-center {
    align-content: center
  }

  .mb\:content-start {
    align-content: flex-start
  }

  .mb\:content-end {
    align-content: flex-end
  }

  .mb\:content-between {
    align-content: space-between
  }

  .mb\:content-around {
    align-content: space-around
  }

  .mb\:content-evenly {
    align-content: space-evenly
  }

  .mb\:self-auto {
    align-self: auto
  }

  .mb\:self-start {
    align-self: flex-start
  }

  .mb\:self-end {
    align-self: flex-end
  }

  .mb\:self-center {
    align-self: center
  }

  .mb\:self-stretch {
    align-self: stretch
  }

  .mb\:justify-items-auto {
    justify-items: auto
  }

  .mb\:justify-items-start {
    justify-items: start
  }

  .mb\:justify-items-end {
    justify-items: end
  }

  .mb\:justify-items-center {
    justify-items: center
  }

  .mb\:justify-items-stretch {
    justify-items: stretch
  }

  .mb\:justify-start {
    justify-content: flex-start
  }

  .mb\:justify-end {
    justify-content: flex-end
  }

  .mb\:justify-center {
    justify-content: center
  }

  .mb\:justify-between {
    justify-content: space-between
  }

  .mb\:justify-around {
    justify-content: space-around
  }

  .mb\:justify-evenly {
    justify-content: space-evenly
  }

  .mb\:justify-self-auto {
    justify-self: auto
  }

  .mb\:justify-self-start {
    justify-self: start
  }

  .mb\:justify-self-end {
    justify-self: end
  }

  .mb\:justify-self-center {
    justify-self: center
  }

  .mb\:justify-self-stretch {
    justify-self: stretch
  }

  .mb\:flex-1 {
    flex: 1 1 0%
  }

  .mb\:flex-auto {
    flex: 1 1 auto
  }

  .mb\:flex-initial {
    flex: 0 1 auto
  }

  .mb\:flex-none {
    flex: none
  }

  .mb\:flex-grow-0 {
    flex-grow: 0
  }

  .mb\:flex-grow {
    flex-grow: 1
  }

  .mb\:flex-shrink-0 {
    flex-shrink: 0
  }

  .mb\:flex-shrink {
    flex-shrink: 1
  }

  .mb\:order-1 {
    order: 1
  }

  .mb\:order-2 {
    order: 2
  }

  .mb\:order-3 {
    order: 3
  }

  .mb\:order-4 {
    order: 4
  }

  .mb\:order-5 {
    order: 5
  } */

  .mb\:order-6 {
    order: 6
  }

  .mb\:order-7 {
    order: 7
  }

  .mb\:order-8 {
    order: 8
  }

  .mb\:order-9 {
    order: 9
  }

  .mb\:order-10 {
    order: 10
  }

  .mb\:order-11 {
    order: 11
  }

  .mb\:order-12 {
    order: 12
  }

  .mb\:order-first {
    order: -9999
  }

  .mb\:order-last {
    order: 9999
  }

  .mb\:order-none {
    order: 0
  }

  .mb\:float-right {
    float: right
  }

  .mb\:float-left {
    float: left
  }

  .mb\:float-none {
    float: none
  }

  .mb\:font-thin {
    font-weight: 100
  }

  .mb\:font-extralight {
    font-weight: 200
  }

  .mb\:font-light {
    font-weight: 300
  }

  .mb\:font-normal {
    font-weight: 400
  }

  .mb\:font-medium {
    font-weight: 500
  }

  .mb\:font-semibold {
    font-weight: 600
  }

  .mb\:font-bold {
    font-weight: 700
  }

  .mb\:font-extrabold {
    font-weight: 800
  }

  .mb\:font-black {
    font-weight: 900
  }

  .mb\:h-0 {
    height: 0px
  }

  .mb\:h-1 {
    height: 0.25rem
  }

  .mb\:h-2 {
    height: 0.5rem
  }

  .mb\:h-3 {
    height: 0.75rem
  }

  .mb\:h-4 {
    height: 1rem
  }

  .mb\:h-5 {
    height: 1.25rem
  }

  .mb\:h-6 {
    height: 1.5rem
  }

  .mb\:h-7 {
    height: 1.75rem
  }

  .mb\:h-8 {
    height: 2rem
  }

  .mb\:h-9 {
    height: 2.25rem
  }

  .mb\:h-10 {
    height: 2.5rem
  }

  .mb\:h-11 {
    height: 2.75rem
  }

  .mb\:h-12 {
    height: 3rem
  }

  .mb\:h-14 {
    height: 3.5rem
  }

  .mb\:h-16 {
    height: 4rem
  }

  .mb\:h-20 {
    height: 5rem
  }

  .mb\:h-24 {
    height: 6rem
  }

  .mb\:h-28 {
    height: 7rem
  }

  .mb\:h-32 {
    height: 8rem
  }

  .mb\:h-36 {
    height: 9rem
  }

  .mb\:h-40 {
    height: 10rem
  }

  .mb\:h-44 {
    height: 11rem
  }

  .mb\:h-48 {
    height: 12rem
  }

  .mb\:h-52 {
    height: 13rem
  }

  .mb\:h-56 {
    height: 14rem
  }

  .mb\:h-60 {
    height: 15rem
  }

  .mb\:h-64 {
    height: 16rem
  }

  .mb\:h-72 {
    height: 18rem
  }

  .mb\:h-80 {
    height: 20rem
  }

  .mb\:h-96 {
    height: 24rem
  }

  .mb\:h-auto {
    height: auto
  }

  .mb\:h-px {
    height: 1px
  }

  .mb\:h-0\.5 {
    height: 0.125rem
  }

  .mb\:h-1\.5 {
    height: 0.375rem
  }

  .mb\:h-2\.5 {
    height: 0.625rem
  }

  .mb\:h-3\.5 {
    height: 0.875rem
  }

  .mb\:h-2\/3 {
    height: 66.666667%
  }

  .mb\:h-3\/4 {
    height: 75%
  }

  .mb\:h-6\/19 {
    height: 56.25%
  }

  .mb\:h-1\/1 {
    height: 100%
  }

  .mb\:h-3\/2 {
    height: 150%
  }

  .mb\:h-4\/3 {
    height: 133.333%
  }

  .mb\:h-1\/2 {
    height: 50%
  }

  .mb\:h-1\/3 {
    height: 33.333333%
  }

  .mb\:h-1\/4 {
    height: 25%
  }

  .mb\:h-2\/4 {
    height: 50%
  }

  .mb\:h-1\/5 {
    height: 20%
  }

  .mb\:h-2\/5 {
    height: 40%
  }

  .mb\:h-3\/5 {
    height: 60%
  }

  .mb\:h-4\/5 {
    height: 80%
  }

  .mb\:h-1\/6 {
    height: 16.666667%
  }

  .mb\:h-2\/6 {
    height: 33.333333%
  }

  .mb\:h-3\/6 {
    height: 50%
  }

  .mb\:h-4\/6 {
    height: 66.666667%
  }

  .mb\:h-5\/6 {
    height: 83.333333%
  }

  .mb\:h-full {
    height: 100%
  }

  .mb\:h-screen {
    height: 100vh
  }

  .mb\:text-xs {
    font-size: .75rem
  }

  .mb\:text-sm {
    font-size: .875rem
  }

  .mb\:text-md {
    font-size: 1rem
  }

  .mb\:text-lg {
    font-size: 1.125rem
  }

  .mb\:text-xl {
    font-size: 1.25rem
  }

  .mb\:text-2xl {
    font-size: 1.5rem
  }

  .mb\:text-3xl {
    font-size: 1.875rem
  }

  .mb\:text-4xl {
    font-size: 2.25rem
  }

  .mb\:text-5xl {
    font-size: 3rem
  }

  .mb\:text-6xl {
    font-size: 4rem
  }

  .mb\:text-7xl {
    font-size: 5rem
  }

  .mb\:text-8xl {
    font-size: 6rem
  }

  .mb\:text-9xl {
    font-size: 8rem
  }

  .mb\:list-inside {
    list-style-position: inside
  }

  .mb\:list-outside {
    list-style-position: outside
  }

  .mb\:list-none {
    list-style-type: none
  }

  .mb\:list-disc {
    list-style-type: disc
  }

  .mb\:list-decimal {
    list-style-type: decimal
  }

  .mb\:m-0 {
    margin: 0px
  }

  .mb\:m-1 {
    margin: 0.25rem
  }

  .mb\:m-2 {
    margin: 0.5rem
  }

  .mb\:m-3 {
    margin: 0.75rem
  }

  .mb\:m-4 {
    margin: 1rem
  }

  .mb\:m-5 {
    margin: 1.25rem
  }

  .mb\:m-6 {
    margin: 1.5rem
  }

  .mb\:m-7 {
    margin: 1.75rem
  }

  .mb\:m-8 {
    margin: 2rem
  }

  .mb\:m-9 {
    margin: 2.25rem
  }

  .mb\:m-10 {
    margin: 2.5rem
  }

  .mb\:m-11 {
    margin: 2.75rem
  }

  .mb\:m-12 {
    margin: 3rem
  }

  .mb\:m-14 {
    margin: 3.5rem
  }

  .mb\:m-16 {
    margin: 4rem
  }

  .mb\:m-20 {
    margin: 5rem
  }

  .mb\:m-24 {
    margin: 6rem
  }

  .mb\:m-28 {
    margin: 7rem
  }

  .mb\:m-32 {
    margin: 8rem
  }

  .mb\:m-36 {
    margin: 9rem
  }

  .mb\:m-40 {
    margin: 10rem
  }

  .mb\:m-44 {
    margin: 11rem
  }

  .mb\:m-48 {
    margin: 12rem
  }

  .mb\:m-52 {
    margin: 13rem
  }

  .mb\:m-56 {
    margin: 14rem
  }

  .mb\:m-60 {
    margin: 15rem
  }

  .mb\:m-64 {
    margin: 16rem
  }

  .mb\:m-72 {
    margin: 18rem
  }

  .mb\:m-80 {
    margin: 20rem
  }

  .mb\:m-96 {
    margin: 24rem
  }

  .mb\:m-auto {
    margin: auto
  }

  .mb\:m-px {
    margin: 1px
  }

  .mb\:m-0\.5 {
    margin: 0.125rem
  }

  .mb\:m-1\.5 {
    margin: 0.375rem
  }

  .mb\:m-2\.5 {
    margin: 0.625rem
  }

  .mb\:m-3\.5 {
    margin: 0.875rem
  }

  .mb\:m-2\/3 {
    margin: 66.666667%
  }

  .mb\:m-3\/4 {
    margin: 75%
  }

  .mb\:m-6\/19 {
    margin: 56.25%
  }

  .mb\:m-1\/1 {
    margin: 100%
  }

  .mb\:m-3\/2 {
    margin: 150%
  }

  .mb\:m-4\/3 {
    margin: 133.333%
  }

  .mb\:-m-0 {
    margin: 0px
  }

  .mb\:-m-1 {
    margin: -0.25rem
  }

  .mb\:-m-2 {
    margin: -0.5rem
  }

  .mb\:-m-3 {
    margin: -0.75rem
  }

  .mb\:-m-4 {
    margin: -1rem
  }

  .mb\:-m-5 {
    margin: -1.25rem
  }

  .mb\:-m-6 {
    margin: -1.5rem
  }

  .mb\:-m-7 {
    margin: -1.75rem
  }

  .mb\:-m-8 {
    margin: -2rem
  }

  .mb\:-m-9 {
    margin: -2.25rem
  }

  .mb\:-m-10 {
    margin: -2.5rem
  }

  .mb\:-m-11 {
    margin: -2.75rem
  }

  .mb\:-m-12 {
    margin: -3rem
  }

  .mb\:-m-14 {
    margin: -3.5rem
  }

  .mb\:-m-16 {
    margin: -4rem
  }

  .mb\:-m-20 {
    margin: -5rem
  }

  .mb\:-m-24 {
    margin: -6rem
  }

  .mb\:-m-28 {
    margin: -7rem
  }

  .mb\:-m-32 {
    margin: -8rem
  }

  .mb\:-m-36 {
    margin: -9rem
  }

  .mb\:-m-40 {
    margin: -10rem
  }

  .mb\:-m-44 {
    margin: -11rem
  }

  .mb\:-m-48 {
    margin: -12rem
  }

  .mb\:-m-52 {
    margin: -13rem
  }

  .mb\:-m-56 {
    margin: -14rem
  }

  .mb\:-m-60 {
    margin: -15rem
  }

  .mb\:-m-64 {
    margin: -16rem
  }

  .mb\:-m-72 {
    margin: -18rem
  }

  .mb\:-m-80 {
    margin: -20rem
  }

  .mb\:-m-96 {
    margin: -24rem
  }

  .mb\:-m-px {
    margin: -1px
  }

  .mb\:-m-0\.5 {
    margin: -0.125rem
  }

  .mb\:-m-1\.5 {
    margin: -0.375rem
  }

  .mb\:-m-2\.5 {
    margin: -0.625rem
  }

  .mb\:-m-3\.5 {
    margin: -0.875rem
  }

  .mb\:-m-2\/3 {
    margin: -66.66667%
  }

  .mb\:-m-3\/4 {
    margin: -75%
  }

  .mb\:-m-6\/19 {
    margin: -56.25%
  }

  .mb\:-m-1\/1 {
    margin: -100%
  }

  .mb\:-m-3\/2 {
    margin: -150%
  }

  .mb\:-m-4\/3 {
    margin: -133.333%
  }

  .mb\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .mb\:mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

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

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

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

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

  .mb\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
  }

  .mb\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }

  .mb\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .mb\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .mb\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  .mb\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }

  .mb\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .mb\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .mb\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }

  .mb\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem
  }

  .mb\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .mb\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .mb\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
  }

  .mb\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem
  }

  .mb\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .mb\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .mb\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem
  }

  .mb\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem
  }

  .mb\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .mb\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
  }

  .mb\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
  }

  .mb\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem
  }

  .mb\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
  }

  .mb\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
  }

  .mb\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .mb\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
  }

  .mb\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .mb\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
  }

  .mb\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem
  }

  .mb\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem
  }

  .mb\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }

  .mb\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
  }

  .mb\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem
  }

  .mb\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem
  }

  .mb\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .mb\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
  }

  .mb\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem
  }

  .mb\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem
  }

  .mb\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .mb\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .mb\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem
  }

  .mb\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem
  }

  .mb\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .mb\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .mb\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem
  }

  .mb\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem
  }

  .mb\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .mb\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .mb\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem
  }

  .mb\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem
  }

  .mb\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem
  }

  .mb\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem
  }

  .mb\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem
  }

  .mb\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem
  }

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

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

  .mb\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }

  .mb\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }

  .mb\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem
  }

  .mb\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem
  }

  .mb\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem
  }

  .mb\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem
  }

  .mb\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
  }

  .mb\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem
  }

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

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

  .mb\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%
  }

  .mb\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%
  }

  .mb\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%
  }

  .mb\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%
  }

  .mb\:my-6\/19 {
    margin-top: 56.25%;
    margin-bottom: 56.25%
  }

  .mb\:mx-6\/19 {
    margin-left: 56.25%;
    margin-right: 56.25%
  }

  .mb\:my-1\/1 {
    margin-top: 100%;
    margin-bottom: 100%
  }

  .mb\:mx-1\/1 {
    margin-left: 100%;
    margin-right: 100%
  }

  .mb\:my-3\/2 {
    margin-top: 150%;
    margin-bottom: 150%
  }

  .mb\:mx-3\/2 {
    margin-left: 150%;
    margin-right: 150%
  }

  .mb\:my-4\/3 {
    margin-top: 133.333%;
    margin-bottom: 133.333%
  }

  .mb\:mx-4\/3 {
    margin-left: 133.333%;
    margin-right: 133.333%
  }

  .mb\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .mb\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

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

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

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

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

  .mb\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem
  }

  .mb\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  .mb\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .mb\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .mb\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
  }

  .mb\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .mb\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
  }

  .mb\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }

  .mb\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem
  }

  .mb\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem
  }

  .mb\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .mb\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .mb\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem
  }

  .mb\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem
  }

  .mb\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .mb\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .mb\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem
  }

  .mb\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem
  }

  .mb\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
  }

  .mb\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
  }

  .mb\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem
  }

  .mb\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem
  }

  .mb\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
  }

  .mb\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
  }

  .mb\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
  }

  .mb\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .mb\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
  }

  .mb\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .mb\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem
  }

  .mb\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem
  }

  .mb\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
  }

  .mb\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
  }

  .mb\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem
  }

  .mb\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem
  }

  .mb\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
  }

  .mb\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
  }

  .mb\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem
  }

  .mb\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .mb\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .mb\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .mb\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem
  }

  .mb\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem
  }

  .mb\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .mb\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .mb\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem
  }

  .mb\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem
  }

  .mb\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .mb\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .mb\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem
  }

  .mb\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem
  }

  .mb\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem
  }

  .mb\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem
  }

  .mb\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem
  }

  .mb\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem
  }

  .mb\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .mb\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .mb\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem
  }

  .mb\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem
  }

  .mb\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem
  }

  .mb\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem
  }

  .mb\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
  }

  .mb\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem
  }

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

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

  .mb\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%
  }

  .mb\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%
  }

  .mb\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%
  }

  .mb\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%
  }

  .mb\:-my-6\/19 {
    margin-top: -56.25%;
    margin-bottom: -56.25%
  }

  .mb\:-mx-6\/19 {
    margin-left: -56.25%;
    margin-right: -56.25%
  }

  .mb\:-my-1\/1 {
    margin-top: -100%;
    margin-bottom: -100%
  }

  .mb\:-mx-1\/1 {
    margin-left: -100%;
    margin-right: -100%
  }

  .mb\:-my-3\/2 {
    margin-top: -150%;
    margin-bottom: -150%
  }

  .mb\:-mx-3\/2 {
    margin-left: -150%;
    margin-right: -150%
  }

  .mb\:-my-4\/3 {
    margin-top: -133.333%;
    margin-bottom: -133.333%
  }

  .mb\:-mx-4\/3 {
    margin-left: -133.333%;
    margin-right: -133.333%
  }

  .mb\:mt-0 {
    margin-top: 0px
  }

  .mb\:mr-0 {
    margin-right: 0px
  }

  .mb\:mb-0 {
    margin-bottom: 0px
  }

  .mb\:ml-0 {
    margin-left: 0px
  }

  .mb\:mt-1 {
    margin-top: 0.25rem
  }

  .mb\:mr-1 {
    margin-right: 0.25rem
  }

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

  .mb\:ml-1 {
    margin-left: 0.25rem
  }

  .mb\:mt-2 {
    margin-top: 0.5rem
  }

  .mb\:mr-2 {
    margin-right: 0.5rem
  }

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

  .mb\:ml-2 {
    margin-left: 0.5rem
  }

  .mb\:mt-3 {
    margin-top: 0.75rem
  }

  .mb\:mr-3 {
    margin-right: 0.75rem
  }

  .mb\:mb-3 {
    margin-bottom: 0.75rem
  }

  .mb\:ml-3 {
    margin-left: 0.75rem
  }

  .mb\:mt-4 {
    margin-top: 1rem
  }

  .mb\:mr-4 {
    margin-right: 1rem
  }

  .mb\:mb-4 {
    margin-bottom: 1rem
  }

  .mb\:ml-4 {
    margin-left: 1rem
  }

  .mb\:mt-5 {
    margin-top: 1.25rem
  }

  .mb\:mr-5 {
    margin-right: 1.25rem
  }

  .mb\:mb-5 {
    margin-bottom: 1.25rem
  }

  .mb\:ml-5 {
    margin-left: 1.25rem
  }

  .mb\:mt-6 {
    margin-top: 1.5rem
  }

  .mb\:mr-6 {
    margin-right: 1.5rem
  }

  .mb\:mb-6 {
    margin-bottom: 1.5rem
  }

  .mb\:ml-6 {
    margin-left: 1.5rem
  }

  .mb\:mt-7 {
    margin-top: 1.75rem
  }

  .mb\:mr-7 {
    margin-right: 1.75rem
  }

  .mb\:mb-7 {
    margin-bottom: 1.75rem
  }

  .mb\:ml-7 {
    margin-left: 1.75rem
  }

  .mb\:mt-8 {
    margin-top: 2rem
  }

  .mb\:mr-8 {
    margin-right: 2rem
  }

  .mb\:mb-8 {
    margin-bottom: 2rem
  }

  .mb\:ml-8 {
    margin-left: 2rem
  }

  .mb\:mt-9 {
    margin-top: 2.25rem
  }

  .mb\:mr-9 {
    margin-right: 2.25rem
  }

  .mb\:mb-9 {
    margin-bottom: 2.25rem
  }

  .mb\:ml-9 {
    margin-left: 2.25rem
  }

  .mb\:mt-10 {
    margin-top: 2.5rem
  }

  .mb\:mr-10 {
    margin-right: 2.5rem
  }

  .mb\:mb-10 {
    margin-bottom: 2.5rem
  }

  .mb\:ml-10 {
    margin-left: 2.5rem
  }

  .mb\:mt-11 {
    margin-top: 2.75rem
  }

  .mb\:mr-11 {
    margin-right: 2.75rem
  }

  .mb\:mb-11 {
    margin-bottom: 2.75rem
  }

  .mb\:ml-11 {
    margin-left: 2.75rem
  }

  .mb\:mt-12 {
    margin-top: 3rem
  }

  .mb\:mr-12 {
    margin-right: 3rem
  }

  .mb\:mb-12 {
    margin-bottom: 3rem
  }

  .mb\:ml-12 {
    margin-left: 3rem
  }

  .mb\:mt-14 {
    margin-top: 3.5rem
  }

  .mb\:mr-14 {
    margin-right: 3.5rem
  }

  .mb\:mb-14 {
    margin-bottom: 3.5rem
  }

  .mb\:ml-14 {
    margin-left: 3.5rem
  }

  .mb\:mt-16 {
    margin-top: 4rem
  }

  .mb\:mr-16 {
    margin-right: 4rem
  }

  .mb\:mb-16 {
    margin-bottom: 4rem
  }

  .mb\:ml-16 {
    margin-left: 4rem
  }

  .mb\:mt-20 {
    margin-top: 5rem
  }

  .mb\:mr-20 {
    margin-right: 5rem
  }

  .mb\:mb-20 {
    margin-bottom: 5rem
  }

  .mb\:ml-20 {
    margin-left: 5rem
  }

  .mb\:mt-24 {
    margin-top: 6rem
  }

  .mb\:mr-24 {
    margin-right: 6rem
  }

  .mb\:mb-24 {
    margin-bottom: 6rem
  }

  .mb\:ml-24 {
    margin-left: 6rem
  }

  .mb\:mt-28 {
    margin-top: 7rem
  }

  .mb\:mr-28 {
    margin-right: 7rem
  }

  .mb\:mb-28 {
    margin-bottom: 7rem
  }

  .mb\:ml-28 {
    margin-left: 7rem
  }

  .mb\:mt-32 {
    margin-top: 8rem
  }

  .mb\:mr-32 {
    margin-right: 8rem
  }

  .mb\:mb-32 {
    margin-bottom: 8rem
  }

  .mb\:ml-32 {
    margin-left: 8rem
  }

  .mb\:mt-36 {
    margin-top: 9rem
  }

  .mb\:mr-36 {
    margin-right: 9rem
  }

  .mb\:mb-36 {
    margin-bottom: 9rem
  }

  .mb\:ml-36 {
    margin-left: 9rem
  }

  .mb\:mt-40 {
    margin-top: 10rem
  }

  .mb\:mr-40 {
    margin-right: 10rem
  }

  .mb\:mb-40 {
    margin-bottom: 10rem
  }

  .mb\:ml-40 {
    margin-left: 10rem
  }

  .mb\:mt-44 {
    margin-top: 11rem
  }

  .mb\:mr-44 {
    margin-right: 11rem
  }

  .mb\:mb-44 {
    margin-bottom: 11rem
  }

  .mb\:ml-44 {
    margin-left: 11rem
  }

  .mb\:mt-48 {
    margin-top: 12rem
  }

  .mb\:mr-48 {
    margin-right: 12rem
  }

  .mb\:mb-48 {
    margin-bottom: 12rem
  }

  .mb\:ml-48 {
    margin-left: 12rem
  }

  .mb\:mt-52 {
    margin-top: 13rem
  }

  .mb\:mr-52 {
    margin-right: 13rem
  }

  .mb\:mb-52 {
    margin-bottom: 13rem
  }

  .mb\:ml-52 {
    margin-left: 13rem
  }

  .mb\:mt-56 {
    margin-top: 14rem
  }

  .mb\:mr-56 {
    margin-right: 14rem
  }

  .mb\:mb-56 {
    margin-bottom: 14rem
  }

  .mb\:ml-56 {
    margin-left: 14rem
  }

  .mb\:mt-60 {
    margin-top: 15rem
  }

  .mb\:mr-60 {
    margin-right: 15rem
  }

  .mb\:mb-60 {
    margin-bottom: 15rem
  }

  .mb\:ml-60 {
    margin-left: 15rem
  }

  .mb\:mt-64 {
    margin-top: 16rem
  }

  .mb\:mr-64 {
    margin-right: 16rem
  }

  .mb\:mb-64 {
    margin-bottom: 16rem
  }

  .mb\:ml-64 {
    margin-left: 16rem
  }

  .mb\:mt-72 {
    margin-top: 18rem
  }

  .mb\:mr-72 {
    margin-right: 18rem
  }

  .mb\:mb-72 {
    margin-bottom: 18rem
  }

  .mb\:ml-72 {
    margin-left: 18rem
  }

  .mb\:mt-80 {
    margin-top: 20rem
  }

  .mb\:mr-80 {
    margin-right: 20rem
  }

  .mb\:mb-80 {
    margin-bottom: 20rem
  }

  .mb\:ml-80 {
    margin-left: 20rem
  }

  .mb\:mt-96 {
    margin-top: 24rem
  }

  .mb\:mr-96 {
    margin-right: 24rem
  }

  .mb\:mb-96 {
    margin-bottom: 24rem
  }

  .mb\:ml-96 {
    margin-left: 24rem
  }

  .mb\:mt-auto {
    margin-top: auto
  }

  .mb\:mr-auto {
    margin-right: auto
  }

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

  .mb\:ml-auto {
    margin-left: auto
  }

  .mb\:mt-px {
    margin-top: 1px
  }

  .mb\:mr-px {
    margin-right: 1px
  }

  .mb\:mb-px {
    margin-bottom: 1px
  }

  .mb\:ml-px {
    margin-left: 1px
  }

  .mb\:mt-0\.5 {
    margin-top: 0.125rem
  }

  .mb\:mr-0\.5 {
    margin-right: 0.125rem
  }

  .mb\:mb-0\.5 {
    margin-bottom: 0.125rem
  }

  .mb\:ml-0\.5 {
    margin-left: 0.125rem
  }

  .mb\:mt-1\.5 {
    margin-top: 0.375rem
  }

  .mb\:mr-1\.5 {
    margin-right: 0.375rem
  }

  .mb\:mb-1\.5 {
    margin-bottom: 0.375rem
  }

  .mb\:ml-1\.5 {
    margin-left: 0.375rem
  }

  .mb\:mt-2\.5 {
    margin-top: 0.625rem
  }

  .mb\:mr-2\.5 {
    margin-right: 0.625rem
  }

  .mb\:mb-2\.5 {
    margin-bottom: 0.625rem
  }

  .mb\:ml-2\.5 {
    margin-left: 0.625rem
  }

  .mb\:mt-3\.5 {
    margin-top: 0.875rem
  }

  .mb\:mr-3\.5 {
    margin-right: 0.875rem
  }

  .mb\:mb-3\.5 {
    margin-bottom: 0.875rem
  }

  .mb\:ml-3\.5 {
    margin-left: 0.875rem
  }

  .mb\:mt-2\/3 {
    margin-top: 66.666667%
  }

  .mb\:mr-2\/3 {
    margin-right: 66.666667%
  }

  .mb\:mb-2\/3 {
    margin-bottom: 66.666667%
  }

  .mb\:ml-2\/3 {
    margin-left: 66.666667%
  }

  .mb\:mt-3\/4 {
    margin-top: 75%
  }

  .mb\:mr-3\/4 {
    margin-right: 75%
  }

  .mb\:mb-3\/4 {
    margin-bottom: 75%
  }

  .mb\:ml-3\/4 {
    margin-left: 75%
  }

  .mb\:mt-6\/19 {
    margin-top: 56.25%
  }

  .mb\:mr-6\/19 {
    margin-right: 56.25%
  }

  .mb\:mb-6\/19 {
    margin-bottom: 56.25%
  }

  .mb\:ml-6\/19 {
    margin-left: 56.25%
  }

  .mb\:mt-1\/1 {
    margin-top: 100%
  }

  .mb\:mr-1\/1 {
    margin-right: 100%
  }

  .mb\:mb-1\/1 {
    margin-bottom: 100%
  }

  .mb\:ml-1\/1 {
    margin-left: 100%
  }

  .mb\:mt-3\/2 {
    margin-top: 150%
  }

  .mb\:mr-3\/2 {
    margin-right: 150%
  }

  .mb\:mb-3\/2 {
    margin-bottom: 150%
  }

  .mb\:ml-3\/2 {
    margin-left: 150%
  }

  .mb\:mt-4\/3 {
    margin-top: 133.333%
  }

  .mb\:mr-4\/3 {
    margin-right: 133.333%
  }

  .mb\:mb-4\/3 {
    margin-bottom: 133.333%
  }

  .mb\:ml-4\/3 {
    margin-left: 133.333%
  }

  .mb\:-mt-0 {
    margin-top: 0px
  }

  .mb\:-mr-0 {
    margin-right: 0px
  }

  .mb\:-mb-0 {
    margin-bottom: 0px
  }

  .mb\:-ml-0 {
    margin-left: 0px
  }

  .mb\:-mt-1 {
    margin-top: -0.25rem
  }

  .mb\:-mr-1 {
    margin-right: -0.25rem
  }

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

  .mb\:-ml-1 {
    margin-left: -0.25rem
  }

  .mb\:-mt-2 {
    margin-top: -0.5rem
  }

  .mb\:-mr-2 {
    margin-right: -0.5rem
  }

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

  .mb\:-ml-2 {
    margin-left: -0.5rem
  }

  .mb\:-mt-3 {
    margin-top: -0.75rem
  }

  .mb\:-mr-3 {
    margin-right: -0.75rem
  }

  .mb\:-mb-3 {
    margin-bottom: -0.75rem
  }

  .mb\:-ml-3 {
    margin-left: -0.75rem
  }

  .mb\:-mt-4 {
    margin-top: -1rem
  }

  .mb\:-mr-4 {
    margin-right: -1rem
  }

  .mb\:-mb-4 {
    margin-bottom: -1rem
  }

  .mb\:-ml-4 {
    margin-left: -1rem
  }

  .mb\:-mt-5 {
    margin-top: -1.25rem
  }

  .mb\:-mr-5 {
    margin-right: -1.25rem
  }

  .mb\:-mb-5 {
    margin-bottom: -1.25rem
  }

  .mb\:-ml-5 {
    margin-left: -1.25rem
  }

  .mb\:-mt-6 {
    margin-top: -1.5rem
  }

  .mb\:-mr-6 {
    margin-right: -1.5rem
  }

  .mb\:-mb-6 {
    margin-bottom: -1.5rem
  }

  .mb\:-ml-6 {
    margin-left: -1.5rem
  }

  .mb\:-mt-7 {
    margin-top: -1.75rem
  }

  .mb\:-mr-7 {
    margin-right: -1.75rem
  }

  .mb\:-mb-7 {
    margin-bottom: -1.75rem
  }

  .mb\:-ml-7 {
    margin-left: -1.75rem
  }

  .mb\:-mt-8 {
    margin-top: -2rem
  }

  .mb\:-mr-8 {
    margin-right: -2rem
  }

  .mb\:-mb-8 {
    margin-bottom: -2rem
  }

  .mb\:-ml-8 {
    margin-left: -2rem
  }

  .mb\:-mt-9 {
    margin-top: -2.25rem
  }

  .mb\:-mr-9 {
    margin-right: -2.25rem
  }

  .mb\:-mb-9 {
    margin-bottom: -2.25rem
  }

  .mb\:-ml-9 {
    margin-left: -2.25rem
  }

  .mb\:-mt-10 {
    margin-top: -2.5rem
  }

  .mb\:-mr-10 {
    margin-right: -2.5rem
  }

  .mb\:-mb-10 {
    margin-bottom: -2.5rem
  }

  .mb\:-ml-10 {
    margin-left: -2.5rem
  }

  .mb\:-mt-11 {
    margin-top: -2.75rem
  }

  .mb\:-mr-11 {
    margin-right: -2.75rem
  }

  .mb\:-mb-11 {
    margin-bottom: -2.75rem
  }

  .mb\:-ml-11 {
    margin-left: -2.75rem
  }

  .mb\:-mt-12 {
    margin-top: -3rem
  }

  .mb\:-mr-12 {
    margin-right: -3rem
  }

  .mb\:-mb-12 {
    margin-bottom: -3rem
  }

  .mb\:-ml-12 {
    margin-left: -3rem
  }

  .mb\:-mt-14 {
    margin-top: -3.5rem
  }

  .mb\:-mr-14 {
    margin-right: -3.5rem
  }

  .mb\:-mb-14 {
    margin-bottom: -3.5rem
  }

  .mb\:-ml-14 {
    margin-left: -3.5rem
  }

  .mb\:-mt-16 {
    margin-top: -4rem
  }

  .mb\:-mr-16 {
    margin-right: -4rem
  }

  .mb\:-mb-16 {
    margin-bottom: -4rem
  }

  .mb\:-ml-16 {
    margin-left: -4rem
  }

  .mb\:-mt-20 {
    margin-top: -5rem
  }

  .mb\:-mr-20 {
    margin-right: -5rem
  }

  .mb\:-mb-20 {
    margin-bottom: -5rem
  }

  .mb\:-ml-20 {
    margin-left: -5rem
  }

  .mb\:-mt-24 {
    margin-top: -6rem
  }

  .mb\:-mr-24 {
    margin-right: -6rem
  }

  .mb\:-mb-24 {
    margin-bottom: -6rem
  }

  .mb\:-ml-24 {
    margin-left: -6rem
  }

  .mb\:-mt-28 {
    margin-top: -7rem
  }

  .mb\:-mr-28 {
    margin-right: -7rem
  }

  .mb\:-mb-28 {
    margin-bottom: -7rem
  }

  .mb\:-ml-28 {
    margin-left: -7rem
  }

  .mb\:-mt-32 {
    margin-top: -8rem
  }

  .mb\:-mr-32 {
    margin-right: -8rem
  }

  .mb\:-mb-32 {
    margin-bottom: -8rem
  }

  .mb\:-ml-32 {
    margin-left: -8rem
  }

  .mb\:-mt-36 {
    margin-top: -9rem
  }

  .mb\:-mr-36 {
    margin-right: -9rem
  }

  .mb\:-mb-36 {
    margin-bottom: -9rem
  }

  .mb\:-ml-36 {
    margin-left: -9rem
  }

  .mb\:-mt-40 {
    margin-top: -10rem
  }

  .mb\:-mr-40 {
    margin-right: -10rem
  }

  .mb\:-mb-40 {
    margin-bottom: -10rem
  }

  .mb\:-ml-40 {
    margin-left: -10rem
  }

  .mb\:-mt-44 {
    margin-top: -11rem
  }

  .mb\:-mr-44 {
    margin-right: -11rem
  }

  .mb\:-mb-44 {
    margin-bottom: -11rem
  }

  .mb\:-ml-44 {
    margin-left: -11rem
  }

  .mb\:-mt-48 {
    margin-top: -12rem
  }

  .mb\:-mr-48 {
    margin-right: -12rem
  }

  .mb\:-mb-48 {
    margin-bottom: -12rem
  }

  .mb\:-ml-48 {
    margin-left: -12rem
  }

  .mb\:-mt-52 {
    margin-top: -13rem
  }

  .mb\:-mr-52 {
    margin-right: -13rem
  }

  .mb\:-mb-52 {
    margin-bottom: -13rem
  }

  .mb\:-ml-52 {
    margin-left: -13rem
  }

  .mb\:-mt-56 {
    margin-top: -14rem
  }

  .mb\:-mr-56 {
    margin-right: -14rem
  }

  .mb\:-mb-56 {
    margin-bottom: -14rem
  }

  .mb\:-ml-56 {
    margin-left: -14rem
  }

  .mb\:-mt-60 {
    margin-top: -15rem
  }

  .mb\:-mr-60 {
    margin-right: -15rem
  }

  .mb\:-mb-60 {
    margin-bottom: -15rem
  }

  .mb\:-ml-60 {
    margin-left: -15rem
  }

  .mb\:-mt-64 {
    margin-top: -16rem
  }

  .mb\:-mr-64 {
    margin-right: -16rem
  }

  .mb\:-mb-64 {
    margin-bottom: -16rem
  }

  .mb\:-ml-64 {
    margin-left: -16rem
  }

  .mb\:-mt-72 {
    margin-top: -18rem
  }

  .mb\:-mr-72 {
    margin-right: -18rem
  }

  .mb\:-mb-72 {
    margin-bottom: -18rem
  }

  .mb\:-ml-72 {
    margin-left: -18rem
  }

  .mb\:-mt-80 {
    margin-top: -20rem
  }

  .mb\:-mr-80 {
    margin-right: -20rem
  }

  .mb\:-mb-80 {
    margin-bottom: -20rem
  }

  .mb\:-ml-80 {
    margin-left: -20rem
  }

  .mb\:-mt-96 {
    margin-top: -24rem
  }

  .mb\:-mr-96 {
    margin-right: -24rem
  }

  .mb\:-mb-96 {
    margin-bottom: -24rem
  }

  .mb\:-ml-96 {
    margin-left: -24rem
  }

  .mb\:-mt-px {
    margin-top: -1px
  }

  .mb\:-mr-px {
    margin-right: -1px
  }

  .mb\:-mb-px {
    margin-bottom: -1px
  }

  .mb\:-ml-px {
    margin-left: -1px
  }

  .mb\:-mt-0\.5 {
    margin-top: -0.125rem
  }

  .mb\:-mr-0\.5 {
    margin-right: -0.125rem
  }

  .mb\:-mb-0\.5 {
    margin-bottom: -0.125rem
  }

  .mb\:-ml-0\.5 {
    margin-left: -0.125rem
  }

  .mb\:-mt-1\.5 {
    margin-top: -0.375rem
  }

  .mb\:-mr-1\.5 {
    margin-right: -0.375rem
  }

  .mb\:-mb-1\.5 {
    margin-bottom: -0.375rem
  }

  .mb\:-ml-1\.5 {
    margin-left: -0.375rem
  }

  .mb\:-mt-2\.5 {
    margin-top: -0.625rem
  }

  .mb\:-mr-2\.5 {
    margin-right: -0.625rem
  }

  .mb\:-mb-2\.5 {
    margin-bottom: -0.625rem
  }

  .mb\:-ml-2\.5 {
    margin-left: -0.625rem
  }

  .mb\:-mt-3\.5 {
    margin-top: -0.875rem
  }

  .mb\:-mr-3\.5 {
    margin-right: -0.875rem
  }

  .mb\:-mb-3\.5 {
    margin-bottom: -0.875rem
  }

  .mb\:-ml-3\.5 {
    margin-left: -0.875rem
  }

  .mb\:-mt-2\/3 {
    margin-top: -66.66667%
  }

  .mb\:-mr-2\/3 {
    margin-right: -66.66667%
  }

  .mb\:-mb-2\/3 {
    margin-bottom: -66.66667%
  }

  .mb\:-ml-2\/3 {
    margin-left: -66.66667%
  }

  .mb\:-mt-3\/4 {
    margin-top: -75%
  }

  .mb\:-mr-3\/4 {
    margin-right: -75%
  }

  .mb\:-mb-3\/4 {
    margin-bottom: -75%
  }

  .mb\:-ml-3\/4 {
    margin-left: -75%
  }

  .mb\:-mt-6\/19 {
    margin-top: -56.25%
  }

  .mb\:-mr-6\/19 {
    margin-right: -56.25%
  }

  .mb\:-mb-6\/19 {
    margin-bottom: -56.25%
  }

  .mb\:-ml-6\/19 {
    margin-left: -56.25%
  }

  .mb\:-mt-1\/1 {
    margin-top: -100%
  }

  .mb\:-mr-1\/1 {
    margin-right: -100%
  }

  .mb\:-mb-1\/1 {
    margin-bottom: -100%
  }

  .mb\:-ml-1\/1 {
    margin-left: -100%
  }

  .mb\:-mt-3\/2 {
    margin-top: -150%
  }

  .mb\:-mr-3\/2 {
    margin-right: -150%
  }

  .mb\:-mb-3\/2 {
    margin-bottom: -150%
  }

  .mb\:-ml-3\/2 {
    margin-left: -150%
  }

  .mb\:-mt-4\/3 {
    margin-top: -133.333%
  }

  .mb\:-mr-4\/3 {
    margin-right: -133.333%
  }

  .mb\:-mb-4\/3 {
    margin-bottom: -133.333%
  }

  .mb\:-ml-4\/3 {
    margin-left: -133.333%
  }

  .mb\:max-h-0 {
    max-height: 0px
  }

  .mb\:max-h-1 {
    max-height: 0.25rem
  }

  .mb\:max-h-2 {
    max-height: 0.5rem
  }

  .mb\:max-h-3 {
    max-height: 0.75rem
  }

  .mb\:max-h-4 {
    max-height: 1rem
  }

  .mb\:max-h-5 {
    max-height: 1.25rem
  }

  .mb\:max-h-6 {
    max-height: 1.5rem
  }

  .mb\:max-h-7 {
    max-height: 1.75rem
  }

  .mb\:max-h-8 {
    max-height: 2rem
  }

  .mb\:max-h-9 {
    max-height: 2.25rem
  }

  .mb\:max-h-10 {
    max-height: 2.5rem
  }

  .mb\:max-h-11 {
    max-height: 2.75rem
  }

  .mb\:max-h-12 {
    max-height: 3rem
  }

  .mb\:max-h-14 {
    max-height: 3.5rem
  }

  .mb\:max-h-16 {
    max-height: 4rem
  }

  .mb\:max-h-20 {
    max-height: 5rem
  }

  .mb\:max-h-24 {
    max-height: 6rem
  }

  .mb\:max-h-28 {
    max-height: 7rem
  }

  .mb\:max-h-32 {
    max-height: 8rem
  }

  .mb\:max-h-36 {
    max-height: 9rem
  }

  .mb\:max-h-40 {
    max-height: 10rem
  }

  .mb\:max-h-44 {
    max-height: 11rem
  }

  .mb\:max-h-48 {
    max-height: 12rem
  }

  .mb\:max-h-52 {
    max-height: 13rem
  }

  .mb\:max-h-56 {
    max-height: 14rem
  }

  .mb\:max-h-60 {
    max-height: 15rem
  }

  .mb\:max-h-64 {
    max-height: 16rem
  }

  .mb\:max-h-72 {
    max-height: 18rem
  }

  .mb\:max-h-80 {
    max-height: 20rem
  }

  .mb\:max-h-96 {
    max-height: 24rem
  }

  .mb\:max-h-px {
    max-height: 1px
  }

  .mb\:max-h-0\.5 {
    max-height: 0.125rem
  }

  .mb\:max-h-1\.5 {
    max-height: 0.375rem
  }

  .mb\:max-h-2\.5 {
    max-height: 0.625rem
  }

  .mb\:max-h-3\.5 {
    max-height: 0.875rem
  }

  .mb\:max-h-2\/3 {
    max-height: 66.666667%
  }

  .mb\:max-h-3\/4 {
    max-height: 75%
  }

  .mb\:max-h-6\/19 {
    max-height: 56.25%
  }

  .mb\:max-h-1\/1 {
    max-height: 100%
  }

  .mb\:max-h-3\/2 {
    max-height: 150%
  }

  .mb\:max-h-4\/3 {
    max-height: 133.333%
  }

  .mb\:max-h-full {
    max-height: 100%
  }

  .mb\:max-h-screen {
    max-height: 100vh
  }

  .mb\:max-w-0 {
    max-width: 0rem
  }

  .mb\:max-w-none {
    max-width: none
  }

  .mb\:max-w-xs {
    max-width: 20rem
  }

  .mb\:max-w-sm {
    max-width: 24rem
  }

  .mb\:max-w-md {
    max-width: 28rem
  }

  .mb\:max-w-lg {
    max-width: 32rem
  }

  .mb\:max-w-xl {
    max-width: 36rem
  }

  .mb\:max-w-2xl {
    max-width: 42rem
  }

  .mb\:max-w-3xl {
    max-width: 48rem
  }

  .mb\:max-w-4xl {
    max-width: 56rem
  }

  .mb\:max-w-5xl {
    max-width: 64rem
  }

  .mb\:max-w-6xl {
    max-width: 72rem
  }

  .mb\:max-w-7xl {
    max-width: 80rem
  }

  .mb\:max-w-full {
    max-width: 100%
  }

  .mb\:max-w-min {
    max-width: min-content
  }

  .mb\:max-w-max {
    max-width: max-content
  }

  .mb\:max-w-prose {
    max-width: 65ch
  }

  .mb\:max-w-screen-tb {
    max-width: 768px
  }

  .mb\:max-w-screen-ds {
    max-width: 992px
  }

  .mb\:min-h-0 {
    min-height: 0px
  }

  .mb\:min-h-full {
    min-height: 100%
  }

  .mb\:min-h-screen {
    min-height: 100vh
  }

  .mb\:min-w-0 {
    min-width: 0px
  }

  .mb\:min-w-full {
    min-width: 100%
  }

  .mb\:min-w-min {
    min-width: min-content
  }

  .mb\:min-w-max {
    min-width: max-content
  }

  .mb\:overflow-auto {
    overflow: auto
  }

  .mb\:overflow-hidden {
    overflow: hidden
  }

  .mb\:overflow-visible {
    overflow: visible
  }

  .mb\:overflow-scroll {
    overflow: scroll
  }

  .mb\:overflow-x-auto {
    overflow-x: auto
  }

  .mb\:overflow-y-auto {
    overflow-y: auto
  }

  .mb\:overflow-x-hidden {
    overflow-x: hidden
  }

  .mb\:overflow-y-hidden {
    overflow-y: hidden
  }

  .mb\:overflow-x-visible {
    overflow-x: visible
  }

  .mb\:overflow-y-visible {
    overflow-y: visible
  }

  .mb\:overflow-x-scroll {
    overflow-x: scroll
  }

  .mb\:overflow-y-scroll {
    overflow-y: scroll
  }

  .mb\:overscroll-auto {
    overscroll-behavior: auto
  }

  .mb\:overscroll-contain {
    overscroll-behavior: contain
  }

  .mb\:overscroll-none {
    overscroll-behavior: none
  }

  .mb\:overscroll-y-auto {
    overscroll-behavior-y: auto
  }

  .mb\:overscroll-y-contain {
    overscroll-behavior-y: contain
  }

  .mb\:overscroll-y-none {
    overscroll-behavior-y: none
  }

  .mb\:overscroll-x-auto {
    overscroll-behavior-x: auto
  }

  .mb\:overscroll-x-contain {
    overscroll-behavior-x: contain
  }

  .mb\:overscroll-x-none {
    overscroll-behavior-x: none
  }

  .mb\:p-0 {
    padding: 0px
  }

  .mb\:p-1 {
    padding: 0.25rem
  }

  .mb\:p-2 {
    padding: 0.5rem
  }

  .mb\:p-3 {
    padding: 0.75rem
  }

  .mb\:p-4 {
    padding: 1rem
  }

  .mb\:p-5 {
    padding: 1.25rem
  }

  .mb\:p-6 {
    padding: 1.5rem
  }

  .mb\:p-7 {
    padding: 1.75rem
  }

  .mb\:p-8 {
    padding: 2rem
  }

  .mb\:p-9 {
    padding: 2.25rem
  }

  .mb\:p-10 {
    padding: 2.5rem
  }

  .mb\:p-11 {
    padding: 2.75rem
  }

  .mb\:p-12 {
    padding: 3rem
  }

  .mb\:p-14 {
    padding: 3.5rem
  }

  .mb\:p-16 {
    padding: 4rem
  }

  .mb\:p-20 {
    padding: 5rem
  }

  .mb\:p-24 {
    padding: 6rem
  }

  .mb\:p-28 {
    padding: 7rem
  }

  .mb\:p-32 {
    padding: 8rem
  }

  .mb\:p-36 {
    padding: 9rem
  }

  .mb\:p-40 {
    padding: 10rem
  }

  .mb\:p-44 {
    padding: 11rem
  }

  .mb\:p-48 {
    padding: 12rem
  }

  .mb\:p-52 {
    padding: 13rem
  }

  .mb\:p-56 {
    padding: 14rem
  }

  .mb\:p-60 {
    padding: 15rem
  }

  .mb\:p-64 {
    padding: 16rem
  }

  .mb\:p-72 {
    padding: 18rem
  }

  .mb\:p-80 {
    padding: 20rem
  }

  .mb\:p-96 {
    padding: 24rem
  }

  .mb\:p-px {
    padding: 1px
  }

  .mb\:p-0\.5 {
    padding: 0.125rem
  }

  .mb\:p-1\.5 {
    padding: 0.375rem
  }

  .mb\:p-2\.5 {
    padding: 0.625rem
  }

  .mb\:p-3\.5 {
    padding: 0.875rem
  }

  .mb\:p-2\/3 {
    padding: 66.666667%
  }

  .mb\:p-3\/4 {
    padding: 75%
  }

  .mb\:p-6\/19 {
    padding: 56.25%
  }

  .mb\:p-1\/1 {
    padding: 100%
  }

  .mb\:p-3\/2 {
    padding: 150%
  }

  .mb\:p-4\/3 {
    padding: 133.333%
  }

  .mb\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px
  }

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

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

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

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

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

  .mb\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .mb\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .mb\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .mb\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .mb\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .mb\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .mb\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .mb\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .mb\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
  }

  .mb\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
  }

  .mb\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .mb\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .mb\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
  }

  .mb\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
  }

  .mb\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .mb\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .mb\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
  }

  .mb\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
  }

  .mb\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .mb\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .mb\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
  }

  .mb\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
  }

  .mb\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .mb\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .mb\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .mb\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .mb\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .mb\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .mb\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
  }

  .mb\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem
  }

  .mb\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .mb\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .mb\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem
  }

  .mb\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem
  }

  .mb\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .mb\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem
  }

  .mb\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem
  }

  .mb\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem
  }

  .mb\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .mb\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .mb\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem
  }

  .mb\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem
  }

  .mb\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .mb\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .mb\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem
  }

  .mb\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem
  }

  .mb\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .mb\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .mb\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem
  }

  .mb\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem
  }

  .mb\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem
  }

  .mb\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem
  }

  .mb\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem
  }

  .mb\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem
  }

  .mb\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .mb\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .mb\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
  }

  .mb\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem
  }

  .mb\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
  }

  .mb\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem
  }

  .mb\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
  }

  .mb\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem
  }

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

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

  .mb\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%
  }

  .mb\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%
  }

  .mb\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%
  }

  .mb\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%
  }

  .mb\:py-6\/19 {
    padding-top: 56.25%;
    padding-bottom: 56.25%
  }

  .mb\:px-6\/19 {
    padding-left: 56.25%;
    padding-right: 56.25%
  }

  .mb\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%
  }

  .mb\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%
  }

  .mb\:py-3\/2 {
    padding-top: 150%;
    padding-bottom: 150%
  }

  .mb\:px-3\/2 {
    padding-left: 150%;
    padding-right: 150%
  }

  .mb\:py-4\/3 {
    padding-top: 133.333%;
    padding-bottom: 133.333%
  }

  .mb\:px-4\/3 {
    padding-left: 133.333%;
    padding-right: 133.333%
  }

  .mb\:pt-0 {
    padding-top: 0px
  }

  .mb\:pr-0 {
    padding-right: 0px
  }

  .mb\:pb-0 {
    padding-bottom: 0px
  }

  .mb\:pl-0 {
    padding-left: 0px
  }

  .mb\:pt-1 {
    padding-top: 0.25rem
  }

  .mb\:pr-1 {
    padding-right: 0.25rem
  }

  .mb\:pb-1 {
    padding-bottom: 0.25rem
  }

  .mb\:pl-1 {
    padding-left: 0.25rem
  }

  .mb\:pt-2 {
    padding-top: 0.5rem
  }

  .mb\:pr-2 {
    padding-right: 0.5rem
  }

  .mb\:pb-2 {
    padding-bottom: 0.5rem
  }

  .mb\:pl-2 {
    padding-left: 0.5rem
  }

  .mb\:pt-3 {
    padding-top: 0.75rem
  }

  .mb\:pr-3 {
    padding-right: 0.75rem
  }

  .mb\:pb-3 {
    padding-bottom: 0.75rem
  }

  .mb\:pl-3 {
    padding-left: 0.75rem
  }

  .mb\:pt-4 {
    padding-top: 1rem
  }

  .mb\:pr-4 {
    padding-right: 1rem
  }

  .mb\:pb-4 {
    padding-bottom: 1rem
  }

  .mb\:pl-4 {
    padding-left: 1rem
  }

  .mb\:pt-5 {
    padding-top: 1.25rem
  }

  .mb\:pr-5 {
    padding-right: 1.25rem
  }

  .mb\:pb-5 {
    padding-bottom: 1.25rem
  }

  .mb\:pl-5 {
    padding-left: 1.25rem
  }

  .mb\:pt-6 {
    padding-top: 1.5rem
  }

  .mb\:pr-6 {
    padding-right: 1.5rem
  }

  .mb\:pb-6 {
    padding-bottom: 1.5rem
  }

  .mb\:pl-6 {
    padding-left: 1.5rem
  }

  .mb\:pt-7 {
    padding-top: 1.75rem
  }

  .mb\:pr-7 {
    padding-right: 1.75rem
  }

  .mb\:pb-7 {
    padding-bottom: 1.75rem
  }

  .mb\:pl-7 {
    padding-left: 1.75rem
  }

  .mb\:pt-8 {
    padding-top: 2rem
  }

  .mb\:pr-8 {
    padding-right: 2rem
  }

  .mb\:pb-8 {
    padding-bottom: 2rem
  }

  .mb\:pl-8 {
    padding-left: 2rem
  }

  .mb\:pt-9 {
    padding-top: 2.25rem
  }

  .mb\:pr-9 {
    padding-right: 2.25rem
  }

  .mb\:pb-9 {
    padding-bottom: 2.25rem
  }

  .mb\:pl-9 {
    padding-left: 2.25rem
  }

  .mb\:pt-10 {
    padding-top: 2.5rem
  }

  .mb\:pr-10 {
    padding-right: 2.5rem
  }

  .mb\:pb-10 {
    padding-bottom: 2.5rem
  }

  .mb\:pl-10 {
    padding-left: 2.5rem
  }

  .mb\:pt-11 {
    padding-top: 2.75rem
  }

  .mb\:pr-11 {
    padding-right: 2.75rem
  }

  .mb\:pb-11 {
    padding-bottom: 2.75rem
  }

  .mb\:pl-11 {
    padding-left: 2.75rem
  }

  .mb\:pt-12 {
    padding-top: 3rem
  }

  .mb\:pr-12 {
    padding-right: 3rem
  }

  .mb\:pb-12 {
    padding-bottom: 3rem
  }

  .mb\:pl-12 {
    padding-left: 3rem
  }

  .mb\:pt-14 {
    padding-top: 3.5rem
  }

  .mb\:pr-14 {
    padding-right: 3.5rem
  }

  .mb\:pb-14 {
    padding-bottom: 3.5rem
  }

  .mb\:pl-14 {
    padding-left: 3.5rem
  }

  .mb\:pt-16 {
    padding-top: 4rem
  }

  .mb\:pr-16 {
    padding-right: 4rem
  }

  .mb\:pb-16 {
    padding-bottom: 4rem
  }

  .mb\:pl-16 {
    padding-left: 4rem
  }

  .mb\:pt-20 {
    padding-top: 5rem
  }

  .mb\:pr-20 {
    padding-right: 5rem
  }

  .mb\:pb-20 {
    padding-bottom: 5rem
  }

  .mb\:pl-20 {
    padding-left: 5rem
  }

  .mb\:pt-24 {
    padding-top: 6rem
  }

  .mb\:pr-24 {
    padding-right: 6rem
  }

  .mb\:pb-24 {
    padding-bottom: 6rem
  }

  .mb\:pl-24 {
    padding-left: 6rem
  }

  .mb\:pt-28 {
    padding-top: 7rem
  }

  .mb\:pr-28 {
    padding-right: 7rem
  }

  .mb\:pb-28 {
    padding-bottom: 7rem
  }

  .mb\:pl-28 {
    padding-left: 7rem
  }

  .mb\:pt-32 {
    padding-top: 8rem
  }

  .mb\:pr-32 {
    padding-right: 8rem
  }

  .mb\:pb-32 {
    padding-bottom: 8rem
  }

  .mb\:pl-32 {
    padding-left: 8rem
  }

  .mb\:pt-36 {
    padding-top: 9rem
  }

  .mb\:pr-36 {
    padding-right: 9rem
  }

  .mb\:pb-36 {
    padding-bottom: 9rem
  }

  .mb\:pl-36 {
    padding-left: 9rem
  }

  .mb\:pt-40 {
    padding-top: 10rem
  }

  .mb\:pr-40 {
    padding-right: 10rem
  }

  .mb\:pb-40 {
    padding-bottom: 10rem
  }

  .mb\:pl-40 {
    padding-left: 10rem
  }

  .mb\:pt-44 {
    padding-top: 11rem
  }

  .mb\:pr-44 {
    padding-right: 11rem
  }

  .mb\:pb-44 {
    padding-bottom: 11rem
  }

  .mb\:pl-44 {
    padding-left: 11rem
  }

  .mb\:pt-48 {
    padding-top: 12rem
  }

  .mb\:pr-48 {
    padding-right: 12rem
  }

  .mb\:pb-48 {
    padding-bottom: 12rem
  }

  .mb\:pl-48 {
    padding-left: 12rem
  }

  .mb\:pt-52 {
    padding-top: 13rem
  }

  .mb\:pr-52 {
    padding-right: 13rem
  }

  .mb\:pb-52 {
    padding-bottom: 13rem
  }

  .mb\:pl-52 {
    padding-left: 13rem
  }

  .mb\:pt-56 {
    padding-top: 14rem
  }

  .mb\:pr-56 {
    padding-right: 14rem
  }

  .mb\:pb-56 {
    padding-bottom: 14rem
  }

  .mb\:pl-56 {
    padding-left: 14rem
  }

  .mb\:pt-60 {
    padding-top: 15rem
  }

  .mb\:pr-60 {
    padding-right: 15rem
  }

  .mb\:pb-60 {
    padding-bottom: 15rem
  }

  .mb\:pl-60 {
    padding-left: 15rem
  }

  .mb\:pt-64 {
    padding-top: 16rem
  }

  .mb\:pr-64 {
    padding-right: 16rem
  }

  .mb\:pb-64 {
    padding-bottom: 16rem
  }

  .mb\:pl-64 {
    padding-left: 16rem
  }

  .mb\:pt-72 {
    padding-top: 18rem
  }

  .mb\:pr-72 {
    padding-right: 18rem
  }

  .mb\:pb-72 {
    padding-bottom: 18rem
  }

  .mb\:pl-72 {
    padding-left: 18rem
  }

  .mb\:pt-80 {
    padding-top: 20rem
  }

  .mb\:pr-80 {
    padding-right: 20rem
  }

  .mb\:pb-80 {
    padding-bottom: 20rem
  }

  .mb\:pl-80 {
    padding-left: 20rem
  }

  .mb\:pt-96 {
    padding-top: 24rem
  }

  .mb\:pr-96 {
    padding-right: 24rem
  }

  .mb\:pb-96 {
    padding-bottom: 24rem
  }

  .mb\:pl-96 {
    padding-left: 24rem
  }

  .mb\:pt-px {
    padding-top: 1px
  }

  .mb\:pr-px {
    padding-right: 1px
  }

  .mb\:pb-px {
    padding-bottom: 1px
  }

  .mb\:pl-px {
    padding-left: 1px
  }

  .mb\:pt-0\.5 {
    padding-top: 0.125rem
  }

  .mb\:pr-0\.5 {
    padding-right: 0.125rem
  }

  .mb\:pb-0\.5 {
    padding-bottom: 0.125rem
  }

  .mb\:pl-0\.5 {
    padding-left: 0.125rem
  }

  .mb\:pt-1\.5 {
    padding-top: 0.375rem
  }

  .mb\:pr-1\.5 {
    padding-right: 0.375rem
  }

  .mb\:pb-1\.5 {
    padding-bottom: 0.375rem
  }

  .mb\:pl-1\.5 {
    padding-left: 0.375rem
  }

  .mb\:pt-2\.5 {
    padding-top: 0.625rem
  }

  .mb\:pr-2\.5 {
    padding-right: 0.625rem
  }

  .mb\:pb-2\.5 {
    padding-bottom: 0.625rem
  }

  .mb\:pl-2\.5 {
    padding-left: 0.625rem
  }

  .mb\:pt-3\.5 {
    padding-top: 0.875rem
  }

  .mb\:pr-3\.5 {
    padding-right: 0.875rem
  }

  .mb\:pb-3\.5 {
    padding-bottom: 0.875rem
  }

  .mb\:pl-3\.5 {
    padding-left: 0.875rem
  }

  .mb\:pt-2\/3 {
    padding-top: 66.666667%
  }

  .mb\:pr-2\/3 {
    padding-right: 66.666667%
  }

  .mb\:pb-2\/3 {
    padding-bottom: 66.666667%
  }

  .mb\:pl-2\/3 {
    padding-left: 66.666667%
  }

  .mb\:pt-3\/4 {
    padding-top: 75%
  }

  .mb\:pr-3\/4 {
    padding-right: 75%
  }

  .mb\:pb-3\/4 {
    padding-bottom: 75%
  }

  .mb\:pl-3\/4 {
    padding-left: 75%
  }

  .mb\:pt-6\/19 {
    padding-top: 56.25%
  }

  .mb\:pr-6\/19 {
    padding-right: 56.25%
  }

  .mb\:pb-6\/19 {
    padding-bottom: 56.25%
  }

  .mb\:pl-6\/19 {
    padding-left: 56.25%
  }

  .mb\:pt-1\/1 {
    padding-top: 100%
  }

  .mb\:pr-1\/1 {
    padding-right: 100%
  }

  .mb\:pb-1\/1 {
    padding-bottom: 100%
  }

  .mb\:pl-1\/1 {
    padding-left: 100%
  }

  .mb\:pt-3\/2 {
    padding-top: 150%
  }

  .mb\:pr-3\/2 {
    padding-right: 150%
  }

  .mb\:pb-3\/2 {
    padding-bottom: 150%
  }

  .mb\:pl-3\/2 {
    padding-left: 150%
  }

  .mb\:pt-4\/3 {
    padding-top: 133.333%
  }

  .mb\:pr-4\/3 {
    padding-right: 133.333%
  }

  .mb\:pb-4\/3 {
    padding-bottom: 133.333%
  }

  .mb\:pl-4\/3 {
    padding-left: 133.333%
  }

  .mb\:static {
    position: static
  }

  .mb\:fixed {
    position: fixed
  }

  .mb\:absolute {
    position: absolute
  }

  .mb\:relative {
    position: relative
  }

  .mb\:sticky {
    position: sticky
  }

  .mb\:table-auto {
    table-layout: auto
  }

  .mb\:table-fixed {
    table-layout: fixed
  }

  .mb\:text-left {
    text-align: left
  }

  .mb\:text-center {
    text-align: center
  }

  .mb\:text-right {
    text-align: right
  }

  .mb\:text-justify {
    text-align: justify
  }

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

  .mb\:overflow-ellipsis {
    text-overflow: ellipsis
  }

  .mb\:overflow-clip {
    text-overflow: clip
  }

  .mb\:italic {
    font-style: italic
  }

  .mb\:not-italic {
    font-style: normal
  }

  .mb\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .mb\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .mb\:ordinal, .mb\:slashed-zero, .mb\:lining-nums, .mb\:oldstyle-nums, .mb\:proportional-nums, .mb\:tabular-nums, .mb\:diagonal-fractions, .mb\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
  }

  .mb\:normal-nums {
    font-variant-numeric: normal
  }

  .mb\:ordinal {
    --tw-ordinal: ordinal
  }

  .mb\:slashed-zero {
    --tw-slashed-zero: slashed-zero
  }

  .mb\:lining-nums {
    --tw-numeric-figure: lining-nums
  }

  .mb\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums
  }

  .mb\:proportional-nums {
    --tw-numeric-spacing: proportional-nums
  }

  .mb\:tabular-nums {
    --tw-numeric-spacing: tabular-nums
  }

  .mb\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions
  }

  .mb\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions
  }

  .mb\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .mb\:tracking-tight {
    letter-spacing: -0.025em
  }

  .mb\:tracking-normal {
    letter-spacing: 0em
  }

  .mb\:tracking-wide {
    letter-spacing: 0.025em
  }

  .mb\:tracking-wider {
    letter-spacing: 0.05em
  }

  .mb\:tracking-widest {
    letter-spacing: 0.1em
  }

  .mb\:align-baseline {
    vertical-align: baseline
  }

  .mb\:align-top {
    vertical-align: top
  }

  .mb\:align-middle {
    vertical-align: middle
  }

  .mb\:align-bottom {
    vertical-align: bottom
  }

  .mb\:align-text-top {
    vertical-align: text-top
  }

  .mb\:align-text-bottom {
    vertical-align: text-bottom
  }

  .mb\:w-0 {
    width: 0px
  }

  .mb\:w-1 {
    width: 0.25rem
  }

  .mb\:w-2 {
    width: 0.5rem
  }

  .mb\:w-3 {
    width: 0.75rem
  }

  .mb\:w-4 {
    width: 1rem
  }

  .mb\:w-5 {
    width: 1.25rem
  }

  .mb\:w-6 {
    width: 1.5rem
  }

  .mb\:w-7 {
    width: 1.75rem
  }

  .mb\:w-8 {
    width: 2rem
  }

  .mb\:w-9 {
    width: 2.25rem
  }

  .mb\:w-10 {
    width: 2.5rem
  }

  .mb\:w-11 {
    width: 2.75rem
  }

  .mb\:w-12 {
    width: 3rem
  }

  .mb\:w-14 {
    width: 3.5rem
  }

  .mb\:w-16 {
    width: 4rem
  }

  .mb\:w-20 {
    width: 5rem
  }

  .mb\:w-24 {
    width: 6rem
  }

  .mb\:w-28 {
    width: 7rem
  }

  .mb\:w-32 {
    width: 8rem
  }

  .mb\:w-36 {
    width: 9rem
  }

  .mb\:w-40 {
    width: 10rem
  }

  .mb\:w-44 {
    width: 11rem
  }

  .mb\:w-48 {
    width: 12rem
  }

  .mb\:w-52 {
    width: 13rem
  }

  .mb\:w-56 {
    width: 14rem
  }

  .mb\:w-60 {
    width: 15rem
  }

  .mb\:w-64 {
    width: 16rem
  }

  .mb\:w-72 {
    width: 18rem
  }

  .mb\:w-80 {
    width: 20rem
  }

  .mb\:w-96 {
    width: 24rem
  }

  .mb\:w-auto {
    width: auto
  }

  .mb\:w-px {
    width: 1px
  }

  .mb\:w-0\.5 {
    width: 0.125rem
  }

  .mb\:w-1\.5 {
    width: 0.375rem
  }

  .mb\:w-2\.5 {
    width: 0.625rem
  }

  .mb\:w-3\.5 {
    width: 0.875rem
  }

  .mb\:w-2\/3 {
    width: 66.666667%
  }

  .mb\:w-3\/4 {
    width: 75%
  }

  .mb\:w-6\/19 {
    width: 56.25%
  }

  .mb\:w-1\/1 {
    width: 100%
  }

  .mb\:w-3\/2 {
    width: 150%
  }

  .mb\:w-4\/3 {
    width: 133.333%
  }

  .mb\:w-1\/2 {
    width: 50%
  }

  .mb\:w-1\/3 {
    width: 33.333333%
  }

  .mb\:w-1\/4 {
    width: 25%
  }

  .mb\:w-2\/4 {
    width: 50%
  }

  .mb\:w-1\/5 {
    width: 20%
  }

  .mb\:w-2\/5 {
    width: 40%
  }

  .mb\:w-3\/5 {
    width: 60%
  }

  .mb\:w-4\/5 {
    width: 80%
  }

  .mb\:w-1\/6 {
    width: 16.666667%
  }

  .mb\:w-2\/6 {
    width: 33.333333%
  }

  .mb\:w-3\/6 {
    width: 50%
  }

  .mb\:w-4\/6 {
    width: 66.666667%
  }

  .mb\:w-5\/6 {
    width: 83.333333%
  }

  .mb\:w-1\/12 {
    width: 8.333333%
  }

  .mb\:w-2\/12 {
    width: 16.666667%
  }

  .mb\:w-3\/12 {
    width: 25%
  }

  .mb\:w-4\/12 {
    width: 33.333333%
  }

  .mb\:w-5\/12 {
    width: 41.666667%
  }

  .mb\:w-6\/12 {
    width: 50%
  }

  .mb\:w-7\/12 {
    width: 58.333333%
  }

  .mb\:w-8\/12 {
    width: 66.666667%
  }

  .mb\:w-9\/12 {
    width: 75%
  }

  .mb\:w-10\/12 {
    width: 83.333333%
  }

  .mb\:w-11\/12 {
    width: 91.666667%
  }

  .mb\:w-full {
    width: 100%
  }

  .mb\:w-screen {
    width: 100vw
  }

  .mb\:w-min {
    width: min-content
  }

  .mb\:w-max {
    width: max-content
  }

  .mb\:gap-0 {
    gap: 0px
  }

  .mb\:gap-1 {
    gap: 0.25rem
  }

  .mb\:gap-2 {
    gap: 0.5rem
  }

  .mb\:gap-3 {
    gap: 0.75rem
  }

  .mb\:gap-4 {
    gap: 1rem
  }

  .mb\:gap-5 {
    gap: 1.25rem
  }

  .mb\:gap-6 {
    gap: 1.5rem
  }

  .mb\:gap-7 {
    gap: 1.75rem
  }

  .mb\:gap-8 {
    gap: 2rem
  }

  .mb\:gap-9 {
    gap: 2.25rem
  }

  .mb\:gap-10 {
    gap: 2.5rem
  }

  .mb\:gap-11 {
    gap: 2.75rem
  }

  .mb\:gap-12 {
    gap: 3rem
  }

  .mb\:gap-14 {
    gap: 3.5rem
  }

  .mb\:gap-16 {
    gap: 4rem
  }

  .mb\:gap-20 {
    gap: 5rem
  }

  .mb\:gap-24 {
    gap: 6rem
  }

  .mb\:gap-28 {
    gap: 7rem
  }

  .mb\:gap-32 {
    gap: 8rem
  }

  .mb\:gap-36 {
    gap: 9rem
  }

  .mb\:gap-40 {
    gap: 10rem
  }

  .mb\:gap-44 {
    gap: 11rem
  }

  .mb\:gap-48 {
    gap: 12rem
  }

  .mb\:gap-52 {
    gap: 13rem
  }

  .mb\:gap-56 {
    gap: 14rem
  }

  .mb\:gap-60 {
    gap: 15rem
  }

  .mb\:gap-64 {
    gap: 16rem
  }

  .mb\:gap-72 {
    gap: 18rem
  }

  .mb\:gap-80 {
    gap: 20rem
  }

  .mb\:gap-96 {
    gap: 24rem
  }

  .mb\:gap-px {
    gap: 1px
  }

  .mb\:gap-0\.5 {
    gap: 0.125rem
  }

  .mb\:gap-1\.5 {
    gap: 0.375rem
  }

  .mb\:gap-2\.5 {
    gap: 0.625rem
  }

  .mb\:gap-3\.5 {
    gap: 0.875rem
  }

  .mb\:gap-2\/3 {
    gap: 66.666667%
  }

  .mb\:gap-3\/4 {
    gap: 75%
  }

  .mb\:gap-6\/19 {
    gap: 56.25%
  }

  .mb\:gap-1\/1 {
    gap: 100%
  }

  .mb\:gap-3\/2 {
    gap: 150%
  }

  .mb\:gap-4\/3 {
    gap: 133.333%
  }

  .mb\:gap-x-0 {
    column-gap: 0px
  }

  .mb\:gap-x-1 {
    column-gap: 0.25rem
  }

  .mb\:gap-x-2 {
    column-gap: 0.5rem
  }

  .mb\:gap-x-3 {
    column-gap: 0.75rem
  }

  .mb\:gap-x-4 {
    column-gap: 1rem
  }

  .mb\:gap-x-5 {
    column-gap: 1.25rem
  }

  .mb\:gap-x-6 {
    column-gap: 1.5rem
  }

  .mb\:gap-x-7 {
    column-gap: 1.75rem
  }

  .mb\:gap-x-8 {
    column-gap: 2rem
  }

  .mb\:gap-x-9 {
    column-gap: 2.25rem
  }

  .mb\:gap-x-10 {
    column-gap: 2.5rem
  }

  .mb\:gap-x-11 {
    column-gap: 2.75rem
  }

  .mb\:gap-x-12 {
    column-gap: 3rem
  }

  .mb\:gap-x-14 {
    column-gap: 3.5rem
  }

  .mb\:gap-x-16 {
    column-gap: 4rem
  }

  .mb\:gap-x-20 {
    column-gap: 5rem
  }

  .mb\:gap-x-24 {
    column-gap: 6rem
  }

  .mb\:gap-x-28 {
    column-gap: 7rem
  }

  .mb\:gap-x-32 {
    column-gap: 8rem
  }

  .mb\:gap-x-36 {
    column-gap: 9rem
  }

  .mb\:gap-x-40 {
    column-gap: 10rem
  }

  .mb\:gap-x-44 {
    column-gap: 11rem
  }

  .mb\:gap-x-48 {
    column-gap: 12rem
  }

  .mb\:gap-x-52 {
    column-gap: 13rem
  }

  .mb\:gap-x-56 {
    column-gap: 14rem
  }

  .mb\:gap-x-60 {
    column-gap: 15rem
  }

  .mb\:gap-x-64 {
    column-gap: 16rem
  }

  .mb\:gap-x-72 {
    column-gap: 18rem
  }

  .mb\:gap-x-80 {
    column-gap: 20rem
  }

  .mb\:gap-x-96 {
    column-gap: 24rem
  }

  .mb\:gap-x-px {
    column-gap: 1px
  }

  .mb\:gap-x-0\.5 {
    column-gap: 0.125rem
  }

  .mb\:gap-x-1\.5 {
    column-gap: 0.375rem
  }

  .mb\:gap-x-2\.5 {
    column-gap: 0.625rem
  }

  .mb\:gap-x-3\.5 {
    column-gap: 0.875rem
  }

  .mb\:gap-x-2\/3 {
    column-gap: 66.666667%
  }

  .mb\:gap-x-3\/4 {
    column-gap: 75%
  }

  .mb\:gap-x-6\/19 {
    column-gap: 56.25%
  }

  .mb\:gap-x-1\/1 {
    column-gap: 100%
  }

  .mb\:gap-x-3\/2 {
    column-gap: 150%
  }

  .mb\:gap-x-4\/3 {
    column-gap: 133.333%
  }

  .mb\:gap-y-0 {
    row-gap: 0px
  }

  .mb\:gap-y-1 {
    row-gap: 0.25rem
  }

  .mb\:gap-y-2 {
    row-gap: 0.5rem
  }

  .mb\:gap-y-3 {
    row-gap: 0.75rem
  }

  .mb\:gap-y-4 {
    row-gap: 1rem
  }

  .mb\:gap-y-5 {
    row-gap: 1.25rem
  }

  .mb\:gap-y-6 {
    row-gap: 1.5rem
  }

  .mb\:gap-y-7 {
    row-gap: 1.75rem
  }

  .mb\:gap-y-8 {
    row-gap: 2rem
  }

  .mb\:gap-y-9 {
    row-gap: 2.25rem
  }

  .mb\:gap-y-10 {
    row-gap: 2.5rem
  }

  .mb\:gap-y-11 {
    row-gap: 2.75rem
  }

  .mb\:gap-y-12 {
    row-gap: 3rem
  }

  .mb\:gap-y-14 {
    row-gap: 3.5rem
  }

  .mb\:gap-y-16 {
    row-gap: 4rem
  }

  .mb\:gap-y-20 {
    row-gap: 5rem
  }

  .mb\:gap-y-24 {
    row-gap: 6rem
  }

  .mb\:gap-y-28 {
    row-gap: 7rem
  }

  .mb\:gap-y-32 {
    row-gap: 8rem
  }

  .mb\:gap-y-36 {
    row-gap: 9rem
  }

  .mb\:gap-y-40 {
    row-gap: 10rem
  }

  .mb\:gap-y-44 {
    row-gap: 11rem
  }

  .mb\:gap-y-48 {
    row-gap: 12rem
  }

  .mb\:gap-y-52 {
    row-gap: 13rem
  }

  .mb\:gap-y-56 {
    row-gap: 14rem
  }

  .mb\:gap-y-60 {
    row-gap: 15rem
  }

  .mb\:gap-y-64 {
    row-gap: 16rem
  }

  .mb\:gap-y-72 {
    row-gap: 18rem
  }

  .mb\:gap-y-80 {
    row-gap: 20rem
  }

  .mb\:gap-y-96 {
    row-gap: 24rem
  }

  .mb\:gap-y-px {
    row-gap: 1px
  }

  .mb\:gap-y-0\.5 {
    row-gap: 0.125rem
  }

  .mb\:gap-y-1\.5 {
    row-gap: 0.375rem
  }

  .mb\:gap-y-2\.5 {
    row-gap: 0.625rem
  }

  .mb\:gap-y-3\.5 {
    row-gap: 0.875rem
  }

  .mb\:gap-y-2\/3 {
    row-gap: 66.666667%
  }

  .mb\:gap-y-3\/4 {
    row-gap: 75%
  }

  .mb\:gap-y-6\/19 {
    row-gap: 56.25%
  }

  .mb\:gap-y-1\/1 {
    row-gap: 100%
  }

  .mb\:gap-y-3\/2 {
    row-gap: 150%
  }

  .mb\:gap-y-4\/3 {
    row-gap: 133.333%
  }

  .mb\:grid-flow-row {
    grid-auto-flow: row
  }

  .mb\:grid-flow-col {
    grid-auto-flow: column
  }

  .mb\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .mb\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .mb\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .mb\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .mb\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .mb\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .mb\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .mb\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .mb\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .mb\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .mb\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .mb\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .mb\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .mb\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .mb\:grid-cols-none {
    grid-template-columns: none
  }

  .mb\:auto-cols-auto {
    grid-auto-columns: auto
  }

  .mb\:auto-cols-min {
    grid-auto-columns: min-content
  }

  .mb\:auto-cols-max {
    grid-auto-columns: max-content
  }

  .mb\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
  }

  .mb\:col-auto {
    grid-column: auto
  }

  .mb\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .mb\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .mb\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .mb\:col-span-4 {
    grid-column: span 4 / span 4
  }

  .mb\:col-span-5 {
    grid-column: span 5 / span 5
  }

  .mb\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .mb\:col-span-7 {
    grid-column: span 7 / span 7
  }

  .mb\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .mb\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .mb\:col-span-10 {
    grid-column: span 10 / span 10
  }

  .mb\:col-span-11 {
    grid-column: span 11 / span 11
  }

  .mb\:col-span-12 {
    grid-column: span 12 / span 12
  }

  .mb\:col-span-full {
    grid-column: 1 / -1
  }

  .mb\:col-start-1 {
    grid-column-start: 1
  }

  .mb\:col-start-2 {
    grid-column-start: 2
  }

  .mb\:col-start-3 {
    grid-column-start: 3
  }

  .mb\:col-start-4 {
    grid-column-start: 4
  }

  .mb\:col-start-5 {
    grid-column-start: 5
  }

  .mb\:col-start-6 {
    grid-column-start: 6
  }

  .mb\:col-start-7 {
    grid-column-start: 7
  }

  .mb\:col-start-8 {
    grid-column-start: 8
  }

  .mb\:col-start-9 {
    grid-column-start: 9
  }

  .mb\:col-start-10 {
    grid-column-start: 10
  }

  .mb\:col-start-11 {
    grid-column-start: 11
  }

  .mb\:col-start-12 {
    grid-column-start: 12
  }

  .mb\:col-start-13 {
    grid-column-start: 13
  }

  .mb\:col-start-auto {
    grid-column-start: auto
  }

  .mb\:col-end-1 {
    grid-column-end: 1
  }

  .mb\:col-end-2 {
    grid-column-end: 2
  }

  .mb\:col-end-3 {
    grid-column-end: 3
  }

  .mb\:col-end-4 {
    grid-column-end: 4
  }

  .mb\:col-end-5 {
    grid-column-end: 5
  }

  .mb\:col-end-6 {
    grid-column-end: 6
  }

  .mb\:col-end-7 {
    grid-column-end: 7
  }

  .mb\:col-end-8 {
    grid-column-end: 8
  }

  .mb\:col-end-9 {
    grid-column-end: 9
  }

  .mb\:col-end-10 {
    grid-column-end: 10
  }

  .mb\:col-end-11 {
    grid-column-end: 11
  }

  .mb\:col-end-12 {
    grid-column-end: 12
  }

  .mb\:col-end-13 {
    grid-column-end: 13
  }

  .mb\:col-end-auto {
    grid-column-end: auto
  }

  .mb\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .mb\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .mb\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .mb\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .mb\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .mb\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .mb\:grid-rows-none {
    grid-template-rows: none
  }

  .mb\:auto-rows-auto {
    grid-auto-rows: auto
  }

  .mb\:auto-rows-min {
    grid-auto-rows: min-content
  }

  .mb\:auto-rows-max {
    grid-auto-rows: max-content
  }

  .mb\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }

  .mb\:row-auto {
    grid-row: auto
  }

  .mb\:row-span-1 {
    grid-row: span 1 / span 1
  }

  .mb\:row-span-2 {
    grid-row: span 2 / span 2
  }

  .mb\:row-span-3 {
    grid-row: span 3 / span 3
  }

  .mb\:row-span-4 {
    grid-row: span 4 / span 4
  }

  .mb\:row-span-5 {
    grid-row: span 5 / span 5
  }

  .mb\:row-span-6 {
    grid-row: span 6 / span 6
  }

  .mb\:row-span-full {
    grid-row: 1 / -1
  }

  .mb\:row-start-1 {
    grid-row-start: 1
  }

  .mb\:row-start-2 {
    grid-row-start: 2
  }

  .mb\:row-start-3 {
    grid-row-start: 3
  }

  .mb\:row-start-4 {
    grid-row-start: 4
  }

  .mb\:row-start-5 {
    grid-row-start: 5
  }

  .mb\:row-start-6 {
    grid-row-start: 6
  }

  .mb\:row-start-7 {
    grid-row-start: 7
  }

  .mb\:row-start-auto {
    grid-row-start: auto
  }

  .mb\:row-end-1 {
    grid-row-end: 1
  }

  .mb\:row-end-2 {
    grid-row-end: 2
  }

  .mb\:row-end-3 {
    grid-row-end: 3
  }

  .mb\:row-end-4 {
    grid-row-end: 4
  }

  .mb\:row-end-5 {
    grid-row-end: 5
  }

  .mb\:row-end-6 {
    grid-row-end: 6
  }

  .mb\:row-end-7 {
    grid-row-end: 7
  }

  .mb\:row-end-auto {
    grid-row-end: auto
  }

  .mb\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .mb\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .mb\:transform-none {
    transform: none
  }
}

@media (min-width: 768px) {
  .tb\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .tb\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .tb\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .tb\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .tb\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .tb\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .tb\:border-collapse {
    border-collapse: collapse
  }

  .tb\:border-separate {
    border-collapse: separate
  }

  .tb\:block {
    display: block
  }

  .tb\:inline-block {
    display: inline-block
  }

  .tb\:inline {
    display: inline
  }

  .tb\:flex {
    display: flex
  }

  .tb\:inline-flex {
    display: inline-flex
  }

  .tb\:table {
    display: table
  }

  .tb\:table-caption {
    display: table-caption
  }

  .tb\:table-cell {
    display: table-cell
  }

  .tb\:table-column {
    display: table-column
  }

  .tb\:table-column-group {
    display: table-column-group
  }

  .tb\:table-footer-group {
    display: table-footer-group
  }

  .tb\:table-header-group {
    display: table-header-group
  }

  .tb\:table-row-group {
    display: table-row-group
  }

  .tb\:table-row {
    display: table-row
  }

  .tb\:flow-root {
    display: flow-root
  }

  .tb\:grid {
    display: grid
  }

  .tb\:inline-grid {
    display: inline-grid
  }

  .tb\:contents {
    display: contents
  }

  .tb\:hidden {
    display: none
  }

  .tb\:flex-row {
    flex-direction: row
  }

  .tb\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .tb\:flex-col {
    flex-direction: column
  }

  .tb\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .tb\:flex-wrap {
    flex-wrap: wrap
  }

  .tb\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .tb\:flex-nowrap {
    flex-wrap: nowrap
  }

/*   .tb\:place-items-auto {
    place-items: auto
  }
 */
  .tb\:place-items-start {
    place-items: start
  }

  .tb\:place-items-end {
    place-items: end
  }

  .tb\:place-items-center {
    place-items: center
  }

  .tb\:place-items-stretch {
    place-items: stretch
  }

  .tb\:place-content-center {
    place-content: center
  }

  .tb\:place-content-start {
    place-content: start
  }

  .tb\:place-content-end {
    place-content: end
  }

  .tb\:place-content-between {
    place-content: space-between
  }

  .tb\:place-content-around {
    place-content: space-around
  }

  .tb\:place-content-evenly {
    place-content: space-evenly
  }

  .tb\:place-content-stretch {
    place-content: stretch
  }

  .tb\:place-self-auto {
    place-self: auto
  }

  .tb\:place-self-start {
    place-self: start
  }

  .tb\:place-self-end {
    place-self: end
  }

  .tb\:place-self-center {
    place-self: center
  }

  .tb\:place-self-stretch {
    place-self: stretch
  }

  .tb\:items-start {
    align-items: flex-start
  }

  .tb\:items-end {
    align-items: flex-end
  }

  .tb\:items-center {
    align-items: center
  }

  .tb\:items-baseline {
    align-items: baseline
  }

  .tb\:items-stretch {
    align-items: stretch
  }

  .tb\:content-center {
    align-content: center
  }

  .tb\:content-start {
    align-content: flex-start
  }

  .tb\:content-end {
    align-content: flex-end
  }

  .tb\:content-between {
    align-content: space-between
  }

  .tb\:content-around {
    align-content: space-around
  }

  .tb\:content-evenly {
    align-content: space-evenly
  }

  .tb\:self-auto {
    align-self: auto
  }

  .tb\:self-start {
    align-self: flex-start
  }

  .tb\:self-end {
    align-self: flex-end
  }

  .tb\:self-center {
    align-self: center
  }

  .tb\:self-stretch {
    align-self: stretch
  }

/*   .tb\:justify-items-auto {
    justify-items: auto
  } */

  .tb\:justify-items-start {
    justify-items: start
  }

  .tb\:justify-items-end {
    justify-items: end
  }

  .tb\:justify-items-center {
    justify-items: center
  }

  .tb\:justify-items-stretch {
    justify-items: stretch
  }

  .tb\:justify-start {
    justify-content: flex-start
  }

  .tb\:justify-end {
    justify-content: flex-end
  }

  .tb\:justify-center {
    justify-content: center
  }

  .tb\:justify-between {
    justify-content: space-between
  }

  .tb\:justify-around {
    justify-content: space-around
  }

  .tb\:justify-evenly {
    justify-content: space-evenly
  }

  .tb\:justify-self-auto {
    justify-self: auto
  }

  .tb\:justify-self-start {
    justify-self: start
  }

  .tb\:justify-self-end {
    justify-self: end
  }

  .tb\:justify-self-center {
    justify-self: center
  }

  .tb\:justify-self-stretch {
    justify-self: stretch
  }

  .tb\:flex-1 {
    flex: 1 1 0%
  }

  .tb\:flex-auto {
    flex: 1 1 auto
  }

  .tb\:flex-initial {
    flex: 0 1 auto
  }

  .tb\:flex-none {
    flex: none
  }

  .tb\:flex-grow-0 {
    flex-grow: 0
  }

  .tb\:flex-grow {
    flex-grow: 1
  }

  .tb\:flex-shrink-0 {
    flex-shrink: 0
  }

  .tb\:flex-shrink {
    flex-shrink: 1
  }

  .tb\:order-1 {
    order: 1
  }

  .tb\:order-2 {
    order: 2
  }

  .tb\:order-3 {
    order: 3
  }

  .tb\:order-4 {
    order: 4
  }

  .tb\:order-5 {
    order: 5
  }

  .tb\:order-6 {
    order: 6
  }

  .tb\:order-7 {
    order: 7
  }

  .tb\:order-8 {
    order: 8
  }

  .tb\:order-9 {
    order: 9
  }

  .tb\:order-10 {
    order: 10
  }

  .tb\:order-11 {
    order: 11
  }

  .tb\:order-12 {
    order: 12
  }

  .tb\:order-first {
    order: -9999
  }

  .tb\:order-last {
    order: 9999
  }

  .tb\:order-none {
    order: 0
  }

  .tb\:float-right {
    float: right
  }

  .tb\:float-left {
    float: left
  }

  .tb\:float-none {
    float: none
  }

  .tb\:font-thin {
    font-weight: 100
  }

  .tb\:font-extralight {
    font-weight: 200
  }

  .tb\:font-light {
    font-weight: 300
  }

  .tb\:font-normal {
    font-weight: 400
  }

  .tb\:font-medium {
    font-weight: 500
  }

  .tb\:font-semibold {
    font-weight: 600
  }

  .tb\:font-bold {
    font-weight: 700
  }

  .tb\:font-extrabold {
    font-weight: 800
  }

  .tb\:font-black {
    font-weight: 900
  }

  .tb\:h-0 {
    height: 0px
  }

  .tb\:h-1 {
    height: 0.25rem
  }

  .tb\:h-2 {
    height: 0.5rem
  }

  .tb\:h-3 {
    height: 0.75rem
  }

  .tb\:h-4 {
    height: 1rem
  }

  .tb\:h-5 {
    height: 1.25rem
  }

  .tb\:h-6 {
    height: 1.5rem
  }

  .tb\:h-7 {
    height: 1.75rem
  }

  .tb\:h-8 {
    height: 2rem
  }

  .tb\:h-9 {
    height: 2.25rem
  }

  .tb\:h-10 {
    height: 2.5rem
  }

  .tb\:h-11 {
    height: 2.75rem
  }

  .tb\:h-12 {
    height: 3rem
  }

  .tb\:h-14 {
    height: 3.5rem
  }

  .tb\:h-16 {
    height: 4rem
  }

  .tb\:h-20 {
    height: 5rem
  }

  .tb\:h-24 {
    height: 6rem
  }

  .tb\:h-28 {
    height: 7rem
  }

  .tb\:h-32 {
    height: 8rem
  }

  .tb\:h-36 {
    height: 9rem
  }

  .tb\:h-40 {
    height: 10rem
  }

  .tb\:h-44 {
    height: 11rem
  }

  .tb\:h-48 {
    height: 12rem
  }

  .tb\:h-52 {
    height: 13rem
  }

  .tb\:h-56 {
    height: 14rem
  }

  .tb\:h-60 {
    height: 15rem
  }

  .tb\:h-64 {
    height: 16rem
  }

  .tb\:h-72 {
    height: 18rem
  }

  .tb\:h-80 {
    height: 20rem
  }

  .tb\:h-96 {
    height: 24rem
  }

  .tb\:h-auto {
    height: auto
  }

  .tb\:h-px {
    height: 1px
  }

  .tb\:h-0\.5 {
    height: 0.125rem
  }

  .tb\:h-1\.5 {
    height: 0.375rem
  }

  .tb\:h-2\.5 {
    height: 0.625rem
  }

  .tb\:h-3\.5 {
    height: 0.875rem
  }

  .tb\:h-2\/3 {
    height: 66.666667%
  }

  .tb\:h-3\/4 {
    height: 75%
  }

  .tb\:h-6\/19 {
    height: 56.25%
  }

  .tb\:h-1\/1 {
    height: 100%
  }

  .tb\:h-3\/2 {
    height: 150%
  }

  .tb\:h-4\/3 {
    height: 133.333%
  }

  .tb\:h-1\/2 {
    height: 50%
  }

  .tb\:h-1\/3 {
    height: 33.333333%
  }

  .tb\:h-1\/4 {
    height: 25%
  }

  .tb\:h-2\/4 {
    height: 50%
  }

  .tb\:h-1\/5 {
    height: 20%
  }

  .tb\:h-2\/5 {
    height: 40%
  }

  .tb\:h-3\/5 {
    height: 60%
  }

  .tb\:h-4\/5 {
    height: 80%
  }

  .tb\:h-1\/6 {
    height: 16.666667%
  }

  .tb\:h-2\/6 {
    height: 33.333333%
  }

  .tb\:h-3\/6 {
    height: 50%
  }

  .tb\:h-4\/6 {
    height: 66.666667%
  }

  .tb\:h-5\/6 {
    height: 83.333333%
  }

  .tb\:h-full {
    height: 100%
  }

  .tb\:h-screen {
    height: 100vh
  }

  .tb\:text-xs {
    font-size: .75rem
  }

  .tb\:text-sm {
    font-size: .875rem
  }

  .tb\:text-md {
    font-size: 1rem
  }

  .tb\:text-lg {
    font-size: 1.125rem
  }

  .tb\:text-xl {
    font-size: 1.25rem
  }

  .tb\:text-2xl {
    font-size: 1.5rem
  }

  .tb\:text-3xl {
    font-size: 1.875rem
  }

  .tb\:text-4xl {
    font-size: 2.25rem
  }

  .tb\:text-5xl {
    font-size: 3rem
  }

  .tb\:text-6xl {
    font-size: 4rem
  }

  .tb\:text-7xl {
    font-size: 5rem
  }

  .tb\:text-8xl {
    font-size: 6rem
  }

  .tb\:text-9xl {
    font-size: 8rem
  }

  .tb\:list-inside {
    list-style-position: inside
  }

  .tb\:list-outside {
    list-style-position: outside
  }

  .tb\:list-none {
    list-style-type: none
  }

  .tb\:list-disc {
    list-style-type: disc
  }

  .tb\:list-decimal {
    list-style-type: decimal
  }

  .tb\:m-0 {
    margin: 0px
  }

  .tb\:m-1 {
    margin: 0.25rem
  }

  .tb\:m-2 {
    margin: 0.5rem
  }

  .tb\:m-3 {
    margin: 0.75rem
  }

  .tb\:m-4 {
    margin: 1rem
  }

  .tb\:m-5 {
    margin: 1.25rem
  }

  .tb\:m-6 {
    margin: 1.5rem
  }

  .tb\:m-7 {
    margin: 1.75rem
  }

  .tb\:m-8 {
    margin: 2rem
  }

  .tb\:m-9 {
    margin: 2.25rem
  }

  .tb\:m-10 {
    margin: 2.5rem
  }

  .tb\:m-11 {
    margin: 2.75rem
  }

  .tb\:m-12 {
    margin: 3rem
  }

  .tb\:m-14 {
    margin: 3.5rem
  }

  .tb\:m-16 {
    margin: 4rem
  }

  .tb\:m-20 {
    margin: 5rem
  }

  .tb\:m-24 {
    margin: 6rem
  }

  .tb\:m-28 {
    margin: 7rem
  }

  .tb\:m-32 {
    margin: 8rem
  }

  .tb\:m-36 {
    margin: 9rem
  }

  .tb\:m-40 {
    margin: 10rem
  }

  .tb\:m-44 {
    margin: 11rem
  }

  .tb\:m-48 {
    margin: 12rem
  }

  .tb\:m-52 {
    margin: 13rem
  }

  .tb\:m-56 {
    margin: 14rem
  }

  .tb\:m-60 {
    margin: 15rem
  }

  .tb\:m-64 {
    margin: 16rem
  }

  .tb\:m-72 {
    margin: 18rem
  }

  .tb\:m-80 {
    margin: 20rem
  }

  .tb\:m-96 {
    margin: 24rem
  }

  .tb\:m-auto {
    margin: auto
  }

  .tb\:m-px {
    margin: 1px
  }

  .tb\:m-0\.5 {
    margin: 0.125rem
  }

  .tb\:m-1\.5 {
    margin: 0.375rem
  }

  .tb\:m-2\.5 {
    margin: 0.625rem
  }

  .tb\:m-3\.5 {
    margin: 0.875rem
  }

  .tb\:m-2\/3 {
    margin: 66.666667%
  }

  .tb\:m-3\/4 {
    margin: 75%
  }

  .tb\:m-6\/19 {
    margin: 56.25%
  }

  .tb\:m-1\/1 {
    margin: 100%
  }

  .tb\:m-3\/2 {
    margin: 150%
  }

  .tb\:m-4\/3 {
    margin: 133.333%
  }

  .tb\:-m-0 {
    margin: 0px
  }

  .tb\:-m-1 {
    margin: -0.25rem
  }

  .tb\:-m-2 {
    margin: -0.5rem
  }

  .tb\:-m-3 {
    margin: -0.75rem
  }

  .tb\:-m-4 {
    margin: -1rem
  }

  .tb\:-m-5 {
    margin: -1.25rem
  }

  .tb\:-m-6 {
    margin: -1.5rem
  }

  .tb\:-m-7 {
    margin: -1.75rem
  }

  .tb\:-m-8 {
    margin: -2rem
  }

  .tb\:-m-9 {
    margin: -2.25rem
  }

  .tb\:-m-10 {
    margin: -2.5rem
  }

  .tb\:-m-11 {
    margin: -2.75rem
  }

  .tb\:-m-12 {
    margin: -3rem
  }

  .tb\:-m-14 {
    margin: -3.5rem
  }

  .tb\:-m-16 {
    margin: -4rem
  }

  .tb\:-m-20 {
    margin: -5rem
  }

  .tb\:-m-24 {
    margin: -6rem
  }

  .tb\:-m-28 {
    margin: -7rem
  }

  .tb\:-m-32 {
    margin: -8rem
  }

  .tb\:-m-36 {
    margin: -9rem
  }

  .tb\:-m-40 {
    margin: -10rem
  }

  .tb\:-m-44 {
    margin: -11rem
  }

  .tb\:-m-48 {
    margin: -12rem
  }

  .tb\:-m-52 {
    margin: -13rem
  }

  .tb\:-m-56 {
    margin: -14rem
  }

  .tb\:-m-60 {
    margin: -15rem
  }

  .tb\:-m-64 {
    margin: -16rem
  }

  .tb\:-m-72 {
    margin: -18rem
  }

  .tb\:-m-80 {
    margin: -20rem
  }

  .tb\:-m-96 {
    margin: -24rem
  }

  .tb\:-m-px {
    margin: -1px
  }

  .tb\:-m-0\.5 {
    margin: -0.125rem
  }

  .tb\:-m-1\.5 {
    margin: -0.375rem
  }

  .tb\:-m-2\.5 {
    margin: -0.625rem
  }

  .tb\:-m-3\.5 {
    margin: -0.875rem
  }

  .tb\:-m-2\/3 {
    margin: -66.66667%
  }

  .tb\:-m-3\/4 {
    margin: -75%
  }

  .tb\:-m-6\/19 {
    margin: -56.25%
  }

  .tb\:-m-1\/1 {
    margin: -100%
  }

  .tb\:-m-3\/2 {
    margin: -150%
  }

  .tb\:-m-4\/3 {
    margin: -133.333%
  }

  .tb\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .tb\:mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

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

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

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

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

  .tb\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
  }

  .tb\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }

  .tb\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .tb\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .tb\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  .tb\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }

  .tb\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .tb\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .tb\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }

  .tb\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem
  }

  .tb\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .tb\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .tb\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
  }

  .tb\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem
  }

  .tb\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .tb\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .tb\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem
  }

  .tb\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem
  }

  .tb\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .tb\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
  }

  .tb\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
  }

  .tb\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem
  }

  .tb\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
  }

  .tb\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
  }

  .tb\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .tb\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
  }

  .tb\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .tb\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
  }

  .tb\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem
  }

  .tb\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem
  }

  .tb\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }

  .tb\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
  }

  .tb\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem
  }

  .tb\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem
  }

  .tb\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .tb\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
  }

  .tb\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem
  }

  .tb\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem
  }

  .tb\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .tb\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .tb\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem
  }

  .tb\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem
  }

  .tb\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .tb\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .tb\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem
  }

  .tb\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem
  }

  .tb\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .tb\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .tb\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem
  }

  .tb\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem
  }

  .tb\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem
  }

  .tb\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem
  }

  .tb\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem
  }

  .tb\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem
  }

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

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

  .tb\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }

  .tb\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }

  .tb\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem
  }

  .tb\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem
  }

  .tb\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem
  }

  .tb\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem
  }

  .tb\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
  }

  .tb\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem
  }

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

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

  .tb\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%
  }

  .tb\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%
  }

  .tb\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%
  }

  .tb\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%
  }

  .tb\:my-6\/19 {
    margin-top: 56.25%;
    margin-bottom: 56.25%
  }

  .tb\:mx-6\/19 {
    margin-left: 56.25%;
    margin-right: 56.25%
  }

  .tb\:my-1\/1 {
    margin-top: 100%;
    margin-bottom: 100%
  }

  .tb\:mx-1\/1 {
    margin-left: 100%;
    margin-right: 100%
  }

  .tb\:my-3\/2 {
    margin-top: 150%;
    margin-bottom: 150%
  }

  .tb\:mx-3\/2 {
    margin-left: 150%;
    margin-right: 150%
  }

  .tb\:my-4\/3 {
    margin-top: 133.333%;
    margin-bottom: 133.333%
  }

  .tb\:mx-4\/3 {
    margin-left: 133.333%;
    margin-right: 133.333%
  }

  .tb\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .tb\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

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

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

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

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

  .tb\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem
  }

  .tb\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  .tb\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .tb\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .tb\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
  }

  .tb\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .tb\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
  }

  .tb\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }

  .tb\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem
  }

  .tb\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem
  }

  .tb\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .tb\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .tb\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem
  }

  .tb\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem
  }

  .tb\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .tb\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .tb\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem
  }

  .tb\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem
  }

  .tb\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
  }

  .tb\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
  }

  .tb\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem
  }

  .tb\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem
  }

  .tb\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
  }

  .tb\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
  }

  .tb\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
  }

  .tb\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .tb\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
  }

  .tb\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .tb\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem
  }

  .tb\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem
  }

  .tb\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
  }

  .tb\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
  }

  .tb\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem
  }

  .tb\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem
  }

  .tb\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
  }

  .tb\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
  }

  .tb\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem
  }

  .tb\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .tb\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .tb\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .tb\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem
  }

  .tb\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem
  }

  .tb\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .tb\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .tb\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem
  }

  .tb\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem
  }

  .tb\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .tb\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .tb\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem
  }

  .tb\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem
  }

  .tb\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem
  }

  .tb\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem
  }

  .tb\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem
  }

  .tb\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem
  }

  .tb\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .tb\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .tb\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem
  }

  .tb\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem
  }

  .tb\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem
  }

  .tb\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem
  }

  .tb\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
  }

  .tb\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem
  }

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

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

  .tb\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%
  }

  .tb\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%
  }

  .tb\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%
  }

  .tb\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%
  }

  .tb\:-my-6\/19 {
    margin-top: -56.25%;
    margin-bottom: -56.25%
  }

  .tb\:-mx-6\/19 {
    margin-left: -56.25%;
    margin-right: -56.25%
  }

  .tb\:-my-1\/1 {
    margin-top: -100%;
    margin-bottom: -100%
  }

  .tb\:-mx-1\/1 {
    margin-left: -100%;
    margin-right: -100%
  }

  .tb\:-my-3\/2 {
    margin-top: -150%;
    margin-bottom: -150%
  }

  .tb\:-mx-3\/2 {
    margin-left: -150%;
    margin-right: -150%
  }

  .tb\:-my-4\/3 {
    margin-top: -133.333%;
    margin-bottom: -133.333%
  }

  .tb\:-mx-4\/3 {
    margin-left: -133.333%;
    margin-right: -133.333%
  }

  .tb\:mt-0 {
    margin-top: 0px
  }

  .tb\:mr-0 {
    margin-right: 0px
  }

  .tb\:mb-0 {
    margin-bottom: 0px
  }

  .tb\:ml-0 {
    margin-left: 0px
  }

  .tb\:mt-1 {
    margin-top: 0.25rem
  }

  .tb\:mr-1 {
    margin-right: 0.25rem
  }

  .tb\:mb-1 {
    margin-bottom: 0.25rem
  }

  .tb\:ml-1 {
    margin-left: 0.25rem
  }

  .tb\:mt-2 {
    margin-top: 0.5rem
  }

  .tb\:mr-2 {
    margin-right: 0.5rem
  }

  .tb\:mb-2 {
    margin-bottom: 0.5rem
  }

  .tb\:ml-2 {
    margin-left: 0.5rem
  }

  .tb\:mt-3 {
    margin-top: 0.75rem
  }

  .tb\:mr-3 {
    margin-right: 0.75rem
  }

  .tb\:mb-3 {
    margin-bottom: 0.75rem
  }

  .tb\:ml-3 {
    margin-left: 0.75rem
  }

  .tb\:mt-4 {
    margin-top: 1rem
  }

  .tb\:mr-4 {
    margin-right: 1rem
  }

  .tb\:mb-4 {
    margin-bottom: 1rem
  }

  .tb\:ml-4 {
    margin-left: 1rem
  }

  .tb\:mt-5 {
    margin-top: 1.25rem
  }

  .tb\:mr-5 {
    margin-right: 1.25rem
  }

  .tb\:mb-5 {
    margin-bottom: 1.25rem
  }

  .tb\:ml-5 {
    margin-left: 1.25rem
  }

  .tb\:mt-6 {
    margin-top: 1.5rem
  }

  .tb\:mr-6 {
    margin-right: 1.5rem
  }

  .tb\:mb-6 {
    margin-bottom: 1.5rem
  }

  .tb\:ml-6 {
    margin-left: 1.5rem
  }

  .tb\:mt-7 {
    margin-top: 1.75rem
  }

  .tb\:mr-7 {
    margin-right: 1.75rem
  }

  .tb\:mb-7 {
    margin-bottom: 1.75rem
  }

  .tb\:ml-7 {
    margin-left: 1.75rem
  }

  .tb\:mt-8 {
    margin-top: 2rem
  }

  .tb\:mr-8 {
    margin-right: 2rem
  }

  .tb\:mb-8 {
    margin-bottom: 2rem
  }

  .tb\:ml-8 {
    margin-left: 2rem
  }

  .tb\:mt-9 {
    margin-top: 2.25rem
  }

  .tb\:mr-9 {
    margin-right: 2.25rem
  }

  .tb\:mb-9 {
    margin-bottom: 2.25rem
  }

  .tb\:ml-9 {
    margin-left: 2.25rem
  }

  .tb\:mt-10 {
    margin-top: 2.5rem
  }

  .tb\:mr-10 {
    margin-right: 2.5rem
  }

  .tb\:mb-10 {
    margin-bottom: 2.5rem
  }

  .tb\:ml-10 {
    margin-left: 2.5rem
  }

  .tb\:mt-11 {
    margin-top: 2.75rem
  }

  .tb\:mr-11 {
    margin-right: 2.75rem
  }

  .tb\:mb-11 {
    margin-bottom: 2.75rem
  }

  .tb\:ml-11 {
    margin-left: 2.75rem
  }

  .tb\:mt-12 {
    margin-top: 3rem
  }

  .tb\:mr-12 {
    margin-right: 3rem
  }

  .tb\:mb-12 {
    margin-bottom: 3rem
  }

  .tb\:ml-12 {
    margin-left: 3rem
  }

  .tb\:mt-14 {
    margin-top: 3.5rem
  }

  .tb\:mr-14 {
    margin-right: 3.5rem
  }

  .tb\:mb-14 {
    margin-bottom: 3.5rem
  }

  .tb\:ml-14 {
    margin-left: 3.5rem
  }

  .tb\:mt-16 {
    margin-top: 4rem
  }

  .tb\:mr-16 {
    margin-right: 4rem
  }

  .tb\:mb-16 {
    margin-bottom: 4rem
  }

  .tb\:ml-16 {
    margin-left: 4rem
  }

  .tb\:mt-20 {
    margin-top: 5rem
  }

  .tb\:mr-20 {
    margin-right: 5rem
  }

  .tb\:mb-20 {
    margin-bottom: 5rem
  }

  .tb\:ml-20 {
    margin-left: 5rem
  }

  .tb\:mt-24 {
    margin-top: 6rem
  }

  .tb\:mr-24 {
    margin-right: 6rem
  }

  .tb\:mb-24 {
    margin-bottom: 6rem
  }

  .tb\:ml-24 {
    margin-left: 6rem
  }

  .tb\:mt-28 {
    margin-top: 7rem
  }

  .tb\:mr-28 {
    margin-right: 7rem
  }

  .tb\:mb-28 {
    margin-bottom: 7rem
  }

  .tb\:ml-28 {
    margin-left: 7rem
  }

  .tb\:mt-32 {
    margin-top: 8rem
  }

  .tb\:mr-32 {
    margin-right: 8rem
  }

  .tb\:mb-32 {
    margin-bottom: 8rem
  }

  .tb\:ml-32 {
    margin-left: 8rem
  }

  .tb\:mt-36 {
    margin-top: 9rem
  }

  .tb\:mr-36 {
    margin-right: 9rem
  }

  .tb\:mb-36 {
    margin-bottom: 9rem
  }

  .tb\:ml-36 {
    margin-left: 9rem
  }

  .tb\:mt-40 {
    margin-top: 10rem
  }

  .tb\:mr-40 {
    margin-right: 10rem
  }

  .tb\:mb-40 {
    margin-bottom: 10rem
  }

  .tb\:ml-40 {
    margin-left: 10rem
  }

  .tb\:mt-44 {
    margin-top: 11rem
  }

  .tb\:mr-44 {
    margin-right: 11rem
  }

  .tb\:mb-44 {
    margin-bottom: 11rem
  }

  .tb\:ml-44 {
    margin-left: 11rem
  }

  .tb\:mt-48 {
    margin-top: 12rem
  }

  .tb\:mr-48 {
    margin-right: 12rem
  }

  .tb\:mb-48 {
    margin-bottom: 12rem
  }

  .tb\:ml-48 {
    margin-left: 12rem
  }

  .tb\:mt-52 {
    margin-top: 13rem
  }

  .tb\:mr-52 {
    margin-right: 13rem
  }

  .tb\:mb-52 {
    margin-bottom: 13rem
  }

  .tb\:ml-52 {
    margin-left: 13rem
  }

  .tb\:mt-56 {
    margin-top: 14rem
  }

  .tb\:mr-56 {
    margin-right: 14rem
  }

  .tb\:mb-56 {
    margin-bottom: 14rem
  }

  .tb\:ml-56 {
    margin-left: 14rem
  }

  .tb\:mt-60 {
    margin-top: 15rem
  }

  .tb\:mr-60 {
    margin-right: 15rem
  }

  .tb\:mb-60 {
    margin-bottom: 15rem
  }

  .tb\:ml-60 {
    margin-left: 15rem
  }

  .tb\:mt-64 {
    margin-top: 16rem
  }

  .tb\:mr-64 {
    margin-right: 16rem
  }

  .tb\:mb-64 {
    margin-bottom: 16rem
  }

  .tb\:ml-64 {
    margin-left: 16rem
  }

  .tb\:mt-72 {
    margin-top: 18rem
  }

  .tb\:mr-72 {
    margin-right: 18rem
  }

  .tb\:mb-72 {
    margin-bottom: 18rem
  }

  .tb\:ml-72 {
    margin-left: 18rem
  }

  .tb\:mt-80 {
    margin-top: 20rem
  }

  .tb\:mr-80 {
    margin-right: 20rem
  }

  .tb\:mb-80 {
    margin-bottom: 20rem
  }

  .tb\:ml-80 {
    margin-left: 20rem
  }

  .tb\:mt-96 {
    margin-top: 24rem
  }

  .tb\:mr-96 {
    margin-right: 24rem
  }

  .tb\:mb-96 {
    margin-bottom: 24rem
  }

  .tb\:ml-96 {
    margin-left: 24rem
  }

  .tb\:mt-auto {
    margin-top: auto
  }

  .tb\:mr-auto {
    margin-right: auto
  }

  .tb\:mb-auto {
    margin-bottom: auto
  }

  .tb\:ml-auto {
    margin-left: auto
  }

  .tb\:mt-px {
    margin-top: 1px
  }

  .tb\:mr-px {
    margin-right: 1px
  }

  .tb\:mb-px {
    margin-bottom: 1px
  }

  .tb\:ml-px {
    margin-left: 1px
  }

  .tb\:mt-0\.5 {
    margin-top: 0.125rem
  }

  .tb\:mr-0\.5 {
    margin-right: 0.125rem
  }

  .tb\:mb-0\.5 {
    margin-bottom: 0.125rem
  }

  .tb\:ml-0\.5 {
    margin-left: 0.125rem
  }

  .tb\:mt-1\.5 {
    margin-top: 0.375rem
  }

  .tb\:mr-1\.5 {
    margin-right: 0.375rem
  }

  .tb\:mb-1\.5 {
    margin-bottom: 0.375rem
  }

  .tb\:ml-1\.5 {
    margin-left: 0.375rem
  }

  .tb\:mt-2\.5 {
    margin-top: 0.625rem
  }

  .tb\:mr-2\.5 {
    margin-right: 0.625rem
  }

  .tb\:mb-2\.5 {
    margin-bottom: 0.625rem
  }

  .tb\:ml-2\.5 {
    margin-left: 0.625rem
  }

  .tb\:mt-3\.5 {
    margin-top: 0.875rem
  }

  .tb\:mr-3\.5 {
    margin-right: 0.875rem
  }

  .tb\:mb-3\.5 {
    margin-bottom: 0.875rem
  }

  .tb\:ml-3\.5 {
    margin-left: 0.875rem
  }

  .tb\:mt-2\/3 {
    margin-top: 66.666667%
  }

  .tb\:mr-2\/3 {
    margin-right: 66.666667%
  }

  .tb\:mb-2\/3 {
    margin-bottom: 66.666667%
  }

  .tb\:ml-2\/3 {
    margin-left: 66.666667%
  }

  .tb\:mt-3\/4 {
    margin-top: 75%
  }

  .tb\:mr-3\/4 {
    margin-right: 75%
  }

  .tb\:mb-3\/4 {
    margin-bottom: 75%
  }

  .tb\:ml-3\/4 {
    margin-left: 75%
  }

  .tb\:mt-6\/19 {
    margin-top: 56.25%
  }

  .tb\:mr-6\/19 {
    margin-right: 56.25%
  }

  .tb\:mb-6\/19 {
    margin-bottom: 56.25%
  }

  .tb\:ml-6\/19 {
    margin-left: 56.25%
  }

  .tb\:mt-1\/1 {
    margin-top: 100%
  }

  .tb\:mr-1\/1 {
    margin-right: 100%
  }

  .tb\:mb-1\/1 {
    margin-bottom: 100%
  }

  .tb\:ml-1\/1 {
    margin-left: 100%
  }

  .tb\:mt-3\/2 {
    margin-top: 150%
  }

  .tb\:mr-3\/2 {
    margin-right: 150%
  }

  .tb\:mb-3\/2 {
    margin-bottom: 150%
  }

  .tb\:ml-3\/2 {
    margin-left: 150%
  }

  .tb\:mt-4\/3 {
    margin-top: 133.333%
  }

  .tb\:mr-4\/3 {
    margin-right: 133.333%
  }

  .tb\:mb-4\/3 {
    margin-bottom: 133.333%
  }

  .tb\:ml-4\/3 {
    margin-left: 133.333%
  }

  .tb\:-mt-0 {
    margin-top: 0px
  }

  .tb\:-mr-0 {
    margin-right: 0px
  }

  .tb\:-mb-0 {
    margin-bottom: 0px
  }

  .tb\:-ml-0 {
    margin-left: 0px
  }

  .tb\:-mt-1 {
    margin-top: -0.25rem
  }

  .tb\:-mr-1 {
    margin-right: -0.25rem
  }

  .tb\:-mb-1 {
    margin-bottom: -0.25rem
  }

  .tb\:-ml-1 {
    margin-left: -0.25rem
  }

  .tb\:-mt-2 {
    margin-top: -0.5rem
  }

  .tb\:-mr-2 {
    margin-right: -0.5rem
  }

  .tb\:-mb-2 {
    margin-bottom: -0.5rem
  }

  .tb\:-ml-2 {
    margin-left: -0.5rem
  }

  .tb\:-mt-3 {
    margin-top: -0.75rem
  }

  .tb\:-mr-3 {
    margin-right: -0.75rem
  }

  .tb\:-mb-3 {
    margin-bottom: -0.75rem
  }

  .tb\:-ml-3 {
    margin-left: -0.75rem
  }

  .tb\:-mt-4 {
    margin-top: -1rem
  }

  .tb\:-mr-4 {
    margin-right: -1rem
  }

  .tb\:-mb-4 {
    margin-bottom: -1rem
  }

  .tb\:-ml-4 {
    margin-left: -1rem
  }

  .tb\:-mt-5 {
    margin-top: -1.25rem
  }

  .tb\:-mr-5 {
    margin-right: -1.25rem
  }

  .tb\:-mb-5 {
    margin-bottom: -1.25rem
  }

  .tb\:-ml-5 {
    margin-left: -1.25rem
  }

  .tb\:-mt-6 {
    margin-top: -1.5rem
  }

  .tb\:-mr-6 {
    margin-right: -1.5rem
  }

  .tb\:-mb-6 {
    margin-bottom: -1.5rem
  }

  .tb\:-ml-6 {
    margin-left: -1.5rem
  }

  .tb\:-mt-7 {
    margin-top: -1.75rem
  }

  .tb\:-mr-7 {
    margin-right: -1.75rem
  }

  .tb\:-mb-7 {
    margin-bottom: -1.75rem
  }

  .tb\:-ml-7 {
    margin-left: -1.75rem
  }

  .tb\:-mt-8 {
    margin-top: -2rem
  }

  .tb\:-mr-8 {
    margin-right: -2rem
  }

  .tb\:-mb-8 {
    margin-bottom: -2rem
  }

  .tb\:-ml-8 {
    margin-left: -2rem
  }

  .tb\:-mt-9 {
    margin-top: -2.25rem
  }

  .tb\:-mr-9 {
    margin-right: -2.25rem
  }

  .tb\:-mb-9 {
    margin-bottom: -2.25rem
  }

  .tb\:-ml-9 {
    margin-left: -2.25rem
  }

  .tb\:-mt-10 {
    margin-top: -2.5rem
  }

  .tb\:-mr-10 {
    margin-right: -2.5rem
  }

  .tb\:-mb-10 {
    margin-bottom: -2.5rem
  }

  .tb\:-ml-10 {
    margin-left: -2.5rem
  }

  .tb\:-mt-11 {
    margin-top: -2.75rem
  }

  .tb\:-mr-11 {
    margin-right: -2.75rem
  }

  .tb\:-mb-11 {
    margin-bottom: -2.75rem
  }

  .tb\:-ml-11 {
    margin-left: -2.75rem
  }

  .tb\:-mt-12 {
    margin-top: -3rem
  }

  .tb\:-mr-12 {
    margin-right: -3rem
  }

  .tb\:-mb-12 {
    margin-bottom: -3rem
  }

  .tb\:-ml-12 {
    margin-left: -3rem
  }

  .tb\:-mt-14 {
    margin-top: -3.5rem
  }

  .tb\:-mr-14 {
    margin-right: -3.5rem
  }

  .tb\:-mb-14 {
    margin-bottom: -3.5rem
  }

  .tb\:-ml-14 {
    margin-left: -3.5rem
  }

  .tb\:-mt-16 {
    margin-top: -4rem
  }

  .tb\:-mr-16 {
    margin-right: -4rem
  }

  .tb\:-mb-16 {
    margin-bottom: -4rem
  }

  .tb\:-ml-16 {
    margin-left: -4rem
  }

  .tb\:-mt-20 {
    margin-top: -5rem
  }

  .tb\:-mr-20 {
    margin-right: -5rem
  }

  .tb\:-mb-20 {
    margin-bottom: -5rem
  }

  .tb\:-ml-20 {
    margin-left: -5rem
  }

  .tb\:-mt-24 {
    margin-top: -6rem
  }

  .tb\:-mr-24 {
    margin-right: -6rem
  }

  .tb\:-mb-24 {
    margin-bottom: -6rem
  }

  .tb\:-ml-24 {
    margin-left: -6rem
  }

  .tb\:-mt-28 {
    margin-top: -7rem
  }

  .tb\:-mr-28 {
    margin-right: -7rem
  }

  .tb\:-mb-28 {
    margin-bottom: -7rem
  }

  .tb\:-ml-28 {
    margin-left: -7rem
  }

  .tb\:-mt-32 {
    margin-top: -8rem
  }

  .tb\:-mr-32 {
    margin-right: -8rem
  }

  .tb\:-mb-32 {
    margin-bottom: -8rem
  }

  .tb\:-ml-32 {
    margin-left: -8rem
  }

  .tb\:-mt-36 {
    margin-top: -9rem
  }

  .tb\:-mr-36 {
    margin-right: -9rem
  }

  .tb\:-mb-36 {
    margin-bottom: -9rem
  }

  .tb\:-ml-36 {
    margin-left: -9rem
  }

  .tb\:-mt-40 {
    margin-top: -10rem
  }

  .tb\:-mr-40 {
    margin-right: -10rem
  }

  .tb\:-mb-40 {
    margin-bottom: -10rem
  }

  .tb\:-ml-40 {
    margin-left: -10rem
  }

  .tb\:-mt-44 {
    margin-top: -11rem
  }

  .tb\:-mr-44 {
    margin-right: -11rem
  }

  .tb\:-mb-44 {
    margin-bottom: -11rem
  }

  .tb\:-ml-44 {
    margin-left: -11rem
  }

  .tb\:-mt-48 {
    margin-top: -12rem
  }

  .tb\:-mr-48 {
    margin-right: -12rem
  }

  .tb\:-mb-48 {
    margin-bottom: -12rem
  }

  .tb\:-ml-48 {
    margin-left: -12rem
  }

  .tb\:-mt-52 {
    margin-top: -13rem
  }

  .tb\:-mr-52 {
    margin-right: -13rem
  }

  .tb\:-mb-52 {
    margin-bottom: -13rem
  }

  .tb\:-ml-52 {
    margin-left: -13rem
  }

  .tb\:-mt-56 {
    margin-top: -14rem
  }

  .tb\:-mr-56 {
    margin-right: -14rem
  }

  .tb\:-mb-56 {
    margin-bottom: -14rem
  }

  .tb\:-ml-56 {
    margin-left: -14rem
  }

  .tb\:-mt-60 {
    margin-top: -15rem
  }

  .tb\:-mr-60 {
    margin-right: -15rem
  }

  .tb\:-mb-60 {
    margin-bottom: -15rem
  }

  .tb\:-ml-60 {
    margin-left: -15rem
  }

  .tb\:-mt-64 {
    margin-top: -16rem
  }

  .tb\:-mr-64 {
    margin-right: -16rem
  }

  .tb\:-mb-64 {
    margin-bottom: -16rem
  }

  .tb\:-ml-64 {
    margin-left: -16rem
  }

  .tb\:-mt-72 {
    margin-top: -18rem
  }

  .tb\:-mr-72 {
    margin-right: -18rem
  }

  .tb\:-mb-72 {
    margin-bottom: -18rem
  }

  .tb\:-ml-72 {
    margin-left: -18rem
  }

  .tb\:-mt-80 {
    margin-top: -20rem
  }

  .tb\:-mr-80 {
    margin-right: -20rem
  }

  .tb\:-mb-80 {
    margin-bottom: -20rem
  }

  .tb\:-ml-80 {
    margin-left: -20rem
  }

  .tb\:-mt-96 {
    margin-top: -24rem
  }

  .tb\:-mr-96 {
    margin-right: -24rem
  }

  .tb\:-mb-96 {
    margin-bottom: -24rem
  }

  .tb\:-ml-96 {
    margin-left: -24rem
  }

  .tb\:-mt-px {
    margin-top: -1px
  }

  .tb\:-mr-px {
    margin-right: -1px
  }

  .tb\:-mb-px {
    margin-bottom: -1px
  }

  .tb\:-ml-px {
    margin-left: -1px
  }

  .tb\:-mt-0\.5 {
    margin-top: -0.125rem
  }

  .tb\:-mr-0\.5 {
    margin-right: -0.125rem
  }

  .tb\:-mb-0\.5 {
    margin-bottom: -0.125rem
  }

  .tb\:-ml-0\.5 {
    margin-left: -0.125rem
  }

  .tb\:-mt-1\.5 {
    margin-top: -0.375rem
  }

  .tb\:-mr-1\.5 {
    margin-right: -0.375rem
  }

  .tb\:-mb-1\.5 {
    margin-bottom: -0.375rem
  }

  .tb\:-ml-1\.5 {
    margin-left: -0.375rem
  }

  .tb\:-mt-2\.5 {
    margin-top: -0.625rem
  }

  .tb\:-mr-2\.5 {
    margin-right: -0.625rem
  }

  .tb\:-mb-2\.5 {
    margin-bottom: -0.625rem
  }

  .tb\:-ml-2\.5 {
    margin-left: -0.625rem
  }

  .tb\:-mt-3\.5 {
    margin-top: -0.875rem
  }

  .tb\:-mr-3\.5 {
    margin-right: -0.875rem
  }

  .tb\:-mb-3\.5 {
    margin-bottom: -0.875rem
  }

  .tb\:-ml-3\.5 {
    margin-left: -0.875rem
  }

  .tb\:-mt-2\/3 {
    margin-top: -66.66667%
  }

  .tb\:-mr-2\/3 {
    margin-right: -66.66667%
  }

  .tb\:-mb-2\/3 {
    margin-bottom: -66.66667%
  }

  .tb\:-ml-2\/3 {
    margin-left: -66.66667%
  }

  .tb\:-mt-3\/4 {
    margin-top: -75%
  }

  .tb\:-mr-3\/4 {
    margin-right: -75%
  }

  .tb\:-mb-3\/4 {
    margin-bottom: -75%
  }

  .tb\:-ml-3\/4 {
    margin-left: -75%
  }

  .tb\:-mt-6\/19 {
    margin-top: -56.25%
  }

  .tb\:-mr-6\/19 {
    margin-right: -56.25%
  }

  .tb\:-mb-6\/19 {
    margin-bottom: -56.25%
  }

  .tb\:-ml-6\/19 {
    margin-left: -56.25%
  }

  .tb\:-mt-1\/1 {
    margin-top: -100%
  }

  .tb\:-mr-1\/1 {
    margin-right: -100%
  }

  .tb\:-mb-1\/1 {
    margin-bottom: -100%
  }

  .tb\:-ml-1\/1 {
    margin-left: -100%
  }

  .tb\:-mt-3\/2 {
    margin-top: -150%
  }

  .tb\:-mr-3\/2 {
    margin-right: -150%
  }

  .tb\:-mb-3\/2 {
    margin-bottom: -150%
  }

  .tb\:-ml-3\/2 {
    margin-left: -150%
  }

  .tb\:-mt-4\/3 {
    margin-top: -133.333%
  }

  .tb\:-mr-4\/3 {
    margin-right: -133.333%
  }

  .tb\:-mb-4\/3 {
    margin-bottom: -133.333%
  }

  .tb\:-ml-4\/3 {
    margin-left: -133.333%
  }

  .tb\:max-h-0 {
    max-height: 0px
  }

  .tb\:max-h-1 {
    max-height: 0.25rem
  }

  .tb\:max-h-2 {
    max-height: 0.5rem
  }

  .tb\:max-h-3 {
    max-height: 0.75rem
  }

  .tb\:max-h-4 {
    max-height: 1rem
  }

  .tb\:max-h-5 {
    max-height: 1.25rem
  }

  .tb\:max-h-6 {
    max-height: 1.5rem
  }

  .tb\:max-h-7 {
    max-height: 1.75rem
  }

  .tb\:max-h-8 {
    max-height: 2rem
  }

  .tb\:max-h-9 {
    max-height: 2.25rem
  }

  .tb\:max-h-10 {
    max-height: 2.5rem
  }

  .tb\:max-h-11 {
    max-height: 2.75rem
  }

  .tb\:max-h-12 {
    max-height: 3rem
  }

  .tb\:max-h-14 {
    max-height: 3.5rem
  }

  .tb\:max-h-16 {
    max-height: 4rem
  }

  .tb\:max-h-20 {
    max-height: 5rem
  }

  .tb\:max-h-24 {
    max-height: 6rem
  }

  .tb\:max-h-28 {
    max-height: 7rem
  }

  .tb\:max-h-32 {
    max-height: 8rem
  }

  .tb\:max-h-36 {
    max-height: 9rem
  }

  .tb\:max-h-40 {
    max-height: 10rem
  }

  .tb\:max-h-44 {
    max-height: 11rem
  }

  .tb\:max-h-48 {
    max-height: 12rem
  }

  .tb\:max-h-52 {
    max-height: 13rem
  }

  .tb\:max-h-56 {
    max-height: 14rem
  }

  .tb\:max-h-60 {
    max-height: 15rem
  }

  .tb\:max-h-64 {
    max-height: 16rem
  }

  .tb\:max-h-72 {
    max-height: 18rem
  }

  .tb\:max-h-80 {
    max-height: 20rem
  }

  .tb\:max-h-96 {
    max-height: 24rem
  }

  .tb\:max-h-px {
    max-height: 1px
  }

  .tb\:max-h-0\.5 {
    max-height: 0.125rem
  }

  .tb\:max-h-1\.5 {
    max-height: 0.375rem
  }

  .tb\:max-h-2\.5 {
    max-height: 0.625rem
  }

  .tb\:max-h-3\.5 {
    max-height: 0.875rem
  }

  .tb\:max-h-2\/3 {
    max-height: 66.666667%
  }

  .tb\:max-h-3\/4 {
    max-height: 75%
  }

  .tb\:max-h-6\/19 {
    max-height: 56.25%
  }

  .tb\:max-h-1\/1 {
    max-height: 100%
  }

  .tb\:max-h-3\/2 {
    max-height: 150%
  }

  .tb\:max-h-4\/3 {
    max-height: 133.333%
  }

  .tb\:max-h-full {
    max-height: 100%
  }

  .tb\:max-h-screen {
    max-height: 100vh
  }

  .tb\:max-w-0 {
    max-width: 0rem
  }

  .tb\:max-w-none {
    max-width: none
  }

  .tb\:max-w-xs {
    max-width: 20rem
  }

  .tb\:max-w-sm {
    max-width: 24rem
  }

  .tb\:max-w-md {
    max-width: 28rem
  }

  .tb\:max-w-lg {
    max-width: 32rem
  }

  .tb\:max-w-xl {
    max-width: 36rem
  }

  .tb\:max-w-2xl {
    max-width: 42rem
  }

  .tb\:max-w-3xl {
    max-width: 48rem
  }

  .tb\:max-w-4xl {
    max-width: 56rem
  }

  .tb\:max-w-5xl {
    max-width: 64rem
  }

  .tb\:max-w-6xl {
    max-width: 72rem
  }

  .tb\:max-w-7xl {
    max-width: 80rem
  }

  .tb\:max-w-full {
    max-width: 100%
  }

  .tb\:max-w-min {
    max-width: min-content
  }

  .tb\:max-w-max {
    max-width: max-content
  }

  .tb\:max-w-prose {
    max-width: 65ch
  }

  .tb\:max-w-screen-tb {
    max-width: 768px
  }

  .tb\:max-w-screen-ds {
    max-width: 992px
  }

  .tb\:min-h-0 {
    min-height: 0px
  }

  .tb\:min-h-full {
    min-height: 100%
  }

  .tb\:min-h-screen {
    min-height: 100vh
  }

  .tb\:min-w-0 {
    min-width: 0px
  }

  .tb\:min-w-full {
    min-width: 100%
  }

  .tb\:min-w-min {
    min-width: min-content
  }

  .tb\:min-w-max {
    min-width: max-content
  }

  .tb\:overflow-auto {
    overflow: auto
  }

  .tb\:overflow-hidden {
    overflow: hidden
  }

  .tb\:overflow-visible {
    overflow: visible
  }

  .tb\:overflow-scroll {
    overflow: scroll
  }

  .tb\:overflow-x-auto {
    overflow-x: auto
  }

  .tb\:overflow-y-auto {
    overflow-y: auto
  }

  .tb\:overflow-x-hidden {
    overflow-x: hidden
  }

  .tb\:overflow-y-hidden {
    overflow-y: hidden
  }

  .tb\:overflow-x-visible {
    overflow-x: visible
  }

  .tb\:overflow-y-visible {
    overflow-y: visible
  }

  .tb\:overflow-x-scroll {
    overflow-x: scroll
  }

  .tb\:overflow-y-scroll {
    overflow-y: scroll
  }

  .tb\:overscroll-auto {
    overscroll-behavior: auto
  }

  .tb\:overscroll-contain {
    overscroll-behavior: contain
  }

  .tb\:overscroll-none {
    overscroll-behavior: none
  }

  .tb\:overscroll-y-auto {
    overscroll-behavior-y: auto
  }

  .tb\:overscroll-y-contain {
    overscroll-behavior-y: contain
  }

  .tb\:overscroll-y-none {
    overscroll-behavior-y: none
  }

  .tb\:overscroll-x-auto {
    overscroll-behavior-x: auto
  }

  .tb\:overscroll-x-contain {
    overscroll-behavior-x: contain
  }

  .tb\:overscroll-x-none {
    overscroll-behavior-x: none
  }

  .tb\:p-0 {
    padding: 0px
  }

  .tb\:p-1 {
    padding: 0.25rem
  }

  .tb\:p-2 {
    padding: 0.5rem
  }

  .tb\:p-3 {
    padding: 0.75rem
  }

  .tb\:p-4 {
    padding: 1rem
  }

  .tb\:p-5 {
    padding: 1.25rem
  }

  .tb\:p-6 {
    padding: 1.5rem
  }

  .tb\:p-7 {
    padding: 1.75rem
  }

  .tb\:p-8 {
    padding: 2rem
  }

  .tb\:p-9 {
    padding: 2.25rem
  }

  .tb\:p-10 {
    padding: 2.5rem
  }

  .tb\:p-11 {
    padding: 2.75rem
  }

  .tb\:p-12 {
    padding: 3rem
  }

  .tb\:p-14 {
    padding: 3.5rem
  }

  .tb\:p-16 {
    padding: 4rem
  }

  .tb\:p-20 {
    padding: 5rem
  }

  .tb\:p-24 {
    padding: 6rem
  }

  .tb\:p-28 {
    padding: 7rem
  }

  .tb\:p-32 {
    padding: 8rem
  }

  .tb\:p-36 {
    padding: 9rem
  }

  .tb\:p-40 {
    padding: 10rem
  }

  .tb\:p-44 {
    padding: 11rem
  }

  .tb\:p-48 {
    padding: 12rem
  }

  .tb\:p-52 {
    padding: 13rem
  }

  .tb\:p-56 {
    padding: 14rem
  }

  .tb\:p-60 {
    padding: 15rem
  }

  .tb\:p-64 {
    padding: 16rem
  }

  .tb\:p-72 {
    padding: 18rem
  }

  .tb\:p-80 {
    padding: 20rem
  }

  .tb\:p-96 {
    padding: 24rem
  }

  .tb\:p-px {
    padding: 1px
  }

  .tb\:p-0\.5 {
    padding: 0.125rem
  }

  .tb\:p-1\.5 {
    padding: 0.375rem
  }

  .tb\:p-2\.5 {
    padding: 0.625rem
  }

  .tb\:p-3\.5 {
    padding: 0.875rem
  }

  .tb\:p-2\/3 {
    padding: 66.666667%
  }

  .tb\:p-3\/4 {
    padding: 75%
  }

  .tb\:p-6\/19 {
    padding: 56.25%
  }

  .tb\:p-1\/1 {
    padding: 100%
  }

  .tb\:p-3\/2 {
    padding: 150%
  }

  .tb\:p-4\/3 {
    padding: 133.333%
  }

  .tb\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px
  }

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

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

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

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

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

  .tb\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .tb\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .tb\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .tb\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .tb\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .tb\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .tb\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .tb\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .tb\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
  }

  .tb\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
  }

  .tb\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .tb\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .tb\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
  }

  .tb\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
  }

  .tb\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .tb\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .tb\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
  }

  .tb\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
  }

  .tb\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .tb\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .tb\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
  }

  .tb\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
  }

  .tb\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .tb\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .tb\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .tb\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .tb\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .tb\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .tb\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
  }

  .tb\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem
  }

  .tb\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .tb\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .tb\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem
  }

  .tb\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem
  }

  .tb\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .tb\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem
  }

  .tb\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem
  }

  .tb\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem
  }

  .tb\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .tb\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .tb\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem
  }

  .tb\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem
  }

  .tb\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .tb\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .tb\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem
  }

  .tb\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem
  }

  .tb\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .tb\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .tb\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem
  }

  .tb\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem
  }

  .tb\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem
  }

  .tb\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem
  }

  .tb\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem
  }

  .tb\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem
  }

  .tb\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .tb\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .tb\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
  }

  .tb\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem
  }

  .tb\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
  }

  .tb\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem
  }

  .tb\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
  }

  .tb\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem
  }

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

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

  .tb\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%
  }

  .tb\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%
  }

  .tb\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%
  }

  .tb\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%
  }

  .tb\:py-6\/19 {
    padding-top: 56.25%;
    padding-bottom: 56.25%
  }

  .tb\:px-6\/19 {
    padding-left: 56.25%;
    padding-right: 56.25%
  }

  .tb\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%
  }

  .tb\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%
  }

  .tb\:py-3\/2 {
    padding-top: 150%;
    padding-bottom: 150%
  }

  .tb\:px-3\/2 {
    padding-left: 150%;
    padding-right: 150%
  }

  .tb\:py-4\/3 {
    padding-top: 133.333%;
    padding-bottom: 133.333%
  }

  .tb\:px-4\/3 {
    padding-left: 133.333%;
    padding-right: 133.333%
  }

  .tb\:pt-0 {
    padding-top: 0px
  }

  .tb\:pr-0 {
    padding-right: 0px
  }

  .tb\:pb-0 {
    padding-bottom: 0px
  }

  .tb\:pl-0 {
    padding-left: 0px
  }

  .tb\:pt-1 {
    padding-top: 0.25rem
  }

  .tb\:pr-1 {
    padding-right: 0.25rem
  }

  .tb\:pb-1 {
    padding-bottom: 0.25rem
  }

  .tb\:pl-1 {
    padding-left: 0.25rem
  }

  .tb\:pt-2 {
    padding-top: 0.5rem
  }

  .tb\:pr-2 {
    padding-right: 0.5rem
  }

  .tb\:pb-2 {
    padding-bottom: 0.5rem
  }

  .tb\:pl-2 {
    padding-left: 0.5rem
  }

  .tb\:pt-3 {
    padding-top: 0.75rem
  }

  .tb\:pr-3 {
    padding-right: 0.75rem
  }

  .tb\:pb-3 {
    padding-bottom: 0.75rem
  }

  .tb\:pl-3 {
    padding-left: 0.75rem
  }

  .tb\:pt-4 {
    padding-top: 1rem
  }

  .tb\:pr-4 {
    padding-right: 1rem
  }

  .tb\:pb-4 {
    padding-bottom: 1rem
  }

  .tb\:pl-4 {
    padding-left: 1rem
  }

  .tb\:pt-5 {
    padding-top: 1.25rem
  }

  .tb\:pr-5 {
    padding-right: 1.25rem
  }

  .tb\:pb-5 {
    padding-bottom: 1.25rem
  }

  .tb\:pl-5 {
    padding-left: 1.25rem
  }

  .tb\:pt-6 {
    padding-top: 1.5rem
  }

  .tb\:pr-6 {
    padding-right: 1.5rem
  }

  .tb\:pb-6 {
    padding-bottom: 1.5rem
  }

  .tb\:pl-6 {
    padding-left: 1.5rem
  }

  .tb\:pt-7 {
    padding-top: 1.75rem
  }

  .tb\:pr-7 {
    padding-right: 1.75rem
  }

  .tb\:pb-7 {
    padding-bottom: 1.75rem
  }

  .tb\:pl-7 {
    padding-left: 1.75rem
  }

  .tb\:pt-8 {
    padding-top: 2rem
  }

  .tb\:pr-8 {
    padding-right: 2rem
  }

  .tb\:pb-8 {
    padding-bottom: 2rem
  }

  .tb\:pl-8 {
    padding-left: 2rem
  }

  .tb\:pt-9 {
    padding-top: 2.25rem
  }

  .tb\:pr-9 {
    padding-right: 2.25rem
  }

  .tb\:pb-9 {
    padding-bottom: 2.25rem
  }

  .tb\:pl-9 {
    padding-left: 2.25rem
  }

  .tb\:pt-10 {
    padding-top: 2.5rem
  }

  .tb\:pr-10 {
    padding-right: 2.5rem
  }

  .tb\:pb-10 {
    padding-bottom: 2.5rem
  }

  .tb\:pl-10 {
    padding-left: 2.5rem
  }

  .tb\:pt-11 {
    padding-top: 2.75rem
  }

  .tb\:pr-11 {
    padding-right: 2.75rem
  }

  .tb\:pb-11 {
    padding-bottom: 2.75rem
  }

  .tb\:pl-11 {
    padding-left: 2.75rem
  }

  .tb\:pt-12 {
    padding-top: 3rem
  }

  .tb\:pr-12 {
    padding-right: 3rem
  }

  .tb\:pb-12 {
    padding-bottom: 3rem
  }

  .tb\:pl-12 {
    padding-left: 3rem
  }

  .tb\:pt-14 {
    padding-top: 3.5rem
  }

  .tb\:pr-14 {
    padding-right: 3.5rem
  }

  .tb\:pb-14 {
    padding-bottom: 3.5rem
  }

  .tb\:pl-14 {
    padding-left: 3.5rem
  }

  .tb\:pt-16 {
    padding-top: 4rem
  }

  .tb\:pr-16 {
    padding-right: 4rem
  }

  .tb\:pb-16 {
    padding-bottom: 4rem
  }

  .tb\:pl-16 {
    padding-left: 4rem
  }

  .tb\:pt-20 {
    padding-top: 5rem
  }

  .tb\:pr-20 {
    padding-right: 5rem
  }

  .tb\:pb-20 {
    padding-bottom: 5rem
  }

  .tb\:pl-20 {
    padding-left: 5rem
  }

  .tb\:pt-24 {
    padding-top: 6rem
  }

  .tb\:pr-24 {
    padding-right: 6rem
  }

  .tb\:pb-24 {
    padding-bottom: 6rem
  }

  .tb\:pl-24 {
    padding-left: 6rem
  }

  .tb\:pt-28 {
    padding-top: 7rem
  }

  .tb\:pr-28 {
    padding-right: 7rem
  }

  .tb\:pb-28 {
    padding-bottom: 7rem
  }

  .tb\:pl-28 {
    padding-left: 7rem
  }

  .tb\:pt-32 {
    padding-top: 8rem
  }

  .tb\:pr-32 {
    padding-right: 8rem
  }

  .tb\:pb-32 {
    padding-bottom: 8rem
  }

  .tb\:pl-32 {
    padding-left: 8rem
  }

  .tb\:pt-36 {
    padding-top: 9rem
  }

  .tb\:pr-36 {
    padding-right: 9rem
  }

  .tb\:pb-36 {
    padding-bottom: 9rem
  }

  .tb\:pl-36 {
    padding-left: 9rem
  }

  .tb\:pt-40 {
    padding-top: 10rem
  }

  .tb\:pr-40 {
    padding-right: 10rem
  }

  .tb\:pb-40 {
    padding-bottom: 10rem
  }

  .tb\:pl-40 {
    padding-left: 10rem
  }

  .tb\:pt-44 {
    padding-top: 11rem
  }

  .tb\:pr-44 {
    padding-right: 11rem
  }

  .tb\:pb-44 {
    padding-bottom: 11rem
  }

  .tb\:pl-44 {
    padding-left: 11rem
  }

  .tb\:pt-48 {
    padding-top: 12rem
  }

  .tb\:pr-48 {
    padding-right: 12rem
  }

  .tb\:pb-48 {
    padding-bottom: 12rem
  }

  .tb\:pl-48 {
    padding-left: 12rem
  }

  .tb\:pt-52 {
    padding-top: 13rem
  }

  .tb\:pr-52 {
    padding-right: 13rem
  }

  .tb\:pb-52 {
    padding-bottom: 13rem
  }

  .tb\:pl-52 {
    padding-left: 13rem
  }

  .tb\:pt-56 {
    padding-top: 14rem
  }

  .tb\:pr-56 {
    padding-right: 14rem
  }

  .tb\:pb-56 {
    padding-bottom: 14rem
  }

  .tb\:pl-56 {
    padding-left: 14rem
  }

  .tb\:pt-60 {
    padding-top: 15rem
  }

  .tb\:pr-60 {
    padding-right: 15rem
  }

  .tb\:pb-60 {
    padding-bottom: 15rem
  }

  .tb\:pl-60 {
    padding-left: 15rem
  }

  .tb\:pt-64 {
    padding-top: 16rem
  }

  .tb\:pr-64 {
    padding-right: 16rem
  }

  .tb\:pb-64 {
    padding-bottom: 16rem
  }

  .tb\:pl-64 {
    padding-left: 16rem
  }

  .tb\:pt-72 {
    padding-top: 18rem
  }

  .tb\:pr-72 {
    padding-right: 18rem
  }

  .tb\:pb-72 {
    padding-bottom: 18rem
  }

  .tb\:pl-72 {
    padding-left: 18rem
  }

  .tb\:pt-80 {
    padding-top: 20rem
  }

  .tb\:pr-80 {
    padding-right: 20rem
  }

  .tb\:pb-80 {
    padding-bottom: 20rem
  }

  .tb\:pl-80 {
    padding-left: 20rem
  }

  .tb\:pt-96 {
    padding-top: 24rem
  }

  .tb\:pr-96 {
    padding-right: 24rem
  }

  .tb\:pb-96 {
    padding-bottom: 24rem
  }

  .tb\:pl-96 {
    padding-left: 24rem
  }

  .tb\:pt-px {
    padding-top: 1px
  }

  .tb\:pr-px {
    padding-right: 1px
  }

  .tb\:pb-px {
    padding-bottom: 1px
  }

  .tb\:pl-px {
    padding-left: 1px
  }

  .tb\:pt-0\.5 {
    padding-top: 0.125rem
  }

  .tb\:pr-0\.5 {
    padding-right: 0.125rem
  }

  .tb\:pb-0\.5 {
    padding-bottom: 0.125rem
  }

  .tb\:pl-0\.5 {
    padding-left: 0.125rem
  }

  .tb\:pt-1\.5 {
    padding-top: 0.375rem
  }

  .tb\:pr-1\.5 {
    padding-right: 0.375rem
  }

  .tb\:pb-1\.5 {
    padding-bottom: 0.375rem
  }

  .tb\:pl-1\.5 {
    padding-left: 0.375rem
  }

  .tb\:pt-2\.5 {
    padding-top: 0.625rem
  }

  .tb\:pr-2\.5 {
    padding-right: 0.625rem
  }

  .tb\:pb-2\.5 {
    padding-bottom: 0.625rem
  }

  .tb\:pl-2\.5 {
    padding-left: 0.625rem
  }

  .tb\:pt-3\.5 {
    padding-top: 0.875rem
  }

  .tb\:pr-3\.5 {
    padding-right: 0.875rem
  }

  .tb\:pb-3\.5 {
    padding-bottom: 0.875rem
  }

  .tb\:pl-3\.5 {
    padding-left: 0.875rem
  }

  .tb\:pt-2\/3 {
    padding-top: 66.666667%
  }

  .tb\:pr-2\/3 {
    padding-right: 66.666667%
  }

  .tb\:pb-2\/3 {
    padding-bottom: 66.666667%
  }

  .tb\:pl-2\/3 {
    padding-left: 66.666667%
  }

  .tb\:pt-3\/4 {
    padding-top: 75%
  }

  .tb\:pr-3\/4 {
    padding-right: 75%
  }

  .tb\:pb-3\/4 {
    padding-bottom: 75%
  }

  .tb\:pl-3\/4 {
    padding-left: 75%
  }

  .tb\:pt-6\/19 {
    padding-top: 56.25%
  }

  .tb\:pr-6\/19 {
    padding-right: 56.25%
  }

  .tb\:pb-6\/19 {
    padding-bottom: 56.25%
  }

  .tb\:pl-6\/19 {
    padding-left: 56.25%
  }

  .tb\:pt-1\/1 {
    padding-top: 100%
  }

  .tb\:pr-1\/1 {
    padding-right: 100%
  }

  .tb\:pb-1\/1 {
    padding-bottom: 100%
  }

  .tb\:pl-1\/1 {
    padding-left: 100%
  }

  .tb\:pt-3\/2 {
    padding-top: 150%
  }

  .tb\:pr-3\/2 {
    padding-right: 150%
  }

  .tb\:pb-3\/2 {
    padding-bottom: 150%
  }

  .tb\:pl-3\/2 {
    padding-left: 150%
  }

  .tb\:pt-4\/3 {
    padding-top: 133.333%
  }

  .tb\:pr-4\/3 {
    padding-right: 133.333%
  }

  .tb\:pb-4\/3 {
    padding-bottom: 133.333%
  }

  .tb\:pl-4\/3 {
    padding-left: 133.333%
  }

  .tb\:static {
    position: static
  }

  .tb\:fixed {
    position: fixed
  }

  .tb\:absolute {
    position: absolute
  }

  .tb\:relative {
    position: relative
  }

  .tb\:sticky {
    position: sticky
  }

  .tb\:table-auto {
    table-layout: auto
  }

  .tb\:table-fixed {
    table-layout: fixed
  }

  .tb\:text-left {
    text-align: left
  }

  .tb\:text-center {
    text-align: center
  }

  .tb\:text-right {
    text-align: right
  }

  .tb\:text-justify {
    text-align: justify
  }

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

  .tb\:overflow-ellipsis {
    text-overflow: ellipsis
  }

  .tb\:overflow-clip {
    text-overflow: clip
  }

  .tb\:italic {
    font-style: italic
  }

  .tb\:not-italic {
    font-style: normal
  }

  .tb\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .tb\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .tb\:ordinal, .tb\:slashed-zero, .tb\:lining-nums, .tb\:oldstyle-nums, .tb\:proportional-nums, .tb\:tabular-nums, .tb\:diagonal-fractions, .tb\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
  }

  .tb\:normal-nums {
    font-variant-numeric: normal
  }

  .tb\:ordinal {
    --tw-ordinal: ordinal
  }

  .tb\:slashed-zero {
    --tw-slashed-zero: slashed-zero
  }

  .tb\:lining-nums {
    --tw-numeric-figure: lining-nums
  }

  .tb\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums
  }

  .tb\:proportional-nums {
    --tw-numeric-spacing: proportional-nums
  }

  .tb\:tabular-nums {
    --tw-numeric-spacing: tabular-nums
  }

  .tb\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions
  }

  .tb\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions
  }

  .tb\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .tb\:tracking-tight {
    letter-spacing: -0.025em
  }

  .tb\:tracking-normal {
    letter-spacing: 0em
  }

  .tb\:tracking-wide {
    letter-spacing: 0.025em
  }

  .tb\:tracking-wider {
    letter-spacing: 0.05em
  }

  .tb\:tracking-widest {
    letter-spacing: 0.1em
  }

  .tb\:align-baseline {
    vertical-align: baseline
  }

  .tb\:align-top {
    vertical-align: top
  }

  .tb\:align-middle {
    vertical-align: middle
  }

  .tb\:align-bottom {
    vertical-align: bottom
  }

  .tb\:align-text-top {
    vertical-align: text-top
  }

  .tb\:align-text-bottom {
    vertical-align: text-bottom
  }

  .tb\:w-0 {
    width: 0px
  }

  .tb\:w-1 {
    width: 0.25rem
  }

  .tb\:w-2 {
    width: 0.5rem
  }

  .tb\:w-3 {
    width: 0.75rem
  }

  .tb\:w-4 {
    width: 1rem
  }

  .tb\:w-5 {
    width: 1.25rem
  }

  .tb\:w-6 {
    width: 1.5rem
  }

  .tb\:w-7 {
    width: 1.75rem
  }

  .tb\:w-8 {
    width: 2rem
  }

  .tb\:w-9 {
    width: 2.25rem
  }

  .tb\:w-10 {
    width: 2.5rem
  }

  .tb\:w-11 {
    width: 2.75rem
  }

  .tb\:w-12 {
    width: 3rem
  }

  .tb\:w-14 {
    width: 3.5rem
  }

  .tb\:w-16 {
    width: 4rem
  }

  .tb\:w-20 {
    width: 5rem
  }

  .tb\:w-24 {
    width: 6rem
  }

  .tb\:w-28 {
    width: 7rem
  }

  .tb\:w-32 {
    width: 8rem
  }

  .tb\:w-36 {
    width: 9rem
  }

  .tb\:w-40 {
    width: 10rem
  }

  .tb\:w-44 {
    width: 11rem
  }

  .tb\:w-48 {
    width: 12rem
  }

  .tb\:w-52 {
    width: 13rem
  }

  .tb\:w-56 {
    width: 14rem
  }

  .tb\:w-60 {
    width: 15rem
  }

  .tb\:w-64 {
    width: 16rem
  }

  .tb\:w-72 {
    width: 18rem
  }

  .tb\:w-80 {
    width: 20rem
  }

  .tb\:w-96 {
    width: 24rem
  }

  .tb\:w-auto {
    width: auto
  }

  .tb\:w-px {
    width: 1px
  }

  .tb\:w-0\.5 {
    width: 0.125rem
  }

  .tb\:w-1\.5 {
    width: 0.375rem
  }

  .tb\:w-2\.5 {
    width: 0.625rem
  }

  .tb\:w-3\.5 {
    width: 0.875rem
  }

  .tb\:w-2\/3 {
    width: 66.666667%
  }

  .tb\:w-3\/4 {
    width: 75%
  }

  .tb\:w-6\/19 {
    width: 56.25%
  }

  .tb\:w-1\/1 {
    width: 100%
  }

  .tb\:w-3\/2 {
    width: 150%
  }

  .tb\:w-4\/3 {
    width: 133.333%
  }

  .tb\:w-1\/2 {
    width: 50%
  }

  .tb\:w-1\/3 {
    width: 33.333333%
  }

  .tb\:w-1\/4 {
    width: 25%
  }

  .tb\:w-2\/4 {
    width: 50%
  }

  .tb\:w-1\/5 {
    width: 20%
  }

  .tb\:w-2\/5 {
    width: 40%
  }

  .tb\:w-3\/5 {
    width: 60%
  }

  .tb\:w-4\/5 {
    width: 80%
  }

  .tb\:w-1\/6 {
    width: 16.666667%
  }

  .tb\:w-2\/6 {
    width: 33.333333%
  }

  .tb\:w-3\/6 {
    width: 50%
  }

  .tb\:w-4\/6 {
    width: 66.666667%
  }

  .tb\:w-5\/6 {
    width: 83.333333%
  }

  .tb\:w-1\/12 {
    width: 8.333333%
  }

  .tb\:w-2\/12 {
    width: 16.666667%
  }

  .tb\:w-3\/12 {
    width: 25%
  }

  .tb\:w-4\/12 {
    width: 33.333333%
  }

  .tb\:w-5\/12 {
    width: 41.666667%
  }

  .tb\:w-6\/12 {
    width: 50%
  }

  .tb\:w-7\/12 {
    width: 58.333333%
  }

  .tb\:w-8\/12 {
    width: 66.666667%
  }

  .tb\:w-9\/12 {
    width: 75%
  }

  .tb\:w-10\/12 {
    width: 83.333333%
  }

  .tb\:w-11\/12 {
    width: 91.666667%
  }

  .tb\:w-full {
    width: 100%
  }

  .tb\:w-screen {
    width: 100vw
  }

  .tb\:w-min {
    width: min-content
  }

  .tb\:w-max {
    width: max-content
  }

  .tb\:gap-0 {
    gap: 0px
  }

  .tb\:gap-1 {
    gap: 0.25rem
  }

  .tb\:gap-2 {
    gap: 0.5rem
  }

  .tb\:gap-3 {
    gap: 0.75rem
  }

  .tb\:gap-4 {
    gap: 1rem
  }

  .tb\:gap-5 {
    gap: 1.25rem
  }

  .tb\:gap-6 {
    gap: 1.5rem
  }

  .tb\:gap-7 {
    gap: 1.75rem
  }

  .tb\:gap-8 {
    gap: 2rem
  }

  .tb\:gap-9 {
    gap: 2.25rem
  }

  .tb\:gap-10 {
    gap: 2.5rem
  }

  .tb\:gap-11 {
    gap: 2.75rem
  }

  .tb\:gap-12 {
    gap: 3rem
  }

  .tb\:gap-14 {
    gap: 3.5rem
  }

  .tb\:gap-16 {
    gap: 4rem
  }

  .tb\:gap-20 {
    gap: 5rem
  }

  .tb\:gap-24 {
    gap: 6rem
  }

  .tb\:gap-28 {
    gap: 7rem
  }

  .tb\:gap-32 {
    gap: 8rem
  }

  .tb\:gap-36 {
    gap: 9rem
  }

  .tb\:gap-40 {
    gap: 10rem
  }

  .tb\:gap-44 {
    gap: 11rem
  }

  .tb\:gap-48 {
    gap: 12rem
  }

  .tb\:gap-52 {
    gap: 13rem
  }

  .tb\:gap-56 {
    gap: 14rem
  }

  .tb\:gap-60 {
    gap: 15rem
  }

  .tb\:gap-64 {
    gap: 16rem
  }

  .tb\:gap-72 {
    gap: 18rem
  }

  .tb\:gap-80 {
    gap: 20rem
  }

  .tb\:gap-96 {
    gap: 24rem
  }

  .tb\:gap-px {
    gap: 1px
  }

  .tb\:gap-0\.5 {
    gap: 0.125rem
  }

  .tb\:gap-1\.5 {
    gap: 0.375rem
  }

  .tb\:gap-2\.5 {
    gap: 0.625rem
  }

  .tb\:gap-3\.5 {
    gap: 0.875rem
  }

  .tb\:gap-2\/3 {
    gap: 66.666667%
  }

  .tb\:gap-3\/4 {
    gap: 75%
  }

  .tb\:gap-6\/19 {
    gap: 56.25%
  }

  .tb\:gap-1\/1 {
    gap: 100%
  }

  .tb\:gap-3\/2 {
    gap: 150%
  }

  .tb\:gap-4\/3 {
    gap: 133.333%
  }

  .tb\:gap-x-0 {
    column-gap: 0px
  }

  .tb\:gap-x-1 {
    column-gap: 0.25rem
  }

  .tb\:gap-x-2 {
    column-gap: 0.5rem
  }

  .tb\:gap-x-3 {
    column-gap: 0.75rem
  }

  .tb\:gap-x-4 {
    column-gap: 1rem
  }

  .tb\:gap-x-5 {
    column-gap: 1.25rem
  }

  .tb\:gap-x-6 {
    column-gap: 1.5rem
  }

  .tb\:gap-x-7 {
    column-gap: 1.75rem
  }

  .tb\:gap-x-8 {
    column-gap: 2rem
  }

  .tb\:gap-x-9 {
    column-gap: 2.25rem
  }

  .tb\:gap-x-10 {
    column-gap: 2.5rem
  }

  .tb\:gap-x-11 {
    column-gap: 2.75rem
  }

  .tb\:gap-x-12 {
    column-gap: 3rem
  }

  .tb\:gap-x-14 {
    column-gap: 3.5rem
  }

  .tb\:gap-x-16 {
    column-gap: 4rem
  }

  .tb\:gap-x-20 {
    column-gap: 5rem
  }

  .tb\:gap-x-24 {
    column-gap: 6rem
  }

  .tb\:gap-x-28 {
    column-gap: 7rem
  }

  .tb\:gap-x-32 {
    column-gap: 8rem
  }

  .tb\:gap-x-36 {
    column-gap: 9rem
  }

  .tb\:gap-x-40 {
    column-gap: 10rem
  }

  .tb\:gap-x-44 {
    column-gap: 11rem
  }

  .tb\:gap-x-48 {
    column-gap: 12rem
  }

  .tb\:gap-x-52 {
    column-gap: 13rem
  }

  .tb\:gap-x-56 {
    column-gap: 14rem
  }

  .tb\:gap-x-60 {
    column-gap: 15rem
  }

  .tb\:gap-x-64 {
    column-gap: 16rem
  }

  .tb\:gap-x-72 {
    column-gap: 18rem
  }

  .tb\:gap-x-80 {
    column-gap: 20rem
  }

  .tb\:gap-x-96 {
    column-gap: 24rem
  }

  .tb\:gap-x-px {
    column-gap: 1px
  }

  .tb\:gap-x-0\.5 {
    column-gap: 0.125rem
  }

  .tb\:gap-x-1\.5 {
    column-gap: 0.375rem
  }

  .tb\:gap-x-2\.5 {
    column-gap: 0.625rem
  }

  .tb\:gap-x-3\.5 {
    column-gap: 0.875rem
  }

  .tb\:gap-x-2\/3 {
    column-gap: 66.666667%
  }

  .tb\:gap-x-3\/4 {
    column-gap: 75%
  }

  .tb\:gap-x-6\/19 {
    column-gap: 56.25%
  }

  .tb\:gap-x-1\/1 {
    column-gap: 100%
  }

  .tb\:gap-x-3\/2 {
    column-gap: 150%
  }

  .tb\:gap-x-4\/3 {
    column-gap: 133.333%
  }

  .tb\:gap-y-0 {
    row-gap: 0px
  }

  .tb\:gap-y-1 {
    row-gap: 0.25rem
  }

  .tb\:gap-y-2 {
    row-gap: 0.5rem
  }

  .tb\:gap-y-3 {
    row-gap: 0.75rem
  }

  .tb\:gap-y-4 {
    row-gap: 1rem
  }

  .tb\:gap-y-5 {
    row-gap: 1.25rem
  }

  .tb\:gap-y-6 {
    row-gap: 1.5rem
  }

  .tb\:gap-y-7 {
    row-gap: 1.75rem
  }

  .tb\:gap-y-8 {
    row-gap: 2rem
  }

  .tb\:gap-y-9 {
    row-gap: 2.25rem
  }

  .tb\:gap-y-10 {
    row-gap: 2.5rem
  }

  .tb\:gap-y-11 {
    row-gap: 2.75rem
  }

  .tb\:gap-y-12 {
    row-gap: 3rem
  }

  .tb\:gap-y-14 {
    row-gap: 3.5rem
  }

  .tb\:gap-y-16 {
    row-gap: 4rem
  }

  .tb\:gap-y-20 {
    row-gap: 5rem
  }

  .tb\:gap-y-24 {
    row-gap: 6rem
  }

  .tb\:gap-y-28 {
    row-gap: 7rem
  }

  .tb\:gap-y-32 {
    row-gap: 8rem
  }

  .tb\:gap-y-36 {
    row-gap: 9rem
  }

  .tb\:gap-y-40 {
    row-gap: 10rem
  }

  .tb\:gap-y-44 {
    row-gap: 11rem
  }

  .tb\:gap-y-48 {
    row-gap: 12rem
  }

  .tb\:gap-y-52 {
    row-gap: 13rem
  }

  .tb\:gap-y-56 {
    row-gap: 14rem
  }

  .tb\:gap-y-60 {
    row-gap: 15rem
  }

  .tb\:gap-y-64 {
    row-gap: 16rem
  }

  .tb\:gap-y-72 {
    row-gap: 18rem
  }

  .tb\:gap-y-80 {
    row-gap: 20rem
  }

  .tb\:gap-y-96 {
    row-gap: 24rem
  }

  .tb\:gap-y-px {
    row-gap: 1px
  }

  .tb\:gap-y-0\.5 {
    row-gap: 0.125rem
  }

  .tb\:gap-y-1\.5 {
    row-gap: 0.375rem
  }

  .tb\:gap-y-2\.5 {
    row-gap: 0.625rem
  }

  .tb\:gap-y-3\.5 {
    row-gap: 0.875rem
  }

  .tb\:gap-y-2\/3 {
    row-gap: 66.666667%
  }

  .tb\:gap-y-3\/4 {
    row-gap: 75%
  }

  .tb\:gap-y-6\/19 {
    row-gap: 56.25%
  }

  .tb\:gap-y-1\/1 {
    row-gap: 100%
  }

  .tb\:gap-y-3\/2 {
    row-gap: 150%
  }

  .tb\:gap-y-4\/3 {
    row-gap: 133.333%
  }

  .tb\:grid-flow-row {
    grid-auto-flow: row
  }

  .tb\:grid-flow-col {
    grid-auto-flow: column
  }

  .tb\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .tb\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .tb\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .tb\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .tb\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .tb\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .tb\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .tb\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .tb\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .tb\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .tb\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .tb\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .tb\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .tb\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .tb\:grid-cols-none {
    grid-template-columns: none
  }

  .tb\:auto-cols-auto {
    grid-auto-columns: auto
  }

  .tb\:auto-cols-min {
    grid-auto-columns: min-content
  }

  .tb\:auto-cols-max {
    grid-auto-columns: max-content
  }

  .tb\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
  }

  .tb\:col-auto {
    grid-column: auto
  }

  .tb\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .tb\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .tb\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .tb\:col-span-4 {
    grid-column: span 4 / span 4
  }

  .tb\:col-span-5 {
    grid-column: span 5 / span 5
  }

  .tb\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .tb\:col-span-7 {
    grid-column: span 7 / span 7
  }

  .tb\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .tb\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .tb\:col-span-10 {
    grid-column: span 10 / span 10
  }

  .tb\:col-span-11 {
    grid-column: span 11 / span 11
  }

  .tb\:col-span-12 {
    grid-column: span 12 / span 12
  }

  .tb\:col-span-full {
    grid-column: 1 / -1
  }

  .tb\:col-start-1 {
    grid-column-start: 1
  }

  .tb\:col-start-2 {
    grid-column-start: 2
  }

  .tb\:col-start-3 {
    grid-column-start: 3
  }

  .tb\:col-start-4 {
    grid-column-start: 4
  }

  .tb\:col-start-5 {
    grid-column-start: 5
  }

  .tb\:col-start-6 {
    grid-column-start: 6
  }

  .tb\:col-start-7 {
    grid-column-start: 7
  }

  .tb\:col-start-8 {
    grid-column-start: 8
  }

  .tb\:col-start-9 {
    grid-column-start: 9
  }

  .tb\:col-start-10 {
    grid-column-start: 10
  }

  .tb\:col-start-11 {
    grid-column-start: 11
  }

  .tb\:col-start-12 {
    grid-column-start: 12
  }

  .tb\:col-start-13 {
    grid-column-start: 13
  }

  .tb\:col-start-auto {
    grid-column-start: auto
  }

  .tb\:col-end-1 {
    grid-column-end: 1
  }

  .tb\:col-end-2 {
    grid-column-end: 2
  }

  .tb\:col-end-3 {
    grid-column-end: 3
  }

  .tb\:col-end-4 {
    grid-column-end: 4
  }

  .tb\:col-end-5 {
    grid-column-end: 5
  }

  .tb\:col-end-6 {
    grid-column-end: 6
  }

  .tb\:col-end-7 {
    grid-column-end: 7
  }

  .tb\:col-end-8 {
    grid-column-end: 8
  }

  .tb\:col-end-9 {
    grid-column-end: 9
  }

  .tb\:col-end-10 {
    grid-column-end: 10
  }

  .tb\:col-end-11 {
    grid-column-end: 11
  }

  .tb\:col-end-12 {
    grid-column-end: 12
  }

  .tb\:col-end-13 {
    grid-column-end: 13
  }

  .tb\:col-end-auto {
    grid-column-end: auto
  }

  .tb\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .tb\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .tb\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .tb\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .tb\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .tb\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .tb\:grid-rows-none {
    grid-template-rows: none
  }

  .tb\:auto-rows-auto {
    grid-auto-rows: auto
  }

  .tb\:auto-rows-min {
    grid-auto-rows: min-content
  }

  .tb\:auto-rows-max {
    grid-auto-rows: max-content
  }

  .tb\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }

  .tb\:row-auto {
    grid-row: auto
  }

  .tb\:row-span-1 {
    grid-row: span 1 / span 1
  }

  .tb\:row-span-2 {
    grid-row: span 2 / span 2
  }

  .tb\:row-span-3 {
    grid-row: span 3 / span 3
  }

  .tb\:row-span-4 {
    grid-row: span 4 / span 4
  }

  .tb\:row-span-5 {
    grid-row: span 5 / span 5
  }

  .tb\:row-span-6 {
    grid-row: span 6 / span 6
  }

  .tb\:row-span-full {
    grid-row: 1 / -1
  }

  .tb\:row-start-1 {
    grid-row-start: 1
  }

  .tb\:row-start-2 {
    grid-row-start: 2
  }

  .tb\:row-start-3 {
    grid-row-start: 3
  }

  .tb\:row-start-4 {
    grid-row-start: 4
  }

  .tb\:row-start-5 {
    grid-row-start: 5
  }

  .tb\:row-start-6 {
    grid-row-start: 6
  }

  .tb\:row-start-7 {
    grid-row-start: 7
  }

  .tb\:row-start-auto {
    grid-row-start: auto
  }

  .tb\:row-end-1 {
    grid-row-end: 1
  }

  .tb\:row-end-2 {
    grid-row-end: 2
  }

  .tb\:row-end-3 {
    grid-row-end: 3
  }

  .tb\:row-end-4 {
    grid-row-end: 4
  }

  .tb\:row-end-5 {
    grid-row-end: 5
  }

  .tb\:row-end-6 {
    grid-row-end: 6
  }

  .tb\:row-end-7 {
    grid-row-end: 7
  }

  .tb\:row-end-auto {
    grid-row-end: auto
  }

  .tb\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .tb\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .tb\:transform-none {
    transform: none
  }
}

@media (min-width: 992px) {
  .ds\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .ds\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .ds\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .ds\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .ds\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
  }

  .ds\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }

  .ds\:border-collapse {
    border-collapse: collapse
  }

  .ds\:border-separate {
    border-collapse: separate
  }

  .ds\:block {
    display: block
  }

  .ds\:inline-block {
    display: inline-block
  }

  .ds\:inline {
    display: inline
  }

  .ds\:flex {
    display: flex
  }

  .ds\:inline-flex {
    display: inline-flex
  }

  .ds\:table {
    display: table
  }

  .ds\:table-caption {
    display: table-caption
  }

  .ds\:table-cell {
    display: table-cell
  }

  .ds\:table-column {
    display: table-column
  }

  .ds\:table-column-group {
    display: table-column-group
  }

  .ds\:table-footer-group {
    display: table-footer-group
  }

  .ds\:table-header-group {
    display: table-header-group
  }

  .ds\:table-row-group {
    display: table-row-group
  }

  .ds\:table-row {
    display: table-row
  }

  .ds\:flow-root {
    display: flow-root
  }

  .ds\:grid {
    display: grid
  }

  .ds\:inline-grid {
    display: inline-grid
  }

  .ds\:contents {
    display: contents
  }

  .ds\:hidden {
    display: none
  }

  .ds\:flex-row {
    flex-direction: row
  }

  .ds\:flex-row-reverse {
    flex-direction: row-reverse
  }

  .ds\:flex-col {
    flex-direction: column
  }

  .ds\:flex-col-reverse {
    flex-direction: column-reverse
  }

  .ds\:flex-wrap {
    flex-wrap: wrap
  }

  .ds\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .ds\:flex-nowrap {
    flex-wrap: nowrap
  }

/*   .ds\:place-items-auto {
    place-items: auto
  } */

  .ds\:place-items-start {
    place-items: start
  }

  .ds\:place-items-end {
    place-items: end
  }

  .ds\:place-items-center {
    place-items: center
  }

  .ds\:place-items-stretch {
    place-items: stretch
  }

  .ds\:place-content-center {
    place-content: center
  }

  .ds\:place-content-start {
    place-content: start
  }

  .ds\:place-content-end {
    place-content: end
  }

  .ds\:place-content-between {
    place-content: space-between
  }

  .ds\:place-content-around {
    place-content: space-around
  }

  .ds\:place-content-evenly {
    place-content: space-evenly
  }

  .ds\:place-content-stretch {
    place-content: stretch
  }

  .ds\:place-self-auto {
    place-self: auto
  }

  .ds\:place-self-start {
    place-self: start
  }

  .ds\:place-self-end {
    place-self: end
  }

  .ds\:place-self-center {
    place-self: center
  }

  .ds\:place-self-stretch {
    place-self: stretch
  }

  .ds\:items-start {
    align-items: flex-start
  }

  .ds\:items-end {
    align-items: flex-end
  }

  .ds\:items-center {
    align-items: center
  }

  .ds\:items-baseline {
    align-items: baseline
  }

  .ds\:items-stretch {
    align-items: stretch
  }

  .ds\:content-center {
    align-content: center
  }

  .ds\:content-start {
    align-content: flex-start
  }

  .ds\:content-end {
    align-content: flex-end
  }

  .ds\:content-between {
    align-content: space-between
  }

  .ds\:content-around {
    align-content: space-around
  }

  .ds\:content-evenly {
    align-content: space-evenly
  }

  .ds\:self-auto {
    align-self: auto
  }

  .ds\:self-start {
    align-self: flex-start
  }

  .ds\:self-end {
    align-self: flex-end
  }

  .ds\:self-center {
    align-self: center
  }

  .ds\:self-stretch {
    align-self: stretch
  }

/*   .ds\:justify-items-auto {
    justify-items: auto
  } */

  .ds\:justify-items-start {
    justify-items: start
  }

  .ds\:justify-items-end {
    justify-items: end
  }

  .ds\:justify-items-center {
    justify-items: center
  }

  .ds\:justify-items-stretch {
    justify-items: stretch
  }

  .ds\:justify-start {
    justify-content: flex-start
  }

  .ds\:justify-end {
    justify-content: flex-end
  }

  .ds\:justify-center {
    justify-content: center
  }

  .ds\:justify-between {
    justify-content: space-between
  }

  .ds\:justify-around {
    justify-content: space-around
  }

  .ds\:justify-evenly {
    justify-content: space-evenly
  }

  .ds\:justify-self-auto {
    justify-self: auto
  }

  .ds\:justify-self-start {
    justify-self: start
  }

  .ds\:justify-self-end {
    justify-self: end
  }

  .ds\:justify-self-center {
    justify-self: center
  }

  .ds\:justify-self-stretch {
    justify-self: stretch
  }

  .ds\:flex-1 {
    flex: 1 1 0%
  }

  .ds\:flex-auto {
    flex: 1 1 auto
  }

  .ds\:flex-initial {
    flex: 0 1 auto
  }

  .ds\:flex-none {
    flex: none
  }

  .ds\:flex-grow-0 {
    flex-grow: 0
  }

  .ds\:flex-grow {
    flex-grow: 1
  }

  .ds\:flex-shrink-0 {
    flex-shrink: 0
  }

  .ds\:flex-shrink {
    flex-shrink: 1
  }

  .ds\:order-1 {
    order: 1
  }

  .ds\:order-2 {
    order: 2
  }

  .ds\:order-3 {
    order: 3
  }

  .ds\:order-4 {
    order: 4
  }

  .ds\:order-5 {
    order: 5
  }

  .ds\:order-6 {
    order: 6
  }

  .ds\:order-7 {
    order: 7
  }

  .ds\:order-8 {
    order: 8
  }

  .ds\:order-9 {
    order: 9
  }

  .ds\:order-10 {
    order: 10
  }

  .ds\:order-11 {
    order: 11
  }

  .ds\:order-12 {
    order: 12
  }

  .ds\:order-first {
    order: -9999
  }

  .ds\:order-last {
    order: 9999
  }

  .ds\:order-none {
    order: 0
  }

  .ds\:float-right {
    float: right
  }

  .ds\:float-left {
    float: left
  }

  .ds\:float-none {
    float: none
  }

  .ds\:font-thin {
    font-weight: 100
  }

  .ds\:font-extralight {
    font-weight: 200
  }

  .ds\:font-light {
    font-weight: 300
  }

  .ds\:font-normal {
    font-weight: 400
  }

  .ds\:font-medium {
    font-weight: 500
  }

  .ds\:font-semibold {
    font-weight: 600
  }

  .ds\:font-bold {
    font-weight: 700
  }

  .ds\:font-extrabold {
    font-weight: 800
  }

  .ds\:font-black {
    font-weight: 900
  }

  .ds\:h-0 {
    height: 0px
  }

  .ds\:h-1 {
    height: 0.25rem
  }

  .ds\:h-2 {
    height: 0.5rem
  }

  .ds\:h-3 {
    height: 0.75rem
  }

  .ds\:h-4 {
    height: 1rem
  }

  .ds\:h-5 {
    height: 1.25rem
  }

  .ds\:h-6 {
    height: 1.5rem
  }

  .ds\:h-7 {
    height: 1.75rem
  }

  .ds\:h-8 {
    height: 2rem
  }

  .ds\:h-9 {
    height: 2.25rem
  }

  .ds\:h-10 {
    height: 2.5rem
  }

  .ds\:h-11 {
    height: 2.75rem
  }

  .ds\:h-12 {
    height: 3rem
  }

  .ds\:h-14 {
    height: 3.5rem
  }

  .ds\:h-16 {
    height: 4rem
  }

  .ds\:h-20 {
    height: 5rem
  }

  .ds\:h-24 {
    height: 6rem
  }

  .ds\:h-28 {
    height: 7rem
  }

  .ds\:h-32 {
    height: 8rem
  }

  .ds\:h-36 {
    height: 9rem
  }

  .ds\:h-40 {
    height: 10rem
  }

  .ds\:h-44 {
    height: 11rem
  }

  .ds\:h-48 {
    height: 12rem
  }

  .ds\:h-52 {
    height: 13rem
  }

  .ds\:h-56 {
    height: 14rem
  }

  .ds\:h-60 {
    height: 15rem
  }

  .ds\:h-64 {
    height: 16rem
  }

  .ds\:h-72 {
    height: 18rem
  }

  .ds\:h-80 {
    height: 20rem
  }

  .ds\:h-96 {
    height: 24rem
  }

  .ds\:h-auto {
    height: auto
  }

  .ds\:h-px {
    height: 1px
  }

  .ds\:h-0\.5 {
    height: 0.125rem
  }

  .ds\:h-1\.5 {
    height: 0.375rem
  }

  .ds\:h-2\.5 {
    height: 0.625rem
  }

  .ds\:h-3\.5 {
    height: 0.875rem
  }

  .ds\:h-2\/3 {
    height: 66.666667%
  }

  .ds\:h-3\/4 {
    height: 75%
  }

  .ds\:h-6\/19 {
    height: 56.25%
  }

  .ds\:h-1\/1 {
    height: 100%
  }

  .ds\:h-3\/2 {
    height: 150%
  }

  .ds\:h-4\/3 {
    height: 133.333%
  }

  .ds\:h-1\/2 {
    height: 50%
  }

  .ds\:h-1\/3 {
    height: 33.333333%
  }

  .ds\:h-1\/4 {
    height: 25%
  }

  .ds\:h-2\/4 {
    height: 50%
  }

  .ds\:h-1\/5 {
    height: 20%
  }

  .ds\:h-2\/5 {
    height: 40%
  }

  .ds\:h-3\/5 {
    height: 60%
  }

  .ds\:h-4\/5 {
    height: 80%
  }

  .ds\:h-1\/6 {
    height: 16.666667%
  }

  .ds\:h-2\/6 {
    height: 33.333333%
  }

  .ds\:h-3\/6 {
    height: 50%
  }

  .ds\:h-4\/6 {
    height: 66.666667%
  }

  .ds\:h-5\/6 {
    height: 83.333333%
  }

  .ds\:h-full {
    height: 100%
  }

  .ds\:h-screen {
    height: 100vh
  }

  .ds\:text-xs {
    font-size: .75rem
  }

  .ds\:text-sm {
    font-size: .875rem
  }

  .ds\:text-md {
    font-size: 1rem
  }

  .ds\:text-lg {
    font-size: 1.125rem
  }

  .ds\:text-xl {
    font-size: 1.25rem
  }

  .ds\:text-2xl {
    font-size: 1.5rem
  }

  .ds\:text-3xl {
    font-size: 1.875rem
  }

  .ds\:text-4xl {
    font-size: 2.25rem
  }

  .ds\:text-5xl {
    font-size: 3rem
  }

  .ds\:text-6xl {
    font-size: 4rem
  }

  .ds\:text-7xl {
    font-size: 5rem
  }

  .ds\:text-8xl {
    font-size: 6rem
  }

  .ds\:text-9xl {
    font-size: 8rem
  }

  .ds\:list-inside {
    list-style-position: inside
  }

  .ds\:list-outside {
    list-style-position: outside
  }

  .ds\:list-none {
    list-style-type: none
  }

  .ds\:list-disc {
    list-style-type: disc
  }

  .ds\:list-decimal {
    list-style-type: decimal
  }

  .ds\:m-0 {
    margin: 0px
  }

  .ds\:m-1 {
    margin: 0.25rem
  }

  .ds\:m-2 {
    margin: 0.5rem
  }

  .ds\:m-3 {
    margin: 0.75rem
  }

  .ds\:m-4 {
    margin: 1rem
  }

  .ds\:m-5 {
    margin: 1.25rem
  }

  .ds\:m-6 {
    margin: 1.5rem
  }

  .ds\:m-7 {
    margin: 1.75rem
  }

  .ds\:m-8 {
    margin: 2rem
  }

  .ds\:m-9 {
    margin: 2.25rem
  }

  .ds\:m-10 {
    margin: 2.5rem
  }

  .ds\:m-11 {
    margin: 2.75rem
  }

  .ds\:m-12 {
    margin: 3rem
  }

  .ds\:m-14 {
    margin: 3.5rem
  }

  .ds\:m-16 {
    margin: 4rem
  }

  .ds\:m-20 {
    margin: 5rem
  }

  .ds\:m-24 {
    margin: 6rem
  }

  .ds\:m-28 {
    margin: 7rem
  }

  .ds\:m-32 {
    margin: 8rem
  }

  .ds\:m-36 {
    margin: 9rem
  }

  .ds\:m-40 {
    margin: 10rem
  }

  .ds\:m-44 {
    margin: 11rem
  }

  .ds\:m-48 {
    margin: 12rem
  }

  .ds\:m-52 {
    margin: 13rem
  }

  .ds\:m-56 {
    margin: 14rem
  }

  .ds\:m-60 {
    margin: 15rem
  }

  .ds\:m-64 {
    margin: 16rem
  }

  .ds\:m-72 {
    margin: 18rem
  }

  .ds\:m-80 {
    margin: 20rem
  }

  .ds\:m-96 {
    margin: 24rem
  }

  .ds\:m-auto {
    margin: auto
  }

  .ds\:m-px {
    margin: 1px
  }

  .ds\:m-0\.5 {
    margin: 0.125rem
  }

  .ds\:m-1\.5 {
    margin: 0.375rem
  }

  .ds\:m-2\.5 {
    margin: 0.625rem
  }

  .ds\:m-3\.5 {
    margin: 0.875rem
  }

  .ds\:m-2\/3 {
    margin: 66.666667%
  }

  .ds\:m-3\/4 {
    margin: 75%
  }

  .ds\:m-6\/19 {
    margin: 56.25%
  }

  .ds\:m-1\/1 {
    margin: 100%
  }

  .ds\:m-3\/2 {
    margin: 150%
  }

  .ds\:m-4\/3 {
    margin: 133.333%
  }

  .ds\:-m-0 {
    margin: 0px
  }

  .ds\:-m-1 {
    margin: -0.25rem
  }

  .ds\:-m-2 {
    margin: -0.5rem
  }

  .ds\:-m-3 {
    margin: -0.75rem
  }

  .ds\:-m-4 {
    margin: -1rem
  }

  .ds\:-m-5 {
    margin: -1.25rem
  }

  .ds\:-m-6 {
    margin: -1.5rem
  }

  .ds\:-m-7 {
    margin: -1.75rem
  }

  .ds\:-m-8 {
    margin: -2rem
  }

  .ds\:-m-9 {
    margin: -2.25rem
  }

  .ds\:-m-10 {
    margin: -2.5rem
  }

  .ds\:-m-11 {
    margin: -2.75rem
  }

  .ds\:-m-12 {
    margin: -3rem
  }

  .ds\:-m-14 {
    margin: -3.5rem
  }

  .ds\:-m-16 {
    margin: -4rem
  }

  .ds\:-m-20 {
    margin: -5rem
  }

  .ds\:-m-24 {
    margin: -6rem
  }

  .ds\:-m-28 {
    margin: -7rem
  }

  .ds\:-m-32 {
    margin: -8rem
  }

  .ds\:-m-36 {
    margin: -9rem
  }

  .ds\:-m-40 {
    margin: -10rem
  }

  .ds\:-m-44 {
    margin: -11rem
  }

  .ds\:-m-48 {
    margin: -12rem
  }

  .ds\:-m-52 {
    margin: -13rem
  }

  .ds\:-m-56 {
    margin: -14rem
  }

  .ds\:-m-60 {
    margin: -15rem
  }

  .ds\:-m-64 {
    margin: -16rem
  }

  .ds\:-m-72 {
    margin: -18rem
  }

  .ds\:-m-80 {
    margin: -20rem
  }

  .ds\:-m-96 {
    margin: -24rem
  }

  .ds\:-m-px {
    margin: -1px
  }

  .ds\:-m-0\.5 {
    margin: -0.125rem
  }

  .ds\:-m-1\.5 {
    margin: -0.375rem
  }

  .ds\:-m-2\.5 {
    margin: -0.625rem
  }

  .ds\:-m-3\.5 {
    margin: -0.875rem
  }

  .ds\:-m-2\/3 {
    margin: -66.66667%
  }

  .ds\:-m-3\/4 {
    margin: -75%
  }

  .ds\:-m-6\/19 {
    margin: -56.25%
  }

  .ds\:-m-1\/1 {
    margin: -100%
  }

  .ds\:-m-3\/2 {
    margin: -150%
  }

  .ds\:-m-4\/3 {
    margin: -133.333%
  }

  .ds\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .ds\:mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

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

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

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

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

  .ds\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
  }

  .ds\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }

  .ds\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  .ds\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
  }

  .ds\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
  }

  .ds\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
  }

  .ds\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .ds\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
  }

  .ds\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }

  .ds\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem
  }

  .ds\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .ds\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .ds\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
  }

  .ds\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem
  }

  .ds\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }

  .ds\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }

  .ds\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem
  }

  .ds\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem
  }

  .ds\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }

  .ds\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem
  }

  .ds\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
  }

  .ds\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem
  }

  .ds\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
  }

  .ds\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem
  }

  .ds\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
  }

  .ds\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem
  }

  .ds\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .ds\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem
  }

  .ds\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem
  }

  .ds\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem
  }

  .ds\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem
  }

  .ds\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem
  }

  .ds\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem
  }

  .ds\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem
  }

  .ds\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem
  }

  .ds\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem
  }

  .ds\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem
  }

  .ds\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem
  }

  .ds\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem
  }

  .ds\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem
  }

  .ds\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem
  }

  .ds\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem
  }

  .ds\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem
  }

  .ds\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem
  }

  .ds\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem
  }

  .ds\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem
  }

  .ds\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem
  }

  .ds\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem
  }

  .ds\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem
  }

  .ds\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem
  }

  .ds\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem
  }

  .ds\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem
  }

  .ds\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem
  }

  .ds\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem
  }

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

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

  .ds\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }

  .ds\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }

  .ds\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem
  }

  .ds\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem
  }

  .ds\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem
  }

  .ds\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem
  }

  .ds\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
  }

  .ds\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem
  }

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

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

  .ds\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%
  }

  .ds\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%
  }

  .ds\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%
  }

  .ds\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%
  }

  .ds\:my-6\/19 {
    margin-top: 56.25%;
    margin-bottom: 56.25%
  }

  .ds\:mx-6\/19 {
    margin-left: 56.25%;
    margin-right: 56.25%
  }

  .ds\:my-1\/1 {
    margin-top: 100%;
    margin-bottom: 100%
  }

  .ds\:mx-1\/1 {
    margin-left: 100%;
    margin-right: 100%
  }

  .ds\:my-3\/2 {
    margin-top: 150%;
    margin-bottom: 150%
  }

  .ds\:mx-3\/2 {
    margin-left: 150%;
    margin-right: 150%
  }

  .ds\:my-4\/3 {
    margin-top: 133.333%;
    margin-bottom: 133.333%
  }

  .ds\:mx-4\/3 {
    margin-left: 133.333%;
    margin-right: 133.333%
  }

  .ds\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .ds\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

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

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

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

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

  .ds\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem
  }

  .ds\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem
  }

  .ds\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem
  }

  .ds\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .ds\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem
  }

  .ds\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }

  .ds\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem
  }

  .ds\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }

  .ds\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem
  }

  .ds\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem
  }

  .ds\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem
  }

  .ds\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .ds\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem
  }

  .ds\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem
  }

  .ds\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem
  }

  .ds\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }

  .ds\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem
  }

  .ds\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem
  }

  .ds\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem
  }

  .ds\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem
  }

  .ds\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem
  }

  .ds\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem
  }

  .ds\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem
  }

  .ds\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem
  }

  .ds\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem
  }

  .ds\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .ds\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem
  }

  .ds\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem
  }

  .ds\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem
  }

  .ds\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem
  }

  .ds\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem
  }

  .ds\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem
  }

  .ds\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem
  }

  .ds\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem
  }

  .ds\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem
  }

  .ds\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem
  }

  .ds\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem
  }

  .ds\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .ds\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem
  }

  .ds\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .ds\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem
  }

  .ds\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem
  }

  .ds\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem
  }

  .ds\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem
  }

  .ds\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem
  }

  .ds\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem
  }

  .ds\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem
  }

  .ds\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem
  }

  .ds\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem
  }

  .ds\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem
  }

  .ds\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem
  }

  .ds\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem
  }

  .ds\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem
  }

  .ds\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem
  }

  .ds\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }

  .ds\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }

  .ds\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem
  }

  .ds\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem
  }

  .ds\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem
  }

  .ds\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem
  }

  .ds\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
  }

  .ds\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem
  }

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

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

  .ds\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%
  }

  .ds\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%
  }

  .ds\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%
  }

  .ds\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%
  }

  .ds\:-my-6\/19 {
    margin-top: -56.25%;
    margin-bottom: -56.25%
  }

  .ds\:-mx-6\/19 {
    margin-left: -56.25%;
    margin-right: -56.25%
  }

  .ds\:-my-1\/1 {
    margin-top: -100%;
    margin-bottom: -100%
  }

  .ds\:-mx-1\/1 {
    margin-left: -100%;
    margin-right: -100%
  }

  .ds\:-my-3\/2 {
    margin-top: -150%;
    margin-bottom: -150%
  }

  .ds\:-mx-3\/2 {
    margin-left: -150%;
    margin-right: -150%
  }

  .ds\:-my-4\/3 {
    margin-top: -133.333%;
    margin-bottom: -133.333%
  }

  .ds\:-mx-4\/3 {
    margin-left: -133.333%;
    margin-right: -133.333%
  }

  .ds\:mt-0 {
    margin-top: 0px
  }

  .ds\:mr-0 {
    margin-right: 0px
  }

  .ds\:mb-0 {
    margin-bottom: 0px
  }

  .ds\:ml-0 {
    margin-left: 0px
  }

  .ds\:mt-1 {
    margin-top: 0.25rem
  }

  .ds\:mr-1 {
    margin-right: 0.25rem
  }

  .ds\:mb-1 {
    margin-bottom: 0.25rem
  }

  .ds\:ml-1 {
    margin-left: 0.25rem
  }

  .ds\:mt-2 {
    margin-top: 0.5rem
  }

  .ds\:mr-2 {
    margin-right: 0.5rem
  }

  .ds\:mb-2 {
    margin-bottom: 0.5rem
  }

  .ds\:ml-2 {
    margin-left: 0.5rem
  }

  .ds\:mt-3 {
    margin-top: 0.75rem
  }

  .ds\:mr-3 {
    margin-right: 0.75rem
  }

  .ds\:mb-3 {
    margin-bottom: 0.75rem
  }

  .ds\:ml-3 {
    margin-left: 0.75rem
  }

  .ds\:mt-4 {
    margin-top: 1rem
  }

  .ds\:mr-4 {
    margin-right: 1rem
  }

  .ds\:mb-4 {
    margin-bottom: 1rem
  }

  .ds\:ml-4 {
    margin-left: 1rem
  }

  .ds\:mt-5 {
    margin-top: 1.25rem
  }

  .ds\:mr-5 {
    margin-right: 1.25rem
  }

  .ds\:mb-5 {
    margin-bottom: 1.25rem
  }

  .ds\:ml-5 {
    margin-left: 1.25rem
  }

  .ds\:mt-6 {
    margin-top: 1.5rem
  }

  .ds\:mr-6 {
    margin-right: 1.5rem
  }

  .ds\:mb-6 {
    margin-bottom: 1.5rem
  }

  .ds\:ml-6 {
    margin-left: 1.5rem
  }

  .ds\:mt-7 {
    margin-top: 1.75rem
  }

  .ds\:mr-7 {
    margin-right: 1.75rem
  }

  .ds\:mb-7 {
    margin-bottom: 1.75rem
  }

  .ds\:ml-7 {
    margin-left: 1.75rem
  }

  .ds\:mt-8 {
    margin-top: 2rem
  }

  .ds\:mr-8 {
    margin-right: 2rem
  }

  .ds\:mb-8 {
    margin-bottom: 2rem
  }

  .ds\:ml-8 {
    margin-left: 2rem
  }

  .ds\:mt-9 {
    margin-top: 2.25rem
  }

  .ds\:mr-9 {
    margin-right: 2.25rem
  }

  .ds\:mb-9 {
    margin-bottom: 2.25rem
  }

  .ds\:ml-9 {
    margin-left: 2.25rem
  }

  .ds\:mt-10 {
    margin-top: 2.5rem
  }

  .ds\:mr-10 {
    margin-right: 2.5rem
  }

  .ds\:mb-10 {
    margin-bottom: 2.5rem
  }

  .ds\:ml-10 {
    margin-left: 2.5rem
  }

  .ds\:mt-11 {
    margin-top: 2.75rem
  }

  .ds\:mr-11 {
    margin-right: 2.75rem
  }

  .ds\:mb-11 {
    margin-bottom: 2.75rem
  }

  .ds\:ml-11 {
    margin-left: 2.75rem
  }

  .ds\:mt-12 {
    margin-top: 3rem
  }

  .ds\:mr-12 {
    margin-right: 3rem
  }

  .ds\:mb-12 {
    margin-bottom: 3rem
  }

  .ds\:ml-12 {
    margin-left: 3rem
  }

  .ds\:mt-14 {
    margin-top: 3.5rem
  }

  .ds\:mr-14 {
    margin-right: 3.5rem
  }

  .ds\:mb-14 {
    margin-bottom: 3.5rem
  }

  .ds\:ml-14 {
    margin-left: 3.5rem
  }

  .ds\:mt-16 {
    margin-top: 4rem
  }

  .ds\:mr-16 {
    margin-right: 4rem
  }

  .ds\:mb-16 {
    margin-bottom: 4rem
  }

  .ds\:ml-16 {
    margin-left: 4rem
  }

  .ds\:mt-20 {
    margin-top: 5rem
  }

  .ds\:mr-20 {
    margin-right: 5rem
  }

  .ds\:mb-20 {
    margin-bottom: 5rem
  }

  .ds\:ml-20 {
    margin-left: 5rem
  }

  .ds\:mt-24 {
    margin-top: 6rem
  }

  .ds\:mr-24 {
    margin-right: 6rem
  }

  .ds\:mb-24 {
    margin-bottom: 6rem
  }

  .ds\:ml-24 {
    margin-left: 6rem
  }

  .ds\:mt-28 {
    margin-top: 7rem
  }

  .ds\:mr-28 {
    margin-right: 7rem
  }

  .ds\:mb-28 {
    margin-bottom: 7rem
  }

  .ds\:ml-28 {
    margin-left: 7rem
  }

  .ds\:mt-32 {
    margin-top: 8rem
  }

  .ds\:mr-32 {
    margin-right: 8rem
  }

  .ds\:mb-32 {
    margin-bottom: 8rem
  }

  .ds\:ml-32 {
    margin-left: 8rem
  }

  .ds\:mt-36 {
    margin-top: 9rem
  }

  .ds\:mr-36 {
    margin-right: 9rem
  }

  .ds\:mb-36 {
    margin-bottom: 9rem
  }

  .ds\:ml-36 {
    margin-left: 9rem
  }

  .ds\:mt-40 {
    margin-top: 10rem
  }

  .ds\:mr-40 {
    margin-right: 10rem
  }

  .ds\:mb-40 {
    margin-bottom: 10rem
  }

  .ds\:ml-40 {
    margin-left: 10rem
  }

  .ds\:mt-44 {
    margin-top: 11rem
  }

  .ds\:mr-44 {
    margin-right: 11rem
  }

  .ds\:mb-44 {
    margin-bottom: 11rem
  }

  .ds\:ml-44 {
    margin-left: 11rem
  }

  .ds\:mt-48 {
    margin-top: 12rem
  }

  .ds\:mr-48 {
    margin-right: 12rem
  }

  .ds\:mb-48 {
    margin-bottom: 12rem
  }

  .ds\:ml-48 {
    margin-left: 12rem
  }

  .ds\:mt-52 {
    margin-top: 13rem
  }

  .ds\:mr-52 {
    margin-right: 13rem
  }

  .ds\:mb-52 {
    margin-bottom: 13rem
  }

  .ds\:ml-52 {
    margin-left: 13rem
  }

  .ds\:mt-56 {
    margin-top: 14rem
  }

  .ds\:mr-56 {
    margin-right: 14rem
  }

  .ds\:mb-56 {
    margin-bottom: 14rem
  }

  .ds\:ml-56 {
    margin-left: 14rem
  }

  .ds\:mt-60 {
    margin-top: 15rem
  }

  .ds\:mr-60 {
    margin-right: 15rem
  }

  .ds\:mb-60 {
    margin-bottom: 15rem
  }

  .ds\:ml-60 {
    margin-left: 15rem
  }

  .ds\:mt-64 {
    margin-top: 16rem
  }

  .ds\:mr-64 {
    margin-right: 16rem
  }

  .ds\:mb-64 {
    margin-bottom: 16rem
  }

  .ds\:ml-64 {
    margin-left: 16rem
  }

  .ds\:mt-72 {
    margin-top: 18rem
  }

  .ds\:mr-72 {
    margin-right: 18rem
  }

  .ds\:mb-72 {
    margin-bottom: 18rem
  }

  .ds\:ml-72 {
    margin-left: 18rem
  }

  .ds\:mt-80 {
    margin-top: 20rem
  }

  .ds\:mr-80 {
    margin-right: 20rem
  }

  .ds\:mb-80 {
    margin-bottom: 20rem
  }

  .ds\:ml-80 {
    margin-left: 20rem
  }

  .ds\:mt-96 {
    margin-top: 24rem
  }

  .ds\:mr-96 {
    margin-right: 24rem
  }

  .ds\:mb-96 {
    margin-bottom: 24rem
  }

  .ds\:ml-96 {
    margin-left: 24rem
  }

  .ds\:mt-auto {
    margin-top: auto
  }

  .ds\:mr-auto {
    margin-right: auto
  }

  .ds\:mb-auto {
    margin-bottom: auto
  }

  .ds\:ml-auto {
    margin-left: auto
  }

  .ds\:mt-px {
    margin-top: 1px
  }

  .ds\:mr-px {
    margin-right: 1px
  }

  .ds\:mb-px {
    margin-bottom: 1px
  }

  .ds\:ml-px {
    margin-left: 1px
  }

  .ds\:mt-0\.5 {
    margin-top: 0.125rem
  }

  .ds\:mr-0\.5 {
    margin-right: 0.125rem
  }

  .ds\:mb-0\.5 {
    margin-bottom: 0.125rem
  }

  .ds\:ml-0\.5 {
    margin-left: 0.125rem
  }

  .ds\:mt-1\.5 {
    margin-top: 0.375rem
  }

  .ds\:mr-1\.5 {
    margin-right: 0.375rem
  }

  .ds\:mb-1\.5 {
    margin-bottom: 0.375rem
  }

  .ds\:ml-1\.5 {
    margin-left: 0.375rem
  }

  .ds\:mt-2\.5 {
    margin-top: 0.625rem
  }

  .ds\:mr-2\.5 {
    margin-right: 0.625rem
  }

  .ds\:mb-2\.5 {
    margin-bottom: 0.625rem
  }

  .ds\:ml-2\.5 {
    margin-left: 0.625rem
  }

  .ds\:mt-3\.5 {
    margin-top: 0.875rem
  }

  .ds\:mr-3\.5 {
    margin-right: 0.875rem
  }

  .ds\:mb-3\.5 {
    margin-bottom: 0.875rem
  }

  .ds\:ml-3\.5 {
    margin-left: 0.875rem
  }

  .ds\:mt-2\/3 {
    margin-top: 66.666667%
  }

  .ds\:mr-2\/3 {
    margin-right: 66.666667%
  }

  .ds\:mb-2\/3 {
    margin-bottom: 66.666667%
  }

  .ds\:ml-2\/3 {
    margin-left: 66.666667%
  }

  .ds\:mt-3\/4 {
    margin-top: 75%
  }

  .ds\:mr-3\/4 {
    margin-right: 75%
  }

  .ds\:mb-3\/4 {
    margin-bottom: 75%
  }

  .ds\:ml-3\/4 {
    margin-left: 75%
  }

  .ds\:mt-6\/19 {
    margin-top: 56.25%
  }

  .ds\:mr-6\/19 {
    margin-right: 56.25%
  }

  .ds\:mb-6\/19 {
    margin-bottom: 56.25%
  }

  .ds\:ml-6\/19 {
    margin-left: 56.25%
  }

  .ds\:mt-1\/1 {
    margin-top: 100%
  }

  .ds\:mr-1\/1 {
    margin-right: 100%
  }

  .ds\:mb-1\/1 {
    margin-bottom: 100%
  }

  .ds\:ml-1\/1 {
    margin-left: 100%
  }

  .ds\:mt-3\/2 {
    margin-top: 150%
  }

  .ds\:mr-3\/2 {
    margin-right: 150%
  }

  .ds\:mb-3\/2 {
    margin-bottom: 150%
  }

  .ds\:ml-3\/2 {
    margin-left: 150%
  }

  .ds\:mt-4\/3 {
    margin-top: 133.333%
  }

  .ds\:mr-4\/3 {
    margin-right: 133.333%
  }

  .ds\:mb-4\/3 {
    margin-bottom: 133.333%
  }

  .ds\:ml-4\/3 {
    margin-left: 133.333%
  }

  .ds\:-mt-0 {
    margin-top: 0px
  }

  .ds\:-mr-0 {
    margin-right: 0px
  }

  .ds\:-mb-0 {
    margin-bottom: 0px
  }

  .ds\:-ml-0 {
    margin-left: 0px
  }

  .ds\:-mt-1 {
    margin-top: -0.25rem
  }

  .ds\:-mr-1 {
    margin-right: -0.25rem
  }

  .ds\:-mb-1 {
    margin-bottom: -0.25rem
  }

  .ds\:-ml-1 {
    margin-left: -0.25rem
  }

  .ds\:-mt-2 {
    margin-top: -0.5rem
  }

  .ds\:-mr-2 {
    margin-right: -0.5rem
  }

  .ds\:-mb-2 {
    margin-bottom: -0.5rem
  }

  .ds\:-ml-2 {
    margin-left: -0.5rem
  }

  .ds\:-mt-3 {
    margin-top: -0.75rem
  }

  .ds\:-mr-3 {
    margin-right: -0.75rem
  }

  .ds\:-mb-3 {
    margin-bottom: -0.75rem
  }

  .ds\:-ml-3 {
    margin-left: -0.75rem
  }

  .ds\:-mt-4 {
    margin-top: -1rem
  }

  .ds\:-mr-4 {
    margin-right: -1rem
  }

  .ds\:-mb-4 {
    margin-bottom: -1rem
  }

  .ds\:-ml-4 {
    margin-left: -1rem
  }

  .ds\:-mt-5 {
    margin-top: -1.25rem
  }

  .ds\:-mr-5 {
    margin-right: -1.25rem
  }

  .ds\:-mb-5 {
    margin-bottom: -1.25rem
  }

  .ds\:-ml-5 {
    margin-left: -1.25rem
  }

  .ds\:-mt-6 {
    margin-top: -1.5rem
  }

  .ds\:-mr-6 {
    margin-right: -1.5rem
  }

  .ds\:-mb-6 {
    margin-bottom: -1.5rem
  }

  .ds\:-ml-6 {
    margin-left: -1.5rem
  }

  .ds\:-mt-7 {
    margin-top: -1.75rem
  }

  .ds\:-mr-7 {
    margin-right: -1.75rem
  }

  .ds\:-mb-7 {
    margin-bottom: -1.75rem
  }

  .ds\:-ml-7 {
    margin-left: -1.75rem
  }

  .ds\:-mt-8 {
    margin-top: -2rem
  }

  .ds\:-mr-8 {
    margin-right: -2rem
  }

  .ds\:-mb-8 {
    margin-bottom: -2rem
  }

  .ds\:-ml-8 {
    margin-left: -2rem
  }

  .ds\:-mt-9 {
    margin-top: -2.25rem
  }

  .ds\:-mr-9 {
    margin-right: -2.25rem
  }

  .ds\:-mb-9 {
    margin-bottom: -2.25rem
  }

  .ds\:-ml-9 {
    margin-left: -2.25rem
  }

  .ds\:-mt-10 {
    margin-top: -2.5rem
  }

  .ds\:-mr-10 {
    margin-right: -2.5rem
  }

  .ds\:-mb-10 {
    margin-bottom: -2.5rem
  }

  .ds\:-ml-10 {
    margin-left: -2.5rem
  }

  .ds\:-mt-11 {
    margin-top: -2.75rem
  }

  .ds\:-mr-11 {
    margin-right: -2.75rem
  }

  .ds\:-mb-11 {
    margin-bottom: -2.75rem
  }

  .ds\:-ml-11 {
    margin-left: -2.75rem
  }

  .ds\:-mt-12 {
    margin-top: -3rem
  }

  .ds\:-mr-12 {
    margin-right: -3rem
  }

  .ds\:-mb-12 {
    margin-bottom: -3rem
  }

  .ds\:-ml-12 {
    margin-left: -3rem
  }

  .ds\:-mt-14 {
    margin-top: -3.5rem
  }

  .ds\:-mr-14 {
    margin-right: -3.5rem
  }

  .ds\:-mb-14 {
    margin-bottom: -3.5rem
  }

  .ds\:-ml-14 {
    margin-left: -3.5rem
  }

  .ds\:-mt-16 {
    margin-top: -4rem
  }

  .ds\:-mr-16 {
    margin-right: -4rem
  }

  .ds\:-mb-16 {
    margin-bottom: -4rem
  }

  .ds\:-ml-16 {
    margin-left: -4rem
  }

  .ds\:-mt-20 {
    margin-top: -5rem
  }

  .ds\:-mr-20 {
    margin-right: -5rem
  }

  .ds\:-mb-20 {
    margin-bottom: -5rem
  }

  .ds\:-ml-20 {
    margin-left: -5rem
  }

  .ds\:-mt-24 {
    margin-top: -6rem
  }

  .ds\:-mr-24 {
    margin-right: -6rem
  }

  .ds\:-mb-24 {
    margin-bottom: -6rem
  }

  .ds\:-ml-24 {
    margin-left: -6rem
  }

  .ds\:-mt-28 {
    margin-top: -7rem
  }

  .ds\:-mr-28 {
    margin-right: -7rem
  }

  .ds\:-mb-28 {
    margin-bottom: -7rem
  }

  .ds\:-ml-28 {
    margin-left: -7rem
  }

  .ds\:-mt-32 {
    margin-top: -8rem
  }

  .ds\:-mr-32 {
    margin-right: -8rem
  }

  .ds\:-mb-32 {
    margin-bottom: -8rem
  }

  .ds\:-ml-32 {
    margin-left: -8rem
  }

  .ds\:-mt-36 {
    margin-top: -9rem
  }

  .ds\:-mr-36 {
    margin-right: -9rem
  }

  .ds\:-mb-36 {
    margin-bottom: -9rem
  }

  .ds\:-ml-36 {
    margin-left: -9rem
  }

  .ds\:-mt-40 {
    margin-top: -10rem
  }

  .ds\:-mr-40 {
    margin-right: -10rem
  }

  .ds\:-mb-40 {
    margin-bottom: -10rem
  }

  .ds\:-ml-40 {
    margin-left: -10rem
  }

  .ds\:-mt-44 {
    margin-top: -11rem
  }

  .ds\:-mr-44 {
    margin-right: -11rem
  }

  .ds\:-mb-44 {
    margin-bottom: -11rem
  }

  .ds\:-ml-44 {
    margin-left: -11rem
  }

  .ds\:-mt-48 {
    margin-top: -12rem
  }

  .ds\:-mr-48 {
    margin-right: -12rem
  }

  .ds\:-mb-48 {
    margin-bottom: -12rem
  }

  .ds\:-ml-48 {
    margin-left: -12rem
  }

  .ds\:-mt-52 {
    margin-top: -13rem
  }

  .ds\:-mr-52 {
    margin-right: -13rem
  }

  .ds\:-mb-52 {
    margin-bottom: -13rem
  }

  .ds\:-ml-52 {
    margin-left: -13rem
  }

  .ds\:-mt-56 {
    margin-top: -14rem
  }

  .ds\:-mr-56 {
    margin-right: -14rem
  }

  .ds\:-mb-56 {
    margin-bottom: -14rem
  }

  .ds\:-ml-56 {
    margin-left: -14rem
  }

  .ds\:-mt-60 {
    margin-top: -15rem
  }

  .ds\:-mr-60 {
    margin-right: -15rem
  }

  .ds\:-mb-60 {
    margin-bottom: -15rem
  }

  .ds\:-ml-60 {
    margin-left: -15rem
  }

  .ds\:-mt-64 {
    margin-top: -16rem
  }

  .ds\:-mr-64 {
    margin-right: -16rem
  }

  .ds\:-mb-64 {
    margin-bottom: -16rem
  }

  .ds\:-ml-64 {
    margin-left: -16rem
  }

  .ds\:-mt-72 {
    margin-top: -18rem
  }

  .ds\:-mr-72 {
    margin-right: -18rem
  }

  .ds\:-mb-72 {
    margin-bottom: -18rem
  }

  .ds\:-ml-72 {
    margin-left: -18rem
  }

  .ds\:-mt-80 {
    margin-top: -20rem
  }

  .ds\:-mr-80 {
    margin-right: -20rem
  }

  .ds\:-mb-80 {
    margin-bottom: -20rem
  }

  .ds\:-ml-80 {
    margin-left: -20rem
  }

  .ds\:-mt-96 {
    margin-top: -24rem
  }

  .ds\:-mr-96 {
    margin-right: -24rem
  }

  .ds\:-mb-96 {
    margin-bottom: -24rem
  }

  .ds\:-ml-96 {
    margin-left: -24rem
  }

  .ds\:-mt-px {
    margin-top: -1px
  }

  .ds\:-mr-px {
    margin-right: -1px
  }

  .ds\:-mb-px {
    margin-bottom: -1px
  }

  .ds\:-ml-px {
    margin-left: -1px
  }

  .ds\:-mt-0\.5 {
    margin-top: -0.125rem
  }

  .ds\:-mr-0\.5 {
    margin-right: -0.125rem
  }

  .ds\:-mb-0\.5 {
    margin-bottom: -0.125rem
  }

  .ds\:-ml-0\.5 {
    margin-left: -0.125rem
  }

  .ds\:-mt-1\.5 {
    margin-top: -0.375rem
  }

  .ds\:-mr-1\.5 {
    margin-right: -0.375rem
  }

  .ds\:-mb-1\.5 {
    margin-bottom: -0.375rem
  }

  .ds\:-ml-1\.5 {
    margin-left: -0.375rem
  }

  .ds\:-mt-2\.5 {
    margin-top: -0.625rem
  }

  .ds\:-mr-2\.5 {
    margin-right: -0.625rem
  }

  .ds\:-mb-2\.5 {
    margin-bottom: -0.625rem
  }

  .ds\:-ml-2\.5 {
    margin-left: -0.625rem
  }

  .ds\:-mt-3\.5 {
    margin-top: -0.875rem
  }

  .ds\:-mr-3\.5 {
    margin-right: -0.875rem
  }

  .ds\:-mb-3\.5 {
    margin-bottom: -0.875rem
  }

  .ds\:-ml-3\.5 {
    margin-left: -0.875rem
  }

  .ds\:-mt-2\/3 {
    margin-top: -66.66667%
  }

  .ds\:-mr-2\/3 {
    margin-right: -66.66667%
  }

  .ds\:-mb-2\/3 {
    margin-bottom: -66.66667%
  }

  .ds\:-ml-2\/3 {
    margin-left: -66.66667%
  }

  .ds\:-mt-3\/4 {
    margin-top: -75%
  }

  .ds\:-mr-3\/4 {
    margin-right: -75%
  }

  .ds\:-mb-3\/4 {
    margin-bottom: -75%
  }

  .ds\:-ml-3\/4 {
    margin-left: -75%
  }

  .ds\:-mt-6\/19 {
    margin-top: -56.25%
  }

  .ds\:-mr-6\/19 {
    margin-right: -56.25%
  }

  .ds\:-mb-6\/19 {
    margin-bottom: -56.25%
  }

  .ds\:-ml-6\/19 {
    margin-left: -56.25%
  }

  .ds\:-mt-1\/1 {
    margin-top: -100%
  }

  .ds\:-mr-1\/1 {
    margin-right: -100%
  }

  .ds\:-mb-1\/1 {
    margin-bottom: -100%
  }

  .ds\:-ml-1\/1 {
    margin-left: -100%
  }

  .ds\:-mt-3\/2 {
    margin-top: -150%
  }

  .ds\:-mr-3\/2 {
    margin-right: -150%
  }

  .ds\:-mb-3\/2 {
    margin-bottom: -150%
  }

  .ds\:-ml-3\/2 {
    margin-left: -150%
  }

  .ds\:-mt-4\/3 {
    margin-top: -133.333%
  }

  .ds\:-mr-4\/3 {
    margin-right: -133.333%
  }

  .ds\:-mb-4\/3 {
    margin-bottom: -133.333%
  }

  .ds\:-ml-4\/3 {
    margin-left: -133.333%
  }

  .ds\:max-h-0 {
    max-height: 0px
  }

  .ds\:max-h-1 {
    max-height: 0.25rem
  }

  .ds\:max-h-2 {
    max-height: 0.5rem
  }

  .ds\:max-h-3 {
    max-height: 0.75rem
  }

  .ds\:max-h-4 {
    max-height: 1rem
  }

  .ds\:max-h-5 {
    max-height: 1.25rem
  }

  .ds\:max-h-6 {
    max-height: 1.5rem
  }

  .ds\:max-h-7 {
    max-height: 1.75rem
  }

  .ds\:max-h-8 {
    max-height: 2rem
  }

  .ds\:max-h-9 {
    max-height: 2.25rem
  }

  .ds\:max-h-10 {
    max-height: 2.5rem
  }

  .ds\:max-h-11 {
    max-height: 2.75rem
  }

  .ds\:max-h-12 {
    max-height: 3rem
  }

  .ds\:max-h-14 {
    max-height: 3.5rem
  }

  .ds\:max-h-16 {
    max-height: 4rem
  }

  .ds\:max-h-20 {
    max-height: 5rem
  }

  .ds\:max-h-24 {
    max-height: 6rem
  }

  .ds\:max-h-28 {
    max-height: 7rem
  }

  .ds\:max-h-32 {
    max-height: 8rem
  }

  .ds\:max-h-36 {
    max-height: 9rem
  }

  .ds\:max-h-40 {
    max-height: 10rem
  }

  .ds\:max-h-44 {
    max-height: 11rem
  }

  .ds\:max-h-48 {
    max-height: 12rem
  }

  .ds\:max-h-52 {
    max-height: 13rem
  }

  .ds\:max-h-56 {
    max-height: 14rem
  }

  .ds\:max-h-60 {
    max-height: 15rem
  }

  .ds\:max-h-64 {
    max-height: 16rem
  }

  .ds\:max-h-72 {
    max-height: 18rem
  }

  .ds\:max-h-80 {
    max-height: 20rem
  }

  .ds\:max-h-96 {
    max-height: 24rem
  }

  .ds\:max-h-px {
    max-height: 1px
  }

  .ds\:max-h-0\.5 {
    max-height: 0.125rem
  }

  .ds\:max-h-1\.5 {
    max-height: 0.375rem
  }

  .ds\:max-h-2\.5 {
    max-height: 0.625rem
  }

  .ds\:max-h-3\.5 {
    max-height: 0.875rem
  }

  .ds\:max-h-2\/3 {
    max-height: 66.666667%
  }

  .ds\:max-h-3\/4 {
    max-height: 75%
  }

  .ds\:max-h-6\/19 {
    max-height: 56.25%
  }

  .ds\:max-h-1\/1 {
    max-height: 100%
  }

  .ds\:max-h-3\/2 {
    max-height: 150%
  }

  .ds\:max-h-4\/3 {
    max-height: 133.333%
  }

  .ds\:max-h-full {
    max-height: 100%
  }

  .ds\:max-h-screen {
    max-height: 100vh
  }

  .ds\:max-w-0 {
    max-width: 0rem
  }

  .ds\:max-w-none {
    max-width: none
  }

  .ds\:max-w-xs {
    max-width: 20rem
  }

  .ds\:max-w-sm {
    max-width: 24rem
  }

  .ds\:max-w-md {
    max-width: 28rem
  }

  .ds\:max-w-lg {
    max-width: 32rem
  }

  .ds\:max-w-xl {
    max-width: 36rem
  }

  .ds\:max-w-2xl {
    max-width: 42rem
  }

  .ds\:max-w-3xl {
    max-width: 48rem
  }

  .ds\:max-w-4xl {
    max-width: 56rem
  }

  .ds\:max-w-5xl {
    max-width: 64rem
  }

  .ds\:max-w-6xl {
    max-width: 72rem
  }

  .ds\:max-w-7xl {
    max-width: 80rem
  }

  .ds\:max-w-full {
    max-width: 100%
  }

  .ds\:max-w-min {
    max-width: min-content
  }

  .ds\:max-w-max {
    max-width: max-content
  }

  .ds\:max-w-prose {
    max-width: 65ch
  }

  .ds\:max-w-screen-tb {
    max-width: 768px
  }

  .ds\:max-w-screen-ds {
    max-width: 992px
  }

  .ds\:min-h-0 {
    min-height: 0px
  }

  .ds\:min-h-full {
    min-height: 100%
  }

  .ds\:min-h-screen {
    min-height: 100vh
  }

  .ds\:min-w-0 {
    min-width: 0px
  }

  .ds\:min-w-full {
    min-width: 100%
  }

  .ds\:min-w-min {
    min-width: min-content
  }

  .ds\:min-w-max {
    min-width: max-content
  }

  .ds\:overflow-auto {
    overflow: auto
  }

  .ds\:overflow-hidden {
    overflow: hidden
  }

  .ds\:overflow-visible {
    overflow: visible
  }

  .ds\:overflow-scroll {
    overflow: scroll
  }

  .ds\:overflow-x-auto {
    overflow-x: auto
  }

  .ds\:overflow-y-auto {
    overflow-y: auto
  }

  .ds\:overflow-x-hidden {
    overflow-x: hidden
  }

  .ds\:overflow-y-hidden {
    overflow-y: hidden
  }

  .ds\:overflow-x-visible {
    overflow-x: visible
  }

  .ds\:overflow-y-visible {
    overflow-y: visible
  }

  .ds\:overflow-x-scroll {
    overflow-x: scroll
  }

  .ds\:overflow-y-scroll {
    overflow-y: scroll
  }

  .ds\:overscroll-auto {
    overscroll-behavior: auto
  }

  .ds\:overscroll-contain {
    overscroll-behavior: contain
  }

  .ds\:overscroll-none {
    overscroll-behavior: none
  }

  .ds\:overscroll-y-auto {
    overscroll-behavior-y: auto
  }

  .ds\:overscroll-y-contain {
    overscroll-behavior-y: contain
  }

  .ds\:overscroll-y-none {
    overscroll-behavior-y: none
  }

  .ds\:overscroll-x-auto {
    overscroll-behavior-x: auto
  }

  .ds\:overscroll-x-contain {
    overscroll-behavior-x: contain
  }

  .ds\:overscroll-x-none {
    overscroll-behavior-x: none
  }

  .ds\:p-0 {
    padding: 0px
  }

  .ds\:p-1 {
    padding: 0.25rem
  }

  .ds\:p-2 {
    padding: 0.5rem
  }

  .ds\:p-3 {
    padding: 0.75rem
  }

  .ds\:p-4 {
    padding: 1rem
  }

  .ds\:p-5 {
    padding: 1.25rem
  }

  .ds\:p-6 {
    padding: 1.5rem
  }

  .ds\:p-7 {
    padding: 1.75rem
  }

  .ds\:p-8 {
    padding: 2rem
  }

  .ds\:p-9 {
    padding: 2.25rem
  }

  .ds\:p-10 {
    padding: 2.5rem
  }

  .ds\:p-11 {
    padding: 2.75rem
  }

  .ds\:p-12 {
    padding: 3rem
  }

  .ds\:p-14 {
    padding: 3.5rem
  }

  .ds\:p-16 {
    padding: 4rem
  }

  .ds\:p-20 {
    padding: 5rem
  }

  .ds\:p-24 {
    padding: 6rem
  }

  .ds\:p-28 {
    padding: 7rem
  }

  .ds\:p-32 {
    padding: 8rem
  }

  .ds\:p-36 {
    padding: 9rem
  }

  .ds\:p-40 {
    padding: 10rem
  }

  .ds\:p-44 {
    padding: 11rem
  }

  .ds\:p-48 {
    padding: 12rem
  }

  .ds\:p-52 {
    padding: 13rem
  }

  .ds\:p-56 {
    padding: 14rem
  }

  .ds\:p-60 {
    padding: 15rem
  }

  .ds\:p-64 {
    padding: 16rem
  }

  .ds\:p-72 {
    padding: 18rem
  }

  .ds\:p-80 {
    padding: 20rem
  }

  .ds\:p-96 {
    padding: 24rem
  }

  .ds\:p-px {
    padding: 1px
  }

  .ds\:p-0\.5 {
    padding: 0.125rem
  }

  .ds\:p-1\.5 {
    padding: 0.375rem
  }

  .ds\:p-2\.5 {
    padding: 0.625rem
  }

  .ds\:p-3\.5 {
    padding: 0.875rem
  }

  .ds\:p-2\/3 {
    padding: 66.666667%
  }

  .ds\:p-3\/4 {
    padding: 75%
  }

  .ds\:p-6\/19 {
    padding: 56.25%
  }

  .ds\:p-1\/1 {
    padding: 100%
  }

  .ds\:p-3\/2 {
    padding: 150%
  }

  .ds\:p-4\/3 {
    padding: 133.333%
  }

  .ds\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px
  }

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

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

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

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

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

  .ds\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .ds\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .ds\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .ds\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .ds\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }

  .ds\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .ds\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .ds\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .ds\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
  }

  .ds\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
  }

  .ds\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .ds\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .ds\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
  }

  .ds\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
  }

  .ds\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .ds\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }

  .ds\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
  }

  .ds\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
  }

  .ds\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .ds\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }

  .ds\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
  }

  .ds\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
  }

  .ds\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .ds\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .ds\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .ds\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .ds\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .ds\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem
  }

  .ds\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
  }

  .ds\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem
  }

  .ds\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .ds\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem
  }

  .ds\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem
  }

  .ds\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem
  }

  .ds\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .ds\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem
  }

  .ds\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem
  }

  .ds\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem
  }

  .ds\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .ds\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .ds\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem
  }

  .ds\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem
  }

  .ds\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem
  }

  .ds\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem
  }

  .ds\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem
  }

  .ds\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem
  }

  .ds\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem
  }

  .ds\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem
  }

  .ds\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem
  }

  .ds\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem
  }

  .ds\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem
  }

  .ds\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem
  }

  .ds\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem
  }

  .ds\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem
  }

  .ds\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }

  .ds\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }

  .ds\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
  }

  .ds\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem
  }

  .ds\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
  }

  .ds\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem
  }

  .ds\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
  }

  .ds\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem
  }

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

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

  .ds\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%
  }

  .ds\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%
  }

  .ds\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%
  }

  .ds\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%
  }

  .ds\:py-6\/19 {
    padding-top: 56.25%;
    padding-bottom: 56.25%
  }

  .ds\:px-6\/19 {
    padding-left: 56.25%;
    padding-right: 56.25%
  }

  .ds\:py-1\/1 {
    padding-top: 100%;
    padding-bottom: 100%
  }

  .ds\:px-1\/1 {
    padding-left: 100%;
    padding-right: 100%
  }

  .ds\:py-3\/2 {
    padding-top: 150%;
    padding-bottom: 150%
  }

  .ds\:px-3\/2 {
    padding-left: 150%;
    padding-right: 150%
  }

  .ds\:py-4\/3 {
    padding-top: 133.333%;
    padding-bottom: 133.333%
  }

  .ds\:px-4\/3 {
    padding-left: 133.333%;
    padding-right: 133.333%
  }

  .ds\:pt-0 {
    padding-top: 0px
  }

  .ds\:pr-0 {
    padding-right: 0px
  }

  .ds\:pb-0 {
    padding-bottom: 0px
  }

  .ds\:pl-0 {
    padding-left: 0px
  }

  .ds\:pt-1 {
    padding-top: 0.25rem
  }

  .ds\:pr-1 {
    padding-right: 0.25rem
  }

  .ds\:pb-1 {
    padding-bottom: 0.25rem
  }

  .ds\:pl-1 {
    padding-left: 0.25rem
  }

  .ds\:pt-2 {
    padding-top: 0.5rem
  }

  .ds\:pr-2 {
    padding-right: 0.5rem
  }

  .ds\:pb-2 {
    padding-bottom: 0.5rem
  }

  .ds\:pl-2 {
    padding-left: 0.5rem
  }

  .ds\:pt-3 {
    padding-top: 0.75rem
  }

  .ds\:pr-3 {
    padding-right: 0.75rem
  }

  .ds\:pb-3 {
    padding-bottom: 0.75rem
  }

  .ds\:pl-3 {
    padding-left: 0.75rem
  }

  .ds\:pt-4 {
    padding-top: 1rem
  }

  .ds\:pr-4 {
    padding-right: 1rem
  }

  .ds\:pb-4 {
    padding-bottom: 1rem
  }

  .ds\:pl-4 {
    padding-left: 1rem
  }

  .ds\:pt-5 {
    padding-top: 1.25rem
  }

  .ds\:pr-5 {
    padding-right: 1.25rem
  }

  .ds\:pb-5 {
    padding-bottom: 1.25rem
  }

  .ds\:pl-5 {
    padding-left: 1.25rem
  }

  .ds\:pt-6 {
    padding-top: 1.5rem
  }

  .ds\:pr-6 {
    padding-right: 1.5rem
  }

  .ds\:pb-6 {
    padding-bottom: 1.5rem
  }

  .ds\:pl-6 {
    padding-left: 1.5rem
  }

  .ds\:pt-7 {
    padding-top: 1.75rem
  }

  .ds\:pr-7 {
    padding-right: 1.75rem
  }

  .ds\:pb-7 {
    padding-bottom: 1.75rem
  }

  .ds\:pl-7 {
    padding-left: 1.75rem
  }

  .ds\:pt-8 {
    padding-top: 2rem
  }

  .ds\:pr-8 {
    padding-right: 2rem
  }

  .ds\:pb-8 {
    padding-bottom: 2rem
  }

  .ds\:pl-8 {
    padding-left: 2rem
  }

  .ds\:pt-9 {
    padding-top: 2.25rem
  }

  .ds\:pr-9 {
    padding-right: 2.25rem
  }

  .ds\:pb-9 {
    padding-bottom: 2.25rem
  }

  .ds\:pl-9 {
    padding-left: 2.25rem
  }

  .ds\:pt-10 {
    padding-top: 2.5rem
  }

  .ds\:pr-10 {
    padding-right: 2.5rem
  }

  .ds\:pb-10 {
    padding-bottom: 2.5rem
  }

  .ds\:pl-10 {
    padding-left: 2.5rem
  }

  .ds\:pt-11 {
    padding-top: 2.75rem
  }

  .ds\:pr-11 {
    padding-right: 2.75rem
  }

  .ds\:pb-11 {
    padding-bottom: 2.75rem
  }

  .ds\:pl-11 {
    padding-left: 2.75rem
  }

  .ds\:pt-12 {
    padding-top: 3rem
  }

  .ds\:pr-12 {
    padding-right: 3rem
  }

  .ds\:pb-12 {
    padding-bottom: 3rem
  }

  .ds\:pl-12 {
    padding-left: 3rem
  }

  .ds\:pt-14 {
    padding-top: 3.5rem
  }

  .ds\:pr-14 {
    padding-right: 3.5rem
  }

  .ds\:pb-14 {
    padding-bottom: 3.5rem
  }

  .ds\:pl-14 {
    padding-left: 3.5rem
  }

  .ds\:pt-16 {
    padding-top: 4rem
  }

  .ds\:pr-16 {
    padding-right: 4rem
  }

  .ds\:pb-16 {
    padding-bottom: 4rem
  }

  .ds\:pl-16 {
    padding-left: 4rem
  }

  .ds\:pt-20 {
    padding-top: 5rem
  }

  .ds\:pr-20 {
    padding-right: 5rem
  }

  .ds\:pb-20 {
    padding-bottom: 5rem
  }

  .ds\:pl-20 {
    padding-left: 5rem
  }

  .ds\:pt-24 {
    padding-top: 6rem
  }

  .ds\:pr-24 {
    padding-right: 6rem
  }

  .ds\:pb-24 {
    padding-bottom: 6rem
  }

  .ds\:pl-24 {
    padding-left: 6rem
  }

  .ds\:pt-28 {
    padding-top: 7rem
  }

  .ds\:pr-28 {
    padding-right: 7rem
  }

  .ds\:pb-28 {
    padding-bottom: 7rem
  }

  .ds\:pl-28 {
    padding-left: 7rem
  }

  .ds\:pt-32 {
    padding-top: 8rem
  }

  .ds\:pr-32 {
    padding-right: 8rem
  }

  .ds\:pb-32 {
    padding-bottom: 8rem
  }

  .ds\:pl-32 {
    padding-left: 8rem
  }

  .ds\:pt-36 {
    padding-top: 9rem
  }

  .ds\:pr-36 {
    padding-right: 9rem
  }

  .ds\:pb-36 {
    padding-bottom: 9rem
  }

  .ds\:pl-36 {
    padding-left: 9rem
  }

  .ds\:pt-40 {
    padding-top: 10rem
  }

  .ds\:pr-40 {
    padding-right: 10rem
  }

  .ds\:pb-40 {
    padding-bottom: 10rem
  }

  .ds\:pl-40 {
    padding-left: 10rem
  }

  .ds\:pt-44 {
    padding-top: 11rem
  }

  .ds\:pr-44 {
    padding-right: 11rem
  }

  .ds\:pb-44 {
    padding-bottom: 11rem
  }

  .ds\:pl-44 {
    padding-left: 11rem
  }

  .ds\:pt-48 {
    padding-top: 12rem
  }

  .ds\:pr-48 {
    padding-right: 12rem
  }

  .ds\:pb-48 {
    padding-bottom: 12rem
  }

  .ds\:pl-48 {
    padding-left: 12rem
  }

  .ds\:pt-52 {
    padding-top: 13rem
  }

  .ds\:pr-52 {
    padding-right: 13rem
  }

  .ds\:pb-52 {
    padding-bottom: 13rem
  }

  .ds\:pl-52 {
    padding-left: 13rem
  }

  .ds\:pt-56 {
    padding-top: 14rem
  }

  .ds\:pr-56 {
    padding-right: 14rem
  }

  .ds\:pb-56 {
    padding-bottom: 14rem
  }

  .ds\:pl-56 {
    padding-left: 14rem
  }

  .ds\:pt-60 {
    padding-top: 15rem
  }

  .ds\:pr-60 {
    padding-right: 15rem
  }

  .ds\:pb-60 {
    padding-bottom: 15rem
  }

  .ds\:pl-60 {
    padding-left: 15rem
  }

  .ds\:pt-64 {
    padding-top: 16rem
  }

  .ds\:pr-64 {
    padding-right: 16rem
  }

  .ds\:pb-64 {
    padding-bottom: 16rem
  }

  .ds\:pl-64 {
    padding-left: 16rem
  }

  .ds\:pt-72 {
    padding-top: 18rem
  }

  .ds\:pr-72 {
    padding-right: 18rem
  }

  .ds\:pb-72 {
    padding-bottom: 18rem
  }

  .ds\:pl-72 {
    padding-left: 18rem
  }

  .ds\:pt-80 {
    padding-top: 20rem
  }

  .ds\:pr-80 {
    padding-right: 20rem
  }

  .ds\:pb-80 {
    padding-bottom: 20rem
  }

  .ds\:pl-80 {
    padding-left: 20rem
  }

  .ds\:pt-96 {
    padding-top: 24rem
  }

  .ds\:pr-96 {
    padding-right: 24rem
  }

  .ds\:pb-96 {
    padding-bottom: 24rem
  }

  .ds\:pl-96 {
    padding-left: 24rem
  }

  .ds\:pt-px {
    padding-top: 1px
  }

  .ds\:pr-px {
    padding-right: 1px
  }

  .ds\:pb-px {
    padding-bottom: 1px
  }

  .ds\:pl-px {
    padding-left: 1px
  }

  .ds\:pt-0\.5 {
    padding-top: 0.125rem
  }

  .ds\:pr-0\.5 {
    padding-right: 0.125rem
  }

  .ds\:pb-0\.5 {
    padding-bottom: 0.125rem
  }

  .ds\:pl-0\.5 {
    padding-left: 0.125rem
  }

  .ds\:pt-1\.5 {
    padding-top: 0.375rem
  }

  .ds\:pr-1\.5 {
    padding-right: 0.375rem
  }

  .ds\:pb-1\.5 {
    padding-bottom: 0.375rem
  }

  .ds\:pl-1\.5 {
    padding-left: 0.375rem
  }

  .ds\:pt-2\.5 {
    padding-top: 0.625rem
  }

  .ds\:pr-2\.5 {
    padding-right: 0.625rem
  }

  .ds\:pb-2\.5 {
    padding-bottom: 0.625rem
  }

  .ds\:pl-2\.5 {
    padding-left: 0.625rem
  }

  .ds\:pt-3\.5 {
    padding-top: 0.875rem
  }

  .ds\:pr-3\.5 {
    padding-right: 0.875rem
  }

  .ds\:pb-3\.5 {
    padding-bottom: 0.875rem
  }

  .ds\:pl-3\.5 {
    padding-left: 0.875rem
  }

  .ds\:pt-2\/3 {
    padding-top: 66.666667%
  }

  .ds\:pr-2\/3 {
    padding-right: 66.666667%
  }

  .ds\:pb-2\/3 {
    padding-bottom: 66.666667%
  }

  .ds\:pl-2\/3 {
    padding-left: 66.666667%
  }

  .ds\:pt-3\/4 {
    padding-top: 75%
  }

  .ds\:pr-3\/4 {
    padding-right: 75%
  }

  .ds\:pb-3\/4 {
    padding-bottom: 75%
  }

  .ds\:pl-3\/4 {
    padding-left: 75%
  }

  .ds\:pt-6\/19 {
    padding-top: 56.25%
  }

  .ds\:pr-6\/19 {
    padding-right: 56.25%
  }

  .ds\:pb-6\/19 {
    padding-bottom: 56.25%
  }

  .ds\:pl-6\/19 {
    padding-left: 56.25%
  }

  .ds\:pt-1\/1 {
    padding-top: 100%
  }

  .ds\:pr-1\/1 {
    padding-right: 100%
  }

  .ds\:pb-1\/1 {
    padding-bottom: 100%
  }

  .ds\:pl-1\/1 {
    padding-left: 100%
  }

  .ds\:pt-3\/2 {
    padding-top: 150%
  }

  .ds\:pr-3\/2 {
    padding-right: 150%
  }

  .ds\:pb-3\/2 {
    padding-bottom: 150%
  }

  .ds\:pl-3\/2 {
    padding-left: 150%
  }

  .ds\:pt-4\/3 {
    padding-top: 133.333%
  }

  .ds\:pr-4\/3 {
    padding-right: 133.333%
  }

  .ds\:pb-4\/3 {
    padding-bottom: 133.333%
  }

  .ds\:pl-4\/3 {
    padding-left: 133.333%
  }

  .ds\:static {
    position: static
  }

  .ds\:fixed {
    position: fixed
  }

  .ds\:absolute {
    position: absolute
  }

  .ds\:relative {
    position: relative
  }

  .ds\:sticky {
    position: sticky
  }

  .ds\:table-auto {
    table-layout: auto
  }

  .ds\:table-fixed {
    table-layout: fixed
  }

  .ds\:text-left {
    text-align: left
  }

  .ds\:text-center {
    text-align: center
  }

  .ds\:text-right {
    text-align: right
  }

  .ds\:text-justify {
    text-align: justify
  }

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

  .ds\:overflow-ellipsis {
    text-overflow: ellipsis
  }

  .ds\:overflow-clip {
    text-overflow: clip
  }

  .ds\:italic {
    font-style: italic
  }

  .ds\:not-italic {
    font-style: normal
  }

  .ds\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }

  .ds\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }

  .ds\:ordinal, .ds\:slashed-zero, .ds\:lining-nums, .ds\:oldstyle-nums, .ds\:proportional-nums, .ds\:tabular-nums, .ds\:diagonal-fractions, .ds\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
  }

  .ds\:normal-nums {
    font-variant-numeric: normal
  }

  .ds\:ordinal {
    --tw-ordinal: ordinal
  }

  .ds\:slashed-zero {
    --tw-slashed-zero: slashed-zero
  }

  .ds\:lining-nums {
    --tw-numeric-figure: lining-nums
  }

  .ds\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums
  }

  .ds\:proportional-nums {
    --tw-numeric-spacing: proportional-nums
  }

  .ds\:tabular-nums {
    --tw-numeric-spacing: tabular-nums
  }

  .ds\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions
  }

  .ds\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions
  }

  .ds\:tracking-tighter {
    letter-spacing: -0.05em
  }

  .ds\:tracking-tight {
    letter-spacing: -0.025em
  }

  .ds\:tracking-normal {
    letter-spacing: 0em
  }

  .ds\:tracking-wide {
    letter-spacing: 0.025em
  }

  .ds\:tracking-wider {
    letter-spacing: 0.05em
  }

  .ds\:tracking-widest {
    letter-spacing: 0.1em
  }

  .ds\:align-baseline {
    vertical-align: baseline
  }

  .ds\:align-top {
    vertical-align: top
  }

  .ds\:align-middle {
    vertical-align: middle
  }

  .ds\:align-bottom {
    vertical-align: bottom
  }

  .ds\:align-text-top {
    vertical-align: text-top
  }

  .ds\:align-text-bottom {
    vertical-align: text-bottom
  }

  .ds\:w-0 {
    width: 0px
  }

  .ds\:w-1 {
    width: 0.25rem
  }

  .ds\:w-2 {
    width: 0.5rem
  }

  .ds\:w-3 {
    width: 0.75rem
  }

  .ds\:w-4 {
    width: 1rem
  }

  .ds\:w-5 {
    width: 1.25rem
  }

  .ds\:w-6 {
    width: 1.5rem
  }

  .ds\:w-7 {
    width: 1.75rem
  }

  .ds\:w-8 {
    width: 2rem
  }

  .ds\:w-9 {
    width: 2.25rem
  }

  .ds\:w-10 {
    width: 2.5rem
  }

  .ds\:w-11 {
    width: 2.75rem
  }

  .ds\:w-12 {
    width: 3rem
  }

  .ds\:w-14 {
    width: 3.5rem
  }

  .ds\:w-16 {
    width: 4rem
  }

  .ds\:w-20 {
    width: 5rem
  }

  .ds\:w-24 {
    width: 6rem
  }

  .ds\:w-28 {
    width: 7rem
  }

  .ds\:w-32 {
    width: 8rem
  }

  .ds\:w-36 {
    width: 9rem
  }

  .ds\:w-40 {
    width: 10rem
  }

  .ds\:w-44 {
    width: 11rem
  }

  .ds\:w-48 {
    width: 12rem
  }

  .ds\:w-52 {
    width: 13rem
  }

  .ds\:w-56 {
    width: 14rem
  }

  .ds\:w-60 {
    width: 15rem
  }

  .ds\:w-64 {
    width: 16rem
  }

  .ds\:w-72 {
    width: 18rem
  }

  .ds\:w-80 {
    width: 20rem
  }

  .ds\:w-96 {
    width: 24rem
  }

  .ds\:w-auto {
    width: auto
  }

  .ds\:w-px {
    width: 1px
  }

  .ds\:w-0\.5 {
    width: 0.125rem
  }

  .ds\:w-1\.5 {
    width: 0.375rem
  }

  .ds\:w-2\.5 {
    width: 0.625rem
  }

  .ds\:w-3\.5 {
    width: 0.875rem
  }

  .ds\:w-2\/3 {
    width: 66.666667%
  }

  .ds\:w-3\/4 {
    width: 75%
  }

  .ds\:w-6\/19 {
    width: 56.25%
  }

  .ds\:w-1\/1 {
    width: 100%
  }

  .ds\:w-3\/2 {
    width: 150%
  }

  .ds\:w-4\/3 {
    width: 133.333%
  }

  .ds\:w-1\/2 {
    width: 50%
  }

  .ds\:w-1\/3 {
    width: 33.333333%
  }

  .ds\:w-1\/4 {
    width: 25%
  }

  .ds\:w-2\/4 {
    width: 50%
  }

  .ds\:w-1\/5 {
    width: 20%
  }

  .ds\:w-2\/5 {
    width: 40%
  }

  .ds\:w-3\/5 {
    width: 60%
  }

  .ds\:w-4\/5 {
    width: 80%
  }

  .ds\:w-1\/6 {
    width: 16.666667%
  }

  .ds\:w-2\/6 {
    width: 33.333333%
  }

  .ds\:w-3\/6 {
    width: 50%
  }

  .ds\:w-4\/6 {
    width: 66.666667%
  }

  .ds\:w-5\/6 {
    width: 83.333333%
  }

  .ds\:w-1\/12 {
    width: 8.333333%
  }

  .ds\:w-2\/12 {
    width: 16.666667%
  }

  .ds\:w-3\/12 {
    width: 25%
  }

  .ds\:w-4\/12 {
    width: 33.333333%
  }

  .ds\:w-5\/12 {
    width: 41.666667%
  }

  .ds\:w-6\/12 {
    width: 50%
  }

  .ds\:w-7\/12 {
    width: 58.333333%
  }

  .ds\:w-8\/12 {
    width: 66.666667%
  }

  .ds\:w-9\/12 {
    width: 75%
  }

  .ds\:w-10\/12 {
    width: 83.333333%
  }

  .ds\:w-11\/12 {
    width: 91.666667%
  }

  .ds\:w-full {
    width: 100%
  }

  .ds\:w-screen {
    width: 100vw
  }

  .ds\:w-min {
    width: min-content
  }

  .ds\:w-max {
    width: max-content
  }

  .ds\:gap-0 {
    gap: 0px
  }

  .ds\:gap-1 {
    gap: 0.25rem
  }

  .ds\:gap-2 {
    gap: 0.5rem
  }

  .ds\:gap-3 {
    gap: 0.75rem
  }

  .ds\:gap-4 {
    gap: 1rem
  }

  .ds\:gap-5 {
    gap: 1.25rem
  }

  .ds\:gap-6 {
    gap: 1.5rem
  }

  .ds\:gap-7 {
    gap: 1.75rem
  }

  .ds\:gap-8 {
    gap: 2rem
  }

  .ds\:gap-9 {
    gap: 2.25rem
  }

  .ds\:gap-10 {
    gap: 2.5rem
  }

  .ds\:gap-11 {
    gap: 2.75rem
  }

  .ds\:gap-12 {
    gap: 3rem
  }

  .ds\:gap-14 {
    gap: 3.5rem
  }

  .ds\:gap-16 {
    gap: 4rem
  }

  .ds\:gap-20 {
    gap: 5rem
  }

  .ds\:gap-24 {
    gap: 6rem
  }

  .ds\:gap-28 {
    gap: 7rem
  }

  .ds\:gap-32 {
    gap: 8rem
  }

  .ds\:gap-36 {
    gap: 9rem
  }

  .ds\:gap-40 {
    gap: 10rem
  }

  .ds\:gap-44 {
    gap: 11rem
  }

  .ds\:gap-48 {
    gap: 12rem
  }

  .ds\:gap-52 {
    gap: 13rem
  }

  .ds\:gap-56 {
    gap: 14rem
  }

  .ds\:gap-60 {
    gap: 15rem
  }

  .ds\:gap-64 {
    gap: 16rem
  }

  .ds\:gap-72 {
    gap: 18rem
  }

  .ds\:gap-80 {
    gap: 20rem
  }

  .ds\:gap-96 {
    gap: 24rem
  }

  .ds\:gap-px {
    gap: 1px
  }

  .ds\:gap-0\.5 {
    gap: 0.125rem
  }

  .ds\:gap-1\.5 {
    gap: 0.375rem
  }

  .ds\:gap-2\.5 {
    gap: 0.625rem
  }

  .ds\:gap-3\.5 {
    gap: 0.875rem
  }

  .ds\:gap-2\/3 {
    gap: 66.666667%
  }

  .ds\:gap-3\/4 {
    gap: 75%
  }

  .ds\:gap-6\/19 {
    gap: 56.25%
  }

  .ds\:gap-1\/1 {
    gap: 100%
  }

  .ds\:gap-3\/2 {
    gap: 150%
  }

  .ds\:gap-4\/3 {
    gap: 133.333%
  }

  .ds\:gap-x-0 {
    column-gap: 0px
  }

  .ds\:gap-x-1 {
    column-gap: 0.25rem
  }

  .ds\:gap-x-2 {
    column-gap: 0.5rem
  }

  .ds\:gap-x-3 {
    column-gap: 0.75rem
  }

  .ds\:gap-x-4 {
    column-gap: 1rem
  }

  .ds\:gap-x-5 {
    column-gap: 1.25rem
  }

  .ds\:gap-x-6 {
    column-gap: 1.5rem
  }

  .ds\:gap-x-7 {
    column-gap: 1.75rem
  }

  .ds\:gap-x-8 {
    column-gap: 2rem
  }

  .ds\:gap-x-9 {
    column-gap: 2.25rem
  }

  .ds\:gap-x-10 {
    column-gap: 2.5rem
  }

  .ds\:gap-x-11 {
    column-gap: 2.75rem
  }

  .ds\:gap-x-12 {
    column-gap: 3rem
  }

  .ds\:gap-x-14 {
    column-gap: 3.5rem
  }

  .ds\:gap-x-16 {
    column-gap: 4rem
  }

  .ds\:gap-x-20 {
    column-gap: 5rem
  }

  .ds\:gap-x-24 {
    column-gap: 6rem
  }

  .ds\:gap-x-28 {
    column-gap: 7rem
  }

  .ds\:gap-x-32 {
    column-gap: 8rem
  }

  .ds\:gap-x-36 {
    column-gap: 9rem
  }

  .ds\:gap-x-40 {
    column-gap: 10rem
  }

  .ds\:gap-x-44 {
    column-gap: 11rem
  }

  .ds\:gap-x-48 {
    column-gap: 12rem
  }

  .ds\:gap-x-52 {
    column-gap: 13rem
  }

  .ds\:gap-x-56 {
    column-gap: 14rem
  }

  .ds\:gap-x-60 {
    column-gap: 15rem
  }

  .ds\:gap-x-64 {
    column-gap: 16rem
  }

  .ds\:gap-x-72 {
    column-gap: 18rem
  }

  .ds\:gap-x-80 {
    column-gap: 20rem
  }

  .ds\:gap-x-96 {
    column-gap: 24rem
  }

  .ds\:gap-x-px {
    column-gap: 1px
  }

  .ds\:gap-x-0\.5 {
    column-gap: 0.125rem
  }

  .ds\:gap-x-1\.5 {
    column-gap: 0.375rem
  }

  .ds\:gap-x-2\.5 {
    column-gap: 0.625rem
  }

  .ds\:gap-x-3\.5 {
    column-gap: 0.875rem
  }

  .ds\:gap-x-2\/3 {
    column-gap: 66.666667%
  }

  .ds\:gap-x-3\/4 {
    column-gap: 75%
  }

  .ds\:gap-x-6\/19 {
    column-gap: 56.25%
  }

  .ds\:gap-x-1\/1 {
    column-gap: 100%
  }

  .ds\:gap-x-3\/2 {
    column-gap: 150%
  }

  .ds\:gap-x-4\/3 {
    column-gap: 133.333%
  }

  .ds\:gap-y-0 {
    row-gap: 0px
  }

  .ds\:gap-y-1 {
    row-gap: 0.25rem
  }

  .ds\:gap-y-2 {
    row-gap: 0.5rem
  }

  .ds\:gap-y-3 {
    row-gap: 0.75rem
  }

  .ds\:gap-y-4 {
    row-gap: 1rem
  }

  .ds\:gap-y-5 {
    row-gap: 1.25rem
  }

  .ds\:gap-y-6 {
    row-gap: 1.5rem
  }

  .ds\:gap-y-7 {
    row-gap: 1.75rem
  }

  .ds\:gap-y-8 {
    row-gap: 2rem
  }

  .ds\:gap-y-9 {
    row-gap: 2.25rem
  }

  .ds\:gap-y-10 {
    row-gap: 2.5rem
  }

  .ds\:gap-y-11 {
    row-gap: 2.75rem
  }

  .ds\:gap-y-12 {
    row-gap: 3rem
  }

  .ds\:gap-y-14 {
    row-gap: 3.5rem
  }

  .ds\:gap-y-16 {
    row-gap: 4rem
  }

  .ds\:gap-y-20 {
    row-gap: 5rem
  }

  .ds\:gap-y-24 {
    row-gap: 6rem
  }

  .ds\:gap-y-28 {
    row-gap: 7rem
  }

  .ds\:gap-y-32 {
    row-gap: 8rem
  }

  .ds\:gap-y-36 {
    row-gap: 9rem
  }

  .ds\:gap-y-40 {
    row-gap: 10rem
  }

  .ds\:gap-y-44 {
    row-gap: 11rem
  }

  .ds\:gap-y-48 {
    row-gap: 12rem
  }

  .ds\:gap-y-52 {
    row-gap: 13rem
  }

  .ds\:gap-y-56 {
    row-gap: 14rem
  }

  .ds\:gap-y-60 {
    row-gap: 15rem
  }

  .ds\:gap-y-64 {
    row-gap: 16rem
  }

  .ds\:gap-y-72 {
    row-gap: 18rem
  }

  .ds\:gap-y-80 {
    row-gap: 20rem
  }

  .ds\:gap-y-96 {
    row-gap: 24rem
  }

  .ds\:gap-y-px {
    row-gap: 1px
  }

  .ds\:gap-y-0\.5 {
    row-gap: 0.125rem
  }

  .ds\:gap-y-1\.5 {
    row-gap: 0.375rem
  }

  .ds\:gap-y-2\.5 {
    row-gap: 0.625rem
  }

  .ds\:gap-y-3\.5 {
    row-gap: 0.875rem
  }

  .ds\:gap-y-2\/3 {
    row-gap: 66.666667%
  }

  .ds\:gap-y-3\/4 {
    row-gap: 75%
  }

  .ds\:gap-y-6\/19 {
    row-gap: 56.25%
  }

  .ds\:gap-y-1\/1 {
    row-gap: 100%
  }

  .ds\:gap-y-3\/2 {
    row-gap: 150%
  }

  .ds\:gap-y-4\/3 {
    row-gap: 133.333%
  }

  .ds\:grid-flow-row {
    grid-auto-flow: row
  }

  .ds\:grid-flow-col {
    grid-auto-flow: column
  }

  .ds\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }

  .ds\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }

  .ds\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .ds\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .ds\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .ds\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .ds\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .ds\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .ds\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }

  .ds\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .ds\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }

  .ds\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }

  .ds\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }

  .ds\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .ds\:grid-cols-none {
    grid-template-columns: none
  }

  .ds\:auto-cols-auto {
    grid-auto-columns: auto
  }

  .ds\:auto-cols-min {
    grid-auto-columns: min-content
  }

  .ds\:auto-cols-max {
    grid-auto-columns: max-content
  }

  .ds\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
  }

  .ds\:col-auto {
    grid-column: auto
  }

  .ds\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .ds\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .ds\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .ds\:col-span-4 {
    grid-column: span 4 / span 4
  }

  .ds\:col-span-5 {
    grid-column: span 5 / span 5
  }

  .ds\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .ds\:col-span-7 {
    grid-column: span 7 / span 7
  }

  .ds\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .ds\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .ds\:col-span-10 {
    grid-column: span 10 / span 10
  }

  .ds\:col-span-11 {
    grid-column: span 11 / span 11
  }

  .ds\:col-span-12 {
    grid-column: span 12 / span 12
  }

  .ds\:col-span-full {
    grid-column: 1 / -1
  }

  .ds\:col-start-1 {
    grid-column-start: 1
  }

  .ds\:col-start-2 {
    grid-column-start: 2
  }

  .ds\:col-start-3 {
    grid-column-start: 3
  }

  .ds\:col-start-4 {
    grid-column-start: 4
  }

  .ds\:col-start-5 {
    grid-column-start: 5
  }

  .ds\:col-start-6 {
    grid-column-start: 6
  }

  .ds\:col-start-7 {
    grid-column-start: 7
  }

  .ds\:col-start-8 {
    grid-column-start: 8
  }

  .ds\:col-start-9 {
    grid-column-start: 9
  }

  .ds\:col-start-10 {
    grid-column-start: 10
  }

  .ds\:col-start-11 {
    grid-column-start: 11
  }

  .ds\:col-start-12 {
    grid-column-start: 12
  }

  .ds\:col-start-13 {
    grid-column-start: 13
  }

  .ds\:col-start-auto {
    grid-column-start: auto
  }

  .ds\:col-end-1 {
    grid-column-end: 1
  }

  .ds\:col-end-2 {
    grid-column-end: 2
  }

  .ds\:col-end-3 {
    grid-column-end: 3
  }

  .ds\:col-end-4 {
    grid-column-end: 4
  }

  .ds\:col-end-5 {
    grid-column-end: 5
  }

  .ds\:col-end-6 {
    grid-column-end: 6
  }

  .ds\:col-end-7 {
    grid-column-end: 7
  }

  .ds\:col-end-8 {
    grid-column-end: 8
  }

  .ds\:col-end-9 {
    grid-column-end: 9
  }

  .ds\:col-end-10 {
    grid-column-end: 10
  }

  .ds\:col-end-11 {
    grid-column-end: 11
  }

  .ds\:col-end-12 {
    grid-column-end: 12
  }

  .ds\:col-end-13 {
    grid-column-end: 13
  }

  .ds\:col-end-auto {
    grid-column-end: auto
  }

  .ds\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .ds\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }

  .ds\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .ds\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }

  .ds\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }

  .ds\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }

  .ds\:grid-rows-none {
    grid-template-rows: none
  }

  .ds\:auto-rows-auto {
    grid-auto-rows: auto
  }

  .ds\:auto-rows-min {
    grid-auto-rows: min-content
  }

  .ds\:auto-rows-max {
    grid-auto-rows: max-content
  }

  .ds\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }

  .ds\:row-auto {
    grid-row: auto
  }

  .ds\:row-span-1 {
    grid-row: span 1 / span 1
  }

  .ds\:row-span-2 {
    grid-row: span 2 / span 2
  }

  .ds\:row-span-3 {
    grid-row: span 3 / span 3
  }

  .ds\:row-span-4 {
    grid-row: span 4 / span 4
  }

  .ds\:row-span-5 {
    grid-row: span 5 / span 5
  }

  .ds\:row-span-6 {
    grid-row: span 6 / span 6
  }

  .ds\:row-span-full {
    grid-row: 1 / -1
  }

  .ds\:row-start-1 {
    grid-row-start: 1
  }

  .ds\:row-start-2 {
    grid-row-start: 2
  }

  .ds\:row-start-3 {
    grid-row-start: 3
  }

  .ds\:row-start-4 {
    grid-row-start: 4
  }

  .ds\:row-start-5 {
    grid-row-start: 5
  }

  .ds\:row-start-6 {
    grid-row-start: 6
  }

  .ds\:row-start-7 {
    grid-row-start: 7
  }

  .ds\:row-start-auto {
    grid-row-start: auto
  }

  .ds\:row-end-1 {
    grid-row-end: 1
  }

  .ds\:row-end-2 {
    grid-row-end: 2
  }

  .ds\:row-end-3 {
    grid-row-end: 3
  }

  .ds\:row-end-4 {
    grid-row-end: 4
  }

  .ds\:row-end-5 {
    grid-row-end: 5
  }

  .ds\:row-end-6 {
    grid-row-end: 6
  }

  .ds\:row-end-7 {
    grid-row-end: 7
  }

  .ds\:row-end-auto {
    grid-row-end: auto
  }

  .ds\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .ds\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .ds\:transform-none {
    transform: none
  }
}

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


.accordion .content-intro{margin-bottom: 45px;}
.accordion{position:relative;z-index:2;max-width:1090px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;padding-top:50px;padding-bottom:60px}
.accordion .description{margin-bottom:70px;max-width:972px;margin-left:auto;margin-right:auto}
.accordion .accordion-container{gap:15px}
.accordion .accordion-container .accordion-item{-webkit-transition:border .01s ease;transition:border .01s ease;border-radius: 10px;box-shadow: 0px 0px 12px 0px rgba(95, 109, 126, 0.20);overflow: hidden}
.accordion .accordion-container .accordion-item.active{background:#fff;padding:0 32px 32px 26px}
.accordion .accordion-container .accordion-item.active .accordion-content{height:auto;-webkit-transition:height .1s ease;transition:height .1s ease}
.accordion .accordion-container .accordion-item.active .accordion-title{border-bottom:unset;padding-bottom:0;padding-left:0}
.accordion .accordion-container .accordion-item.active .accordion-title .arrows{padding-right:0}
.accordion .accordion-container .accordion-item.active .accordion-title .accordion-open{display:none}
.accordion .accordion-container .accordion-item.active .accordion-title .accordion-close{display:block}
.accordion .accordion-container .accordion-item .accordion-title{position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:2;padding-bottom:19px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:26px;padding-top:20px;background:white; }
.accordion .accordion-container .accordion-item .accordion-title .arrows{padding-right:32px}
.accordion .accordion-container .accordion-item .accordion-title svg{height:100%;width:auto;display:block}
.accordion .accordion-container .accordion-item .accordion-title .accordion-close{display:none}
.accordion .accordion-container .accordion-item .accordion-content{padding-top:24px;height:0;-webkit-transition:height .01s ease;transition:height .01s ease}
.accordion .accordion-container .accordion-item .accordion-content .content-wrapper{font-style:normal;font-weight:400;font-size:18px;line-height:26px;}
@media(min-width:767px){.accordion{padding-top:94px;padding-bottom:110px}
.accordion .accordion-description{margin-bottom:37px}
}
@media(min-width: 992px){
  .multiple-accordion .accordion .accordion-header{
    
  }
}
.multiple-accordion .accordion .content-intro{margin-bottom: 45px;}
.multiple-accordion .accordion{position:relative;z-index:2;max-width:1172px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;padding-top:50px;padding-bottom:60px}
.multiple-accordion .accordion .description{margin-bottom:70px;max-width:972px;margin-left:auto;margin-right:auto}
.multiple-accordion .accordion .accordion-container{gap:15px}
.multiple-accordion .accordion .accordion-container .accordion-item{-webkit-transition:border .01s ease;transition:border .01s ease;border-radius: 10px;box-shadow: 0px 0px 12px 0px rgba(95, 109, 126, 0.20);}
.multiple-accordion .accordion .accordion-container .accordion-item.active{background:#fff;padding:0 32px 32px 26px}
.multiple-accordion .accordion .accordion-container .accordion-item.active .accordion-content{height:auto;-webkit-transition:height .1s ease;transition:height .1s ease}
.multiple-accordion .accordion .accordion-container .accordion-item.active .accordion-title{border-bottom:unset;padding-bottom:0;padding-left:0}
.multiple-accordion .accordion .accordion-container .accordion-item.active .accordion-title .arrows{padding-right:0}
.multiple-accordion .accordion .accordion-container .accordion-item.active .accordion-title .accordion-open{display:none;}
.multiple-accordion .accordion .accordion-container .accordion-item .accordion-open{ cursor: pointer}
.multiple-accordion .accordion .accordion-container .accordion-item.active .accordion-title .accordion-close{display:block; cursor: pointer}
.multiple-accordion .accordion .accordion-container .accordion-item .accordion-title{position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:2;padding-bottom:19px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:26px;padding-top:20px;background:white; }
.multiple-accordion .accordion .accordion-container .accordion-item .accordion-title .arrows{padding-right:32px}
.multiple-accordion .accordion .accordion-container .accordion-item .accordion-title svg{height:100%;width:auto;display:block}
.multiple-accordion .accordion .accordion-container .accordion-item .accordion-title .accordion-close{display:none}
.multiple-accordion .accordion .accordion-container .accordion-item .accordion-content{padding-top:24px;height:0;-webkit-transition:height .01s ease;transition:height .01s ease}
.multiple-accordion .accordion .accordion-container .accordion-item .accordion-content .content-wrapper{font-style:normal;font-weight:400;font-size:18px;line-height:26px;}
@media(min-width:767px){.multiple-accordion .accordion{padding-top:70px;padding-bottom:54px}
.multiple-accordion .accordion .accordion-description{margin-bottom:37px}
}
.multiple-accordion .accordion-tabs{ max-width: 1109px; margin-left: auto; margin-right: auto; }
.multiple-accordion .accordion-tabs .headline {display:inline-block;position: relative;padding-bottom: 28px;font-size: 32px;
font-style: normal;
line-height: 36px;
font-family: "Rustica Regular"}
.multiple-accordion .accordion-tabs {border-bottom: 3px solid #EAEAEA;}
.multiple-accordion .accordion-tabs .headline {
    padding: 0 25px 28px;
}
@media(min-width:992px){
  .multiple-accordion .accordion-tabs .headline{
    padding: 0 35px 28px 35px;
  }
  
.multiple-accordion .accordion-tabs .headline:after {
  display:flex;
  content: '';
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  width: 100%;
  position: absolute;
  height: 3px;
  background-color: #5F6D7E;
  bottom: -3px;
  left: 0;
/*   border-bottom: 3px solid #5F6D7E;  */
}
.multiple-accordion .accordion-tabs .headline.fromLeft:hover:after { transform: scaleX(1); background-color: #0D9AAC;}
.multiple-accordion .accordion-tabs .headline.fromLeft:after{  transform-origin:  0% 50%; }
.multiple-accordion .accordion-tabs .headline:hover{color: #0D9AAC;}
}
.multiple-accordion .accordion-tabs-wrapper{
  margin: 0 20px;
}

/* Slider CSS */
.multiple-accordion .accordion-tabs.slick-slider{
      box-shadow: unset;
      margin-top: 0;
      border-radius: 0;
}

.social-links-lite{
  position: relative;
  z-index: 2;
}
.social-facebook,
.social-facebook:hover {
	fill: #1877f2!important;
	color: #1877f2!important;
}
.social-linkedin,
.social-linkedin:hover {
	fill: #007bb5!important;
	color: #007bb5!important;
}
.social-instagram,
.social-instagram:hover {
	fill: #c32aa3!important;
	color: #c32aa3!important;
}
.social-twitter,
.social-twitter:hover {
	fill: #1da1f2!important;
	color: #1da1f2!important;
}
.social-youtube,
.social-youtube:hover {
	fill: #ff0000!important;
	color: #ff0000!important;
}
.social-pinterest,
.social-pinterest:hover {
	fill: #bd081c!important;
	color: #bd081c!important;
}
.social-snapchat,
.social-snapchat:hover {
	fill: #fffc00!important;
	color: #fffc00!important;
}
.social-whatsapp,
.social-whatsapp:hover {
	fill: #25d366!important;
	color: #25d366!important;
}
.social-reddit,
.social-reddit:hover {
	fill: #ff4500!important;
	color: #ff4500!important;
}
.social-spotify,
.social-spotify:hover {
	fill: #1ed760!important;
	color: #1ed760!important;
}
.social-foursquare,
.social-foursquare:hover {
	fill: #f94877!important;
	color: #f94877!important;
}
.social-skype,
.social-skype:hover {
	fill: #00aff0!important;
	color: #00aff0!important;
}
.social-dribbble,
.social-dribbble:hover {
	fill: #ea4c89!important;
	color: #ea4c89!important;
}
.social-slack,
.social-slack:hover {
	fill: #4a154b!important;
	color: #4a154b!important;
}
.social-houzz,
.social-houzz:hover {
	fill: #4dbc15!important;
	color: #4dbc15!important;
}
.industry-partners .image-field{
  line-height: 1;
}

.industry-partners .headline-sm {
  margin-bottom: 20px;
}

.industry-partners .description-sm{
   margin-bottom: 30px;
}

.industry-partners .cards-partners{ 
    grid-template-columns: repeat(4,1fr);
    gap: 30px 24px;
}

.industry-partners .card-partners{
  border-radius: 5px;
  height: 170px;
  padding-top: 24px;
  padding-bottom: 12px;
/*   filter: drop-shadow(0px 2px 12px rgba(13, 154, 172, 0.15)); */
}

.industry-partners .card-partners img {
  max-height: 86px;
  max-width: 243px;
}


.industry-partners .buttons {
    margin-top: 0px;
}


@media (max-width: 1100px) {
  .industry-partners .cards-partners{ 
    grid-template-columns: repeat(2,1fr);
    gap: 30px 24px;
 }
}


@media (max-width: 600px) {
  .industry-partners .cards-partners{ 
    grid-template-columns: repeat(1,1fr);
    gap: 30px 24px;
 }
}
/* Inline Form */
.form-inline form {
	display: inline-flex;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.form-inline  {
  position: relative;
  z-index: 2;
}
.form-inline form .field {
	margin-bottom: 0;
}
.form-inline form > fieldset,
.form-inline form > .field {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.form-inline .hs-submit {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin-top: 1.5rem;
}
.form-inline.form-no-labels .hs-submit {
	margin-top: 0;
}
.form-inline .hs-submit .hs-button {
	white-space: nowrap;
}

.form-inline.form-fullwidth form {
	display: flex;
}
.form-inline.form-fullwidth form fieldset,
.form-inline.form-fullwidth form .field {
	width: 100%;
}

/* No Labels */
.form-no-labels form > .field:not(.hs-radio) > label {
	display: none;
}

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

.form-base {
  padding: 101px 99px 100px;
  box-shadow: 0 0 30px 0 rgba(135, 154, 197, 0.31);
  background-color: #fff;
}

.form-base input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):focus::placeholder {
  opacity: 0.4;
}


.form-base input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]), 
.form-base .hs-input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]), 
.form-base .hs-search-field__input,
.form-base .hs-fieldtype-file label {
  border-bottom: solid 1px #b5b7c6;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  color: #9CAAB0;
  font-family: Inter;
  font-size: 14px;
  font-weight: bold;
  
}

.form-base .hs-fieldtype-textarea  textarea {
  padding-bottom: 0px !important;
  font-weight: normal !important;
    color: #F3F5F5 !important;
    font-size: 18px !important;
}




.form-base input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]){
  color: #9CAAB0 !important;
  font-weight: normal !important;
  color: #F3F5F5 !important;
  font-size: 18px !important;
  
}

.form-base .hs-input[type=checkbox] {
  border-radius: 0;
  margin: 1px 15px 3px 0px
}

.form-base input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,
.form-base select.hs-input,
.form-base .hs-input::placeholder,
.form-base .hs-fieldtype-file label { 
  color: #9CAAB0;
  font-family: Inter;
  font-size: 14px;
  font-weight: bold;
}

.form-base form.hs-form fieldset .field,
.form-inline form > .field {
	padding-left: 14px;
	padding-right: 14px;
  margin-bottom: 33px;
}

.form-base form.hs-form fieldset .hs-dependent-field .field {
margin-bottom: 0;
}

.form-base .hs-form fieldset.form-columns-1 .legal-consent-container {
  display: grid;
  grid-template-areas:
    'text1 text2'
    'checkbox checkbox';
  grid-row-gap: 51px;
  grid-column-gap: 36px;
  margin-top: 30px;
  margin-bottom: 0;
}

.form-base .hs-form fieldset.form-columns-1 .legal-consent-container > :first-child {
  grid-area: text1;
  color: #adb2c3;
  font-family: Inter;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.03px;
}

.form-base .hs-form fieldset.form-columns-1 .legal-consent-container > :nth-child(2){
    grid-area: checkbox;
    font-family: Inter;
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 0.03px;
    text-align: left;
    color: #00617D;
    width: 50%;
}

.form-base .hs-form fieldset.form-columns-1 .legal-consent-container > :nth-child(3){
    grid-area: text2;
    color: #adb2c3;
    font-family: Inter;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.03px;
}

.form-base form {
  position: relative;
}

.form-base .hs-submit{
    position: absolute;
    bottom: 0;
    right: 0;
}

.form-base .hs-submit.not-fixed {
  position: relative;
}


.event-post .hs_submit.not-fixed .actions {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.form-base .hs-form label{
  margin-bottom: 0;
}

.form-base .hs-form .legal-consent-container span{
   font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.03px;
  text-align: left;
  color: #00617D;
  margin-left: 35px;
}
.form-base .hs-form .legal-consent-container span span{
  margin-left: 0px;
}

.form-base .hs-submit input[type=submit] {
  border-radius: 31px;
  background-color: #9CAAB0 !important;
  white-space: nowrap;
}

.form-base .hs-fieldtype-file input {
  display: none !important;
}

.form-base .hs-fieldtype-file {
  position: relative;
}

.form-base .hs-fieldtype-file label:after {
  content: "Choose File";
  position: absolute;
  bottom: 7px;
  right: 14px;
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #adb2c3;
  padding: 12px 31px 12px 32px;
  border-radius: 31px;
  border: solid 1px #adb2c3;
  cursor: pointer;
}
  
.form-lite .hs_submit .actions::after{
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: #ffffff;
}

.form-base input.invalid:not([type=checkbox]):not([type=radio]):not([type=submit]){
  background: transparent;
}

@media (max-width: 768px) {
  .form-base {
    padding: 50px;
  }
  .form-base .hs-submit{
  right: 50%;
  transform: translateX(50%);
  }
  
  
  
  .form-base .hs-form fieldset.form-columns-1 .legal-consent-container {
      grid-template-areas:
        'text1'
        'checkbox'
        'text2';
    grid-row-gap: 20px;
    margin-bottom: 60px;
    margin-top: 0px;
  }
  
  .form-base .hs-form fieldset.form-columns-1 .legal-consent-container > :nth-child(2) {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .form-base .hs-submit {
/*     left: 50%;
    transform: translateX(-50%); */
  }
  
  .form-base .hs-fieldtype-file label:after {
      padding: 6px 15px;
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .form-base .hs-submit {
/*     left: 50%;
    transform: translateX(-50%); */
  }
  
  .form-base .hs-fieldtype-file label:after {
    font-size: 7px;
  }
}

@media (max-width: 440px) {
.form-base {
    padding: 30px 15px;
  }
.form-base .hs-submit input[type=submit]{
    padding-right: 55px!important;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px)  {
.form-negative-margin.form-lite{
margin-top: -220px !important;
  }
}

.form-base  .form-columns-2 {
  display: flex;
}

.form-base  .form-columns-2 .hs-dependent-field { 
  width: 50%;
  display: flex;
}

.form-base .legal-consent-container .hs-input[type=checkbox] {
    margin: 5px 15px 3px 0px;
}

.form-base  .form-columns-2 .hs-dependent-field .hs-form-field { width: 100%; }

@media (max-width: 500px) {
  .form-base  .form-columns-2 {
    display: flex;
    flex-direction: column;
  }
  
  .form-base  .form-columns-2 .hs-dependent-field { 
      width: 100%;
  }
  
  .form-base  .form-columns-2 > div.hs-dependent-field {
     margin-bottom: 33px;
  }
  
  .form-base  .form-columns-2 .hs-form-field { width: 100% !important; }
  
  .blog-template-resource-library-post .form-base .hs-submit input[type=submit] {
  padding: 12px 65px 12px 39px !important;
  border-radius: 31px;
  background-color: #9CAAB0 !important;
}
  .blog-template-resource-library-post .form-base .hs-submit{
    transform: unset;
    left: unset;
    right: 0;
  }
  
  .blog-template-resource-library-post .form-base .hs-form .legal-consent-container span{
  line-height: normal;
  }
}

.form-lite .form-base ul li::before {
  content: unset;
}

.form-lite .form-base .inputs-list {
  padding-left: 0px;
}

@media (max-width: 350px) {
  .form-base .hs-form .legal-consent-container span {
    margin-left: 25px !important;
  }
  
  .form-base .legal-consent-container .hs-input[type=checkbox] {
    margin: 5px 10px 3px 0px;
  }
}
/* Direction */
.menu ul {
	flex-wrap: nowrap;
	margin-top: 0;
}

@media (min-width: 768px) {
	.menu-vertical .hs-menu-wrapper > ul {
		flex-direction: column;
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
  .menu-horizontal ul,
  .menu-vertical ul {
		white-space: nowrap;
		overflow-x: scroll;
  }
}

/* 
 * Styles 
 */

.menu .hs-menu-item a {
	color: inherit;
}
.menu .hs-menu-item.active a {
	font-weight: bold;
}

/* Border */
.menu-border.menu-horizontal ul {
	text-align: center;
}
.menu-border.menu-horizontal ul li {
	width: 100%;
}
.menu-border .hs-menu-item a {
	border-bottom: 1px solid var(--color-light);
	padding: 1em;
}
.menu-border.menu-horizontal .hs-menu-item.active a {
	border-bottom-width: 2px;
}
@media (min-width: 768px) {
  .menu-border.menu-vertical .hs-menu-item a {
		border-bottom: 0;
    border-left: 1px solid var(--color-light);
	  padding: .5em 1em;
	}
	.menu-border.menu-vertical .hs-menu-item.active a {
		border-left-width: 2px;
	}
}
.menu-border .hs-menu-item a:hover,
.menu-border .hs-menu-item.active a {
	color: #4F6475;
	border-color: #4F6475;
	font-weight: bold;
}

/* Box */
.menu-box ul {
	margin: -0.35rem;
}
.menu-box ul li {
	padding: .35rem;
	width: 100%;
}
.menu-box .hs-menu-item a {
	padding: 1em 1.5em;
	color: var(--color);
	background: var(--background);
	transition: all ease 200ms;
	position: relative;
	overflow: hidden;
}
.menu-box .hs-menu-item a:after {
	content: "";
	position: absolute;
	left: -1px;
	bottom: -0;
	width: calc(100% + 2px);
	height: 0px;
	background: #4F6475;
}
.menu-box .hs-menu-item a:hover,
.menu-box .hs-menu-item.active a {
	border-color: #fff;
/* 	color: #4F6475; */
}
.menu-box .hs-menu-item a:hover:after,
.menu-box .hs-menu-item.active a:after {
  height: 2px;
}

/* Card */
.menu-card ul,
.menu-card-border ul {
	margin: -.75rem;
}
.menu-card ul li,
.menu-card-border ul li {
	padding: .75rem;
	width: 100%;
}
.menu-card .hs-menu-item a,
.menu-card-border .hs-menu-item a {
	padding: 1em 2em;
	transition: all ease 200ms;
	position: relative;

	width: 100%;
}
	.menu-card-border .hs-menu-item a {
	  border: 1px solid var(--color-light);
	}
.menu-card .hs-menu-item a:hover,
.menu-card .hs-menu-item.active a,
.menu-card-border .hs-menu-item a:hover,
.menu-card-border .hs-menu-item.active a {
	background: var(--primary-100);
	color: #4F6475;
}
	.menu-card-border .hs-menu-item a:hover,
	.menu-card-border .hs-menu-item.active a {
		border-color: #4F6475;
	}


	.menu-lite{
		position: relative;
		z-index: 2;
	  }


	  .pricing-lite {
		position: relative;
		z-index: 2;
	  }
/* =========
 * Popup Controller
 * ================= */
.popup-iframe {
	background: repeating-linear-gradient(
  45deg,
  #fafafa,
  #fafafa 10px,
  #dddddd 10px,
  #dddddd 20px
);
	background-color: #f9f9f9;
	width: 100%;
	height: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-iframe span {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

/* =========
 * Video Popup
 * ================= */
.video-popup {
  position: relative;
  width: auto;
  max-width: 800px;
}

/* =========
 * Popup
 * ================= */
.popup {
	width: 90%!important;
  position: relative;
  width: auto;
  max-width: 800px;
  margin: 1.5rem auto;
}

/* One Col 02 */
.popup-one-col-02 {
	width: 500px;
}

/* Two Col 01 */
.popup-two-col-01,
.popup-two-col-02 {
	max-width: 1100px;
}

/* =========
 * Close Button
 * ================= */
.mfp-close-btn-in .mfp-close {
	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: space-between;
/* 	background-color: var(--primary); */
	width: 125px!important;
	top: -60px;
	right: 0;
	border: 2px solid white;
    padding: 10px 10px;
    border-radius: 20px;
	opacity: 1;
	color: #fff!important;
	transition: 0.4s ease;
}
/* .mfp-close:before {
	content: "";
	position: absolute;
	top: 0;
	margin-top: -15px;
	margin-left: 22px;
	border-top: 15px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 22px solid var(--primary-700);
} */
.mfp-image-holder .mfp-close {
	top: 40px!important;
	right: 0!important;
}


/* =========
 * Zoom Animation
 * ================= */
/* start state */
.popup-zoom-animation .popup-zoom {
	opacity: 0;
	transition: all 0.4s cubic-bezier(.57,0,0,1);
	transform: translateY(-40px); 
}

/* animate in */
.popup-zoom-animation.mfp-ready .popup-zoom {
	opacity: 1;
	transform: translateY(0); 
}

/* animate out */
.popup-zoom-animation.mfp-removing .popup-zoom {
	transform: translateY(40px); 
	opacity: 0;
}

/* Dark overlay, start state */
.popup-zoom-animation.mfp-bg {
	opacity: 0;
	transition: all 0.4s cubic-bezier(.57,0,0,1);
}
/* animate in */
.mfp-bg {
	background: var(--dark);
}
.popup-zoom-animation.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.popup-zoom-animation.mfp-removing.mfp-bg {
	opacity: 0;
}
/* ----------------- Language Switcher ----------------- */
.header_language-switcher-label-current {
	display: none;
}

.mfp-content{
  max-width: 800px;
}
.align-items-center {
  align-items: center;
}

.custom-post-filter-wrapper {
  position: relative;
  z-index: 9;
}

.testimonial-lite {
  position: relative;
  z-index: 2;
}

.custom-post-filter-wrapper>span,.custom-post-filter-wrapper h3{font-family:Inter;font-size:14px !important;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:.35px;text-align:left;color:#9CAAB0}
.custom-post-filter-wrapper .custom-posts-filter{width:146.4px;height:43px;margin:0 0 0 27.2px;border-radius:4px;background-image:-webkit-gradient(linear,left top,left bottom,from(#c7cbe2),to(#f4f5ff));background-image:-webkit-linear-gradient(top,#c7cbe2,#f4f5ff);background-image:linear-gradient(to bottom,#c7cbe2,#f4f5ff)}
.custom-post-filter-wrapper .custom-posts-filter .block{position:relative;padding:10px 0 10px 0}
.custom-post-filter-wrapper .custom-posts-filter .block h3{padding-left:16px;padding-right:13px}
.custom-post-filter-wrapper .custom-posts-filter .block h3:after{content:'\e804';position:absolute;top:14px;right:13px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:10px}
.custom-post-filter-wrapper .custom-posts-filter .block .widget-module{width:100%;right:0;position:absolute;z-index:9;top:78%;background:white;display:none;border:1px solid #f4f5ff}
.custom-post-filter-wrapper .custom-posts-filter .block .widget-module ul{padding:0;list-style:none;margin:5px 0}
.custom-post-filter-wrapper .custom-posts-filter .block .widget-module ul li{padding:0 8px !important}
.custom-post-filter-wrapper .custom-posts-filter .block .widget-module ul li:before{display:none}
.custom-post-filter-wrapper .custom-posts-filter .block .widget-module ul li a{display:block;padding:5px;margin-bottom:5px;border-bottom:1px solid #ddd;font-size:14px;line-height:1.6;color:#9CAAB0;cursor:pointer}
.custom-post-filter-wrapper .custom-posts-filter .block .widget-module ul li a:hover{color:#F3F5F5;border-color:#F3F5F5;text-decoration:none}


.card-with-margin-top.less-height .card {
  min-height: 330px !important;
}


@media(min-width: 980px){
  .card-with-margin-top.less-height  .card .card-icon {
      margin-bottom: 37px;
  }
}

.mfp-close span {
/*   line-height: 0 !important; */

}

.video-popup video {
  width: 100%;
}

.color-white {
  color: white; 
}

.career-what-we-offer-list ul li:before {
  top: 11px !important;
}

.career-what-we-offer-list ul li {
    padding-left: 20px;
}

@media(min-width: 767px){
  .career-what-we-offer-list ul li {
      padding-left: 35px !important;
  }
}
.lifeloop-resources .content-listing .featured-resources{-webkit-box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);}
.lifeloop-resources .content-listing .featured-resources .featured-resources-cards .featured-resources-card .featured-resources-card-inner .featured-resources-image{min-height:200px;height:auto;width:100%}
.lifeloop-resources .content-listing .featured-resources .featured-resources-cards .featured-resources-card .featured-resources-card-inner .featured-resources-content{padding:20px}
.lifeloop-resources .content-listing .featured-resources .featured-resources-cards .featured-resources-card .featured-resources-card-inner .featured-resources-content .featured-resources-topic{margin-bottom:10px;font-size:16px}
.lifeloop-resources .content-listing .featured-resources .featured-resources-cards .slick-dots{margin:0;position:absolute;right:16px;width:auto;bottom:9px}
.lifeloop-resources .content-listing .blog-filters{padding-bottom:26px;border-bottom:1px solid #dedede;margin-bottom:32px;gap: 26px 40px;}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown,
.lifeloop-resources .content-listing .blog-filters .types-dropdown{height:47px}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown,
.lifeloop-resources .content-listing .blog-filters .types-dropdown .dropdown{position:relative;display:inline-block;width:100%;height:100%}
/* .lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown:hover .dropdown-content{display:block} */
.lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown .dropbtn,
.lifeloop-resources .content-listing .blog-filters .types-dropdown .dropdown .dropbtn{    padding: 13px 10px 10px 10px;border:0;cursor:pointer;width:100%;height:100%;background-color:white;border:1px solid #9CAAB0;border-radius:5px;text-align:left; font-size: 18px;line-height: 1;}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown .dropdown-content,
.lifeloop-resources .content-listing .blog-filters .types-dropdown .dropdown .dropdown-content{display:none;position:absolute;background-color:white;min-width:160px;z-index:1;width:100%;padding-left:0;list-style:none;margin:0;padding-top: 10px;padding-bottom:10px;border-radius: 0 0 10px 10px;    -webkit-box-shadow: 0 3.82961px 15.31843px 0 rgba(95,109,126,0.15);
    box-shadow: 0 3.82961px 15.31843px 0 rgba(95,109,126,0.15);}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown .dropdown-content li,
.lifeloop-resources .content-listing .blog-filters .types-dropdown .dropdown .dropdown-content li{padding: 5px 10px;}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown .dropdown-content li:hover,
.lifeloop-resources .content-listing .blog-filters .types-dropdown .dropdown .dropdown-content li:hover{background-color: rgba(0,0,0,.1);}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown .dropdown-content li a,
.lifeloop-resources .content-listing .blog-filters .types-dropdown .dropdown .dropdown-content li a{width:100%;display:block}
.lifeloop-resources .content-listing .blog-filters .posts-search-bar{height:47px;border:1px solid #9CAAB0;border-radius:5px;}
.lifeloop-resources .content-listing .blog-listing-posts-container{gap:36px 40px;margin-bottom:40px}
.lifeloop-resources .content-listing .blog-listing-posts-container .blog-post-individual{-webkit-box-shadow:0 3.82961px 15.31843px 0 rgba(95,109,126,0.15);box-shadow:0 3.82961px 15.31843px 0 rgba(95,109,126,0.15);border-radius: 5px}
.lifeloop-resources .content-listing .blog-listing-posts-container .blog-post-individual .blog-post-image{width:100%;min-height:225px; border-radius: 5px 5px 0 0;}
.lifeloop-resources .content-listing .blog-listing-posts-container .blog-post-individual .blog-post-details{width:100%;padding:15px 26px 27px 25px}
.lifeloop-resources .content-listing .blog-listing-posts-container .blog-post-individual .blog-post-details .blog-post-topic a{font-size: 12px; line-height: 14px; margin-bottom: 10px;}
@media(min-width:450px){.lifeloop-resources .content-listing .featured-resources .featured-resources-cards .featured-resources-card .featured-resources-card-inner .featured-resources-image{min-height:329px}
}@media(min-width:767px){.lifeloop-resources .content-listing .featured-resources .featured-resources-cards .featured-resources-card .featured-resources-card-inner .featured-resources-image{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;}
  .lifeloop-resources .content-listing .featured-resources .featured-resources-cards .featured-resources-card .featured-resources-card-inner >a{max-width: 585px}
.lifeloop-resources .content-listing .featured-resources .featured-resources-cards .featured-resources-card .featured-resources-card-inner .featured-resources-content{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
.lifeloop-resources .content-listing .featured-resources .featured-resources-cards .featured-resources-card .featured-resources-card-inner .featured-resources-content{padding: 49px 43px 49px 64px}
}@media(max-width:767px){.lifeloop-resources .content-listing .featured-resources .featured-resources-cards .featured-resources-card .featured-resources-card-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
}
.lifeloop-resources .content-listing .featured-resources .featured-resources-cards{margin-top: 0; margin-left: 0; margin-right: 0}
.lifeloop-resources .content-listing .blog-filters .posts-search-bar .hs-search-field__form{padding-top: 12px;padding-left: 10px;padding-right: 15px}
.lifeloop-resources .content-listing .blog-filters .posts-search-bar .hs-search-field__form .hs-search-field__input::placeholder {color: #00617D; padding-left: 0}
.lifeloop-resources .content-listing .blog-filters .posts-search-bar .hs-search-field__form .hs-search-field__input:-ms-input-placeholder {color: #00617D; padding-left: 0}
.lifeloop-resources .content-listing .blog-filters .posts-search-bar .hs-search-field__form .hs-search-field__input::-ms-input-placeholder {color: #00617D; padding-left: 0}
.lifeloop-resources .content-listing .blog-filters .posts-search-bar .hs-search-field__form .hs-search-field__button {background: transparent;padding: 0;}
.lifeloop-resources .content-listing .blog-filters .posts-search-bar .hs-search-field__form .hs-search-field__button svg{width: 15px; height: 15px}
.lifeloop-resources .content-listing .blog-filters .posts-search-bar .hs-search-field__form .hs-search-field__button svg path{fill: #00617D;}
@media(min-width: 768px){.lifeloop-resources .content-listing .blog-filters .posts-search-bar{}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown,
  .lifeloop-resources .content-listing .blog-filters .types-dropdown{}
.lifeloop-resources .content-listing .blog-filters .posts-search-bar{}
  .lifeloop-resources .content-listing .blog-filters .posts-search-bar{margin-top: 0px}
}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown,
.lifeloop-resources .content-listing .blog-filters .types-dropdown{position: relative}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown::after,
.lifeloop-resources .content-listing .blog-filters .types-dropdown::after{position: relative}
.lifeloop-resources .content-listing .blog-pagination{margin-bottom: 45px}
.lifeloop-resources .content-listing .blog-pagination{margin-bottom: 45px}
.lifeloop-resources .content-listing .blog-pagination .navigations-buttons .blog-pagination__link{margin: 0 12px;}
.lifeloop-resources .content-listing .blog-pagination .navigations-buttons .blog-pagination__link.blog-pagination__link--active{padding: 10px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;}
.lifeloop-resources .content-listing .blog-pagination  .blog-pagination__next-link{margin-left: 15px}
.lifeloop-resources .content-listing .blog-pagination  .blog-pagination__prev-link{margin-right: 15px}
.lifeloop-resources .content-listing .blog-pagination  .blog-pagination__prev-link--disabled{color: #9CAAB0; pointer-events: none; }
.lifeloop-resources .content-listing .blog-pagination  .blog-pagination__next-link--disabled{color: #9CAAB0; pointer-events: none; }
.press-listing{margin-top: 50px;}


.lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown.open .dropdown-content,
.lifeloop-resources .content-listing .blog-filters .types-dropdown .dropdown.open .dropdown-content{display: block !important}
.lifeloop-resources .content-listing .featured-resources .featured-resources-cards .featured-resources-card {border-radius: 10px; overflow:hidden}

@media(max-width: 1024px){
.lifeloop-resources .content-listing .featured-resources .featured-resources-cards .featured-resources-card .featured-resources-card-inner .featured-resources-content  .featured-resources-title{
    font-size: 28px;
    line-height: 1.2;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  }

}

@media(max-width: 450px){
  .lifeloop-resources .hs-search-field__input{
    line-height: 0.8;
  }
  .lifeloop-resources .content-listing .blog-filters .posts-search-bar .hs-search-field__form{
    padding-top: 10px;
    padding-left: 10px;
  }
}
.lifeloop-resources .hs-search-field__input{
  background: transparent;
}

.lifeloop-resources .hs-search-field--open .hs-search-field__suggestions,.lifeloop-resources .inpage-editor-active-field .hs-search-field__suggestions, .lifeloop-resources .hs-search-field__suggestions {
    background-color: #fff;
    border: unset;
    box-shadow: unset;
    position: absolute;
    width: 100%;
}

.lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown.open .dropdown-content{
    max-height: 380px;
    overflow-y: scroll;
}

.lifeloop-resources .featured-resources .slick-dots li button{
  background: transparent;
  border: 2px solid #0D9AAC;
}

.lifeloop-resources .featured-resources .slick-dots li.slick-active button{
  background: #0D9AAC;
}

.lifeloop-podcasts .content-listing .blog-listing-posts-container .blog-post-individual .blog-post-details{
  padding: 30px 26px 27px 25px;
}

.lifeloop-podcasts .content-listing .blog-listing-posts-container .blog-post-individual .blog-post-details .blog-post-info .blog-post-topic{
  margin-bottom: 8px;
}

.lifeloop-podcasts .content-listing .blog-listing-posts-container .blog-post-individual .blog-post-details .blog-post-info .blog-post-topic .podcast-episode{
  padding-right: 20px;
}


.individual-podcast .blog-post-container .blog-post-inner .blog-post-body{
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.lifeloop-resources .content-listing .featured-resources .featured-resources-cards .featured-resources-card {
  margin-bottom: 63px;
}

.lifeloop-resources .content-listing .blog-listing-posts-container .blog-post-individual .blog-post-details .blog-post-topic{
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
  
}
.lifeloop-blog-post .blog-post-container .blog-post-title{margin-bottom:49px;margin-top:200px}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body{-webkit-box-flex:1;-ms-flex:1;flex:1}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-info{margin-bottom:45px}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body h6{font-style:italic;font-size: 16px;line-height: 24px; color: #9CAAB0;margin-bottom: 29px}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body blockquote{color: #00617D;margin-top:33px;margin-bottom:12px;padding: 15px 15px 15px 47px;border-radius:10px;margin-right:0;margin-left:0}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body ul li{padding-bottom:38px}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-sidebar{-webkit-box-flex:0;-ms-flex:0 0 350px;flex:0 0 320px;}

.lifeloop-blog-post .related-posts{margin-top:44px}
@media(min-width:767px){
  .lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body blockquote{padding:45px 73px 40px 56px;}

  .lifeloop-blog-post .blog-post-container .blog-post-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-sidebar{padding-left:24px}
}@media(min-width:992px){.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-sidebar{-webkit-box-flex:0;-ms-flex:0 0 414px;flex:0 0 414px}
}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body h2,
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body h3,
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body h4,
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body h5,
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body h7,
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body h8,
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body h9{
  color: #00617D; 
  font-family: 'Rustica Medium';
  margin-bottom: 10px;
}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body img{
  margin-top: 26.5px;
  object-fit: none;
}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body blockquote p:first-of-type{font-style:italic; font-size: 24px;line-height: 36px; color: #00617D;letter-spacing: -0.24px;margin-bottom: 18.5px;position:relative}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body blockquote p:first-of-type::before{background-image: url(https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/post-quote.png); content: ''; left: -58px;top: -36px;width: 56px;height: 45px;position:absolute}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body blockquote p:nth-of-type(2){font-family: 'Rustica Medium'; margin-bottom: 0;color: #00617D;}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body blockquote p:nth-of-type(3){font-size: 16px; line-height: 20px;color: #00617D; }
.lifeloop-blog-post .blog-post-container .blog-post-inner{padding-bottom: 70px;}
.lifeloop-blog-post .blog-subscribe .button-wrapper .cta_button{border: 2px solid #013A53;background: #FFF; color:#013A53 }
.lifeloop-blog-post .blog-subscribe .button-wrapper .cta_button:hover{border: 2px solid #FFF;background: #013A53;color: white}

.notification-bar-active .lifeloop-blog-post .blog-post-container .blog-post-title{margin-top:250px}
.blog-post .blog-post-container-press .blog-post-title {
  margin-bottom: 22px;
}

@media(max-width: 767px){
.lifeloop-press.hero{
    padding-top: 200px !Important;
    padding-bottom: 200px  !Important;
  }
}

.lifeloop-news-press-individual .blog-post-title.news-press-individual-hero{
      padding-top: 140px;
    padding-bottom: 63px;
}

@media(max-width: 400px){
  .lifeloop-news-press-individual .blog-post-title.news-press-individual-hero{
      padding-top: 180px;
  }
}

.lifeloop-news-press-individual .blog-post-container-press{
  padding-top: 28px
}

.lifeloop-news-press-individual .blog-post-container-press h1{
  margin-bottom: 16px;
}

.lifeloop-news-press-individual .inner-container{
  padding-bottom: 82px;
}

.lifeloop-news-press-individual .speakers{
  padding-bottom: 66px;
  padding-top: 38px;
}

.lifeloop-news-press-individual.news .blog-post-body p:last-child a:last-of-type {
  position: relative;
  display: inline-block;
  text-decoration: none!important;
  white-space: initial;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  user-select: none;
  border-radius: 60px;
  text-transform: none;
  font-stretch: normal;
  transition: all 0.4s ease;
  padding: 14px 24px 14px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);
  font-family: 'Rustica Medium';
  border: 2px solid #013A53;
  background: #FFF;
  color: #013A53;
  margin-top: 20px;
}

.lifeloop-news-press-individual .speakers .speakers-wrapper{
  gap: 40px 53px;
  max-width: 741px;
}

.lifeloop-news-press-individual .speakers .speakers-card{
  width: 100%;
  max-width: 344px;
}

.main-press-page >.container-fluid  .row-depth-1 {
  padding-bottom: 160px !important;
  margin-bottom: -220px !important;
}


.press-news-release .content-listing hr{height: 1px;background: #9CAAB0;margin: 24px 0;}
.press-news-release .press-release-intro h2,
.press-news-release .news-intro h2{margin-bottom: 20px}
@media(min-width: 767px){.press-news-release .press-release-intro h2,.press-news-release .news h2{margin-bottom: 0}.main-press-page .hero{padding-bottom: 30px;}}
.press-news-release{padding-top: 40px;}
.lifeloop-glossary-individual .glossary-individual-hero{padding-top: 225px;padding-bottom: 43px;}
.lifeloop-glossary-individual .inner-container{background: linear-gradient(180deg, #F3F5F5 0%, #FFF 76.1%);}
.lifeloop-glossary-individual .related-posts .related-resources{padding-bottom: 58px;background: #F3F5F5;padding-top: 44px;margin-bottom: 0;}
.lifeloop-glossary-individual h1.resources{margin-top: 14px;font-size: 42px;line-height: 46px;}
.lifeloop-glossary-individual .blog-post-container-glossary .blog-post-inner .blog-post-body .blog-post-content-body ul li{color: #4F6475}
.lifeloop-glossary-individual .blog-post-container .blog-post-inner{padding-bottom: 70px;}
@media(min-width: 768px){.lifeloop-glossary-individual .blog-post-container .blog-post-inner{padding-bottom: 119px;}}
@media(min-width: 768px){.lifeloop-glossary-individual .glossary-individual-hero{padding-bottom: 73px;}}

.podcast-listing .podcast-title{padding-bottom: 59px}
.blog-looking-more.podcast {border-radius: 10px; padding-top: 46px; padding-bottom:32px}
.lifeloop-podcasts .image-text-repeater{background: #00617D;color: white;}
@media(min-width: 992px){.lifeloop-podcasts .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner{padding-top: 80px;padding-bottom: 80px;}}
.lifeloop-podcasts .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .intro-content h2{color: white}
.lifeloop-podcasts .content-listing .blog-listing-posts-container{margin-bottom: 99px}
.lifeloop-podcasts .content-listing .blog-listing-posts-container .blog-post-individual .blog-post-details .view-episode a{position: relative;padding-left: 43px;}
.lifeloop-podcasts .content-listing .blog-listing-posts-container .blog-post-individual .blog-post-details .view-episode a::before{content: ""; background-image: url('https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/play-button.png');width:35px;height:34px;position:absolute;left: 0;
    top: 50%;
    transform: translateY(-50%);background-repeat: no-repeat}
.latest-podcast h3{margin-bottom: 30px!important}
.button-lite{
    z-index: 2;
  }
  
  .video-popup-trigger{
  width: 100% !important;
      height: 100%;
  }
  
  .hs-embed-wrapper{
      max-width: unset !important;
      max-height: unset !important; 
  }
.card-grid-wrapper .image_icon img{
  max-height: 65px;
}
.card-grid-wrapper .cards-grid{
    gap: 30px;
  margin-top: 50px;
}

.card-grid-wrapper .title {
    margin-bottom: 10px;
    margin-top: 16px;
}

.card-grid-wrapper .buttons{
  margin-bottom: 25px;
  margin-top: 12px !important;
}


.card-grid-wrapper .card-text{
  max-width: 320px;
}

.card-grid-wrapper .card-item{
  padding: 32px;
  border-radius: 5px;
 }
.card-grid-wrapper .card-item img{
  max-width: 100px;
  width: 100%;
}


@media (max-width: 767px){
    .card-grid-wrapper .cards-grid{
    margin-top: 20px;
  }
}

.card-grid-wrapper .card-item .image-holder{ 
  max-height: 80px;
}
@media(max-width: 1100px){
  .card-grid-wrapper .card-item{
    width: calc(50% - 30px) !important;
  }
}

@media(max-width: 650px){
  .card-grid-wrapper .card-item{
    width: 70% !important;
  }
}
.cards-gallery .cards-container .card-inner .card .content{
  padding: 21px 21px 32px 18px;
  background: white;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.cards-gallery .cards-container .card-inner{
  grid-gap: 14px;
}

.cards-gallery .cards-container .card-inner .card .content .button{
  margin-top: 18px;
}

.cards-gallery .cards-container .card-inner .card .content .content-title{
  margin-bottom: 10px;
}

.cards-gallery .cards-container .card-inner .card .card-image{
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 200px;
  background-position: center;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  position: relative;
  overflow: hidden;
  height: 100%; 
}

/* .cards-gallery .card-image:after{
  content: " ";
  background: linear-gradient(112.97deg, rgba(144, 212, 50, 0.3) -0.06%, rgba(144, 212, 50, 0) 99.94%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.3s;

}
 */

.cards-gallery .content-intro{
  margin-bottom: 50px;
}




.cards-gallery .card-image img{
  height: 100%;
  object-fit: cover;
}

.cards-gallery .card-image:hover:after{
   opacity: 0;
  }

.cards-gallery .cards-container .card-inner .card{
  max-width: 310px;
}

@media (max-width: 768px) {
  .cards-gallery .content-intro {
    margin-bottom: 30px;
  }
}


.careers.cards-gallery .cards-container .card-inner .card{
  width: 100%;
  max-width: 100%;
}

.careers.cards-gallery .cards-container .card-inner .card .content{
  height: 100%;
  padding-bottom:25px;
}

.careers.cards-gallery .cards-container .card-inner{
  grid-gap: 25px;
}
.careers.cards-gallery .cards-container .card-inner .card .content h5{
      margin-bottom: 5px;
}
.cards-gallery .card-image img{
  width: 100%;
}
/* the slides */

 .cards-slider .slick-slide {
   box-shadow: unset;
   height: inherit !Important;
  }

@media(min-width: 767px){
  /* the parent */
 .cards-slider .slick-list {
      padding: 0 8px;
  }
  .cards-slider .slick-slide {
   margin: 0 8px;
  }
}
.cards-slider .content-intro .description{
  text-align: center;
}

.cards-slider .cards .card-inner {
  padding: 32px;
  border-radius: 5px;
  height: 100%;
} 

.cards-slider .cards .card-inner .content .content-description{
  text-align: center;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.cards-slider .cards .card-inner .content .content-title{
  margin: 14px 0 12px 0;
}

.cards-slider .cards .card-inner .card-image{
  max-width: 100px;
  height: auto;
}

@media(min-width: 1024px){
  .cards-slider .slick-prev{
    left: -54px!important;
  }
}

@media(min-width: 1024px){
.cards-slider .slick-next{
    right: -54px!important;
  }
}

.cards-slider .slick-slider{
  box-shadow: unset;
}

.cards-slider .slick-track{
  display: flex;
}

@media(max-width: 767px){
    .cards-slider .slick-slider{
    margin-left: 3px;
    margin-right: 3px;
  }
}
.cards-with-stats .cards-container .card-inner .card .content{
  padding: 41px 26px 47px;
  height: 100%;
}

.cards-with-stats .cards-container .card-inner{
  grid-gap: 31px;
}

.cards-with-stats .buttons {
  margin-top: 20px;
}

.ccards-with-stats.cards-container .card-inner .card .content .button{
  margin-top: 18px;
}

.ccards-with-stats .cards-container .card-inner .card .card-image{
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  background-position: center;
}

.ccards-with-stats .content-intro h2{
  margin-bottom: 20px;
}

.cards-with-stats.content-intro .headline{
  margin-bottom: 20px;
}

.cards-with-stats .card-image {
  max-width: 100px;
  width: 100%;
}

.cards-with-stats .card-image img {
  width: 100%;
}

.cards-with-stats .cards-container {
  margin-top: 52px;
}

.cards-with-stats .stat-container{ 
    margin-top: 30px;
    color: #00617d;
    font-weight: bold;
  max-height: 77px;
}

.cards-with-stats .stat-number{
    padding-right: 8px;
    padding-left: 28px; 
    font-size: 40px;
    line-height: 54px;
}

.cards-with-stats .card{
    background-color: #f3f5f5;
    box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);
    border-radius: 5px;
}

.cards-with-stats .stat-description{
  line-height: 24px;
}

.cards-with-stats .content-title{
  padding-top: 31px;
  font-weight: bold;
  margin-bottom: 10px;
}

  .cards-with-stats .stat-container::before {
    width: 16px;
    content: " ";
    background-image: url(https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/check-list-icon.png);
    position: absolute;
    left: 0;
    height: 18px;
    top: 16px;
}

@media (max-width: 1080px){
  .cards-with-stats .stat-container {
    max-height: 100px;
    }
}

@media (max-width: 768px){
.cards-with-stats .cards-container {
    margin-top: 35px;
  }
  .cards-with-stats .content-description  {
    font-size: 16px;
    line-height: 1.5
  }
  .cards-with-stats .stat-container{
    max-height: unset;
  }
}
.carousel-of-images .carousel-images{
  width: 100%;
}

.carousel-of-images .slick-slider{
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.carousel-of-images .slick-slide img {
  width: 100%;
}

.carousel-of-images .slick-initialized .slick-slide {
  padding-right: 3px;
  padding-left: 3px;
}

.carousel-of-images .slick-arrow {
  display: none !important;
}
.header-grid .image_icon img{
  max-height: 65px;
}

.header-grid .cards-grid{
    gap: 30px;
  margin-top: 50px;
}

.header-grid .buttons{
  margin-bottom: 25px;
  margin-top: 12px !important;
}


.header-grid .card-text{
/*   max-width: 320px; */
}
.header-grid .card-text .title{
/*   margin-bottom: 11px; */
}
.header-grid .card-item{
  padding: 26px 32px;
  border-radius: 5px;
 }
.header-grid .card-item img{
  max-width: 100px;
}

.header-grid .description {
  color: #4F6475;
}

@media (max-width: 767px){
    .header-grid .card-item{
    width: unset !important;
  }
    .header-grid .cards-grid{
    margin-top: 20px;
  }
}
.hero-event .column {
  flex: 1;
}

.hero-event {
  padding-top: 70px;
  padding-bottom: 87px;
}

.hero-event .column:last-child {
  margin-left: 89px;
}

.hero-event .hero-event-card {
  padding: 45px 35px;
  border-radius: 9px;
  margin-top: 37px;
  margin-bottom: 62px;
}

.hero-event .hero-event-card-content {
  margin-top: 40px;
}

.hero-event .avatar-container {
  line-height: 1;
}

.hero-event .avatar-container:not(:last-child) {
  margin-right: 13px;
}

.hero-event .card-avatar {
  width: 98px;
  height: 98px;
  border-radius: 50%;
}

.hero-event .card-avatar-heart {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 25px;
}

.hero-event .card-avatar-heart:after {
  width: 16px;
  content: " ";
  background-image: url('https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/Vector-1.png/preview.png?t=1692909781996');
  position: absolute;
  left: 0;
  top: 2px;
  height:18px;
  background-repeat: no-repeat;
   background-size: contain;
  
}

.hero-event .date-icon-container {
  border-radius: 10px;
  padding: 7px;
  height: 50px;
  margin-right: 10px;
}

.hero-event .date-icon {
 width: 34px;
  height: 34px;
}

.hero-event .date-info p {
  margin-bottom: 0;
  line-height: 22px;
}

.hero-event .date-info-container {
margin-bottom: 32px;
}

.hero-event .form-wrapper {
  background-color: #E9F2F3;
}

.hero-event .form-wrapper .actions input[type="submit"] {
  border: 2px solid #FFF;
  background: #013A53;
  color: white;
}
.hero-event .form-wrapper .actions input[type="submit"]:hover {
  border: 2px solid #013A53;
  background: white;
  color: #013A53
}

.hero-event .form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]), 
.hero-event .form-wrapper .hs-input, 
.hero-event .form-wrapper .hs-search-field__input {
  background-color: #fff;
}


@media (max-width: 520px) {
  .hero-event .buttons {
     display: inline-grid;
  }
}

@media (max-width: 1280px) {
  .hero-event .hero-event-card-content {
      flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
}

@media (max-width: 1025px) {
  .hero-event .container {
      flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
  
  .hero-event .column:last-child {
  margin-left: 0;
  }
  
  .hero-event .hero-event-card-content {
      flex-direction: row;
    align-items: center;
    gap: 20px;
}
}

@media (max-width: 768px) {
.hero-event .container {
  flex-direction: column;
}
  
 .hero-event .column:last-child {
  margin-left: auto;
     margin-right: auto;
   margin-top: 30px;
}
  
   .hero-event .hero-event-card-content {
      flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
}



.hero-event.resources h1 b{
   color: #0D9AAC;
  font-family: 'Rustica Medium';
}
.lifeloop-impact .cards-container .individual-card {border-radius: 10px; border: 1px solid #ddd;}
.lifeloop-impact .cards-container .individual-card .impact-card {padding: 25px;flex: 1;}
.lifeloop-impact .cards-container .individual-card .challenge-card {border-radius: 10px 0 0 10px;background: #FFF;filter: drop-shadow(6px 2px 6px rgba(95, 109, 126, 0.10));}
.lifeloop-impact .cards-container .individual-card .without-lifeloop-card { background: rgba(243, 245, 245, 0.40);}
.lifeloop-impact .cards-container .individual-card .with-lifeloop-card {background: #00617D;border-radius:0 10px 10px 0}
.lifeloop-impact .cards-container{grid-row-gap: 30px;}
.lifeloop-impact .content-intro{margin-bottom: 23px}
.lifeloop-impact .cards-container .individual-card .card-intro img{max-width: 40px; height: auto}
.lifeloop-impact .cards-container .individual-card .card-intro {margin-bottom: 20px;}
.lifeloop-impact .cards-container .individual-card .card-content h5 {margin-bottom: 10px;}
.lifeloop-impact .cards-container .individual-card .logo-image{max-width: 123px;height: auto;margin-left: auto;margin-right: -33px;}
@media(min-width: 992px){.lifeloop-impact .cards-container .individual-card{flex-direction: row}.lifeloop-impact .cards-container .individual-card .impact-card {padding: 35px 32px 0 32px; overflow:hidden}
lifeloop-impact .cards-container .individual-card .card-intro {margin-bottom: 32px;}}
@media(max-width: 992px){.lifeloop-impact .cards-container .individual-card{    max-width: 700px;margin-left: auto;margin-right: auto;}.lifeloop-impact .cards-container .individual-card .with-lifeloop-card{padding: 25px 25px 0 25px;border-radius: 0 0 10px 10px;overflow:hidden}.lifeloop-impact .cards-container .individual-card .logo-image{margin-right: -26px;}.lifeloop-impact .cards-container .individual-card .challenge-card{border-radius: 10px 10px 0 0;}}
.log-in-cards .log-in-cards-inner{ max-width: 450px;padding: 35px 46px 39px;border-radius: 10px;}
.log-in-cards .log-in-cards-inner .description{ margin-top: 10px; margin-bottom: 16px;}
.log-in-cards .log-in-cards-inner .buttons{ margin-top: 25px;}
.log-in-cards {grid-template-columns: repeat(1, minmax(0, 1fr)); grid-row-gap: 30px;}
@media(min-width: 992px){.log-in-cards {grid-template-columns: repeat(3, minmax(0, 1fr));    grid-gap: 35px;}}
.log-in-cards .logo{max-width: 180px; width: 100%;  height: auto; margin-top: 25px; margin-left: auto; margin-right: auto}
.related-resources  .cards-container .card-inner .card .content{
  padding: 21px 21px 21px 21px;
  background: white;
}

.related-resources  .cards-container .card-inner{
  grid-gap: 32px;
}

.related-resources  .cards-container .card-inner .card .content .button{
  margin-top: 18px;
}

.related-resources  .cards-container .card-inner .card .card-image{
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  background-position: center;
  flex: none;
}

.related-resources {
  margin-bottom: 58px;
  background: white;
}
.related-resources  .content-intro .headline{
}
.related-resources  .content-intro{
  margin-bottom: 40px;
}

.related-resources  .cards-container{
  margin-top: 10px;
}

.related-resources  .cards-container .card-inner .card .content .content-type{
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  }

.related-resources .cards-container .card-inner .card .content .content-description{
}

.related-resources .cards-container .card-inner .card{
  filter: drop-shadow(0px 2px 12px rgba(13, 154, 172, 0.15));
  border-radius: 5px;
  overflow: hidden;
}
#bol_notification_bar {
  width: 100%;
  overflow: hidden;
  height: 0; /* Initially hidden */
  transition: height 1s ease; /* Smooth height transition */
  position: relative; /* Ensure it's part of the document flow */
}

.inner-container {
  display: flex;
}

.body-wrapper.notification-bar-active {
  transition: margin-top 1s ease; /* Smooth transition for the top margin */
}
.bol-notification-bar-desc {
   padding: 0px 10px;
}

.bol-notification-bar-desc p {
   margin-bottom: 0px !important;
}

i:hover {
  cursor: pointer;
}

.bol-notification-bar-container {
overflow: hidden;
    position: relative;
      background: linear-gradient(270.33deg, #00617D 49.87%, #0D9AAC 122.42%);
}

@media(min-width: 1024px){
  .bol-notification-bar-container p a,.bol-notification-bar-container p{
    font-size: 21px;
  }
}

@media(min-width: 768px){
  .bol-notification-bar-container {
    flex-direction: row;
  }
  
  .bol-notification-bar-desc {
     padding: 0px 30px;
  }
  
}

.bol-notification-bar-container p a{
 color: #FFF !important;
text-align: center;
font-family: 'Rustica';
font-size: 16px;
font-style: normal;
line-height: 18.72px;
}

.bol-notification-bar-container p a:visited *{
  color: white;
}



.bol-notification-bar-container {
  padding: 20px 5px;
}
.bol-notification-bar-container p{
  margin: 0;
  padding-right: 30px;
  color: #fff;
}

.close-holder {
  position: relative;
  display: flex;
}
.close-2 svg {
left: 0;
    position: absolute;
    top: 0px;
    transform: rotate(90deg)
}

.close-wrapper {
    position: absolute;
    right: 20px;
    top: 50%;
      z-index: 9999;
    cursor: pointer;
    transform: translateY(-50%);

}

.header-notification-bar {
  position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
}

@media(max-width: 700px){
  #bol_notification_bar {
/*     height: 50px !important;  */
/*     display: flex;
    align-items: center; */
  }
  .bol-notification-bar-container p a{ font-size: 14px}  
  
.close-wrapper { 
  right: 10px
  }
}

@media(max-width: 450px){

.close-wrapper {
top: 2px;
    transform: scale(.6);
  right: 6px;
}
  
}

@media(max-width: 570px){
.bol-notifications-bar-slick{
    flex-direction: column;
    padding: 20px;
  }
  
  .bol-notification-bar-container p{
    padding-right: 0;
    font-size: 11px;
  }
  .bol-notifications-bar-slick .cta_button{
    padding: 5px 11px 5px;
    font-size: 10px;
  }

}
.body-wrapper.hide-notification-bar{
  margin-top: 0 !important;
}
.body-wrapper.hide-notification-bar #bol_notification_bar{
  display: none !important;
}
.our-mission-vision{
 padding: 86px 116px;
}

.our-mission-vision .card-mission{
  max-width: 442px;
  width: 100%;
}

.our-mission-vision .image-field img{
  max-height: 76px;
  margin-bottom: 26px;
}

.our-mission-vision .headline{
  margin-bottom: 17px;
}

@media (max-width: 1100px) {
  .our-mission-vision{
    padding: 86px 0px;
 }
}

@media (max-width: 767px) {
  .our-mission-vision {
    padding: 30px 0px;
 }
   .our-mission-vision .container{
      flex-direction: column;
      align-items: center;
      gap: 22px;
 }
}
.side-cta-content{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 90px 22px 38px;
  border-radius: 5px;
  border: 1px solid rgba(13, 154, 172, 0.50);
}
.side-cta-content .content{
  width: 100%;
}
.side-cta-content .logo{
  max-width: 93px;
  margin-right: 35px;
}

.side-cta-content .content .content-inner{
  max-width: 668px;
}

.side-cta-content .content .content-inner .headline{
  margin-bottom: 7px
}
.side-cta-content .content .cta{
  padding-left: 20px;
}

@media(max-width: 992px){
  .side-cta-content{
    flex-direction: column;
    align-items: flex-start;
  }
  .side-cta-content .logo{
    margin-right: auto;
    margin-bottom: 30px;
  }
  .side-cta-content .content{
    flex-direction: column;
    align-items: flex-start;
  }
  .side-cta-content .content .cta{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .side-cta-content .content .content-inner{
    margin-bottom: 15px;
  }
  
}


@media(max-width: 768px) {
  .side-cta-content{
    padding: 22px;
  }
}

@media(min-width: 992px){
  .side-cta-content .content .content-inner{
  max-width: 70%;
}
}
.stats .stats-inner{row-gap:54px; column-gap: 30px; margin-top: 59px}

.stats .stats-inner .single-stat .content .content-number,
.stats .stats-inner .single-stat .content .content-unit,
.stats .stats-inner .single-stat .content .content-before-unit { 
  font-weight:800; color: rgba(144, 212, 50, 1);
}
.stats .stats-inner .single-stat .description,
.stats .stats-inner .single-stat .description p{color: #4F6475;
font-size: 16px;
font-style: normal;
line-height: 24px; /* 150% */
letter-spacing: -0.016px;
  width: 100%;
}
.stats .stats-inner .single-stat .content-wrapper{
  gap:10px;
    border-bottom: 1px solid rgba(156, 170, 176, 1);
  padding-bottom: 17px;
  margin-bottom: 17px;
  width: 100%;
}

.stats .stats-inner .single-stat .content-unit-description { 
  color: rgba(13, 154, 172, 1);
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
}



.stats .stats-inner .single-stat {
  max-width: 240px;
}

.stats .headline {
  font-weight: 400;
}

.stats .stats-inner .single-stat .content .content-number,
  .stats .stats-inner .single-stat .content .content-unit,
.stats .stats-inner .single-stat .content .content-before-unit{
  color: #90D432;
  font-size: 77px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 57.143% */
  letter-spacing: -1.54px;
}

@media(max-width: 1200px){
  .stats .stats-inner .single-stat .content .content-number,
  .stats .stats-inner .single-stat .content .content-unit,
  .stats .stats-inner .single-stat .content .content-before-unit{
    font-size: 65px !important;
    line-height: 44px;
  }
}
.stats .stats-inner .single-stat .content .content-number,
.stats .stats-inner .single-stat .content .content-unit,
.stats .stats-inner .single-stat .content .content-before-unit{
  margin-bottom: 0;
}


@media(max-width: 767px){
  .stats .stats-inner .single-stat .content-wrapper{
    align-items: center;
  }
  .stats .stats-inner .single-stat .description{
    text-align: center;
    font-size: 16px;
    line-height: 1.25
  }
  .stats .stats-inner .single-stat {
    margin-bottom: 30px;
  }
  .stats .stats-inner .single-stat .content-wrapper .content{
    justify-content: center;
  }
}

@media(max-width: 450px){
  .stats .stats-inner .single-stat .content .content-before-unit, .stats .stats-inner .single-stat .content .content-number, .stats .stats-inner .single-stat .content .content-unit{
    font-size: 65px!important;
  }
  
}
.thank-you-only-content-hero{
  max-width: 926px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.thank-you-only-content-hero.content-with-form.resource .content{
      margin-left: 0;
}

.thank-you-hero .card-content{padding: 45px 60px;
    max-width: 620px;
    border-radius: 20px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20);     margin-left: auto !important;
    margin-right: auto;   }
.thank-you-hero .card-content img{max-width: 300px;}
.thank-you-hero .card-content h4{margin-top: 30px; margin-bottom: 10px}
.thank-you-hero .card-content .buttons{margin-bottom: 0;}
@media(min-width: 767px){.thank-you-hero .card-content{margin-left: 40px!important;}}
@media(min-width: 767px){.thank-you-hero .content{margin-right: 40px}}
.blog-looking-more {
padding: 96px 0;
}

.blog-looking-more .blog-looking-more-headline {
  margin-bottom: 20px;
}
.blog-looking-more .form-wrapper  {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  max-width: 488px;
  margin: 0 auto;
}

.blog-looking-more .form-wrapper .hs-richtext p {
  font-style: italic;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.blog-looking-more .form-wrapper a {
  color: #90D432;
}

.blog-looking-more .form-wrapper .hs-default-font-element, .hs-main-font-element{
  color: #fff;
  text-align: center;
}

.blog-looking-more .form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
padding: 12px 17px;
  border-color: white;
    border-width: 2px;
    border-radius: 26px;
  max-height: 46px;
}

.blog-looking-more .form-wrapper .actions input[type="submit"] {
  position: absolute;
    top: 0;
    right: 0;
}
.blog-looking-more .hs-form {
position: relative;
}
.blog-looking-more .form-wrapper .field {
  margin-bottom: 20px;
}

@media(max-width: 450px){
  .blog-looking-more .form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]){
    font-size: 12px;  
  }
}
.blog-recent-posts{
  max-width: 390px;
  border-radius: 10px;
  padding: 32px 34px 0 26px; 
  margin-top: 32px;
}

.blog-recent-posts .recent-post{
  border-bottom: 1px solid #9caab0;
  max-width: 327px;
  margin-top: 23px;
  padding-bottom: 16px;
}

.blog-recent-posts .recent-post:last-child{
  border-bottom: none;
}

.blog-recent-posts .description-post {
  margin-bottom: 6px;
}

@media(max-width: 767px){
  .blog-recent-posts{
    background: white;
    margin-bottom: 30px;
  }

}
.blog-subscribe {
  padding: 60px 35px;
  max-width: 390px;
  border-radius: 10px;
  margin-top: 32px;
}

.blog-subscribe .blog-subscribe-headline {
  margin-bottom: 20px;
}

.blog-subscribe .submitted-message{
  color: #fff;
  text-align: center;
}

.blog-subscribe .blog-subscribe-description{
  font-style: normal !important;
}

.blog-subscribe .form-wrapper,
.blog-subscribe .button-wrapper{
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  max-width: 488px;
  margin: 0 auto;
}

.blog-subscribe .form-wrapper .hs-richtext p {
  font-style: italic;
  color: #fff;
  text-align: center;
}

.blog-subscribe .form-wrapper a {
  color: #90D432;
}

.blog-subscribe .form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  padding: 12px 17px;
  border-color: white;
  border-width: 2px;
  margin-bottom: 31px;
  text-align: center;
  border-radius: 26px;
}

.blog-subscribe .form-wrapper .field {
  margin-bottom: 0;
}

.blog-subscribe .form-wrapper .actions {
margin-top: 0;
}

.blog-subscribe .button-wrapper{
  margin-top: 40px;
}
.blog-listing-glossary {
  padding-top: 110px;
  padding-bottom: 110px;
}

.blog-listing-glossary .blog-keyword {
  border-bottom: 1px solid #4F6475;
}

.blog-listing-glossary .blog-letter{
  margin-bottom: 20px;
}

.blog-listing-glossary .blog-letter:not(:first-child) {
  margin-top: 122px;
}

.blog-listing-glossary .blog-keyword {
  padding: 37px 0; 
}

@media(min-width: 767px){
  .blog-listing-glossary .blog-letter{
    font-size: 50px;
    font-weight: 600;
  }
}
.case-studies-intro{
  border-radius: 10px;
  box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);
  overflow: hidden;
}

.case-studies-intro .stats-container {
  gap: 20px 45px;
  margin-top: 23px;
  flex-wrap: wrap;
}

.case-studies-intro .case-studies-side{
  min-width: 33%;
  padding: 35px 60px 35px 70px;
  background-image: url(https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/bg-case-studies-intro.png);
  background-size: cover;
  background-position: center;
}

.case-studies-intro .case-studies-side .case-side-description .organization-info:not(:last-of-type){
  margin-bottom: 20px;
}

.case-studies-intro .single-stat {
  flex: 1;
  min-width: 190px;
}

.case-studies-intro  .button{
  margin-top: 33px;
}

.case-studies-intro .case-studies-image{
  margin-bottom: 20px;
  max-width: 210px;
  width: 100%;
}


.case-studies-intro .case-studies-headline{
  margin-bottom: 30px;
} 

.case-studies-intro .case-stats-header{
  color: #00617d;
  margin-bottom: 35px;
}

.case-studies-intro .case-studies-right{
  padding: 48px 70px;
}

.case-studies-intro hr{
  height: 1px;
  background: #D9D9D9;
  margin: 25px 0 21px;
}

@media(max-width: 767px){
  .case-studies-intro{
  flex-direction: column;
}
}

@media(max-width: 992px){
  .case-studies-intro .case-studies-side,.case-studies-intro .case-studies-right{
    padding: 30px;
  }
}

.case-studies-intro .single-stat .description ul {
  margin: 0;
}
.content-lite{
    position: relative;
    z-index: 2;
  }
.events-list {
    margin-bottom: 60px;
  }
  
  .events-list .events-nav .events-nav-menu {
    list-style: none;
    margin: 0;
    padding: 72px 0 0;
  }
  .events-list .events-nav .events-nav-menu .events-nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: center;
    max-width: 325px;
  }
  .events-list .events-nav .events-nav-menu .events-nav-item .event-nav-link {
    color: #37507c;
    display: block;
    background-color: #c7d4dd;
  }
  
  .events-list .events-nav .events-nav-menu .events-nav-item .event-nav-link {
    font-size: 18px;
    padding: 20px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: Inter;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #37507c;
  }
  .events-list .events-nav .events-nav-menu .events-nav-item .event-nav-link:hover, .events-list .events-nav .events-nav-menu .events-nav-item .event-nav-link:focus, .events-list .events-nav .events-nav-menu .events-nav-item .event-nav-link.active {
    background-color: #37507c;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  .events-list .events-filter {
    margin: 40px 0 50px;
  }
  
  .events-list .blog-pagination {
    margin-top: 67px;
  }
  .events-list .events-filter .filter-by {
      display: flex;
      align-items: center;
      margin-right: 27px;
      font-family: Inter;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      letter-spacing: 0.35px;
      text-align: center;
      color: #9CAAB0;
  }
  .events-list .events-filter .events-filter-wrapper {
    position: relative;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #c7cbe2, #f4f5ff);
    padding: 13px 13px 13px 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 350px;
    flex: 0 0 195px;
    width: auto;
    max-width: 100%;
    height: 43px;
  }
  .events-list .events-filter .events-filter-wrapper.active {
    max-width: calc(100% - 30px);
  }
  .events-list .events-filter .events-filter-wrapper .empty-option {
    font-family: Inter;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.35px;
    text-align: left;
    color: #9CAAB0;
  }
  
  .events-list .events-filter .events-filter-wrapper .empty-option span {
    font-family: Inter;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.35px;
    text-align: left;
    color: #9CAAB0;
  }
  .events-list .events-filter .events-filter-wrapper .event-types {
    position: absolute;
    top: 100%;
    left: -1px;
    list-style: none;
    margin: -1px 0 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #AAAAAA;
    border-top-width: 0;
    width: calc(100% + 2px);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .events-list .events-filter .events-filter-wrapper .event-types.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .events-list .events-filter .events-filter-wrapper .event-types .event-type .event-type-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 12px;
    margin-bottom: 1px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    color: #AAAAAA;
  }
  .events-list .events-filter .events-filter-wrapper .event-types .event-type .event-type-link:hover, .events-list .events-filter .events-filter-wrapper .event-types .event-type .event-type-link.active {
    background-color: #f7f7f7;
  }
  .events-list .events-filter .clear-filters {
    margin-left: 5px;
    font-size: 22px;
    line-height: 0;
  }
  
  
  .events-list .pagination-nav {
    margin: 30px 0;
  }
  .events-list .pagination-nav a {
    font-size: 22px;
    font-size: 1.375rem;
    color: #1890c7;
    margin: 0 5px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom-color 0.3s;
    transition: border-bottom-color 0.3s;
  }
  .events-list .pagination-nav a:hover, .events-list .pagination-nav a.active {
    border-bottom-color: #1890c7;
  }
  .events-list .pagination-nav a.previous-posts-link {
    margin-right: 15px;
    margin-left: 0;
  }
  .events-list .pagination-nav a.previous-posts-link i {
    margin-right: 5px;
    line-height: 0;
  }
  .events-list .pagination-nav a.next-posts-link {
    margin-left: 15px;
    margin-right: 0;
  }
  .events-list .pagination-nav a.next-posts-link i {
    margin-left: 5px;
    line-height: 0;
  }
  
  .events-list :not(.event-description) > ul li::before {
    content: "";
  }
  
  .event-description > ul li::before {
    color: #15161a;
  }
  
  @media (min-width: 30em) {
    .events-list .events-nav .events-nav-menu .events-nav-item .event-nav-link {
      font-size: 18px;
      line-height: normal;
    }
  
  }
  .events-list .events-filter .events-filter-wrapper i {
      font-size: 7px;
      right: 15px;
      z-index: 99999;
      position: absolute;
      top: calc(50% - 6px);
      cursor: pointer;
       color: #9CAAB0;
  }
  @media (min-width: 767px) {
    .events-list .events-nav .events-nav-menu .events-nav-item .event-nav-link {
     font-size: 18px;
      line-height: normal;
    }
    .events-list .events-filter .events-filter-wrapper {
      max-width: 195px;
    }
    .events-list .events-filter .events-filter-wrapper.active {
      max-width: 195px;
    }
   
  .events-list .events-filter .events-filter-wrapper {
    position: relative;
  }
  
  
  
  .events-list .events-nav .events-nav-menu {
    flex-direction: column;
  }
  
  .events-list .events-nav .events-nav-menu li a {
      font-family: Inter;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: normal;
  }
  }
  @media(min-width: 767px){
    .events-list .events-nav .events-nav-menu {
      flex-direction: row;
    }
    
    .events-list .events-nav .events-nav-menu  li:last-of-type {
       margin-left: 5px;
    }
    .events-list {
      margin-bottom: 145px;
    }
  }
  
  .events-list .blog-pagination-right,
  .events-list .blog-pagination-left,
  .events-list .blog-pagination-center {
    display: flex;
  }
  
  .events-list .blog-pagination {
    position: relative;
  }
  .events-list .blog-pagination .blog-pagination-center a {
      width: 3rem;
      height: 3rem;
      border: 2px solid rgba(91,195,191,1);
      color: rgba(91,195,191,1);
      font-weight: bold;
      border-radius: 31px;
      display: inline-flex;
      padding: 0.25rem 0.4rem;
      margin: 0 0.5rem;
      color: rgba(91,195,191,1);
      text-decoration: none;
      line-height: 1;
      border-radius: 31px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .events-list .blog-pagination .blog-pagination-center  a.active{
    background-color: rgba(91,195,191,1);
      border: 2px solid rgba(91,195,191,1);
      color: #fff;
  }
  
  .events-list .prev-page {
  transform: rotate(
  180deg);
  }
  
  
  
  .events-list .events-nav-menu {
    position: relative;
  }
  
  
    
   /* Events List */
    
  @media (min-width: 767px) {
       .events-list-wrapper .events-list-inner {
           row-gap: 100px !important;
       column-gap: 127px;
      }
  }
  .events-list-wrapper .events-list-inner {
           row-gap: 30px;
      }
   .events-list-wrapper .events-list-inner .event-block {
       justify-content: space-between;
  }
   .events-list-wrapper .events-list-inner .event-block .event-info .event-details {
       margin-top: 40px;
  }
   .events-list-wrapper .events-list-inner .event-block .event-info .event-details .event-date-tag .custom-featured-case-study {
       color: #454670;
       background-color: rgba(69, 70, 112, 0.2);
       border-radius: 2px;
       border: solid 1px #454670;
       margin-bottom: 11px;
  }
   .events-list-wrapper .events-list-inner .event-block .event-info .event-details .event-date-tag .event-date-time {
       margin-left: 23px;
  }
   .events-list-wrapper .events-list-inner .event-block .event-info .event-details .event-date-tag .event-date-time .event-date {
       margin-bottom: 5px;
       font-family: Inter;
       font-size: 14px;
       font-weight: bold;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.43;
       letter-spacing: 0.35px;
       text-align: left;
       color: #adb2c3;
  }
   .events-list-wrapper .events-list-inner .event-block .event-info .event-details .event-detailed-info .event-location {
       font-family: Inter;
       font-size: 14px;
       font-weight: bold;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.21;
       letter-spacing: normal;
       text-align: left;
       color: #9CAAB0;
       text-decoration: underline;
  }
   .events-list-wrapper .events-list-inner .event-block .event-info .event-details .event-detailed-info .event-title {
       font-family: Inter;
       font-size: 22px;
       font-weight: bold;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.36;
       letter-spacing: 0.04px;
       text-align: left;
       color: #00617D;
       margin-top: 7px;
  }
   .events-list-wrapper .events-list-inner .event-block .button-group {
       margin-top: 40px;
  }
   .events-list-wrapper .events-list-inner .event-block .button-group a {
       font-family: Inter;
       font-size: 16px;
       font-weight: bold;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.25;
       letter-spacing: normal;
       text-align: left;
       color: #9CAAB0;
  }
   .events-list-wrapper .events-list-inner .event-block .button-group a i {
       font-size: 14px;
       margin-left: 10px;
  }
  
  @media (min-width: 1160px){
    .events-list {
      max-width: 1160px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 !important;
    }
  }
  
    @media (min-width: 992px){
    .events-list {
    padding-left: 48px;
    padding-right: 48px
    }
}
  
  /* Featured Event */
  .events-lite {
       z-index: 2;
       position: relative;
     margin-bottom: 86px;
     margin-top: 56px;
  }
   .events-lite.featured-event {
       -webkit-box-shadow: 0 0 30px 0 rgba(135, 154, 197, 0.31);
       box-shadow: 0 0 30px 0 rgba(135, 154, 197, 0.31);
  }
   .events-lite.featured-event .content-holder {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -ms-flex-direction: column;
       flex-direction: column;
  }
   .events-lite.featured-event .content-holder .theme-label {
       position: absolute;
       z-index: 2;
       border: 1px solid white;
       top: 41px;
       left: 40px;
       background-color: rgba(255, 255, 255, 0.2);
  }
   .events-lite.featured-event .content-holder .theme-label p, .events-lite.featured-event .content-holder .theme-label i {
       color: white;
  }
   .events-lite.featured-event .content-holder .mh-item {
       background-color: #fff;
       padding: 44px;
  }
   .events-lite.featured-event .content-holder .mh-item h4 {
       font-size: 22px;
       font-weight: bold;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.31;
       letter-spacing: normal;
       text-align: left;
       color: #0E4271;
  }
  .events-lite.featured-event .content-holder .mh-item .featured-event-date{
    font-family: Inter;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.35px;
    text-align: left;
    color: #adb2c3;
    margin-top: 7.6px;
    
  }
   .events-lite.featured-event .content-holder .mh-item .featured-short-description {
       font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.03px;
    text-align: left;
    color: #00617D;
     margin-top: 20px;
     margin-bottom: 20px;
  }
  .events-lite.featured-event .content-holder .mh-item a {
    margin-top: 20px;
     font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #9CAAB0;
  }
  
  .events-lite.featured-event .content-holder .mh-item a i{
    font-size: 13px;
      margin-left: 10px;
      font-family: 'Inter';
      font-weight: bold;
  
  }
   
   @media (min-width: 767px) {
       .events-lite.featured-event .content-holder .mh-item {
           padding: 60px 44px 63px 71px;
      }
  }
   @media (min-width: 920px) {
       .events-lite.featured-event .content-holder {
           -webkit-box-orient: horizontal;
           -webkit-box-direction: normal;
           -ms-flex-direction: row;
           flex-direction: row;
      }
       .events-lite.featured-event .content-holder > a {
           -webkit-box-flex: 0;
           -ms-flex: 0 0 333px;
           flex: 0 0 333px;
           height: 404px !important;
           padding-bottom: 0 !important;
           margin-bottom: 0;
      }
       .events-lite.featured-event .content-holder > a img {
           height: 404px !important;
      }
  }
   @media (min-width: 1300px) {
       .events-lite.featured-event .content-holder .mh-item {
           padding: 60px 71px 61px 71px;
      }
       .events-lite.featured-event .content-holder .mh-item h4 {
           font-size: 32px;
      }
       .events-lite.featured-event .content-holder > a {
           -webkit-box-flex: 0;
           -ms-flex: 0 0 532px;
           flex: 0 0 532px;
      }
  }
  .events-list .events-nav .events-nav-menu .events-nav-item .event-nav-link{
    position: relative;
  }
  .events-list .events-nav .events-nav-menu .events-nav-item .event-nav-link::after{
    
       position: absolute;
       right: 17px;
/*        font-family: font; */
       font-size: 13px;
       font-weight: bold;
       color: #37507c;
       top: calc(50% - 6px);
  
  }
  .events-list .events-nav .events-nav-menu .events-nav-item .event-nav-link.active::after{
/*     content: '\e813'; */
       position: absolute;
       right: 17px;
       /*        font-family: font; */

       font-size: 9px;
       font-weight: bold;
       color: white;
       top: calc(50% - 5px);
  }
  
  .events-list .events-nav{
    position: relative;
  }
   
  .events-list .events-nav::after{
    background-color: #37507c;
    content: '';
      position: absolute;
    width: 100%;
    height: 4px;
  }
  
  @media(max-width: 767px){
    .events-list .events-nav .events-nav-menu .events-nav-item:last-of-type{
      margin-top: 10px;
    
    }}
  .events-list .blog-pagination .prev-link i::before{
    transform: rotateZ(-180deg);
  }
  
  .events-list .events-list-wrapper .no-events-section h2{
    font-family: Inter;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #0e4271;
    margin-top: 162px;
  }
  
  .events-list .events-list-wrapper .no-events-section p{
    font-family: Inter;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.04px;
    text-align: left;
    color: #00617D;
    margin-top: 47px;
  }
  
  /* Events Post */
  .event-post.event-with-image .event-post-name-wrapper {
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
        position: relative;
  }
.event-post.event-with-image .event-post-name-wrapper:before {
   content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: linear-gradient(73deg, #356087 -12%, #4f3166 104%);  
      opacity: 0.8;
  }
   .event-post.event-with-image .event-post-name-wrapper .event-post-name {
       max-width: 765px;
       margin-left: auto;
       margin-right: auto;
       padding-top: 267px;
       padding-bottom: 80px;
       z-index: 1;
      position: relative;
  }
   .event-post.event-with-image .event-post-name-wrapper .event-post-name .hs-embed-wrapper .theme-label.custom-featured-case-study {
       border: solid 1px #fff;
       background-color: rgba(255, 255, 255, 0.2);
       color: #fff;
       border: solid 1px #fff;
  }
   .event-post.event-with-image .event-post-name-wrapper .event-post-name .hs-embed-wrapper .theme-label p {
       color: #fff;
  }
   .event-post.event-with-image .event-post-name-wrapper .event-post-name .hs-embed-wrapper .theme-label i {
       color: #fff;
  }
   .event-post.event-with-image .event-post-name-wrapper .event-post-name h2 {
       font-family: Inter;
       font-size: 48px;
       font-weight: bold;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.21;
       letter-spacing: normal;
       text-align: left;
       color: #fff;
  }
   .event-post .event-post-name-wrapper {
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
  }
   .event-post .event-post-name-wrapper .event-post-name {
       max-width: 765px;
       margin-left: auto;
       margin-right: auto;
       padding-top: 267px;
  }
   .event-post .event-post-name-wrapper .event-post-name .hs-embed-wrapper .theme-label.custom-featured-case-study {
       border: solid 1px #454670;
       background-color: rgba(69, 70, 112, 0.2);
  }
   .event-post .event-post-name-wrapper .event-post-name .hs-embed-wrapper .theme-label p {
       color: #454670;
  }
   .event-post .event-post-name-wrapper .event-post-name .hs-embed-wrapper .theme-label i {
       color: #454670;
  }
   .event-post .event-post-name-wrapper .event-post-name h2 {
       font-family: Inter;
       font-size: 48px;
       font-weight: bold;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.21;
       letter-spacing: normal;
       text-align: left;
       color: #37507c;
  }
   .event-post .event-post-detailed {
       max-width: 765px;
       margin-left: auto;
       margin-right: auto;
       margin-top: 61px;
  }
   .event-post .event-post-detailed .event-post-short-description {
       font-family: Inter;
       font-size: 20px;
       font-weight: normal;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.7;
       letter-spacing: 0.04px;
       text-align: left;
       color: #00617D;
  }
   .event-post .event-post-detailed .event-post-watch-now {
       margin-top: 36px;
  }
   .event-post .event-post-detailed .event-post-description {
       font-family: Inter;
       font-size: 20px;
       font-weight: normal;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.7;
       letter-spacing: 0.04px;
       text-align: left;
       color: #00617D;
  }
   .event-post .event-post-detailed .event-post-description-title {
       font-family: Inter;
       font-size: 22px;
       font-weight: bold;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.55;
       letter-spacing: 0.04px;
       text-align: left;
       color: #00617D;
       margin-bottom: 36px;
     margin-top: 59px;
  }
   .event-post .event-post-detailed .event-speakers-block .event-speaker {
       margin-bottom: 51px;
  }
   .event-post .event-post-detailed .event-speakers-block .event-speaker .speaker-details-block .speaker-avatar-block {
       flex: 0 0 73px;
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
       height: 73px;
       border-radius: 50%;
       margin-right: 26px;
  }
   .event-post .event-post-detailed .event-speakers-block .event-speaker .speaker-details-block .speaker-details .speaker-personal-info .speaker-name {
       font-family: Inter;
       font-size: 20px;
       font-weight: bold;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.7;
       letter-spacing: 0.04px;
       text-align: left;
       color: #F3F5F5;
  }
   .event-post .event-post-detailed .event-speakers-block .event-speaker .speaker-details-block .speaker-details .speaker-personal-info .speaker-profession {
       font-family: Inter;
       font-size: 16px;
       font-weight: bold;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.63;
       letter-spacing: 0.03px;
       text-align: left;
       color: #00617D;
       margin-bottom: 16px;
  }
  
  .event-post .event-post-detailed .event-speakers-block .event-speaker .speaker-details-block .speaker-details .speaker-personal-info .speaker-bio{
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: 0.03px;
    text-align: left;
    color: #00617D;
  
  }
   .event-post .event-post-detailed .event-post-speakers-title {
       font-family: Inter;
       font-size: 22px;
       font-weight: bold;
       font-stretch: normal;
       font-style: normal;
       line-height: 1.55;
       letter-spacing: 0.04px;
       text-align: left;
       color: #00617D;
       margin-bottom: 42px;
       margin-top: 50px;
  }
   .event-post .event-post-detailed .social-links {
       margin-top: 54px;
       margin-bottom: 70px;
  }
   .event-post .event-post-detailed .social-links a {
       font-size: 20px;
       color: #9CAAB0;
  }
   .event-post .event-post-form {
       max-width: 1160px;
       margin-left: auto;
       margin-right: auto;
  }
   
  .event-post .hs_submit .actions {
    position: relative;
  }
  .event-post .hs_submit .actions:after{
/*     content: '\e808'; */
    /*        font-family: font; */

    position: absolute;
        
  }
@media(max-width: 780px){
.event-post .event-post-detailed, .event-post.event-with-image .event-post-name-wrapper .event-post-name{
      padding-left: 48px;
      padding-right: 48px;
    }

}
  @media(max-width: 767px){
    
    .events-list .events-nav .events-nav-menu{
      flex-direction: column;
    }
  
  }
  
  @media(min-width: 1200px){
  .events-list-wrapper .events-list-inner .event-block .event-block-wrapper{
      max-width: 460px;
  }
  
  .events-list-wrapper .events-list-inner{
    column-gap: 13px;
  }
  }
  
  .events-list .blog-pagination-right a, .events-list .blog-pagination-left a{
    padding: 0.25rem 0.4rem;
    margin: 0 0.5rem;
  
  }
  
  .events-list .blog-pagination .blog-pagination-center a:hover,
  .events-list .blog-pagination .blog-pagination-center a:focus {
    background: rgba(91,195,191,1);
    color: #fff;
  }
  
  .events-list-wrapper .events-list-inner .event-block .event-info .event-details .register-now{
  margin-top: 40px;
  }
  
  .events-list-wrapper .events-list-inner .event-block .event-info .event-details .register-now a{
  font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #9CAAB0;
    display: flex;
  }
  
  .events-list-wrapper .events-list-inner .event-block .event-info .event-details .register-now a i:before{
    font-size: 11px;
    margin-left: 17.3px;
  }
  
  .event-post .event-post-detailed .event-post-watch-now a i:before{
    font-size: 11px;
  }
  .event-post .event-post-detailed .event-post-watch-now a i{
       margin-left: 23px;
      display: inline-flex;
      align-self: center;
      justify-content: center;
  }
  .event-post .event-post-detailed .event-post-watch-now a{
    display: inline-flex;
  }
  
  .event-post .event-post-form .form-base{
    padding: 47px 101px 49px 99px;
  }
  
  .event-post .event-post-form .form-base h3{
    margin-bottom: 55px;
  }

.event-post .event-post-detailed .learn-more-and-registration-link{
  display: flex;
  flex-direction: row;
  margin-top: 36px;

}

.event-post .event-post-detailed .learn-more-and-registration-link a:nth-child(2){
  margin-left: 20px;
}

.event-post .event-post-detailed .learn-more-and-registration-link i{
    margin-left: 23px;
    display: inline-flex;
    align-self: center;
    justify-content: center;
}

@media(max-width: 767px){
.event-post .event-post-detailed .learn-more-and-registration-link{
  flex-direction: column;
  align-items: flex-start;
  }
  .event-post .event-post-detailed .learn-more-and-registration-link a:nth-child(2){
  margin-top: 20px;
    margin-left: 0px;
}
}

.event-post .event-post-detailed .learn-more-and-registration-link a{
  line-height: 1;
}





.events-container{margin-bottom:60px; margin-left: auto; margin-right: auto; max-width: 1150px;}
.events-container .events-nav{margin-bottom: 60px; border-bottom: 4px solid rgba(243, 245, 245, 1)}
.events-container .events-nav::after{ content: " "; position: absolute; bottom: -4px; left: 0; height: 4px; background: rgba(13, 154, 172, 1); width: 50%}
.events-container .events-nav.second-tab::after {right: 0; left: unset;} 
.events-container .events-nav .events-nav-menu{list-style:none;margin:0;padding:4px 0 0}
.events-container .events-nav .events-nav-menu .events-nav-item{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;text-align:center; }
.events-container .events-nav .events-nav-menu .events-nav-item+.events-nav-item .event-nav-link{}
.events-container .events-nav .events-nav-menu .events-nav-item .event-nav-link{padding:20px 10px;-webkit-transition:all .3s;transition:all .3s}
.events-container .events-nav .events-nav-menu .events-nav-item .event-nav-link:hover,.events-container .events-nav .events-nav-menu .events-nav-item .event-nav-link:focus,.events-container .events-nav .events-nav-menu .events-nav-item .event-nav-link.active{background-color:#fff;}
.events-container .events-filter{margin:40px 0}
.events-container .venue-address p{ 
  margin-bottom: 0;
}
.events-container .socials{
  width: 30px;
}

.events-container .speaker-social-profiles{
  gap: 10px;
}

.events-container .content-bullets ul li {
  font-size: 16px;
  color: #4F6475;
}
.events-container .content-bullets ul li:before{
  background-image: url("https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/Group%20427319860.png/preview.png?t=1694192029853");
  width: 18px;
  top: 5px;
}
.events-container .events-filter .events-filter-wrapper{position:relative;border:1px solid #ccc;background:#fff;padding:6px 12px;-webkit-box-flex:1;-ms-flex:1 0 350px;flex:1 0 350px;width:auto;max-width:100%;height:38px}
.events-container .events-filter .events-filter-wrapper.active{max-width:calc(100% - 30px)}
.events-container .events-filter .events-filter-wrapper .empty-option{font-size:16px;font-size:1rem;line-height:1.5}
.events-container .events-filter .events-filter-wrapper .event-types{position:absolute;top:100%;left:-1px;list-style:none;margin:-1px 0 0;padding:0;background-color:#fff;border:1px solid #ccc;border-top-width:0;width:calc(100% + 2px);z-index:-1;opacity:0;visibility:hidden;-webkit-transition:opacity .3s;transition:opacity .3s}
.events-container .events-filter .events-filter-wrapper .event-types.active{opacity:1;visibility:visible;z-index:10}
.events-container .events-filter .events-filter-wrapper .event-types .event-type .event-type-link{font-size:16px;font-size:1rem;line-height:1.5;padding:10px 12px;margin-bottom:1px;background-color:#fff;-webkit-transition:background-color .3s;transition:background-color .3s}
.events-container .events-filter .events-filter-wrapper .event-types .event-type .event-type-link:hover,.events-container .events-filter .events-filter-wrapper .event-types .event-type .event-type-link.active{background-color:#f7f9ff}
.events-container .events-filter .clear-filters{margin-left:5px;font-size:22px;line-height:0}
.events-container .events-list-wrapper .events-list .event-block .event-details{padding: 20px 40px 38px 0;}
.events-container .events-list-wrapper .events-list .event-block{box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);margin-bottom:40px;border-radius: 6px;overflow: hidden; }
.events-container .events-list-wrapper .events-list .event-block .event-thumbnail-holder{margin-bottom:20px; line-height: 0;}
.events-container .events-list-wrapper .events-list .event-block .event-thumbnail-holder .event-thumbnail{width:100%; height: 100%; object-fit: contain;object-position: center;height: fit-content;}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-date-time{margin-bottom:8px;  margin-top: 17px;}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-date-time .separator{display:none;margin:0 8px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-excerpt{line-height:1.3;margin-bottom:20px}
.events-container .events-list-wrapper .events-list .event-block .event-details .button-group{margin-top:20px}
/* .events-container .events-list-wrapper .events-list .event-block .event-details .button-group .btn+.btn{margin-top:20px} */
.events-container .events-list-wrapper .events-list .event-block .event-details .toggle-event-details-block .toggle-event-details.btn-text-link::after { transform: rotate(90deg); }
.events-container .events-list-wrapper .events-list .event-block .event-details .toggle-event-details-block .toggle-event-details.btn-text-link.active::after { 
  background-image: url('https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/Vector-3.png/medium.png?t=1694127576921'); 
  background-size: contain;
  background-repeat: no-repeat;
   transform: rotate(0deg);
}
.events-container .events-list-wrapper .events-list .event-block .event-details .toggle-event-details-block .toggle-event-details.btn-text-link.active {  color: #9CAAB0 }
.events-container .events-list-wrapper .events-list .event-block .event-details .toggle-event-details-block .toggle-event-details{margin-top: 20px}
.events-container .events-list-wrapper .events-list .event-block .event-details .toggle-event-details-block .toggle-event-details .toggle-icon{margin-right:6px;font-size:20px;font-size:1.25rem;line-height:1}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info{margin-top:42px;display:none;opacity:0;visibility:hidden;-webkit-transition:opacity .3s;transition:opacity .3s}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info.active{display:block;opacity:1;visibility:visible}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-description{margin-bottom:40px; margin-top: 10px; display: block;}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-description-block .event-description p{margin-bottom:0;}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-description-block .event-description p+p{margin-top:10px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-description-block .event-description ul{margin-bottom:10px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper {margin-top:12px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker{margin-bottom:45px}

.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-details-block .speaker-avatar-block{-webkit-box-flex:1;-ms-flex:1 0 80px;flex:1 0 80px;max-width:110px;width:110px;min-height:110px;height:110px; border-radius:50%;background-position:center;background-size:cover;margin-right:20px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-details-block .speaker-details{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:calc(100% - 100px);margin-bottom:16px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-details-block .speaker-details .speaker-role{text-transform:uppercase;margin-bottom:5px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-details-block .speaker-details .speaker-personal-info{margin-bottom:7px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-details-block .speaker-details .speaker-personal-info .speaker-name{margin-bottom: 2px;}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-details-block .speaker-details .speaker-personal-info .speaker-profession{display:block;}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-details-block .speaker-details .speaker-personal-info .speaker-company{display:block}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-details-block .speaker-details .speaker-social-profiles a{font-size:18px;font-size:1.125rem;color:#1890c7}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-details-block .speaker-details .speaker-social-profiles .linkedin-link{margin-right:8px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-details-block .speaker-details .speaker-social-profiles .linkedin-link i{ font-size: 30px;}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-bio p{margin-bottom:0;font-family:'Rubik',sans-serif !important;font-weight:300 !important;font-size:18px !important;line-height:1.5 !important}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-bio p+p{margin-top:10px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-bio p span{font-family:unset !important;font-size:unset !important}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block+.event-location{margin-top:30px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-location{margin-bottom:50px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-location .event-venue-map{width:auto !important}
.events-container .pagination-nav{margin:30px 0}
.events-container .pagination-nav a:not(.previous-posts-link):not(.next-posts-link) {width: 34px; height: 34px; border-radius: 50%; background-color: transparent; line-height: 36px; text-align: center;}
.events-container .pagination-nav a{font-size:18px; color: #00617D;margin:0 5px; font-weight: 600;}
.events-container .pagination-nav a:not(.previous-posts-link):not(.next-posts-link):hover,.events-container .pagination-nav a.active{ color: #fff ; background-color:#0D9AAC !important; }
.events-container .pagination-nav a.previous-posts-link{margin-right:15px;margin-left:0;color: #0D9AAC; white-space: nowrap;}
.events-container .pagination-nav a.previous-posts-link i{margin-right:5px;line-height:0;}
.events-container .pagination-nav a.next-posts-link{margin-left:15px;margin-right:0; color: #0D9AAC; white-space: nowrap;}
.events-container .pagination-nav a.next-posts-link i{margin-left:5px;line-height:0;}
@media(min-width:30em){.events-container .events-nav .events-nav-menu .events-nav-item .event-nav-link{}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-location .event-venue-map{width:350px !important}
}@media(min-width:768px){.events-container .events-nav .events-nav-menu .events-nav-item .event-nav-link{}
.events-container .events-filter .events-filter-wrapper{max-width:350px}
.events-container .events-filter .events-filter-wrapper.active{max-width:350px}
.events-container .events-list-wrapper .events-list .event-block .event-thumbnail-holder{-webkit-box-flex:1;-ms-flex:1 0 46%;flex:1 0 46%;max-width:calc(46% - 25px);margin-right:25px;margin-bottom:0}
.events-container .events-list-wrapper .events-list .event-block .event-details{-webkit-box-flex:1;-ms-flex:1 0 54%;flex:1 0 54%;max-width:calc(54% - 25px);margin-left:25px}
.events-container .events-list-wrapper .events-list .event-block .event-details .event-date-time .separator{display:block}
.events-container .events-list-wrapper .events-list .event-block .event-details .button-group .btn+.btn{margin-top:0;margin-left:10px}
}
@media(max-width:767px){.events-container .events-list-wrapper .events-list .event-block .event-thumbnail-holder{width:100%}
.events-container .events-list-wrapper .events-list .event-block .event-details{width:100%; padding-right: 20px; padding-left: 20px;} 
}@media(max-width:26.25em){.events-container .events-list-wrapper .events-list .event-block .event-details{font-size:14px;font-size:.875rem}
}


@media(max-width: 500px){
.events-container .buttons-event {
  flex-direction: column;
    gap: 10px;
}
  .events-container .speaker-details-block {
    flex-direction: column;
    gap: 10px; 
  }
  .events-container .events-list-wrapper .events-list .event-block .event-details .event-detailed-info .event-speakers-block .event-speakers-list-wrapper .event-speaker .speaker-details-block .speaker-details {
      max-width: 100%
  }
  .events-container .pagination-nav a:not(.previous-posts-link):not(.next-posts-link){
    min-width: 34px;
  }
  .events-container .pagination-nav a.next-posts-link{
    margin-left:0;
  }
  .events-container .pagination-nav a.previous-posts-link{
    margin-right: 0;
  }
  .events-container .events-nav .events-nav-menu .events-nav-item .event-nav-link{
    font-size: 20px;
    line-height: 1;
  }
}

@media only screen and (max-width: 1072px) and (min-width: 400px)  {

}

@media(max-width: 500px){
  .events-container .events-list-wrapper .events-list .event-block .event-details .button-group{
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
  }
}
@media(max-width: 766px){
.events-container .events-list-wrapper .events-list .event-block .event-thumbnail-holder .event-thumbnail{
    height: 100%;
  }
}
.event-date-time .event-data h8{
  line-height: 1;
}
.event-date-time .event-data{
  margin-left: 10px;
  line-height: 1.4;
}
.event-date-time{
  margin-bottom: 32px;
  margin-top: 52px;
}
.d-none {
    display:  none;
  }
  
  
  .hs-inline-edit  .extend-column-options {
    display: flex;
    justify-content: center;
    background: grey;
    TEXT-TRANSFORM: UPPERCASE;
    font-size: 12px;
    color: white;
  }
.d-none {
    display:  none;
  }
  
  .hs-inline-edit  .extend-section-options {
    display: flex;
    justify-content: center;
    background: grey;
    TEXT-TRANSFORM: UPPERCASE;
    font-size: 12px;
    color: white;
  }
.logo-slider{
    position: relative;
    z-index: 2;
  }
  
  .logo-slider .slick-slider {
    width: 100%;
  }
  
  .logo-slider .logo {
      display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
  }
  
  /* 
    .logo-slider .logo img {
      height: 195px;
    } */
  
  .logo-slider .slick-slider .slick-slide {
    background: white;
  }
  
  .logo-slider .slick-slider .slick-slide {
    box-shadow: 0 0 22px 0 rgb(135 154 197 / 31%);
    width: 339px;
    height: 195px;
    margin-right: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .logo-slider .slick-slide {
    opacity: .7;
    width:10px;
  }
  
  .logo-slider .slick-list.draggable {
      margin-right: 0
  }
  
  .logo-slider .slick-track {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  
  .logo-slider .slick-center {
    height: 229px !important;
    margin-top: -17px !important;
  /*   width: 428px !important; */
    opacity: 1 !important;
  }
  
  
  @media (max-width: 767px) {
    .logo-slider .slick-slider .slick-slide{
        width: 335px !important;
    }
    .logo-slider .slick-slider .slick-slide{
        margin-right: 33px;
        margin-left: 44px;
    }
    .logo-slider .dnd_area-row-1-padding{
      padding-top: 0;
    }
  }
  
  .logo-slider .slick-dots{
  margin-top: 14px;
  }
  
  @media (max-width: 500px) {
  /*   .logo-slider .slick-center img {
      height: 179px !important;
  } */
    .logo-slider .slick-center {
      height: 179px !important;
    }
    .logo-slider .slick-track{
    padding-bottom: 0px;
    }
  }
  .logo-slider .slick-list{
    box-sizing: initial;
    padding: 25px 0px;
  }
.quote-slider{
    position: relative;
    z-index: 2;
  }
  .quote-slider .quote {
       display: flex;
       flex-direction: column;
       align-items: center;
     max-width: 898px;
         margin: 50px auto 40px !important;
  }

/*    .quote-slider .quote .quote-text {
      font-size: 24px;
      line-height: 1.45;
     font-weight: bold;
     width: 100%;
     color: #00617D;
  } */
  
   .quote-slider .quote .quote-name {
     width: 100%;
     font-size: 14px;
     line-height: normal;
     font-weight: bold;
     color: #4F6475;
     margin-top: 22.5px;
  }
  
  @media (max-width: 767px) {
    .quote-slider .quote .quote-text {
      font-size: 20px;
     line-height: 32px;
    }
    
    .quote-slider .quote .quote-name{
    margin-top: 43px;
    }
  }
.recognition-logos {
    position: relative;
    z-index: 2;
}
.recognition-logos .recognition-inner {
    gap: 80px 50px;
}
@media (min-width: 920px) {
    .recognition-logos .recognition-inner {
        gap: 161px 28px;
   }
}
@media only screen and (max-width: 996px) and (min-width: 767px){
 .recognition-logos .recognition-inner {
 grid-template-columns: repeat(3, minmax(0, 1fr));
 }
}

.recognition-logos .recognition-inner .recognition-member-wrapper .recognition-member-image {
  height: 168px;
    position: relative;
  display: flex;
  justify-content: center;
}
.recognition-logos .recognition-inner .recognition-member-wrapper .recognition-member-image img {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  height: 100%;
}

.recognition-logos .recognition-inner .recognition-member-wrapper .recognition-member-info {
    margin-top: 30px;
    max-width: 247px;
    font-family: Inter;
 font-size: 14px;
 font-weight: bold;
 font-stretch: normal;
 font-style: normal;
 line-height: 1.43;
 letter-spacing: 0.35px;
 text-align: center;
 color: #9CAAB0;
 margin-left: auto;
 margin-right: auto;
}

@media (max-width: 450px) {
 .recognition-logos .recognition-inner .recognition-member-wrapper .recognition-member-image{
   width: auto;
 }
 .recognition-logos .recognition-inner .recognition-member-wrapper .recognition-member-image img{
   width: 100%;
 }
}

@media (max-width: 320px) {
  .recognition-logos .recognition-inner {
     grid-template-columns: repeat(1, minmax(0, 1fr));
 }
}
.simple-vertical-tabs {
    position: relative;
  z-index: 2;
  
}
.simple-vertical-tabs .w-video-wrapper.w-css-reset {
    background-color: unset !important;
}
.simple-vertical-tabs .image-holder {
  display: none;
  margin-left: -134px;
}

.simple-vertical-tabs .image-holder.active {
  display: block;
}

.simple-vertical-tabs.container {
    position: relative;
}
.simple-vertical-tabs.container .tabs-container  {
    margin-top: 45px;
}
.simple-vertical-tabs.container .tabs-container .column {
flex: 1
}
.simple-vertical-tabs.container .tabs-container .column:not(:last-child) {
margin-right: 30px;
}
.simple-vertical-tabs.container .tabs-container .tab-list-item {
border-bottom: 1px solid rgba(156, 170, 176, 1);

}
.simple-vertical-tabs.container .tabs-container .tab-list-item.active {
  border-radius: 5px;
  border: none;  
  padding-bottom: 52px;
  padding-left: 33px;
  padding-right: 66px;
  box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);
  
}
.simple-vertical-tabs.container .tabs-container .tab-list-item.active-prev {
   border: none;  
}
.simple-vertical-tabs.container .tabs-container  .tab-list-item:not(.active) {
  background-color: #fff;
}
@media (min-width: 768px) {
    .simple-vertical-tabs.container .tabs-container .tab-list-item {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
   }
  .simple-vertical-tabs.container .tabs-container .tab-list-item:first-child::before{
  left: -6px !important;
    top: 10px;
  }
    .simple-vertical-tabs.container .tabs-container .tab-list-item .active-indicator {
        left: -52px;
   }
    .simple-vertical-tabs.container .tabs-container .tab-list-item .tab-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
   }
    .simple-vertical-tabs.container .tabs-container .tab-content-item h1 {
        line-height: 1.63;
   }
}
@media (min-width: 767px) {

 }
.simple-vertical-tabs.container .tabs-container  .tab-list-item.active:before {
    background: #F3F5F5;
}
.simple-vertical-tabs.container .tabs-container  .tab-list-item .tab-name {
    padding-left: 32px;
    padding-top: 20px;
}
.simple-vertical-tabs.container .tabs-container .tab-list-item .tab-name:before {
  content: " ";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #00617d;
    border-radius: 1px;
}
.simple-vertical-tabs.container .tabs-container .tab-list-item .tab-name:after {
    content: " ";
  position: absolute;
  right: 38px;
  top: 50%;
    transform: translateY(-50%);
  width: 2px;
  height: 18px;
  background-color: #00617d;
  border-radius: 1px;
}
.simple-vertical-tabs.container .tabs-container .tab-list-item.active .tab-name:before {
  top: 49px;
  transform: none;
}
.simple-vertical-tabs.container .tabs-container .tab-list-item.active .tab-name:after {
display: none;
}
.simple-vertical-tabs.container .tabs-container  .tab-list-item .tab-name span {
    position: absolute;
    left: -24px;
}
.simple-vertical-tabs.container .tabs-container .tab-list-item {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: flex-start;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.simple-vertical-tabs.container .tabs-container .tab-list-item .tab-name {
    z-index: 9;
  padding: 21px 60px 21px 33px;
}
.simple-vertical-tabs.container .tabs-container .tab-list-item.active .tab-name {
  padding: 34px 0 0 0;
}
.simple-vertical-tabs.container .tabs-container .tab-list-item .tab-inner-content {
    display: none;
}
.simple-vertical-tabs.container .tabs-container .tab-list-item .tab-icon {
    padding: 15px;
}
.simple-vertical-tabs.container .tabs-container .tab-list-item .tab-icon img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.simple-vertical-tabs.container .tabs-container .tab-list-item:hover {
    cursor: pointer;
}
.simple-vertical-tabs.container .tabs-container .tab-list-item .tab-inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: display 1s;
    transition: display 1s;
    text-align: center;
}
.simple-vertical-tabs.container .tab-content {
    z-index: 9;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 35%;
}
.simple-vertical-tabs.container .tab-content-item {
    display: none;
}
.simple-vertical-tabs.container .tab-content-item .image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 0;
}
.simple-vertical-tabs.container .tab-list-item .tab-description {

    height: 0;
    overflow: hidden;
    transition: transform 0.2s;
    transform: scaleY(0);
    transform-origin: top;
  display: block;
}

.simple-vertical-tabs.container .tab-list-item.active .tab-description {
    height: auto;
    transform: scaleY(1);
  margin-top: 18px;
  font-weight: 350;
  line-height: 26px;
}

.simple-vertical-tabs.container .tab-content-item .tab-buttons{
 padding-top: 21px;
}

.simple-vertical-tabs.container .tab-content-item .tab-button {
 margin-top: 22px;
}
.simple-vertical-tabs.container .tab-content-item.active {
    display: block;
}
.simple-vertical-tabs.container .tab-content-item-description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.simple-vertical-tabs.container .tab-content-item-description h5 p a {
    position: relative;
}
.simple-vertical-tabs.container .tab-content-item-description h5 p span {
    position: relative;
    cursor: pointer;
}
.simple-vertical-tabs.container .tab-content-item-description h5 p .learn-more-icon:after {
    content: "";
    width: 15px;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 13px solid #333;
    right: -15px;
    position: absolute;
    top: calc(50% - 7px);
}
.simple-vertical-tabs.container .tab-content-item-description h5 p .open:after {
    right: -20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.simple-vertical-tabs.container .tab-content-item-description .hidden {
    display: none;
}

.simple-vertical-tabs.container .tab-list-item .tab-inner-content .description p {
    margin-bottom: 0;
}
.simple-vertical-tabs.container .tab-list-item.active .tab-inner-content .description p + p {
    margin-top: 15px;
}
.simple-vertical-tabs.container .tab-list-item.active .tab-inner-content .description .learn-more {
    padding-right: 5px;
    display: flex;
}
.simple-vertical-tabs.container .tab-list-item.active .tab-inner-content .description .learn-more.open .see-more {
    display: none;
}
.simple-vertical-tabs.container .tab-list-item.active .tab-inner-content .description .learn-more.open .see-less {
    display: block;
}
.simple-vertical-tabs.container .tab-list-item.active .tab-inner-content .description .learn-more .see-less {
    display: none;
}
.simple-vertical-tabs.container .tab-list-item.active .tab-inner-content .description .learn-more.open .learn-more-icon.open .arrow-up {
    display: block;
}
.simple-vertical-tabs.container .tab-list-item.active .tab-inner-content .description .learn-more .learn-more-icon .arrow-down {
    display: block;
}
.simple-vertical-tabs.container .tab-list-item.active .tab-inner-content .description .learn-more .learn-more-icon .arrow-up, .simple-vertical-tabs.container .tab-list-item.active .tab-inner-content .description .learn-more .learn-more-icon.open .arrow-down {
    display: none;
}
.simple-vertical-tabs.container .tab-list-item.active .tab-inner-content .description .learn-more .learn-more-icon {
    padding-left: 5px;
    padding-top: 2px;
}
.simple-vertical-tabs.container .tab-list-item.active .tab-inner-content .link-holder {
    padding-bottom: 7px;
}
.simple-vertical-tabs.container .tab-list-item.active .tab-content-item-description {
    display: flex !important;
}
.simple-vertical-tabs.container .tab-list-item.active .tab-inner-content .description .description-inner {
    display: flex;
}
.rotating-item {
    border-bottom: 4px solid transparent;
    padding: 0 15px;
    transition: all 0.5s linear 0.3s;
}
@media (min-width: 47.5em) {
    .simple-vertical-tabs.container .tabs-container  .tab-list-item .tab-name {
        display: block !important;
   }
    .simple-vertical-tabs.container .tabs-container .tab-list-item {
       
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
   }
  
    .simple-vertical-tabs.container .tabs-container .tab-list-item .tab-name {
        text-align: left;
   }
    .simple-vertical-tabs.container .tabs-container .tab-list-item.active .tab-inner-content {
        text-align: left;
   }
    .simple-vertical-tabs.container .tabs-container .tab-list-item.active .tab-inner-content .description {
        margin-bottom: 10px;
        margin-top: 5px;
   }
    .simple-vertical-tabs.container .tabs-container .tab-content-item .image img {
        margin: 0 auto 0 0;
   }
}

@media (min-width: 1800px) {
    .simple-vertical-tabs .corner-image-holder.right {
        right: -190px;
   }
    .simple-vertical-tabs .corner-image-holder.left {
        left: -190px;
   }
}
@media (max-width: 61.25em) {
    .simple-vertical-tabs .corner-image-holder {
        display: none;
   }
}
@media (max-width: 47.5em) {
 
    
    .simple-vertical-tabs.container .tabs-container  .tab-list-item {
        padding: 0;
   }
    .simple-vertical-tabs.container .tabs-container .tab-list-item.active .tab-inner-content {
        text-align: left;
   }
    .simple-vertical-tabs.container .tabs-container .tab-list-item.active .tab-inner-content .link-holder {
        margin-bottom: 20px;
        margin-top: 10px;
   }
    .simple-vertical-tabs.container .tabs-container .tab-list-item.active .tab-inner-content .description {
        padding-bottom: 10px;
   }
}

.simple-vertical-tabs.container .tab-content {
    display: none;
}

.simple-vertical-tabs .tab-list-item.active .tab-content-mobile  {
display: block;
}
.simple-vertical-tabs .tab-list-item .tab-content-mobile  {
display: none;
}
@media (min-width: 767px) {
 .simple-vertical-tabs .tab-content-mobile{
 display: none;
 }
  .simple-vertical-tabs.container .tab-content {
    display: block;
}
 .simple-vertical-tabs .tab-list-item.active .tab-content-mobile {
display: none;
}
 
}



.simple-vertical-tabs.container .tab-content-mobile .tab-description{
 padding-top: 21px;
 max-width: 350px;
}
.simple-vertical-tabs.container .tab-content-mobile .tab-buttons{
 padding-top: 21px;
}

.simple-vertical-tabs.container .tab-content-mobile .image-holder{
padding-top: 30px;
}


@media (max-width: 1465px) {
  .simple-vertical-tabs .image-holder {
    margin-left: -44px;    
  }
}

@media (max-width: 767px) {
 .simple-vertical-tabs.container .tabs-container  .tab-list-item .tab-name {
   padding-left: 26px;
 }
  
  .simple-vertical-tabs.container .tabs-container {
  flex-direction: column;
  }
  .simple-vertical-tabs.container .tabs-container .column:not(:last-child) {
  margin-right: 0;
  margin-bottom: 22px;
  }
  
  .simple-vertical-tabs .image-holder {
    position: relative;
    margin-left: 0;
    
  }
}


   
/* Added style */
.social-share-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 16px 25px 18px 25px; 
    max-width: 400px
}
  .social-share {
    margin-right: 8px;
    cursor: pointer;
}
  .social-share a:last-of-type {
    margin-right: 0px;
}

.social-share-wrapper .social-share-title{
      margin-right: 20px;
  }
@media(min-width: 992px){
    .social-share-wrapper .social-share-title{
      margin-right: 32.7px;
  }
}
.hero .column{
    flex: 1;
  }
@media(min-width: 767px){
  .hero.image  .column{
    flex: 1;
  }
  .hero.image  .hero-content {
    flex: 0 0 660px;
  }
  .hero.content  .column{
    flex: 1;
  }
}

@media(min-width: 992px){
  .hero .hero-content {
      flex: 0 0 663px;
    }
}

.hero .hero-content .preheader {
  margin-bottom: 10px;
}

.hero{
  padding-top: 200px;
  padding-bottom: 150px;
}

.hero .column:last-child {
  margin-left: 30px;
}

.hero .hero-image-mobile {
   line-height: 0;
  display: none;
}
.hero.content{
    padding-top: 250px;
    padding-bottom: 100px;
}


@media (max-width: 776px) {
.hero .container {
  flex-direction: column;
}
  
 .hero .column:last-child {
  margin-left: auto !important;
  margin-right: auto;
}
  
  .hero .hero-image-mobile {
   display: block;
    
}
  .hero,.hero.content{
      padding-top: 180px;
    padding-bottom: 50px;
}
}

@media (max-width: 520px) {
  .hero .buttons {
     display: flex;
    flex-direction: column;
      gap: 18px;
    align-items: center;
  }
}


.hero.resources h1 b{
   color: #0D9AAC;
  font-family: 'Rustica Medium';
}


@media (max-width: 767px) {
  .hero .hero-preheader{
    margin-bottom: 20px;
  }
  .hero .hero-header{
        margin-bottom: 20px;
  }
}


.hero.content .column:last-child {
  margin-left: 0;
}


.hero.text-left.content .column{
  flex: unset;
}


.notification-bar-active .hero.content {
  padding-top: 300px;
}

@media (max-width: 767px){
.hero .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.cta-module .cta-description{max-width: 831px; margin-left: auto; margin-right: auto}
.cta-module .cta-header{margin-bottom: 10px}
.cta-module .cta-header{max-width: 1056px; margin-left: auto; margin-right: auto}
.image-text-repeater.content-width .content-repeater .content-repeater-wrapper {
	 position: relative;
	 display: flex;
}
 .image-text-repeater.content-width .content-repeater .content-repeater-wrapper::before {
	 content: "";
	 width: 100%;
	 height: 2px;
	 position: absolute;
	 top: 0;
}

.image-text-repeater .content-description{
    margin-top: 20px;
    margin-bottom: 20px;
}


/*  .image-text-repeater.content-width .content-repeater .content-repeater-wrapper:not(:last-child):after {
	 content: "";
	 width: 100%;
	 height: 2px;
	 position: absolute;
	 bottom: 0;
} */
 @media (min-width: 767px) and (max-width: 1400px) {
	 .image-text-repeater.content-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row-reverse .content {
		 padding-left: 30px;
	}
}
 .image-text-repeater.content-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row-reverse .repeater-image {
	 align-items: flex-start;
}
 @media (max-width: 767px) {
	 .image-text-repeater.content-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row-reverse .repeater-image {
		 align-items: center !important;
	}
}
 @media (min-width: 767px) and (max-width: 1400px) {
	 .image-text-repeater.content-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row .content {
		 padding-right: 30px;
	}
}
 .image-text-repeater.content-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row .repeater-image {
	 align-items: flex-end;
}
 @media (max-width: 767px) {
	 .image-text-repeater.content-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row .repeater-image {
		 align-items: center !important;
	}
}
 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper {
	 position: relative;
	 display: flex;
   justify-content: center;
   width:100%;
}
 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper:first-child:before {
	 content: "";
/* 	 background-color: #4F6475; */
	 width: 100%;
	 height: 5px;
	 position: absolute;
	 top: 0;
}
 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper:last-child:after {
	 content: "";
	 width: 100%;
	 height: 5px;
	 position: absolute;
	 bottom: 0;
}

 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row-reverse {
	 flex-direction: row-reverse;
}
 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row-reverse .content {
	 padding: 72px 0px 68px;
   flex: 1;
}
 @media (max-width: 767px) {
	 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row-reverse .content {
		 padding: 10px 0;
	}
}
 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row-reverse .repeater-image {
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: contain;
   flex: 1;
}
 @media (max-width: 767px) {
	 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row-reverse .repeater-image {
		 min-height: 200px;
/* 		 padding-top: 67.64%; */
	}
}
 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row {
	 padding-top: 0px;
}
 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row .content {
	 padding: 72px 0 68px;
   flex: 1;
}
 @media (max-width: 767px) {
	 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row .content {
		 padding: 10px 0;
	}
   .image-text-repeater.full-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex {
      padding-left: 20px;
     padding-right: 20px;
   }
}
 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row .repeater-image {
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: contain;
   flex: 1;
}
 @media (max-width: 767px) {
	 .image-text-repeater.full-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row .repeater-image {
		 height: 0;
     width: 100%;
/* 		 padding-top: 67.64%; */
	}
}
 .image-text-repeater .content-repeater {
	 display: flex;
	 flex-direction: column;
}

 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner {
	 padding-top: 20px;
   padding-bottom: 20px;
   width: 100%;
/*   min-width: 100vw; */
}
 @media (min-width: 992px) {
    .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner {
	 padding-top: 50px;
   padding-bottom: 50px;
	}
}
 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex {
      gap: 87px;
   max-width: 1280px;
}
 @media (max-width: 767px) {
	 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex {
		 flex-direction: column-reverse !important;
		 padding: 20px 0;
     gap: 20px;
	}
   .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content{
     padding-top: 20px;
   }
    .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .repeater-headline{
   font-size: 40px !important;
    line-height: 56px !important;
   
   }
}
 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content {
	 display: flex;
	 flex-direction: column;
}
 @media (min-width: 767px) {
	 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content {
		 flex: 1 0 50%;
	}
  
}
 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .repeater-preheadline {
	 margin-bottom: 12px;
}
 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .repeater-headline {
	 font-size: 60px;
	 line-height: 70px;
	 margin-bottom: 0px;
	 color: #161616;
	 position: relative;
}
.image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .intro-content{
  position: relative;
}
 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content.text-center.true .intro-content:after {
	 content: "";
	 background: #FF0000;
	 width: 226px;
	 height: 2px;
	 position: absolute;
	 bottom: -7px;
	 left: calc(50% - 113px);
}
 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content.text-left.true .intro-content:after {
	 content: "";
	 background: #FF0000;
	 width: 226px;
	 height: 2px;
	 position: absolute;
	 bottom: -12px;
	 left: 0;
}
.image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content.true .repeater-description{
    margin-top: 27px;

}
.image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content.false .subheader-description{


}
 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .subheader-description {
	 margin-top:46px;
	 display: flex;
	 flex-direction: column;
}
 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .repeater-subheader {
	 font-size: 32px;
	 line-height: 34px;
	 margin-bottom: 9px;
	 color: #566322;
   margin-top: 15px;
}
 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .repeater-description {
	 font-size: 23px;
	 line-height: 32px;
	 margin-bottom: 0px;
	 color: #333;
}
 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .repeater-button {
	 margin-top: 30px;
   display: flex;
   justify-content: center;
   
}
.image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content.text-left .repeater-button{
 justify-content: flex-start;

}
.image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .repeater-button.text-left {
justify-content: flex-start;
}
.image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .repeater-button a{
	 padding: 14px 35px 14px 34px;
}
 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .repeater-image {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
}
.image-text-repeater .video {
width: 100%;
}
 @media (min-width: 767px) {
	 .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .repeater-image {
     width: 100%;
	}

}
@media (min-width: 767px) and (max-width: 1600px) {
.image-text-repeater.content-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content{
padding-left: 20px;
}


}
 
.image-text-repeater.content-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .repeater-image img{
  max-width: 600px;
  height: auto;
  width: 100%;
}

@media (min-width: 767px) and (max-width: 1300px) {
  .image-text-repeater.content-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .repeater-image img{
  max-width: 100%;
    max-height: 100%;
    height: auto;
  }

}

.image-text-repeater .content-intro.line_below{
  margin-bottom: 70px;
}
.image-text-repeater .content-intro{
  margin-bottom: 40px;
}

 @media (max-width: 767px) {
    .image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .repeater-button {
    margin-top: 10px;
   }
}
.image-text-repeater .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner .content .buttons{
  margin-top: 0;
}

.image-text-repeater.full-width .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row-reverse .repeater-image img{
   object-fit: contain;
}
.slick-slider{
    border-radius: 10px;
    box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);
    margin-top: 37px;
    margin-left: 54px;
     margin-right: 54px;
}
.header-testimonial {
  margin-bottom: 20px;
}

.quote-slider .quote {
  margin: 50px 107px 40px;
  display: block;
}

.quote-slider .quote .quote-text {
  margin-bottom: 27px;
  margin-top: 27px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.01em;
  text-align: left;

}

.quote-avatar {
    border-radius: 50%;
    width: 53px;
    height: 53px;
    object-fit: cover;
    margin-right: 10px;
}

.quote-slider .quote .testimonial-quote-name {
    margin-top: 8px;
    margin-bottom: 0;
  
}

.quote-cta:last-child {
  margin-left: 18px;
}

.slick-arrow {
  height: 36px;
  width: 36px;
  background-color: rgba(13, 154, 172, 1);
  border-radius: 50%;
}

.slick-prev {
  left: 0px!important;
  z-index: 1;
}


.slick-next {
  right: 0px !important;
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
    color: white;
    content: "";
    position: absolute;
    background-image: url(https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/Vector.png/preview.png?t=1691683757290);
    width: 14px;
    height: 11.648px;
    top: 13px;
    right: 11px;
    opacity: 1;
    transition: opacity .3s;
      background-repeat: no-repeat;
    background-size: contain;
}

.slick-prev:before{
  transform: rotate(180deg);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: white;
  background-color: rgba(13, 154, 172, 1);
}

  .quote-slider .buttons{
    margin-top: 0;
  }


@media (max-width: 1100px){
  .quote-slider .quote {
    margin: 22px !important;
  }
}

@media (max-width: 991px){
   .slick-slider{
     margin-left: 0;
     margin-right: 0;
  }
}

@media (max-width: 768px){
 
  .quote-slider .quote-footer {
    display: block;
  }
  
  
  .quote-slider .buttons{
    display: inline-grid;
    margin-top: 20px;
  }
  
  .quote-slider .quote img{
    margin-left: auto;
    margin-right: auto;
  }
  .quote-slider .quote .quote-text{
    text-align: center
    }
  .quote-slider .buttons{
    width: 100%;
    justify-items: center;
  }
  .slick-slider{
     margin-left: -20px;
     margin-right: -20px;
  }
}

.quote-slider .quote img{
  max-height: 57px;
}
.vertical-nested-tabs .content-intro .headline {
  margin-bottom: 18px;
}
.vertical-nested-tabs .content-intro .description-lg {
  margin-bottom: 37px;
}
.vertical-nested-tabs .tabs-wrapper .main-tabs {
  margin-bottom: 40px;
  border-bottom: 1.5px solid #F3F5F5;
}
.vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}
.vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab:focus-visible,
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tabs .nested-tab:focus-visible{
  outline: 2px solid red;
}
.vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab h4 {
  margin-bottom: 0;
}
.vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab.active {
  border-bottom: 4px solid #0D9AAC;
}
.vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab.active h5{
  color: #0D9AAC;
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel {
  display: none;
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel.active {
  display: block;
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tabs {
  margin-left: 20px;
  gap: 20px;
  margin-bottom: 53px;
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tabs .nested-tab {
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tabs .nested-tab.active {
  font-weight: bold;
  background-color: #0D9AAC;
  color: #FFF;
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tab-content .nested-tab-panel {
  display: none;
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tab-content .nested-tab-panel.active {
  display: block;
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tab-content .nested-tab-panel.active .nested-content-container {
  grid-gap: 20px;
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tab-content .nested-tab-panel.active .nested-content-container .nested-content {
  border-radius: 5px;
  padding: 32px;
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tab-content .nested-tab-panel.active .nested-content-container .nested-content .content-description{
  font-size: 18px;
  line-height: 26px; 
  margin-top: 16px;
  margin-bottom: 16px;
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tab-content .nested-tab-panel.active .nested-content-container .nested-content .content-title{
  margin-top: 16px;
  text-align: center;
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tab-content .nested-tab-panel.active .nested-content-container .nested-content img {
  max-width: 100px;
  width: 100%;
}

@media(max-width: 767px){
  .vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tabs {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-bottom: 45px;
  }
  .vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tabs .nested-tab {
    width: fit-content;
  }
  .vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab{
    padding: 18px 10px 13px;
  }
  .vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab h5{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center
  }
  .vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab{
    background: #F3F5F5;
    flex: 1;
  }
  .vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab.active{
    background: white;
  }
}
.content-with-form .content-with-form-header {
  margin-top: 12px;
}

.content-with-form .testimonial-wrapper{
  margin-top: 58px;
}
.content-with-form .content-image{
  max-width: 480px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
   margin-top: 10px;
}

.content-with-form .description {
  margin-top: 25px;
}

.content-with-form .buttons {
  margin-bottom: 25px;
}

.content-with-form .testimonial {
  margin-left: 45px;
  display: block;
}

.content-with-form .quote-mark{
    position: absolute;
    top: -12px;
}

.content-with-form .testimonial-title {
  margin-bottom: 23px;
  margin-top: 49px;
}

.content-with-form .person-avatar {
    border-radius: 50%;
    width: 53px;
    height: 53px;
    object-fit: cover;
    margin-right: 10px;
}

.content-with-form .person-name {
    margin-bottom: 7px;
}

.content-with-form .person-container{
  margin-top: 12px;
   margin-left: 45px;
   margin-bottom: 40px;
}

.content-with-form .logo-headline{
  margin-bottom: 40px;
}

.content-with-form .image-container{
   grid-template-columns: repeat(3,1fr);
    gap: 21px;
}
.content-with-form .image-wrapper{
    display: flex;
    align-items: center;
}

.content-with-form .column {
  flex: 1; 
}

.content-with-form .column:last-child {
  margin-left: 30px;
}


@media (max-width: 768px){
  .content-with-form {
    display: block;
  }
  
  .content-with-form .image-container {
    grid-template-columns: repeat(2,1fr);
  }
  
  .content-with-form .column:last-child {
  margin-left: 0;
    margin-top: 40px;
}
  
  .content-with-form .testimonial {
  margin-top: 30px;
  }
  
  .content-with-form .relative{
    padding-top: 30px;
  }
  
  .content-with-form .testimonial{
    margin-left: 0;
    margin-top: 0;
  }
  .content-with-form .person-container{
    margin-left: 0;
  }
}
.content-with-form .buttons{
  margin-top: 15px;
}


.content-with-form.embedded-form .form-wrapper .zsFormClass{
  max-width: 620px;
  min-width: unset;
  width: 100%;
}

.content-with-form.embedded-form .form-wrapper td.zsFontClass strong {
  color: #00617D;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */ 
  letter-spacing: -0.64px;
}

.content-with-form.embedded-form .form-wrapper{
  padding-bottom: 41px;
  padding-top: 0;
}

.content-with-form.embedded-form .form-wrapper td,
.content-with-form.embedded-form .form-wrapper tbody{
  display: block;
}

.content-with-form.embedded-form .form-wrapper #zohoSupportWebToCase td.zsFontClass:last-child {
  padding-bottom: 23px;
}

.content-with-form.embedded-form .form-wrapper #zohoSupportWebToCase td.zsFontClass:not(:last-child) {
    position: absolute;
    color: #4F6475;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.016px;
    top: 10px;
    left: 18px;
      pointer-events: none;
}

.content-with-form.embedded-form .form-wrapper #zohoSupportWebToCase td:not(.zsFontClass){
  width: 100%;
  padding: 12px 0;
}

.content-with-form.embedded-form .form-wrapper table.zsFormClass {
  background-color: #fff;
}

.content-with-form.embedded-form .form-wrapper table tbody tr{
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    display: block;
    position: relative;
}

.content-with-form.embedded-form .form-wrapper .manfieldbdr{
    border-left-color: #9CAAB0!important;
} 

.content-with-form.embedded-form .form-wrapper #zohoSupportWebToCase textarea, 
.content-with-form.embedded-form .form-wrapper #zohoSupportWebToCase input[type='text'], 
.content-with-form.embedded-form .form-wrapper #zohoSupportWebToCase select {
  border-radius: 23px;
  padding: 8px 18px;
  height: 28px !important;
  box-sizing: content-box;
  width: calc(100% - 38px)!important;
      border-color: #9CAAB0;
  background-color: #F3F5F5;
}

.content-with-form.embedded-form .form-wrapper #zohoSupportWebToCase select {
  color: transparent;
}

.content-with-form.embedded-form .form-wrapper #zohoSupportWebToCase select::after {
  display: none;
}

.content-with-form.embedded-form .form-wrapper #zohoSupportWebToCase input[type='button'] {
  display: none;
}

.content-with-form.embedded-form .form-wrapper #zohoSupportWebToCase input[type='submit'] {
  position: relative;
	display: inline-block;
	text-decoration: none!important;
	white-space: initial;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	user-select: none;
	border-radius: 60px;
	text-transform: none;
  font-stretch: normal;
	transition: all 0.4s ease;
	padding: 14px 24px 14px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 16px;
  font-style: normal;
  line-height: 1; /* 125% */
  letter-spacing: 1px;
  box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);
  font-family: 'Rustica Medium';
  border: 1px solid #90D432;
  background: #90D432;
  color: #013A53;
}

.content-with-form.embedded-form .form-wrapper #zohoSupportWebToCase input[type='submit']:hover {
border: 1px solid #013A53;
  background: #013A53;
  color: #90D432;
}
  
.content-with-form.embedded-form .form-wrapper #zohoSupportWebToCase .wb_FtCon {
  display: none;
}

@media only screen and (max-width: 992px) and (min-width: 400px){

}

@media (max-width: 900px){
.content-with-form.embedded-form {
    display: block;
  }
  .content-with-form.embedded-form .column:last-child{
        margin-left: 0;
    margin-top: 40px;
  }
}

.content-with-form .company-name{
  margin-top: 3px;
}
.client-testimonial.resources-slider .slick-slider{
    border-radius: 10px;
    box-shadow: none;
    margin-top: 37px;
}

.client-testimonial.resources-slider .slick-slider .slick-track {
  display: flex;
}

.client-testimonial.resources-slider .resource-image {
  min-width: 313px;
  width: 313px;
  object-fit: contain;
}

.client-testimonial.resources-slider .resource-image-wrapper{
  margin-right: 61px;
  margin-top: 0px;
  margin-left: 72px;
  
}

.client-testimonial.resources-slider .slide-content {
  margin: 50px 72px 50px 0;
}

.client-testimonial.resources-slider .slide-content:first-child {
  margin: 72px;
}

.client-testimonial.resources-slider .slide-header {
  margin-bottom: 21px;
}


.client-testimonial.resources-slider .slide-header:before {
  content: " ";
  background-image: url("https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/%E2%80%9C.png/preview.png?t=1694720920014");
  background-size: cover;
  width: 39px;
  height: 31px;
  position: absolute;
  left: -43px;
  top: -7px;
}



.client-testimonial.resources-slider .recource {
  margin: 0;
  display: block;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 10px;
}

.client-testimonial.resources-slider .recource.slick-active {
  box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);
}

.client-testimonial.resources-slider .resource-text {
  margin-bottom: 20px;
  margin-top: 12px;
  display: block;
}

.client-testimonial.resources-slider .slick-arrow {
  height: 36px;
  width: 36px;
  background-color: rgba(13, 154, 172, 1);
  border-radius: 50%;
}

.slick-prev {
  left: -54px;
}


.slick-next {
  right: -54px;
}

.slick-prev:before, .slick-next:before {
  color: white;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: white;
  background-color: rgba(13, 154, 172, 1);
  
}

 @media (max-width: 767px) {
.client-testimonial.resources-slider .recource-slide {
  display:flex;
  flex-direction: column;
  align-items: center;
}
   .client-testimonial.resources-slider .resource-image-wrapper {
     border: none;
     margin-bottom: 22px;
     margin-right: 30px;
     margin-left: 30px;
     margin-top: 30px;
   }
   
   .client-testimonial.resources-slider .resource-image {
    width: auto;
     min-width: auto;
   }
   
   .client-testimonial.resources-slider .slide-content,
   .client-testimonial.resources-slider .slide-content:first-child {
        margin: 30px;
     margin-left: 60px;
   }
}
.lifeloop-case-studies-post .blog-post-hero{padding-bottom:250px;padding-top:225px;z-index:1;position:relative;}
.lifeloop-case-studies-post .blog-post-hero .social-share-case-studies{margin-top:16px}
.lifeloop-case-studies-post .blog-post-container{background:-webkit-gradient(linear,left bottom,left top,from(#f3f5f5),color-stop(76.1%,#FFF));background:-webkit-linear-gradient(bottom,#f3f5f5 0,#FFF 76.1%);background:linear-gradient(360deg,#f3f5f5 0,#FFF 76.1%);padding-bottom:61px}
.lifeloop-case-studies-post .blog-post-container .blog-post-container-inner{margin-top:-238px;z-index:2;position:relative}
.lifeloop-case-studies-post .blog-post-container .blog-post-container-inner .blog-post-inner{max-width:857px;margin-left:auto;margin-right:auto;width: 100%}
.lifeloop-case-studies-post .blog-post-container .blog-post-container-inner .blog-post-inner .blog-post-body{margin-top:70px}
.lifeloop-case-studies-post .blog-post-container .blog-post-container-inner .blog-post-inner .blog-post-body .blog-post-content-body h6{font-style:italic}
.lifeloop-case-studies-post .blog-post-container .blog-post-container-inner .blog-post-inner .blog-post-body .blog-post-content-body ul li{padding-left:30px;padding-bottom:38px; color: #4F6475;}
.lifeloop-case-studies-post .blog-post-container .blog-post-container-inner .blog-post-inner .blog-post-body .blog-post-content-body ul li::before{background-image:url("https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/bullet-marker.png");width:22px;height:19px}
.lifeloop-case-studies-post .related-posts{margin-top:102px}
.lifeloop-case-studies-post .connect-with-community{padding-top:105px;padding-bottom:51px}
@media(min-width:767px){.lifeloop-case-studies-post .blog-post-container .blog-post-container-inner .blog-post-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
}
.lifeloop-case-studies-post .blog-post-hero .case-study-preheader{margin-bottom: 20px}
.lifeloop-blog-post .blog-post-container .blog-post-inner .blog-post-body .blog-post-content-body img[style*="float: left"]{
    margin-right: 35px; margin-top: 0;
}
.lifeloop-case-studies-post .blog-post-container .blog-post-container-inner .blog-post-inner .blog-post-body .blog-post-content-body ul li:last-of-type{padding-bottom: 0;
}.lifeloop-case-studies-post .blog-post-container .blog-post-container-inner .blog-post-inner .blog-post-body .blog-post-content-body ul {margin-bottom: 30px}
  .lifeloop-case-studies-post  .social-share-wrapper .social-share-title{margin-bottom: 0;}

.lifeloop-case-studies-post .social-share-wrapper{background: transparent;}
.lifeloop-case-studies-post .social-share-wrapper svg path{fill: white}
.lifeloop-case-studies-post .social-share-wrapper .social-share-title {display: none}
.lifeloop-case-studies-post .related-posts{    margin-bottom: 0;padding-bottom: 58px;}
.lifeloop-case-studies-post .content-with-form-case-studies{padding-top: 98px;padding-bottom: 51px;    background-image: url(https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/bg-cta-form.png);background-size: cover; background-position: center center;background-repeat: no-repeat;}
.lifeloop-case-studies-post .lifeloop-resources-wrapper .content-with-form-case-studies .form-wrapper{background: white;}

.lifeloop-resources .lifeloop-resources-wrapper .content-with-form-case-studies .form-wrapper .legal-consent-container .hs-richtext p, .lifeloop-resources .lifeloop-resources-wrapper .content-with-form-case-studies .form-wrapper .inputs-list label span{color: #4f6475;}
.notification-bar-active .lifeloop-case-studies-post .blog-post-hero{padding-top: 275px;}
.open-position .headline{
  margin-bottom: 30px;
}

.open-position .department-headline:not(:first-child){
  margin-top: 52px;
}

.open-position .card-job{
  padding: 20px 25px 20px 37px;
  border-radius: 8px;
  margin-top: 9px;
  margin-bottom: 17px;
}

.open-position .job-position{
  margin-bottom: 0;
}

.open-position .city{
  margin-bottom: 0;
}

.open-position .buttons{
  margin-top: 0;
}

@media (max-width: 500px) {
  .open-position .card-job{
    flex-direction: column;
    gap: 15px;
    padding: 15px 15px 15px 15px;
  }
}
.lifeloop-resources h2,.lifeloop-resources h3,.lifeloop-resources h4,.lifeloop-resources h5,.lifeloop-resources h6,.lifeloop-resources h7,.lifeloop-resources h8,.lifeloop-resources h9{margin-bottom:4px}
.lifeloop-resources h2[style*="font-weight: bold;"],.lifeloop-resources h3[style*="font-weight: bold;"],.lifeloop-resources h4[style*="font-weight: bold;"],.lifeloop-resources h5[style*="font-weight: bold;"],.lifeloop-resources h6[style*="font-weight: bold;"],.lifeloop-resources h7[style*="font-weight: bold;"],.lifeloop-resources h8[style*="font-weight: bold;"],.lifeloop-resources h9[style*="font-weight: bold;"]{font-family:"Rustica Medium";font-weight:500 !important}
.lifeloop-resources .lifeloop-resources-wrapper{background:-webkit-gradient(linear,left bottom,left top,from(#f3f5f5),color-stop(43.93%,rgba(243,245,245,0)));background:-webkit-linear-gradient(bottom,#f3f5f5 0,rgba(243,245,245,0) 43.93%);background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#f3f5f5),color-stop(43.93%,rgba(243,245,245,0)));background:linear-gradient(360deg,#f3f5f5 0,rgba(243,245,245,0) 43.93%)}
.lifeloop-resources .lifeloop-resources-wrapper.non-gated .research-resource,.lifeloop-resources .lifeloop-resources-wrapper.non-gated .whitepaper-resource,.lifeloop-resources .lifeloop-resources-wrapper.non-gated .ebook-resource{background-image:url("https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/bg-blue.png");background-size:cover;background-repeat:no-repeat;background-position:center}
.lifeloop-resources .lifeloop-resources-wrapper.non-gated .gated-ungated-content{color:white}
.lifeloop-resources .lifeloop-resources-wrapper.non-gated .gated-ungated-content h1{color:white}
.lifeloop-resources .lifeloop-resources-wrapper.non-gated .gated-ungated-content .blog-post-content-body p,.lifeloop-resources .lifeloop-resources-wrapper.non-gated .gated-ungated-content .blog-post-content-body h1,.lifeloop-resources .lifeloop-resources-wrapper.non-gated .gated-ungated-content .blog-post-content-body h2,.lifeloop-resources .lifeloop-resources-wrapper.non-gated .gated-ungated-content .blog-post-content-body h3,.lifeloop-resources .lifeloop-resources-wrapper.non-gated .gated-ungated-content .blog-post-content-body h4,.lifeloop-resources .lifeloop-resources-wrapper.non-gated .gated-ungated-content .blog-post-content-body h4,.lifeloop-resources .lifeloop-resources-wrapper.non-gated .gated-ungated-content .blog-post-content-body h6,.lifeloop-resources .lifeloop-resources-wrapper.non-gated .gated-ungated-content .blog-post-content-body h7,.lifeloop-resources .lifeloop-resources-wrapper.non-gated .gated-ungated-content .blog-post-content-body ul li{color:white}
.lifeloop-resources .lifeloop-resources-wrapper .form-wrapper{background:#00617d}
.lifeloop-resources .lifeloop-resources-wrapper .form-wrapper .form-title{color:white}
.lifeloop-resources .lifeloop-resources-wrapper .form-wrapper .legal-consent-container .hs-richtext{color:white}
.lifeloop-resources .lifeloop-resources-wrapper .form-wrapper .legal-consent-container .hs-richtext p,.lifeloop-resources .lifeloop-resources-wrapper .form-wrapper .inputs-list label span{color:white}
.lifeloop-resources .lifeloop-resources-wrapper .form-wrapper .legal-consent-container{color:white}
.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource{padding-top:200px;padding-bottom:70px}
.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .gated-ungated-content,.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .webinar-content,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .gated-ungated-content,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .webinar-content{margin-bottom:30px;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:620px}
.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .gated-ungated-content .resource-type,.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .webinar-content .resource-type,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .gated-ungated-content .resource-type,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .webinar-content .resource-type{margin-bottom:5px}
.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .gated-ungated-content h1,.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .webinar-content h1,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .gated-ungated-content h1,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .webinar-content h1{margin-bottom:20px}
.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .right-side-resource,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .right-side-resource{-webkit-box-flex:1;-ms-flex:1;flex:1}
.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .right-side-resource .non-gated-resource,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .right-side-resource .non-gated-resource{padding:42px 70px;background:white;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,0.2);box-shadow:0 0 7px 0 rgba(0,0,0,0.2);border-radius:20px}
.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .right-side-resource .non-gated-resource .ungated-title,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .right-side-resource .non-gated-resource .ungated-title{margin-bottom:35px;margin-top:27px}
.lifeloop-resources .lifeloop-resources-wrapper .video-resource{padding-top:200px;padding-bottom:30px}
.lifeloop-resources .lifeloop-resources-wrapper .video-resource .preheader{margin-bottom:12px}
.lifeloop-resources .lifeloop-resources-wrapper .video-resource h1{margin-bottom:20px}
.lifeloop-resources .related-posts{background-color:white;padding-top:44px;margin-top:0 !important}
.lifeloop-resources .request-a-demo{padding-top:70px;padding-bottom:50px;background-image:url("https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/CTA%20BG%202400px.jpg");background-repeat:no-repeat;background-size:cover;background-position:center}
.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .webinar-content h1{margin-bottom:20px}
@media(min-width:767px){.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .gated-ungated-content .resource-type,.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .webinar-content .resource-type,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .gated-ungated-content .resource-type,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .webinar-content .resource-type{margin-bottom:20px}
.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .right-side-resource,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .right-side-resource{padding-left:20px}
.lifeloop-resources .lifeloop-resources-wrapper .video-resource{padding-bottom:70px}
.lifeloop-resources .lifeloop-resources-wrapper .video-resource .preheader{margin-bottom:20px}
.lifeloop-resources .lifeloop-resources-wrapper .video-resource h1{margin-bottom:30px}
.lifeloop-resources .request-a-demo{padding-top:107px;padding-bottom:107px}
.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .gated-ungated-content,.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .webinar-content,.webinar-resource .gated-ungated-content,.webinar-resource .webinar-content{margin-bottom:0}
.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .right-side-resource,.webinar-resource .right-side-resource{padding-left:60px}
.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .webinar-content h1{margin-bottom:40px}
}@media(min-width:1200px){.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .gated-ungated-content,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .webinar-content{padding-right:60px}
}@media only screen and (max-width:1200px) and (min-width:992px){.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .gated-ungated-content,.lifeloop-resources .lifeloop-resources-wrapper .webinar-resource .webinar-content{padding-right:35px}
}
.lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource .gated-ungated-content .blog-post-content-body ul li{color: #4F6475;}
.notification-bar-active .lifeloop-resources .lifeloop-resources-wrapper .gated-ungated-resource,.notification-bar-active .lifeloop-resources .lifeloop-resources-wrapper .webinar-resource{padding-top:250px;}







.header-white .header {
  background: white;
}

/* @media (max-width: 992px){
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper{
  opacity: unset !important;
  visibility: unset !important;
  
  }


} */

.header{left:0;top:0;width:100% !important;z-index:30 !important;-webkit-transition:all ease-in-out 400ms;transition:all ease-in-out 400ms;position:fixed;}
.header .dnd-section>.row-fluid{max-width:100%}
.header .header-top-row-0-padding{padding:0 !important}
.header .header-wrapper .header-top-bar-wrapper .header-top-bar{padding-bottom:10px}
.header .header-wrapper .header-top-bar-wrapper .header-top-bar .hs-menu-wrapper ul{grid-gap:12px;margin-top:10px}
.header .header-wrapper .header-top-bar-wrapper .header-top-bar .hs-menu-wrapper ul .hs-menu-item a{color:#013a53;text-align:center;font-family:"Rustica";font-size:14px;font-style:normal;line-height:1;background:white;border-radius:30px;padding:9px 14px 7px 14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.header .header-wrapper .header-top-bar-wrapper .header-top-bar .hs-menu-wrapper ul .hs-menu-item a svg{margin-right:5px;margin-bottom: 2px;}
.header .header-wrapper .header-menu{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:20px;padding-bottom:20px}
.header .header-wrapper .header-menu .hs-menu-wrapper ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1{position:relative}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1>a{color:#013a53;font-family:"Rustica";font-size:16px;font-style:normal;line-height:24px;padding-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:3px solid transparent}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1:hover .hs-menu-children-wrapper{background:white}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:17.5px 25px;border-radius:30px;visibility:hidden;opacity:0}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 a:hover{ -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00617d;
}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 a{
  display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#00617d;font-family:"Rustica";font-size:16px;font-style:normal;line-height:22px;letter-spacing:-0.016px;white-space:nowrap;padding:12.5px 0}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 a svg{max-width:23px;height:auto;max-height:24px;margin-right:8px}
.header.scrolled{-webkit-box-shadow:0 0 30px 0 rgba(135,154,197,0.31);box-shadow:0 0 30px 0 rgba(135,154,197,0.31);background-color:#fff}
.header.scrolled .header-menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper{top:100%}
.header.scrolled .header-menu>.hs-menu-wrapper>ul>li:hover>a:after{bottom:27px}
.header .hamburger.is-active .hamburger-inner:after,.header .hamburger.is-active .hamburger-inner:before{background-color:black !important;opacity:1}
.hamburger{position:absolute;right:32px;padding:0 !important;outline:none !important;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;top: 32px}
.hamburger-box{width:2rem}
.hamburger-inner{width:2rem !important;height:1.5px !important}
.hamburger-inner:after,.hamburger-inner:before{width:2rem !important;height:1.5px !important}
.hamburger.is-active .hamburger-inner{background-color:#fff !important}
.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#fff !important}
.mobile-open .header:before{content:unset}
.child-trigger{display:block !important;cursor:pointer;position:absolute;top:12px;right:-18px;width:55px !important;min-width:55px !important;height:3rem !important;padding:0 !important;border-left:1px dotted rgba(255,255,255,0.2)}
.header .hs-menu-item.hs-menu-depth-2 .child-trigger{top:2px}
.child-trigger:hover{text-decoration:none}
.child-trigger i{position: relative;
/*     top: 50%; */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);}
.child-trigger i:after{position:absolute;content:'';    width: 15px;
    height: 14px;background: url(https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/arrow-dropdown.png);    }
.child-trigger.child-open i:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}
@media(min-width:992px){.header .header-wrapper .header-menu{-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;padding-top:0;padding-bottom:0}
.header .header-wrapper .header-menu .hs-menu-wrapper ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1:hover>a{border-bottom:3px solid #0d9aac}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1:hover .hs-menu-children-wrapper{-webkit-filter:drop-shadow(0 9px 24px rgba(0,0,0,0.16));filter:drop-shadow(0 9px 24px rgba(0,0,0,0.16));visibility:visible;opacity:1;min-width:200px}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.header.scrolled{padding-top:0}
.header.scrolled .header-menu>.hs-menu-wrapper>ul>li>a{padding:35px 25px}
.hamburger{display:none}
.child-trigger{display:none !important}
}@media(max-width:992px){.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1>a .arrow-down-icon{display:none}
.header .header-wrapper .header-menu{max-height: 100%;}
.mobile-open .header-menu{max-height:100%}
.header-menu{overflow:scroll}
  .mobile-open .header-menu>.hs-menu-wrapper{display: block !important; }
.mobile-open .header-menu .hs-menu-depth-1 .hs-menu-children-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.header .header-wrapper .header-menu .header-button{opacity: 0;
    visibility: hidden; height: 0}
  .header .header-wrapper .header-menu>.hs-menu-wrapper{display: none}
.header .header-wrapper .header-menu .hs-menu-wrapper{width:100%}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1>a{padding-left:0}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1:hover .hs-menu-children-wrapper{display:none}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper{padding-left:0;visibility:visible;opacity:1;padding-top:0}
.mobile-open .header{height: 100%}
.mobile-open .header .hs_cos_wrapper:nth-of-type(2){height: 100%}
.mobile-open .header .header-wrapper .header-menu{justify-content: flex-start;background: white;}
  .header .header-wrapper .header-menu {justify-content: flex-start;}
  .mobile-open .header-menu .header-button{opacity: 1 !important;
    visibility: visible!important;-webkit-transition:all ease-in-out 1000ms;transition:all ease-in-out 1000ms!important; height: auto!important}
  body.mobile-open{    position: fixed; 
    width: 100%;}
  .mobile-open .header-wrapper {height:100%; background: white}
  .header-wrapper{background: white}
  .header .header-wrapper .header-top-bar-wrapper .header-top-bar .hs-menu-wrapper ul .hs-menu-item a{font-size: 12px; line-height: 10px;}
  .header .header-wrapper .header-top-bar-wrapper .header-top-bar{justify-content: flex-start}
}

@media only screen and (max-width: 1162px) and (min-width: 992px) {
  .header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1>a{
    font-size: 14px;
    padding: 0.5rem 0.5rem 0;
  }
  .header .header-wrapper .header-menu{padding-top: 10px;padding-bottom: 10px;}
  .header .header-wrapper .header-menu .hs-menu-wrapper ul{margin-top: 0;}
}

@media(max-width:992px){
.header .header-wrapper .header-top-bar-wrapper .header-top-bar .hs-menu-wrapper ul .hs-menu-item a svg{
      max-height: 9px;
  }
  .mobile-open .header .header-wrapper .header-menu{padding-bottom: 70px;}

}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1>a .arrow-down-icon{
  width: unset;
  height: unset;
}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1>a .arrow-down-icon::before{
  width: unset;
  height: unset;
  top: -7px;
  transform: unset;
  left: 2px;
}

@media(max-width: 500px){
  .header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 a{
    white-space: wrap
  }
}




/* Password */
.widget-type-password_prompt input[type="password"] {
	margin-top: 0!important;
	margin-bottom: 1rem;
}



/* Search Results */


.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-size: 1.25rem;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}

/* Backup Unsubscribe */
#email-prefs-form input[type="email"] {
	padding: 1rem 1.5rem!important;
	margin-top: 1rem;
}


/* Subscription Preferences */

.email-prefs {
	
}
.email-prefs .item + .item {
	margin-top: 1rem;
}

.email-prefs .item-inner > p {
	opacity: .8;
}
.email-prefs .checkbox-row {
	font-weight: bold;
}
.email-prefs .item .fakelabel span {
	margin-right: .25rem;
}

.subscribe-options {
	margin: 1rem 0;
}
.subscribe-options .header {
	margin: 0;
}
.subscribe-options label {
	display: flex;
	align-items: center;
}
.checkbox-row > span {
	display: flex;
	align-items: center;
}
/*  
 * Pagination 
 */

.blog-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.blog-pagination_link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: .25rem .4rem;
  margin: 0 0.5rem;
	color: rgba(91,195,191,1);
  text-decoration: none;
  line-height: 1;
	border-radius: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.blog-pagination_number-link {
	width: 3rem;
	height: 3rem;
	border: 2px solid rgba(91,195,191,1);
	color:  rgba(91,195,191,1);
	font-weight: bold;
	border-radius: 60px;
}
.blog-pagination_link--active,
.blog-pagination_link--active:visited {
	background-color: rgba(91,195,191,1);
	border: 2px solid rgba(91,195,191,1);
	color: #fff;
}
.blog-pagination_number-link:hover,
.blog-pagination_number-link:focus {
	background: rgba(91,195,191,1);
	color: #fff;
}

.blog-pagination_prev-link,
.blog-pagination_next-link {
  display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}
.blog-pagination_prev-link {
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;

}
.blog-pagination_next-link {
  text-align: left;
}
.blog-pagination_prev-link:hover,
.blog-pagination_next-link:hover,
.blog-pagination_prev-link:focus,
.blog-pagination_next-link:focus {
  text-decoration: none;
	color: rgba(91,195,191,1);
}
.blog-pagination_prev-link svg,
.blog-pagination_next-link svg {
	fill: rgba(91,195,191,1);
  margin: 0 5px;
}
.blog-pagination_link:hover svg,
.blog-pagination_link:focus svg {
	fill: rgba(91,195,191,1);
}

.blog-pagination_prev-link svg,
.blog-pagination_next-link svg {
	fill: rgba(91,195,191,1);
	height: 1rem;
  margin: 0 5px;
}

.blog-header_author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header_author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header_author-social-links a:hover {
 
}
.blog-header_author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
@media (max-width:767px) {
	.blog-pagination {
		margin: 4rem 0 0;
	}
	.blog-pagination_link {
		margin: 0 0.25rem;
	}
	.blog-pagination_prev-link {
		margin-right: 0.5rem;
	}
	.blog-pagination_next-link {
		margin-left: 0.5rem;
	}
}


/* ----------------- Post ---------------- */

/*  
 * Post Title 
 */

.blog-post_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 1.5rem;
	font-size: 1rem;
}
.blog-post_meta a {
	margin-right: .75rem;
	color: inherit;
}
	.blog-post_meta a:hover {
		color: #4F6475;
	}

/*  
 * Post Body 
 */
.blog-post_body {
  font-size: 1.1rem;
}

.blog-post_body * + h1,
.blog-post_body * + h2,
.blog-post_body * + h3,
.blog-post_body * + h4,
.blog-post_body * + h5,
.blog-post_body * + h6 {
	margin-top: 1em;
}


/*  
 * Tags 
 */
.blog-template-01 .blog-post_tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog-template-01 .blog-post_tag-link {
	padding: .25rem .5rem;
	border: 2px solid #00617D;
	color: #00617D;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0.5rem 0.5rem 0;
	font-size: .8rem;
	transition: all ease 200ms;
	font-weight: bold;
	border-radius: 60px;
}
.blog-template-01 .blog-post_tag-link:hover {
	background: #4F6475;
	color: #fff;
	border-color: #4F6475;
}

/*  
 * Table of Contents
 */

.toc-content h2:before, .toc-content h3:before {
	content: "";
	display: block;
	height: calc(var(--header-height) + 1rem);
	margin-top: calc(-1 * (var(--header-height) + 1rem));
	visibility: hidden;
}
.toc-sticky {
	top: calc(var(--header-height) + 1rem);
}
.toc {
	overflow-y: auto;
}
.toc > .toc-list {
	overflow: hidden;
	position: relative;
}
.toc > .toc-list li {
	list-style: none;
}
.toc-list {
	margin: 0;
	padding-left: 10px;
}
a.toc-link {
	color: #2889a5;
	height: 100%;
}
.is-collapsible {
	max-height: 1000px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
}
.is-collapsed {
	max-height: 0;
}
.is-position-fixed {
	position: fixed !important;
	top: 0;
}
.is-active-link {
	font-weight: bold;
	color: #00617D;
}
.toc-link::before {
	background-color: #eee;
	content: " ";
	display: inline-block;
	height: inherit;
	left: 0;
	margin-top: -1px;
	position: absolute;
	width: 2px;
}
.is-active-link::before {
	background-color: #4F6475;
}

/* ==========================================================================
    Blog 02
   ========================================================================== */

.blog-template-02 {
	
}

/* ----------------- Listing ---------------- */

.blog-template-02 .blog-index_post + .blog-index_post {
	margin-top: 7rem;
}
.blog-template-02 .blog-index_post-image {
	padding-bottom: 50%;
	display: block;
	margin-bottom: 3rem;
}
.blog-template-02 .blog-index_post-content {
	max-width: 660px;
	display: block;
	margin: 0 auto;
}


@media (min-width: 768px) {
	.blog-template-02 .blog-index_post-image {
		padding-bottom: 30%;
	}
}

/* ----------------- Listing 01 ---------------- */
.blog-template-01 .blog-index-01_post-image-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
.blog-template-01 .blog-index-01_post-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  transition: 7s ease transform;
}
  .blog-template-01 .blog-index-01_post-image-wrapper:hover .blog-index-01_post-image {
		transform: scale(1.1) rotateZ(2deg);
		-webkit-transform: scale(1.1) rotateZ(2deg);
		-ms-transform: scale(1.1) rotateZ(2deg);
  }

/* ----------------- Post ---------------- */

.blog-template-02 .blog-post_header {
	padding: 7rem 0 5rem;
}

.blog-template-02 .blog-post_image {
	padding-bottom: 30%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media (min-width:768px) {
	.blog-template-02 .blog-post_image img {
		display: none;
	}
}

/*  
 * Body 
 */
.blog-template-02 .blog-post_content {
	padding: 3rem 0 7rem;
}

/*  
 * Comments 
 */
.blog-comments .comment-reply-to.hs-button {
	margin-top: 1rem;
}
.blog-comments form.hs-form {
  margin-top: 2rem;
}
.blog-template-02 .blog-post_comments {
	border-top: 1px solid ;
}

@media (min-width: 768px) {
	.blog-post_comments .row-fluid {
		display: flex;
	}
}


/*  
 * Tags 
 */
.blog-template-02 .blog-post_tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog-template-02 .blog-post_tag-link {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 1rem;
	font-size: 1rem;
	transition: all ease 200ms;
	font-weight: bold;
}
.blog-template-02 .blog-post_tag-link:hover {
	color: #4F6475;
	opacity: 1;
}
.error-404-section .hero.content,
.error-500-section .hero.content{
  background: url('https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/Group%20427319877.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.error-404-section .lifeloop-resources,
.error-500-section .lifeloop-resources{
  padding-top: 60px;
}
@media(min-width: 767px){
  .contact-us.content-with-form  .description{
    max-width: 508px;
  }
}
.contact-us.content-with-form  .description p,
.contact-us.content-with-form  .description a:not(.btn),
.contact-us.content-with-form.request-a-demo .description p,
.contact-us.content-with-form.request-a-demo .description a:not(.btn){
  font-size: 18px;
  line-height: 26px; /* 144.444% */
  font-weight: 350;
}

.contact-us.content-with-form  .description p a{
  color: white;
}

@media(min-width: 767px){
  .contact-us.content-with-form  .description p{
    max-width: 419px;
  }
  .contact-us.content-with-form.support .description p{
    max-width: 491px;
  }
}
.contact-us.content-with-form  .description div a:not(.btn),
.contact-us.content-with-form.request-a-demo .content div a:not(.btn) {
  font-weight: 500;
  font-family: 'Rustica Medium';
  padding: 10px 15px 5px;
  border-radius: 5px;
  background: #0D9AAC;
  display: inline-flex;
  color: #FFF;
  line-height: 22px; /* 144.444% */
}
.contact-us.content-with-form  .description div a:not(.btn):hover,
.contact-us.content-with-form.request-a-demo .content div a:not(.btn):hover{
  background: rgba(13, 153, 171, 0.20);
}
.contact-us.content-with-form  .description h5,
.contact-us.content-with-form.request-a-demo .content .description h5{
  margin-bottom: 10px;
  font-weight: 500;
}

.contact-us.content-with-form  .description hr:first-of-type,
.contact-us.content-with-form.request-a-demo .content .description hr:first-of-type{
    margin-top: 0;
}

.contact-us.content-with-form.family-members  .description div a:nth-of-type(2){
/*   background: rgba(13, 153, 171, 0.20); */
}
.contact-us.content-with-form  .description div a:not(.btn):not(:last-child),
.contact-us.content-with-form.request-a-demo .content div a:not(.btn):not(:last-child){
  margin-bottom: 20px;
}

.contact-us.content-with-form  h1,
.contact-us.content-with-form.request-a-demo .content h1{
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; 
  margin-bottom: 13px; 
  color: white;
  font-family: 'Rustica Medium';
}
.contact-us.content-with-form.support  .description .support-hours{
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  background: rgba(248, 248, 248, 0.10);
  padding: 16px 22px;
  max-width: 488px;
}
.contact-us.content-with-form.support  .description .support-hours img{
  margin-right: 10px;
}
.contact-us.content-with-form.support  .description .support-hours p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; 
}
.contact-us.content-with-form.support  .description div a:nth-of-type(3){
/*   background: rgba(13, 153, 171, 0.20); */
}
.contact-us.content-with-form.request-a-demo .description ul li{
  padding-left:30px;
}
.contact-us.content-with-form.request-a-demo .description ul li::before{
  background-image:url("https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/bullet-marker.png");
  width:22px;
  height:19px;
}

.contact-us.content-with-form.request-a-demo .description div a:nth-of-type(1){
/*   background: rgba(13, 153, 171, 0.20); */
}

.contact-us.content-with-form .testimonial-wrapper{
  background: rgba(248, 248, 248, 0.10);
  padding: 28px 28px 20px 28px;
  max-width: 580px;
  border-radius: 10px;
}

.contact-us.content-with-form .testimonial-title{
  margin-top: 0;
}

.contact-us.content-with-form .person-container{
  margin-bottom: 0;
}


.contact-us.content-with-form .logo-headline{
  margin-bottom: 20px;
}
.homepage.hero .hero-content h1.hero-header span{
  font-size: 42px;
  color: #0D9AAC;
  font-family: 'Rustica Medium';
  font-weight: 500;
}
@media (max-width: 767px) {
  .homepage.hero .hero-content h1.hero-header span{
    font-size: 32px;
    line-height: 44px;
  }
  
  .homepage .container{
    padding-left: 0;
    padding-right: 0;
  }
  .hero .hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.login.hero.content .column:last-child{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}


.login .hero-header{
  margin-bottom: 36px;
}

.privacy.content-bullets, .privacy .container{
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.privacy.content-bullets ul li{
  color: #4F6475;
}
@media (max-width: 767px){
.image-text-repeater.full-width.podcast .content-repeater .content-repeater-wrapper .content-repeater-wrapper-inner-flex.flex-row-reverse .repeater-image {
    min-height: 300px;
    height: 100%;
  }
}

.careers .hs-embed-content-wrapper{
  max-height: 300px;
  overflow-y: scroll;
}

.upcoming-webinar.content-module .preheader{
}

.upcoming-webinar.content-module .headline{
  font-size: 42px;
  line-height: 52px;
  font-family: 'Rustica Regular';
  margin-top: 10px;
}

.upcoming-webinar.form-wrapper{
  background: #E9F2F3;
}

.upcoming-webinar.form-wrapper .actions input[type="submit"]{
  border: 2px solid #FFF;
  background: #013A53;
  color: white;
} 
.upcoming-webinar.form-wrapper .actions input[type="submit"]:hover{
  border: 2px solid #013A53;
  background: white;
  color: #013A53
}

@media (max-width: 767px){
  .upcoming-webinar.content-module .headline{
      font-size: 32px;
      line-height: 34px;
  }
}

.upcoming-webinar.content-bullets ul li{
  color: #4F6475
}
.backup-unsubscribe {
	 padding-top: 200px;
	 padding-bottom: 100px;
}
 .backup-unsubscribe .page-header h1 {
  font-family: Rustica;
  font-size: 60px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: 0px;
  text-align: left;
  color: #00617D;
  margin-bottom: 10px;
}
 @media (max-width: 767px) {
	 .backup-unsubscribe .page-header h1 {
		 font-size: 10vw !important;
	}
}
 .backup-unsubscribe form #content h3 {
  font-family: Rustica;
  font-size: 35px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #00617D;
  margin-bottom: 10px;
}

.backup-unsubscribe #email-prefs-form input[type="email"]{
  font-family: Rustica;
  font-size: 18px !important;
  font-weight: 350;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #4F6475;
  margin-top: 10px !important;
  border-radius: 23px;
  padding: 8px 18px;
  height: 28px !important;
  box-sizing: content-box;
  width: calc(100% - 38px)!important;
  border-color: #9CAAB0;
  background-color: #F3F5F5;
  border: 1px solid #ddd;
}

.backup-unsubscribe form #content > input{
  position: relative;
	display: inline-block;
	text-decoration: none!important;
	white-space: initial;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	user-select: none;
	border-radius: 60px;
	text-transform: none;
  font-stretch: normal;
	transition: all 0.4s ease;
	padding: 15px 24px 13px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 16px;
  font-style: normal;
  line-height: 1; /* 125% */
  letter-spacing: 1px;
  box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);
  font-family: 'Rustica Medium';
  border: 1px solid #90D432;
  background: #90D432;
  color: #013A53;
  margin-top: 10px !important;
}

.backup-unsubscribe form #content > input:hover {
  border: 1px solid #013A53;
  background: #013A53;
  color: #90D432;
}

 @media (max-width: 767px) {
	 .backup-unsubscribe form #content h3 {
		 font-size: 5vw !important;
	}
}
 .backup-unsubscribe form #content > div {
	 padding-bottom: 20px !important;
}
 .backup-unsubscribe form #content > div input {
	 padding: 10px 20px !important;
	 max-width: 240px !important;
}

@media (max-width: 767px){
.backup-unsubscribe form #content > input {
   font-size: 13px;
  }
}
.subscription-preferences {
	 padding-top: 200px;
	 padding-bottom: 100px;
}
.subscription-preferences .page-header{
  margin-bottom: 10px;
}

 .subscription-preferences form .page-header h1 {
	 font-size: 90px;
}
 .subscription-preferences form .page-header h2 {
	 font-size: 40px;
   margin-top: 10px;
}
 .subscription-preferences form .email-prefs p.header {
	 position: relative;
	 padding-left: 0px;
	 padding-right: 0px;
   box-shadow: unset;
   margin-bottom: 24px;
}
 .subscription-preferences form .email-prefs .subscribe-options p.header {
	 position: relative;
   box-shadow: unset;
}
 
@media (max-width: 767px){
   .subscription-preferences form .page-header h1 {
	     font-size: 8vw !important;
}
   .subscription-preferences form .page-header h2 {
	 font-size: 5vw !important;
}
}

.subscription-preferences form .email-prefs .hs-button {
  position: relative;
	display: inline-block;
	text-decoration: none!important;
	white-space: initial;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	user-select: none;
	border-radius: 60px;
	text-transform: none;
  font-stretch: normal;
	transition: all 0.4s ease;
	padding: 15px 24px 13px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 16px;
  font-style: normal;
  line-height: 1; /* 125% */
  letter-spacing: 1px;
  box-shadow: 0px 2px 12px 0px rgba(13, 154, 172, 0.15);
  font-family: 'Rustica Medium';
  border: 1px solid #90D432;
  background: #90D432;
  color: #013A53;
  margin-top: 15px;
}

.subscription-preferences form .email-prefs .hs-button:hover{
  border: 1px solid #013A53;
  background: #013A53;
  color: #90D432;
}

.subscription-preferences form .email-prefs .item .item-inner .checkbox-row input{
  margin: 3px 10px 3px 0px;
  border-radius: 2px;
  margin-right: 5px;
  margin-top: 0;
}

.subscription-preferences form .email-prefs .item .item-inner p{
  padding-left: 26px;
}

.subscription-preferences form .page-header h1{
  font-family: Rustica;
  font-size: 64px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: 0px;
  text-align: left;
  color: #00617D;
}

.subscription-preferences form .page-header h2{
  font-family: Rustica;
  font-size: 35px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0px;
  text-align: left;
  color: #00617D;
}

.subscription-preferences, 
.subscription-preferences p{
  font-family: Rustica;
  font-size: 18px;
  font-weight: 350;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #4F6475;

}

@media (max-width: 500px){
.subscription-preferences form .email-prefs .item .fakelabel span{
  margin-right: 0; 
    font-size: 10px;

  }
  .subscription-preferences form .email-prefs .item .item-inner p{
     font-size: 10px;
  }
}
.subscription-confirmation .page-header h2{
    font-family: Rustica;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0px;
    text-align: left;
    color: #00617D;
    margin-top: 100px;
}

.subscription-confirmation .page-header,
.subscription-confirmation .success{
    font-family: Rustica;
    font-size: 18px;
    font-weight: 350;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #4F6475;
}
.subscription-confirmation .success{
  margin-top: 15px;
}
.content-lite .hs-embed-wrapper {
  
 max-width: 800px !important;

}
.about-us.hero .description{
  max-width: 798px;
  margin-left: auto;
  margin-right: auto;
}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown .dropdown-content li a, .lifeloop-resources .content-listing .blog-filters .types-dropdown .dropdown .dropdown-content li a{
  font-family: "Rustica";
  font-size: 18px;
  font-weight: 350;
  line-height: 22px;
  color: #00617D;
}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown .dropdown-content li, .lifeloop-resources .content-listing .blog-filters .types-dropdown .dropdown .dropdown-content li{
  padding: 9px 20px;
}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown .dropdown-content li:hover, .lifeloop-resources .content-listing .blog-filters .types-dropdown .dropdown .dropdown-content li:hover{
  background-color: #F1F9FA;  
}
.lifeloop-resources .content-listing .blog-filters .topics-dropdown .dropdown.open .dropdown-content, .lifeloop-resources .content-listing .blog-filters .types-dropdown .dropdown.open .dropdown-content{
  padding-top: 14px;
}
.lifeloop-resources-wrapper .ungated-resource-container{
   padding-top: 300px;
   padding-bottom: 100px;
}

.hs-editor-wrapper #hs_cos_wrapper_post_body{
  margin-top: 1000px;
}










* {
  --base: #00617D;
  --primary: #4F6475;
  --secondary: #F3F5F5;
  --danger: #FF0000;
  --dark: #9CAAB0;
  --white: #ffffff;

	--h1_color: #00617d;
	--h2_color: #00617d;
	--h3_color: #00617d;
	--h4_color: #00617d;
	--h5_color: #00617d;
	--h6_color: #00617D;
	
	--base-50: #87e8ff;
	--base-100: #78d9f5;
	--base-200: #5abbd7;
	--base-300: #3c9db9;
	--base-400: #1e7f9b;
	--base-500: #00617D;
	--base-600: #00435f;
	--base-700: #002541;
	--base-800: #000723;
	--base-900: #000005;
	
	--primary-50: #d6ebfc;
	--primary-100: #c7dced;
	--primary-200: #a9becf;
	--primary-300: #8ba0b1;
	--primary-400: #6d8293;
	--primary-500: #4F6475;
	--primary-600: #314657;
	--primary-700: #132839;
	--primary-800: #000a1b;
	--primary-900: #000000;
	
	--white-50: #ffffff;
	--white-100: #ffffff;
	--white-200: #ffffff;
	--white-300: #ffffff;
	--white-400: #ffffff;
	--white-500: #ffffff;
	--white-600: #ffffff;
	--white-700: #ffffff;
	--white-800: #ffffff;
	--white-900: #ffffff;
}