: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-zoomInUp{animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:.2s ease-out 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-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.2s ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.5s ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.2s ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s 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:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:.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:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.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)}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:1050;outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.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__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;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__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-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.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;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;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:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.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:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.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:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.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: 20px;--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);-webkit-user-select:none;-moz-user-select:none;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}.f-thumbs__track{display:flex;will-change:transform}.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);min-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:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){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))}.is-modern .f-thumbs__slide>*{-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:100%;margin:0;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-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.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{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;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;margin:auto 0;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: 20px;--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-hidden{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;-webkit-user-select:none;-moz-user-select:none;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}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}: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;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}: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-zoomInUp{animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:.2s ease-out 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-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.2s ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.5s ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.2s ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s 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:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:.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:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.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}}.f-carousel{--f-carousel-theme-color: #706f6c;--f-carousel-spacing: 0px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: auto;--f-carousel-slide-padding: 0;--f-button-width: 42px;--f-button-height: 42px;--f-button-color: var(--f-carousel-theme-color, currentColor);--f-button-hover-color: var(--f-carousel-theme-color, currentColor);--f-button-bg: transparent;--f-button-hover-bg: var(--f-button-bg);--f-button-active-bg: var(--f-button-bg);--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-next-pos: 10px;--f-button-prev-pos: 10px;position:relative;box-sizing:border-box}.f-carousel *,.f-carousel *:before,.f-carousel *:after{box-sizing:inherit}.f-carousel.is-ltr{direction:ltr}.f-carousel.is-rtl{direction:rtl}.f-carousel__viewport{overflow:hidden;transform:translate3d(0, 0, 0);backface-visibility:hidden;width:100%;height:100%}.f-carousel__viewport.is-draggable{cursor:move;cursor:grab}.f-carousel__viewport.is-dragging{cursor:move;cursor:grabbing}.f-carousel__track{display:flex;margin:0 auto;padding:0;height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.f-carousel__slide{position:relative;flex:0 0 auto;width:var(--f-carousel-slide-width);max-width:100%;height:var(--f-carousel-slide-height);margin:0 var(--f-carousel-spacing) 0 0;padding:var(--f-carousel-slide-padding);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;outline:0;transform-origin:center center}.f-carousel__slide.is-loading{min-height:88px;min-width:88px}.f-carousel.is-vertical{--f-carousel-slide-height: 100%}.f-carousel.is-vertical .f-carousel__track{flex-wrap:wrap}.f-carousel.is-vertical .f-carousel__slide{margin:0 0 var(--f-carousel-spacing) 0}:root{--f-carousel-dots-width: 24px;--f-carousel-dots-height: 30px;--f-carousel-dot-width: 8px;--f-carousel-dot-height: 8px;--f-carousel-dot-radius: 50%;--f-carousel-dot-color: var(--f-carousel-theme-color, currentColor);--f-carousel-dot-opacity: 0.2;--f-carousel-dot-hover-opacity: 0.4}.f-carousel__dots{position:absolute;bottom:calc(var(--f-carousel-dots-height)*-1);left:0;right:0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:0 auto !important;padding:0;list-style:none !important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-carousel__dots li{margin:0;padding:0;border:0;display:flex;align-items:center;justify-content:center;opacity:var(--f-carousel-dot-opacity);transition:opacity .15s ease-in-out}.f-carousel__dots li+li{margin:0}.f-carousel__dots li:hover{opacity:var(--f-carousel-dot-hover-opacity)}.f-carousel__dots li.is-current{opacity:1}.f-carousel__dots li button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;margin:0;padding:0;width:var(--f-carousel-dots-width);height:var(--f-carousel-dots-height);border:0;background:rgba(0,0,0,0);cursor:pointer;transition:all .2s linear}.f-carousel__dot{display:block;margin:0;padding:0;border:0;width:var(--f-carousel-dot-width);height:var(--f-carousel-dot-height);border-radius:var(--f-carousel-dot-radius);background-color:var(--f-carousel-dot-color);line-height:0;font-size:0;cursor:pointer;pointer-events:none}.f-carousel__dots.is-dynamic li:not(.is-prev,.is-next,.is-current,.is-after-next,.is-before-prev) button{transform:scale(0);width:0}.f-carousel__dots.is-dynamic li.is-before-prev button,.f-carousel__dots.is-dynamic li.is-after-next button{transform:scale(0.22)}.f-carousel__dots.is-dynamic li.is-prev button,.f-carousel__dots.is-dynamic li.is-next button{transform:scale(0.66)}.f-carousel__dots.is-dynamic li.is-current button{transform:scale(1)}.f-carousel__dots.is-dynamic li.is-before-prev button,.f-carousel__dots.is-dynamic li.is-after-next button{transform:scale(0.33)}.f-carousel__dots.is-dynamic li.is-current:first-child{margin-left:calc(var(--f-carousel-dots-width)*2)}.f-carousel__dots.is-dynamic li.is-prev:first-child{margin-left:var(--f-carousel-dots-width)}.f-carousel__dots.is-dynamic li.is-next:last-child{margin-right:var(--f-carousel-dots-width)}.f-carousel__dots.is-dynamic li.is-current:last-child{margin-right:calc(var(--f-carousel-dots-width)*2)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:first-child{margin-left:0;margin-right:var(--f-carousel-dots-width)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-prev:first-child{margin-left:0;margin-right:var(--f-carousel-dots-width)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:last-child{margin-left:0;margin-right:var(--f-carousel-dots-width)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-next:last-child{margin-right:0;margin-left:var(--f-carousel-dots-width)}: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)}/* {outputFileName:style} */
:root {
  --black: #000;
  --primary-font: helvetica, arial, sans-serif;
  --secondary-font: verdana;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
*::before,
*::after {
  display: block;
}
img,
picture,
video,
iframe,
figure {
  display: block;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
a {
  display: block;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
strong,
blockquote,
i,
b,
u,
em {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  text-decoration: none;
}
em {
  font-style: italic;
}
u {
  text-decoration: underline;
}
p a,
label a {
  display: inline;
}
li {
  list-style-type: none;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
::-moz-selection {
  color: var(--white, white);
  text-shadow: none;
  background-color: var(--black, black);
}
::selection {
  color: var(--white, white);
  text-shadow: none;
  background-color: var(--black, black);
}
form,
input,
textarea,
select,
button,
label {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
table,
tr,
td {
  border-spacing: 0;
  border-collapse: collapse;
}
svg {
  display: block;
  width: 100%;
  fill: currentcolor;
}
hr {
  overflow: visible;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
textarea {
  resize: vertical;
}
[hidden] {
  display: none !important;
}
main {
  overflow-x: hidden;
  display: block;
  flex: 1 0 auto;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.8em;
}
img {
  border-style: none;
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: var(--primary-font);
  font-size: 100%;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input {
  overflow: visible;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
}
/* We declare colors in a map as key: value
with the color name as the key and the hex
as the value

And we are goint to use it in _utils.scss */
*,
*::before,
*::after {
  font-family: "interstate", sans-serif;
}
h1,
h2 {
  font-family: "new-spirit", serif;
}
/*
  This mixin will build the prefix values for the property and value passed in.
  It will also add the property and value without the prefix.
  Example:
    @include build-prefix-values('transition', 'all 1s linear');
*/
/* 
  Example usage:
    .my-class {
      // Default usage
      @include transition();
      // Custom usage
      @include transition('all', 1s, linear);
    }
*/
:root {
  --wrapper-margin: 1.875rem;
  --wrapper-max-width: calc(100% - var(--wrapper-margin));
  --wrapper-min-width: calc(100% - (var(--wrapper-margin) / 2));
}
@media screen and (min-width: 428px) {
  :root {
    --wrapper-margin: 2rem;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --wrapper-margin: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --wrapper-margin: 4.2813rem;
  }
}
@media screen and (min-width: 1366px) {
  :root {
    --wrapper-margin: 5.2813rem;
    --wrapper-min-width: calc(100% - (var(--wrapper-margin) / 3));
  }
}
@media screen and (min-width: 1400px) {
  :root {
    --wrapper-margin: 8.5625rem;
    --wrapper-min-width: calc(100% - (var(--wrapper-margin) / 4));
  }
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: var(--wrapper-max-width);
  margin-right: auto;
  margin-left: auto;
  color: inherit;
}
.wrapper--small {
  max-width: var(--wrapper-min-width);
}
.wrapper--only-left {
  max-width: calc(100% - var(--wrapper-margin) / 2);
  margin-right: 0;
  margin-left: auto;
}
.wrapper--only-right {
  max-width: calc(100% - var(--wrapper-margin) / 2);
  margin-right: auto;
  margin-left: 0;
}
@media screen and (min-width: 1440px) {
  .wrapper.xl\:wrapper--small {
    max-width: var(--wrapper-min-width);
  }
  .wrapper.xl\:only-left {
    max-width: calc(100% - var(--wrapper-margin) / 2);
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .wrapper.md\:only-left {
    max-width: calc(100% - var(--wrapper-margin) / 2);
    margin-right: 0;
    margin-left: auto;
  }
  .wrapper.md\:only-right {
    max-width: calc(100% - var(--wrapper-margin) / 2);
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .wrapper {
    max-width: 90rem;
  }
  .wrapper--only-left, .wrapper--only-right {
    max-width: calc(100% - (100vw - 90rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .md\:wrapper {
    position: relative;
    width: 100%;
    max-width: var(--wrapper-max-width);
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .xl\:no-wrapper {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
}
@media screen and (min-width: 1024px) {
  .lg\:no-wrapper {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:no-wrapper {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    margin-right: auto;
    margin-left: auto;
  }
}
/*
  This mixin will build the prefix values for the property and value passed in.
  It will also add the property and value without the prefix.
  Example:
    @include build-prefix-values('transition', 'all 1s linear');
*/
/* 
  Example usage:
    .my-class {
      // Default usage
      @include transition();
      // Custom usage
      @include transition('all', 1s, linear);
    }
*/
/* We declare colors in a map as key: value
with the color name as the key and the hex
as the value

And we are goint to use it in _utils.scss */
h1 {
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 3rem;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 3.75rem;
    line-height: 4.875rem;
  }
}
h2 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: 0.056rem;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 2.8125rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: 0.1625rem;
  }
}
h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.375rem;
  letter-spacing: 0.024rem;
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 1.625rem;
    letter-spacing: 0.026rem;
  }
}
p {
  margin-bottom: 0.625rem;
}
p,
span,
li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.018rem;
}
@media screen and (min-width: 992px) {
  p,
  span,
  li {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 0.02rem;
  }
}
button,
a {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
html.overflow-hidden {
  overflow: hidden;
}
html.overflow-hidden.with-fancybox {
  overflow: visible;
}
/* Using @each we create a CSS class for
color and background using the name in the class
and the value as the property value that we need

Ex: .color--white { color: #FFFFFFF; } and
.bg-color--white { background-color: #FFFFFF; } */
.color--governor-bay {
  color: #3d43bf;
}
.bg-color--governor-bay {
  background-color: #3d43bf;
}
.hero--bg-color-governor-bay {
  --hero-bg: #3d43bf;
}
.color--gulf-blue {
  color: #041655;
}
.bg-color--gulf-blue {
  background-color: #041655;
}
.hero--bg-color-gulf-blue {
  --hero-bg: #041655;
}
.color--paris-white {
  color: #c9ded2;
}
.bg-color--paris-white {
  background-color: #c9ded2;
}
.hero--bg-color-paris-white {
  --hero-bg: #c9ded2;
}
.color--light-neptune {
  color: #70a3b8;
}
.bg-color--light-neptune {
  background-color: #70a3b8;
}
.hero--bg-color-light-neptune {
  --hero-bg: #70a3b8;
}
.color--shark {
  color: #212529;
}
.bg-color--shark {
  background-color: #212529;
}
.hero--bg-color-shark {
  --hero-bg: #212529;
}
.color--light-ziggurat {
  color: #b9d7e0;
}
.bg-color--light-ziggurat {
  background-color: #b9d7e0;
}
.hero--bg-color-light-ziggurat {
  --hero-bg: #b9d7e0;
}
.color--white {
  color: #fff;
}
.bg-color--white {
  background-color: #fff;
}
.hero--bg-color-white {
  --hero-bg: #fff;
}
.color--french-lilac {
  color: #ddd0f0;
}
.bg-color--french-lilac {
  background-color: #ddd0f0;
}
.hero--bg-color-french-lilac {
  --hero-bg: #ddd0f0;
}
.color--mine-shaft {
  color: #383838;
}
.bg-color--mine-shaft {
  background-color: #383838;
}
.hero--bg-color-mine-shaft {
  --hero-bg: #383838;
}
.color--moody-blue {
  color: #7179cd;
}
.bg-color--moody-blue {
  background-color: #7179cd;
}
.hero--bg-color-moody-blue {
  --hero-bg: #7179cd;
}
.color--glacier {
  color: #70a3bb;
}
.bg-color--glacier {
  background-color: #70a3bb;
}
.hero--bg-color-glacier {
  --hero-bg: #70a3bb;
}
.color--ziggurat {
  color: rgba(185, 215, 224, 0.451);
}
.bg-color--ziggurat {
  background-color: rgba(185, 215, 224, 0.451);
}
.hero--bg-color-ziggurat {
  --hero-bg: rgba(185, 215, 224, 0.451);
}
.color--black {
  color: #000;
}
.bg-color--black {
  background-color: #000;
}
.hero--bg-color-black {
  --hero-bg: #000;
}
.color--red {
  color: #CE4646;
}
.bg-color--red {
  background-color: #CE4646;
}
.hero--bg-color-red {
  --hero-bg: #CE4646;
}
.color--mystic {
  color: #d4e5db;
}
.bg-color--mystic {
  background-color: #d4e5db;
}
.hero--bg-color-mystic {
  --hero-bg: #d4e5db;
}
.color--nepal {
  color: #8cb5c6;
}
.bg-color--nepal {
  background-color: #8cb5c6;
}
.hero--bg-color-nepal {
  --hero-bg: #8cb5c6;
}
.color--azure {
  color: #007bff;
}
.bg-color--azure {
  background-color: #007bff;
}
.hero--bg-color-azure {
  --hero-bg: #007bff;
}
.color--light-glacier {
  color: #e1e3f3;
}
.bg-color--light-glacier {
  background-color: #e1e3f3;
}
.hero--bg-color-light-glacier {
  --hero-bg: #e1e3f3;
}
.color--pattens-blue {
  color: #dbeaef;
}
.bg-color--pattens-blue {
  background-color: #dbeaef;
}
.hero--bg-color-pattens-blue {
  --hero-bg: #dbeaef;
}
.color--magenta {
  color: #ff00f5;
}
.bg-color--magenta {
  background-color: #ff00f5;
}
.hero--bg-color-magenta {
  --hero-bg: #ff00f5;
}
.color--nickel {
  color: #737373;
}
.bg-color--nickel {
  background-color: #737373;
}
.hero--bg-color-nickel {
  --hero-bg: #737373;
}
.color--lavender {
  color: #b999d9;
}
.bg-color--lavender {
  background-color: #b999d9;
}
.hero--bg-color-lavender {
  --hero-bg: #b999d9;
}
.color--cerulean {
  color: #00A9E0;
}
.bg-color--cerulean {
  background-color: #00A9E0;
}
.hero--bg-color-cerulean {
  --hero-bg: #00A9E0;
}
.mobile--only {
  display: block;
}
@media (min-width: 768px) {
  .mobile--only {
    display: none;
  }
}
.desktop--only {
  display: none;
}
@media (min-width: 1200px) {
  .desktop--only {
    display: block;
  }
}
.button {
  transition: all, 0.4s, ease-in-out 1s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  max-height: 4.375rem;
  padding: 0.9375rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #fff;
  background-color: #3d43bf;
  border: 3px solid transparent;
}
.button--rounded {
  border-radius: 18.75rem;
}
.button:hover {
  color: #041655;
  background-color: #b9d7e0;
  border-color: #b9d7e0;
}
.button.button--no-hover-border-change:hover {
  border-color: transparent !important;
}
.button--secondary {
  color: #212529;
  background-color: #b9d7e0;
}
.button--secondary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.button--tertiary {
  position: relative;
  color: #3d43bf;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  background-color: transparent;
  border: none;
}
.button--tertiary::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1.25rem;
  margin-left: 1.125rem;
  background-image: url("/assets/images/button-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.button--tertiary:hover {
  color: #041655;
  background-color: transparent;
  border-color: transparent;
}
.button--tertiary:hover::after {
  background-image: url("/assets/images/button-arrow-hover.svg");
  animation: bounceicon 1.5s forwards linear infinite;
}
.button--fill {
  color: #041655;
  background-color: #b9d7e0;
}
.button--fill:hover {
  color: #fff;
  background-color: #3d43bf;
  border-color: transparent;
}
.button--fill.button--no-hover-change {
  color: #041655;
  background-color: #b9d7e0;
}
.button--fill.button--secondary {
  color: #fff;
  background-color: #3d43bf;
}
.button--fill.button--secondary:hover {
  color: #041655;
  background-color: transparent;
  border-color: #041655;
}
.button--fill.button--secondary.button--no-hover-change {
  color: #fff;
  background-color: #3d43bf;
  border-color: transparent;
}
.button--fill.button--tertiary {
  color: #fff;
  text-transform: none;
  letter-spacing: normal;
  background-color: #041655;
}
.button--fill.button--tertiary::after {
  display: none;
}
.button--fill.button--tertiary:hover {
  color: #041655;
  background-color: #b9d7e0;
}
.button--fill.button--on-lavender-bg {
  color: #fff;
  background-color: #041655;
}
.button--fill.button--on-lavender-bg.button--secondary {
  background-color: #3d43bf;
  border-color: transparent;
}
.button--fill.button--on-lavender-bg:hover {
  color: #fff;
  background-color: #b9d7e0;
}
.button--fill.button--on-green-bg {
  color: #fff;
  background-color: #3d43bf;
}
.button--fill.button--on-green-bg:hover {
  color: #fff;
  background-color: #041655;
}
.button--ghost {
  color: #3d43bf;
  background-color: transparent;
  border-color: #3d43bf;
}
.button--ghost:hover {
  color: #fff;
  background-color: #3d43bf;
  border-color: #3d43bf;
}
.button--ghost.button--secondary {
  color: #041655;
  border-color: #041655;
}
.button--ghost.button--secondary:hover {
  color: #fff;
  background-color: #041655;
}
.button--ghost.button--on-lavender-bg {
  color: #041655;
  background-color: transparent;
  border-color: #041655;
}
.button--ghost.button--on-lavender-bg:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
@keyframes bounceicon {
  0% {
    margin-left: 0.5rem;
  }
  50% {
    margin-left: 1.125rem;
  }
  100% {
    margin-left: 0.5rem;
  }
}
:root {
  --header-height: 5.3125rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 115px;
  }
}
.site__header {
  position: sticky;
  z-index: 3;
  top: 0;
  width: 100%;
}
.site__header .header__slide {
  background-color: #fff;
  transition: transform 0.35s linear;
}
.site__header .header__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.3125rem;
  padding-right: var(--wrapper-margin);
  padding-bottom: 0.9375rem;
  padding-left: var(--wrapper-margin);
}
.site__header .header__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 15px;
  background: linear-gradient(90deg, #B9D7E0 0%, #B999D9 49%, #3D43BF 100%);
}
@media screen and (min-width: 1024px) {
  .site__header .header__top {
    display: inline-block;
    width: 90%;
    height: auto;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .site__header .header__top::after {
    display: none;
  }
  .site__header .header__top .header__button {
    display: none;
  }
}
.site__header .header__inner {
  width: 100%;
}
.site__header .header__inner > .button__symptoms-searcher {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site__header .header__inner {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 8fr 70px;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
  }
  .site__header .header__inner::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 15px;
    background: linear-gradient(105deg, #b9d7e0 0, #b999d9 50%, #3d43bf 85%);
  }
  .site__header .header__inner > .button__symptoms-searcher {
    display: inline-block;
    min-height: 100px;
  }
}
.site__header .logo img {
  max-height: 85px;
}
@media screen and (min-width: 1024px) {
  .site__header .logo img {
    max-width: 300px;
  }
}
.site__header .header__icon {
  position: relative;
  display: inline-block;
}
.site__header .header__icon::after, .site__header .header__icon::before {
  position: absolute;
  background-color: #041655;
  transition: all 0.3s linear;
}
.site__header .header__button {
  width: 2.5rem;
  height: 2.5rem;
}
.site__header .header__button .icon__arrow {
  width: 20px;
  height: 11px;
  /* @media screen and (min-width: 1200px) {
    height: .375rem;

    &::after,
    &::before {
      height: .375rem;
    }
  }

  @media screen and (min-width: 1440px) {
    top: .0625rem;
    height: .4375rem;

    &::after,
    &::before {
      height: .4375rem;
    }

    &::before {
      left: -0.25rem;
    }
  }

  @media screen and (min-width: 1580px) {
    top: .0625rem;
    height: .5rem;

    &::after,
    &::before {
      height: .5rem;
    }
  }

  @media screen and (min-width: 1920px) {
    top: 0;
    height: .625rem;

    &::after,
    &::before {
      height: .625rem;
    }

    &::after {
      left: .125rem
    }
  } */
}
.site__header .header__button .icon__arrow::before, .site__header .header__button .icon__arrow::after {
  content: "";
  display: block;
  width: 0.125rem;
  height: 0.625rem;
  border-radius: 0.3125rem;
}
.site__header .header__button .icon__arrow--right::before {
  bottom: -2px;
  left: 10px;
  transform: rotate(220deg);
}
.site__header .header__button .icon__arrow--right::after {
  top: -4px;
  left: 10px;
  transform: rotate(-220deg);
}
.site__header .header__button .icon__arrow--left::before {
  bottom: -2px;
  left: 10px;
  transform: rotate(-220deg);
}
.site__header .header__button .icon__arrow--left::after {
  top: -4px;
  left: 10px;
  transform: rotate(220deg);
}
.site__header .header__button .icon__arrow--down::before {
  top: 0;
  left: -5px;
  transform: rotate(140deg);
}
.site__header .header__button .icon__arrow--down::after {
  top: 0;
  left: 1px;
  transform: rotate(-140deg);
}
.site__header .header__button .icon__arrow--up::before {
  top: 0;
  left: -5px;
  transform: rotate(45deg);
}
.site__header .header__button .icon__arrow--up::after {
  top: 0;
  left: 1px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .site__header .header__button .icon__arrow {
    top: 0.125rem;
    height: 0.5rem;
  }
  .site__header .header__button .icon__arrow::after, .site__header .header__button .icon__arrow::before {
    width: 0.0625rem;
    height: 0.5rem;
  }
  .site__header .header__button .icon__arrow::after {
    left: 0.125rem;
  }
  .site__header .header__button .icon__arrow::before {
    left: -0.1875rem;
  }
}
@media screen and (min-width: 1250px) {
  .site__header .header__button .icon__arrow {
    top: -1px;
  }
}
@media screen and (min-width: 1400px) {
  .site__header .header__button .icon__arrow {
    top: 0;
  }
}
.site__header .header__button .icon__navbar-toggler {
  width: 1.4375rem;
  height: 1.25rem;
  line-height: 1;
  border-bottom: 0.25rem solid #041655;
  border-radius: 2px;
  transition: all 0.3s linear;
}
.site__header .header__button .icon__navbar-toggler::before, .site__header .header__button .icon__navbar-toggler::after {
  content: "";
  top: 0;
  left: 0;
  width: 1.4375rem;
  height: 0.25rem;
  border-radius: 50px;
}
.site__header .header__button .icon__navbar-toggler::after {
  top: 0.5rem;
}
.site__header .header__button .icon__search {
  cursor: pointer;
  width: 1.5625rem;
  height: 1.5625rem;
}
.site__header .header__button .icon__search::before {
  content: "";
  top: 55%;
  left: 73%;
  transform: rotate(-45deg);
  display: inline-block;
  width: 15%;
  height: 50%;
  border-radius: 100px;
}
.site__header .header__button .icon__search::after {
  content: "";
  top: 0;
  left: 0;
  transform: rotate(0);
  display: inline-block;
  width: 80%;
  height: 80%;
  background-color: transparent;
  border: 4px solid #041655;
  border-radius: 50%;
}
.site__header .header__button .icon__search.header__icon--white::before {
  background-color: #fff;
}
.site__header .header__button .icon__search.header__icon--white::after {
  border-color: #fff;
}
.site__header .header__button.button__toggler--collapsed .icon__navbar-toggler {
  border-bottom-width: 0;
}
.site__header .header__button.button__toggler--collapsed .icon__navbar-toggler::before {
  top: 0.5rem;
  transform: rotate(45deg);
}
.site__header .header__button.button__toggler--collapsed .icon__navbar-toggler::after {
  transform: rotate(-45deg);
}
.site__header .header__button.button__toggle-submenu {
  width: auto;
}
@media screen and (min-width: 1024px) {
  .site__header .header__button.button__toggle-submenu {
    position: relative;
    top: 0;
    right: 0;
    width: 1rem;
    padding: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .site__header .header__button.button__toggle-submenu {
    padding: 0.9375rem;
  }
}
@media screen and (min-width: 1920px) {
  .site__header .header__button.button__toggle-submenu {
    padding: 1.25rem;
  }
}
.site__header .header__button.button__hide-submenu {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.875rem 0.9375rem;
  font-family: "new-spirit", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.1px;
}
.site__header .header__button.button__hide-submenu .icon__arrow {
  margin-right: 30px;
}
@media screen and (min-width: 1024px) {
  .site__header .header__button.button__hide-submenu {
    display: none;
  }
}
.site__header .header__button.button {
  border: none;
}
.site__header .header__button.button::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site__header .header__button {
    width: auto;
  }
}
.site__header--show .header__slide {
  transform: translateY(0);
}
.site__header--hiding .header__slide {
  transform: translateY(-100%);
}
.site__header--hidden {
  z-index: -1;
  overflow-y: hidden;
  height: var(--header-height);
  opacity: 0;
}
.site__header--hidden .header__slide {
  transform: translateY(-100%);
}
@media screen and (min-width: 1024px) {
  .site__header {
    padding-bottom: 15px;
  }
  .site__header .button__toggle-submenu {
    height: 70px;
  }
}
@keyframes show-navigation {
  0% {
    height: 0;
  }
  100% {
    height: calc(100vh - 85px);
  }
}
@keyframes hide-navigation {
  0% {
    height: calc(100vh - 85px);
  }
  100% {
    height: 0;
  }
}
@keyframes show-submenu {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes hide-submenu {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.site__navigation {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100vw;
  padding: 0 var(--wrapper-margin);
  background-color: #fff;
}
.site__navigation--hidden {
  height: 0;
}
.site__navigation--hiding {
  animation: hide-navigation 0.35s;
}
.site__navigation--show {
  box-sizing: border-box;
  height: 100dvh;
  padding-bottom: 1.875rem;
  animation: show-navigation 0.35s;
}
@media screen and (max-height: 700px) and (max-width: 1023px) {
  .site__navigation--show {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1024px) {
  .site__navigation {
    position: relative;
    left: unset;
    overflow: unset;
    display: inline-block;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    background-color: transparent;
  }
}
.menu-item__link {
  width: 100%;
  padding: 1.875rem 0;
  padding-left: 0.1875rem;
}
.menu-item__link .menu-item__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #383838;
}
.menu-item__link .menu-item__text.color--gulf-blue {
  color: #041655;
}
.menu-item__link .menu-item__text.text--transform-none {
  text-transform: none;
}
@media screen and (min-width: 1024px) {
  .menu-item__link .menu-item__text {
    font-size: 10.5px;
    font-weight: 500;
    line-height: 1.6;
    color: #383838;
    letter-spacing: 0.1px;
  }
}
@media screen and (min-width: 1250px) {
  .menu-item__link .menu-item__text {
    font-size: 15px;
    line-height: normal;
  }
}
@media screen and (min-width: 1600px) {
  .menu-item__link .menu-item__text {
    font-size: 1.25rem;
  }
}
.menu-item__link--active .menu-item__text {
  border-bottom: 3px solid #3d43bf;
}
@media screen and (min-width: 1024px) {
  .menu-item__link {
    padding: 0;
    text-align: left;
  }
}
.nav__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.nav__menu-item {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  width: 100%;
  font-family: "interstate", sans-serif;
  border-top: 1px solid #041655;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .nav__menu-item > * {
    margin: calc(0.625rem / 2);
  }
}
.nav__menu-item:last-child {
  gap: 0;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  text-transform: none;
  border: none;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .nav__menu-item:last-child > * {
    margin: calc(0 / 2);
  }
}
.nav__menu-item:last-child .menu-item__text {
  font-weight: 800;
  letter-spacing: 0.1px;
}
.nav__menu-item:last-child .menu-item__text sup {
  top: -3px;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .nav__menu-item:last-child .menu-item__text {
    font-weight: 700;
    color: #041655;
  }
}
.nav__menu-item:last-child .menu-item__link {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #041655;
}
.nav__menu-item:last-child .menu-item__link:hover {
  background-color: #b9d7e0;
}
.nav__menu-item:last-child .menu-item__link:hover .menu-item__text {
  border-bottom: none;
}
.nav__menu-item:last-child .menu-item__link--active:hover .menu-item__text {
  border-bottom: 3px solid #b9d7e0;
}
@media screen and (min-width: 1024px) {
  .nav__menu-item:last-child .menu-item__link {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .nav__menu-item:last-child {
    gap: 0;
    position: relative;
    display: flex;
    justify-content: stretch;
    text-align: center;
  }
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .nav__menu-item:last-child > * {
      margin: calc(0 / 2);
    }
  }
  .nav__menu-item:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    display: block;
    width: 1px;
    height: 100%;
    opacity: 0.25;
    background-color: #3d43bf;
  }
  .nav__menu-item:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 95px;
    display: block;
    width: 1px;
    height: 100%;
    opacity: 0.25;
    background-color: #3d43bf;
  }
  .nav__menu-item:last-child .menu-item__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    text-align: center;
    border: none;
    height: 100%;
  }
  .nav__menu-item:last-child .menu-item__link .menu-item__text {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1250px) {
  .nav__menu-item:last-child::after {
    right: 110px;
  }
}
@media screen and (min-width: 1600px) {
  .nav__menu-item:last-child::after {
    right: 125px;
  }
}
@media screen and (min-width: 1024px) {
  .nav__menu-item {
    gap: 0;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: 100px;
    padding: 0;
    color: #383838;
    border: none;
  }
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .nav__menu-item > * {
      margin: calc(0 / 2);
    }
  }
}
@media screen and (min-width: 1024px) {
  .nav__menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.nav__sub-menu {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  padding: 0 var(--wrapper-margin);
  background-color: #fff;
  transition: transform 0.35s linear;
}
.nav__sub-menu--show {
  transform: translateX(0%);
}
.nav__sub-menu .sub-menu__item:not(:first-child) {
  border-top: 1px solid #041655;
}
@media screen and (min-width: 1024px) {
  .nav__sub-menu .sub-menu__item:not(:first-child) {
    border-top: none;
  }
}
@media screen and (min-width: 1024px) {
  .nav__sub-menu .sub-menu__item {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .nav__sub-menu .sub-menu__item:first-child {
    margin-top: 1.25rem;
  }
  .nav__sub-menu .sub-menu__item:last-child {
    margin-bottom: 1.25rem;
  }
}
.nav__sub-menu .sub-menu__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #031754;
  text-transform: none;
  letter-spacing: 0.1px;
}
@media screen and (min-width: 1024px) {
  .nav__sub-menu .sub-menu__text {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.nav__sub-menu .sub-menu__link {
  padding: 1.875rem 0.9375rem;
}
.nav__sub-menu .sub-menu__link--active .sub-menu__text {
  border-bottom: 3px solid #3d43bf;
}
@media screen and (min-width: 1024px) {
  .nav__sub-menu .sub-menu__link {
    width: -moz-max-content;
    width: max-content;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .nav__sub-menu {
    top: 75%;
    left: 0;
    transform: unset;
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 19.375rem;
    height: 0;
    padding: 0;
    border-radius: 6px;
    transition: unset;
  }
  .nav__sub-menu--show {
    transform: unset;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #707070;
    animation: show-submenu 0.35s;
  }
  .nav__sub-menu--hiding {
    border: 1px solid rgba(0, 0, 0, 0);
    animation: hide-submenu 0.35s;
  }
}
/* Animation from http://ianlunn.github.io/Hover/ */
@media screen and (min-width: 1024px) {
  .nav__menu-item.hvr-underline-from-left > a,
  .sub-menu__link.hvr-underline-from-left {
    position: relative;
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .nav__menu-item.hvr-underline-from-left > a:not(.menu-item__link--active)::before,
  .sub-menu__link.hvr-underline-from-left:not(.sub-menu__link--active)::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 100%;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #3d43bf;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: right;
  }
  li.nav__menu-item.hvr-underline-from-left:hover > a::before,
  li.nav__menu-item.hvr-underline-from-left:focus > a::before,
  li.nav__menu-item.hvr-underline-from-left:active > a::before,
  .sub-menu__link.hvr-underline-from-left:hover::before,
  .sub-menu__link.hvr-underline-from-left:focus::before,
  .sub-menu__link.hvr-underline-from-left:active::before {
    right: 0;
  }
}
[role=tablist] {
  scroll-behavior: smooth;
  scrollbar-width: none;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  height: 3.125rem;
  margin: 0;
  padding: 0.3125rem 0.9375rem;
  background-color: #c1c1c1;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
[role=tablist] li {
  height: 2.5rem;
  margin-right: 1rem;
  list-style-type: none;
}
[role=tablist] li::marker {
  display: none;
}
[role=tablist] a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.875rem;
  height: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.125rem;
  color: currentcolor;
  border: 2px solid currentcolor;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  [role=tablist] a {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
}
[role=tablist] [aria-selected] {
  font-weight: 900;
  background-color: #FFF;
  border: 2px solid #FFF;
}
[role=tabpanel] {
  padding: 1rem;
}
input {
  width: 100%;
}
input[type=submit] {
  cursor: pointer;
}
input[type=checkbox], input[type=radio] {
  transform: translateY(-0.075em);
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: currentcolor;
  border: 3px solid currentcolor;
}
input[type=radio] {
  border-radius: 50%;
}
input[type=radio]::before {
  content: "";
  transform: scale(0);
  width: 0.65em;
  height: 0.65em;
  background-color: CanvasText;
  border-radius: 50%;
  box-shadow: inset 1em 1em currentcolor;
  transition: 120ms transform ease-in-out;
}
input[type=radio]:checked::before {
  transform: scale(1.5);
}
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
}
input[type=checkbox]:checked {
  background-color: currentcolor;
  border-color: currentcolor;
}
.form__control {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 0;
  transition: all 100ms ease-in-out;
}
.form__control .form__control-label,
.form__control .form__control-legend {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 14px;
  color: #000;
}
.form__control .form__control-legend {
  margin-bottom: 0.5rem;
  line-height: 18px;
}
.form__control .form__control-error {
  position: absolute;
  top: 101%;
  left: 0;
  display: none;
  font-size: 1rem;
  color: #CE4646;
}
@media screen and (min-width: 1024px) {
  .form__control .form__control-error {
    font-size: 0.875rem;
  }
}
.form__control[data-required=true] .form__control-label::after,
.form__control[data-required=true] .form__control-legend::after {
  content: "*";
  display: inline-block;
  margin-left: 0.25rem;
  color: #CE4646;
}
.form__control .form__control-input {
  width: 100%;
  height: 2.9375rem;
  padding: 0.625rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
  background-color: #fff;
  outline: 1px solid #000;
}
.form__control .form__control-input::-moz-placeholder {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
}
.form__control .form__control-input::placeholder {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
}
.form__control .form__control-select-wrapper {
  position: relative;
  height: 2.9375rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
  outline: 1px solid #000;
}
.form__control .form__control-select-wrapper .form__control-select {
  width: 100%;
  height: 100%;
  padding: 0.625rem 2.5rem 0.625rem 1.875rem;
}
.form__control .form__control-select-wrapper .form__control-select:focus {
  border: none;
  outline: none;
}
.form__control .form__control-select-wrapper .form__control-select option,
.form__control .form__control-select-wrapper .form__control-select option:checked {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
}
.form__control .form__control-checkbox {
  align-items: center;
}
.form__control .form__control-checkbox .form__control-label {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 300;
  line-height: 17.5px;
}
@media screen and (min-width: 768px) {
  .form__control .form__control-checkbox .form__control-label {
    font-size: 1.125rem;
  }
}
.form__control .form__control-radio,
.form__control .form__control-checkbox {
  display: flex;
  align-items: center;
}
.form__control .form__control-radio:not(:last-of-type),
.form__control .form__control-checkbox:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.form__control .form__control-radio input,
.form__control .form__control-checkbox input {
  margin-right: 0.625rem;
}
.form__control.form__control--invalid[data-touched=true][data-required=true][data-is-valid=false] .form__control-label {
  color: #CE4646;
}
.form__control.form__control--invalid[data-touched=true][data-required=true][data-is-valid=false] .form__control-input,
.form__control.form__control--invalid[data-touched=true][data-required=true][data-is-valid=false] .form__control-select-wrapper {
  outline-color: #CE4646;
}
.form__control.form__control--invalid[data-touched=true][data-required=true][data-is-valid=false] .form__control-error {
  display: block;
}
.accordion__item_content {
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
  height: 100%;
  max-height: 0;
  padding-top: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: #000;
}
.accordion__item_content a {
  font-weight: 600;
  color: #CE4646;
  text-decoration: underline;
}
.accordion__item_content p {
  padding-bottom: 1rem;
  color: #000;
}
.accordion__item_content p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.accordion__item_content[role=tabpanel] {
  padding: 0;
}
.accordion__item {
  margin-bottom: 0.5rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  background-color: #fff;
}
.accordion__item_header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.accordion__item_title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  line-height: 1.5588rem;
  color: #000;
  text-align: center;
}
.accordion__item_title::after {
  content: "";
  display: block;
  width: 1.3313rem;
  height: 0.8087rem;
  margin-top: 0.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.accordion [aria-expanded=true] {
  background-color: #d5d5d5;
}
.accordion [aria-expanded=true] .accordion__item_content {
  max-height: 500px;
}
.accordion [aria-expanded=true] .accordion__item_title::after {
  transform: rotate(180deg);
}
.accordion-group-toggle {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: underline;
}
.accordion-group-toggle::after {
  content: "Expand all";
}
.accordion-group-toggle--opened::after {
  content: "Collapse all";
}
.pinch-to-zoom {
  height: 100%;
  margin: 0 !important;
  width: 100% !important;
  padding: 0.5rem 1rem;
}
.pinch-to-zoom .pinch-to-zoom__close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #000000;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 40%;
}
.footer {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
  background-color: #041655;
}
.footer::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.9375rem;
  background: linear-gradient(90deg, #B9D7E0 0%, #B999D9 49%, #3D43BF 100%);
}
.footer__wrapper {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__wrapper {
    display: grid;
    grid-template-areas: "branding navigation links";
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.footer__navigation {
  display: grid;
  margin-bottom: 2rem;
}
.footer__navigation_item {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.footer__navigation_item_heading {
  margin-bottom: 2rem;
  font-family: "interstate", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.032rem;
}
@media screen and (min-width: 768px) {
  .footer__navigation_item_heading {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__navigation_item_heading {
    margin-bottom: 1.75rem;
  }
}
.footer__navigation_item .footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__navigation_item .footer__nav_menu_item {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.footer__navigation_item .footer__nav_menu_item_link {
  display: inline;
  font-size: inherit;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: all 0.2s ease-in-out;
}
.footer__navigation_item .footer__nav_menu_item_link:hover {
  color: #b9d7e0;
}
@media screen and (min-width: 768px) {
  .footer__navigation_item {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__navigation {
    grid-area: navigation;
    grid-column-end: 4;
    grid-column-start: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__navigation {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .footer__navigation {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__branding {
  margin-bottom: 2rem;
}
.footer__branding_logo {
  width: 13.125rem;
  margin-bottom: 2.35rem;
}
.footer__branding_text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer__branding_text p {
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__branding {
    max-width: 49ch;
  }
}
@media screen and (min-width: 1024px) {
  .footer__branding {
    grid-area: branding;
    grid-column-start: 1;
  }
}
.footer__links_list {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  max-width: 36ch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__links_list_item {
  flex-basis: 50%;
  margin-bottom: 0.75rem;
}
.footer__links_list_item:nth-child(odd) {
  flex-basis: calc(50% - 2rem);
}
@media screen and (min-width: 1024px) {
  .footer__links_list_item:nth-child(odd) {
    flex: 0 0 auto;
  }
}
.footer__links_list_item_link {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  transition: all 0.2s ease-in-out;
}
.footer__links_list_item_link:hover {
  color: #b9d7e0;
}
@media screen and (min-width: 768px) {
  .footer__links_list_item {
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .footer__links_list {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (min-width: 1100px) {
  .footer__links_list {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__links {
    grid-area: links;
    grid-column-end: 4;
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media screen and (min-width: 1440px) {
  .footer__links {
    margin-left: 5.625rem;
  }
}
.hpp__cards {
  margin-bottom: 3.75rem;
  padding-top: 5rem;
  padding-bottom: 1rem;
}
.hpp__cards_heading {
  margin-bottom: 2.5rem;
  font-weight: 600;
  color: #041655;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hpp__cards_heading {
    margin-bottom: 1.5rem;
    font-size: 3.75rem;
    line-height: 4.875rem;
  }
}
.hpp__cards_description {
  max-width: 28ch;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  letter-spacing: 0.288px;
}
@media screen and (min-width: 500px) {
  .hpp__cards_description {
    max-width: 45ch;
  }
}
@media screen and (min-width: 1024px) {
  .hpp__cards_description {
    max-width: 65ch;
    margin-bottom: 4rem;
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 0.32px;
  }
}
.hpp__cards_grid {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .hpp__cards_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .hpp__cards_grid {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1500px) {
  .hpp__cards_grid {
    max-width: 1410px;
  }
}
.hpp__card {
  position: relative;
  max-width: 338px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border: 4px solid #c9ded2;
}
.hpp__card_header {
  padding: 0.625rem;
}
.hpp__card_header_heading {
  display: none;
  font-family: "interstate", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #041655;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .hpp__card_header_heading {
    font-size: 1.625rem;
    line-height: 2.4375rem;
  }
}
.hpp__card.card--green {
  border: 4px solid #c9ded2;
}
.hpp__card.card--blue {
  border: 4px solid #70a3b8;
}
.hpp__card_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  font-size: 1.125rem;
  color: #212529;
}
.hpp__card_body h1,
.hpp__card_body h2,
.hpp__card_body h3,
.hpp__card_body h4,
.hpp__card_body h5 {
  margin-bottom: 2rem;
  font-family: "new-spirit", serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.25rem;
  color: #041655;
  letter-spacing: 0;
}
.hpp__card_body h1 .underline,
.hpp__card_body h2 .underline,
.hpp__card_body h3 .underline,
.hpp__card_body h4 .underline,
.hpp__card_body h5 .underline {
  position: relative;
  display: inline-block;
}
.hpp__card_body h1 .underline::after,
.hpp__card_body h2 .underline::after,
.hpp__card_body h3 .underline::after,
.hpp__card_body h4 .underline::after,
.hpp__card_body h5 .underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #041655;
  border-radius: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .hpp__card_body h1 .underline::after,
  .hpp__card_body h2 .underline::after,
  .hpp__card_body h3 .underline::after,
  .hpp__card_body h4 .underline::after,
  .hpp__card_body h5 .underline::after {
    bottom: -4px;
  }
}
.hpp__card_body h1 > *,
.hpp__card_body h2 > *,
.hpp__card_body h3 > *,
.hpp__card_body h4 > *,
.hpp__card_body h5 > * {
  font-family: "new-spirit", serif;
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (min-width: 1024px) {
  .hpp__card_body h1,
  .hpp__card_body h2,
  .hpp__card_body h3,
  .hpp__card_body h4,
  .hpp__card_body h5 {
    font-size: 2rem;
    line-height: 2.8125rem;
  }
}
.hpp__card_body h3 {
  max-width: 15ch;
}
@media screen and (min-width: 1000px) {
  .hpp__card_body h3 {
    max-width: 22ch;
  }
}
@media screen and (min-width: 1100px) {
  .hpp__card_body h3 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    letter-spacing: 0.035rem;
  }
}
.hpp__card_body p {
  max-width: 23ch;
}
@media screen and (min-width: 768px) {
  .hpp__card_body p {
    max-width: 22ch;
  }
}
@media screen and (min-width: 1000px) {
  .hpp__card_body p {
    max-width: 35ch;
  }
}
.hpp__card_body .button {
  display: block;
  width: 100%;
  max-width: 330px;
  max-height: inherit;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .hpp__card_body .button {
    position: absolute;
    right: 0;
    bottom: 250px;
    left: 0;
    width: 280px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .hpp__card_body .button {
    bottom: 350px;
    width: 100%;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .hpp__card_body .button {
    bottom: 350px;
  }
}
@media screen and (min-width: 1500px) {
  .hpp__card_body .button {
    bottom: 400px;
  }
}
@media screen and (max-width: 400px) {
  .hpp__card_body {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .hpp__card_body {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .hpp__card_body {
    padding-bottom: 450px;
  }
}
@media screen and (min-width: 1366px) {
  .hpp__card_body {
    padding-bottom: 475px;
  }
}
@media screen and (min-width: 1500px) {
  .hpp__card_body {
    padding-bottom: 500px;
  }
}
.hpp__card_content {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.hpp__card_footer {
  position: relative;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .hpp__card_footer {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .hpp__card {
    width: 100%;
    max-width: 700px;
  }
}
#hcp-modal {
  padding: 0;
}
#hcp-modal .hcp__modal-header .hcp__modal-close img {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
}
#hcp-modal .hcp__image {
  width: 100%;
  max-width: 13.6875rem;
}
#hcp-modal .hcp__image-container {
  width: 100%;
  margin-top: 2.7813rem;
  margin-bottom: 2.75rem;
  padding-right: var(--wrapper-margin);
  padding-left: var(--wrapper-margin);
}
@media screen and (min-width: 768px) {
  #hcp-modal .hcp__image-container {
    max-width: 9.75rem;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  #hcp-modal .hcp__image-container {
    margin: 0;
  }
}
@media screen and (min-width: 400px) {
  #hcp-modal .hcp__image {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #hcp-modal .hcp__image {
    max-width: 9.75rem;
    margin: 0;
  }
}
#hcp-modal .hcp__title {
  margin-bottom: 2.1875rem;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 3rem;
  color: #041655;
  text-align: left;
  letter-spacing: 0.035rem;
}
@media screen and (min-width: 768px) {
  #hcp-modal .hcp__title {
    max-width: 27ch;
    margin-bottom: 1.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  #hcp-modal .hcp__title {
    font-size: 3.75rem;
    line-height: 4.875rem;
    letter-spacing: 0.06rem;
  }
}
#hcp-modal .hcp__paragraph {
  margin-bottom: 2.8125rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #041655;
  text-align: left;
  letter-spacing: 0.0181rem;
}
@media screen and (min-width: 768px) {
  #hcp-modal .hcp__paragraph {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  #hcp-modal .hcp__paragraph {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 0.02rem;
  }
}
#hcp-modal .hcp__button {
  justify-content: center;
  width: 17.25rem;
  padding-top: 1.25rem;
  padding-right: 3rem;
  padding-bottom: 1.25rem;
  padding-left: 3rem;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.35px;
}
#hcp-modal .hcp__content {
  padding-right: var(--wrapper-margin);
  padding-left: var(--wrapper-margin);
}
@media screen and (min-width: 768px) {
  #hcp-modal .hcp__content {
    max-width: 62ch;
    padding-right: 0;
    padding-left: 0;
  }
}
#hcp-modal .hcp__modal-content {
  padding-bottom: 2rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #hcp-modal .hcp__modal-content {
    gap: 4.2313rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-right: var(--wrapper-margin);
    padding-left: var(--wrapper-margin);
  }
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    #hcp-modal .hcp__modal-content > * {
      margin: calc(4.2313rem / 2);
    }
  }
}
@media screen and (min-width: 1024px) {
  #hcp-modal .hcp__modal-content {
    max-width: var(--wrapper-max-width);
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
#hcp-modal .hcp__modal-actions {
  display: none;
}
#not-available-modal {
  padding: 0;
}
#not-available-modal .not-available-modal__modal-header .not-available-modal__modal-close img {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
}
#not-available-modal .not-available-modal__image {
  width: 100%;
  max-width: 13.6875rem;
  margin: auto;
}
#not-available-modal .not-available-modal__image-container {
  width: 100%;
  margin-top: 2.7813rem;
  margin-bottom: 2.75rem;
  padding-right: var(--wrapper-margin);
  padding-left: var(--wrapper-margin);
}
@media screen and (min-width: 768px) {
  #not-available-modal .not-available-modal__image-container {
    width: 9.75rem;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  #not-available-modal .not-available-modal__image-container {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  #not-available-modal .not-available-modal__image-container {
    width: auto;
  }
}
@media screen and (min-width: 400px) {
  #not-available-modal .not-available-modal__image {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #not-available-modal .not-available-modal__image {
    width: 182px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  #not-available-modal .not-available-modal__image {
    width: 201px;
  }
}
@media screen and (min-width: 1200px) {
  #not-available-modal .not-available-modal__image {
    width: 327.12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
#not-available-modal .not-available-modal__title {
  margin-bottom: 1.1875rem;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 3rem;
  color: #041655;
  text-align: center;
  letter-spacing: 0.035rem;
}
@media screen and (min-width: 768px) {
  #not-available-modal .not-available-modal__title {
    max-width: 27ch;
    margin-bottom: 1.5625rem;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  #not-available-modal .not-available-modal__title {
    font-size: 3.75rem;
    line-height: 4.875rem;
    letter-spacing: 0.06rem;
  }
}
#not-available-modal .not-available-modal__paragraph {
  max-width: 29rem;
  margin: auto;
  margin-bottom: 2.8125rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #041655;
  text-align: center;
  letter-spacing: 0.0181rem;
}
@media screen and (min-width: 768px) {
  #not-available-modal .not-available-modal__paragraph {
    max-width: 676px;
    margin-bottom: 2.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  #not-available-modal .not-available-modal__paragraph {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 0.02rem;
  }
}
#not-available-modal .not-available-modal__button {
  justify-content: center;
  width: 16.25rem;
  margin: auto;
  padding-top: 1.25rem;
  padding-right: 3rem;
  padding-bottom: 1.25rem;
  padding-left: 3rem;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.35px;
}
#not-available-modal .not-available-modal__content {
  padding-right: var(--wrapper-margin);
  padding-left: var(--wrapper-margin);
}
@media screen and (min-width: 768px) {
  #not-available-modal .not-available-modal__content {
    max-width: 32ch;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  #not-available-modal .not-available-modal__content {
    max-width: 676px;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #not-available-modal .not-available-modal__content {
    margin-left: 6rem;
  }
}
#not-available-modal .not-available-modal__modal-content {
  padding-bottom: 2rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #not-available-modal .not-available-modal__modal-content {
    gap: 4.2313rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 6rem;
    padding-right: var(--wrapper-margin);
    padding-left: var(--wrapper-margin);
  }
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    #not-available-modal .not-available-modal__modal-content > * {
      margin: calc(4.2313rem / 2);
    }
  }
}
@media screen and (min-width: 1024px) {
  #not-available-modal .not-available-modal__modal-content {
    max-width: var(--wrapper-max-width);
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
#not-available-modal .not-available-modal__modal-actions {
  display: none;
}
.testimonial-video {
  /* Popover */
}
.testimonial-video .testimonial-media {
  --max-height-video: 375px;
  overflow: hidden;
  max-height: var(--max-height-video);
}
.testimonial-video--popover {
  /* Example for positioning a thumbnail in container */
  /* &.flex__Elizabeth {
  }

  &.grid_amy {
  } */
}
.testimonial-video--popover .testimonial-media {
  width: 100%;
  height: auto;
}
.testimonial-video--popover .testimonial-media .wistia_responsive_padding {
  height: 100%;
  padding-top: var(--max-height-video) !important;
}
.testimonial-video--popover .testimonial-media div[id*=thumb_container] {
  height: var(--max-height-video) !important;
}
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.natural-height {
  align-items: flex-start;
}
.row.flex-column {
  flex-direction: column;
}
.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}
.col.reverse {
  flex-direction: column-reverse;
}
.first {
  order: -1;
}
.last {
  order: 1;
}
.align-start {
  align-self: flex-start;
}
.align-end {
  align-self: flex-end;
}
.align-center {
  align-self: center;
}
.align-baseline {
  align-self: baseline;
}
.align-stretch {
  align-self: stretch;
}
.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}
.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.row.start-xs {
  justify-content: flex-start;
}
.row.center-xs {
  justify-content: center;
}
.row.end-xs {
  justify-content: flex-end;
}
.row.top-xs {
  align-items: flex-start;
}
.row.middle-xs {
  align-items: center;
}
.row.bottom-xs {
  align-items: flex-end;
}
.row.around-xs {
  justify-content: space-around;
}
.row.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 41rem) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    justify-content: flex-start;
  }
  .row.center-sm {
    justify-content: center;
  }
  .row.end-sm {
    justify-content: flex-end;
  }
  .row.top-sm {
    align-items: flex-start;
  }
  .row.middle-sm {
    align-items: center;
  }
  .row.bottom-sm {
    align-items: flex-end;
  }
  .row.around-sm {
    justify-content: space-around;
  }
  .row.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 65rem) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    justify-content: flex-start;
  }
  .row.center-md {
    justify-content: center;
  }
  .row.end-md {
    justify-content: flex-end;
  }
  .row.top-md {
    align-items: flex-start;
  }
  .row.middle-md {
    align-items: center;
  }
  .row.bottom-md {
    align-items: flex-end;
  }
  .row.around-md {
    justify-content: space-around;
  }
  .row.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 91rem) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    justify-content: flex-start;
  }
  .row.center-lg {
    justify-content: center;
  }
  .row.end-lg {
    justify-content: flex-end;
  }
  .row.top-lg {
    align-items: flex-start;
  }
  .row.middle-lg {
    align-items: center;
  }
  .row.bottom-lg {
    align-items: flex-end;
  }
  .row.around-lg {
    justify-content: space-around;
  }
  .row.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 121rem) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    justify-content: flex-start;
  }
  .row.center-xl {
    justify-content: center;
  }
  .row.end-xl {
    justify-content: flex-end;
  }
  .row.top-xl {
    align-items: flex-start;
  }
  .row.middle-xl {
    align-items: center;
  }
  .row.bottom-xl {
    align-items: flex-end;
  }
  .row.around-xl {
    justify-content: space-around;
  }
  .row.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}
.col-no-gutter {
  padding: 0;
}
.show {
  display: block !important;
}
.row.show {
  display: flex !important;
}
.hide {
  display: none !important;
}
.show-xs {
  display: block !important;
}
.row.show-xs {
  display: flex !important;
}
.hide-xs {
  display: none !important;
}
@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
.cta__section {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.cta__section .cta {
  padding-top: 3.125rem;
  padding-top: 0;
  padding-right: 2rem;
  padding-bottom: 6.25rem;
  padding-left: 2rem;
  background-color: #041655;
}
.cta__section .cta__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 3.125rem;
}
@media (min-width: 768px) {
  .cta__section .cta__top {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .cta__section .cta__top {
    padding-top: 5.625rem;
  }
}
.cta__section .cta__img {
  width: 5.5rem;
  max-width: 100%;
  height: 6.4375rem;
  margin-top: 3px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .cta__section .cta__img {
    width: 3.2275rem;
    height: 3.9613rem;
  }
}
.cta__section .cta .button {
  justify-content: center;
  width: 100%;
  max-width: 14.6875rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.0844rem;
}
@media screen and (min-width: 375px) {
  .cta__section .cta .button {
    max-width: 21.125rem;
    height: 4.375rem;
  }
}
@media screen and (min-width: 425px) {
  .cta__section .cta .button {
    max-width: 20.6875rem;
  }
}
@media (min-width: 768px) {
  .cta__section .cta .button {
    max-width: 21.125rem;
  }
}
@media (min-width: 1024px) {
  .cta__section .cta .button {
    max-width: 23.5625rem;
    font-size: 1.25rem;
  }
}
.cta__section .cta__title {
  max-width: 16rem;
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-left: auto;
  font-family: "new-spirit", serif;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.056rem;
}
@media (min-width: 375px) {
  .cta__section .cta__title {
    max-width: 21.4375rem;
  }
}
@media (min-width: 425px) {
  .cta__section .cta__title {
    max-width: 20.5rem;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .cta__section .cta__title {
    max-width: 34.6875rem;
    margin: 0 0 0.9375rem;
    font-size: 3.75rem;
    line-height: 4.875rem;
  }
}
.cta__section .cta__text {
  width: 100%;
  font-weight: 500;
  text-align: center;
}
.cta__section .cta__description {
  max-width: 16rem;
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-left: auto;
  font-size: 1.125rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.001rem;
}
@media (min-width: 375px) {
  .cta__section .cta__description {
    max-width: 19.4375rem;
  }
}
@media (min-width: 425px) {
  .cta__section .cta__description {
    max-width: 21.25rem;
  }
}
@media (min-width: 768px) {
  .cta__section .cta__description {
    max-width: 43.25rem;
  }
}
@media (min-width: 1024px) {
  .cta__section .cta__description {
    max-width: 40.4375rem;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .cta__section .cta {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .cta__section .cta {
    margin-right: auto;
    margin-left: auto;
  }
}
.wave--top::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: block;
  height: 5rem;
  background-image: url("/assets/images/cta/wave-top-midnight-mobile.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 622px) {
  .wave--top::before {
    height: 14vw;
    background-image: url("/assets/images/cta/wave-top-midnight-tablet.svg");
  }
}
@media screen and (min-width: 992px) {
  .wave--top::before {
    height: 6vw;
    background-image: url("/assets/images/cta/wave-top-midnight-desktop.svg");
  }
}/* {outputFileName:modal} */
/* We declare colors in a map as key: value
with the color name as the key and the hex
as the value

And we are goint to use it in _utils.scss */
.modal {
  position: relative;
  padding: 0;
}
.modal [data-modal-close] {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  margin-left: auto;
  font-size: 2.7rem;
  font-weight: 500;
  border: 0;
}
.modal .modal__header {
  position: relative;
}
.modal .modal__header .modal__close-button-wrapper {
  position: absolute;
  right: 0;
}
.modal [data-modal-header] {
  display: flex;
  justify-content: space-between;
}
.modal [data-modal-actions] {
  display: flex;
  justify-content: flex-end;
}
.search-modal__content {
  max-width: 90%;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .search-modal__content {
    max-width: 77.6%;
  }
}
.search-modal__title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #041655;
  text-transform: uppercase;
  letter-spacing: 0.1125rem;
}
@media screen and (min-width: 1024px) {
  .search-modal__title {
    font-size: 1.625rem;
    line-height: 2rem;
    letter-spacing: 0.1625rem;
  }
}
.search-modal .search-form {
  max-width: 100%;
  border: none;
}
.search-modal .search-form__search {
  border-bottom: 0.1rem solid #041655 !important;
}
.search-modal .search-form__search::-moz-placeholder {
  color: #152464 !important;
}
.search-modal .search-form__search::placeholder {
  color: #152464 !important;
}
.search-modal .search-form__button:hover {
  padding: 0.5625rem !important;
  border: none !important;
}
.search-modal .search-form__button:hover img {
  width: 1.875rem !important;
  height: 1.875rem !important;
}
.with-fancybox .site__header {
  z-index: 1051;
}
.hide-scrollbar .site__header {
  width: 100vw;
}
.fancybox__container.overlay-box-main {
  top: var(--header-height);
  animation: slide-animation 0.3s ease-out, fade-animation 0.15s linear;
}
.fancybox__container.overlay-box-main .fancybox__slide {
  padding: 0;
}
.fancybox__container.overlay-box-main .modal {
  width: 100%;
  height: 100vh;
  margin: 0;
}
.fancybox__container.overlay-box-main.is-closing {
  animation: slide-animation-reverse 0.2s ease-in, fade-animation-reverse 0.3s linear;
}
@keyframes slide-animation {
  from {
    transform: translate(0, -50px);
  }
  to {
    transform: none;
  }
}
@keyframes slide-animation-reverse {
  from {
    transform: none;
  }
  to {
    transform: translate(0, -50px);
  }
}
@keyframes fade-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-animation-reverse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/* We declare colors in a map as key: value
with the color name as the key and the hex
as the value

And we are goint to use it in _utils.scss */
/*
  This mixin will build the prefix values for the property and value passed in.
  It will also add the property and value without the prefix.
  Example:
    @include build-prefix-values('transition', 'all 1s linear');
*/
/* 
  Example usage:
    .my-class {
      // Default usage
      @include transition();
      // Custom usage
      @include transition('all', 1s, linear);
    }
*/
.search-form {
  gap: 1.5rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  max-width: 30ch;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 0.1rem solid #041655;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .search-form > * {
    margin: calc(1.5rem / 2);
  }
}
.search-form .search-form__search {
  font-family: "new-spirit", serif;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 3rem;
  color: #041655;
  letter-spacing: 0.56px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.search-form .search-form__search:focus, .search-form .search-form__search:focus-visible {
  border: 0;
  outline: 0;
}
@media screen and (min-width: 1024px) {
  .search-form .search-form__search {
    padding-left: 0.3125rem;
    font-size: 3.75rem;
    line-height: 4.875rem;
    letter-spacing: 0.96px;
  }
}
.search-form .search-form__search::-moz-placeholder {
  color: #041655;
  opacity: 0.7;
}
.search-form .search-form__search::placeholder {
  color: #041655;
  opacity: 0.7;
}
.search-form .search-form__button {
  cursor: pointer;
  display: contents;
  width: 50px;
  height: 3rem;
  padding: 0.5625rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.13px;
  background-color: transparent;
}
.search-form .search-form__button:hover {
  padding: 0.8125rem 0.5625rem;
  border: solid 1px #041655;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .search-form .search-form__button:hover img {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.search-form .search-form__button:focus:not(:focus-visible) {
  outline: 0;
}
.search-form .search-form__button img {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: auto;
  margin-left: auto;
}
.search-form .search-form__button.d-none {
  display: none;
}
.search-form .d-none {
  display: none;
}
.search-form .spinner {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  animation: rotator 1.4s linear infinite;
}
.search-form .spinner .path {
  transform-origin: center;
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
.search-form__error {
  position: absolute;
  transform: matrix(1, 0, 0, 1, 0, 43.2);
  margin-bottom: 0.3125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #CE4646;
  text-align: center;
}
.search-form__icon {
  position: relative;
  display: inline-block;
}
.search-form__icon::after, .search-form__icon::before {
  position: absolute;
  background-color: #041655;
}
.search-form__icon--search {
  width: 1.5625rem;
  height: 1.5625rem;
}
.search-form__icon--search::before {
  content: "";
  top: 55%;
  left: 73%;
  transform: rotate(-45deg);
  display: inline-block;
  width: 12%;
  height: 50%;
  border-radius: 100px;
}
.search-form__icon--search::after {
  content: "";
  top: 0;
  left: 0;
  transform: rotate(0);
  display: inline-block;
  width: 80%;
  height: 80%;
  background-color: transparent;
  border: 3px solid #041655;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .search-form {
    max-width: 47ch;
  }
}
@media screen and (min-width: 1200px) {
  .search-form {
    max-width: 75%;
  }
}
@keyframes rotator {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes colors {
  0% {
    stroke: #b9d7e0;
  }
  25% {
    stroke: #b999d9;
  }
  50% {
    stroke: #3d43bf;
  }
  75% {
    stroke: #b999d9;
  }
  100% {
    stroke: #b9d7e0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    transform: rotate(135deg);
    stroke-dashoffset: 46.75;
  }
  100% {
    transform: rotate(450deg);
    stroke-dashoffset: 187;
  }
}/* We declare colors in a map as key: value
with the color name as the key and the hex
as the value

And we are goint to use it in _utils.scss */
/*
  This mixin will build the prefix values for the property and value passed in.
  It will also add the property and value without the prefix.
  Example:
    @include build-prefix-values('transition', 'all 1s linear');
*/
/* 
  Example usage:
    .my-class {
      // Default usage
      @include transition();
      // Custom usage
      @include transition('all', 1s, linear);
    }
*/
#stay-connected-modal {
  padding: 0;
}
#stay-connected-modal .stay-connected__modal-header img {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #stay-connected-modal .stay-connected__modal-header {
    max-width: var(--wrapper-max-width);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #stay-connected-modal .stay-connected__modal-content {
    gap: 2.8125rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-right: var(--wrapper-margin);
    padding-left: var(--wrapper-margin);
  }
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    #stay-connected-modal .stay-connected__modal-content > * {
      margin: calc(2.8125rem / 2);
    }
  }
}
@media screen and (min-width: 1024px) {
  #stay-connected-modal .stay-connected__modal-content {
    gap: 4.625rem;
    max-width: 121ch;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    #stay-connected-modal .stay-connected__modal-content > * {
      margin: calc(4.625rem / 2);
    }
  }
}
#stay-connected-modal .stay-connected__modal-actions {
  display: none;
}
#stay-connected-modal .stay-connected__image {
  width: 4.25rem;
  height: 4.8125rem;
}
#stay-connected-modal .stay-connected__image-container {
  width: 100%;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  #stay-connected-modal .stay-connected__image-container {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.9375rem;
  }
}
#stay-connected-modal .stay-connected__content {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #stay-connected-modal .stay-connected__content {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #stay-connected-modal .stay-connected__content {
    padding-right: var(--wrapper-margin);
    padding-left: var(--wrapper-margin);
  }
}
@media screen and (min-width: 1024px) {
  #stay-connected-modal .stay-connected__content {
    padding-right: var(--wrapper-margin);
    padding-left: var(--wrapper-margin);
  }
}
#stay-connected-modal .stay-connected__title {
  margin-bottom: 0.9375rem;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 2.625rem;
  color: #041655;
  text-align: left;
  letter-spacing: 0.56px;
}
@media screen and (min-width: 1024px) {
  #stay-connected-modal .stay-connected__title {
    width: calc(100% - 100px);
    margin-bottom: 0;
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 4.875rem;
    letter-spacing: 0.06rem;
  }
}
#stay-connected-modal .stay-connected__paragraph {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: #041655;
  text-align: left;
  letter-spacing: 0.0181rem;
}
@media screen and (min-width: 1024px) {
  #stay-connected-modal .stay-connected__paragraph {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 0.02rem;
  }
}
#stay-connected-modal .modal__wrapper {
  background-color: #fff;
}
.stay-connected__form {
  width: 100%;
}
.stay-connected__form-label {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(-90%);
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
  color: #383838;
  transition: all 0.3s ease, color 0s;
}
.stay-connected__form-error {
  position: absolute;
  top: calc(100% + 0.3125rem);
  left: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #CE4646;
  text-align: left;
}
.stay-connected__form-input {
  padding-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6875rem;
  color: #041655;
  border-bottom: 1px solid #383838;
  border-radius: 0;
}
.stay-connected__form-input:focus {
  border-bottom: 4px solid #3d43bf;
  outline: unset;
}
.stay-connected__form-field {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 4.5rem;
  margin-bottom: 2.5rem;
}
.stay-connected__form-field-button {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .stay-connected__form-field-button {
    margin-top: 1.875rem;
  }
}
.stay-connected__form-field-list {
  margin-top: 1rem;
  margin-bottom: 0;
}
.stay-connected__form-field-list .nice-select {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.1875rem;
  background-color: white;
  border-radius: 3.125rem;
  /* &::before {
            content: ' ';

            position: absolute;
            z-index: 1;
            top: 50%;
            left: -1px;

            display: none;

            width: 100.5%;
            height: 51%;

            background-color: white;
          } */
  /* &.open::before {
            display: block;
          } */
}
.stay-connected__form-field-list .nice-select::after {
  z-index: 2;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: auto;
  margin-bottom: auto;
  border-color: #041655;
  border-right-width: 0.1875rem;
  border-bottom-width: 0.1875rem;
}
.stay-connected__form-field-list .nice-select::before {
  content: " ";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #041655;
  border-radius: 3.125rem;
}
.stay-connected__form-field-list .nice-select .option.selected.focus {
  color: #041655;
  background-color: rgba(173, 218, 232, 0.2862745098);
}
.stay-connected__form-field-list .nice-select.open::after {
  transform: rotate(45deg);
}
.stay-connected__form-field-list .nice-select .nice-select-dropdown {
  margin-top: -35px;
}
.stay-connected__form-field-list .nice-select.open .nice-select-dropdown {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  border-top: none;
  border-radius: 0 0 40px 40px;
}
.stay-connected__form-field-list .nice-select li[data-value] {
  padding: 1.4375rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6875rem;
  color: #041655;
  white-space: normal;
}
.stay-connected__form-field-list .nice-select .option.disabled {
  display: none;
}
.stay-connected__form-field-list .nice-select .option:hover {
  background-color: rgba(181, 220, 232, 0.2392156863);
}
.stay-connected__form-field-list .nice-select .list {
  overflow-x: hidden;
  border-radius: 0;
}
.stay-connected__form-field-list .nice-select .current {
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 1px;
  overflow: hidden;
  display: inline-block;
  width: 20ch;
  padding: 0 2.3rem;
  font-weight: 700;
  color: #737373;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: white;
  border-radius: 3.125rem;
}
.stay-connected__form-field-list .nice-select .current.valid-selection {
  color: #041655;
}
@media screen and (min-width: 500px) {
  .stay-connected__form-field-list .nice-select .current {
    width: 93%;
  }
}
@media screen and (min-width: 1024px) {
  .stay-connected__form-field-list .nice-select .current {
    width: 42ch;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.0175rem;
  }
}
.stay-connected__form-field-list .nice-select li:nth-child(2) {
  padding-top: 3rem;
}
.stay-connected__form-field-list .stay-connected__form-error {
  left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .stay-connected__form-field-list {
    margin-top: 2.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .stay-connected__form-field-list {
    width: 33.75rem !important;
    margin-top: 2.5rem;
  }
}
.stay-connected__form-field label {
  font-size: 1.125rem;
  line-height: 2.375rem;
  letter-spacing: 0.0181rem;
}
@media screen and (max-width: 1024px) {
  .stay-connected__form-field label {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 0.02rem;
  }
}
.stay-connected__form-field.stay-connected__form-field-checkbox {
  gap: 5px;
  position: relative;
  align-items: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .stay-connected__form-field.stay-connected__form-field-checkbox > * {
    margin: calc(5px / 2);
  }
}
.stay-connected__form-field.stay-connected__form-field-checkbox::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #041655;
  border-radius: 20%;
}
.stay-connected__form-field.stay-connected__form-field-checkbox::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/assets/images/tick.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 3px solid transparent;
}
.stay-connected__form-field.stay-connected__form-field-checkbox input {
  display: none;
}
.stay-connected__form-field.stay-connected__form-field-checkbox label {
  z-index: 2;
  padding-left: 1.875rem;
  font-weight: 500;
  color: #041655;
}
.stay-connected__form-field.stay-connected__form-field-checkbox label a {
  text-decoration: underline;
}
.stay-connected__form-field.stay-connected__form-field-checkbox.checked::after {
  background-color: #3d43bf;
}
.stay-connected__form-field.stay-connected__form-field-checkbox.stay-connected__form-field--error::after {
  border-color: #CE4646;
}
.stay-connected__form-field.stay-connected__form-field-checkbox .stay-connected__form-error {
  left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .stay-connected__form-field.stay-connected__form-field-checkbox {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .stay-connected__form-field.stay-connected__form-field-checkbox {
    margin-top: 2.875rem;
  }
}
.stay-connected__form-field.label-as-placeholder .stay-connected__form-label {
  transform: translateY(0);
  color: #737373;
}
.stay-connected__form-field--error.stay-connected__form-field-input {
  position: relative;
}
.stay-connected__form-field--error.stay-connected__form-field-input::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("/assets/images/error.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.stay-connected__form-field--error .stay-connected__form-input {
  border-color: #CE4646;
}
.stay-connected__form-field--valid.stay-connected__form-field-input {
  position: relative;
}
.stay-connected__form-field--valid.stay-connected__form-field-input::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.9375rem;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("/assets/images/success.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .stay-connected__form-field {
    width: 45%;
  }
}
.stay-connected__form .button {
  justify-content: center;
  width: 100%;
  max-height: unset;
  padding: 1.25rem 5.625rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  border: 2.8px solid transparent;
  transition: all 0.15s ease-in-out;
}
.stay-connected__form .button:hover {
  background-color: #fff;
  border-color: #041655;
}
.stay-connected__form .button.disabled {
  opacity: 0.65;
}
.stay-connected__form .button.disabled:hover {
  color: #fff;
  background-color: #3d43bf;
  border-color: transparent;
}
@media screen and (min-width: 375px) {
  .stay-connected__form .button {
    width: 20.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .stay-connected__form .button {
    width: 20.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .stay-connected__form .button {
    width: 28.125rem;
  }
}
.stay-connected__form-footer {
  width: 100%;
  color: #041655;
}
.stay-connected__form-required {
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5rem;
  letter-spacing: 0.0163rem;
}
@media screen and (min-width: 768px) {
  .stay-connected__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .stay-connected__form {
    padding-right: var(--wrapper-margin);
    padding-left: var(--wrapper-margin);
  }
}
@media screen and (min-width: 1024px) {
  .stay-connected__form {
    padding-right: var(--wrapper-margin);
    padding-left: var(--wrapper-margin);
  }
}