:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:#0000004D;opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

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

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

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

/* draggable */

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

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

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

/* ---- flickity-cell ---- */

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

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

/* ---- flickity-button ---- */

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

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

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

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

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

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

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

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

/* ---- page dots ---- */

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

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

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

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

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

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

@charset "UTF-8";
/* gantari-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gantari";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gantari-Regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gantari-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gantari";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gantari-Medium.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gantari-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gantari";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Gantari-MediumItalic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gantari-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gantari";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gantari-Bold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Gantari", sans-serif, sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 3.5rem;
  margin: 0.75em 0 0.45em;
}

h2 {
  font-size: 2.5rem;
  margin: 1em 0 0.35em;
}

h3 {
  font-size: 2rem;
  margin: 1.25em 0 0.6em;
}

h4 {
  font-size: 1.5rem;
  margin: 1.4em 0 0.9em;
}

h5 {
  font-size: 1rem;
  margin: 1.85em 0 1.115em;
}

h6 {
  font-size: 0.835rem;
  margin: 2.33em 0 1.75em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: transparent;
  color: inherit;
  font-weight: 500;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html {
  font-family: "Gantari", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

html.is-scroll-disabled {
  overflow: hidden;
}

body {
  font-family: "Gantari", sans-serif;
  padding: 0;
  margin: 0;
  color: #25304E;
}

a {
  transition: 0.22s;
  color: inherit;
}

img {
  max-width: 100%;
}

form label {
  font-size: 0.875rem;
  line-height: 1.05rem;
  font-weight: 600;
  color: #1036C6;
  margin: 0 0 1.0625rem;
}
form input {
  border: 2px solid #25304E;
  border-radius: 0.625rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
form input:focus {
  border-color: #51ACFF;
}

.o-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 2rem);
}
@media all and (min-width: 768px) {
  .o-container {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 992px) {
  .o-container {
    padding: 0;
    max-width: 59.375rem;
  }
}
@media all and (min-width: 1120px) {
  .o-container {
    max-width: 70rem;
  }
}
@media all and (min-width: 1300px) {
  .o-container {
    max-width: 77.5rem;
  }
}

.o-container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 2rem);
}
@media all and (min-width: 768px) {
  .o-container-xl {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 992px) {
  .o-container-xl {
    padding: 0;
    max-width: 61.25rem;
  }
}
@media all and (min-width: 1120px) {
  .o-container-xl {
    max-width: 76.25rem;
  }
}
@media all and (min-width: 1300px) {
  .o-container-xl {
    max-width: 85rem;
  }
}

.o-container-xl--no-padding-m {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .o-container-xl--no-padding-m {
    max-width: 100%;
  }
}
@media all and (min-width: 992px) {
  .o-container-xl--no-padding-m {
    padding: 0;
    max-width: 61.25rem;
  }
}
@media all and (min-width: 1120px) {
  .o-container-xl--no-padding-m {
    max-width: 76.25rem;
  }
}
@media all and (min-width: 1300px) {
  .o-container-xl--no-padding-m {
    max-width: 85rem;
  }
}

.o-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.25rem;
}
@media all and (min-width: 992px) {
  .o-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2.5rem;
  }
}

.o-grid--three-col {
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 600px) {
  .o-grid--three-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 992px) {
  .o-grid--three-col {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media all and (min-width: 992px) {
  .o-grid--gap-lg {
    gap: 2.5rem 2rem;
  }
}
@media all and (min-width: 1120px) {
  .o-grid--gap-lg {
    gap: 3.25rem 2.9375rem;
  }
}

.o-grid--gap-xl {
  gap: 2rem;
}
@media all and (min-width: 992px) {
  .o-grid--gap-xl {
    gap: 2.5rem 2.5rem;
  }
}
@media all and (min-width: 1120px) {
  .o-grid--gap-xl {
    gap: 3.125rem;
  }
}

@media all and (min-width: 1120px) {
  .o-grid__col-60 {
    width: 120%;
  }
}

@media all and (min-width: 992px) {
  .o-grid__col-40 {
    width: 80%;
  }
  .o-grid__col-40.o-grid__col-right {
    transform: translateX(20%) scaleX(1.1);
    transform-origin: top left;
  }
}
@media all and (min-width: 1120px) {
  .o-grid__col-40 {
    width: 80%;
  }
  .o-grid__col-40.o-grid__col-right {
    transform: translateX(20%) scaleX(1.2);
    transform-origin: top left;
  }
}
@media all and (min-width: 1300px) {
  .o-grid__col-40.o-grid__col-right {
    transform: translateX(20%) scale(1.45);
    transform-origin: top left;
  }
  .o-grid__col-40.o-grid__col-left {
    transform: translateX(20%) scale(1.45);
    transform-origin: top right;
  }
}
@media screen and (min-width: 1920px) {
  .o-grid__col-40.o-grid__col-left {
    transform: translateX(20%) scale(1.6);
    transform-origin: top right;
  }
  .o-grid__col-40.o-grid__col-right {
    transform: translateX(20%) scale(1.6);
  }
}

.o-grid--gap-sm {
  gap: 1.5rem;
}
@media all and (min-width: 992px) {
  .o-grid--gap-sm {
    gap: 2rem 1.125rem;
  }
}

.o-grid--gap-50 {
  gap: 3.25rem 2rem;
}
@media screen and (min-width: 600px) {
  .o-grid--gap-50 {
    gap: 4rem 2rem;
  }
}
@media all and (min-width: 1120px) {
  .o-grid--gap-50 {
    gap: 3.125rem;
  }
}

.o-grid--gap-16 {
  gap: 1rem;
}

.o-distributors-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media all and (min-width: 992px) {
  .o-distributors-grid {
    gap: 2.5rem 2.5rem;
  }
}
@media all and (min-width: 1120px) {
  .o-distributors-grid {
    gap: 3.125rem;
  }
}

.o-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.o-link__icon {
  display: flex;
}

.o-link--icon-users {
  gap: 0.625rem;
}
.o-link--icon-users span:last-child {
  display: none;
}
@media all and (min-width: 992px) {
  .o-link--icon-users span:last-child {
    display: block;
  }
}
.o-link--icon-users svg path {
  transition: 0.22s;
}
.o-link--icon-users:hover {
  color: #1036C6;
}
.o-link--icon-users:hover svg path {
  stroke: #1036C6;
}

.o-burger {
  display: flex;
  outline: none;
  border: 0;
  padding: 0;
  background: transparent;
  transition: all 250ms ease-out;
  cursor: pointer;
  border: none;
  width: 2rem;
  min-width: 2rem;
  height: 1.5rem;
  position: relative;
  z-index: 101;
}
@media all and (min-width: 992px) {
  .o-burger {
    display: none;
  }
}

.o-burger:before, .o-burger:after, .o-burger .middle {
  content: "";
  width: 2rem;
  height: 0.125rem;
  position: absolute;
  background: #1a1a1a;
  transition: all 250ms ease-out;
  will-change: transform;
}

.o-burger:before {
  top: 2px; /* Adjust as necessary */
}

.o-burger .middle {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.o-burger:after {
  bottom: 2px; /* Adjust as necessary */
}

.is-active.o-burger:before {
  transform: translateY(8px) rotate(45deg); /* Adjust for perfect alignment */
}

.is-active.o-burger:after {
  transform: translateY(-10px) rotate(-45deg); /* Adjust for perfect alignment */
}

.is-active.o-burger .middle {
  opacity: 0; /* Hide the middle line when active */
}

.o-sep--circle {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background-color: #25304E;
}

.o-badge--gray {
  font-size: 0.5625rem;
  line-height: 0.675rem;
  font-weight: 700;
  text-align: center;
  padding: 0.375rem 0.5rem;
  color: #737171;
  border: 1px solid #737171;
  border-radius: 0.3125rem;
  text-decoration: none;
}
.o-badge--gray:hover .c-post__read-more {
  color: #090B0F;
  border-color: #090B0F;
}
.o-badge--gray:hover .c-post__thumbnail img {
  transform: scale(1.1);
}

.c-header {
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  padding: 1.125rem 0;
  font-family: "Gantari", sans-serif;
  color: #25304E;
  position: sticky;
  top: 0;
  z-index: 12;
}
@media all and (min-width: 1120px) {
  .c-header {
    max-height: 5.625rem;
  }
}

.c-header__grid {
  display: flex;
  justify-content: space-between;
}

.c-nav {
  display: flex;
  gap: 1.1875rem;
  align-items: center;
}

.c-nav__menu {
  transform: translateX(-110%);
  transition: 0.3s ease;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 5rem);
  background: #fff;
}
@media all and (min-width: 992px) {
  .c-nav__menu {
    display: block;
    transform: unset;
    position: unset;
    left: unset;
    top: unset;
    width: auto;
    height: auto;
  }
}
.c-nav__menu.is-open {
  transform: translateX(0);
  transition: 0.3s ease-in;
}

.admin-bar .c-nav__menu {
  height: calc(100% - 7.875rem);
}
@media all and (min-width: 992px) {
  .admin-bar .c-nav__menu {
    height: auto;
  }
}

.c-nav__sep {
  border-right: 2px solid #A6A6A6;
  height: 1.25rem;
  width: 0;
  display: none;
}
@media all and (min-width: 992px) {
  .c-nav__sep {
    display: block;
  }
}

.c-nav__lang {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
}

.s-nav-menu ul {
  list-style: none;
  display: flex;
  gap: 2.25rem;
  flex-direction: column;
  padding: 1.5rem 0 0 0;
}
@media all and (min-width: 992px) {
  .s-nav-menu ul {
    gap: 1.875rem;
    flex-direction: row;
    padding: 0;
  }
}
.s-nav-menu a {
  transition: 0.22s;
  text-decoration: none;
  font-family: "Gantari", sans-serif;
  font-size: 1.5rem;
  display: block;
  text-align: center;
}
@media all and (min-width: 992px) {
  .s-nav-menu a {
    font-size: 1rem;
  }
}
.s-nav-menu a:hover {
  color: #1036C6;
}
.s-nav-menu a:visited {
  color: #25304E;
}
.s-nav-menu a:visited:hover {
  color: #1036C6;
}

.c-nav__cta {
  list-style: none;
  display: flex;
  gap: 0.8125rem;
}
@media all and (min-width: 992px) {
  .c-nav__cta {
    gap: 1.1875rem;
  }
}
.c-nav__cta .c-btn {
  display: none;
}
@media all and (min-width: 992px) {
  .c-nav__cta .c-btn {
    display: block;
  }
}

.s-nav-menu > ul > .wpml-ls-item {
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.22s;
  position: relative;
  height: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 992px) {
  .s-nav-menu > ul > .wpml-ls-item {
    padding-left: 1.5rem;
    border-left: 0.125rem solid #A6A6A6;
    margin-left: initial;
    margin-right: initial;
  }
}
.s-nav-menu > ul > .wpml-ls-item::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: center center/96% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0.255371C3.5816 0.255371 0 3.83697 0 8.25537C0 12.6738 3.5816 16.2554 8 16.2554C12.4184 16.2554 16 12.6738 16 8.25537C16 3.83697 12.4184 0.255371 8 0.255371ZM8 1.85537C9.056 1.85537 10.216 4.28098 10.3928 7.45298L5.6168 7.46257C5.7928 4.29057 6.944 1.85537 8 1.85537ZM5.1752 2.49778C4.4872 3.83618 4.1192 5.61058 4.0304 7.45698L1.64641 7.44978C1.88481 5.26978 3.3528 3.44098 5.1752 2.49778ZM10.8288 2.50178C12.6512 3.44498 14.0816 5.22257 14.3576 7.46257L11.9744 7.45537C11.8992 5.53537 11.4744 3.84738 10.8288 2.50178ZM1.6512 9.05857L4.0344 9.03857C4.1232 10.885 4.49359 12.6898 5.17839 14.0138C3.26479 13.0546 1.9264 11.177 1.6512 9.05857ZM5.604 9.06497L10.38 9.05457C10.204 12.2258 9.056 14.6554 8 14.6554C6.944 14.6554 5.78 12.237 5.604 9.06497ZM11.9784 9.05698L14.3512 9.04978C14.076 11.169 12.7384 13.0618 10.8256 14.005C11.536 12.5362 11.8896 10.9034 11.9784 9.05698Z' fill='%2325304E'/%3E%3C/svg%3E%0A");
  margin-right: 0.625rem;
}
.s-nav-menu > ul > .wpml-ls-item::after {
  content: "";
  width: 0.625rem;
  height: 0.525rem;
  display: inline-block;
  margin-left: 0.5rem;
  background: center center/100% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0.755371C3.49887 0.755371 3.09215 1.11326 3.09215 1.55422V4.39974L1.27644 2.82759L0 3.95078L3.34726 6.92171C3.70223 7.23326 4.29777 7.23326 4.65274 6.92171L8 3.95078L6.72356 2.82759L4.90785 4.39974V1.55422C4.90785 1.11326 4.50113 0.755371 4 0.755371Z' fill='%2325304E'/%3E%3C/svg%3E%0A");
}
.s-nav-menu > ul > .wpml-ls-item:hover ul, .s-nav-menu > ul > .wpml-ls-item.is-active ul {
  opacity: 1;
  visibility: visible;
}
.s-nav-menu > ul > .wpml-ls-item ul {
  width: 100%;
  padding: 1.25rem 1.5rem;
  border-radius: 0.25rem;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #fff;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  transition: 0.15s ease;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.06);
}
@media all and (min-width: 992px) {
  .s-nav-menu > ul > .wpml-ls-item ul {
    left: 0.75rem;
    padding: 1rem 0.875rem;
    top: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.02);
  }
}
.s-nav-menu > ul > .wpml-ls-item ul li {
  width: 100%;
}
.s-nav-menu > ul > .wpml-ls-item ul a {
  display: block;
  text-align: center;
}
.s-nav-menu > ul > .wpml-ls-item a:hover {
  color: #1036C6;
}

.c-lang-switch__icon {
  display: flex;
  margin-right: 0.5rem;
}
@media all and (min-width: 992px) {
  .c-lang-switch__icon {
    margin-right: 0.625rem;
  }
}

.c-lang-switch__label {
  display: none;
}
@media all and (min-width: 992px) {
  .c-lang-switch__label {
    display: block;
  }
}

@media all and (min-width: 992px) {
  .c-lang-switch__arrow {
    margin-left: 0.5rem;
  }
}

button {
  transition: 0.22s;
}

.c-btn {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding: 0.625rem 1.1875rem;
  border-radius: 0.625rem;
  text-decoration: none;
  display: inline-block;
}

.c-btn--primary {
  color: #fff;
  background-color: #25304E;
}
.c-btn--primary:hover {
  background-color: #1036C6;
}

.c-btn--secondary {
  color: #fff;
  background-color: #51ACFF;
}
.c-btn--secondary:hover {
  background-color: #1036C6;
}

.c-btn--lg {
  padding: 0.625rem 1.5rem;
}

.c-btn--download {
  background: transparent;
  border: 0.125rem solid #25304E;
  color: #25304E;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: center;
  gap: 0.6875rem;
  padding: 0.4375rem 1.25rem;
  border-radius: 0.625rem;
}
.c-btn--download:hover {
  color: #fff;
  background: #25304E;
}
.c-btn--download:hover::before {
  filter: brightness(0) invert(1);
}
.c-btn--download::before {
  content: "";
  background: center center/100% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 10.0293V15.0293C22 20.0293 20 22.0293 15 22.0293H9C4 22.0293 2 20.0293 2 15.0293V9.0293C2 4.0293 4 2.0293 9 2.0293H14' stroke='%2325304E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 10.0293H18C15 10.0293 14 9.0293 14 6.0293V2.0293L22 10.0293Z' stroke='%2325304E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 13.0293H13' stroke='%2325304E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 17.0293H11' stroke='%2325304E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 1.4375rem;
  min-width: 1.4375rem;
  height: 1.4375rem;
  display: block;
  transition: 0.22s;
}

.c-hero {
  border-radius: 0.875rem;
  min-height: 52vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  over: hidden;
  overflow-y: visible;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.25rem;
  padding-top: 4rem;
}
@media all and (min-width: 768px) {
  .c-hero {
    height: 62vh;
  }
}
@media all and (min-width: 992px) {
  .c-hero {
    padding-top: 0;
    align-items: center;
    height: 28.75rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media all and (min-width: 1120px) {
  .c-hero {
    height: 30.625rem;
  }
}
@media all and (min-width: 1300px) {
  .c-hero {
    height: 32.625rem;
  }
}

.c-hero__main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-hero__main {
    max-width: 100%;
  }
}

.c-hero__video {
  display: flex;
  position: absolute;
  border-radius: 0.875rem;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  .c-hero__video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: none;
    border-radius: 0;
  }
}
.c-hero__video video {
  object-fit: cover;
  width: 100%;
  right: 0;
}

.c-hero--lg {
  padding-top: 44%;
  padding-bottom: 1rem;
  min-height: unset;
}
@media (min-width: 360px) {
  .c-hero--lg {
    padding-top: 44%;
  }
}
@media all and (min-width: 992px) {
  .c-hero--lg {
    height: 34.375rem;
    min-height: 34.375rem;
  }
}
@media all and (min-width: 1120px) {
  .c-hero--lg {
    height: 40.625rem;
    min-height: 40.625rem;
  }
}
@media all and (min-width: 1300px) {
  .c-hero--lg {
    height: 47.8125rem;
    min-height: 47.8125rem;
  }
}

.c-hero__video--lg {
  width: 100%;
  padding-top: 50%;
  left: 0;
  top: 0;
  transform: unset;
}
@media all and (min-width: 1300px) {
  .c-hero__video--lg {
    max-height: 47.8125rem;
  }
}
.c-hero__video--lg video {
  position: absolute;
  left: 0;
  top: 0;
}

.c-hero__app-icon {
  position: absolute;
  right: 0.8125rem;
  top: 1.1875rem;
  width: 2.125rem;
  height: 2.125rem;
}
@media all and (min-width: 768px) {
  .c-hero__app-icon {
    width: 3.375rem;
    height: 3.375rem;
    right: 2rem;
    top: 2rem;
  }
}
@media all and (min-width: 992px) {
  .c-hero__app-icon {
    width: 4.375rem;
    height: 4.375rem;
    right: 2rem;
    top: 2rem;
  }
}

.c-hero__title {
  font-size: 2.25rem;
  line-height: 2.7rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin: 0 0 0.625rem;
  width: 100%;
  max-width: 37.5rem;
}
@media all and (min-width: 992px) {
  .c-hero__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.c-hero__title span {
  font-weight: 500;
  font-style: italic;
}

.c-hero__desc {
  font-size: 1.75rem;
  line-height: 2.1rem;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  margin: 0 0 2.125rem;
}
.c-hero__desc span {
  font-weight: 700;
}

.c-hero__btns {
  display: flex;
  gap: 1.5625rem;
}

.c-hero__bar {
  display: flex;
  border-radius: 0.875rem;
  overflow: hidden;
  background-color: #25304E;
  width: 100%;
  transform: translateY(2.625rem);
}

.c-hero__bar__col {
  width: 25%;
  background-color: #25304E;
  padding: 1.65625rem 0;
  color: #fff;
  text-decoration: none;
}
.c-hero__bar__col:hover, .c-hero__bar__col.is-active {
  background-color: #51ACFF;
}
.c-hero__bar__col:last-child .c-hero__bar__col-text {
  border-right: 0;
}

.c-hero__bar__col-text {
  height: 2.75rem;
  width: 100%;
  border-right: 2px solid #51ACFF;
  display: block;
  text-align: center;
}

.c-hero__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: center;
  display: none;
}
@media all and (min-width: 1120px) {
  .c-hero__footer {
    display: flex;
  }
}

.c-hero__main:has(.c-hero__btn) {
  margin: auto auto 0;
}
@media all and (min-width: 768px) {
  .c-hero__main:has(.c-hero__btn) {
    margin: auto auto 5rem;
  }
}
@media all and (min-width: 992px) {
  .c-hero__main:has(.c-hero__btn) {
    margin: auto auto 6.875rem;
  }
}
@media all and (min-width: 1120px) {
  .c-hero__main:has(.c-hero__btn) {
    margin: auto auto 8.5625rem;
  }
}

.c-hero__btn {
  display: flex;
  gap: 0.625rem;
}
.c-hero__btn .c-btn {
  font-size: 0.8125rem !important;
  padding: 0.5rem 0.875rem;
}
@media all and (min-width: 768px) {
  .c-hero__btn {
    gap: 1.875rem;
  }
  .c-hero__btn .c-btn {
    font-size: 1rem !important;
    padding: 0.625rem 1.1875rem;
  }
}

.c-features {
  background: #f5f5f5 url("../img/features-bg-m.svg") top center/100% auto no-repeat;
  padding: 2rem 0 2.8125rem;
}
@media all and (min-width: 992px) {
  .c-features {
    background: #f5f5f5 url("../img/features-bg.svg") center center/cover no-repeat;
  }
}
@media all and (min-width: 1120px) {
  .c-features {
    padding: 7.5rem 0 3.125rem;
    transform: translateY(-3.25rem);
  }
}

.c-features__title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #25304E;
  margin-top: 0;
}
.c-features__title br {
  display: none;
}
@media all and (min-width: 992px) {
  .c-features__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .c-features__title br {
    display: initial;
  }
}

.c-features__desc {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  color: #25304E;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 992px) {
  .c-features__desc {
    font-size: 1.125rem;
    line-height: 1.35rem;
  }
}

.c-features__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (min-width: 992px) {
  .c-features__grid {
    flex-wrap: nowrap;
  }
}

.c-features__col {
  max-width: 25.5rem;
}

.c-features__col--img {
  max-width: 45.875rem;
}

.c-features__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin-top: 2rem;
  row-gap: 3rem;
}

.c-features__item {
  text-align: center;
  width: 50%;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  position: relative;
  height: 100%;
  min-height: 4.875rem;
}
@media all and (min-width: 1120px) {
  .c-features__item:first-child {
    padding-left: 0;
  }
}
.c-features__item:last-child::after {
  content: unset;
}
@media all and (min-width: 1120px) {
  .c-features__item::after {
    content: "";
    width: 0.125rem;
    height: 2.875rem;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #25304E;
  }
}
@media all and (min-width: 768px) {
  .c-features__item {
    width: 33.33%;
  }
}
@media all and (min-width: 1120px) {
  .c-features__item {
    width: 14.2857%;
  }
}

.c-features__item__title {
  margin-top: 1rem;
  color: #25304E;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.c-features__slider {
  padding-bottom: 4rem;
}
@media all and (min-width: 992px) {
  .c-features__slider {
    padding-bottom: 0;
  }
}
.c-features__slider .flickity-page-dots {
  bottom: 0;
}
@media all and (min-width: 992px) {
  .c-features__slider .flickity-page-dots {
    display: none;
  }
}
.c-features__slider .flickity-page-dots .flickity-page-dot {
  background-color: #25304E;
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.625rem;
}
.c-features__slider .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: #51ACFF;
}

.c-features__slider__slide {
  width: 100%;
}
@media all and (min-width: 992px) {
  .c-features__slider__slide {
    max-height: 26.25rem;
  }
}

.c-features-list__gallery {
  margin-top: 2.9375rem;
  display: none;
}
@media all and (min-width: 992px) {
  .c-features-list__gallery {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.c-features-list__gallery__item {
  border-radius: 0.875rem;
}
.c-features-list__gallery__item img, .c-features-list__gallery__item a {
  border-radius: 0.875rem;
}

.c-cta {
  display: flex;
  align-items: center;
  padding: 2.75rem 0 3.5rem;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .c-cta {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media all and (min-width: 992px) {
  .c-cta {
    padding: 1.5rem 0 4.5rem;
  }
}

.c-cta__content {
  width: 30rem;
  max-width: 100%;
}

.c-cta__img {
  width: 37.75rem;
  max-width: 100%;
  position: relative;
}
.c-cta__img img:first-child {
  width: 100%;
  height: auto;
}

.c-cta__img__caption {
  position: absolute;
  left: 1rem;
  bottom: 1.25rem;
  max-width: 90%;
  width: auto;
  max-height: 1.25rem;
}

.c-cta__title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
@media all and (min-width: 768px) {
  .c-cta__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.c-cta__desc {
  font-size: 1rem;
  line-height: 1.2rem;
  font-style: italic;
  font-weight: 500;
  margin: 1.25rem 0;
}
@media all and (min-width: 768px) {
  .c-cta__desc {
    font-size: 1.125rem;
    line-height: 1.35rem;
  }
}
.c-cta__desc strong {
  font-style: normal;
}

.c-cta--card {
  background-color: #F5F5F5;
  border-radius: 0.875rem;
  min-height: 13.75rem;
  margin: 2.6875rem 0 2.5625rem;
  padding-top: 2.5rem;
}
@media all and (min-width: 992px) {
  .c-cta--card {
    padding-top: 0.625rem;
  }
}
.c-cta--card .c-cta__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 2rem;
}
@media all and (min-width: 992px) {
  .c-cta--card .c-cta__grid {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.c-cta--card .c-cta__content {
  width: 100%;
}
@media all and (min-width: 992px) {
  .c-cta--card .c-cta__content {
    width: 26.25rem;
  }
}
@media all and (min-width: 1120px) {
  .c-cta--card .c-cta__content {
    width: 31.25rem;
  }
}
@media all and (min-width: 1300px) {
  .c-cta--card .c-cta__content {
    width: 33.125rem;
  }
}
.c-cta--card .c-cta__img {
  width: 100%;
}
@media all and (min-width: 992px) {
  .c-cta--card .c-cta__img {
    width: 31.25rem;
  }
}
.c-cta--card .c-cta__btn {
  margin-top: 1.25rem;
}
.c-cta--card .c-cta__title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-style: italic;
  font-weight: 500;
}
@media all and (min-width: 992px) {
  .c-cta--card .c-cta__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.c-cta--card .c-cta__title span {
  font-style: normal;
  font-weight: 700;
}
.c-cta--card .c-cta__desc {
  font-size: 1rem;
  line-height: 1.2rem;
  font-style: italic;
  font-weight: 500;
}
.c-cta--card .c-cta__desc br {
  display: none;
}
@media all and (min-width: 992px) {
  .c-cta--card .c-cta__desc {
    font-size: 1.125rem;
    line-height: 1.35rem;
  }
  .c-cta--card .c-cta__desc br {
    display: initial;
  }
}
.c-cta--card .c-cta__desc strong {
  font-style: normal;
}

.c-cta--card .c-cta__img {
  margin: 0 80px 0 auto;
  width: 100%;
  max-width: 350px;
}

.c-cta--card.c-cta--narrow .c-cta__img {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
@media all and (min-width: 992px) {
  .c-cta--card.c-cta--narrow .c-cta__img {
    margin: 0 40px 0 auto;
    max-width: 350px;
  }
}
@media all and (min-width: 1120px) {
  .c-cta--card.c-cta--narrow .c-cta__img {
    margin: 0 60px 0 auto;
  }
}
@media all and (min-width: 1300px) {
  .c-cta--card.c-cta--narrow .c-cta__img {
    margin: 0 80px 0 auto;
  }
}

.c-customization {
  color: #fff;
  padding: 3.5625rem 0 3.5625rem;
}
@media all and (min-width: 992px) {
  .c-customization {
    padding: 3.875rem 0 3.875rem;
  }
}

.c-customization__title {
  margin: 0 0 1.5625rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
}
@media all and (min-width: 992px) {
  .c-customization__title {
    margin: 0 0 1.3125rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.c-customization__btn {
  text-align: center;
  margin-top: 2.75rem;
}
@media all and (min-width: 992px) {
  .c-customization__btn {
    margin-top: 3.25rem;
  }
}

.c-post {
  position: relative;
}
.c-post:hover .c-post__thumbnail img {
  transform: scale(1.1) rotateY(-20deg);
}

.c-post__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c-post__thumbnail {
  padding-top: 56%;
  position: relative;
  border-radius: 0.875rem;
  overflow: hidden;
}
.c-post__thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.22s ease-in;
}

.c-post__content {
  margin-top: 0.9375rem;
}

.c-post__title {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.c-post__desc {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  margin: 0;
}

.c-post--secondary .c-post__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c-post--secondary .c-post__read-more {
  font-size: 0.5625rem;
  line-height: 0.675rem;
  font-weight: 700;
  text-align: center;
  padding: 0.375rem 0.5rem;
  color: #737171;
  border: 1px solid #737171;
  border-radius: 0.3125rem;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.22s;
}
.c-post--secondary:hover .c-post__read-more {
  color: #090B0F;
  border-color: #090B0F;
}
.c-post--secondary:hover .c-post__thumbnail img {
  transform: scale(1.1);
}

.u-bg-primary .c-post--secondary .c-post__read-more {
  font-size: 0.5625rem;
  line-height: 0.675rem;
  font-weight: 700;
  text-align: center;
  padding: 0.375rem 0.5rem;
  color: #51ACFF;
  border: 1px solid #51ACFF;
  border-radius: 0.3125rem;
  text-decoration: none;
  white-space: nowrap;
}
.u-bg-primary .c-post--secondary:hover .c-post__read-more {
  color: #fff;
  border-color: #fff;
}

.c-post--news:hover .c-post__title {
  color: #25304E;
}
.c-post--news:hover .c-post__thumbnail img {
  transform: scale(1.1);
}
.c-post--news .c-post__title {
  color: #737171;
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: 500;
  transition: 0.22s;
}
.c-post--news .c-post__header {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.c-post--news .c-post__cat {
  font-size: 0.75rem;
  line-height: 1.05rem;
  font-weight: 700;
  color: #25304E;
  text-decoration: none;
  text-transform: uppercase;
}
.c-post--news .c-post__cat:hover {
  color: #1036C6;
}
.c-post--news .c-post__date {
  font-size: 0.75rem;
  line-height: 1.05rem;
  font-weight: 400;
  color: #3A3A3A;
}

.c-solutions {
  padding: 3.5625rem 0 3.5625rem;
}
@media all and (min-width: 992px) {
  .c-solutions {
    padding: 3.875rem 0 3.875rem;
  }
}

.c-solutions__title {
  font-weight: 500;
  margin-bottom: 1.6875rem;
}
@media all and (min-width: 992px) {
  .c-solutions__title {
    margin-bottom: 2.5rem;
  }
}

.c-awards {
  margin: 2.25rem 0 2.25rem;
}
@media all and (min-width: 1120px) {
  .c-awards {
    margin: 2.875rem 0;
  }
}

.c-awards__main {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.c-awards__main__content {
  max-width: 100%;
}

.c-awards__slider {
  max-width: 100%;
  width: 100%;
}
@media all and (min-width: 1120px) {
  .c-awards__slider {
    width: 100%;
  }
}

.c-awards__title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
  margin: 0 0 1.25rem;
}
@media all and (min-width: 992px) {
  .c-awards__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.c-awards__desc {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
}
@media all and (min-width: 992px) {
  .c-awards__desc {
    font-size: 1.125rem;
    line-height: 1.35rem;
  }
}

.c-awards__title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 1.25rem;
}

.c-awards__desc {
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.c-slider--awards {
  border-radius: 0.875rem;
}
.c-slider--awards .c-slider__slide {
  width: 100%;
  border-radius: 0.875rem;
  overflow: hidden;
  margin-right: 2rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column-reverse;
  background: #51ACFF url("../img/slider-bg.svg") left bottom/130% no-repeat;
}
@media all and (min-width: 992px) {
  .c-slider--awards .c-slider__slide {
    background: #51ACFF url("../img/slider-bg.svg") center center/120% no-repeat;
    flex-direction: row;
    margin-right: 2.875rem;
    margin-top: 0;
  }
}
.c-slider--awards .flickity-page-dots {
  left: 1.5rem;
  width: auto;
  display: flex;
  gap: 1.4375rem;
  bottom: 25px;
}
@media all and (min-width: 768px) {
  .c-slider--awards .flickity-page-dots {
    left: 2rem;
  }
}
@media all and (min-width: 992px) {
  .c-slider--awards .flickity-page-dots {
    left: 4.75rem;
  }
}
.c-slider--awards .flickity-page-dots .flickity-page-dot {
  margin: 0;
  opacity: 1;
  background-color: #51ACFF;
  width: 0.4375rem;
  height: 0.4375rem;
}
.c-slider--awards .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: #fff;
}

.c-slider__slide__img__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1.5rem 4rem;
  flex-basis: 100%;
}
@media all and (min-width: 768px) {
  .c-slider__slide__img__content {
    padding: 2rem;
  }
}
@media all and (min-width: 992px) {
  .c-slider__slide__img__content {
    padding: 4.75rem;
    flex-basis: 50%;
  }
}

.c-slider__slide__img {
  flex-basis: 100%;
  display: flex;
}
@media all and (min-width: 992px) {
  .c-slider__slide__img {
    flex-basis: 50%;
  }
}

.c-slider--wide {
  padding: 1.875rem 0 10.625rem;
  background-color: #F5F5F5;
  position: relative;
}
@media all and (min-width: 992px) {
  .c-slider--wide {
    padding: 1.875rem 0;
  }
}
.c-slider--wide .c-slider__slide__content {
  z-index: 10;
  padding: 1.5rem 1rem;
  background-color: #25304E;
  border-radius: 0.875rem;
  position: absolute;
  left: 1.5rem;
  bottom: 1.25rem;
  max-width: calc(95% - 2rem);
}
@media all and (min-width: 768px) {
  .c-slider--wide .c-slider__slide__content {
    padding: 1.875rem 1.5rem;
    width: 23.625rem;
    max-width: 23.625rem;
    left: calc((100vw - 1140px) / 2);
    bottom: 2.25rem;
  }
}
@media screen and (min-width: 1799px) {
  .c-slider--wide .c-slider__slide__content {
    left: calc((100vw - 1240px) / 4);
  }
}
@media screen and (min-width: 2559px) {
  .c-slider--wide .c-slider__slide__content {
    left: calc((100vw - 1240px) / 6);
  }
}
@media all and (min-width: 992px) {
  .c-slider--wide .c-slider__slide__content {
    padding: 2.3125rem 2.5rem;
  }
}
.c-slider--wide .c-slider__slide {
  width: 90%;
  padding-bottom: 3.75rem;
}
@media all and (min-width: 768px) {
  .c-slider--wide .c-slider__slide {
    min-width: 34.375rem;
  }
}
@media all and (min-width: 992px) {
  .c-slider--wide .c-slider__slide {
    min-width: 46.25rem;
  }
}
@media all and (min-width: 1120px) {
  .c-slider--wide .c-slider__slide {
    min-width: 51.25rem;
    width: 65%;
  }
}
@media all and (min-width: 1300px) {
  .c-slider--wide .c-slider__slide {
    min-width: 59.5625rem;
    width: 70%;
  }
}
.c-slider--wide .c-slider__slide:first-child {
  padding-left: 1rem;
}
@media all and (min-width: 1300px) {
  .c-slider--wide .c-slider__slide:first-child {
    padding-left: calc((100vw - 1360px) / 2);
  }
}
@media screen and (min-width: 1799px) {
  .c-slider--wide .c-slider__slide:first-child {
    padding-left: calc((100vw - 1360px) / 4);
  }
}
@media screen and (min-width: 2559px) {
  .c-slider--wide .c-slider__slide:first-child {
    padding-left: calc((100vw - 1360px) / 8);
  }
}
.c-slider--wide .c-slider__slide:not(:first-child) {
  padding-left: 1rem;
}
@media all and (min-width: 992px) {
  .c-slider--wide .c-slider__slide:not(:first-child) {
    padding-left: 1.875rem;
  }
}
.c-slider--wide .c-slider__slide:last-child {
  padding-right: 3.125rem;
}
.c-slider--wide .c-slider__slide__image {
  width: 100%;
  padding-top: 55vh;
  position: relative;
  border-radius: 0.875rem;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .c-slider--wide .c-slider__slide__image {
    padding-top: 31.25rem;
  }
}
@media all and (min-width: 1300px) {
  .c-slider--wide .c-slider__slide__image {
    padding-top: 65vh;
  }
}
@media screen and (min-width: 1799px) {
  .c-slider--wide .c-slider__slide__image {
    padding-top: 40.625rem;
  }
}
@media screen and (min-width: 2499px) {
  .c-slider--wide .c-slider__slide__image {
    padding-top: 50rem;
  }
}
@media screen and (min-width: 3199px) {
  .c-slider--wide .c-slider__slide__image {
    padding-top: 11 0rem;
  }
}
.c-slider--wide .c-slider__slide__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-slider--wide .c-slider__slide__title {
  font-size: 1.375rem;
  line-height: 1.6875rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.25rem;
}
@media all and (min-width: 992px) {
  .c-slider--wide .c-slider__slide__title {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0 0 1.75rem;
  }
}
.c-slider--wide .c-slider__slide__desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #fff;
}
@media all and (min-width: 992px) {
  .c-slider--wide .c-slider__slide__desc {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.c-slider--wide .c-slider__slide__desc :last-child {
  margin-bottom: 0;
}

.s-slider-nav .c-slider__nav {
  padding: 0.375rem 0.625rem;
  background-color: #fff;
  border-radius: 0.875rem;
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  z-index: 99;
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  transform: unset;
}
@media all and (min-width: 992px) {
  .s-slider-nav .c-slider__nav {
    top: 3.375rem;
    right: 2.75rem;
  }
}
.s-slider-nav .c-slider__nav button {
  transform: unset;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  position: static;
  border-radius: 0.5rem !important;
  border: 2px solid #25304E;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: 42% center/30% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25977 1.47027L1.73977 5.00027L5.25977 8.53027' stroke='%2325304E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.s-slider-nav .c-slider__nav button svg {
  display: none;
}
.s-slider-nav .c-slider__nav button.next {
  transform: rotate(180deg);
  transform-origin: center;
}

.c-news-blog {
  padding: 2.625rem 0;
}
@media all and (min-width: 992px) {
  .c-news-blog {
    padding: 5.5625rem 0;
  }
}

.c-news-blog__title {
  margin: 0;
}

.c-news-blog__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  margin-bottom: 3rem;
}
@media all and (min-width: 992px) {
  .c-news-blog__header {
    margin-bottom: 4rem;
  }
}

.c-news-blog__header__links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.c-news-blog__header__links:not(.c-news-blog__header__links--mobile) {
  display: none;
}
@media all and (min-width: 768px) {
  .c-news-blog__header__links:not(.c-news-blog__header__links--mobile) {
    display: flex;
  }
}
.c-news-blog__header__links a {
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: 500;
  color: #3A3A3A;
}
.c-news-blog__header__links a:hover {
  color: #25304E;
}

.c-news-blog__header__links--mobile {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media all and (min-width: 768px) {
  .c-news-blog__header__links--mobile {
    display: none;
  }
}

.c-footer {
  margin-top: 2.5625rem;
}
@media all and (min-width: 992px) {
  .c-footer {
    margin-bottom: 1.875rem;
  }
}

.c-footer__main {
  background: #1036C6 url("../img/footer-bg-m.svg") center center/cover no-repeat;
  padding: 3.4375rem 0 0.9375rem;
  color: #fff;
}
@media all and (min-width: 992px) {
  .c-footer__main {
    background: #1036C6 url("../img/footer-bg.svg") center center/cover no-repeat;
    border-radius: 0.875rem;
    padding: 5.625rem 0 1.25rem;
  }
}

.c-footer__branding {
  width: 9.25rem;
}
@media all and (min-width: 992px) {
  .c-footer__branding {
    width: 12.5rem;
  }
}
.c-footer__branding p {
  text-align: center;
  font-size: 0.5625rem;
  margin: 0.0625rem 0 0;
}

.c-footer__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
@media all and (min-width: 992px) {
  .c-footer__grid {
    flex-wrap: nowrap;
  }
}

.c-footer__navs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.625rem;
  gap: 3.5rem 0;
}
@media all and (min-width: 1120px) {
  .c-footer__navs {
    max-width: 65%;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.c-footer__navs__menu {
  width: 50%;
}
@media all and (min-width: 992px) {
  .c-footer__navs__menu {
    width: auto;
  }
}

.s-footer-menu h6 {
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: 700;
  margin: 0 0 1.875rem;
}
.s-footer-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
}
.s-footer-menu ul a {
  display: block;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: 400;
}
.s-footer-menu ul a:hover {
  color: #A6A6A6;
}

.c-footer__row {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0625rem;
  margin-top: 3rem;
}
@media all and (min-width: 992px) {
  .c-footer__row {
    gap: 3.5rem;
    margin-top: 6.0625rem;
  }
}

.c-footer__row__item {
  display: flex;
  gap: 0.75rem;
}
.c-footer__row__item span {
  width: 9.0625rem;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 500;
}

.c-footer__foot {
  padding-top: 1rem;
  margin-top: 2rem;
  border-top: 2px solid #DCEAFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 992px) {
  .c-footer__foot {
    flex-wrap: nowrap;
  }
}

.c-footer__socials {
  display: flex;
  gap: 2.5rem;
}

.s-footer-socials a:hover {
  opacity: 0.8;
}

.c-footer__copyright {
  width: 100%;
  margin-bottom: 1.125rem;
}

@media all and (min-width: 992px) {
  .c-footer__copyright,
  .c-footer__credit {
    margin-bottom: 0;
    width: 40%;
  }
}

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

.c-branding {
  display: flex;
}

.c-branding__link {
  display: flex;
}

.c-contact-form {
  background: #F5F5F5 url("../img/contact-bg.svg") top left/100% auto no-repeat;
  padding: 3rem 0;
}
@media all and (min-width: 768px) {
  .c-contact-form {
    padding: 4rem 0;
  }
}
@media all and (min-width: 992px) {
  .c-contact-form {
    padding: 6rem 0;
  }
}
@media all and (min-width: 1120px) {
  .c-contact-form {
    padding: 8rem 0;
  }
}
@media all and (min-width: 1300px) {
  .c-contact-form {
    padding: 6.9375rem 0;
  }
}

.c-contact-info__title {
  margin: 0 0 1.25rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #25304E;
}

.c-contact-info__desc {
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-style: italic;
  font-weight: 500;
}
.c-contact-info__desc strong {
  font-style: normal;
}

.c-contact-form__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media all and (min-width: 992px) {
  .c-contact-form__grid {
    gap: 4rem;
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1120px) {
  .c-contact-form__grid {
    gap: 5rem;
  }
}
@media all and (min-width: 1300px) {
  .c-contact-form__grid {
    gap: 5.9375rem;
  }
}

.c-contact-form__grid__col {
  flex-basis: 100%;
}
@media all and (min-width: 768px) {
  .c-contact-form__grid__col {
    flex-basis: 70%;
  }
}
@media all and (min-width: 992px) {
  .c-contact-form__grid__col {
    flex-basis: 50%;
  }
}
@media all and (min-width: 1120px) {
  .c-contact-form__grid__col {
    flex-basis: 45%;
  }
}
@media all and (min-width: 1300px) {
  .c-contact-form__grid__col {
    flex-basis: 40%;
    min-width: 34.5rem;
  }
}

.c-contact-form__wrapper {
  display: flex;
  justify-content: center;
  opacity: 0;
}
.c-contact-form__wrapper .hbspt-form {
  width: 100%;
}
@media all and (min-width: 768px) {
  .c-contact-form__wrapper .hbspt-form {
    width: 21.875rem;
  }
}
@media all and (min-width: 992px) {
  .c-contact-form__wrapper .hbspt-form {
    width: 23.625rem;
  }
}

.c-contact-info__box {
  background-color: #25304E;
  border-radius: 0.875rem;
  overflow: hidden;
}

.c-contact-info__box__content {
  padding: 2.25rem 1.875rem;
}

.c-contact-info__box__title {
  font-size: 0.875rem;
  line-height: 1.05rem;
  font-weight: 600;
  color: #51ACFF;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}
.c-contact-info__box__title:not(:first-child) {
  margin-top: 2.5rem;
}

.c-contact-info__box__value {
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: 500;
  color: #fff;
}
.c-contact-info__box__value a:hover {
  text-decoration: none;
}

.c-contact-info__img {
  width: 100%;
  height: auto;
  margin-top: 1.375rem;
}

.s-hubspot-form iframe input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .s-hubspot-form iframe .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  border: 2px solid #25304E !important;
  border-radius: 0.625rem !important;
  font-size: 1.125rem;
  line-height: 1;
  color: #090B0F;
}
.s-hubspot-form iframe input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus, .s-hubspot-form iframe .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus {
  border-color: #51ACFF;
}
.s-hubspot-form iframe .hs-error-msgs {
  padding: 0;
  margin-top: 0.25rem;
}
.s-hubspot-form iframe .hs-form-private {
  width: 100% !important;
}

.c-page-header {
  background: url("../img/page-header.svg") top center/180% auto no-repeat;
  padding-top: 4rem;
}
@media all and (min-width: 768px) {
  .c-page-header {
    background: url("../img/page-header.svg") top center/120% auto no-repeat;
    padding-top: 5rem;
  }
}
@media all and (min-width: 992px) {
  .c-page-header {
    background: url("../img/page-header.svg") top center/100% auto no-repeat;
    padding-top: 6.8125rem;
  }
}
.c-page-header.has-margin-bottom {
  margin-bottom: 2rem;
}
@media all and (min-width: 992px) {
  .c-page-header.has-margin-bottom {
    margin-bottom: 3rem;
  }
}
.c-page-header.has-margin-bottom .c-page-header__title {
  padding-bottom: 1.5rem;
}
@media all and (min-width: 992px) {
  .c-page-header.has-margin-bottom .c-page-header__title {
    padding-bottom: 2.5rem;
  }
}

.c-page-header__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0 0 1.5rem;
}
@media all and (min-width: 992px) {
  .c-page-header__title {
    margin: 0 0 2rem;
  }
}
@media all and (min-width: 1120px) {
  .c-page-header__title {
    margin: 0 0 2.4375rem;
  }
}
.c-page-header__title span {
  font-size: 2rem;
  line-height: 2.4rem;
  font-style: italic;
  font-weight: 500;
}

.c-page-header__img {
  width: 100%;
  padding-top: 55%;
  position: relative;
  border-radius: 0.875rem;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .c-page-header__img {
    padding-top: 44%;
  }
}
@media all and (min-width: 992px) {
  .c-page-header__img {
    padding-top: 39%;
  }
}
@media all and (min-width: 1120px) {
  .c-page-header__img {
    padding-top: 37.5%;
  }
}
.c-page-header__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.c-page-header--two-col {
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .c-page-header--two-col {
    height: 22.5rem;
  }
}
@media all and (min-width: 992px) {
  .c-page-header--two-col {
    height: 25rem;
    height: 80vh;
  }
}
@media all and (min-width: 1120px) {
  .c-page-header--two-col {
    height: 30rem;
  }
}

.c-page-header--bg-type-one {
  background-color: #DCEAFF;
}

.c-page-header--bg-primary {
  background: top left/cover no-repeat;
  background-image: url("../img/page-header-bg-type-one.svg");
}

.c-page-header--bg-secondary {
  background: top left/cover no-repeat;
  background-image: url("../img/page-header-bg-type-two.svg");
}

.c-page-header__grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (min-width: 768px) {
  .c-page-header__grid {
    flex-wrap: nowrap;
  }
}

.c-page-header__col {
  flex-basis: 100%;
}
@media all and (min-width: 768px) {
  .c-page-header__col {
    flex-basis: 50%;
  }
}
@media all and (min-width: 1120px) {
  .c-page-header__col {
    flex-basis: 48%;
  }
}
@media all and (min-width: 1300px) {
  .c-page-header__col {
    flex-basis: 45%;
  }
}
@media all and (min-width: 1120px) {
  .c-page-header__col.c-page-header__col--img {
    flex-basis: 52%;
  }
}
@media all and (min-width: 1300px) {
  .c-page-header__col.c-page-header__col--img {
    flex-basis: 55%;
  }
}

.c-page-header--two-col .c-page-header__title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #25304E;
  margin: 0 0 1.25rem;
}

.c-page-header--two-col .c-page-header__desc {
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: 500;
  color: #25304E;
}

.c-page-header__btns {
  margin: 1.25rem 0 0;
  display: flex;
  gap: 1.25rem;
}

.c-page-header--two-col .c-page-header__img {
  padding: unset;
  border-radius: unset;
}
.c-page-header--two-col .c-page-header__img img {
  position: relative;
  left: unset;
  top: unset;
  width: auto;
  height: auto;
  object-position: center;
  object-fit: cover;
}
.c-page-header--two-col .c-page-header__container {
  width: calc(100vw - (100vw - 70rem) / 2);
  margin-left: auto;
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .c-page-header--two-col .c-page-header__container {
    width: calc(100vw - 4rem);
    padding-left: 2rem;
    height: 22.5rem;
  }
}
@media all and (min-width: 992px) {
  .c-page-header--two-col .c-page-header__container {
    width: calc(100vw - (100vw - 59.375rem) / 2);
    padding-left: 0;
    height: 25rem;
  }
}
@media all and (min-width: 1120px) {
  .c-page-header--two-col .c-page-header__container {
    width: calc(100vw - (100vw - 70rem) / 2);
    height: 30rem;
  }
}
@media all and (min-width: 1300px) {
  .c-page-header--two-col .c-page-header__container {
    width: calc(100vw - (100vw - 77.5rem) / 2);
  }
}

.c-page-header--type-two .c-page-header__col--img {
  height: 100%;
}
.c-page-header--type-two .c-page-header__img {
  display: flex;
  height: 100%;
}
.c-page-header--type-two .c-page-header__img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.c-page-header--type-two .c-page-header__grid {
  height: 100%;
}

.c-page-header__col--content {
  padding: 2.5rem 1rem 0;
}
@media all and (min-width: 992px) {
  .c-page-header__col--content {
    padding: 0;
  }
}

.c-page-header--type-one .c-page-header__col--content {
  padding-left: 0;
  padding-right: 0;
}

@media all and (min-width: 992px) {
  .c-page-header--narrow {
    height: 22rem;
  }
  .c-page-header--narrow .c-page-header__container {
    height: 22rem;
  }
}

.c-icons {
  margin: 2.75rem 0;
}
@media all and (min-width: 992px) {
  .c-icons {
    margin: 4.375rem 0;
  }
}

.c-icons__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.75rem 1.375rem;
}
@media all and (min-width: 768px) {
  .c-icons__grid {
    gap: 1.375rem;
  }
}

.c-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  text-align: center;
  color: #000;
  min-width: 45%;
}
@media all and (min-width: 768px) {
  .c-icon {
    min-width: 10.625rem;
  }
}

.c-icon-sep {
  display: none;
}
@media all and (min-width: 992px) {
  .c-icon-sep {
    display: block;
    width: 0.125rem;
    height: 2.875rem;
    background-color: #25304E;
  }
}

.c-content {
  margin: 2.75rem 0;
}
@media all and (min-width: 992px) {
  .c-content {
    margin: 4.375rem 0;
  }
}

.c-content--two-col .c-content__grid {
  display: flex;
  gap: 1.5625rem;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .c-content--two-col .c-content__grid {
    flex-wrap: nowrap;
  }
}
.c-content--two-col .c-content__col {
  background-color: #DCEAFF;
  color: #25304E;
  flex-basis: 100%;
  padding: 3rem 1.5rem 3.125rem;
  flex-grow: 1;
  border-radius: 0.875rem;
}
@media all and (min-width: 768px) {
  .c-content--two-col .c-content__col {
    flex-basis: 100%;
    padding: 2.8125rem 2rem 4rem;
  }
}
@media all and (min-width: 1120px) {
  .c-content--two-col .c-content__col {
    padding: 4.0625rem 3.75rem 4.625rem;
  }
}
.c-content--two-col .c-content__title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
}
@media all and (min-width: 768px) {
  .c-content--two-col .c-content__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.c-content--two-col .c-content__desc {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-style: italic;
  font-weight: 500;
}
.c-content--two-col .c-content__desc :last-child {
  margin-bottom: 0;
}
.c-content--two-col .c-content__desc strong {
  font-style: normal;
}

.c-content--content-image {
  width: 100%;
}
.c-content--content-image .c-content__grid {
  display: flex;
  gap: 1.5625rem;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .c-content--content-image .c-content__grid {
    flex-wrap: nowrap;
    gap: 2rem;
  }
}
@media all and (min-width: 992px) {
  .c-content--content-image .c-content__grid {
    gap: 3rem;
  }
}
@media all and (min-width: 1120px) {
  .c-content--content-image .c-content__grid {
    gap: 4rem;
  }
}
.c-content--content-image .c-content__col {
  color: #25304E;
  flex-basis: 100%;
  flex-grow: 1;
  border-radius: 0.875rem;
}
@media all and (min-width: 768px) {
  .c-content--content-image .c-content__col {
    flex-basis: 50%;
  }
}
.c-content--content-image .c-content__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
}
@media all and (min-width: 768px) {
  .c-content--content-image .c-content__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.c-content--content-image .c-content__desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .c-content--content-image .c-content__desc {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.c-content--content-image .c-content__desc :last-child {
  margin-bottom: 0;
}
.c-content--content-image .c-content__desc strong {
  font-style: normal;
}
.c-content--content-image.is-reversed .c-content__grid {
  flex-direction: row-reverse;
}
.c-content--content-image.has-bg {
  margin: 2.1875rem 0;
}
.c-content--content-image.has-bg .c-content__grid {
  gap: 0;
  background-color: #25304E;
  border-radius: 0.875rem;
  overflow: hidden;
}
.c-content--content-image.has-bg .c-content__col--content {
  color: #fff;
  padding: 2rem 1rem;
  border-radius: 0;
}
@media all and (min-width: 992px) {
  .c-content--content-image.has-bg .c-content__col--content {
    padding: 2.375rem 2.75rem;
  }
}
@media all and (min-width: 1120px) {
  .c-content--content-image.has-bg .c-content__col--content {
    padding: 3rem 3.75rem;
  }
}
.c-content--content-image.has-bg .c-content__col--image {
  position: relative;
  border-radius: 0.875rem;
  overflow: hidden;
}
.c-content--content-image.has-bg .c-content__col--image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media all and (min-width: 992px) {
  .c-content--content-image + .c-content--content-image:last-of-type {
    margin-top: 6.1875rem;
  }
}

.c-content--content-image .c-content__col--content {
  order: 2;
}
@media all and (min-width: 768px) {
  .c-content--content-image .c-content__col--content {
    order: 0;
  }
}
.c-content--content-image .c-content__col--image img {
  position: unset !important;
}
.c-team {
  padding: 1.875rem 0;
  background-color: #F5F5F5;
}

.c-team__heading {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin: 0 0 2.5625rem;
}

.c-team__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media all and (min-width: 992px) {
  .c-team__grid {
    gap: 3.25rem;
  }
}

.c-team__col {
  flex-basis: calc(50% - 1.25rem);
}
@media all and (min-width: 992px) {
  .c-team__col {
    flex-basis: calc(33.3333% - 2.166666rem);
  }
}

.c-team__image {
  position: relative;
  width: 100%;
  padding-top: 108.4%;
  border-radius: 0.875rem;
  overflow: hidden;
}
.c-team__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: top center;
  object-fit: cover;
}

.c-team__title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.575rem;
  margin: 0;
}

.c-team__desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  color: #51ACFF;
  margin-top: 0.375rem;
}

.c-team__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
}

.c-team__linkedin {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.05rem;
  padding: 0.1875rem 0.625rem 0.25rem;
  text-decoration: none;
  border: 0.0625rem solid #25304E;
  border-radius: 0.625rem;
}
.c-team__linkedin:hover {
  background-color: #25304E;
  color: #fff;
}

.c-team__email {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.625rem;
}
.c-team__email:hover {
  text-decoration: underline;
}

.c-carousel {
  margin: 2.1875rem 0;
}

.c-carousel__main {
  background-color: #DCEAFF;
  padding: 3rem 0 4rem;
  overflow: hidden;
  border-radius: 0.875rem;
  position: relative;
}
@media all and (min-width: 992px) {
  .c-carousel__main {
    padding: 4.0625rem 0 5.625rem;
  }
}

.c-carousel__slider {
  overflow: visible !important;
}
.c-carousel__slider .flickity-viewport {
  overflow: visible !important;
}

.c-carousel__slider__slide {
  margin-right: 1rem;
}
@media all and (min-width: 768px) {
  .c-carousel__slider__slide {
    margin-right: 1.4375rem;
  }
}

.c-carousel__slide__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 0.875rem;
  transform-origin: center !important;
  transition: 0.3s;
  width: 15rem;
  height: 16.75rem;
  padding: 1.125rem 1.5rem;
  background-color: #FAFAFA;
}
@media all and (min-width: 768px) {
  .c-carousel__slide__main {
    width: 15.125rem;
    height: 18rem;
  }
}

.c-carousel__year {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.200000003px;
  text-align: center;
  color: #51ACFF;
}

.c-carousel__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7.5rem;
}
@media all and (min-width: 1300px) {
  .c-carousel__image {
    width: 100%;
    height: 8.75rem;
  }
}
.c-carousel__image img {
  width: auto;
  height: auto;
  border-radius: 0.875rem;
  max-height: 100%;
}

.c-carousel__title {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.200000003px;
  text-align: center;
}
.c-carousel__title :last-child {
  margin-bottom: 0;
}

.c-carousel__slider__slide.is-selected {
  z-index: 9;
}

.c-carousel__slider__slide.is-selected .c-carousel__slide__main {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1019607843);
  scale: 1.2;
}

.c-carousel__heading {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin: 0 0 4rem;
}
@media all and (min-width: 992px) {
  .c-carousel__heading {
    margin: 0 0 3.4375rem;
  }
}

.c-carousel .c-slider__nav {
  top: 3.125rem;
}
@media all and (min-width: 992px) {
  .c-carousel .c-slider__nav {
    top: 4.1875rem;
  }
}

.c-blog-overview {
  padding: 0 0 1.5rem;
  background-color: #F5F5F5;
  margin-bottom: 2rem;
}
@media all and (min-width: 992px) {
  .c-blog-overview {
    padding: 0 0 2.75rem;
    display: flex;
    gap: 2.625rem;
    margin-bottom: 3.5625rem;
  }
}

.c-blog-overview__col--lg {
  flex-basis: 100%;
}
@media all and (min-width: 992px) {
  .c-blog-overview__col--lg {
    flex-basis: 66%;
  }
}

.c-blog-overview__col--sm {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
}
@media all and (min-width: 992px) {
  .c-blog-overview__col--sm {
    flex-basis: 33%;
    gap: 2rem;
  }
}

.c-article {
  position: relative;
}

.c-article__meta {
  display: flex;
  gap: 8px;
  margin: 0 0 1rem;
  align-items: center;
  position: relative;
  z-index: 3;
}

.c-article__meta__cat {
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.05rem;
  text-align: center;
  color: #25304E;
  text-decoration: none;
}
.c-article__meta__cat:hover {
  color: #51ACFF;
}

.c-article__meta__date {
  font-size: 0.75rem;
  line-height: 1.05rem;
  font-weight: 400;
  color: #3A3A3A;
}

.c-article__title, .c-article__title a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35rem;
  color: #737171;
  margin: 0.75rem 0 0;
  transition: 0.22s;
}

.c-article__thumbnail {
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.c-article__thumbnail img {
  border-radius: 0.875rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-article__link {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.875rem;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c-article:hover .c-article__title, .c-article:hover .c-article__title a {
  color: #3A3A3A;
}

.c-article__desc {
  color: #25304E;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  margin: 0.75rem 0 0;
}

.c-blog-overview .c-article__title {
  color: #25304E;
  margin-top: 1.125rem;
}
.c-blog-overview .c-article__title:hover {
  color: #35446C !important;
}
.c-blog-overview .c-article__desc {
  color: #25304E;
}

.c-blog-overview__col--lg .c-article__title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
}

.c-article--single {
  max-width: 57.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 0 2rem;
}
@media all and (min-width: 992px) {
  .c-article--single {
    padding: 4rem 0 3rem;
  }
}
.c-article--single .c-article__title {
  color: #25304E;
  margin: 0 0 2rem;
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .c-article--single .c-article__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.c-article__content {
  font-size: 1rem;
  line-height: 1.5;
}

.c-article__content > h1, .s-block-area > h1 {
  font-size: 3rem;
  line-height: 3rem;
}
.c-article__content > h2, .s-block-area > h2 {
  font-size: 2rem;
  line-height: 2.375rem;
}
.c-article__content > h3, .s-block-area > h3 {
  font-size: 1.875rem;
  line-height: 2.3125rem;
}
.c-article__content > h4, .s-block-area > h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.c-article__content > h5, .s-block-area > h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.c-article__content > h6, .s-block-area > h6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.s-blog-nav {
  display: flex;
  justify-content: center;
  margin: 3rem 0 4rem;
}
@media all and (min-width: 992px) {
  .s-blog-nav {
    margin: 4rem 0 5rem;
  }
}
.s-blog-nav .nav-links {
  display: flex;
  gap: 2rem;
}
.s-blog-nav .nav-links a {
  text-decoration: none;
  border-radius: 0.875rem;
  font-size: 1rem;
  line-height: 1.125rem;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  color: #25304E;
  border: 2px solid #25304E;
  padding: 0.875rem 1.1875rem;
}
.s-blog-nav .nav-links a:hover {
  background-color: #25304E;
  color: #fff;
}
.s-blog-nav button {
  min-width: 12.5rem;
  text-decoration: none;
  border-radius: 0.875rem;
  font-size: 1rem;
  line-height: 1.125rem;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  color: #25304E;
  border: 2px solid #25304E;
  padding: 0.875rem 1.1875rem;
  background-color: transparent;
}
.s-blog-nav button:hover {
  background-color: #25304E;
  color: #fff;
}

.c-blog__header {
  background-color: #F5F5F5;
  padding: 4rem 0 1.5rem;
}
@media all and (min-width: 992px) {
  .c-blog__header {
    padding: 6.9375rem 0 2.75rem;
  }
}

.c-blog__title {
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}
@media all and (min-width: 992px) {
  .c-blog__title {
    margin: 0 0 3.125rem;
  }
}

.c-features-list {
  padding: 2rem 0;
}
@media all and (min-width: 992px) {
  .c-features-list {
    padding: 2.5rem 0;
  }
}

.c-cards + .c-features-list {
  margin-top: 1.75rem;
}

.c-features-list__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media all and (min-width: 768px) {
  .c-features-list__grid {
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1120px) {
  .c-features-list__grid {
    gap: 3.75rem;
  }
}

.c-features-list__col {
  flex-basis: 100%;
}
@media all and (min-width: 768px) {
  .c-features-list__col {
    flex-basis: 40%;
  }
}
@media all and (min-width: 992px) {
  .c-features-list__col {
    flex-basis: 35%;
  }
}
@media all and (min-width: 1120px) {
  .c-features-list__col {
    flex-basis: 34%;
  }
}
@media all and (min-width: 768px) {
  .c-features-list__col.c-features-list__col--list {
    flex-basis: 60%;
  }
}
@media all and (min-width: 992px) {
  .c-features-list__col.c-features-list__col--list {
    flex-basis: 65%;
  }
}
@media all and (min-width: 1120px) {
  .c-features-list__col.c-features-list__col--list {
    flex-basis: 66%;
  }
}

.c-features-list__title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin: 0 0 1.25rem;
}
@media all and (min-width: 992px) {
  .c-features-list__title {
    margin-top: 0.75rem;
  }
}

.c-features-list__desc {
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: 500;
  margin: 0;
}

.c-features-list__list {
  padding: 2.5rem 0.5rem;
  width: 100%;
  background: #F5F5F5;
  border-radius: 0.875rem;
}
@media all and (min-width: 992px) {
  .c-features-list__list {
    padding: 3.625rem 2rem;
  }
}

.c-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-list--checked {
  display: flex;
  flex-direction: column;
}
.c-list--checked .c-list__item {
  display: flex;
  align-items: center;
  gap: 1.625rem;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  padding: 0.9375rem 0.8125rem;
}
.c-list--checked .c-list__item::before {
  content: "";
  background: center center/100% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.54004 13.6349L6.18104 19.6019C6.33764 19.8053 6.53831 19.9707 6.76796 20.0855C6.99761 20.2003 7.2503 20.2617 7.50704 20.2649C7.75965 20.2678 8.00973 20.2144 8.23911 20.1085C8.46848 20.0026 8.67138 19.847 8.83304 19.6529L23.64 1.73486' stroke='%2351ACFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 1.375rem;
  min-width: 1.375rem;
  height: 1.15625rem;
}

.c-downloads {
  padding: 1.5rem 2.75rem;
  background: #DCEAFF;
  border-radius: 0.875rem;
}
@media all and (min-width: 768px) {
  .c-downloads {
    padding: 2.8125rem 3.25rem;
  }
}

.c-downloads__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media all and (min-width: 768px) {
  .c-downloads__grid {
    flex-wrap: nowrap;
  }
}

.c-downloads__col {
  flex-basis: 100%;
}
@media all and (min-width: 768px) {
  .c-downloads__col {
    flex-basis: 40%;
  }
}
@media all and (min-width: 992px) {
  .c-downloads__col {
    flex-basis: 35%;
  }
}
@media all and (min-width: 1120px) {
  .c-downloads__col {
    flex-basis: 34%;
  }
}
.c-downloads__col.c-downloads__col--files {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media all and (min-width: 768px) {
  .c-downloads__col.c-downloads__col--files {
    flex-basis: 60%;
    gap: 2.875rem;
  }
}
@media all and (min-width: 992px) {
  .c-downloads__col.c-downloads__col--files {
    flex-basis: 65%;
  }
}
@media all and (min-width: 1120px) {
  .c-downloads__col.c-downloads__col--files {
    flex-basis: 66%;
  }
}

.c-downloads__title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin: 0;
}

.c-cards .c-card {
  background: #25304E;
  color: #fff;
  border-radius: 0.875rem;
  height: 100%;
}
.c-cards .c-card .c-card__title {
  color: #fff;
}
.c-cards .c-card .c-card__desc {
  color: #fff;
}
.c-cards .c-cards__grid__col {
  flex-basis: 100%;
}
@media all and (min-width: 768px) {
  .c-cards .c-cards__grid__col {
    flex-basis: calc(50% - 1.25rem);
  }
}
@media all and (min-width: 992px) {
  .c-cards .c-cards__grid__col {
    flex-basis: calc(33.3333% - 2.125rem);
  }
}
.c-cards .c-cards__grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media all and (min-width: 1120px) {
  .c-cards .c-cards__grid {
    gap: 2.5rem;
  }
}
@media all and (min-width: 1300px) {
  .c-cards .c-cards__grid {
    gap: 3.1875rem;
  }
}

.c-cards {
  padding: 3.375rem 0 2.5rem;
}
@media all and (min-width: 992px) {
  .c-cards {
    padding: 4rem 0 3rem;
  }
}
@media all and (min-width: 1120px) {
  .c-cards {
    padding: 4.875rem 0 3.5rem;
  }
}
.c-cards .c-card {
  padding: 2rem 2rem 1.5rem;
}
.c-cards .c-card__title {
  font-size: 1.3125rem;
  line-height: 1.575rem;
  font-weight: 500;
  margin: 1rem 0;
}
.c-cards .c-card__desc {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  margin: 0;
}
.c-cards .c-cards__title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin: 0 0 2.875rem;
}

.c-cards--type-one {
  background: #DCEAFF;
  color: #25304E;
}

.c-cards--type-two {
  background: #51ACFF;
  color: #25304E;
}

.c-cards--type-three {
  background: #fff;
  color: #25304E;
}
.c-cards--type-three .c-card {
  background: #DCEAFF;
}
.c-cards--type-three .c-card .c-card__title,
.c-cards--type-three .c-card .c-card__desc {
  color: #25304E;
}
.c-cards--type-three .c-cards__title,
.c-cards--type-three .c-card__title,
.c-cards--type-three .c-card__desc {
  color: #25304E;
}

.c-three-col-content {
  padding: 2.5rem 0 4rem;
}
@media all and (min-width: 768px) {
  .c-three-col-content {
    padding: 3.125rem 0 4.5rem;
  }
}
@media all and (min-width: 992px) {
  .c-three-col-content {
    padding: 3.875rem 0 6rem;
  }
}
@media all and (min-width: 1120px) {
  .c-three-col-content {
    padding: 3.875rem 0 6.5625rem;
  }
}
.c-three-col-content .c-customization__title {
  margin: 0 0 2.0625rem;
}

.c-three-col-content--dark-content .c-customization__title,
.c-three-col-content--dark-content .c-post__title,
.c-three-col-content--dark-content .c-post__desc {
  color: #25304E;
}
.c-showcase {
  padding: 4rem 0 0;
  overflow: hidden;
}

.c-showcase__image {
  padding-top: 2.5rem;
  height: 10rem;
  transition: 0.3s ease-out;
}
.c-showcase__image:hover {
  transform: translateY(-2rem);
}
@media all and (min-width: 768px) {
  .c-showcase__image {
    height: 15.625rem;
  }
}

.c-showcase__image__preview {
  height: 9.25rem;
  width: 100%;
  position: relative;
}
@media all and (min-width: 768px) {
  .c-showcase__image__preview {
    height: 15.1875rem;
  }
}
.c-showcase__image__preview a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-showcase__image__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  border-radius: 0.875rem;
  box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.2509803922);
}

.c-showcase__image__btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.8125rem;
}

.s-wysiwg-area :first-child {
  margin-top: 0;
}
.s-wysiwg-area :last-child {
  margin-bototm: 0;
}
.s-wysiwg-area h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-style: italic;
  font-weight: 500;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.s-wysiwg-area h2 strong {
  font-style: normal;
  font-weight: 700;
}
.s-wysiwg-area p {
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: 500;
}

.c-products .c-solutions__title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin: 0 0 2.25rem;
}
.c-products .c-post__read-more {
  transition: 0.22s;
}

.c-products--bg-primary {
  background-color: #25304E;
}
.c-products--bg-primary .c-customization__title, .c-products--bg-primary .c-post__title {
  color: #fff;
}
.c-products--bg-primary .c-post__read-more {
  border-color: #51ACFF;
  color: #51ACFF;
}
.c-products--bg-primary .c-post:hover .c-post__read-more {
  border-color: #DCEAFF;
  color: #DCEAFF;
}

.c-products--bg-secondary {
  background-color: #DCEAFF;
}
.c-products--bg-secondary .c-customization__title {
  color: #25304E;
}
.c-products--bg-secondary .c-post__read-more {
  border-color: #737171;
  color: #737171;
}
.c-products--bg-secondary .c-post:hover .c-post__read-more {
  border-color: #3A3A3A;
  color: #3A3A3A;
}

.c-products--bg-white {
  background-color: #fff;
}
.c-products--bg-white .c-post__read-more {
  border-color: #25304E;
  color: #25304E;
}
.c-products--bg-white .c-post:hover .c-post__read-more {
  border-color: #51ACFF;
  color: #51ACFF;
}

.c-newsletter {
  background: url("../img/newsletter-bg.svg") top left/auto auto repeat-x, url("../img/newsletter-bg.svg") bottom left/auto auto repeat-x;
  background-color: #DCEAFF;
  padding: 1.125rem 0;
  border-radius: 0.875rem;
}

.c-newsletter__main {
  background: #DCEAFF;
  padding: 1.625rem 0 2.125rem;
}

.c-newsletter__title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.c-newsletter__content {
  font-size: 1.125rem;
  line-height: 1.35rem;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-style: italic;
  max-width: 25.3125rem;
  margin: 1.25rem 0 2.375rem;
}
.c-newsletter__content strong {
  font-weight: 600;
  font-style: normal;
}

.s-newsletter-form input:not([type=submit]) {
  font-size: 1rem !important;
  line-height: 1.4rem;
  font-weight: 500;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 1.125rem 1.25rem !important;
  border-radius: 0.875rem !important;
  border: 0.125rem solid #25304E !important;
  background-color: transparent !important;
  color: #25304E !important;
  display: block;
  width: 37.75rem !important;
  max-width: 100% !important;
  max-height: 3.75rem !important;
}
.s-newsletter-form input:not([type=submit])::placeholder {
  color: #090B0F;
  opacity: 1;
}
.s-newsletter-form input:not([type=submit]):focus {
  box-shadow: none;
  outline: none;
}
.s-newsletter-form button, .s-newsletter-form input[type=submit] {
  margin: 1.125rem 1rem 0 0 !important;
  border: none;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding: 0.625rem 1.1875rem;
  border-radius: 0.625rem;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  transition: 0.22s;
  background-color: #25304E;
}
.s-newsletter-form button:hover, .s-newsletter-form input[type=submit]:hover {
  background-color: #1036C6;
}
.s-newsletter-form .gform_wrapper.gravity-theme .gfield_validation_message, .s-newsletter-form .gform_wrapper.gravity-theme .validation_message {
  padding: 0;
  margin: 1rem 0 0;
  background-color: transparent;
  border: none;
}
.s-newsletter-form .gform_validation_errors {
  display: none !important;
}
.s-newsletter-form .gform_confirmation_message {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1rem 2rem;
  background-color: #0BED80;
  border-radius: 0.875rem;
}
.s-newsletter-form .gform_wrapper.gravity-theme .gform_footer, .s-newsletter-form .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 0 !important;
}

.c-newsletter__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
@media all and (min-width: 992px) {
  .c-newsletter__grid {
    flex-wrap: nowrap;
  }
}

.c-newsletter__col {
  width: 100%;
}
@media all and (min-width: 992px) {
  .c-newsletter__col {
    width: 45%;
  }
}

@media all and (min-width: 992px) {
  .c-newsletter__col--content {
    width: 55%;
  }
}

.c-newsletter__col:not(.c-newsletter__col--content) {
  text-align: center;
}

.c-info-box {
  background-color: #0BED80;
  color: #25304E;
  border-radius: 0.875rem;
  padding: 3rem 0.5rem;
}
@media all and (min-width: 992px) {
  .c-info-box {
    padding: 2.1875rem 0;
  }
}

.c-info-box__title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0 0 1.25rem;
}

.c-info-box__desc {
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: 500;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.c-info-box__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media all and (min-width: 992px) {
  .c-info-box__grid {
    gap: 0;
    flex-wrap: nowrap;
  }
}

.c-info-box__col {
  width: 100%;
}
@media all and (min-width: 768px) {
  .c-info-box__col {
    width: 50%;
  }
}

.c-info-box__col--image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-info-box__image {
  max-width: 80%;
}
@media all and (min-width: 1120px) {
  .c-info-box__image {
    max-width: 25.3125rem;
  }
}

.c-info-box__col--content > * {
  max-width: 25.3125rem;
}

.c-card-group {
  display: grid;
  gap: 2rem;
  margin: 4rem 0;
}
@media all and (min-width: 992px) {
  .c-card-group {
    margin: 4.375rem 0;
  }
}
@media all and (min-width: 1120px) {
  .c-card-group {
    gap: 3.125rem;
  }
}
.c-card-group .c-card--gray {
  padding: 2.5rem 1.5rem 2rem;
  background-color: #FAFAFA;
  border-radius: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.c-card-group .c-card--gray:hover .c-card__image img {
  transform: scale(1.05);
}
.c-card-group .c-card--gray .c-card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-card-group .c-card--gray .c-card__image {
  margin-bottom: 3.3125rem;
  margin-top: auto;
}
.c-card-group .c-card--gray .c-card__image img {
  transition: 0.22s;
}
.c-card-group .c-card--gray .c-card__content {
  margin-top: auto;
}
.c-card-group .c-card--gray .c-card__content__title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin: 0;
  font-weight: 500;
  text-align: center;
}

.c-card-group--col-two {
  grid-template-columns: repeat(1, 1fr);
}
@media all and (min-width: 992px) {
  .c-card-group--col-two {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-card-group--col-three {
  grid-template-columns: repeat(1, 1fr);
}
@media all and (min-width: 992px) {
  .c-card-group--col-three {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-card-group-title {
  font-size: 2rem !important;
  line-height: 2.4rem !important;
  font-style: italic;
  font-weight: 500;
  margin: 5rem 0 2rem;
}
@media all and (min-width: 992px) {
  .c-card-group-title {
    margin: 7.375rem 0 2rem;
  }
}
.c-card-group-title span {
  font-weight: 700;
  font-style: normal;
}

.c-card-group-title + .c-card-group {
  margin-top: 0;
}

.c-accordions {
  margin: 4rem 0;
  padding: 2.5rem 1rem;
  background: #FAFAFA;
  border-radius: 0.875rem;
}
@media all and (min-width: 992px) {
  .c-accordions {
    margin: 4.375rem 0;
    padding: 3.75rem 2rem;
  }
}
@media all and (min-width: 1120px) {
  .c-accordions {
    padding: 3.75rem;
  }
}

.c-accordions__title {
  font-size: 1.5rem !important;
  line-height: 1.875rem !important;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media all and (min-width: 992px) {
  .c-accordions__title {
    font-size: 2rem !important;
    line-height: 2.4rem !important;
    margin: 0 0 1.5rem;
  }
}

.s-accordion .ac {
  border-top: 0.0625rem solid #E0E8F4;
  border-bottom: 0.0625rem solid #E0E8F4;
  overflow: hidden;
}
.s-accordion .ac:first-child {
  border-top: 0;
}
.s-accordion .ac:last-child {
  border-bottom: 0;
}
.s-accordion .ac-header {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  padding: 1.25rem 2rem 1.25rem 0;
  position: relative;
}
@media all and (min-width: 992px) {
  .s-accordion .ac-header {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.s-accordion .ac-header::after {
  content: "";
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  background: center center/100% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9201 8.9502L13.4001 15.4702C12.6301 16.2402 11.3701 16.2402 10.6001 15.4702L4.08008 8.9502' stroke='%2325304E' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  top: calc(50% - 0.75rem);
  transition: 0.22s;
}
@media all and (min-width: 992px) {
  .s-accordion .ac-header::after {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
  }
}
.s-accordion .ac-panel {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .s-accordion .ac-panel {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.s-accordion .ac-panel .ac-text > :first-child {
  margin-top: 0 !important;
}
.s-accordion .ac-panel p {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .s-accordion .ac-panel p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.s-accordion .ac-panel li {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .s-accordion .ac-panel li {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.s-accordion .ac-panel a:hover {
  color: #1036C6;
}
.s-accordion .ac-panel ul, .s-accordion .ac-panel ol {
  padding-left: 1.25rem;
}
.s-accordion .ac-panel ul li, .s-accordion .ac-panel ol li {
  margin-bottom: 1.3125rem;
}
.s-accordion .ac-panel ul li::marker, .s-accordion .ac-panel ol li::marker {
  margin-right: 0.25rem;
}
.s-accordion .ac-panel ul li img, .s-accordion .ac-panel ol li img {
  margin-top: 1.3125rem;
}
.s-accordion .ac.is-active .ac-header::after {
  transform: rotate(180deg);
}

.c-files {
  background-color: #DCEAFF;
  padding: 4rem 0;
}
@media all and (min-width: 992px) {
  .c-files {
    padding: 5.3125rem 0;
  }
}

.c-files__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media all and (min-width: 768px) {
  .c-files__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media all and (min-width: 992px) {
  .c-files__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media all and (min-width: 1120px) {
  .c-files__grid {
    gap: 2.875rem;
  }
}

.c-files__item {
  background-color: #25304E;
  border-radius: 0.875rem;
  padding: 2rem 1.3125rem 1.3125rem 1.5rem;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .c-files__item {
    height: 100%;
  }
}
@media all and (min-width: 992px) {
  .c-files__item {
    padding: 2rem 1.3125rem 1.3125rem 2rem;
  }
}

.c-files__item__title {
  font-size: 1.3125rem;
  line-height: 1.575rem;
  font-weight: 500;
  color: #fff;
  margin-top: 1.0625rem;
}

.c-files__item__foot {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5625rem;
  align-items: center;
  min-height: 2.5rem;
}

.c-files__item__desc {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.225rem;
  color: #51ACFF;
}

.c-files__item__btn {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.c-files__item__btn a {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: #fff;
  padding: 0.5625rem 1.1875rem;
  background-color: #51ACFF;
  text-decoration: none;
  border-radius: 0.625rem;
}
.c-files__item__btn a:hover {
  background-color: #DCEAFF;
  color: #25304E;
}

.c-files__item__icon {
  display: flex;
  margin-bottom: auto;
}

.c-specs-wrap {
  margin: 4rem 0 2.75rem;
}
@media all and (min-width: 992px) {
  .c-specs-wrap {
    margin: 5rem 0 3.25rem;
  }
}

.c-specs-wrap__title {
  font-size: 2rem !important;
  line-height: 2.4rem !important;
  font-weight: 700;
  margin: 0 0 2.375rem;
}

.s-specs table {
  border-collapse: collapse;
  width: 100%;
}
.s-specs table th, .s-specs table td {
  border-top: 0.125rem solid #E0E8F4;
  border-bottom: 0.125rem solid #E0E8F4;
  text-align: left;
  padding: 1.4375rem 0 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
@media all and (min-width: 992px) {
  .s-specs table th, .s-specs table td {
    font-size: 1.125rem;
    line-height: 1.35rem;
  }
}
.s-specs table tr:first-child td, .s-specs table tr:first-child th {
  border-top: 0;
}
.s-specs table th {
  font-weight: 700;
}
.s-specs table td {
  font-weight: 500;
}

.c-distributors {
  padding: 4rem 0 3.375rem;
  background: #DCEAFF;
}
@media all and (min-width: 992px) {
  .c-distributors {
    padding: 4.75rem 0 3.875rem;
  }
}

.c-distributors__filter {
  margin-bottom: 2rem;
}
@media all and (min-width: 992px) {
  .c-distributors__filter {
    margin-bottom: 2.875rem;
  }
}

.c-card--bordered {
  border: 2px solid #25304E;
  padding: 1.5rem;
  border-radius: 0.875rem;
  width: 100%;
}
.c-card--bordered.hidden {
  display: none;
}
@media all and (min-width: 768px) {
  .c-card--bordered {
    padding: 1.5rem 1.5625rem 0.8125rem 1.875rem;
    width: calc(50% - 2rem);
  }
}
@media all and (min-width: 992px) {
  .c-card--bordered {
    width: calc(33.3333% - 2.5rem);
  }
}
@media all and (min-width: 1120px) {
  .c-card--bordered {
    width: calc(33.3333% - 3.125rem);
  }
}
.c-card--bordered .c-card__logo img {
  mix-blend-mode: darken;
}

.c-card__logo {
  display: flex;
}
.c-card__logo img {
  max-height: 3.1875rem;
}

.c-card__country {
  font-size: 0.9rem;
  line-height: 0.8125rem;
  font-weight: 500;
  padding: 0.3125rem 0.75rem;
  border: 0.0625rem solid #000;
  border-radius: 0.75rem;
}

.c-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.c-card__title {
  font-size: 1.3125rem;
  line-height: 1.575rem;
  font-weight: 500;
  margin-bottom: 1.0625rem;
}

.c-filters {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}

.c-filters__field {
  padding: 0.5rem 1rem;
  border: 0.125rem solid #25304E;
  border-radius: 0.875rem;
  min-width: 15.5rem;
  position: relative;
  cursor: pointer;
}

.c-filters__field__options {
  position: absolute;
  background: #fff;
  border-radius: 0.875rem;
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  top: calc(100% + 0.4rem);
  left: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease-in;
  transform: translateY(-0.5rem);
}

.c-filters__field.is-open .c-filters__field__options {
  opacity: 1;
  visibility: visible;
  transform: unset;
}

.c-filters__field__arrow {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0.9375rem;
  top: calc(50% - 0.75rem);
  background: center center/100% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9201 8.9502L13.4001 15.4702C12.6301 16.2402 11.3701 16.2402 10.6001 15.4702L4.08008 8.9502' stroke='%2325304E' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.c-filters__field__label {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-transform: capitalize;
}

.s-filter-field-options span {
  text-transform: capitalize;
  padding: 0.5rem 1rem;
  cursor: pointer;
  color: #25304E;
  transition: 0.14s ease-in-out;
}
.s-filter-field-options span:hover {
  background: #DCEAFF;
}

.u-bg-primary {
  background-color: #25304E;
}

.u-bg-secondary-light {
  background-color: #DCEAFF;
}

.u-bg-light {
  background-color: #F5F5F5;
}

.u-pt-37 {
  padding-top: 1.25rem;
}
@media all and (min-width: 992px) {
  .u-pt-37 {
    padding-top: 2.3125rem;
  }
}

@media all and (min-width: 992px) {
  .u-pt-37-l {
    padding-top: 2.3125rem;
  }
}

.u-flex {
  display: flex;
}

.u-gap-42 {
  gap: 32px;
}
@media all and (min-width: 1120px) {
  .u-gap-42 {
    gap: 32px;
  }
}

@media all and (min-width: 1120px) {
  .u-flex-d {
    display: flex;
  }
}
.s-blocks {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.s-blocks > :not(.alignwide):not(.alignfull) {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 2rem);
}
@media all and (min-width: 768px) {
  .s-blocks > :not(.alignwide):not(.alignfull) {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 992px) {
  .s-blocks > :not(.alignwide):not(.alignfull) {
    padding: 0;
    max-width: calc(100% - 6rem);
  }
}
@media all and (min-width: 1120px) {
  .s-blocks > :not(.alignwide):not(.alignfull) {
    max-width: 65.375rem;
  }
}
.s-blocks > .alignfull {
  width: 100%;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.s-blocks > .alignwide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 2rem);
  border-radius: 0.5rem;
}
@media all and (min-width: 768px) {
  .s-blocks > .alignwide {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 992px) {
  .s-blocks > .alignwide {
    padding: 0;
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 1300px) {
  .s-blocks > .alignwide {
    max-width: 75.625rem;
  }
}
.s-blocks h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media all and (min-width: 992px) {
  .s-blocks h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.s-blocks h2 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 700;
}
@media all and (min-width: 992px) {
  .s-blocks h2 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
.s-blocks h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 500;
}
@media all and (min-width: 992px) {
  .s-blocks h3 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
.s-blocks h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
}