@font-face {
  font-family: avenirblack;
  font-style: normal;
  font-weight: 900;
  src: url(//144355266.fs1.hubspotusercontent-eu1.net/hubfs/144355266/raw_assets/public/web-banning-hs/fonts/avenir_black-webfont.woff2) format("woff2"),url//144355266.fs1.hubspotusercontent-eu1.net/hubfs/144355266/raw_assets/public/web-banning-hs/fonts/avenir_black-webfont.woff) format("woff")
}

@font-face {
  font-family: avenirbook;
  font-style: normal;
  font-weight: 375;
  src: url(//144355266.fs1.hubspotusercontent-eu1.net/hubfs/144355266/raw_assets/public/web-banning-hs/fonts/avenir_book-webfont.woff2) format("woff2"),url//144355266.fs1.hubspotusercontent-eu1.net/hubfs/144355266/raw_assets/public/web-banning-hs/fonts/avenir_book-webfont.woff) format("woff")
}

@font-face {
  font-family: avenirheavy;
  font-style: normal;
  font-weight: 800;
  src: url(//144355266.fs1.hubspotusercontent-eu1.net/hubfs/144355266/raw_assets/public/web-banning-hs/fonts/avenir_heavy-webfont.woff2) format("woff2"),url//144355266.fs1.hubspotusercontent-eu1.net/hubfs/144355266/raw_assets/public/web-banning-hs/fonts/avenir_heavy-webfont.woff) format("woff")
}

@font-face {
  font-family: avenirlight;
  font-style: normal;
  font-weight: 300;
  src: url(//144355266.fs1.hubspotusercontent-eu1.net/hubfs/144355266/raw_assets/public/web-banning-hs/fonts/avenir_light-webfont.woff2) format("woff2"),url//144355266.fs1.hubspotusercontent-eu1.net/hubfs/144355266/raw_assets/public/web-banning-hs/fonts/avenir_light-webfont.woff) format("woff")
}

@font-face {
  font-family: avenir_regularregular;
  font-style: normal;
  font-weight: 400;
  src: url(//144355266.fs1.hubspotusercontent-eu1.net/hubfs/144355266/raw_assets/public/web-banning-hs/fonts/avenir_regular-webfont.woff2) format("woff2"),url//144355266.fs1.hubspotusercontent-eu1.net/hubfs/144355266/raw_assets/public/web-banning-hs/fonts/avenir_regular-webfont.woff) format("woff")
}
/* ===========================================
                   Drag and drop layout
   =========================================== */





/* CSS variables */

:root {
  --column-gap: 16px;
  --column-width-multiplier: 8.333;
}

 .hs-embed-wrapper {
   max-width: 80% !important;
   min-width: auto !important;
 }

/* Mobile layout */
.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: var(--column-gap);
}


.row-fluid .span1,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */
@media (min-width: 768px) {
  
  .row-fluid .span1 {
    width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span2 {
    width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span3 {
    width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span4 {
    width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span5 {
    width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span6 {
    width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span7 {
    width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span8 {
    width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span9 {
    width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span10 {
    width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span11 {
    width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
  }
  
}

/* Sections layout */
.content-wrapper {
  max-width: 1250px;
  margin: 0 auto;
}

.dnd-section > .row-fluid {
  
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

.dnd-section .dnd-column.span12{
   width: 100%;
}

.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}

.dnd-section .hs-px-unset {
  margin-inline: calc(-1 * var(--container-spacing, 24px));
}

.dnd-section .dnd-column .dnd-column .hs-px-unset {
  margin-inline: 0;
}


.dnd-section,
.content-wrapper {
  padding-inline: var(--container-spacing, 24px);
  
}

@media (min-width: 768px) {
  .dnd-section,
  .content-wrapper {
    padding-inline: 64px;
  }
  
  .dnd-section .hs-px-unset {
    margin-inline: calc(-1 * 64px);
  }
}

/* Two column Checkbox  */ 

.hs-fieldtype-checkbox .input .inputs-list.multi-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* ===========================================
                   Default modules
   =========================================== */
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    line-height: 36px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px;
    display: none;
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .nice-select-dropdown {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .nice-select-dropdown {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .nice-select-dropdown {
    margin-top: 4px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(19px);
/*    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;*/
    z-index: 9;
    opacity: 0;
    display: none;
    animation: selectClose .15s ease-in-out backwards;
}

.nice-select.open .nice-select-dropdown {
    display: block;
    animation: selectOpen .15s ease-in-out both;
}

@keyframes selectOpen {
    0% {
        display: block;
        opacity: 0;
        pointer-events: none;
        transform: scale(0.75) translateY(19px);
    }

    100% {
        display: block;
        opacity: 1;
        pointer-events: auto;
        transform: scale(1) translateY(0);
    }
}

@keyframes selectClose {
    0% {
        display: block;
        opacity: 1;
        pointer-events: auto;
        transform: scale(1) translateY(0);
    }
    100% {
        display: block;
        opacity: 0;
        pointer-events: none;
        transform: scale(0.75) translateY(19px);
    }
}

.nice-select .list {
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    max-height: 210px;
    overflow-y: auto
}

.nice-select .list:hover .option:not(:hover) {
    background-color: rgba(0, 0, 0, 0) !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: bold
}

.nice-select .option.disabled {
    background-color: rgba(0, 0, 0, 0);
    color: #999;
    cursor: default
}

.nice-select .extra {
    float: right
}

.nice-select .optgroup {
    font-weight: bold
}

.no-csspointerevents .nice-select .nice-select-dropdown {
    display: none
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
    display: block
}

.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 36px;
    line-height: 22px
}

.nice-select .has-multiple span.current {
    border: 1px solid #ccc;
    background: #eee;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.nice-select .has-multiple .multiple-options {
    display: block;
    line-height: 24px;
    padding: 0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    pointer-events: none;
    border-radius: 5px 5px 0 0
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0 !important;
    font-size: 14px
}
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    touch-action: pan-y
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.flickity-rtl .flickity-slider {
    left: unset;
    right: 0
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-cell {
    position: absolute;
    left: 0
}

.flickity-rtl .flickity-cell {
    left: unset;
    right: 0
}

.flickity-button {
    position: absolute;
    background: hsl(0 0% 100% / 75%);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dot {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 8px;
    background: hsl(0 0% 20% / 25%);
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
    border: none;
    text-indent: -9999px;
    overflow: hidden
}

.flickity-rtl .flickity-page-dot {
    text-indent: 9999px
}

.flickity-page-dot:focus {
    outline: 0;
/*    box-shadow: 0 0 0 5px #19f*/
}

.flickity-page-dot.is-selected {
    background: hsl(0 0% 20% / 100%)
}

/*! custom*/
.flickity-page-dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  border: 1px solid var(--neutral-100);
}
.flickity-page-dot:after {
  transition: all, 0.3s;
  position: absolute;
  content: '';
  inset: -1px;
  border-radius: inherit;
  background: var(--neutral-100);
  opacity: 0.75;
}
.flickity-page-dot:hover {
  border-color: var(--brand-alpha-200);
}
.flickity-page-dot:hover:after {
  background: var(--brand-alpha-200);
  opacity: 1;
}
.flickity-page-dot.is-selected {
  border-color: var(--brand-alpha-200);
}
.flickity-page-dot.is-selected:after {
  background: var(--brand-alpha-200);
  opacity: 1;
}
:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75
}

.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height)
}

.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none
}

.f-spinner svg *:first-child {
    stroke: var(--f-spinner-color-1)
}

.f-spinner svg *:last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite
}

@keyframes f-spinner-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.f-throwOutUp {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp
}

.f-throwOutDown {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        opacity: 0
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        opacity: 0
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown
}

@keyframes f-zoomInUp {
    from {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0
    }
}

.f-fadeIn {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2
}

.f-fadeOut {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1
}

@keyframes f-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeOut {
    100% {
        opacity: 0
    }
}

.f-fadeFastIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2
}

.f-fadeFastOut {
    animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
    z-index: 2
}

@keyframes f-fadeFastIn {
    0% {
        opacity: .75
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeFastOut {
    100% {
        opacity: 0
    }
}

.f-fadeSlowIn {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2
}

.f-fadeSlowOut {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeSlowOut {
    100% {
        opacity: 0
    }
}

.f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;
    z-index: 1
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-crossfadeOut {
    100% {
        opacity: 0
    }
}

.f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext
}

.f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev
}

.f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev
}

@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%)
    }
}

@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%)
    }
}

.f-classicIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2
}

.f-classicIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2
}

.f-classicOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1
}

.f-classicOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    z-index: 1
}

@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0
    }
}

@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0
    }
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition)
}

@media(hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg)
    }
}

.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible) {
    outline: none
}

.f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none
}

.f-button[disabled] {
    cursor: default
}

.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity)
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    transform: translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
    transform: rotate(90deg)
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
    pointer-events: none
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto
}

html.with-fancybox body {
    touch-action: none
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none
}

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: none;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container::backdrop {
    background-color: rgba(0, 0, 0, 0)
}

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity
}

.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip
}

.fancybox__viewport {
    width: 100%;
    height: 100%
}

.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab
}

.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing
}

.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
    overflow: hidden
}

.fancybox__slide.has-image {
    overflow: hidden
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
    overflow: visible
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
    display: block
}

.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20
}

.is-loading .fancybox__content {
    opacity: 0
}

.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
    cursor: auto
}

.fancybox__slide.has-image>.fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
    width: 100%;
    height: auto;
    max-height: 100%
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
    will-change: transform, width, height
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    user-select: none;
    filter: blur(0px)
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px 0;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
    opacity: 0;
    visibility: hidden
}

.is-compact .fancybox__caption {
    padding-bottom: 0
}

.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40
}

.fancybox__content>.f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: .75
}

.is-loading .fancybox__content>.f-button.is-close-btn {
    visibility: hidden
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
    visibility: hidden
}

.fancybox__content>.f-button.is-close-btn:hover {
    opacity: 1
}

.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative
}

.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all .25s ease
}

.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, .5)
}

.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px
}

.is-compact .fancybox__content>.f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px
}

.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1
}

.is-idle .fancybox__nav {
    animation: .15s ease-out both f-fadeOut
}

.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__slide>.f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
    z-index: 30;
    cursor: pointer
}

.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    user-select: none
}

.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    user-select: none;
    pointer-events: none
}

.fancybox-focus-guard {
    outline: none;
    opacity: 0;
    position: fixed;
    pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
    opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {
    animation: var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
    animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {
    animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
    animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
    width: 100%;
    height: 100%
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0)
}

.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0
}

.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1
}

.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px
}

.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0)
}

.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1
}

.f-thumbs .f-spinner svg {
    display: none
}

.f-thumbs.is-vertical {
    height: 100%
}

.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.f-thumbs__track {
    display: flex
}

.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer
}

.f-thumbs__slide.is-loading img {
    opacity: 0
}

.is-classic .f-thumbs__viewport {
    height: 100%
}

.is-modern .f-thumbs__track {
    width: max-content
}

.is-modern .f-thumbs__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((var(--f-thumb-clip-width, 0))*-0.5);
    width: calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));
    cursor: pointer
}

.is-modern .f-thumbs__slide {
    width: var(--f-thumb-clip-width);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none
}

.is-modern.is-resting .f-thumbs__slide {
    transition: transform .33s ease
}

.is-modern.is-resting .f-thumbs__slide__button {
    transition: clip-path .33s ease
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
    filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))
}

.f-thumbs__slide__button {
    appearance: none;
    width: var(--f-thumb-width);
    height: 100%;
    margin: 0 -100% 0 -100%;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity .2s ease
}

.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity)
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: none
}

.f-thumbs__slide__button:focus-visible {
    outline: none;
    opacity: var(--f-thumb-selected-opacity)
}

.is-modern .f-thumbs__slide__button {
    --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
    clip-path: var(--clip-path)
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity)
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    animation: f-fadeIn .2s ease-out;
    z-index: 10
}

.f-thumbs__slide__img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
    border-radius: var(--f-thumb-border-radius)
}

.f-thumbs.is-horizontal .f-thumbs__track {
    padding: 8px 0 12px 0
}

.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0
}

.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    padding: 0 8px
}

.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0
}

.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height .35s cubic-bezier(0.23, 1, 0.32, 1)
}

.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
}

.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
}

.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap)
}

.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0
}

.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px
}

.fancybox__thumbs.is-masked {
    max-height: 0px !important
}

.is-closing .fancybox__thumbs {
    transition: none !important
}

.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
    pointer-events: none;
    z-index: 20
}

.fancybox__toolbar :focus-visible {
    z-index: 1
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.is-idle .fancybox__toolbar {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0
}

.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap
}

.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    user-select: none
}

.fancybox__infobar span {
    padding: 0 5px
}

.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg)
}

[data-fancybox-toggle-slideshow] {
    position: relative
}

[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: .3
}

[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex
}

[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex
}

.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    user-select: none;
    pointer-events: none
}
.js-inline-datepicker {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month)
}

.air-datepicker-cell.-year-.-other-decade-:hover,
.air-datepicker-cell.-day-.-other-month-:hover {
    color: var(--adp-color-other-month-hover)
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month)
}

.-selected-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.air-datepicker-cell.-day-.-other-month- {
/*     color: #fff;
    background: var(--adp-background-color-selected-other-month) */
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
/*     background: var(--adp-background-color-selected-other-month-focused) */
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.air-datepicker-cell.-day-.-other-month- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
    background-color: var(--adp-background-color-in-range-focused)
}

.air-datepicker-cell.-year-.-other-decade-:empty,
.air-datepicker-cell.-day-.-other-month-:empty {
    background: none;
    border: none
}

.air-datepicker-cell {
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.air-datepicker-cell.-focus- {
    background: var(--adp-cell-background-color-hover)
}

.air-datepicker-cell.-current- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-current-.-focus- {
    color: var(--adp-color)
}

.air-datepicker-cell.-current-.-in-range- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-disabled- {
    cursor: default;
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-in-range- {
    color: var(--adp-color-disabled-in-range)
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-in-range- {
    background: var(--adp-cell-background-color-in-range);
    border-radius: 0
}

.air-datepicker-cell.-in-range-:hover,
.air-datepicker-cell.-in-range-.-focus- {
    background: var(--adp-cell-background-color-in-range-hover)
}

.air-datepicker-cell.-range-from- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)
}

.air-datepicker-cell.-range-to- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: var(--adp-cell-border-radius)
}

.air-datepicker-cell.-selected- {
    color: #6BC0B7;
    border: none;
    background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-current- {
    color: #6BC0B7;
    background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-focus- {
    background: var(--adp-cell-background-color-selected-hover);
    color: #0D111A;
}

.air-datepicker-cell.-selected-.-focus- a {
    color: inherit;
}

.-selected-.air-datepicker-cell.-day-.-has-event- a {
    transition: none;
    text-decoration: none;
}

.air-datepicker-body {
    transition: all var(--adp-transition-duration) var(--adp-transition-ease)
}

.air-datepicker-body.-hidden- {
    display: none
}

.air-datepicker-body--day-names {
    display: grid;
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px
}

.air-datepicker-body--day-name {
    color: var(--adp-day-name-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.air-datepicker-body--day-name.-clickable- {
    cursor: pointer
}

.air-datepicker-body--day-name.-clickable-:hover {
    color: var(--adp-day-name-color-hover)
}

.air-datepicker-body--cells {
    display: grid
}

.air-datepicker-body--cells.-days- {
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    grid-auto-rows: var(--adp-day-cell-height)
}

.air-datepicker-body--cells.-months- {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: var(--adp-month-cell-height)
}

.air-datepicker-body--cells.-years- {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: var(--adp-year-cell-height)
}

.air-datepicker-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--adp-border-color-inner);
    min-height: auto;
    padding: 0;
    box-sizing: content-box
}

.-only-timepicker- .air-datepicker-nav {
    display: none
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.air-datepicker-nav--action {
    width: var(--adp-nav-action-size);
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.air-datepicker-nav--action:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--action:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--action.-disabled- {
    visibility: hidden
}

.air-datepicker-nav--action svg {
    width: 16px;
    height: 16px
}

.air-datepicker-nav--action path {
    fill: none;
    stroke: #0D111A;
    stroke-width: 2px
}

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #0D111A;
}

.air-datepicker-nav--title i {
    font-style: normal;
    color: var(--adp-nav-color-secondary);
    margin-left: .3em
}

.air-datepicker-nav--title:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--title:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--title.-disabled- {
    cursor: default;
    background: none
}

.air-datepicker-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.air-datepicker-button {
    display: inline-flex;
    color: var(--adp-btn-color);
    border-radius: var(--adp-btn-border-radius);
    cursor: pointer;
    height: var(--adp-btn-height);
    border: none;
    background: rgba(255, 255, 255, 0)
}

.air-datepicker-button:hover {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover)
}

.air-datepicker-button:focus {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover);
    outline: none
}

.air-datepicker-button:active {
    background: var(--adp-btn-background-color-active)
}

.air-datepicker-button span {
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.air-datepicker-time {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 12px;
    align-items: center;
    position: relative;
    padding: 0 var(--adp-time-padding-inner)
}

.-only-timepicker- .air-datepicker-time {
    border-top: none
}

.air-datepicker-time--current {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    text-align: center
}

.air-datepicker-time--current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
    content: "";
    background: var(--adp-background-color-hover);
    border-radius: var(--adp-border-radius);
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
    opacity: 1
}

.air-datepicker-time--current-ampm {
    text-transform: uppercase;
    align-self: flex-end;
    color: var(--adp-time-day-period-color);
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.air-datepicker-time--row {
    display: flex;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat
}

.air-datepicker-time--row:first-child {
    margin-bottom: 4px
}

.air-datepicker-time--row input[type=range] {
    background: none;
    cursor: pointer;
    flex: 1;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
    display: none
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:focus {
    outline: none
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -moz-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -ms-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    margin-top: calc(var(--adp-time-thumb-size)/2*-1)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0)
}

.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 246px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav" "body" "timepicker" "buttons";
    --adp-transition-duration: .3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: transparent;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
    --adp-background-color-selected-other-month-focused: #8ad5f4;
    --adp-background-color-selected-other-month: #a2ddf6;
    --adp-color: #4a4a4a;
    --adp-color-secondary: #9c9c9c;
    --adp-accent-color: #4eb5e6;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #0D111A;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: transparent;
    --adp-border-radius: 4px;
    --adp-border-color-inline: transparent;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: #0D111A;
    --adp-day-name-color: #0D111A;
    --adp-day-name-color-hover: #8ad5f4;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: transparent;
    --adp-cell-background-color-selected-hover: #6BC0B7;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, .3);
    --adp-overlay-transition-duration: .3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99
}

.air-datepicker {
    background: var(--adp-background-color);
    border: 1px solid var(--adp-border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: var(--adp-border-radius);
    box-sizing: content-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, max-content);
    grid-template-areas: var(--adp-grid-areas);
    font-family: var(--adp-font-family), sans-serif;
    font-size: var(--adp-font-size);
    color: var(--adp-color);
    width: var(--adp-width);
    position: absolute;
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    z-index: var(--adp-z-index)
}

.air-datepicker:not(.-custom-position-) {
    opacity: 0
}

.air-datepicker.-from-top- {
    transform: translateY(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-from-right- {
    transform: translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom- {
    transform: translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left- {
    transform: translateX(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-active-:not(.-custom-position-) {
    transform: translate(0, 0);
    opacity: 1
}

.air-datepicker.-active-.-custom-position- {
    transition: none
}

.air-datepicker.-inline- {
    border-color: var(--adp-border-color-inline);
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none;
    width: 100%;
    max-width: 250px;
}

.air-datepicker.-inline- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile- {
    --adp-font-size: var(--adp-mobile-font-size);
    --adp-day-cell-height: var(--adp-mobile-day-cell-height);
    --adp-month-cell-height: var(--adp-mobile-month-cell-height);
    --adp-year-cell-height: var(--adp-mobile-year-cell-height);
    --adp-nav-height: var(--adp-mobile-nav-height);
    --adp-nav-action-size: var(--adp-mobile-nav-height);
    position: fixed;
    width: var(--adp-mobile-width);
    border: none
}

.air-datepicker.-is-mobile- * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    transform: translate(-50%, -50%)
}

.air-datepicker.-custom-position- {
    transition: none
}

.air-datepicker-global-container {
    position: absolute;
    left: 0;
    top: 0
}

.air-datepicker--pointer {
    --pointer-half-size: calc(var(--adp-pointer-size) / 2);
    position: absolute;
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    z-index: -1
}

.air-datepicker--pointer:after {
    content: "";
    position: absolute;
    background: #fff;
    border-top: 1px solid var(--adp-border-color-inline);
    border-right: 1px solid var(--adp-border-color-inline);
    border-top-right-radius: var(--adp-poiner-border-radius);
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    box-sizing: border-box
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
    top: calc(100% - var(--pointer-half-size) + 1px)
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
    transform: rotate(135deg)
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
    right: calc(100% - var(--pointer-half-size) + 1px)
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
    transform: rotate(225deg)
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
    bottom: calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
    transform: rotate(315deg)
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
    left: calc(100% - var(--pointer-half-size) + 1px)
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
    transform: rotate(45deg)
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset)
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset)
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
    left: calc(50% - var(--adp-pointer-size)/2)
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
    top: calc(50% - var(--adp-pointer-size)/2)
}

.air-datepicker--navigation {
    grid-area: nav;
    margin: 0 -8px;
}

.air-datepicker--content {
    width: 100%;
    box-sizing: content-box;
    padding: var(--adp-padding);
    grid-area: body;
    padding: 19px 6px 0;
}

.-only-timepicker- .air-datepicker--content {
    display: none
}

.air-datepicker--time {
    grid-area: timepicker
}

.air-datepicker--buttons {
    grid-area: buttons
}

.air-datepicker--buttons,
.air-datepicker--time {
    padding: var(--adp-padding);
    border-top: 1px solid var(--adp-border-color-inner)
}

.air-datepicker-overlay {
    position: fixed;
    background: var(--adp-overlay-background-color);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    z-index: var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active- {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s
}

.air-datepicker-cell.-current-.-disabled- {
    opacity: .7;
}

.air-datepicker-cell {
    position: relative;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.air-datepicker-cell[data-title]:hover:after {
    opacity: 1;
    visibility: visible;
}

.air-datepicker-cell[data-title]:after {
    content: attr(data-title)'';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 150px;
    background: #0D111A;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.2;
    padding: 3px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.air-datepicker-body--day-name {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: lowercase;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #ffffff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #ffffff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.container {
  width: 100%;
  padding-right: 24px;
  padding-right: var(--container-spacing);
  padding-left: 24px;
  padding-left: var(--container-spacing);
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 665px) {
  .container {
    max-width: 665px;
  }
}

@media (min-width: 795px) {
  .container {
    max-width: 795px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1250px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

/* General styles for menu items */
.hs-menu-item.hs-menu-depth-1 {
  position: relative !important;
  /* Ensure each parent item is positioned relative */
}


/* Style for child items */
.hs-menu-children-wrapper {
  display: none !important;
  position: absolute !important;
  background-color: #fff !important;
  list-style: none !important;
  padding: 15px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  /* Remove border */
  top: 100% !important;
  /* Position the dropdown below the parent */
  left: 0 !important;
  /* Align the dropdown with the left edge of the parent */
  z-index: 1000 !important;
  /* Ensure it appears above other elements */
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1) !important;
  /* Optional: Add shadow for better visibility */
  border-radius: 8px !important;

}

/* Hover effect for desktop */
@media (min-width: 769px) {
  .hs-menu-item.hs-item-has-children:hover .hs-menu-children-wrapper {
    display: block !important;
  }
}

/* For mobile: Show child items when parent is clicked */
.hs-menu-item.open .hs-menu-children-wrapper {
  display: block !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  box-shadow: none !important;
  margin-top: 10px !important;
}

.title-styling {
  word-break: auto-phrase;
}

.title-width {
  width: 70%;
}

/* Style for child item links */
.hs-menu-item.hs-menu-depth-2>a {
  padding: 3px 15px !important;
  display: block !important;
  color: #333 !important;
  text-decoration: none !important;
  font-weight: 400;
  white-space: nowrap !important;
  font-size: 12px;
}

/* Hover effect for child item links */
.hs-menu-item.hs-menu-depth-2>a:hover {
  text-decoration: underline !important;
  text-decoration-color: #333 !important;
  color: #000 !important;
}

/* Specific style for "Overige dienstverlening" */
.hs-menu-item.hs-menu-depth-2.overige-dienstverlening > a {
  font-weight: bold !important;
  color: inherit !important;
}

/* Ensure full width for mobile menu items */
@media (max-width: 768px) {
  .hs-menu-item.hs-menu-depth-1>a {
    width: 100% !important;
  }
}


.main-btn-filter.active {
  background-color: transparent;
  border-color: #6bc0b7;
  border-color: var(--brand-alpha-200);
  color: #0d111a;
  color: var(--neutral-1000);
}

.body {
  font-size: 20px;
  font-size: var(--font-size-base);
  line-height: calc(32 / 20);
  line-height: var(--line-height-base);
}

.h1 {
  font-size: 40px;
  font-size: var(--heading-1-size);
  line-height: calc(44 / 40);
  line-height: var(--heading-1-line-height);
}

.h2 {
  font-size: 32px;
  font-size: var(--heading-2-size);
  line-height: calc(36 / 32);
  line-height: var(--heading-2-line-height);
}

.h3 {
  font-size: 24px;
  font-size: var(--heading-3-size);
  line-height: calc(28 / 24);
  line-height: var(--heading-3-line-height);
}

.h4 {
  font-size: 24px;
  font-size: var(--heading-4-size);
  line-height: calc(28 / 24);
  line-height: var(--heading-4-line-height);
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.-right-\[19px\] {
  right: -19px;
}

.-top-\[11px\] {
  top: -11px;
}

.bottom-0 {
  bottom: 0;
}

.bottom-\[32px\] {
  bottom: 32px;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.left-2\/4 {
  left: 50%;
}

.right-0 {
  right: 0;
}

.right-\[16px\] {
  right: 16px;
}

.right-\[17px\] {
  right: 17px;
}

.right-\[20px\] {
  right: 20px;
}

.top-0 {
  top: 0;
}

.top-1\/2 {
  top: 50%;
}

.top-2\/4 {
  top: 50%;
}

.top-\[20px\] {
  top: 20px;
}

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

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

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

.z-\[1\] {
  z-index: 1;
}

.m-0 {
  margin: 0;
}

.-mx-\[12px\] {
  margin-left: -12px;
  margin-right: -12px;
}

.-mx-\[15px\] {
  margin-left: -15px;
  margin-right: -15px;
}

.-mx-\[16px\] {
  margin-left: -16px;
  margin-right: -16px;
}

.-mx-\[21px\] {
  margin-left: -21px;
  margin-right: -21px;
}

.-mx-\[24px\] {
  margin-left: -24px;
  margin-right: -24px;
}

.-mx-\[25px\] {
  margin-left: -25px;
  margin-right: -25px;
}

.-mx-\[6px\] {
  margin-left: -6px;
  margin-right: -6px;
}

.-mx-\[8px\] {
  margin-left: -8px;
  margin-right: -8px;
}

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

.mx-\[-4px\] {
  margin-left: -4px;
  margin-right: -4px;
}

.mx-\[4px\] {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}

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

.my-\[128px\] {
  margin-top: 128px;
  margin-bottom: 128px;
}

.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-\[64px\] {
  margin-top: 64px;
  margin-bottom: 64px;
}

.-me-\[12px\] {
  margin-right: -12px;
}

.-ml-\[12px\] {
  margin-left: -12px;
}

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

.mb-\[0px\] {
  margin-bottom: 0;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[28px\] {
  margin-bottom: 28px;
}

.mb-\[31px\] {
  margin-bottom: 31px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[35px\] {
  margin-bottom: 35px;
}

.mb-\[39px\] {
  margin-bottom: 39px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[45px\] {
  margin-bottom: 45px;
}

.mb-\[47px\] {
  margin-bottom: 47px;
}

.mb-\[48px\] {
  margin-bottom: 48px;
}

.mb-\[4px\] {
  margin-bottom: 4px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[64px\] {
  margin-bottom: 64px;
}

.mb-\[80px\] {
  margin-bottom: 80px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

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

.mr-\[32px\] {
  margin-right: 32px;
}

.mr-\[8px\] {
  margin-right: 8px;
}

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

.mt-\[24px\] {
  margin-top: 24px;
}

.mt-\[28px\] {
  margin-top: 28px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[32px\] {
  margin-top: 32px;
}

.mt-\[48px\] {
  margin-top: 48px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[64px\] {
  margin-top: 64px;
}

.mt-\[72px\] {
  margin-top: 72px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-fit {
  height: fit-content;
}

.h-10 {
  height: 2.5rem;
}

.max-h-\[750px\] {
  max-height: 750px;
}

.h-3 {
  height: 0.75rem;
}

.h-\[156px\] {
  height: 156px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[182px\] {
  height: 182px;
}

.h-\[226px\] {
  height: 226px;
}

.h-\[230px\] {
  height: 230px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[285px\] {
  height: 285px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[40vh\] {
  height: 40vh;
}

.h-\[60vh\] {
  height: 60vh;
}

.h-\[80vh\] {
  height: 80vh;
}

.h-\[calc\(100\%-1rem\)\] {
  height: calc(100% - 1rem);
}

.h-full {
  height: 100%;
}

.h-fit {
  height: fit-content;
}

.max-h-full {
  max-height: 100%;
}

.min-h-\[312px\] {
  min-height: 312px;
}

.min-h-\[44px\] {
  min-height: 44px;
}

.min-h-\[450px\] {
  min-height: 450px;
}

.min-h-\[530px\] {
  min-height: 530px;
}

.min-h-\[65px\] {
  min-height: 65px;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-\[117px\] {
  width: 117px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[204px\] {
  width: 204px;
}

.w-\[226px\] {
  width: 226px;
}

.w-\[245px\] {
  width: 245px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[272px\] {
  width: 272px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[48px\] {
  width: 48px;
}

.w-\[56px\] {
  width: 56px;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[80px\] {
  width: 80px;
}

.w-full {
  width: 100%;
}

.min-w-\[240px\] {
  min-width: 240px;
}

.min-w-\[48px\] {
  min-width: 48px;
}

.min-w-\[56px\] {
  min-width: 56px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-\[347px\] {
  max-width: 347px;
}

.max-w-\[472px\] {
  max-width: 472px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-screen-2xl {
  max-width: 1440px;
}

.max-w-screen-md {
  max-width: 795px;
}

.max-w-screen-sm {
  max-width: 665px;
}

.max-w-screen-xl {
  max-width: 1250px;
}

.max-w-xs {
  max-width: 565px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-1\.0 {
  flex: 1 0 0%;
}

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

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
  transform: translate(-50%, 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: translate(var(--tw-translate-x), 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));
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: translate(var(--tw-translate-x), 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));
}

.scale-80 {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(0.8) scaleY(0.8);
  transform: translate(var(--tw-translate-x), 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 {
  transform: translate(var(--tw-translate-x), 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));
}

@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-bounce {
  animation: bounce 1s infinite;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.list-default ul {
  padding-left: 20px !important;
  list-style-type: disc;
}

.list-default ul ul {
  list-style-type: circle !important;
}

.list-default ol {
  padding-left: 20px !important;
  list-style: outside !important;
}

.list-default ol,
.list-default ol ol {
  list-style-type: decimal !important;
}

.list-default ul ul,
.list-default ol ol {
  padding-left: 20px !important;
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

.gap-\[8px\] {
  gap: 8px;
}

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.gap-x-\[14px\] {
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.gap-x-\[16px\] {
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.gap-x-\[1px\] {
  -moz-column-gap: 1px;
  column-gap: 1px;
}

.gap-x-\[8px\] {
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.gap-y-\[10px\] {
  row-gap: 10px;
}

.gap-y-\[16px\] {
  row-gap: 16px;
}

.gap-y-\[22px\] {
  row-gap: 22px;
}

.gap-y-\[24px\] {
  row-gap: 24px;
}

.gap-y-\[32px\] {
  row-gap: 32px;
}

.gap-y-\[3px\] {
  row-gap: 3px;
}

.gap-y-\[40px\] {
  row-gap: 40px;
}

.gap-y-\[44px\] {
  row-gap: 44px;
}

.gap-y-\[45px\] {
  row-gap: 45px;
}

.gap-y-\[55px\] {
  row-gap: 55px;
}

.gap-y-\[8px\] {
  row-gap: 8px;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.rounded-3xl {
  border-radius: 32px;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 16px;
}

.rounded-md {
  border-radius: 8px;
}

.rounded-b-lg {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

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

.border-black\/\[\.02\] {
  border-color: rgba(0, 0, 0, 0.02);
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgba(231, 233, 236, 1);
  border-color: rgba(231, 233, 236, var(--tw-border-opacity));
}

.border-neutral-800\/10 {
  border-color: rgba(49, 55, 60, 0.1);
}

.border-neutral-800\/15 {
  border-color: rgba(49, 55, 60, 0.15);
}

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

.bg-brand-alpha-200 {
  background-color: #6bc0b7;
  background-color: var(--brand-alpha-200);
}

.bg-brand-alpha-350 {
  background-color: #3eb7b0;
  background-color: var(--brand-alpha-350);
}

.bg-brand-bravo-800 {
  background-color: #21110d;
  background-color: var(--brand-bravo-800);
}

.bg-neutral-100\/10 {
  background-color: rgba(231, 233, 236, 0.1);
}

.bg-neutral-1000 {
  background-color: #0d111a;
  background-color: var(--neutral-1000);
}

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

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

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

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

.p-0 {
  padding: 0;
}

.p-2 {
  padding: 0.5rem;
}

.p-\[12px\] {
  padding: 12px;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[24px\] {
  padding: 24px;
}

.p-\[32px\] {
  padding: 32px;
}

.p-\[5px\] {
  padding: 5px;
}

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

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[21px\] {
  padding-left: 21px;
  padding-right: 21px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}

.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}

.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

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

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

.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-\[128px\] {
  padding-top: 128px;
  padding-bottom: 128px;
}

.py-\[130px\] {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-\[72px\] {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-\[130px\] {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pb-\[12px\] {
  padding-bottom: 12px;
}

.pb-\[136px\] {
  padding-bottom: 136px;
}

.pb-\[16px\] {
  padding-bottom: 16px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[25px\] {
  padding-bottom: 25px;
}

.pb-\[26px\] {
  padding-bottom: 26px;
}

.pb-\[32px\] {
  padding-bottom: 32px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pe-\[28px\] {
  padding-right: 28px;
}

.pe-\[30px\] {
  padding-right: 30px;
}

.pe-\[40px\] {
  padding-right: 40px;
}

.pe-\[48px\] {
  padding-right: 48px;
}

.ps-\[16px\] {
  padding-left: 16px;
}

.pt-\[14px\] {
  padding-top: 14px;
}

.pt-\[16px\] {
  padding-top: 16px;
}

.pt-\[193px\] {
  padding-top: 193px;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[25px\] {
  padding-top: 25px;
}

.pt-\[32px\] {
  padding-top: 32px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[48px\] {
  padding-top: 48px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

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

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

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

.font-font-secondary {
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-secondary);
}

.text-h1 {
  font-size: 40px;
  font-size: var(--heading-1-size);
}

.text-h2 {
  font-size: 32px;
  font-size: var(--heading-2-size);
}

.text-h2-lg {
  font-size: 40px;
  font-size: var(--heading-2-size-lg);
}

.text-h2-md {
  font-size: 40px;
  font-size: var(--heading-2-size-md);
}

.text-h2-sm {
  font-size: 40px;
  font-size: var(--heading-2-size-sm);
}

.text-h3 {
  font-size: 24px;
  font-size: var(--heading-3-size);
}

.text-h4 {
  font-size: 24px;
  font-size: var(--heading-4-size);
}

.text-h5 {
  font-size: 20px;
  font-size: var(--heading-5-size);
}

.text-sm {
  font-size: 16px;
  font-size: var(--font-size-sm);
}

.text-xs {
  font-size: 12px;
  font-size: var(--font-size-xs);
}

.font-extrabold {
  font-weight: 800;
}

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

.uppercase {
  text-transform: uppercase;
}

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

.leading-h1 {
  line-height: calc(44 / 40);
  line-height: var(--heading-1-line-height);
}

.leading-h2 {
  line-height: calc(36 / 32);
  line-height: var(--heading-2-line-height);
}

.leading-h2-lg {
  line-height: calc(64 / 56);
  line-height: var(--heading-2-line-height-lg);
}

.leading-h2-md {
  line-height: calc(52 / 48);
  line-height: var(--heading-2-line-height-md);
}

.leading-h2-sm {
  line-height: calc(44 / 40);
  line-height: var(--heading-2-line-height-sm);
}

.leading-h3 {
  line-height: calc(28 / 24);
  line-height: var(--heading-3-line-height);
}

.leading-h4 {
  line-height: calc(28 / 24);
  line-height: var(--heading-4-line-height);
}

.leading-h5 {
  line-height: calc(24 / 20);
  line-height: var(--heading-5-line-height);
}

.leading-loose {
  line-height: 2;
}

.leading-secondary {
  line-height: calc(24 / 20);
}

.leading-sm {
  line-height: calc(28 / 16);
  line-height: var(--line-height-sm);
}

.leading-xs {
  line-height: calc(20 / 12);
  line-height: var(--line-height-xs);
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-widest {
  letter-spacing: 0.12em;
}

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

.text-brand-alpha-200 {
  color: #6bc0b7;
  color: var(--brand-alpha-200);
}

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

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgba(231, 233, 236, 1);
  color: rgba(231, 233, 236, var(--tw-text-opacity));
}

.text-neutral-1000 {
  color: #0d111a;
  color: var(--neutral-1000);
}

.text-neutral-400 {
  color: #909298;
  color: var(--neutral-400);
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgba(74, 77, 84, 1);
  color: rgba(74, 77, 84, var(--tw-text-opacity));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgba(49, 55, 60, 1);
  color: rgba(49, 55, 60, var(--tw-text-opacity));
}

.text-neutral-800\/50 {
  color: rgba(49, 55, 60, 0.5);
}

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

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

.no-underline {
  text-decoration-line: none;
}

.decoration-transparent {
  text-decoration-color: transparent;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-\[\.3\] {
  opacity: 0.3;
}

.shadow-lg {
  --tw-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.15), 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 1px -1px 4px 0 var(--tw-shadow-color), 0 8px 8px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 1px -1px 4px 0 rgba(0, 0, 0, 0.15),
    0 8px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
    var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate)
    var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate)
    var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: blur(8px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
    var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
    var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: blur(8px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
    var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
    var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
    var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
    var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: blur(12px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
    var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
    var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: blur(12px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
    var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
    var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
    var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
    var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow,
    transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow,
    transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow,
    transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --white: #ffffff;
  --black: #ffffff;
  --neutral-50: #fafafb;
  --neutral-100: #e7e9ec;
  --neutral-200: #cfd0d3;
  --neutral-400: #909298;
  --neutral-500: #787a80;
  --neutral-600: #616369;
  --neutral-700: #4a4d54;
  --neutral-800: #31373c;
  --neutral-900: #1b232a;
  --neutral-1000: #0d111a;
  --brand-alpha-50: #d4f7f2;
  --brand-alpha-100: #b6eae4;
  --brand-alpha-200: #6bc0b7;
  --brand-alpha-300: #56b0a7;
  --brand-alpha-350: #3eb7b0;
  --brand-alpha-400: #29928a;
  --brand-alpha-500: #24716a;
  --brand-alpha-600: #1b524d;
  --brand-alpha-700: #0f3531;
  --brand-alpha-800: #091918;
  --brand-bravo-50: #f9ebe7;
  --brand-bravo-100: #f4d7cd;
  --brand-bravo-200: #e8ae9d;
  --brand-bravo-300: #d0907d;
  --brand-bravo-400: #a67162;
  --brand-bravo-500: #835649;
  --brand-bravo-600: #633c31;
  --brand-bravo-700: #3e2721;
  --brand-bravo-800: #21110d;
  --black: #000000;
  --color-error: #ff7d87;
  --text-error: #6e282e;
  --color-pink: #e7907d;
  --success: #a4cd80;
  --success-900: #325100;
  --font-size-xs: 12px;
  --font-size-sm: 16px;
  --font-size-base: 20px;
  --font-size-lg: 22px;
  --line-height-xs: calc(20 / 12);
  --line-height-sm: calc(28 / 16);
  --line-height-base: calc(32 / 20);
  --line-height-md: calc(24 / 20);
  --line-height-lg: calc(34 / 22);
  --font-base: "Avenir", "Helvetica", "Arial", sans-serif;
  --font-secondary: "Inter", "Helvetica", "Arial", sans-serif;
  --paragraph-margin-bottom: 20px;
  --paragraph-margin-bottom-xl: 30px;
  --container-spacing: 24px;
  --heading-1-size-lg: 80px;
  --heading-1-size-md: 56px;
  --heading-1-size: 40px;
  --heading-1-line-height-lg: calc(88 / 80);
  --heading-1-line-height-md: calc(64 / 56);
  --heading-1-line-height: calc(44 / 40);
  --heading-2-size-lg: 40px;
  --heading-2-size-md: 40px;
  --heading-2-size-sm: 40px;
  --heading-2-size: 24px;
  --heading-2-line-height-lg: calc(64 / 56);
  --heading-2-line-height-md: calc(52 / 48);
  --heading-2-line-height-sm: calc(44 / 40);
  --heading-2-line-height: calc(36 / 32);
  --heading-3-size: 24px;
  --heading-3-line-height: calc(28 / 24);
  --heading-4-size: 24px;
  --heading-4-line-height: calc(28 / 24);
  --heading-5-size: 20px;
  --heading-5-line-height: calc(24 / 20);
  --heading-6-size: 16px;
  --heading-6-line-height: calc(28 / 24);
  --heading-font-weight: 500;
  /** Button **/
  --btn-display: inline-flex;
  --btn-gap: 8px;
  --btn-border-radius: 35px;
  --btn-padding-x: 25px;
  --btn-padding-y: 15px;
  --btn-padding-y-sm: 11px;
  --btn-padding-x-sm: 10px;
  --btn-padding: var(--btn-padding-y) var(--btn-padding-x);
  --btn-padding-sm: var(--btn-padding-y-sm) var(--btn-padding-x-sm);
  --btn-font-size: 16px;
  --btn-line-height: 1.2;
  --btn-line-height-sm: 1.25;
  --btn-font-weight: 800;
  --btn-border: 1px solid transparent;
  --speed-animation: 0.3s;
}

/*
  Basic typography style for copy text
*/

body {
  font-size: 20px;
  font-size: var(--font-size-base);
  line-height: calc(32 / 20);
  line-height: var(--line-height-base);
  --tw-text-opacity: 1;
  color: rgba(74, 77, 84, 1);
  color: rgba(74, 77, 84, var(--tw-text-opacity));
  font-family: "Avenir", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-base);
}

h1 {
  font-size: 40px;
  font-size: var(--heading-1-size);
  line-height: calc(44 / 40);
  line-height: var(--heading-1-line-height);
  font-weight: 500;
  letter-spacing: -0.01em;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

h2 {
  font-size: 32px;
  font-size: var(--heading-2-size);
  line-height: calc(36 / 32);
  line-height: var(--heading-2-line-height);
  font-weight: 500;
  letter-spacing: -0.01em;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

h3,
.submitted-message.hs-main-font-element {
  font-size: 24px;
  font-size: var(--heading-3-size);
  line-height: calc(28 / 24);
  line-height: var(--heading-3-line-height);
  font-weight: 500;
  letter-spacing: -0.01em;
}

h4 {
  font-size: 24px;
  font-size: var(--heading-4-size);
  line-height: calc(28 / 24);
  line-height: var(--heading-4-line-height);
  font-weight: 500;
}

h5 {
  font-size: 20px;
  font-size: var(--heading-5-size);
  line-height: calc(24 / 20);
  line-height: var(--heading-5-line-height);
  font-weight: 500;
}

h6 {
  font-size: 16px;
  font-size: var(--heading-6-size);
  line-height: calc(28 / 24);
  line-height: var(--heading-6-line-height);
  font-weight: 500;
}

address {
  font-style: normal;
  margin-bottom: 32px;
}

/*
  Basic styles for links
*/

a {
  transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out,
    opacity 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out,
    text-decoration-color 0.3s ease-in-out;
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: currentColor;
}

a:hover,
a:focus {
  text-decoration-color: transparent;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

ul,
ol,
dl,
p {
  margin: 0 0 20px;
  margin: 0 0 var(--paragraph-margin-bottom);
}

.hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs,
.hs-form.hs-form .hs-form-field .inputs-list,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

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

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.nav-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



[id=top-bar] .top-menu ul {
  margin: 0 12px;
  display: flex;
}
[id=top-bar] .top-menu ul li {
 padding: 5px !important;
}


[id=top-bar] {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

[id=top-bar] .top-menu ul li.active a {
  text-decoration-color: currentColor;
}

[id=top-bar] .top-menu ul a {
  text-decoration-color: transparent;
}

[id=top-bar] .top-menu ul a:hover,
[id=top-bar] .top-menu ul a:focus {
  text-decoration-color: currentColor;
}

[id="top-bar"] .top-menu ul {
  margin: 0 12px;
  display: flex;
}

[id="top-bar"] {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}

[id="top-bar"] .top-menu ul li.active a {
  text-decoration-color: currentColor;
}

[id="top-bar"] .top-menu ul a {
  text-decoration-color: transparent;
}

[id="top-bar"] .top-menu ul a:hover,
[id="top-bar"] .top-menu ul a:focus {
  text-decoration-color: currentColor;
}

[id="header"] .header-menu {
  transition: transform, 0.3s;
}

[id="header"] .header-menu ul {
  margin: 0;
}

[id="header"] .header-menu ul li.active a {
  text-decoration-color: currentColor;
}

[id="header"] .header-menu ul a {
  text-decoration-color: transparent;
}

[id="header"] .header-menu ul a:hover,
[id="header"] .header-menu ul a:focus {
  text-decoration-color: currentColor;
}

.nav-active .nav-opener svg {
  display: block;
}

.nav-active .nav-opener svg[aria-hidden="true"] {
  display: none;
}

:root {
  scroll-behavior: smooth;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
}

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

.section-info {
  color: #0d111a;
  color: var(--neutral-1000);
}

.section-info p {
  margin-bottom: 30px;
  margin-bottom: var(--paragraph-margin-bottom-xl);
}

.loading:after {
  position: fixed;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  border: 8px solid #b6eae4;
  border: 8px solid var(--brand-alpha-100);
  border-top: 8px solid #1b524d;
  border-top: 8px solid var(--brand-alpha-600);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.content-text ul,
.content-text ol,
.content-text dl,
.content-text p {
  margin-bottom: 30px;
}

.content-text a:not([class]) {
  color: #6bc0b7;
  color: var(--brand-alpha-200);
}

.content-text ol:not([class]) {
  list-style: auto;
  padding-left: 25px;
}

.content-text p + h4 {
  margin-top: -10px;
}

.content-text h4,
.content-text h3,
.content-text .submitted-message.hs-main-font-element {
  color: #0d111a;
  color: var(--neutral-1000);
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 20px;
  font-size: var(--font-size-base);
  line-height: calc(32 / 20);
  line-height: var(--line-height-base);
}

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

.search-loading {
  position: relative;
  min-height: 100px;
}

.search-loading > div {
  opacity: 0.5;
}

.search-loading:after {
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 80px -40px;
  content: "";
  border: 10px solid #d4f7f2;
  border: 10px solid var(--brand-alpha-50);
  border-top: 10px solid #6bc0b7;
  border-top: 10px solid var(--brand-alpha-200);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1.75s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn:not(.btn-icon) svg {
  transition: color 0.3s;
  transition: color var(--speed-animation);
  max-height: 20px;
  flex-shrink: 0;
}

.btn:not(.btn-icon) svg path {
  fill: currentColor;
}

.btn {
  display: inline-flex;
  display: var(--btn-display);
  gap: 8px;
  gap: var(--btn-gap);
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  padding: var(--btn-padding);
  font-size: 16px;
  font-size: var(--btn-font-size);
  line-height: 1.2;
  line-height: var(--btn-line-height);
  border: 1px solid transparent;
  border: var(--btn-border);
  border-radius: 35px;
  border-radius: var(--btn-border-radius);
  transition: all ease-in-out 0.3s;
  transition: all ease-in-out var(--speed-animation);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

.btn:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.btn {
  font-weight: 800;
}

.btn.btn-y-sm {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-top: var(--btn-padding-y-sm);
  padding-bottom: var(--btn-padding-y-sm);
}

.btn.btn-x-sm {
  padding-left: 10px;
  padding-right: 10px;
  padding-left: var(--btn-padding-x-sm);
  padding-right: var(--btn-padding-x-sm);
}

.btn.btn-sm {
  padding: 11px 10px;
  padding: var(--btn-padding-sm);
  line-height: 1.25;
  line-height: var(--btn-line-height-sm);
}

.btn.btn-default {
  background-color: #6bc0b7;
  background-color: var(--brand-alpha-200);
  color: #fff;
  color: var(--white);
  border-color: #29928a;
  border-color: var(--brand-alpha-400);
}

.btn.btn-default:hover {
  background-color: #29928a;
  background-color: var(--brand-alpha-400);
  color: #d4f7f2;
  color: var(--brand-alpha-50);
}

.btn.btn-default:hover svg {
  color: currentColor;
}

.btn.btn-default:focus {
  background-color: #29928a;
  background-color: var(--brand-alpha-400);
  color: #d4f7f2;
  color: var(--brand-alpha-50);
}

.btn.btn-default:focus svg {
  color: currentColor;
}

.btn.btn-default svg {
  color: #0d111a;
  color: var(--neutral-1000);
}

.btn.btn-default-darken {
  background-color: #56b0a7;
  background-color: var(--brand-alpha-300);
  color: #fff;
  color: var(--white);
  border-color: #29928a;
  border-color: var(--brand-alpha-400);
}

.btn.btn-default-darken:hover {
  background-color: #29928a;
  background-color: var(--brand-alpha-400);
  color: #d4f7f2;
  color: var(--brand-alpha-50);
}

.btn.btn-default-darken:hover svg {
  color: currentColor;
}

.btn.btn-default-darken:focus {
  background-color: #29928a;
  background-color: var(--brand-alpha-400);
  color: #d4f7f2;
  color: var(--brand-alpha-50);
}

.btn.btn-default-darken:focus svg {
  color: currentColor;
}

.btn.btn-default-darken svg {
  color: #0d111a;
  color: var(--neutral-1000);
}

.btn.btn-secondary {
  background-color: #0d111a;
  background-color: var(--neutral-1000);
  color: #fff;
  color: var(--white);
  border-color: #1b232a;
  border-color: var(--neutral-900);
}

.btn.btn-secondary:hover {
  background-color: #616369;
  background-color: var(--neutral-600);
  border-color: #e7e9ec;
  border-color: var(--neutral-100);
  color: #cfd0d3;
  color: var(--neutral-200);
}

.btn.btn-secondary:hover svg {
  color: currentColor;
}

.btn.btn-secondary:focus {
  background-color: #616369;
  background-color: var(--neutral-600);
  border-color: #e7e9ec;
  border-color: var(--neutral-100);
  color: #cfd0d3;
  color: var(--neutral-200);
}

.btn.btn-secondary:focus svg {
  color: currentColor;
}

.btn.btn-tertiary {
  background-color: #fff;
  background-color: var(--white);
  color: #0d111a;
  color: var(--neutral-1000);
  border-color: #fff;
  border-color: var(--white);
}

.btn.btn-tertiary:hover {
  background-color: #fafafb;
  background-color: var(--neutral-50);
  border-color: #fafafb;
  border-color: var(--neutral-50);
  color: #616369;
  color: var(--neutral-600);
}

.btn.btn-tertiary:hover svg {
  color: currentColor;
}

.btn.btn-tertiary:focus {
  background-color: #fafafb;
  background-color: var(--neutral-50);
  border-color: #fafafb;
  border-color: var(--neutral-50);
  color: #616369;
  color: var(--neutral-600);
}

.btn.btn-tertiary:focus svg {
  color: currentColor;
}

.btn.btn-tertiary svg {
  color: #29928a;
  color: var(--brand-alpha-400);
}

.btn.btn-tertiary.border-dark {
  position: relative;
  z-index: 1;
}

.btn.btn-tertiary.border-dark:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: inherit;
  border: inherit;
  border-color: #31373c;
  border-color: var(--neutral-800);
  opacity: 0.1;
  z-index: -1;
}

.btn.btn-link {
  background-color: transparent;
  color: inherit;
  border-color: transparent;
}

.btn.btn-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}

.btn.btn-link:hover svg {
  color: currentColor;
}

.btn.btn-link:focus {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}

.btn.btn-link:focus svg {
  color: currentColor;
}

.btn.btn-link svg {
  color: #29928a;
  color: var(--brand-alpha-400);
}

.btn.btn-link {
  position: relative;
}

.btn.btn-link:hover:after,
.btn.btn-link:focus:after {
  opacity: 1;
}

.btn.btn-link:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  border: var(--btn-border);
  border-color: #31373c;
  border-color: var(--neutral-800);
  opacity: 0.05;
  transition: opacity 0.3s;
}

.btn.btn-filter {
  background-color: transparent;
  color: #0d111a;
  color: var(--neutral-1000);
  border-color: #e7e9ec;
  border-color: var(--neutral-100);
  padding: 1px 8px;
  font-size: 12px;
  font-size: var(--font-size-xs);
  line-height: calc(20 / 12);
  line-height: var(--line-height-xs);
}

.btn.btn-filter:hover {
  background-color: transparent;
  border-color: #6bc0b7;
  border-color: var(--brand-alpha-200);
  color: #0d111a;
  color: var(--neutral-1000);
}

.btn.btn-filter:focus {
  background-color: transparent;
  border-color: #6bc0b7;
  border-color: var(--brand-alpha-200);
  color: #0d111a;
  color: var(--neutral-1000);
}

.btn.btn-filter.active {
  background-color: transparent;
  border-color: #6bc0b7;
  border-color: var(--brand-alpha-200);
  color: #0d111a;
  color: var(--neutral-1000);
}

.btn.btn-icon {
  width: 51px;
  min-height: 51px;
  padding-left: 0;
  padding-right: 0;
}

.btn.btn-icon.btn-sm {
  width: 44px;
  min-height: 44px;
}

.btn.btn-icon svg {
  color: inherit;
}

.btn.btn-icon svg path {
  fill: auto;
}

.fancybox__backdrop {
  --fancybox-bg: var(--neutral-800);
  --fancybox-opacity: 0.75;
}

.f-button.is-close-btn {
  border-radius: 50%;
  border: 1px solid #fff;
  border: 1px solid var(--white);
  opacity: 1 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16661 0.833286L0.833313 9.16659M0.833278 0.833252L9.16658 9.16655' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.f-button.is-close-btn:hover {
  opacity: 0.6 !important;
}

.f-button.is-close-btn svg {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="week"],
input[multiple],
textarea,
.nice-select {
  border-radius: 8px;
  border: 1px solid #e7e9ec;
  border: 1px solid var(--neutral-100);
  height: 44px;
  color: #0d111a;
  color: var(--neutral-1000);
  padding: 7px 16px;
  font-size: 16px;
  font-size: var(--font-size-sm);
  line-height: calc(28 / 16);
  line-height: var(--line-height-sm);
  -webkit-appearance: none;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[multiple]::-moz-placeholder,
textarea::-moz-placeholder,
.nice-select::-moz-placeholder {
  color: #909298;
  color: var(--neutral-400);
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="month"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[multiple]::placeholder,
textarea::placeholder,
.nice-select::placeholder {
  color: #909298;
  color: var(--neutral-400);
  opacity: 1;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[multiple]:focus,
textarea:focus,
.nice-select:focus {
  border-color: #e7e9ec;
  border-color: var(--neutral-100);
  box-shadow: 0 0 0 1px #e7e9ec;
  box-shadow: 0 0 0 1px var(--neutral-100);
  outline: none;
}

.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="password"],
.hs-form input[type="number"],
.hs-form input[type="date"],
.hs-form input[type="datetime-local"],
.hs-form input[type="month"],
.hs-form input[type="search"],
.hs-form input[type="tel"],
.hs-form input[type="time"],
.hs-form input[type="week"],
.hs-form input[multiple],
.hs-form textarea,
.hs-form .nice-select {
  margin: 0 0 16px;
}

.nice-select {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}

.nice-select:after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  width: 7px;
  height: 7px;
  right: 16px;
  display: block;
}

.filters-box .nice-select {
  color: #909298;
  color: var(--neutral-400);
  font-size: 14px;
  line-height: 1.7142857143;
}

.filters-boxes .nice-select {
  color: #909298;
  color: var(--neutral-400);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  color: #0d111a;
  color: var(--neutral-1000);
  border-color: #6bc0b7;
  border-color: var(--brand-alpha-200);
}

.nice-select .current,
.nice-select .multiple-options {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px 27px 7px 16px;
}

.nice-select .multiple-options .current {
  padding: 0;
}

.nice-select .option {
  color: #4a4d54;
  color: var(--neutral-700);
  font-size: rem-calc(14);
  line-height: 1.7142857143;
  padding: 8px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nice-select .nice-select-dropdown {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e7e9ec;
  border: 1px solid var(--neutral-100);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.05), 0 4px 6px -1px rgba(0, 0, 0, 0.01);
}

textarea {
  height: 100px;
}

.form-group {
  margin: 0 0 24px;
}

label {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  color: #0d111a;
  color: var(--neutral-1000);
  margin: 0 0 8px;
}

.hs-button {
  transition: all 0.3s;
  display: inline-flex;
  display: var(--btn-display);
  justify-content: center;
  vertical-align: top;
  gap: 8px;
  gap: var(--btn-gap);
  border-radius: 35px;
  border-radius: var(--btn-border-radius);
  padding: 12px 25px;
  font-size: 16px;
  font-size: var(--btn-font-size);
  line-height: 1.2;
  line-height: var(--btn-line-height);
  border: 1px solid transparent;
  border: var(--btn-border);
  font-weight: 800;
  font-weight: var(--btn-font-weight);
  cursor: pointer;
  background: #6bc0b7;
  background: var(--brand-alpha-200);
  color: #fff;
  color: var(--white);
  border-color: #29928a;
  border-color: var(--brand-alpha-400);
}

.hs-button:hover,
.hs-button:focus {
  background: #29928a;
  background: var(--brand-alpha-400);
  color: #d4f7f2;
  color: var(--brand-alpha-50);
}

.hs-button.large {
  padding: 12px 25px !important;
}

.form-contact .hs-button {
  width: 100%;
}

.hs-form.hs-form .hs-fieldtype-textarea.hs-input {
  resize: none;
}

.hs-form.hs-form fieldset {
  width: 100%;
  max-width: 100%;
}

.hs-form.hs-form .hs-input:not([type="number"]) {
  width: 100% !important;
}

.hs-form.hs-form .hs-error-msgs {
  color: #6e282e;
  color: var(--text-error);
  font-size: 16px;
  margin: -8px 0 8px !important;
}

.hs-form.hs-form .hs-error-msgs a {
  color: #6bc0b7;
  color: var(--brand-alpha-200);
}

.hs-form.hs-form .hs-error-msgs label {
  color: inherit;
  margin: 0;
}

.hs-form.hs-form .hs-input.invalid.error {
  border-color: #ff7d87;
  border-color: var(--color-error);
  box-shadow: none;
  color: #0d111a;
  color: var(--neutral-1000);
}

.hs-form.hs-form .fn-date-picker.pika-single {
  box-shadow: none;
  padding: 5px;
  border: 1px solid #e7e9ec;
  border: 1px solid var(--neutral-100);
  border-radius: 8px;
  background: #fff;
  background: var(--white);
  overflow: hidden;
}

.hs-form.hs-form .fn-date-picker.pika-single.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.hs-form.hs-form .fn-date-picker .pika-prev,
.hs-form.hs-form .fn-date-picker .pika-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 28px;
  font-size: 0;
  opacity: 1;
  z-index: 1;
  overflow: visible;
  background-image: none;
  border: none;
  background: transparent;
}

.hs-form.hs-form .fn-date-picker .pika-prev:before,
.hs-form.hs-form .fn-date-picker .pika-next:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 6l6 6l-6 6' /%3E%3C/svg%3E");
  z-index: -1;
}

.hs-form.hs-form .fn-date-picker .pika-prev:after,
.hs-form.hs-form .fn-date-picker .pika-next:after {
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px !important;
  background: var(--dark-lavender-violet);
  z-index: -2;
  opacity: 0;
}

.hs-form.hs-form .fn-date-picker .pika-prev:hover:before,
.hs-form.hs-form .fn-date-picker .pika-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23fff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 6l6 6l-6 6' /%3E%3C/svg%3E");
}

.hs-form.hs-form .fn-date-picker .pika-prev:hover:after,
.hs-form.hs-form .fn-date-picker .pika-next:hover:after {
  opacity: 1;
}

.hs-form.hs-form .fn-date-picker .pika-prev {
  transform: rotate(180deg) translateY(50%);
  left: 5px;
}

.hs-form.hs-form .fn-date-picker .pika-next {
  right: 5px;
}

.hs-form.hs-form .fn-date-picker .pika-table {
  margin: 0;
}

.hs-form.hs-form .fn-date-picker .pika-label {
  display: flex;
  align-items: center;
  margin: 0 2px;
}

.hs-form.hs-form .fn-date-picker .pika-title {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 10px 35px;
}

.hs-form.hs-form .fn-date-picker .pika-select,
.hs-form.hs-form .fn-date-picker .jcf-select-pika-select {
  font-size: 14px;
  color: #0d111a;
  color: var(--neutral-1000);
  font-weight: 700;
}

.hs-form.hs-form .fn-date-picker .pika-table th,
.hs-form.hs-form .fn-date-picker .pika-table td {
  border: none;
  padding: 2px;
}

.hs-form.hs-form .fn-date-picker .pika-table abbr {
  font-size: 14px;
  font-weight: 700;
  color: #0d111a;
  color: var(--neutral-1000);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.hs-form.hs-form .fn-date-picker .pika-lendar {
  margin: 0;
}

.hs-form.hs-form .fn-date-picker .pika-button {
  width: 30px;
  height: 30px;
  font-size: 13px;
  font-weight: normal;
  background: transparent;
  text-align: center;
  color: #0d111a;
  color: var(--neutral-1000);
  border-radius: 8px !important;
  border: 1px solid var(--dark-lavender-violet);
  padding: 0;
}

.hs-form.hs-form .fn-date-picker .pika-button:hover {
  background: var(--dark-lavender-violet) !important;
}

.hs-form.hs-form .fn-date-picker .is-selected .pika-button {
  color: #fff;
  color: var(--white);
  background: var(--dark-lavender-violet) !important;
  box-shadow: none;
}

.hs-form.hs-form .hs-checkboxes label,
.hs-form.hs-form .hs-form-radio label {
  margin: 0;
}

.hs-form.hs-form .hs-form-field {
  width: 100% !important;
  float: none !important;
}

body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs {
  display: block !important;
}

.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg {
  font-size: 14px !important;
  color: #ff7d87;
  color: var(--color-error);
}

.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"]:checked + span:after {
  background: #0d111a;
  background: var(--neutral-1000);
  border-color: #0d111a;
  border-color: var(--neutral-1000);
}

.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"]:checked + span:before {
  display: block;
}

.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] + span {
  position: relative;
  display: block;
  padding: 0 0 0 26px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4444444444;
  color: #0d111a;
  color: var(--neutral-1000);
  cursor: pointer;
  margin: 0;
}

.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] + span:after,
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] + span:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
}

.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] + span:after {
  background: #fff;
  background: var(--white);
  border-radius: 4px;
  border: 1px solid #0d111a;
  border: 1px solid var(--neutral-1000);
  z-index: 1;
}

.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] + span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.55569 3.33398L4.6668 8.22287L2.44458 6.00065' stroke='%232F3038' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  z-index: 2;
  display: none;
}

.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox label {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
  padding: 0;
}

.hs-form.hs-form .hs-form-field .hs-dateinput {
  position: relative;
  width: 100%;
}

.hs-form.hs-form .hs-form-field .hs-dateinput .hs-input {
  width: 100% !important;
  padding-right: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-calendar-month' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%232F3038' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z' /%3E%3Cpath d='M16 3v4' /%3E%3Cpath d='M8 3v4' /%3E%3Cpath d='M4 11h16' /%3E%3Cpath d='M7 14h.013' /%3E%3Cpath d='M10.01 14h.005' /%3E%3Cpath d='M13.01 14h.005' /%3E%3Cpath d='M16.015 14h.005' /%3E%3Cpath d='M13.015 17h.005' /%3E%3Cpath d='M7.01 17h.005' /%3E%3Cpath d='M10.01 17h.005' /%3E%3C/svg%3E");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-color: #fff !important;
  background-color: var(--white) !important;
  border-radius: 8px !important;
  text-align: left !important;
}

.hs-form.hs-form .hs-form-field .hs-dateinput .hs-input.invalid.error {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-calendar-month' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23DF0070' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z' /%3E%3Cpath d='M16 3v4' /%3E%3Cpath d='M8 3v4' /%3E%3Cpath d='M4 11h16' /%3E%3Cpath d='M7 14h.013' /%3E%3Cpath d='M10.01 14h.005' /%3E%3Cpath d='M13.01 14h.005' /%3E%3Cpath d='M16.015 14h.005' /%3E%3Cpath d='M13.015 17h.005' /%3E%3Cpath d='M7.01 17h.005' /%3E%3Cpath d='M10.01 17h.005' /%3E%3C/svg%3E");
}

.hs-form.hs-form .hs-form-field .hs-form-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.hs-form.hs-form .hs-form-field .hs-form-radio input[type="radio"]:checked + span:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.55569 3.33398L4.6668 8.22287L2.44458 6.00065' stroke='%232F3038' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  background-color: #0d111a;
  background-color: var(--neutral-1000);
  border-color: #0d111a;
  border-color: var(--neutral-1000);
}

.hs-form.hs-form .hs-form-field .hs-form-radio input[type="radio"] + span {
  position: relative;
  display: block;
  padding: 0 0 0 26px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4444444444;
  color: #0d111a;
  color: var(--neutral-1000);
  cursor: pointer;
  margin: 0;
}

.hs-form.hs-form .hs-form-field .hs-form-radio input[type="radio"] + span:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  border-radius: 50% !important;
  width: 16px;
  height: 16px;
  background: #fff;
  background: var(--white);
  border-radius: 4px;
  border: 1px solid #0d111a;
  border: 1px solid var(--neutral-1000);
  z-index: 1;
}

.hs-form.hs-form .hs-form-field .hs-form-radio-display {
  margin: 0;
}

.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type="checkbox"]:checked + span:after {
  background: #0d111a;
  background: var(--neutral-1000);
  border-color: #0d111a;
  border-color: var(--neutral-1000);
}

.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type="checkbox"]:checked + span:before {
  display: block;
}

.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type="checkbox"] + span {
  position: relative;
  display: block;
  padding: 0 0 0 26px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4444444444;
  color: #0d111a;
  color: var(--neutral-1000);
  cursor: pointer;
}

.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type="checkbox"] + span:after,
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type="checkbox"] + span:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
}

.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type="checkbox"] + span:after {
  background: #fff;
  background: var(--white);
  border-radius: 4px;
  border: 1px solid #0d111a;
  border: 1px solid var(--neutral-1000);
  z-index: 1;
}

.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type="checkbox"] + span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.55569 3.33398L4.6668 8.22287L2.44458 6.00065' stroke='%232F3038' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  z-index: 2;
  display: none;
}

.hs-form.hs-form .hs-form-field .inputs-list[role="checkbox"] > * {
  margin-bottom: 10px;
}

.hs-form.hs-form .hs-form-field .inputs-list[role="checkbox"] > *:last-child {
  margin-bottom: 0;
}

.hs-form.hs-form .hs-form-field .inputs-list > * {
  margin-bottom: 24px;
}

.hs-form.hs-form .hs-form-field .inputs-list > *:last-child {
  margin-bottom: 0;
}

.hs-form.hs-form .hs-form-field .hs-field-desc {
  display: block;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
  padding: 0 0 20px;
}

.hs-form.hs-form .legal-consent-container .hs-richtext {
  display: block;
  padding: 0 0 20px;
}

.hs-form.hs-form .hs_submit.hs-submit {
  margin-top: 23px;
}

.hs-form.hs-form .hs-fieldtype-radio .invalid.error .hs-form.hs-form .hs-error-msg,
.hs-form.hs-form .hs-fieldtype-radio .invalid.error .hs-form.hs-form .hs-error-msgs,
.hs-form.hs-form .hs-fieldtype-checkbox .invalid.error .hs-form.hs-form .hs-error-msg,
.hs-form.hs-form .hs-fieldtype-checkbox .invalid.error .hs-form.hs-form .hs-error-msgs {
  display: block !important;
}

.hs-form.hs-form .hs-fieldtype-radio .invalid.error .hs-form-radio input[type="radio"] + span,
.hs-form.hs-form .hs-fieldtype-radio .invalid.error .hs-form-checkbox input[type="checkbox"] + span,
.hs-form.hs-form .hs-fieldtype-checkbox .invalid.error .hs-form-radio input[type="radio"] + span,
.hs-form.hs-form .hs-fieldtype-checkbox .invalid.error .hs-form-checkbox input[type="checkbox"] + span {
  color: #ff7d87 !important;
  color: var(--color-error) !important;
}

.hs-form.hs-form .hs-fieldtype-radio .invalid.error .hs-form-radio input[type="radio"] + span:after,
.hs-form.hs-form .hs-fieldtype-radio .invalid.error .hs-form-checkbox input[type="checkbox"] + span:after,
.hs-form.hs-form .hs-fieldtype-checkbox .invalid.error .hs-form-radio input[type="radio"] + span:after,
.hs-form.hs-form .hs-fieldtype-checkbox .invalid.error .hs-form-checkbox input[type="checkbox"] + span:after {
  border-color: #ff7d87 !important;
  border-color: var(--color-error) !important;
}

.hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs {
  display: block !important;
}

.hs-form.hs-form .hs_error_rollup .hs-error-msg .hs-main-font-element,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs .hs-main-font-element {
  display: block;
  position: relative;
  font: 700 18px/1.6 "Avenir", "Helvetica", "Arial", sans-serif;
  font: 700 18px/1.6 var(--font-base);
  padding: 2px 0 0 50px;
  color: #ff7d87;
  color: var(--color-error);
}

.hs-form.hs-form .hs_error_rollup .hs-error-msg .hs-main-font-element:after,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs .hs-main-font-element:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #ff7d87;
  border: 2px solid var(--color-error);
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 27.5C19.6548 27.5 19.375 27.7798 19.375 28.125C19.375 28.4702 19.6548 28.75 20 28.75C20.3452 28.75 20.625 28.4702 20.625 28.125C20.625 27.7798 20.3452 27.5 20 27.5V27.5' stroke='%23DF0070' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 22.5V8.75' stroke='%23DF0070' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.hs-form.hs-form .hs_error_rollup {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ff7d87;
  color: var(--color-error);
}

.form-contact .hs-button {
  width: 100%;
}

.submitted-message.hs-main-font-element {
  color: #1b524d;
  color: var(--brand-alpha-600);
}

.form-subscribe .submitted-message.hs-main-font-element {
  color: inherit;
}

.form-subscribe .hs-form.hs-form {
  display: flex;
  grid-gap: 8px;
  padding: 16px 24px;
  border-bottom: 1px solid currentColor;
}

.form-subscribe .hs-form.hs-form .hs-form-field {
  width: auto !important;
  flex: 1 0;
}

.form-subscribe .hs-form.hs-form label {
  display: none;
}

.form-subscribe .hs-form.hs-form .input input {
  margin: 0;
  height: 40px;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  padding-right: 0;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: -16px;
}

.form-subscribe .hs-form.hs-form .input input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.form-subscribe .hs-form.hs-form .input input::placeholder {
  color: inherit;
  opacity: 1;
}

.form-subscribe .hs-form.hs-form .input input:focus {
  color: #0d111a;
  color: var(--neutral-1000);
}

.form-subscribe .hs-form.hs-form .input input:focus::-moz-placeholder {
  color: #0d111a;
  color: var(--neutral-1000);
  opacity: 1;
}

.form-subscribe .hs-form.hs-form .input input:focus::placeholder {
  color: #0d111a;
  color: var(--neutral-1000);
  opacity: 1;
}

.form-subscribe .hs-form.hs-form .input input.hs-input.invalid.error {
  color: inherit !important;
}

.form-subscribe .hs-form.hs-form .hs_submit.hs-submit {
  margin: 0;
}

.form-subscribe .hs-form.hs-form .hs-button {
  min-width: 64px;
  min-height: 40px;
  background-color: #fff;
  background-color: var(--white);
  border-color: #e7e9ec;
  border-color: var(--neutral-100);
  color: #0d111a;
  color: var(--neutral-1000);
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46967 8.46967C0.176777 8.76256 0.176777 9.23744 0.46967 9.53033C0.762563 9.82322 1.23744 9.82322 1.53033 9.53033L0.46967 8.46967ZM9 1H9.75C9.75 0.585786 9.41421 0.25 9 0.25V1ZM3 0.25C2.58579 0.25 2.25 0.585786 2.25 1C2.25 1.41421 2.58579 1.75 3 1.75V0.25ZM8.25 7C8.25 7.41421 8.58579 7.75 9 7.75C9.41421 7.75 9.75 7.41421 9.75 7H8.25ZM1.53033 9.53033L9.53033 1.53033L8.46967 0.46967L0.46967 8.46967L1.53033 9.53033ZM9 0.25H3V1.75H9V0.25ZM8.25 1V7H9.75V1H8.25Z' fill='%236BC0B7' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  line-height: 1;
}

.form-subscribe .hs-form.hs-form .hs-button:hover,
.form-subscribe .hs-form.hs-form .hs-button:focus {
  border-color: #fafafb;
  border-color: var(--neutral-50);
  color: #616369;
  color: var(--neutral-600);
  background-color: #fafafb;
  background-color: var(--neutral-50);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46967 8.46967C0.176777 8.76256 0.176777 9.23744 0.46967 9.53033C0.762563 9.82322 1.23744 9.82322 1.53033 9.53033L0.46967 8.46967ZM9 1H9.75C9.75 0.585786 9.41421 0.25 9 0.25V1ZM3 0.25C2.58579 0.25 2.25 0.585786 2.25 1C2.25 1.41421 2.58579 1.75 3 1.75V0.25ZM8.25 7C8.25 7.41421 8.58579 7.75 9 7.75C9.41421 7.75 9.75 7.41421 9.75 7H8.25ZM1.53033 9.53033L9.53033 1.53033L8.46967 0.46967L0.46967 8.46967L1.53033 9.53033ZM9 0.25H3V1.75H9V0.25ZM8.25 1V7H9.75V1H8.25Z' fill='%23616369' /%3E%3C/svg%3E%0A");
}

.popup {
  opacity: 0;
  visibility: hidden;
}

.popup-active .popup {
  opacity: 1;
  visibility: visible;
}

.popup table {
  width: 100%;
  border-width: 0;
}

.popup table td {
  border: 1px solid #e7e9ec;
  border: 1px solid var(--neutral-100);
}

.popup .btn svg path {
  fill: #6bc0b7;
  fill: var(--brand-alpha-200);
}

.popup .btn svg path[fill="none"] {
  fill: none;
  stroke: #6bc0b7;
  stroke: var(--brand-alpha-200);
}

.tab-item p {
  margin: 0 0 30px;
}

.tab-item a:not([class]) {
  color: #6bc0b7;
  color: var(--brand-alpha-200);
}

.tab-item mark {
  color: #909298;
  color: var(--neutral-400);
}

.filter-heading {
  grid-area: header;
}

.centered-square-img-people {
  object-position: 5% 50%;
}

.filters-boxes {
  grid-area: sidebar;
}

.filters-boxes .tailwind-accordion-container .tailwind-ac-inner {
  transition: padding 0.6s;
}

.filters-content {
  grid-area: content;
}

.filters-holder {
  display: grid;
  grid-gap: 32px 0;
  gap: 32px 0;
  grid-template-areas: "header" "sidebar" "content";
}

.tailwind-accordion-container .tailwind-panel p:last-child {
  margin-bottom: 0;
}

.tailwind-accordion-container .ac-panel[style*="height: auto"] {
  overflow: visible;
}

.grid-visual {
  display: grid;
  grid-gap: 20px 13px;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 230px;
}

.card-text {
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-text > *:last-child {
  margin-bottom: 0;
}

.section-desc p {
  margin: 0 0 32px;
}

.section-intro .btn {
  padding-left: 10px;
  padding-right: 10px;
}

[id="footer"] .menu-holder ul {
  margin: 0;
}

[id="footer"] .menu-holder ul li {
  display: flex;
  flex-direction: column;
}

[id="footer"] .menu-holder ul li.active a {
  text-decoration-color: currentColor;
}

[id="footer"] .menu-holder ul a {
  font: 800 16px / calc(28 / 16) "Avenir", "Helvetica", "Arial", sans-serif;
  font: 800 var(--font-size-sm) / var(--line-height-sm) var(--font-base);
  text-decoration-color: transparent;
}

[id="footer"] .menu-holder ul a:hover,
[id="footer"] .menu-holder ul a:focus {
  text-decoration-color: currentColor;
}

.footer-inner address {
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .grid-visual {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 655px) {
  .form-subscribe .hs-form.hs-form .input input {
    height: 52px;
  }

  .form-subscribe .hs-form.hs-form .hs-button {
    min-height: 52px;
    padding-right: 47px !important;
    background-position: center right 25px;
  }
}

@media (min-width: 665px) {
  h2 {
    font-size: var(--heading-2-size);
    line-height: calc(44 / 40);
    line-height: var(--line-height-base);
    font-weight: 500;
    letter-spacing: -0.01em;
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media (min-width: 795px) {
  h1 {
    font-size: var(--heading-1-size-md);
    line-height: calc(64 / 56);
    line-height: var(--heading-1-line-height-md);
    font-weight: 500;
    letter-spacing: -0.01em;
  }

  h2 {
    font-size: var(--heading-2-size);
    line-height: calc(52 / 48);
    line-height: var(--line-height-base);
    font-weight: 500;
    letter-spacing: -0.01em;
  }

  .grid-visual {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-visual a:nth-child(13n + 2) {
    grid-column-end: span 2;
  }

  .grid-visual a:nth-child(13n + 7) {
    grid-row-end: span 2;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: var(--heading-1-size-md);
    line-height: calc(88 / 80);
    line-height: var(--heading-1-line-height-lg);
    font-weight: 500;
    letter-spacing: -0.01em;
  }

  h2 {
    font-size: var(--heading-2-size);
    line-height: calc(28 / 24);
    line-height: var(--line-height-base);
    font-weight: 500;
    letter-spacing: -0.01em;
  }

  [id="header"] .header-menu ul {
    display: flex;
    margin: 0 -12px;
  }

  [id="header"] .header-menu ul li {
    margin: 0 12px;
  }

  [id="top-bar"] .top-menu ul {
    display: flex;
  }

  [id="top-bar"] .top-menu ul li {
    margin: 0 6px;
  }

  .f-button.is-close-btn {
    width: 40px;
    height: 40px;
    position: fixed !important;
    top: 35px !important;
    right: 35px !important;
  }

  .form-group {
    margin-bottom: 32px;
  }

  .form-columns-2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .form-columns-3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .input {
    width: 100%;
    margin: 0;
  }

  .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox label {
    width: 100%;
  }

  .hs-form.hs-form .hs-form-field .hs-field-desc {
    width: 45% !important;
    padding: 0 calc(5% + 20px) 0 0;
    order: 10;
    margin-top: -10px;
  }

  .hs-form.hs-form .legal-consent-container .hs-richtext {
    padding: 0 0 40px;
  }

  .filters-holder {
    grid-template-columns: 309px 1fr;
    gap: 32px 32px;
    grid-template-areas: "sidebar header" "sidebar content";
  }

  .grid-visual {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-visual a:nth-child(13n + 11) {
    grid-column-end: span 2;
  }

  .footer-inner:first-child {
    margin-top: 33px;
  }
}

@media (min-width: 1250px) {
  .f-button.is-close-btn {
    top: 50px !important;
    right: 50px !important;
  }
}

@media (min-width: 1440px) {
  .f-button.is-close-btn {
    top: 64px !important;
    right: 64px !important;
  }
}

@media (max-width: 1023px) {
  [id="header"] .header-menu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    height: calc(100vh - 80px);
    transform: translateX(100%);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
  }

  .nav-active [id="header"] .header-menu {
    transform: translateX(0);
  }
}

@media (max-width: 665px) {
  [id="header"] .header-menu {
    top: 77px;
    height: calc(100vh - 77px);
  }
}

@media (max-width: 654px) {
  .form-subscribe .hs-form.hs-form .hs-button {
    font-size: 0;
  }
}

@media (max-width: 664px) {
  .open-close-m.expanded .btn-holder {
    display: none;
  }

  .open-close-m.expanded a:not(.btn) {
    display: flex;
  }

  .open-close-m a:not(.btn):nth-child(-n + 4) {
    display: flex;
  }

  .open-close-m a:not(.btn) {
    display: none;
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.before\:bottom-\[0px\]::before {
  content: var(--tw-content);
  bottom: 0;
}

.before\:left-\[24px\]::before {
  content: var(--tw-content);
  left: 24px;
}

.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:-z-\[1\]::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:h-\[4px\]::before {
  content: var(--tw-content);
  height: 4px;
}

.before\:h-\[8px\]::before {
  content: var(--tw-content);
  height: 8px;
}

.before\:w-\[20px\]::before {
  content: var(--tw-content);
  width: 20px;
}

.before\:w-\[40px\]::before {
  content: var(--tw-content);
  width: 40px;
}

.before\:-translate-x-2\/4::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(-50%, 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: translate(var(--tw-translate-x), 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));
}

.before\:bg-brand-alpha-200::before {
  content: var(--tw-content);
  background-color: #6bc0b7;
  background-color: var(--brand-alpha-200);
}

.before\:bg-brand-alpha-800::before {
  content: var(--tw-content);
  background-color: #091918;
  background-color: var(--brand-alpha-800);
}

.before\:opacity-75::before {
  content: var(--tw-content);
  opacity: 0.75;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-x-0::after {
  content: var(--tw-content);
  left: 0;
  right: 0;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0;
}

.after\:mx-\[5px\]::after {
  content: var(--tw-content);
  margin-left: 5px;
  margin-right: 5px;
}

.after\:h-\[193px\]::after {
  content: var(--tw-content);
  height: 193px;
}

.after\:bg-pink::after {
  content: var(--tw-content);
  background-color: #e7907d;
  background-color: var(--color-pink);
}

.after\:content-\[\'\|\'\]::after {
  --tw-content: "|";
  content: "|";
  content: var(--tw-content);
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.only\:min-w-\[150px\]:only-child {
  min-width: 150px;
}

.only\:min-w-\[200px\]:only-child {
  min-width: 200px;
}

.only\:grow-0:only-child {
  flex-grow: 0;
}

.hover\:border-brand-alpha-200:hover {
  border-color: #6bc0b7;
  border-color: var(--brand-alpha-200);
}

.hover\:border-neutral-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(49, 55, 60, 1);
  border-color: rgba(49, 55, 60, var(--tw-border-opacity));
}

.hover\:bg-neutral-100\/75:hover {
  background-color: rgba(231, 233, 236, 0.75);
}

.hover\:text-brand-alpha-200:hover {
  color: #6bc0b7;
  color: var(--brand-alpha-200);
}

.hover\:text-neutral-1000:hover {
  color: #0d111a;
  color: var(--neutral-1000);
}

.hover\:text-neutral-700\/50:hover {
  color: rgba(74, 77, 84, 0.5);
}

.hover\:decoration-inherit:hover {
  text-decoration-color: inherit;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:decoration-inherit:focus {
  text-decoration-color: inherit;
}

.group:hover .group-hover\:translate-x-\[5px\] {
  --tw-translate-x: 5px;
  transform: translate(5px, 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: translate(var(--tw-translate-x), 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));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
  transform: translate(var(--tw-translate-x), 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));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.group.is-active .group-\[\.is-active\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), 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));
}

.group.is-selected .group-\[\.is-selected\]\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
  transform: translate(var(--tw-translate-x), 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));
}

.group.is-selected .group-\[\.is-selected\]\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group.is-active .group-\[\.is-active\]\:py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}

.group.is-selected .group-\[\.is-selected\]\:opacity-100 {
  opacity: 1;
}

.aria-selected\:border-neutral-800[aria-selected="true"] {
  --tw-border-opacity: 1;
  border-color: rgba(49, 55, 60, 1);
  border-color: rgba(49, 55, 60, var(--tw-border-opacity));
}

.aria-selected\:bg-neutral-100\/75[aria-selected="true"] {
  background-color: rgba(231, 233, 236, 0.75);
}

.aria-selected\:text-neutral-1000[aria-selected="true"] {
  color: #0d111a;
  color: var(--neutral-1000);
}

.group[aria-expanded="true"] .group-aria-expanded\:block {
  display: block;
}

.group[aria-expanded="true"] .group-aria-expanded\:hidden {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

@media (min-width: 480px) {
  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 665px) {
  .sm\:-mx-\[10px\] {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:-mx-\[8px\] {
    margin-left: -8px;
    margin-right: -8px;
  }

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

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

  .sm\:my-\[56px\] {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .sm\:my-\[64px\] {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .sm\:-mt-\[45px\] {
    margin-top: -45px;
  }

  .sm\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .sm\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .sm\:mb-\[36px\] {
    margin-bottom: 36px;
  }

  .sm\:mb-\[56px\] {
    margin-bottom: 56px;
  }

  .sm\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .sm\:mt-\[96px\] {
    margin-top: 96px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[191px\] {
    height: 191px;
  }

  .sm\:h-\[312px\] {
    height: 312px;
  }

  .sm\:min-h-\[136px\] {
    min-height: 136px;
  }

  .sm\:min-h-\[309px\] {
    min-height: 309px;
  }

  .sm\:min-h-\[520px\] {
    min-height: 520px;
  }

  .sm\:min-h-\[52px\] {
    min-height: 52px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-\[\%\] {
    width: %;
  }

  .sm\:w-\[282px\] {
    width: 282px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:min-w-\[144px\] {
    min-width: 144px;
  }

  .sm\:min-w-\[180px\] {
    min-width: 180px;
  }

  .sm\:min-w-\[190px\] {
    min-width: 190px;
  }

  .sm\:max-w-\[275px\] {
    max-width: 275px;
  }

  .sm\:max-w-\[435px\] {
    max-width: 435px;
  }

  .sm\:max-w-\[508px\] {
    max-width: 508px;
  }

  .sm\:max-w-\[528px\] {
    max-width: 528px;
  }

  .sm\:max-w-\[550px\] {
    max-width: 550px;
  }

  .sm\:max-w-\[725px\] {
    max-width: 725px;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-1\.0 {
    flex: 1 0 0%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .sm\:flex-col {
    flex-direction: column;
  }

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

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

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

  .sm\:gap-x-\[16px\] {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .sm\:gap-x-\[24px\] {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .sm\:gap-x-\[25px\] {
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

  .sm\:gap-y-\[24px\] {
    row-gap: 24px;
  }

  .sm\:gap-y-\[32px\] {
    row-gap: 32px;
  }

  .sm\:gap-y-\[56px\] {
    row-gap: 56px;
  }

  .sm\:rounded-4xl {
    border-radius: 48px;
  }

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

  .sm\:border-neutral-800\/10 {
    border-color: rgba(49, 55, 60, 0.1);
  }

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

  .sm\:p-\[16px\] {
    padding: 16px;
  }

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

  .sm\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px;
  }

  .sm\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:px-\[36px\] {
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .sm\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sm\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:py-\[48px\] {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm\:py-\[56px\] {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sm\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm\:py-\[96px\] {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .sm\:pb-\[16px\] {
    padding-bottom: 16px;
  }

  .sm\:pr-\[20px\] {
    padding-right: 20px;
  }

  .sm\:ps-\[16px\] {
    padding-left: 16px;
  }

  .sm\:pt-\[250px\] {
    padding-top: 250px;
  }

  .sm\:pt-\[44px\] {
    padding-top: 44px;
  }

  .sm\:pt-\[64px\] {
    padding-top: 64px;
  }

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

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

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

  .sm\:text-base {
    font-size: 20px;
    font-size: var(--font-size-base);
  }

  .sm\:text-h1-lg {
    font-size: 80px;
    font-size: var(--heading-1-size-lg);
  }

  .sm\:text-h1-md {
    font-size: 56px;
    font-size: var(--heading-1-size-md);
  }

  .sm\:text-h2 {
    font-size: 32px;
    font-size: var(--heading-2-size);
  }

  .sm\:text-h2-lg {
    font-size: 40px;
    font-size: var(--heading-2-size-lg);
  }

  .sm\:text-h2-md {
    font-size: 40px;
    font-size: var(--heading-2-size-md);
  }

  .sm\:text-h2-sm {
    font-size: 40px;
    font-size: var(--heading-2-size-sm);
  }

  .sm\:text-h3 {
    font-size: 24px;
    font-size: var(--heading-3-size);
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:leading-base {
    line-height: calc(32 / 20);
    line-height: var(--line-height-base);
  }

  .sm\:leading-h1-lg {
    line-height: calc(88 / 80);
    line-height: var(--heading-1-line-height-lg);
  }

  .sm\:leading-h1-md {
    line-height: calc(64 / 56);
    line-height: var(--heading-1-line-height-md);
  }

  .sm\:leading-h2 {
    line-height: calc(36 / 32);
    line-height: var(--heading-2-line-height);
  }

  .sm\:leading-h2-lg {
    line-height: calc(64 / 56);
    line-height: var(--heading-2-line-height-lg);
  }

  .sm\:leading-h2-md {
    line-height: calc(52 / 48);
    line-height: var(--heading-2-line-height-md);
  }

  .sm\:leading-h2-sm {
    line-height: calc(44 / 40);
    line-height: var(--heading-2-line-height-sm);
  }

  .sm\:leading-h3 {
    line-height: calc(28 / 24);
    line-height: var(--heading-3-line-height);
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:shadow-xl {
    --tw-shadow: 0 28px 20px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 28px 20px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 28px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)),
      var(--tw-shadow);
  }

  .sm\:after\:h-\[250px\]::after {
    content: var(--tw-content);
    height: 250px;
  }

  .sm\:hover\:bg-brand-alpha-200:hover {
    background-color: #6bc0b7;
    background-color: var(--brand-alpha-200);
  }

  .sm\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

@media (min-width: 795px) {
  .md\:before\:left-\[36px\]::before {
    content: var(--tw-content);
    left: 36px;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:mx-\[0px\] {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:mb-\[105px\] {
    margin-bottom: 105px;
  }

  .md\:mb-\[128px\] {
    margin-bottom: 128px;
  }

  .md\:mb-\[48px\] {
    margin-bottom: 48px;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[410px\] {
    max-width: 410px;
  }

  .md\:max-w-\[820px\] {
    max-width: 820px;
  }

  .md\:max-w-lg {
    max-width: 930px;
  }

  .md\:max-w-sm {
    max-width: 655px;
  }

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

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:gap-x-\[32px\] {
    -moz-column-gap: 32px;
    column-gap: 32px;
  }

  .md\:gap-x-\[8px\] {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .md\:p-\[48\] {
    padding: 48;
  }

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

  .md\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:px-\[17px\] {
    padding-left: 17px;
    padding-right: 17px;
  }

  .md\:px-\[36px\] {
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:text-h2-lg {
    font-size: 40px;
    font-size: var(--heading-2-size-lg);
  }

  .md\:text-h2-sm {
    font-size: 40px;
    font-size: var(--heading-2-size-sm);
  }

  .md\:leading-h2-lg {
    line-height: calc(64 / 56);
    line-height: var(--heading-2-line-height-lg);
  }

  .md\:leading-h2-sm {
    line-height: calc(44 / 40);
    line-height: var(--heading-2-line-height-sm);
  }

  .group:hover .md\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
    .lg\:sticky {
        position: sticky;
      }

  .lg\:bottom-\[34px\] {
    bottom: 34px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:-mx-\[16px\] {
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:mx-\[16px\] {
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:my-\[64px\] {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .lg\:mb-\[153px\] {
    margin-bottom: 153px;
  }

  .lg\:mb-\[44px\] {
    margin-bottom: 44px;
  }

  .lg\:mb-\[64px\] {
    margin-bottom: 64px;
  }

  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mt-\[-36px\] {
    margin-top: -36px;
  }

  .lg\:mt-\[128px\] {
    margin-top: 128px;
  }

  .lg\:mt-\[64px\] {
    margin-top: 64px;
  }

  .lg\:mt-\[80px\] {
    margin-top: 80px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[280px\] {
    height: 280px;
  }

  .lg\:max-h-\[550px\] {
    max-height: 550px;
  }

  .lg\:max-h-\[850px\] {
    max-height: 850px;
  }
  .lg\:min-h-\[574px\] {
    min-height: 574px;
  }

  .lg\:max-h-\[550px\] {
    max-height: 550px;
  }
  
  .lg\:min-h-\[574px\] {
    min-height: 574px;
  }

  .lg\:max-h-\[550px\] {
    max-height: 550px;
  }
  
  .lg\:min-h-\[574px\] {
    min-height: 574px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-\[128px\] {
    width: 128px;
  }

  .lg\:w-\[432px\] {
    width: 432px;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-\[235px\] {
    min-width: 235px;
  }

  .lg\:max-w-\[171px\] {
    max-width: 171px;
  }

  .lg\:max-w-\[312px\] {
    max-width: 312px;
  }

  .lg\:max-w-\[640px\] {
    max-width: 640px;
  }

  .lg\:max-w-\[664px\] {
    max-width: 664px;
  }

  .lg\:max-w-\[800px\] {
    max-width: 800px;
  }

  .lg\:max-w-\[896px\] {
    max-width: 896px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-screen-xl {
    max-width: 1250px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-1\.0 {
    flex: 1 0 0%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

  .lg\:gap-x-\[50px\] {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .lg\:gap-y-\[16px\] {
    row-gap: 16px;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

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

  .lg\:px-\[0\] {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:py-\[0px\] {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:py-\[128px\] {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .lg\:py-\[146px\] {
    padding-top: 146px;
    padding-bottom: 146px;
  }

  .lg\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:pb-\[108px\] {
    padding-bottom: 108px;
  }

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

  .lg\:pt-\[128px\] {
    padding-top: 128px;
  }

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

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

  .lg\:text-h1 {
    font-size: 40px;
    font-size: var(--heading-1-size);
  }

  .lg\:text-h1-lg {
    font-size: 80px;
    font-size: var(--heading-1-size-lg);
  }

  .lg\:text-h2-lg {
    font-size: 40px;
    font-size: var(--heading-2-size-lg);
  }

  .lg\:text-h2-md {
    font-size: 40px;
    font-size: var(--heading-2-size-md);
  }

  .lg\:text-h2-sm {
    font-size: 40px;
    font-size: var(--heading-2-size-sm);
  }

  .lg\:leading-h1-lg {
    line-height: calc(88 / 80);
    line-height: var(--heading-1-line-height-lg);
  }

  .lg\:leading-h2 {
    line-height: calc(36 / 32);
    line-height: var(--heading-2-line-height);
  }

  .lg\:leading-h2-lg {
    line-height: calc(64 / 56);
    line-height: var(--heading-2-line-height-lg);
  }

  .lg\:leading-h2-md {
    line-height: calc(52 / 48);
    line-height: var(--heading-2-line-height-md);
  }

  .lg\:leading-h2-sm {
    line-height: calc(44 / 40);
    line-height: var(--heading-2-line-height-sm);
  }

  .lg\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }

  .lg\:only\:mx-auto:only-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:only\:w-3\/5:only-child {
    width: 60%;
  }
}

@media (min-width: 1250px) {
  .xl\:-mx-\[24px\] {
    margin-left: -24px;
    margin-right: -24px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:min-w-\[323px\] {
    min-width: 323px;
  }

  .xl\:max-w-\[305px\] {
    max-width: 305px;
  }

  .xl\:max-w-\[323px\] {
    max-width: 323px;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-1\.0 {
    flex: 1 0 0%;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:p-\[32px\] {
    padding: 32px;
  }

  .xl\:px-\[--btn-padding-x\] {
    padding-left: 25px;
    padding-left: var(--btn-padding-x);
    padding-right: 25px;
    padding-right: var(--btn-padding-x);
  }

  .xl\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:ps-\[95px\] {
    padding-left: 95px;
  }
}

@media (min-width: 1440px) {
  .\32xl\:-mx-\[40px\] {
    margin-left: -40px;
    margin-right: -40px;
  }

  .\32xl\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), 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));
}