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

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/style.scss ***!
  \**********************************************************************************************************/
@charset "UTF-8";
/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(0, 53.5897435897, 66);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid rgb(0, 74.2948717949, 91.5);
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(0, 74.2948717949, 91.5);
  border: 1px solid rgb(0, 53.5897435897, 66);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  color: rgb(127.5, 127.5, 127.5);
}

.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
.colored-1:nth-child(1) {
  background: #E7FCEF;
}
.colored-1:nth-child(2n) {
  background: #B6F7D0;
}
.colored-1:nth-child(3n) {
  background: #6DEFA2;
}

.colored-2:nth-child(1) {
  background: #F0FAF4;
}
.colored-2:nth-child(2n) {
  background: #D8F8E5;
}
.colored-2:nth-child(3n) {
  background: #C0F6D6;
}
.colored-2:nth-child(4n) {
  background: #A8F4C7;
}

.colored-3:nth-child(1) {
  background: #D8F8E5;
}
.colored-3:nth-child(2n) {
  background: #F0FAF4;
}
.colored-3:nth-child(3n) {
  background: #D8F8E5;
}
.colored-3:nth-child(4n) {
  background: #F0FAF4;
}

.swiper-slide:nth-child(1) .colored-1 {
  background: #E7FCEF;
}
.swiper-slide:nth-child(1) .colored-2 {
  background: #F0FAF4;
}
.swiper-slide:nth-child(1) .colored-3 {
  background: #D8F8E5;
}
.swiper-slide:nth-child(2n) .colored-1 {
  background: #B6F7D0;
}
.swiper-slide:nth-child(2n) .colored-2 {
  background: #D8F8E5;
}
.swiper-slide:nth-child(2n) .colored-3 {
  background: #F0FAF4;
}
.swiper-slide:nth-child(3n) .colored-1 {
  background: #6DEFA2;
}
.swiper-slide:nth-child(3n) .colored-2 {
  background: #C0F6D6;
}
.swiper-slide:nth-child(3n) .colored-3 {
  background: #D8F8E5;
}
.swiper-slide:nth-child(4n) .colored-2 {
  background: #A8F4C7;
}
.swiper-slide:nth-child(4n) .colored-3 {
  background: #F0FAF4;
}

.colored-4 {
  background: #ECE9E5 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-green-lighter {
  background: #F0FAF4 !important;
}

@font-face {
  font-family: "Funnel Sans";
  src: url(.././build/fonts/FunnelSans-VariableFont_wght.woff2) format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(.././build/fonts/Inter-VariableFont_opsz,wght.woff2) format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@keyframes rotateRound {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animationPatternPlus {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -100%;
  }
}
@keyframes levitate {
  100% {
    transform: translateY(-30px);
  }
}
.anim-title {
  overflow: hidden;
}
.anim-title h2,
.anim-title div,
.anim-title span {
  display: block;
  will-change: transform;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s ease-in-out;
}
.anim-title--anim h2,
.anim-title--anim div,
.anim-title--anim span {
  opacity: 1;
  transform: translateY(0%);
}

.cmplz-cookiebanner {
  padding: 30px !important;
  border-radius: 0px !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .cmplz-cookiebanner {
    padding: 20px 20px 50px 20px !important;
  }
}
.cmplz-cookiebanner .cmplz-header {
  text-align: left;
  display: flex !important;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cmplz-cookiebanner .cmplz-header .cmplz-logo {
  display: none !important;
}
.cmplz-cookiebanner .cmplz-header .cmplz-title {
  font-size: 20px;
  font-weight: 600;
  display: block !important;
}
.cmplz-cookiebanner .cmplz-body,
.cmplz-cookiebanner .cmplz-message,
.cmplz-cookiebanner .cmplz-description {
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 130% !important;
}
@media (max-width: 767px) {
  .cmplz-cookiebanner .cmplz-body,
  .cmplz-cookiebanner .cmplz-message,
  .cmplz-cookiebanner .cmplz-description {
    font-size: 12px !important;
    line-height: 120% !important;
  }
}
.cmplz-cookiebanner .cmplz-description {
  padding: 0px 10px 20px 10px !important;
  background: #F0FAF4 !important;
}
.cmplz-cookiebanner .cmplz-btn {
  border-radius: 50px !important;
  color: #000000 !important;
  border: 1.5px solid #000000 !important;
}
.cmplz-cookiebanner .cmplz-btn:hover {
  color: #0CE564 !important;
}
.cmplz-cookiebanner .cmplz-accept {
  background: #0CE564 !important;
  border-color: #0CE564 !important;
}
.cmplz-cookiebanner .cmplz-accept:hover {
  background: #0BCB59 !important;
  border-color: #0BCB59 !important;
  color: #000000 !important;
}
.cmplz-cookiebanner .cmplz-categories {
  margin-top: 15px !important;
}
.cmplz-cookiebanner .cmplz-buttons {
  margin-top: 15px !important;
}
.cmplz-cookiebanner .cmplz-documents {
  margin-top: 20px !important;
}
.cmplz-cookiebanner .cmplz-documents a {
  font-size: 16px !important;
  font-weight: 500;
  color: #000000;
  text-underline-offset: 2px;
}
.cmplz-cookiebanner .cmplz-documents a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cmplz-cookiebanner .cmplz-documents a {
    font-size: 12px !important;
    line-height: 120% !important;
  }
}
.cmplz-cookiebanner .cmplz-category-header {
  padding: 20px 10px !important;
  background: #F0FAF4 !important;
  grid-template-columns: 15px auto auto !important;
  grid-template-rows: 1fr !important;
  gap: 0px !important;
  cursor: pointer;
}
@media (max-width: 425px) {
  .cmplz-cookiebanner .cmplz-category-header {
    grid-template-columns: 15px auto auto !important;
    gap: 10px !important;
    padding: 17px 12px !important;
  }
}
.cmplz-cookiebanner .cmplz-category-header .cmplz-category-title,
.cmplz-cookiebanner .cmplz-category-header .cmplz-always-active {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000 !important;
}
@media (max-width: 767px) {
  .cmplz-cookiebanner .cmplz-category-header .cmplz-category-title,
  .cmplz-cookiebanner .cmplz-category-header .cmplz-always-active {
    font-size: 12px !important;
    line-height: 120% !important;
  }
}
.cmplz-cookiebanner .cmplz-category-header .cmplz-icon {
  grid-column-start: unset !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  background: url(.././build/img/arrow-down.svg) no-repeat !important;
  background-size: 100% !important;
  width: 8px !important;
  height: 8px !important;
}
.cmplz-cookiebanner .cmplz-category-header .cmplz-icon svg {
  display: none;
}
.cmplz-cookiebanner .cmplz-category-header .cmplz-category-title {
  grid-column: 2 !important;
  margin-right: auto !important;
}
@media (max-width: 425px) {
  .cmplz-cookiebanner .cmplz-category-header .cmplz-category-title {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin-right: auto !important;
    margin-left: 20px !important;
  }
}
.cmplz-cookiebanner .cmplz-category-header .cmplz-always-active,
.cmplz-cookiebanner .cmplz-category-header .cmplz-banner-checkbox {
  grid-column: 3 !important;
  margin-left: auto !important;
}
.cmplz-cookiebanner .cmplz-category-header .cmplz-banner-checkbox .cmplz-label {
  padding-left: 40px !important;
}
.cmplz-cookiebanner .cmplz-category-header .cmplz-banner-checkbox .cmplz-label:before {
  width: 40px !important;
  height: 20px !important;
  top: -9px !important;
  border: none !important;
  outline: none !important;
}
.cmplz-cookiebanner .cmplz-category-header .cmplz-banner-checkbox .cmplz-label:after {
  top: -8px !important;
  width: 18px !important;
  height: 18px !important;
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.0588235294) !important;
}
.cmplz-cookiebanner .cmplz-category-header .cmplz-banner-checkbox input {
  border: none !important;
  outline: none !important;
  opacity: 0 !important;
}
.cmplz-cookiebanner .cmplz-category-header .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after {
  left: 20px !important;
}
.cmplz-cookiebanner .cmplz-close {
  position: relative !important;
}
.cmplz-cookiebanner .cmplz-close:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cmplz-cookiebanner .cmplz-close:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cmplz-cookiebanner .cmplz-close svg {
  display: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: #fff;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

.body-hidden {
  overflow: hidden !important;
}

.container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}
@media (max-width: 1360px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 1240px) {
  .container {
    max-width: 991px;
  }
}
.container-s {
  max-width: 922px;
  margin: 0 auto;
}

main {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
main section {
  position: relative;
  z-index: 2;
}

main,
article ~ section {
  position: relative;
  z-index: 2;
}

article {
  position: relative;
  z-index: 2;
}
article section {
  position: relative;
  z-index: 2;
}

footer {
  position: relative;
  z-index: 2;
}

video, iframe {
  border: none;
  outline: none;
}

.order-last {
  order: 1;
}

::-webkit-scrollbar {
  width: 2px !important;
  height: 2px !important;
}

::-webkit-scrollbar-track {
  background: transparent !important;
}

::-webkit-scrollbar-thumb {
  background: #C8C4C4 !important;
  border-radius: 150px !important;
  transition: all 0.2s !important;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(31, 31, 31, 0.1019607843) !important;
}

.head-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.head-row .sec-head {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .head-row {
    margin-bottom: 40px;
  }
  .head-row .slider-controls {
    display: none;
  }
}

.sec-head {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-head {
    margin-bottom: 40px;
  }
}
.sec-head--left {
  text-align: left;
  align-items: flex-start;
}
.sec-head--right {
  text-align: right;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .sec-head--right {
    text-align: left;
    align-items: flex-start;
  }
}

.sec-actions {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1240px) {
  .sec-actions {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .sec-actions {
    margin-top: 46px;
  }
}

.overlap-sec {
  position: relative;
  z-index: 5;
}

.pb-xl {
  padding-bottom: 200px;
}
@media (max-width: 1240px) {
  .pb-xl {
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .pb-xl {
    padding-bottom: 140px;
  }
}

.pt-xl {
  padding-top: 200px;
}
@media (max-width: 1240px) {
  .pt-xl {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .pt-xl {
    padding-top: 140px;
  }
}

.p-xl {
  padding: 200px 0px;
}
@media (max-width: 1240px) {
  .p-xl {
    padding: 160px 0px;
  }
}
@media (max-width: 767px) {
  .p-xl {
    padding: 140px 0px;
  }
}

.pb-l {
  padding-bottom: 140px;
}
@media (max-width: 1240px) {
  .pb-l {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .pb-l {
    padding-bottom: 100px;
  }
}

.pt-l {
  padding-top: 140px;
}
@media (max-width: 1240px) {
  .pt-l {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .pt-l {
    padding-top: 100px;
  }
}

.p-l {
  padding: 140px 0px;
}
@media (max-width: 1240px) {
  .p-l {
    padding: 120px 0px;
  }
}
@media (max-width: 767px) {
  .p-l {
    padding: 100px 0px;
  }
}

.p-m {
  padding: 100px 0px;
}
@media (max-width: 1240px) {
  .p-m {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .p-m {
    padding: 60px 0px;
  }
}

.pt-m {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .pt-m {
    padding-top: 60px;
  }
}

.pb-m {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .pb-m {
    padding-bottom: 60px;
  }
}

.p-s {
  padding: 20px 0px;
}

.pt-s {
  padding-top: 20px;
}

.pb-s {
  padding-bottom: 20px;
}

.m-l {
  margin: 140px 0px;
}
@media (max-width: 767px) {
  .m-l {
    margin: 100px 0px;
  }
}

.mb-l {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .mb-l {
    margin-bottom: 100px;
  }
}

.mt-l {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .mt-l {
    margin-top: 100px;
  }
}

.m-m {
  margin: 100px 0px;
}
@media (max-width: 767px) {
  .m-m {
    margin: 60px 0px;
  }
}

.mb-m {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .mb-m {
    margin-bottom: 60px;
  }
}

.mt-m {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .mt-m {
    margin-top: 60px;
  }
}

.m-s {
  margin: 20px 0px;
}

.mb-s {
  margin-bottom: 20px;
}

.mt-s {
  margin-top: 20px;
}

.slider-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.slider-controls__prev, .slider-controls__next {
  width: 50px;
  height: 50px;
  background-image: url(.././build/img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.slider-controls__prev:hover, .slider-controls__next:hover {
  background-color: #F0FAF4;
}
.slider-controls__prev {
  transform: scale(-1, 1);
}
.slider-controls .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.search-fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(31, 31, 31, 0.6);
  transition: all 0.5s ease-in-out;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.search-fade--active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1240px) {
  .desk-view {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .desk-view-m {
    display: none !important;
  }
}
@media (min-width: 1241px) {
  .mob-view {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .mob-view-m {
    display: none !important;
  }
}
button {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.btn {
  font-size: 28px;
  font-weight: 600;
  background: transparent;
  position: relative;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 90%;
}
@media (max-width: 1240px) {
  .btn {
    font-size: 18px;
  }
}
.btn .btn-inner {
  transition: all 0.2s ease-in-out;
  color: #000000;
}
.btn-blink-green {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 24px;
  border-radius: 160px;
  border: 1px solid transparent;
}
@media (max-width: 1240px) {
  .btn-blink-green {
    padding: 15px;
  }
}
.btn-blink-green:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 160px;
  background: rgba(12, 229, 100, 0.1490196078);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.btn-blink-green:after {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 104px;
  background: rgba(12, 229, 100, 0.3019607843);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1240px) {
  .btn-blink-green:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.btn-blink-green .btn-inner {
  padding: 22px 44px;
  border-radius: 100px;
  background: #0CE564;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.btn-blink-green .btn-inner:before {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 80px;
  background: rgba(12, 229, 100, 0.4509803922);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1240px) {
  .btn-blink-green .btn-inner:before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
}
@media (max-width: 1240px) {
  .btn-blink-green .btn-inner {
    padding: 16px 30px;
  }
}
@media (min-width: 1240px) {
  .btn-blink-green:hover:before, .btn-blink-green:hover:after {
    transform: translate(-50%, -50%) scale(0.5);
  }
  .btn-blink-green:hover .btn-inner {
    background: #0CE564;
  }
  .btn-blink-green:hover .btn-inner:before {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.btn-blink-green:focus .btn-inner {
  background: #0CE564;
}
.btn-blink-green:active .btn-inner {
  background: #0BCB59;
}
.btn-blink-green:disabled:before, .btn-blink-green:disabled:after {
  transform: translate(-50%, -50%) scale(0.5);
}
.btn-blink-green:disabled .btn-inner {
  background: rgba(12, 229, 100, 0.4509803922);
}
.btn-blink-green:disabled .btn-inner:before {
  transform: translate(-50%, -50%) scale(0.5);
}
.btn-blink-white {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 24px;
  border-radius: 160px;
  border: 1px solid transparent;
}
@media (max-width: 1240px) {
  .btn-blink-white {
    padding: 15px;
  }
}
.btn-blink-white:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 160px;
  background: rgba(255, 255, 255, 0.15);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.btn-blink-white:after {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 104px;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1240px) {
  .btn-blink-white:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.btn-blink-white .btn-inner {
  padding: 22px 44px;
  border-radius: 100px;
  background: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.btn-blink-white .btn-inner:before {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.45);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1240px) {
  .btn-blink-white .btn-inner:before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
}
@media (max-width: 1240px) {
  .btn-blink-white .btn-inner {
    padding: 16px 30px;
  }
}
@media (min-width: 1240px) {
  .btn-blink-white:hover:before, .btn-blink-white:hover:after {
    transform: translate(-50%, -50%) scale(0.5);
  }
  .btn-blink-white:hover .btn-inner {
    background: #fff;
  }
  .btn-blink-white:hover .btn-inner:before {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.btn-blink-white:focus .btn-inner {
  background: #DCDCDC;
}
.btn-blink-white:active .btn-inner {
  background: #DCDCDC;
}
.btn-blink-white:disabled:before, .btn-blink-white:disabled:after {
  transform: translate(-50%, -50%) scale(0.5);
}
.btn-blink-white:disabled .btn-inner {
  background: rgba(255, 255, 255, 0.45);
}
.btn-blink-white:disabled .btn-inner:before {
  transform: translate(-50%, -50%) scale(0.5);
}
.btn-blink-black {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 24px;
  border-radius: 160px;
  border: 1px solid transparent;
}
@media (max-width: 1240px) {
  .btn-blink-black {
    padding: 15px;
  }
}
.btn-blink-black:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 160px;
  background: rgba(0, 0, 0, 0.15);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.btn-blink-black:after {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 104px;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1240px) {
  .btn-blink-black:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.btn-blink-black .btn-inner {
  padding: 22px 44px;
  border-radius: 100px;
  background: #000000;
  color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.btn-blink-black .btn-inner:before {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 80px;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1240px) {
  .btn-blink-black .btn-inner:before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
}
@media (max-width: 1240px) {
  .btn-blink-black .btn-inner {
    padding: 16px 30px;
  }
}
@media (min-width: 1240px) {
  .btn-blink-black:hover:before, .btn-blink-black:hover:after {
    transform: translate(-50%, -50%) scale(0.5);
  }
  .btn-blink-black:hover .btn-inner {
    background: #000000;
  }
  .btn-blink-black:hover .btn-inner:before {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.btn-blink-black:focus .btn-inner {
  background: #0CE564;
}
.btn-blink-black:active .btn-inner {
  background: #0BCB59;
}
.btn-blink-black:disabled:before, .btn-blink-black:disabled:after {
  transform: translate(-50%, -50%) scale(0.5);
}
.btn-blink-black:disabled .btn-inner {
  background: rgba(0, 0, 0, 0.45);
}
.btn-blink-black:disabled .btn-inner:before {
  transform: translate(-50%, -50%) scale(0.5);
}
.btn-blink--reverse:before {
  transform: translate(-50%, -50%) scale(0.5);
}
.btn-blink--reverse:after {
  transform: translate(-50%, -50%) scale(0.5);
}
.btn-blink--reverse .btn-inner:before {
  transform: translate(-50%, -50%) scale(0.5);
}
@media (min-width: 1240px) {
  .btn-blink--reverse:hover:before, .btn-blink--reverse:hover:after {
    transform: translate(-50%, -50%) scale(1);
  }
  .btn-blink--reverse:hover .btn-inner:before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.btn-green {
  padding: 22px 44px;
  border-radius: 50px;
  background: #0CE564;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 1240px) {
  .btn-green {
    padding: 16px 30px;
  }
}
.btn-green:hover {
  background: #0BCB59;
}
.btn-green-download {
  padding: 22px 44px 22px 34px;
  border-radius: 50px;
  background: #0CE564;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 1240px) {
  .btn-green-download {
    padding: 16px 30px 16px 24px;
  }
}
.btn-green-download .btn-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.btn-green-download .btn-inner:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(.././build/img/download.svg) no-repeat;
  background-position: center;
}
.btn-green-download:hover {
  background: #0BCB59;
}
.btn-arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 10px;
  padding: 0;
}
.btn-arrow:before {
  content: "";
  width: 33px;
  height: 33px;
  background: url(.././build/img/arrow-right.svg) no-repeat, #0CE564;
  background-position: center right 9px;
  border-radius: 50%;
}
@media (max-width: 1240px) {
  .btn-arrow:before {
    width: 18px;
    height: 18px;
    background-size: 45%;
    background-position: center right 4px;
  }
}
.btn-arrow .btn-inner {
  position: relative;
}
.btn-arrow .btn-inner:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  transition: all 0.5s ease-in-out;
}
.btn-arrow:hover .btn-inner:before {
  width: 0%;
}
.btn-arrow-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
}
@media (max-width: 1240px) {
  .btn-arrow-2 {
    font-size: 16px;
    gap: 6px;
  }
}
.btn-arrow-2:after {
  content: "›";
  font-size: 24px;
  font-weight: 500;
  color: #2E2E2E;
}
@media (max-width: 1240px) {
  .btn-arrow-2:after {
    font-size: 16px;
  }
}
.btn-arrow-2 .btn-inner {
  position: relative;
  color: #2E2E2E;
}
.btn-arrow-2 .btn-inner:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #2E2E2E;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1240px) {
  .btn-arrow-2 .btn-inner:before {
    height: 1px;
  }
}
.btn-arrow-2:hover .btn-inner:before {
  width: 0%;
}
.btn-plus {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 10px;
  padding: 0;
}
.btn-plus:after {
  content: "+";
  color: #000000;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .btn-plus {
    gap: 6px;
  }
}
.btn-plus .btn-inner {
  position: relative;
}
.btn-plus .btn-inner:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  transition: all 0.5s ease-in-out;
}
.btn-plus:hover .btn-inner:before {
  width: 0%;
}
.btn-white {
  color: #fff;
}
.btn-white.btn-arrow .btn-inner {
  color: #fff;
}
.btn-white.btn-arrow .btn-inner:before {
  background: #fff;
}
.btn-trans {
  font-size: 14px;
  font-weight: 400;
  padding: 14px 20px;
  border-radius: 50px;
  border: 1px solid #000000;
}
.btn-trans:hover .btn-inner {
  color: #0CE564;
}
.btn-trans-def {
  padding: 20px 42px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 1240px) {
  .btn-trans-def {
    padding: 14px 28px;
  }
}
.btn-trans-def:hover .btn-inner {
  color: #0CE564;
}
.btn-s.btn-arrow:before {
  margin-top: 5px;
  width: 18px;
  height: 18px;
  background-size: 40%;
  background-position: top 3px right 5px;
}
.btn-s.btn-arrow .btn-inner {
  font-size: 16px;
  line-height: 100%;
}
.btn-s.btn-arrow-2 {
  gap: 5px;
}
.btn-s.btn-arrow-2:after {
  content: "›";
  font-size: 24px;
  font-weight: 500;
}
.btn-s.btn-arrow-2 .btn-inner {
  font-size: 16px;
  line-height: 100%;
}
.btn-s.btn-arrow-2 .btn-inner:before {
  height: 1px;
}
.btn-s.btn-blink-green .btn-inner {
  font-size: 18px;
  line-height: 100%;
  padding: 16px 30px;
}
.btn-s.btn-green {
  padding: 16px 30px;
}
.btn-s.btn-green .btn-inner {
  font-size: 18px;
  line-height: 100%;
}
.btn-s.btn-green-download {
  padding: 16px 30px 16px 24px;
}
.btn-s.btn-green-download .btn-inner {
  font-size: 18px;
  line-height: 100%;
}
.btn-s.btn-trans-def {
  padding: 14px 28px;
}
.btn-s.btn-trans-def .btn-inner {
  font-size: 18px;
  line-height: 100%;
}
.btn-xs.btn-green {
  padding: 15px 28px;
}
.btn-xs.btn-green .btn-inner {
  font-size: 14px !important;
  line-height: 100%;
}

.tabs-block {
  margin: 0 auto;
  margin-bottom: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  position: relative;
  width: max-content;
}
.tabs-block::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #C8C4C4;
  position: absolute;
  bottom: 1px;
}
@media (max-width: 1240px) {
  .tabs-block {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.tabs-block .tab {
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  padding-bottom: 20px;
  padding: 0px 15px 20px 15px;
  color: rgba(0, 0, 0, 0.6980392157);
  white-space: nowrap;
  position: relative;
}
.tabs-block .tab:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
  transition: all 0.3s ease-in-out;
  position: absolute;
  transform: scale(0);
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1240px) {
  .tabs-block .tab {
    font-size: 16px;
    padding: 0px 0px 20px 0px;
  }
}
.tabs-block .tab--active {
  font-weight: 600;
  pointer-events: none;
  color: #000000;
}
.tabs-block .tab--active:before {
  transform: scale(1);
}

body {
  font-family: "Funnel Sans", sans-serif;
  line-height: 130%;
  font-weight: 300;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #000000;
}

strong,
b {
  font-weight: 500;
}

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

.case-stand {
  text-transform: initial;
}

.intro-title {
  font-family: "Funnel Sans", sans-serif;
  font-size: 62px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 99%;
  margin: 10px auto;
  max-width: 850px;
}
@media (max-width: 1240px) {
  .intro-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .intro-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .intro-title {
    font-size: 30px;
    max-width: 320px;
  }
  .intro-title br {
    display: none;
  }
}
.intro-title h1,
.intro-title h2,
.intro-title h3 {
  font-family: "Funnel Sans", sans-serif;
  font-size: 62px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 99%;
  margin: 10px auto;
  max-width: 850px;
}
@media (max-width: 1240px) {
  .intro-title h1,
  .intro-title h2,
  .intro-title h3 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .intro-title h1,
  .intro-title h2,
  .intro-title h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .intro-title h1,
  .intro-title h2,
  .intro-title h3 {
    font-size: 30px;
    max-width: 320px;
  }
  .intro-title h1 br,
  .intro-title h2 br,
  .intro-title h3 br {
    display: none;
  }
}

.intro-subtitle {
  margin-top: 24px;
  font-size: 31px;
  line-height: 90%;
  font-weight: 400;
}
@media (max-width: 1240px) {
  .intro-subtitle {
    font-size: 25px;
  }
}
@media (max-width: 578px) {
  .intro-subtitle {
    font-size: 20px;
    line-height: 110%;
  }
  .intro-subtitle br {
    display: none;
  }
}

.section-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 94%;
  margin: 0;
  max-width: 750px;
}
.section-title br {
  display: none;
}
.section-title span {
  color: #0BCE5A;
}
@media (max-width: 1240px) {
  .section-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 38px;
    line-height: 95%;
    max-width: 320px;
  }
}
@media (max-width: 360px) {
  .section-title {
    font-size: 30px;
    line-height: 90%;
  }
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5 {
  font-size: 56px;
  font-weight: 800;
  line-height: 94%;
  margin: 0;
  max-width: 750px;
}
.section-title h1 br,
.section-title h2 br,
.section-title h3 br,
.section-title h4 br,
.section-title h5 br {
  display: none;
}
.section-title h1 span,
.section-title h2 span,
.section-title h3 span,
.section-title h4 span,
.section-title h5 span {
  color: #0BCE5A;
}
@media (max-width: 1240px) {
  .section-title h1,
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .section-title h1,
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5 {
    font-size: 38px;
    line-height: 95%;
    max-width: 320px;
  }
}
@media (max-width: 360px) {
  .section-title h1,
  .section-title h2,
  .section-title h3,
  .section-title h4,
  .section-title h5 {
    font-size: 30px;
    line-height: 90%;
  }
}

.section-subtitle {
  margin-top: 30px;
  font-size: 34px;
  line-height: 110%;
  font-weight: 400;
}
@media (max-width: 578px) {
  .section-subtitle {
    font-size: 20px;
    line-height: 110%;
  }
  .section-subtitle br {
    display: none;
  }
}

.section-text {
  max-width: 681px;
  margin-top: 16px;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  color: #2E2E2E;
}
@media (max-width: 767px) {
  .section-text {
    font-size: 16px;
    line-height: 130%;
    margin-top: 20px;
  }
}

.item-title {
  margin: 0 !important;
  font-size: 40px !important;
  line-height: 90% !important;
  font-weight: 800 !important;
}
.item-title span {
  color: #0BCE5A !important;
}
@media (max-width: 1240px) {
  .item-title {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .item-title {
    font-size: 24px !important;
  }
}
.item-title h1,
.item-title h2,
.item-title h3,
.item-title h4,
.item-title h5 {
  margin: 0 !important;
  font-size: 40px !important;
  line-height: 90% !important;
  font-weight: 800 !important;
}
.item-title h1 span,
.item-title h2 span,
.item-title h3 span,
.item-title h4 span,
.item-title h5 span {
  color: #0BCE5A !important;
}
@media (max-width: 1240px) {
  .item-title h1,
  .item-title h2,
  .item-title h3,
  .item-title h4,
  .item-title h5 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .item-title h1,
  .item-title h2,
  .item-title h3,
  .item-title h4,
  .item-title h5 {
    font-size: 24px !important;
  }
}

.item-title-m {
  margin: 0;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
}
@media (max-width: 1240px) {
  .item-title-m {
    font-size: 20px;
  }
}
.item-title-m h1,
.item-title-m h2,
.item-title-m h3,
.item-title-m h4,
.item-title-m h5 {
  margin: 0;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
}
@media (max-width: 1240px) {
  .item-title-m h1,
  .item-title-m h2,
  .item-title-m h3,
  .item-title-m h4,
  .item-title-m h5 {
    font-size: 20px;
  }
}

.modal-title, .modal-top-title {
  margin: 0;
  font-size: 40px;
  line-height: 90%;
  font-weight: 800;
}
.modal-title span, .modal-top-title span {
  color: #0BCE5A;
}

.modal-top-title {
  line-height: 1;
  color: #00AB45;
}

.modal-subtitle {
  font-size: 16px;
  font-weight: 500;
}

input,
textarea,
label {
  border: none;
  outline: none;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  resize: none;
}
input::placeholder,
textarea::placeholder,
label::placeholder {
  color: #6B6B6B;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  input::placeholder,
  textarea::placeholder,
  label::placeholder {
    font-size: 12px;
    font-weight: 300;
  }
}

.input-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
@media (max-width: 991px) {
  .input-group {
    grid-template-columns: 100%;
  }
}

.input-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .input-item {
    margin-bottom: 16px;
  }
}
.input-item label {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 991px) {
  .input-item label {
    font-size: 12px;
  }
}
.input-item input, .input-item textarea {
  padding: 10px 12px;
  width: 100%;
  background: #F5F9F6;
}
.input-item textarea {
  min-height: 90px;
}
.input-item--tab-radios {
  margin-bottom: 40px;
}
.input-item--tab-radios .input-label {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .input-item--tab-radios .input-label {
    margin-bottom: 10px;
  }
}
.input-item--tab-radios .tab-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.input-item--tab-radios .tab-radios .tab-radio {
  position: relative;
  margin: 0;
  min-width: 0;
  text-align: center;
}
.input-item--tab-radios .tab-radios .tab-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.input-item--tab-radios .tab-radios .tab-radio input[type=radio]:checked + .tab-radio__label {
  border-color: #000000;
  background-color: #F5F9F6;
  color: #000000;
}
.input-item--tab-radios .tab-radios .tab-radio__label {
  display: block;
  padding: 0px 14px;
  border-radius: 20px;
  background-color: transparent;
  color: #2E2E2E;
  border: 1px solid rgba(31, 31, 31, 0.1019607843);
  font-size: 16px;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.input-item--tab-radios .tab-radios .tab-radio__label:hover {
  color: #495057;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .input-item--tab-radios .tab-radios .tab-radio__label {
    font-size: 12px;
    font-weight: 300;
  }
}
.input-item--check {
  margin-bottom: 20px;
}
.input-item--check .consent-check {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  line-height: 110%;
  color: #6B6B6B;
}
.input-item--check .consent-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.input-item--check .consent-check input[type=checkbox]:checked + .consent-check__custom {
  background-color: #0CE564;
  border-color: #0d7c3a;
}
.input-item--check .consent-check input[type=checkbox]:checked + .consent-check__custom::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 6px;
  background: url(.././build/img/check-black.svg) no-repeat;
  background-position: center center;
}
.input-item--check .consent-check__custom {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  border: 1px solid #adb5bd;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.input-item--check .consent-check__text a {
  color: #000000;
  text-decoration: underline;
}
.input-item--check .consent-check__text a:hover {
  text-decoration: none;
}
.input-item--check .consent-check__text p {
  margin: 0;
}
.input-item--check .consent-check:hover .consent-check__custom {
  border-color: #6c757d;
}
.input-item--action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.choices {
  margin: 0;
}
.choices[data-type*=select-one]::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1.5px solid #000000;
  border-top: none;
  border-left: none;
  position: absolute;
  right: 9px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.choices.is-open[data-type*=select-one]::after {
  border: 1.5px solid #000000;
  border-top: none;
  border-left: none;
  transform: rotate(-135deg);
  margin-top: 0;
}
.choices .choices__inner {
  color: #000000;
  padding: 0 !important;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  min-height: 41px;
  transition: border-color 0.3s ease-in-out;
  background: #F0FAF4;
}
.choices .choices__inner:hover {
  border-bottom-color: #2E2E2E;
}
.choices .choices__inner .choices__item--selectable[data-value*=select-placeholder] {
  color: #2E2E2E;
}
@media (max-width: 991px) {
  .choices .choices__inner .choices__item--selectable {
    font-size: 14px;
  }
}
.choices .choices__list--single {
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 300;
}
.choices .choices__placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #000000 !important;
}
.choices .choices__list--dropdown {
  z-index: 10;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 0;
  border: none !important;
  box-shadow: 0px 2px 10px 0px rgba(19, 101, 52, 0.0784313725);
  padding: 10px;
}
.choices .choices__list--dropdown .choices__input {
  display: none;
  margin-bottom: 10px;
  border: 1px solid #000000;
  padding: 7px 7px 7px 30px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  background: url(.././build/img/input-search.svg) no-repeat;
  background-position: center left 8px;
  background-size: 17px 17px;
}
.choices .choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 4px;
}
.choices .choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  background-color: #C8C4C4;
}
.choices .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
}
.choices .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.choices .choices__list--dropdown .choices__item {
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}
.choices .choices__list--dropdown .choices__item:hover {
  background: #D8F8E5 !important;
}
.choices .choices__list--dropdown .is-selected {
  background: rgba(31, 31, 31, 0.1019607843);
  pointer-events: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
.choices .choices__list--dropdown .is-selected:after {
  content: "" !important;
  display: block !important;
  opacity: 1 !important;
  width: 12px;
  height: 9px;
  background: url(.././build/img/check-green.svg) no-repeat;
  background-size: cover;
}
.choices .choices__list--dropdown .choices__item--selectable::after {
  opacity: 0;
  display: none;
}
.choices .choices__list--dropdown .choices__placeholder {
  display: none;
}

.input-search .choices__list--dropdown .choices__input {
  display: block !important;
}

@media (max-width: 719px) {
  .choices__inner {
    font-size: 16px;
    min-height: 42px;
  }
  .choices__list--single {
    padding: 9px 20px 9px 0;
  }
  .choices__list--dropdown .choices__item {
    padding: 6px 8px;
    font-size: 16px;
  }
}
.iti {
  width: 100%;
}
.iti__selected-dial-code {
  font-size: 14px;
  line-height: 1;
}
.iti__tel-input {
  text-transform: uppercase;
}
.iti__tel-input::placeholder {
  color: rgba(31, 31, 31, 0.3019607843);
}
.iti__selected-country {
  background: #F0FAF4;
}
.iti__country:hover {
  background: #D8F8E5;
}
.iti__search-input {
  width: 100% !important;
  margin-bottom: 10px;
  border: 1px solid #000000 !important;
  padding: 7px 7px 7px 30px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  background: url(.././build/img/input-search.svg) no-repeat !important;
  background-position: center left 8px !important;
  background-size: 17px 17px !important;
}
.iti__dropdown-content {
  z-index: 10;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 0;
  border: none !important;
  box-shadow: 0px 2px 10px 0px rgba(19, 101, 52, 0.0784313725);
  padding: 10px;
}

.field-error input {
  border: 1px solid #F42828;
}
.field-error .choices {
  border: 1px solid #F42828;
}

.field-success input {
  border: 1px solid #0CE564;
}

.field-error-message {
  font-size: 12px;
  font-weight: 300;
  color: #F42828;
  position: absolute;
  top: 100%;
  left: 0;
}

.modal-layer {
  position: fixed;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(31, 31, 31, 0.1019607843);
  backdrop-filter: blur(4px);
  pointer-events: none;
}
@media (max-width: 767px) {
  .modal-layer {
    background: #F0FAF4;
    backdrop-filter: unset;
  }
}
.modal-layer__fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.modal-layer__content {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .modal-layer__content {
    align-items: flex-start;
  }
}
.modal-layer .modal-block {
  background: #F0FAF4;
  padding: 40px;
  max-width: 940px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  z-index: 500;
  position: relative;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
  opacity: 0;
  transform: scale(0.95);
  transform-origin: center bottom;
}
@media (max-width: 991px) {
  .modal-layer .modal-block {
    padding: 40px 20px;
  }
}
.modal-layer .modal-block__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
.modal-layer .modal-block__close:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.modal-layer .modal-block__close div {
  width: 20px;
  height: 1px;
  background: #2E2E2E;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-layer .modal-block__close div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-layer .modal-block__close div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-layer .modal-block__close:hover {
  background: rgba(12, 229, 100, 0.1490196078);
}
.modal-layer .modal-block__content {
  display: grid;
  grid-template-columns: 360px auto;
  gap: 18px;
  position: relative;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .modal-layer .modal-block__content {
    grid-template-columns: 100%;
  }
}
.modal-layer .modal-block__bg {
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 500px;
  height: 500px;
}
.modal-layer .modal-block__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .modal-layer .modal-block__bg {
    display: none;
  }
}
.modal-layer .modal-block--events {
  background: #ECE9E5;
  border-radius: 24px;
  padding: 0;
}
.modal-layer .modal-block--events .modal-block__close {
  z-index: 10;
}
.modal-layer .modal-block--events .modal-block__content {
  max-width: 1200px;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .modal-layer .modal-block--events .modal-block__content {
    grid-template-columns: 100%;
  }
}
.modal-layer .modal-block--events .modal-subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}
.modal-layer .modal-block--events .info-block {
  padding: 64px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .modal-layer .modal-block--events .info-block {
    padding: 40px 20px 0px 20px;
  }
}
.modal-layer .modal-block--events form {
  border-radius: 0px;
  padding: 48px;
}
@media (max-width: 991px) {
  .modal-layer .modal-block--events form {
    border-radius: 24px 24px 0px 0px;
    padding: 48px 20px;
  }
}
.modal-layer .modal-block--webinars {
  max-width: 588px;
  background: #fff;
  border-radius: 24px;
  padding: 0;
  font-family: Inter, sans-serif;
}
.modal-layer .modal-block--webinars .modal-block__close {
  z-index: 10;
}
.modal-layer .modal-block--webinars .modal-block__content {
  max-width: 588px;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (max-width: 991px) {
  .modal-layer .modal-block--webinars .modal-block__content {
    grid-template-columns: 100%;
  }
}
.modal-layer .modal-block--webinars .modal-title, .modal-layer .modal-block--webinars .modal-top-title {
  line-height: 1;
  letter-spacing: -0.4px;
}
.modal-layer .modal-block--webinars .modal-subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 12px;
}
.modal-layer .modal-block--webinars .modal-subtitle p {
  margin: 12px 0;
}
.modal-layer .modal-block--webinars .modal-subtitle p:first-child {
  margin-top: 0;
}
.modal-layer .modal-block--webinars .modal-subtitle p:last-child {
  margin-bottom: 0;
}
.modal-layer .modal-block--webinars .info-block {
  padding: 64px 64px 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .modal-layer .modal-block--webinars .info-block {
    padding: 40px 20px 0 20px;
  }
}
.modal-layer .modal-block--webinars .form-block {
  min-height: 467px;
}
.modal-layer .modal-block--webinars form {
  border-radius: 0px;
  padding: 48px;
}
@media (max-width: 991px) {
  .modal-layer .modal-block--webinars form {
    border-radius: 24px 24px 0 0;
    padding: 48px 20px;
  }
}
.modal-layer .modal-block--wide {
  max-width: 1360px;
}
.modal-layer .modal-block--wide .modal-block__content {
  grid-template-columns: 72% 1fr;
}
@media (max-width: 991px) {
  .modal-layer .modal-block--wide .modal-block__content {
    grid-template-columns: 100%;
  }
}
.modal-layer--active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-layer--active .modal-block {
  opacity: 1;
  transform: scale(1);
}

.modal-companies {
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .modal-companies {
    display: none;
  }
}
.modal-companies__title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 35px;
}
.modal-companies .marquee {
  width: 350px;
  position: relative;
}
.modal-companies .marquee:before {
  content: "";
  width: 56px;
  height: 100%;
  background: linear-gradient(90deg, #F0EDE9 0%, rgba(240, 237, 233, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.modal-companies .marquee:after {
  content: "";
  width: 56px;
  height: 100%;
  background: linear-gradient(-90deg, #F0EDE9 0%, rgba(240, 237, 233, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.modal-companies .marquee__inner {
  animation-direction: reverse;
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: flex-start;
  will-change: transform;
}
@media (max-width: 991px) {
  .modal-companies .marquee__inner {
    gap: 15px;
  }
}
.modal-companies .marquee .marq-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  filter: brightness(0);
}
.modal-companies .marquee .marq-item img {
  width: auto;
  height: 30px;
}
.icon-x,
.icon-inst,
.icon-youtube,
.icon-linked,
.icon-fb,
.icon-tg,
.icon-copy {
  width: 17px;
  height: 17px;
  display: block;
}
@media (max-width: 767px) {
  .icon-x,
  .icon-inst,
  .icon-youtube,
  .icon-linked,
  .icon-fb,
  .icon-tg,
  .icon-copy {
    width: 22px;
    height: 22px;
  }
}

.icon-l {
  width: 24px;
  height: 24px;
  display: block;
}
@media (max-width: 767px) {
  .icon-l {
    width: 24px;
    height: 24px;
  }
}

.icon-x {
  background: url(.././build/img/x.svg) no-repeat;
  background-size: 100%;
}

.icon-x.icon-dark {
  background: url(.././build/img/x-dark.svg) no-repeat;
  background-size: 100%;
}

.icon-inst {
  background: url(.././build/img/inst.svg) no-repeat;
  background-size: 100%;
}

.icon-inst.icon-dark {
  background: url(.././build/img/inst-dark.svg) no-repeat;
  background-size: 100%;
}

.icon-linked {
  background: url(.././build/img/linkedin.svg) no-repeat;
  background-size: 100%;
}

.icon-linked.icon-dark {
  background: url(.././build/img/linkedin-dark.svg) no-repeat;
  background-size: 100%;
}

.icon-fb {
  background: url(.././build/img/fb.svg) no-repeat;
  background-size: 100%;
}

.icon-fb.icon-dark {
  background: url(.././build/img/fb-dark.svg) no-repeat;
  background-size: 100%;
}

.icon-youtube {
  background: url(.././build/img/youtube.svg) no-repeat;
  background-size: contain;
  background-position: center center;
}

.icon-tg {
  background: url(.././build/img/telegram.svg) no-repeat;
  background-size: 100%;
}

.icon-copy {
  background: url(.././build/img/copy.svg) no-repeat;
  background-size: 118%;
  background-position: center center;
  cursor: pointer;
  position: relative;
}
.icon-copy:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 70%;
  height: 70%;
  background: #000000;
  border-radius: 50%;
  visibility: hidden;
  animation: blink 2s infinite linear;
}
@keyframes blink {
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  0% {
    opacity: 1;
  }
}
.icon-copy__status {
  text-align: center;
  width: 140px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100%;
  padding: 14px;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  color: #2E2E2E;
  background: #F5F9F6;
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
  transition: all 0.2s ease-in-out;
}
.icon-copy--copied:before {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}
.icon-copy--copied .icon-copy__status {
  opacity: 1;
  transform: translate(-50%, -50%) scaleY(1);
}

.fader {
  width: 100%;
  z-index: 4;
  pointer-events: none;
}
.fader__line {
  width: 100%;
  height: 68px;
  will-change: height;
}
.fader__line:nth-child(1) {
  background: #0CE564;
}
.fader__line:nth-child(2) {
  background: rgba(12, 229, 100, 0.8);
}
.fader__line:nth-child(3) {
  background: rgba(12, 229, 100, 0.6);
}
.fader__line:nth-child(4) {
  background: rgba(12, 229, 100, 0.3019607843);
}
.fader__line:nth-child(5) {
  background: rgba(12, 229, 100, 0.1019607843);
}
@media (max-width: 767px) {
  .fader__line {
    height: 40px;
  }
}
.fader--invert .fader__line:nth-child(5) {
  background: #0CE564;
}
.fader--invert .fader__line:nth-child(4) {
  background: rgba(12, 229, 100, 0.8);
}
.fader--invert .fader__line:nth-child(3) {
  background: rgba(12, 229, 100, 0.6);
}
.fader--invert .fader__line:nth-child(2) {
  background: rgba(12, 229, 100, 0.3019607843);
}
.fader--invert .fader__line:nth-child(1) {
  background: rgba(12, 229, 100, 0.1019607843);
}
.fader--fix-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.fader--abs-top {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.fader--abs-bot {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.fader--short .fader__line {
  height: 33px;
}
.fader--full.finished {
  z-index: 2;
}
.fader--full .fader__line {
  height: 35px;
}
.fader--op {
  background: transparent !important;
}
.fader--op .fader__line:nth-child(2), .fader--op .fader__line:nth-child(3), .fader--op .fader__line:nth-child(4), .fader--op .fader__line:nth-child(5) {
  opacity: 0.9;
}
.fader--dark {
  background: #000000;
}
.fader--dark .fader__line:nth-child(1) {
  background: rgba(31, 31, 31, 0.1019607843);
}
.fader--dark .fader__line:nth-child(2) {
  background: rgba(31, 31, 31, 0.3019607843);
}
.fader--dark .fader__line:nth-child(3) {
  background: rgba(31, 31, 31, 0.6);
}
.fader--dark .fader__line:nth-child(4) {
  background: rgba(31, 31, 31, 0.8);
}
.fader--dark .fader__line:nth-child(5) {
  background: #1F1F1F;
}
.fader--green-dark {
  background: #000000;
}
.fader--green-light {
  background: #F4F1EA;
}
.fader--white .fader__line:nth-child(1) {
  background: #FFFFFF;
}
.fader--white .fader__line:nth-child(2) {
  background: rgba(255, 255, 255, 0.8);
}
.fader--white .fader__line:nth-child(3) {
  background: rgba(255, 255, 255, 0.6);
}
.fader--white .fader__line:nth-child(4) {
  background: rgba(255, 255, 255, 0.3019607843);
}
.fader--white .fader__line:nth-child(5) {
  background: rgba(255, 255, 255, 0.1019607843);
}
.fader--invert.fader--dark .fader__line:nth-child(5) {
  background: rgba(31, 31, 31, 0.1019607843);
}
.fader--invert.fader--dark .fader__line:nth-child(4) {
  background: rgba(31, 31, 31, 0.3019607843);
}
.fader--invert.fader--dark .fader__line:nth-child(3) {
  background: rgba(31, 31, 31, 0.6);
}
.fader--invert.fader--dark .fader__line:nth-child(2) {
  background: rgba(31, 31, 31, 0.8);
}
.fader--invert.fader--dark .fader__line:nth-child(1) {
  background: #1F1F1F;
}
.fader--invert.fader--green-dark .fader__line:nth-child(5) {
  background: #0CE564;
}
.fader--invert.fader--green-dark .fader__line:nth-child(4) {
  background: rgba(12, 229, 100, 0.8);
}
.fader--invert.fader--green-dark .fader__line:nth-child(3) {
  background: rgba(12, 229, 100, 0.6);
}
.fader--invert.fader--green-dark .fader__line:nth-child(2) {
  background: rgba(12, 229, 100, 0.3019607843);
}
.fader--invert.fader--green-dark .fader__line:nth-child(1) {
  background: rgba(12, 229, 100, 0.1019607843);
}
.fader--invert.fader--white .fader__line:nth-child(5) {
  background: #FFFFFF;
}
.fader--invert.fader--white .fader__line:nth-child(4) {
  background: rgba(255, 255, 255, 0.8);
}
.fader--invert.fader--white .fader__line:nth-child(3) {
  background: rgba(255, 255, 255, 0.6);
}
.fader--invert.fader--white .fader__line:nth-child(2) {
  background: rgba(255, 255, 255, 0.3019607843);
}
.fader--invert.fader--white .fader__line:nth-child(1) {
  background: rgba(255, 255, 255, 0.1019607843);
}

.fader-page-start .fader__line {
  margin-top: -1px;
}

.breadcrumbs {
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.breadcrumbs__crumb {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .breadcrumbs__crumb {
    font-size: 14px;
  }
}
.breadcrumbs__crumb:after {
  content: "";
  margin-top: 1px;
  width: 10px;
  height: 10px;
  background: url(.././build/img/arrow-right.svg) no-repeat;
  background-size: 70%;
  background-position: center center;
}
.breadcrumbs__crumb:hover {
  color: #0BCE5A;
}
.breadcrumbs__crumb:last-child {
  pointer-events: none;
  font-weight: 300;
  color: rgba(31, 31, 31, 0.6);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__crumb:last-child:after {
  display: none;
}

.text-page {
  max-width: 800px;
  margin: 200px auto 100px auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .text-page {
    margin: 130px auto 60px auto;
  }
}

.editor-area {
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
}
@media (max-width: 991px) {
  .editor-area {
    font-size: 16px;
    line-height: 150%;
  }
}
.editor-area h1,
.editor-area h2,
.editor-area h3,
.editor-area h4,
.editor-area h5,
.editor-area h6 {
  margin: 0;
}
.editor-area h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 94%;
}
@media (max-width: 767px) {
  .editor-area h1 {
    font-size: 38px;
    line-height: 99%;
  }
}
.editor-area h2 {
  margin-top: 60px;
  font-size: 40px;
  font-weight: 800;
  line-height: 90%;
}
.editor-area h2:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .editor-area h2 {
    font-size: 30px;
    line-height: 90%;
    margin-top: 20px;
  }
}
.editor-area h3 {
  margin-top: 30px;
  font-size: 28px;
  line-height: 110%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .editor-area h3 {
    font-size: 24px;
    line-height: 110%;
    margin-top: 20px;
  }
}
.editor-area h4 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .editor-area h4 {
    font-size: 18px;
  }
}
.editor-area h5 {
  font-size: 16px;
  font-weight: 500;
}
.editor-area h6 {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .editor-area h6 {
    font-size: 12px;
  }
}
.editor-area a {
  font-weight: 500;
  text-decoration: underline;
}
.editor-area a:active {
  color: #00A342;
}
.editor-area a:hover {
  text-decoration: none;
}
.editor-area .text-l {
  font-size: 24px;
  font-weight: 300;
  line-height: 110%;
}
@media (max-width: 767px) {
  .editor-area .text-l {
    font-size: 20px;
    line-height: 110%;
  }
}
.editor-area .text-s {
  font-size: 12px;
  line-height: 110%;
  color: rgba(31, 31, 31, 0.6);
}
.editor-area p,
.editor-area ul,
.editor-area ol,
.editor-area h4,
.editor-area h5,
.editor-area h6 {
  margin-top: 18px;
}
.editor-area li {
  margin-top: 7px;
}
.editor-area ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 22px;
}
.editor-area ol > li {
  position: relative;
}
.editor-area ol > li:not(:has(> ol)) {
  counter-increment: item;
}
.editor-area ol > li:not(:has(> ol))::before {
  content: counters(item, ".") ". ";
  position: absolute;
  left: -22px;
}
.editor-area ol > li > ol {
  counter-reset: subitem;
  padding-left: 22px;
}
.editor-area ol > li > ol > li {
  counter-increment: subitem;
}
.editor-area ol > li > ol > li::before {
  content: counters(item, ".") "." counters(subitem, ".") ". ";
  position: absolute;
  left: -35px;
  font-weight: normal;
}
.editor-area ul {
  list-style-type: none;
  padding-left: 22px;
  margin: 1em 0;
}
.editor-area ul > li {
  position: relative;
  margin-bottom: 0.75em;
}
.editor-area ul > li:before {
  content: "•";
  position: absolute;
  left: -1em;
  color: #000;
}
.editor-area ul > li > ul {
  padding-left: 22px;
}
.editor-area ul > li > ul > li::before {
  content: "•";
  left: -1em;
  color: #000;
}
.editor-area .list-dashes > li {
  position: relative;
  margin-bottom: 0.75em;
}
.editor-area .list-dashes > li:before {
  content: "" !important;
  width: 9px;
  height: 2px;
  top: 12px;
  background: #000000;
  position: absolute;
  left: -1em;
}
.editor-area .list-dashes > li > ul {
  padding-left: 22px;
}
.editor-area .list-dashes > li > ul > li::before {
  content: "" !important;
  width: 9px;
  height: 2px;
  top: 12px;
  left: -1em;
  background: #000000;
}
.editor-area .list-arrows > li {
  position: relative;
  margin-bottom: 0.75em;
}
.editor-area .list-arrows > li:before {
  content: "›" !important;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  left: -1em;
  color: #000;
}
.editor-area .list-arrows > li > ul {
  padding-left: 22px;
}
.editor-area .list-arrows > li > ul > li::before {
  content: "›" !important;
  font-weight: 700;
  font-size: 18px;
  left: -1em;
  color: #000;
}

.post-actions {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0px;
}

.post-media {
  margin-top: 30px;
}
.post-media .image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
}
.post-media video,
.post-media img,
.post-media picture,
.post-media iframe {
  width: 100%;
  height: auto;
}
.post-media iframe {
  min-height: 400px;
  border: none;
  outline: none;
}
.post-media__caption {
  margin-top: 10px;
}

.post-gallery-slider {
  width: 100%;
  overflow: hidden;
}
.post-gallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-gallery-slider .swiper-slide {
  height: auto;
  overflow: hidden;
}
.post-gallery-slider .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.post-gallery-slider .item:before {
  content: "";
  visibility: hidden;
  opacity: 0;
  background-color: rgba(31, 31, 31, 0.6);
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.post-gallery-slider .item:hover:before {
  visibility: visible;
  opacity: 1;
}
.post-gallery-slider__head {
  margin-bottom: 30px;
}

.light-text,
.post-quote {
  margin-top: 30px;
  padding: 40px;
  background: #F5F9F6;
  position: relative;
}
@media (max-width: 991px) {
  .light-text,
  .post-quote {
    padding: 20px;
  }
}

.post-quote {
  text-align: right;
}
.post-quote__text {
  font-size: 24px;
  font-weight: 300;
  line-height: 110%;
  margin: 0;
}
@media (max-width: 991px) {
  .post-quote__text {
    font-size: 20px;
    line-height: 110%;
  }
}
.post-quote__person {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.post-quote .person-name {
  font-weight: 500;
}
@media (max-width: 991px) {
  .post-quote .person-name {
    font-size: 14px;
  }
}
.post-quote .person-position {
  color: rgba(31, 31, 31, 0.6);
}
@media (max-width: 991px) {
  .post-quote .person-position {
    font-size: 12px;
  }
}
.post-quote .person-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.post-quote .person-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-faq {
  margin-top: 30px;
}
.post-faq .faq-item {
  border-bottom: 1px solid #C8C4C4;
}
.post-faq .faq-item__label {
  padding: 20px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .post-faq .faq-item__label {
    padding: 16px 0px;
  }
}
.post-faq .faq-item__label .plus {
  min-width: 20px;
  min-height: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .post-faq .faq-item__label .plus {
    min-width: 15px;
    min-height: 15px;
  }
}
.post-faq .faq-item__label .plus div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #636363;
  transition: all 0.2s ease-in-out;
}
.post-faq .faq-item__label .plus div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.post-faq .faq-item__label:hover .plus div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}
.post-faq .faq-item__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.post-faq .faq-item__actions {
  padding: 20px 0px 40px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .post-faq .faq-item__actions {
    padding: 10px 0px 20px 0px;
  }
}
.post-faq .faq-item--active .faq-item__content {
  max-height: 1500px;
}
.post-faq .faq-item--active .plus div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}

.post-cta {
  margin: 30px 0px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #F5F9F6;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .post-cta {
    padding: 40px 20px;
  }
}
.post-cta__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.post-cta__bg img,
.post-cta__bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.post-cta__title, .post-cta__text,
.post-cta .sec-actions {
  position: relative;
  z-index: 2;
}
.post-cta__title {
  margin: 0 !important;
  font-size: 40px !important;
  line-height: 90% !important;
  font-weight: 800;
}
@media (max-width: 767px) {
  .post-cta__title {
    font-size: 24px !important;
  }
}
.post-cta__title h1,
.post-cta__title h2,
.post-cta__title h3,
.post-cta__title h4,
.post-cta__title h5 {
  margin: 0 !important;
  font-size: 40px !important;
  line-height: 90% !important;
  font-weight: 800;
}
@media (max-width: 767px) {
  .post-cta__title h1,
  .post-cta__title h2,
  .post-cta__title h3,
  .post-cta__title h4,
  .post-cta__title h5 {
    font-size: 24px !important;
  }
}
.post-cta__text {
  margin-top: 0px;
  max-width: 420px;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -2%;
}
.post-cta .sec-actions {
  margin-top: 20px;
}
.post-cta--left {
  align-items: flex-start;
  text-align: left;
}
.post-cta--right {
  align-items: flex-end;
  text-align: right;
}

.post-form {
  margin: 30px 0px;
  border-radius: 12px;
  background: #F5F9F6;
  padding: 50px;
}
@media (max-width: 767px) {
  .post-form {
    padding: 30px 10px;
  }
}
.post-form__wrap {
  margin: 0 auto;
  max-width: 510px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.post-form__head {
  text-align: center;
}
.post-form .form-block {
  min-height: 400px;
}

.table-editor {
  width: 100%;
  overflow-y: auto;
}
.table-editor table {
  margin: 30px 0px;
  width: max-content !important;
  border-spacing: 0;
  border-collapse: collapse;
  border-color: rgba(31, 31, 31, 0.3019607843);
  font-weight: 400;
}
.table-editor table th {
  font-weight: 500;
}
.table-editor table td {
  max-width: 350px;
}
.table-editor table thead {
  border: none;
  border-bottom: 1px solid rgba(31, 31, 31, 0.3019607843);
  font-size: 16px;
}
@media (max-width: 767px) {
  .table-editor table thead {
    font-size: 14px;
  }
}
.table-editor table thead th {
  text-align: left;
  border: none;
  font-weight: 700;
  vertical-align: text-top;
}
.table-editor table thead tr {
  border: none;
}
.table-editor table tbody {
  font-size: 14px;
}
@media (max-width: 767px) {
  .table-editor table tbody {
    font-size: 12px;
  }
}
.table-editor table th,
.table-editor table td {
  padding-block: 18px;
  padding-inline: 18px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.3019607843);
  width: auto;
}
@media (max-width: 767px) {
  .table-editor table th,
  .table-editor table td {
    padding-block: 12px;
    padding-inline: 12px;
  }
}

.post-props {
  margin: 30px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 578px) {
  .post-props {
    grid-template-columns: 100%;
  }
}
.post-props__item {
  border: 1px solid rgba(31, 31, 31, 0.1019607843);
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-props__item:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(.././build/img/info.svg) no-repeat;
  margin-right: 12px;
}

.main-nav {
  position: fixed;
  width: 100%;
  z-index: 25;
  left: 0;
  right: 0;
  top: 30px;
  transform: translateY(-150%);
  opacity: 0;
  font-weight: 400;
}
@media (max-width: 1240px) {
  .main-nav {
    top: 16px;
  }
}
.main-nav .controls-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0px 9px;
  margin-left: auto;
  position: relative;
  z-index: 100;
}
.main-nav .controls-block ul:not(.dropdown) {
  height: 100%;
}
@media (max-width: 1240px) {
  .main-nav .controls-block {
    width: 100%;
    gap: 40px;
    margin: 0px;
    position: sticky !important;
    margin-top: auto !important;
    bottom: 0;
    background: #F0FAF4;
    z-index: 150;
  }
  .main-nav .controls-block:before {
    bottom: unset;
    top: 0;
    background: #000000;
    z-index: 30;
  }
  .main-nav .controls-block ul {
    padding: 0;
  }
}
.main-nav .controls-block .lang-switch {
  height: 100%;
}
.main-nav .controls-block .lang-switch .current-el {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-right: 20px;
}
@media (max-width: 1240px) {
  .main-nav .controls-block .lang-switch .current-el {
    padding-right: 0;
    justify-content: center !important;
  }
}
.main-nav .controls-block .lang-switch .current-el:after {
  content: "";
  width: 10px;
  height: 12px;
  background: url(.././build/img/check-green.svg) no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}
@media (max-width: 1240px) {
  .main-nav .controls-block .lang-switch a {
    width: auto !important;
  }
}
@media (max-width: 1240px) {
  .main-nav .controls-block {
    margin-top: auto;
    margin-left: 0;
    padding: 20px;
    border-bottom: none;
  }
  .main-nav .controls-block .lang-switch {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border: none;
  }
  .main-nav .controls-block .lang-switch:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(.././build/img/arrow-down.svg) no-repeat;
    background-position: center center;
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
  }
  .main-nav .controls-block .lang-switch .dropdown {
    width: 100%;
    padding: 40px 0px 0px 0px !important;
    height: max-content;
    min-height: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px;
    margin-top: auto;
    box-shadow: none;
    top: unset;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    height: max-content !important;
  }
  .main-nav .controls-block .lang-switch .dropdown li {
    justify-content: center;
  }
  .main-nav .controls-block .lang-switch .dropdown a,
  .main-nav .controls-block .lang-switch .dropdown .up-label {
    justify-content: center;
    text-align: center;
  }
  .main-nav .controls-block .lang-switch .dropdown a:after,
  .main-nav .controls-block .lang-switch .dropdown .up-label:after {
    display: none;
  }
  .main-nav .controls-block .lang-switch .dropdown:before {
    content: "";
    width: 40px;
    height: 2px;
    background: rgba(31, 31, 31, 0.1019607843);
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.main-nav__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
  backdrop-filter: blur(34px);
}
@media (max-width: 1240px) {
  .main-nav__content {
    backdrop-filter: unset;
    justify-content: space-between;
  }
}
.main-nav__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 50px;
  padding: 7px 24px 7px 8px;
  background: #fff;
  overflow: hidden;
  min-width: 245px;
}
.main-nav__logo:hover {
  background: rgba(255, 255, 255, 0.6);
}
.main-nav__logo img {
  width: 212px;
  height: auto;
}
@media (max-width: 1240px) {
  .main-nav__logo {
    min-width: auto;
    transition: all 0.5s ease-in-out;
    width: 210px;
  }
  .main-nav__logo img {
    width: 178px;
  }
}
.main-nav__toggle {
  display: none;
}
.main-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  width: 100%;
  margin-left: 105px;
}
@media (max-width: 1360px) {
  .main-nav__menu {
    margin-left: 20px;
  }
}
@media (max-width: 1240px) {
  .main-nav__menu {
    gap: 0;
  }
}
.main-nav__menu li {
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1240px) {
  .main-nav__menu li {
    font-size: 24px;
    line-height: 90%;
    font-weight: 800;
    justify-content: space-between;
    max-width: 991px;
    width: 100%;
    margin: 0 auto !important;
    padding: 20px 20px;
    position: relative;
  }
  .main-nav__menu li:before {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background: rgba(31, 31, 31, 0.1019607843);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .main-nav__menu li li:before {
    display: none;
  }
  .main-nav__menu li .up-label,
  .main-nav__menu li .up-link {
    position: relative;
  }
  .main-nav__menu li .up-label:before,
  .main-nav__menu li .up-link:before {
    content: "";
    width: 200vw;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}
.main-nav__menu li a,
.main-nav__menu li .up-label {
  text-decoration: none;
  transition: color 0.3s;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 1240px) {
  .main-nav__menu li a:hover,
  .main-nav__menu li .up-label:hover {
    color: #0CE564;
  }
}
.main-nav__menu li.has-dropdown {
  gap: 3px;
}
.main-nav__menu li.has-dropdown:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(.././build/img/arrow-down.svg) no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1240px) {
  .main-nav__menu li.has-dropdown:after {
    width: 20px;
    height: 20px;
    background-size: 100%;
    transform: rotate(-90deg);
  }
}
@media (min-width: 1240px) {
  .main-nav__menu li.has-dropdown:hover a:nth-child(1),
  .main-nav__menu li.has-dropdown:hover .up-label:nth-child(1) {
    color: #0CE564;
  }
  .main-nav__menu li.has-dropdown:hover:after {
    content: "";
    background: url(.././build/img/arrow-down-green.svg) no-repeat;
    background-position: center center;
    transform: scale(1, -1);
  }
}
.main-nav__menu li.has-dropdown .dropdown {
  min-width: 130px;
  position: absolute;
  top: calc(100% + 8px);
  left: -15px;
  background: #fff;
  list-style: none;
  padding: 10px 0px;
  border-radius: 10px;
  margin: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 99;
}
.main-nav__menu li.has-dropdown .dropdown:before {
  content: "";
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media (max-width: 1240px) {
  .main-nav__menu li.has-dropdown .dropdown {
    background: #f0faf4;
    box-shadow: none;
    position: fixed;
    left: 0;
    transform: translateY(100%);
    height: 100vh !important;
    transition: all 0.5s ease-in-out;
    width: 100%;
    overflow-y: scroll;
  }
  .main-nav__menu li.has-dropdown .dropdown:before {
    display: none;
  }
  .main-nav__menu li.has-dropdown .dropdown li:last-child {
    margin-bottom: 60px !important;
  }
}
.main-nav__menu li.has-dropdown .dropdown .drop-title {
  padding: 8px 20px 8px 20px;
  font-weight: 600;
}
.main-nav__menu li.has-dropdown .dropdown .drop-child a,
.main-nav__menu li.has-dropdown .dropdown .drop-child .link-current {
  padding-left: 30px;
}
.main-nav__menu li.has-dropdown .dropdown .current-el {
  background: #D8F8E5;
  pointer-events: none;
}
.main-nav__menu li.has-dropdown .dropdown .link-ext a:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(.././build/img/arrow-ext-nav.svg) no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
  transform: rotate(0);
  opacity: 1;
}
.main-nav__menu li.has-dropdown .dropdown .link-ext a:hover:after {
  background: url(.././build/img/arrow-ext-nav-green.svg) no-repeat;
  background-position: center center;
}
.main-nav__menu li.has-dropdown .dropdown li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1240px) {
  .main-nav__menu li.has-dropdown .dropdown li {
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    padding: 0;
    border-bottom: 0;
  }
}
.main-nav__menu li.has-dropdown .dropdown li a,
.main-nav__menu li.has-dropdown .dropdown li .link-current {
  padding: 8px 20px;
  white-space: nowrap;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.main-nav__menu li.has-dropdown .dropdown li a:after,
.main-nav__menu li.has-dropdown .dropdown li .link-current:after {
  content: "";
  width: 16px;
  height: 12px;
  background: url(.././build/img/arrow-down-green.svg) no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
  opacity: 0;
}
.main-nav__menu li.has-dropdown .dropdown li a:hover,
.main-nav__menu li.has-dropdown .dropdown li .link-current:hover {
  color: #0CE564;
  background: #F0FAF4;
}
.main-nav__menu li.has-dropdown .dropdown li a:hover:after,
.main-nav__menu li.has-dropdown .dropdown li .link-current:hover:after {
  opacity: 1;
}
@media (min-width: 1240px) {
  .main-nav__menu li.has-dropdown:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main-nav__menu li.has-dropdown:hover > .dropdown a {
    color: #000000;
  }
}
.main-nav .current-page {
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1240px) {
  .main-nav .current-page {
    background: #D8F8E5;
    border-bottom: none;
    position: relative;
    overflow: hidden;
  }
  .main-nav .current-page:before {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .main-nav .current-page:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #00A342;
    position: absolute;
    bottom: -9px;
    left: 0;
  }
}
.main-nav .has-dropdown.current-page:before {
  width: calc(100% - 16px);
}
.main-nav .lang-fade {
  display: none;
}
@media (max-width: 1240px) {
  .main-nav .lang-fade {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.4509803922);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.3s;
    transition: all 0.3s ease-in-out;
  }
}
.main-nav .lang-fade--active {
  visibility: visible;
  opacity: 1;
}
.main-nav .link-current {
  pointer-events: none;
  opacity: 0.7;
  position: relative;
}
@media (max-width: 1240px) {
  .main-nav .link-current {
    opacity: 1;
  }
  .main-nav .link-current:before {
    content: "";
    width: 100vh;
    height: 100%;
    background: #D8F8E5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.main-nav__back {
  display: none;
}
.main-nav__fade {
  display: none;
}
.main-nav--finished {
  transition: all 0.3s ease-in-out;
}
.main-nav--scrolled {
  top: 5px;
}
@media (max-width: 767px) {
  .main-nav--scrolled .main-nav__logo {
    width: 54px;
  }
}

@media (max-width: 1240px) {
  .main-nav__back {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #f0faf4;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .main-nav__back--active {
    visibility: visible;
    opacity: 1;
  }
  .main-nav__back .btn-arrow:before {
    transform: rotate(-180deg);
  }
  .main-nav__toggle {
    display: block;
    width: 22px;
    height: 14px;
    position: relative;
    margin-right: 25px;
    cursor: pointer;
  }
  .main-nav__toggle div {
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    transition: all 0.1s ease-in-out;
  }
  .main-nav__toggle div:nth-child(1) {
    top: 0;
    right: 0;
  }
  .main-nav__toggle div:nth-child(2) {
    width: 18px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .main-nav__toggle div:nth-child(3) {
    bottom: 0;
    right: 0;
  }
  .main-nav__toggle--active div:nth-child(1) {
    top: 50%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .main-nav__toggle--active div:nth-child(2) {
    width: 0;
  }
  .main-nav__toggle--active div:nth-child(3) {
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .main-nav__menu {
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    height: calc(100vh + 60px);
    background: #f0faf4;
    flex-direction: column;
    padding: 130px 0px 20px 0px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    transform: scaleY(0.8);
    visibility: hidden;
    transform-origin: top;
    pointer-events: none;
  }
  .main-nav__menu.active {
    visibility: visible;
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }
  .main-nav .has-dropdown {
    position: unset;
  }
  .main-nav .has-dropdown .dropdown {
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    min-height: 100vh;
    box-shadow: none;
    padding: 140px 20px 50px 20px !important;
    margin: 0;
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    background: #fff;
  }
  .main-nav .has-dropdown .dropdown li {
    margin: 10px 0;
  }
  .main-nav .has-dropdown.active > a::after {
    transform: rotate(90deg);
  }
  .main-nav .has-dropdown.active .dropdown {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .main-nav .mobile-title-text {
    font-size: 16px;
    line-height: 130%;
    color: rgba(31, 31, 31, 0.6);
    font-weight: 500;
    padding-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 8px;
    width: 100%;
  }
  .main-nav__fade {
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh + 20px);
    z-index: -1;
    background: rgba(31, 31, 31, 0.1019607843);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.3s;
    transition: all 0.3s ease-in-out;
  }
  .main-nav__fade--active {
    visibility: visible;
    opacity: 1;
  }
  .main-nav--opened .main-nav__logo {
    width: 54px;
  }
  .main-nav--opened .main-nav__content {
    backdrop-filter: unset;
  }
}
.overview-nav {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 24;
  border-radius: 50px;
  color: #fff;
  background: rgba(31, 31, 31, 0.8);
  max-width: 180px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%) scale(0.8);
  transition: all 1s ease-in-out;
  user-select: none;
  transform-origin: bottom left;
}
@media (max-width: 767px) {
  .overview-nav {
    max-width: 150px;
    left: 15px;
    bottom: 15px;
    background: rgba(31, 31, 31, 0.8980392157);
  }
}
.overview-nav__trigger {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.overview-nav__trigger .trig-label {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .overview-nav__trigger .trig-label {
    font-size: 14px;
  }
}
.overview-nav__trigger .trig-label div {
  width: 100%;
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .overview-nav__trigger .trig-label div {
    max-width: 85px;
  }
}
.overview-nav__trigger .trig-label .upd {
  animation: wheel-label-vert 0.5s forwards ease-in-out;
}
@keyframes wheel-label-vert {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
.overview-nav__trigger .trig-ic__inner {
  position: relative;
  width: 13px;
  height: 13px;
  transition: all 0.5s ease-in-out;
}
.overview-nav__trigger .trig-ic__inner div {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.overview-nav__trigger .trig-ic__inner div:nth-child(1) {
  top: 0;
  left: 0;
}
.overview-nav__trigger .trig-ic__inner div:nth-child(2) {
  top: 0;
  right: 0;
}
.overview-nav__trigger .trig-ic__inner div:nth-child(3) {
  bottom: 0;
  left: 0;
}
.overview-nav__trigger .trig-ic__inner div:nth-child(4) {
  bottom: 0;
  right: 0;
}
.overview-nav__trigger .trig-ic--upd {
  animation: rot-trig-ic 1s forwards linear;
}
.overview-nav__trigger .trig-ic--upd .trig-ic__inner div {
  background: #0CE564;
}
@keyframes rot-trig-ic {
  100% {
    transform: rotate(360deg);
  }
}
.overview-nav__content {
  transition: all 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform-origin: top right;
  padding: 0px 15px;
}
.overview-nav__list {
  margin: 0;
  padding: 10px 0px 10px 0px;
  list-style: none;
  width: 220px;
  position: relative;
}
.overview-nav__list:before {
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.overview-nav__list .ov-list-item {
  padding: 7px 7px 7px 25px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.overview-nav__list .ov-list-item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0CE564;
  position: absolute;
  top: 15px;
  left: 12px;
}
.overview-nav__list .ov-list-item:hover {
  background: rgba(0, 0, 0, 0.3490196078);
}
.overview-nav__list .ov-list-item a {
  color: #fff;
  display: block;
  position: relative;
}
.overview-nav__list .ov-list-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .overview-nav__list .ov-list-item {
    font-size: 12px;
  }
}
.overview-nav__list .ov-list-item--active {
  pointer-events: none;
}
.overview-nav__list .ov-list-item--active a {
  color: #0CE564;
}
.overview-nav:hover {
  border-radius: 10px;
  max-width: 250px;
}
.overview-nav:hover .overview-nav__content {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
}
.overview-nav:hover .trig-label div {
  max-width: 120px;
}
.overview-nav:hover .trig-ic__inner {
  transform: rotate(45deg);
}
.overview-nav:hover .trig-ic__inner div {
  background: #0CE564;
}
.overview-nav:hover .trig-ic__inner div:nth-child(1), .overview-nav:hover .trig-ic__inner div:nth-child(4) {
  opacity: 0;
}
.overview-nav--scrolled {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%) scale(1);
}

.card-num {
  font-weight: 700;
  background: #000000;
  color: #fff;
  font-size: 31px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .card-num {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
}

.item-icon {
  pointer-events: none;
  min-width: 50px;
  min-height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.item-icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .item-icon {
    min-width: 28px;
    min-height: 28px;
  }
}

.item-icon-s {
  pointer-events: none;
  min-width: 26px;
  min-height: 26px;
  max-width: 26px;
  max-height: 26px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.item-icon-s img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.link-card-1 {
  position: relative;
  height: 100%;
}
.link-card-1:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #D8F8E5;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.link-card-1__link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.link-card-1__inner {
  height: 100%;
  position: relative;
  padding: 20px 20px 56px 20px;
  transition: background-color 0.3s ease-in-out;
  background-color: #F5F9F6;
}
.link-card-1__media {
  height: 322px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.link-card-1__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .link-card-1__media {
    height: 230px;
  }
}
.link-card-1__title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.link-card-1__title:after {
  content: "";
  min-width: 46px;
  min-height: 46px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background-image: url(.././build/img/arrow-right-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
}
@media (max-width: 767px) {
  .link-card-1__title:after {
    min-width: 30px;
    min-height: 30px;
    background-size: 15px;
  }
}
.link-card-1__text {
  margin-top: 30px;
  max-width: 85%;
}
@media (max-width: 767px) {
  .link-card-1__text {
    margin-top: 20px;
  }
}
.link-card-1:hover:before {
  transform: translate(10px, 10px);
}
.link-card-1:hover .item-title:after,
.link-card-1:hover .link-card-1__title:after {
  background-color: #fff;
}

.link-card-2 {
  padding: 30px 30px 60px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F5F9F6;
  height: 100%;
  position: relative;
}
.link-card-2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(12, 229, 100, 0.3019607843);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 767px) {
  .link-card-2 {
    padding: 20px 20px 40px 20px;
  }
}
.link-card-2__label {
  display: inline-block;
  color: #2E2E2E;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid #2E2E2E;
  margin-bottom: 40px;
  font-weight: 400;
  background: #fff;
}
@media (max-width: 767px) {
  .link-card-2__label {
    font-size: 12px;
    padding: 2px 10px;
    margin-bottom: 23px;
  }
}
.link-card-2__text {
  margin-top: 14px;
  font-size: 24px;
  line-height: 110%;
  font-weight: 300;
  max-width: 400px;
  color: #2E2E2E;
}
@media (max-width: 767px) {
  .link-card-2__text {
    font-size: 14px;
    margin-top: 0;
  }
}
.link-card-2:after {
  content: "";
  margin-top: auto;
  min-width: 46px;
  min-height: 46px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background-image: url(.././build/img/arrow-right-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.link-card-2:hover {
  background: #D8F8E5;
}
.link-card-2:hover:before {
  transform: translate(10px, 10px);
}
.link-card-2:hover:after {
  background-color: #fff;
}

.post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.post-card__media {
  height: 234px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.post-card__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.post-card__cats {
  margin-top: 12px;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  position: relative;
}
.post-card__cats .card-cat {
  padding: 2px 14px;
  line-height: 130%;
  border: 1px solid #000000;
  color: #2E2E2E;
  border-radius: 50px;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.post-card__cats .card-cat:hover {
  background: #000000;
  color: #fff;
}
@media (max-width: 767px) {
  .post-card__cats .card-cat {
    padding: 2px 10px;
    font-size: 12px;
  }
}
.post-card__title {
  margin: 12px 0px 24px 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  transition: all 0.2s ease-in-out;
}
.post-card__title:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .post-card__title {
    font-size: 16px;
    line-height: 130%;
    margin: 12px 0px 8px 0px;
  }
}
.post-card__title:hover {
  color: #777575;
}
.post-card__data {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.post-card__data a {
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.post-card__data a:hover {
  color: #0CE564;
  text-decoration: underline;
}
.post-card__data div:nth-child(2), .post-card__data div:nth-child(3),
.post-card__data time:nth-child(2),
.post-card__data time:nth-child(3) {
  color: #777575;
}
@media (max-width: 767px) {
  .post-card__data {
    font-size: 12px;
    gap: 6px;
  }
  .post-card__data a {
    font-size: 12px;
  }
}

.post-card-sticky {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: flex-start;
  padding: 80px 0px;
}
.post-card-sticky:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background: #F5F9F6;
  z-index: -1;
}
@media (max-width: 1240px) {
  .post-card-sticky {
    grid-template-columns: 100%;
    gap: 30px;
    padding: 40px 0px;
  }
}
.post-card-sticky__cats {
  margin-bottom: 15px;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  position: relative;
}
.post-card-sticky__cats .card-cat {
  padding: 4px 14px;
  line-height: 130%;
  border: 1px solid #000000;
  color: #2E2E2E;
  border-radius: 50px;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.post-card-sticky__cats .card-cat:hover {
  background: #000000;
  color: #fff;
}
@media (max-width: 767px) {
  .post-card-sticky__cats .card-cat {
    padding: 2px 10px;
    font-size: 12px;
  }
}
.post-card-sticky__data {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 991px) {
  .post-card-sticky__data {
    grid-column: auto;
  }
}
.post-card-sticky__media {
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  grid-column: 2;
  grid-row: 1/3;
}
@media (max-width: 1240px) {
  .post-card-sticky__media {
    grid-column: auto;
    grid-row: 2;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .post-card-sticky__media {
    min-height: 213px;
  }
}
.post-card-sticky__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.post-card-sticky__title {
  font-size: 56px;
  font-weight: 800;
  line-height: 94%;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.post-card-sticky__title span {
  color: #0CE564;
}
@media (max-width: 1240px) {
  .post-card-sticky__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .post-card-sticky__title {
    font-size: 38px;
    line-height: 95%;
  }
  .post-card-sticky__title br {
    display: none;
  }
}
.post-card-sticky__title:hover {
  color: #777575;
}
.post-card-sticky__info {
  margin-top: 20px;
  color: rgba(31, 31, 31, 0.6);
  font-weight: 300;
}
@media (max-width: 767px) {
  .post-card-sticky__info {
    font-size: 12px;
  }
}
.post-card-sticky__authors {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 1024px) {
  .post-card-sticky__authors {
    gap: 20px;
  }
}
@media (max-width: 1240px) {
  .post-card-sticky__authors {
    grid-column: auto;
    margin-top: 0;
    grid-row: 3;
  }
}
@media (max-width: 767px) {
  .post-card-sticky__authors {
    gap: 20px;
  }
}
@media (max-width: 578px) {
  .post-card-sticky__authors {
    grid-template-columns: 100%;
  }
}

.author-widget {
  font-size: 14px;
  line-height: 130%;
}
.author-widget__label {
  font-weight: 300;
  color: rgba(31, 31, 31, 0.6);
  margin-bottom: 8px;
  transition: all 0.2s ease-in-out;
}
.author-widget__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.author-widget__avatar {
  min-width: 46px;
  min-height: 46px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.author-widget__avatar img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .author-widget__avatar {
    min-width: 40px;
    min-height: 40px;
  }
}
.author-widget__name {
  font-weight: 500;
  position: relative;
  display: inline;
  transition: all 0.2s ease-in-out;
}
.author-widget__name:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 95%;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.author-widget__role {
  font-weight: 300;
}
@media (max-width: 767px) {
  .author-widget__name, .author-widget__role {
    font-size: 12px;
  }
}
.author-widget:is(a):hover .author-widget__name {
  color: #777575;
}
.author-widget:is(a):hover .author-widget__name:before {
  width: 0%;
}
.author-widget--2 .author-widget__row {
  align-items: flex-end;
}
.author-widget--2 .author-widget__avatar {
  min-width: 80px;
  min-height: 80px;
}
.author-widget--2 .author-widget__name {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: -0.24px;
}
.author-widget--2 .author-widget__name:before {
  display: none;
}
.author-widget--2 .author-widget__role {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #7A7975;
}
@media (max-width: 767px) {
  .author-widget--2 .author-widget__avatar {
    min-width: 60px;
    min-height: 60px;
  }
  .author-widget--2 .author-widget__name {
    font-size: 20px;
  }
}

.gloss-card {
  padding: 30px;
  background: #F5F9F6;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
}
.gloss-card:after {
  content: "";
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background-image: url(.././build/img/arrow-right-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.gloss-card__title {
  margin: 12px 0px 24px 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  display: block;
}
.gloss-card__title:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .gloss-card__title {
    font-size: 16px;
    line-height: 130%;
    margin: 12px 0px 8px 0px;
  }
}
.gloss-card .func-content .reader {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
.gloss-card .func-content .reader:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.gloss-card .func-content .reader--easy:before {
  background: #0CE564;
}
.gloss-card .func-content .reader--medium:before {
  background: yellow;
}
.gloss-card .func-content .reader--hard:before {
  background: red;
}
.gloss-card__data {
  margin-top: auto;
  font-size: 14px;
}
@media (max-width: 767px) {
  .gloss-card__data {
    font-size: 12px;
  }
}
.gloss-card:hover {
  background: #F8F8F8;
  box-shadow: none;
}

.card-item {
  padding: 20px;
  background: #E7FCEF;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .card-item {
    padding: 10px;
    border-radius: 16px;
  }
}
.card-item .item-title {
  margin-bottom: 30px;
}
.card-item__text {
  max-width: 83%;
  margin-top: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .card-item__text {
    max-width: none;
    margin-bottom: 20px;
  }
}
.card-item__media {
  margin-top: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 284px;
}
@media (max-width: 767px) {
  .card-item__media {
    height: 170px;
  }
}
.card-item__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-item__vector {
  margin: auto auto 0 auto;
  max-width: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  margin-bottom: 47px;
}
.card-item__vector img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .card-item__vector {
    max-width: 240px;
  }
}

.card-item-2 {
  padding: 30px 30px 60px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(137, 137, 137, 0.0549019608);
  height: 100%;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .card-item-2 {
    padding: 20px 20px 40px 20px;
    border-radius: 16px;
  }
}
.card-item-2__label {
  color: #2E2E2E;
  padding: 3px 14px;
  border-radius: 50px;
  border: 1px solid #2E2E2E;
  margin-bottom: 47px;
  font-weight: 400;
  background: #fff;
}
@media (max-width: 767px) {
  .card-item-2__label {
    font-size: 12px;
    padding: 2px 10px;
    margin-bottom: 23px;
  }
}
.card-item-2__media {
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  margin-bottom: 47px;
}
.card-item-2__media img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .card-item-2__media {
    max-width: 240px;
  }
}
.card-item-2__text {
  margin-top: 14px;
  max-width: 290px;
}
@media (max-width: 767px) {
  .card-item-2__text {
    font-size: 14px;
    margin-top: 0;
  }
}
.card-item-2__icons {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .card-item-2__icons {
    gap: 20px;
  }
  .card-item-2__icons img {
    width: 100px;
    height: auto;
  }
}
.card-item-2__actions {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-item-2__icon-list {
  max-width: 390px;
  width: 100%;
  margin: 60px auto 0px auto;
  padding: 40px 0px;
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  text-align: left;
}
@media (max-width: 991px) {
  .card-item-2__icon-list {
    margin: 30px auto 0px auto;
  }
}
.card-item-2__icon-list .list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.card-item-2__icon-list .list-item:last-child {
  margin-bottom: 0;
}
.card-item-2__icon-list .list-item__icon {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-item-2__icon-list .list-item__icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card-item-2__icon-list .list-item__label {
  font-size: 24px;
  font-weight: 400;
  text-decoration: dotted;
  position: relative;
}
.card-item-2__icon-list .list-item__label:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 102%;
  left: 0;
  border-bottom: 1px dotted #000000;
}
@media (max-width: 991px) {
  .card-item-2__icon-list .list-item__label {
    font-size: 16px;
    font-weight: 300;
  }
}

.card-item-3 {
  padding: 20px;
  background: #E7FCEF;
  min-height: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .card-item-3 {
    padding: 10px;
    min-height: 300px;
    border-radius: 16px;
  }
}
.card-item-3__text {
  max-width: 83%;
  margin: 30px 0px 40px 0px;
}
.card-item-3__media {
  margin-top: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 284px;
}
.card-item-3__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-item-3__media-m {
  max-width: 230px;
  width: 100%;
  margin: auto auto 40px auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-item-3__media-m img {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  width: 100%;
  height: auto;
}

.card-item-4 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 767px) {
  .card-item-4 {
    gap: 20px;
  }
}
.card-item-4__icon {
  min-width: 48px;
  min-height: 48px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.card-item-4__icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .card-item-4__icon {
    min-width: 28px;
    min-height: 28px;
  }
}
.card-item-4__text {
  margin-top: 20px;
  max-width: 83%;
  font-weight: 300;
}

.card-item-5 {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.card-item-5:before {
  content: "";
  margin-top: 4px;
  min-width: 26px;
  min-height: 26px;
  border-radius: 50%;
  background: url(.././build/img/check-green.svg) no-repeat, #000000;
  background-position: center center;
  background-size: 11px;
}
.card-item-5:last-child {
  margin-bottom: 0;
}
.card-item-5__icon {
  min-width: 26px;
  min-height: 26px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.card-item-5__icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card-item-5__data {
  position: relative;
}
.card-item-5__title {
  margin: 0;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
}
.card-item-5__text {
  font-weight: 300;
}
.card-item-5--man:before {
  display: none !important;
}

.card-item-6 {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.card-item-6:before {
  content: "";
  margin-top: 4px;
  min-width: 26px;
  min-height: 26px;
  border-radius: 50%;
  background: url(.././build/img/check-green.svg) no-repeat, #000000;
  background-position: center center;
  background-size: 11px;
}
.card-item-6:last-child {
  margin-bottom: 0;
}
.card-item-6__data {
  position: relative;
}
.card-item-6__title {
  margin: 0;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
}
.card-item-6__text {
  font-weight: 300;
}

.card-item-7 {
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(137, 137, 137, 0.0549019608);
  height: 100%;
  border-radius: 24px;
  text-align: left;
}
@media (max-width: 1240px) {
  .card-item-7 {
    padding: 40px 20px;
    border-radius: 16px;
  }
}
.card-item-7__text {
  margin-top: 14px;
  font-size: 24px;
  line-height: 130%;
  font-weight: 300;
  margin-bottom: 48px;
}
@media (max-width: 1240px) {
  .card-item-7__text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.card-item-7__actions {
  text-align: center;
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.post-hero {
  margin: 200px auto 100px auto;
  width: 100%;
  position: relative;
}
@media (max-width: 1240px) {
  .post-hero {
    margin: 200px auto 10px auto;
  }
}
@media (max-width: 991px) {
  .post-hero {
    margin: 120px auto 10px auto;
  }
}
.post-hero__content {
  display: grid;
  grid-template-columns: 800px auto;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 1240px) {
  .post-hero__content {
    grid-template-columns: 100%;
  }
}
.post-hero__media {
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
}
.post-hero__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media (max-width: 1240px) {
  .post-hero__media {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .post-hero__media {
    display: none;
  }
}
.post-hero__title {
  font-size: 56px;
  font-weight: 800;
  line-height: 94%;
  margin: 0;
}
.post-hero__title span {
  color: #0CE564;
}
@media (max-width: 767px) {
  .post-hero__title {
    font-size: 38px;
    line-height: 95%;
  }
  .post-hero__title br {
    display: none;
  }
}
.post-hero__info {
  margin-top: 20px;
  color: rgba(31, 31, 31, 0.6);
  font-weight: 300;
}
@media (max-width: 767px) {
  .post-hero__info {
    font-size: 12px;
  }
}
.post-hero__reader {
  margin-top: 20px;
}
.post-hero__reader .reader {
  font-weight: 400;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  padding: 2px 15px;
  border-radius: 50px;
  font-size: 16px;
  width: max-content;
}
.post-hero__reader .reader:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.post-hero__reader .reader--easy {
  background: rgba(11, 206, 90, 0.3019607843);
}
.post-hero__reader .reader--easy:before {
  background: #0CE564;
}
.post-hero__reader .reader--medium {
  background: #fff3cd;
}
.post-hero__reader .reader--medium:before {
  background: #856404;
}
.post-hero__reader .reader--hard {
  background: #f8d7da;
}
.post-hero__reader .reader--hard:before {
  background: #721c24;
}
.post-hero__authors {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .post-hero__authors {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .post-hero__authors {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .post-hero__authors {
    gap: 20px;
  }
}
@media (max-width: 578px) {
  .post-hero__authors {
    grid-template-columns: 100%;
  }
}

.post-layout {
  display: grid;
  grid-template-columns: 800px auto;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 100px;
}
@media (max-width: 1240px) {
  .post-layout {
    grid-template-columns: 100%;
    gap: 0px;
  }
}
@media (max-width: 1240px) {
  .post-layout__content {
    grid-row: 2;
  }
}
.post-layout__widgets {
  position: relative;
  height: 100%;
  padding: 0px 30px 90px 30px;
}
.post-layout__widgets .widgets-inner {
  position: sticky;
  top: 100px;
}
@media (max-width: 1240px) {
  .post-layout__widgets {
    padding: 30px 0px 0px 0px;
  }
}
.post-layout__controls {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .post-layout__controls {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .post-layout__controls {
    margin-top: 40px;
  }
}
.post-layout__interlinks {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #C8C4C4;
}
.post-layout__interlinks .interlink {
  padding: 2px 14px;
  line-height: 130%;
  border: 1px solid #000000;
  color: #2E2E2E;
  border-radius: 50px;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.post-layout__interlinks .interlink:hover {
  background: #000000;
  color: #fff;
}
@media (max-width: 767px) {
  .post-layout__interlinks .interlink {
    padding: 2px 10px;
    font-size: 12px;
  }
}
.post-layout .post-control {
  max-width: 400px;
}
.post-layout .post-control__label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(31, 31, 31, 0.6);
}
.post-layout .post-control__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.post-layout .post-control__row--m {
  gap: 20px;
}

.tag-link {
  color: rgba(31, 31, 31, 0.6);
  font-style: italic;
  font-weight: 400;
  display: block;
}

.toc-widget {
  padding: 20px 0px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1254901961);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
@media (max-width: 1240px) {
  .toc-widget {
    padding: 0;
    margin-bottom: 10px;
    border: none;
  }
}
.toc-widget__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
}
@media (max-width: 1240px) {
  .toc-widget__title {
    font-size: 16px;
    line-height: 130%;
    padding: 10px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #F5F9F6;
  }
  .toc-widget__title:after {
    content: "";
    width: 8px;
    height: 6px;
    background: url(.././build/img/arrow-down.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s ease-in-out;
  }
  .toc-widget__title--active:after {
    transform: scale(1, -1);
  }
}
.toc-widget__links {
  margin-top: 14px;
}
@media (max-width: 1240px) {
  .toc-widget__links {
    overflow-y: auto;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .toc-widget__links--active {
    max-height: 1000px;
    opacity: 1;
  }
}
.toc-widget__links div:last-child .toc-link:after {
  display: none;
}
.toc-widget .toc-link {
  font-size: 16px;
  color: rgba(31, 31, 31, 0.6);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  transition: all 0.2s ease-in-out;
  padding-bottom: 10px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .toc-widget .toc-link {
    font-size: 12px;
    line-height: 120%;
    padding-bottom: 15px;
  }
}
.toc-widget .toc-link::before {
  content: "";
  min-width: 4px;
  min-height: 4px;
  margin-top: 8px;
  background: #0CE564;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
  transform: scale(0);
}
@media (max-width: 991px) {
  .toc-widget .toc-link::before {
    margin-top: 5px;
  }
}
.toc-widget .toc-link:hover {
  color: #0CE564;
}
.toc-widget .toc-link:hover::before {
  background: #0CE564;
}
.toc-widget .toc-link--3 {
  padding-left: 24px;
}
.toc-widget .link-active {
  color: #000000;
  font-weight: 500;
}
.toc-widget .link-active:before {
  transform: scale(1);
}

.blog-hero {
  margin: 200px auto 140px auto;
  position: relative;
}
@media (max-width: 991px) {
  .blog-hero {
    margin: 120px auto 50px auto;
  }
}
.blog-hero__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-hero__content .section-title {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .blog-hero__content .section-title {
    font-size: 30px;
    line-height: 90%;
  }
  .blog-hero__content .section-title h1,
  .blog-hero__content .section-title h3,
  .blog-hero__content .section-title h4,
  .blog-hero__content .section-title h4,
  .blog-hero__content .section-title h5 {
    font-size: 30px;
    line-height: 90%;
  }
}
.blog-hero__content .section-text {
  font-weight: 500;
  margin-top: 10px;
}

.blog-hero-sec {
  margin: 200px auto 100px auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .blog-hero-sec {
    margin: 120px auto 50px auto;
  }
}
.blog-hero-sec__content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-func {
  margin-bottom: 60px;
  z-index: 4;
}
.blog-func__content {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.blog-func .cats {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
  overflow-y: auto;
  scroll-snap-type: mandatory;
  position: relative;
}
.blog-func .cats:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1px;
  height: 1px;
  background: rgba(31, 31, 31, 0.1019607843);
}
.blog-func .cats:after {
  content: "";
  width: 36px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  visibility: hidden;
}
.blog-func .cat {
  font-size: 24px;
  padding-bottom: 20px;
  line-height: 110%;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  color: rgba(31, 31, 31, 0.6);
  position: relative;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .blog-func .cat {
    font-size: 16px;
    line-height: 130%;
  }
}
.blog-func .cat:hover {
  color: #000000;
}
.blog-func .cat--active {
  font-weight: 500;
  pointer-events: none;
  color: #000000;
}
.blog-func .cat--active:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog-func .cat--active:after {
  display: none;
}
.blog-func .cat--ext {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}
.blog-func .cat--ext:after {
  content: "";
  margin-top: 5px;
  width: 20px;
  height: 20px;
  background: url(.././build/img/arrow-ext.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.blog-func .cat--ext:hover:after {
  filter: brightness(0%);
}
.blog-func .search {
  width: 100%;
}

.blog-grid {
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .blog-grid {
    padding-bottom: 60px;
  }
}
.blog-grid__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .blog-grid__head {
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
.blog-grid__head .section-text {
  font-weight: 300;
  color: #2E2E2E;
  margin-top: 0;
}
@media (max-width: 767px) {
  .blog-grid__head .section-text {
    max-width: 205px;
  }
}
.blog-grid__intro {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .blog-grid__intro {
    margin-bottom: 46px;
  }
}
.blog-grid__content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 80px;
  column-gap: 18px;
}
@media (max-width: 1240px) {
  .blog-grid__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog-grid__content {
    grid-template-columns: 100%;
    row-gap: 40px;
  }
}
.blog-grid__content .post-card:nth-child(1), .blog-grid__content .post-card:nth-child(2) {
  grid-column: span 6;
}
@media (max-width: 1240px) {
  .blog-grid__content .post-card:nth-child(1), .blog-grid__content .post-card:nth-child(2) {
    grid-column: auto;
  }
}
.blog-grid__content .post-card:nth-child(n+3) {
  grid-column: span 4;
}
@media (max-width: 1240px) {
  .blog-grid__content .post-card:nth-child(n+3) {
    grid-column: auto;
  }
}
@media (max-width: 1240px) {
  .blog-grid__content .post-card {
    grid-column: span auto !important;
  }
}
.blog-grid__content .post-card__media {
  height: 300px;
}
@media (max-width: 767px) {
  .blog-grid__content .post-card__media {
    height: 162px;
  }
}
.blog-grid__foot {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-grid__foot {
    margin-top: 46px;
  }
}

.glossary-grid__content {
  margin: 0;
  padding: 0;
  list-style: none;
}
.glossary-grid .anc-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.glossary-grid .anc-panel__item {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #000000;
  font-size: 23px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  padding: 7px;
  transition: all 0.3s ease-in-out;
}
.glossary-grid .anc-panel__item:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .glossary-grid .anc-panel__item {
    font-size: 16px;
    width: 25px;
    height: 25px;
  }
}
.glossary-grid .item {
  display: grid;
  grid-template-columns: 150px auto;
  align-items: flex-start;
  padding: 35px 0px;
  height: 100%;
  position: relative;
}
.glossary-grid .item:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #F2F2F2;
  position: absolute;
  bottom: 0;
}
.glossary-grid .item:last-child:before {
  display: none;
}
@media (max-width: 991px) {
  .glossary-grid .item {
    grid-template-columns: 70px auto;
  }
}
@media (max-width: 578px) {
  .glossary-grid .item {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
.glossary-grid .item__num-scroller {
  height: 100%;
  position: relative;
}
.glossary-grid .item__num {
  font-size: 90px;
  color: #000000;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .glossary-grid .item__num {
    font-size: 55px;
    padding-left: 20px;
  }
}
.glossary-grid .item__group {
  padding: 0;
  margin: 0;
  list-style: none;
}
.glossary-grid .item__group li {
  margin: 0;
  padding: 0;
}
.glossary-grid .item__group .post-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 30px;
  background: #F5F9F6;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.glossary-grid .item__group .post-item:after {
  content: "";
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background-image: url(.././build/img/arrow-right-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 991px) {
  .glossary-grid .item__group .post-item {
    padding: 20px;
  }
}
.glossary-grid .item__group .post-item span {
  display: block;
}
.glossary-grid .item__group .post-item__title {
  font-size: 25px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  max-width: 500px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .glossary-grid .item__group .post-item__title {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .glossary-grid .item__group .post-item__title {
    font-size: 20px;
  }
}
.glossary-grid .item__group .post-item__descr {
  margin-top: 20px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .glossary-grid .item__group .post-item__descr {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .glossary-grid .item__group .post-item__descr {
    font-size: 14px;
  }
}
.glossary-grid .item__group .post-item:hover {
  background: #F8F8F8;
}
.glossary-grid .item__group .post-item .func-content .reader {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
.glossary-grid .item__group .post-item .func-content .reader:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.glossary-grid .item__group .post-item .func-content .reader--easy:before {
  background: #0CE564;
}
.glossary-grid .item__group .post-item .func-content .reader--medium:before {
  background: yellow;
}
.glossary-grid .item__group .post-item .func-content .reader--hard:before {
  background: red;
}

.search-block {
  position: relative;
  width: 28px;
  height: 28px;
  z-index: 3;
}
@media (max-width: 767px) {
  .search-block {
    width: 18px;
    height: 18px;
  }
}
.search-block .open-search {
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search-block .open-search {
    width: 18px;
    height: 18px;
  }
}
.search-block .open-search:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(.././build/img/search.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}
.search-block .open-search__close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.search-block .open-search__close div {
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.search-block .open-search__close div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-block .open-search__close div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search-block .open-search--active:before {
  visibility: hidden;
  opacity: 0;
}
.search-block .open-search--active .open-search__close {
  visibility: visible;
  opacity: 1;
}

.search-input {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  z-index: 2;
  margin-left: auto;
  width: 590px;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 110;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px rgba(19, 101, 52, 0.0784313725);
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .search-input {
    width: 100vw;
    right: -15px;
  }
}
.search-input__panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 16px;
}
.search-input__panel:before {
  content: "";
  min-width: 27px;
  min-height: 27px;
  background: url(.././build/img/search.svg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .search-input__panel:before {
    min-width: 16px;
    min-height: 16px;
  }
}
.search-input__field {
  font-size: 24px;
  font-weight: 300;
  width: 100%;
}
.search-input__field::placeholder {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .search-input__field {
    font-size: 20px;
  }
  .search-input__field::placeholder {
    font-size: 20px;
  }
}
.search-input__close {
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: relative;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  display: none;
}
.search-input__close div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #2E2E2E;
  transition: all 0.2s ease-in-out;
}
.search-input__close div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-input__close div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search-input--active .search-input__close {
  opacity: 1;
}
.search-input--visible {
  visibility: visible;
  opacity: 1;
}
.search-input .search-results {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  max-height: 0;
  opacity: 0;
}
.search-input .search-results:before {
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background: #aaa;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.search-input .search-results__inner {
  overflow-y: auto;
  padding: 16px 20px 50px 16px;
  position: relative;
  max-height: 320px;
  min-height: 320px;
  position: relative;
}
.search-input .search-results:after {
  content: "";
  width: 100%;
  height: 67px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #FFFFFF 9.04%, rgba(255, 255, 255, 0) 153.61%);
}
.search-input .search-results__title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(31, 31, 31, 0.6);
}
.search-input .search-results .res-item {
  margin-top: 18px;
  display: block;
}
.search-input .search-results .res-item:nth-child(1) {
  margin-top: 0;
}
.search-input .search-results .res-item .mark {
  background: rgba(11, 206, 90, 0.3019607843);
  color: inherit;
}
.search-input .search-results .res-item__meta {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #2E2E2E;
  padding: 0px 12px;
  border-radius: 50px;
  border: 1px solid #2E2E2E;
}
.search-input .search-results .res-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .search-input .search-results .res-item__title {
    font-size: 14px;
    line-height: 150%;
  }
}
.search-input .search-results .res-item__descr {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(31, 31, 31, 0.6);
  line-height: 110%;
}
@media (max-width: 767px) {
  .search-input .search-results .res-item__descr {
    margin-top: 0;
    font-size: 12px;
    line-height: 120%;
  }
}
.search-input .search-results .res-item__attr {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(31, 31, 31, 0.6);
}
@media (max-width: 767px) {
  .search-input .search-results .res-item__attr {
    margin-top: 5px;
    font-size: 12px;
    line-height: 120%;
  }
}
.search-input .search-results .res-item:hover .res-item__title {
  color: #00A342;
}
.search-input .search-results .res-item--empty {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.6980392157);
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 767px) {
  .search-input .search-results .res-item--empty {
    font-size: 14px;
  }
}
.search-input .search-results--visible {
  max-height: 400px;
  opacity: 1;
}

.authors-sec {
  margin-bottom: 120px;
}
.authors-sec__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .authors-sec__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .authors-sec__content {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

.author-card {
  padding: 60px 0px;
  border-top: 1px solid #DDDDDD;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .author-card {
    align-items: center;
    text-align: center;
    padding: 32px 24px;
    border: none;
    background: #F0FAF4;
  }
}
.author-card__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 320px;
}
@media (max-width: 767px) {
  .author-card__head {
    align-items: center;
    text-align: center;
  }
}
.author-card__head:hover .author-card__avatar {
  filter: grayscale(0);
}
.author-card__head:hover .item-title {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.author-card__avatar {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.author-card__avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media (max-width: 767px) {
  .author-card__avatar {
    width: 140px;
    height: 140px;
  }
}
.author-card .item-title {
  transition: all 0.3s ease-in-out;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .author-card .item-title {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .author-card .item-title, .author-card__role, .author-card__text {
    max-width: 220px;
  }
}
.author-card__role, .author-card__text {
  max-width: 340px;
}
.author-card__role {
  font-weight: 500;
  margin: 20px 0px 30px 0px;
}
@media (max-width: 767px) {
  .author-card__role {
    margin: 12px 0px 20px 0px;
  }
}
.author-card__text {
  margin: 30px 0px 20px 0px;
  font-weight: 300;
  color: rgba(31, 31, 31, 0.6);
}
@media (max-width: 767px) {
  .author-card__text {
    margin-top: 0;
    font-size: 12px;
    line-height: 120%;
  }
}
.author-card__socials {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}
.author-card:nth-last-child(-n+3) {
  border-bottom: 1px solid #DDDDDD;
}
.author-card--seamless {
  border: none !important;
  padding: 0 0px 30px 0px;
}
@media (max-width: 767px) {
  .author-card--seamless {
    padding: 32px 24px;
  }
}

.author-single {
  padding: 160px 0px 80px 0px;
  background: #F5F9F6;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .author-single {
    margin-bottom: 40px;
    padding: 80px 0px 60px 0px;
  }
}
@media (max-width: 767px) {
  .author-single {
    margin-bottom: 40px;
    padding: 160px 0px 60px 0px;
  }
}
.author-single__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 120px;
}
@media (max-width: 991px) {
  .author-single__content {
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .author-single__content {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .author-single__content {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
}
.author-single .img-cont {
  min-width: 287px;
  min-height: 287px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.author-single .img-cont img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .author-single .img-cont {
    min-width: 200px;
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .author-single .img-cont {
    min-width: 150px;
    min-height: 150px;
  }
}
.author-single .data-cont {
  max-width: 600px;
}
@media (max-width: 767px) {
  .author-single .data-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.author-single .data-cont a {
  text-decoration: underline;
}
.author-single .data-cont a:hover {
  text-decoration: none;
}
.author-single .data-cont__subtitle {
  margin-top: 20px;
  color: #2E2E2E;
  font-size: 24px;
  line-height: 110%;
  font-weight: 300;
}
@media (max-width: 767px) {
  .author-single .data-cont__subtitle {
    font-size: 16px;
    line-height: 130%;
    margin-top: 12px;
    font-weight: 500;
  }
}
.author-single .data-cont__text {
  margin-top: 40px;
  color: rgba(31, 31, 31, 0.6);
}
@media (max-width: 578px) {
  .author-single .data-cont__text {
    font-size: 12px;
    line-height: 120%;
    max-width: 320px;
    margin: 20px auto 0px auto;
  }
}
.author-single .data-cont__socials {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 578px) {
  .author-single .data-cont__socials {
    margin-top: 24px;
    justify-content: center;
  }
}

.tags-sec {
  margin-bottom: 120px;
}
.tags-sec__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 991px) {
  .tags-sec__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .tags-sec__content {
    grid-template-columns: 100%;
  }
}
.tags-sec .tag-group {
  padding: 18px 0px 30px 0px;
  border-bottom: 1px solid #DDDDDD;
}
.tags-sec .tag-group__let {
  margin: 0px 0px 30px 0px;
  font-size: 40px;
  line-height: 90%;
  font-weight: 800;
}
.tags-sec .tag-group .tag {
  font-size: 18px;
  font-weight: 300;
  color: rgba(31, 31, 31, 0.6);
  text-decoration: underline;
  text-underline-offset: 1px;
  line-height: 150%;
  display: block;
}
.tags-sec .tag-group .tag:hover {
  color: #000000;
  text-decoration: none;
}

.new-base {
  font-family: Inter, sans-serif;
}
.new-base strong, .new-base b {
  font-weight: 700;
}
.new-base .intro-title {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 800;
  margin: 10px auto;
  max-width: 850px;
  text-transform: unset;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -2.16px;
}
@media (max-width: 1240px) {
  .new-base .intro-title {
    font-size: 62px;
  }
}
@media (max-width: 991px) {
  .new-base .intro-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .new-base .intro-title {
    font-size: 48px;
    max-width: 320px;
  }
  .new-base .intro-title br {
    display: none;
  }
}
.new-base .section-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -1.68px;
  margin: 0;
  max-width: 840px;
}
.new-base .section-title br {
  display: none;
}
.new-base .section-title span {
  color: #0BCE5A;
}
@media (max-width: 1240px) {
  .new-base .section-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .new-base .section-title {
    font-size: 40px;
    line-height: 100%;
    max-width: 320px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 360px) {
  .new-base .section-title {
    font-size: 30px;
    line-height: 90%;
  }
}
.new-base .btn-arrow-2 {
  display: inline-flex;
}
.new-base .form-block form {
  border-radius: 24px;
  padding: 64px 64px 40px 64px;
}
@media (max-width: 767px) {
  .new-base .form-block form {
    padding: 32px 24px;
  }
}
.new-base .form-block form .btn {
  width: 120%;
}
.new-base .form-block form .btn-inner {
  width: 100%;
}
@media (max-width: 767px) {
  .new-base .form-block form {
    padding: 32px 24px;
  }
  .new-base .form-block form .btn {
    width: 100%;
  }
}
.new-base .form-block .input-item--action {
  margin-bottom: 0;
}

.webinar-main {
  position: relative;
}
.webinar-main .main-nav__menu {
  width: auto;
  margin: auto;
}
.webinar-main .side-block {
  padding: 80px 0;
  background-color: #F4F1EA;
}
@media (max-width: 767px) {
  .webinar-main .side-block {
    padding: 40px 0;
  }
}
.webinar-main .side-block .container {
  max-width: 1230px;
}
.webinar-main .side-block .data-block .section-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.2px;
  color: #494846;
  margin-top: 4px;
}
.webinar-main .side-block .data-block .section-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.2px;
  color: #000000;
  margin-top: 24px;
}
.webinar-main .side-block .data-block__action {
  margin-top: 48px;
}
.webinar-main .cta-media--solid {
  min-height: 676px;
}
.webinar-main .cta-media--solid .cta-media__content {
  margin-top: 0;
}
.webinar-main .cta-media--solid .info-block {
  padding: 80px 15px 120px 15px;
}
.webinar-main .cta-media--solid .info-block__actions {
  margin-top: 48px;
}
.webinar-main .cta-media--solid .info-block__title {
  font-size: 72px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -2.16px;
  text-wrap: pretty;
}
.webinar-main .cta-media--solid .info-block__subtitle {
  max-width: 682px;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .webinar-main .cta-media--solid {
    min-height: 471px;
  }
  .webinar-main .cta-media--solid .info-block {
    padding: 40px 15px 64px 15px;
  }
  .webinar-main .cta-media--solid .info-block__actions {
    margin-top: 32px;
  }
  .webinar-main .cta-media--solid .info-block__title {
    font-size: 40px;
    letter-spacing: -0.4px;
  }
  .webinar-main .cta-media--solid .info-block__subtitle {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.2px;
  }
}

.webinar-hero {
  position: relative;
  background-color: #000000;
  color: #fff;
  z-index: 5;
  padding: 164px 0 100px 0;
}
@media (max-width: 991px) {
  .webinar-hero {
    padding: 128px 0 64px 0;
  }
}
.webinar-hero .container {
  max-width: 1230px;
}
@media (max-width: 1360px) {
  .webinar-hero .container {
    max-width: 1240px;
  }
}
@media (max-width: 1240px) {
  .webinar-hero .container {
    max-width: 991px;
  }
}
.webinar-hero__content {
  display: flex;
  align-items: center;
  gap: 32px 80px;
}
@media (max-width: 991px) {
  .webinar-hero__content {
    flex-direction: column;
  }
}
.webinar-hero__form {
  flex-basis: 49%;
  flex-shrink: 0;
  color: #000000;
}
.webinar-hero__form .form-block {
  min-height: 516px;
  padding: 0;
}
.webinar-hero__form .form-block form {
  max-width: 588px;
}
@media (max-width: 767px) {
  .webinar-hero__form {
    flex-basis: auto;
    width: 100vw;
  }
  .webinar-hero__form .form-block {
    min-height: 381px;
  }
}
.webinar-hero .intro-title {
  margin: 8px 0 40px 0;
}
@media (max-width: 767px) {
  .webinar-hero .intro-title {
    margin-bottom: 24px;
  }
}
.webinar-hero__label {
  display: inline-flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background: #A57CFD;
  color: #000000;
}

.timepoint {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.timepoint .item {
  display: inline-flex;
  align-items: center;
}
.timepoint .item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 16px;
  background: #A57CFD;
}
.timepoint .item:first-child::before {
  width: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .timepoint {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
  .timepoint .item::before {
    margin: auto 12px;
  }
}

.webinar-text-block {
  position: relative;
  background: #000000;
  color: #fff;
  padding: 80px 0;
  z-index: 4;
}
.webinar-text-block .container {
  max-width: 1230px;
}
@media (max-width: 1360px) {
  .webinar-text-block .container {
    max-width: 1240px;
  }
}
@media (max-width: 1240px) {
  .webinar-text-block .container {
    max-width: 991px;
  }
}
.webinar-text-block__container {
  position: relative;
}
.webinar-text-block .section-text {
  max-width: 840px;
  color: #C3C1BB;
}
.webinar-text-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 180px;
}
.webinar-text-block__content .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.webinar-text-block__text {
  max-width: 840px;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.2px;
  color: #C3C1BB;
  margin-top: 24px;
}
.webinar-text-block__title {
  color: #0CE564;
  font-family: "Funnel Sans", sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -2.7px;
}
.webinar-text-block__coin {
  position: absolute;
  top: -247px;
  left: 18%;
}
.webinar-text-block__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.webinar-text-block__bg-picture {
  position: absolute;
  width: 1590px;
  height: 428px;
  top: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}
@media (max-width: 1240px) {
  .webinar-text-block__bg-picture {
    top: 27%;
  }
}
@media (max-width: 782px) {
  .webinar-text-block__bg-picture {
    top: 24%;
  }
}
@media (max-width: 767px) {
  .webinar-text-block .section-title {
    font-size: 32px;
  }
  .webinar-text-block__title {
    font-size: 40px;
    letter-spacing: -0.4px;
  }
  .webinar-text-block__coin {
    display: none;
  }
  .webinar-text-block__bg-picture {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 493px;
    height: 162px;
  }
}
@media (max-width: 380px) {
  .webinar-text-block__bg-picture {
    top: 48%;
  }
}

.webinar-agenda {
  padding: 80px 0;
  background: #F4F1EA;
}
.webinar-agenda .container {
  max-width: 1230px;
}
@media (max-width: 1360px) {
  .webinar-agenda .container {
    max-width: 1240px;
  }
}
@media (max-width: 1240px) {
  .webinar-agenda .container {
    max-width: 991px;
  }
}
.webinar-agenda__content {
  display: grid;
  grid-template-columns: 44.3% auto;
  gap: 80px;
}
@media (max-width: 991px) {
  .webinar-agenda__content {
    grid-template-columns: 1fr;
  }
}
.webinar-agenda__desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.webinar-agenda__note {
  padding: 32px;
  border-radius: 24px;
  background: #fff;
}
.webinar-agenda .item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  min-height: 136px;
  padding-bottom: 40px;
}
.webinar-agenda .item__icon {
  min-width: 64px;
  min-height: 64px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.webinar-agenda .item__icon--default {
  background: url(.././build/img/check-green-circle.svg) no-repeat center center;
  background-size: cover;
}
.webinar-agenda .item__icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.webinar-agenda .item:after {
  content: "";
  position: absolute;
  left: 31px;
  top: 76px;
  bottom: 12px;
  border-left: 1px solid #C3C1BB;
}
.webinar-agenda .item:last-child {
  padding-bottom: 0;
}
.webinar-agenda .item:last-child:after {
  display: none;
}
.webinar-agenda .item__title {
  font-family: "Funnel Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 12px;
}
.webinar-agenda .item__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.2px;
}
@media (max-width: 767px) {
  .webinar-agenda .item__icon {
    min-width: 48px;
    min-height: 48px;
  }
  .webinar-agenda .item__title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 8px;
  }
  .webinar-agenda .item__text {
    font-size: 18px;
    line-height: 150%;
  }
  .webinar-agenda .item:after {
    left: 24px;
    top: 60px;
  }
}

.webinar-sticky-action {
  position: fixed;
  bottom: 80px;
  right: -55px;
  z-index: 5;
  align-self: flex-end;
  overflow: hidden;
}

.webinar-sticky-btn {
  position: relative;
}
.webinar-sticky-btn .btn-inner {
  padding-right: 60px;
}

.main-hero {
  position: relative;
  color: #fff;
  padding: 170px 0px 50px 0px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-hero {
    padding: 140px 0px 0px 0px;
  }
}
.main-hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.3);
}
.main-hero__media:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1254901961);
}
.main-hero__media img,
.main-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
}
.main-hero__content {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.main-hero .info-block {
  margin-top: auto;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .main-hero .info-block {
    height: auto;
    justify-content: flex-end;
  }
}
.main-hero .info-block__data {
  opacity: 0;
  transform: translateY(-100%);
}
.main-hero .info-block__label {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .main-hero .info-block__label {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 20px;
  }
}
.main-hero .info-block__subtitle {
  font-size: 31px;
}
@media (max-width: 767px) {
  .main-hero .info-block__subtitle {
    font-size: 18px;
  }
}
.main-hero .info-block__text {
  margin-top: 40px;
  font-size: 24px;
  line-height: 110%;
  font-weight: 300;
}
@media (max-width: 767px) {
  .main-hero .info-block__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 130%;
    max-width: 320px;
  }
}
.main-hero .info-block__actions {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  opacity: 0;
  transform: translateY(500%) scale(1.5);
}
@media (max-width: 767px) {
  .main-hero .info-block__actions {
    margin-top: 40px;
  }
}
.main-hero .marquee {
  width: 100%;
}
.main-hero .marquee__inner {
  animation-direction: reverse;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  will-change: transform;
}
@media (max-width: 991px) {
  .main-hero .marquee__inner {
    gap: 25px;
  }
}
.main-hero .marquee .marq-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  width: 300px;
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}
.main-hero .marquee .marq-item img {
  width: auto;
  height: 50px;
}
@media (max-width: 767px) {
  .main-hero .marquee .marq-item img {
    height: 30px;
  }
}
.main-hero .marquee .marq-item--visible {
  opacity: 0.5;
}
.main-hero .marquee .marq-item--center {
  opacity: 1 !important;
}
.main-hero .main-hero-items {
  width: 100%;
  margin: 105px auto 80px auto;
  position: relative;
  z-index: -1;
}
.main-hero .main-hero-items .swiper-slide {
  width: 300px;
}
@media (max-width: 767px) {
  .main-hero .main-hero-items .swiper-slide {
    width: 280px;
  }
}
.main-hero .main-hero-items .swiper-wrapper {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.main-hero .main-hero-items .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
}
.main-hero .main-hero-items .item__title {
  max-width: 270px;
  font-size: 20px;
  line-height: 110%;
  font-weight: 300;
}
@media (max-width: 767px) {
  .main-hero .main-hero-items .item__title {
    font-size: 16px;
    line-height: 130%;
  }
  .main-hero .main-hero-items .item__title br {
    display: none;
  }
}
.main-hero--left {
  text-align: left;
}
.main-hero--left .main-hero__content {
  align-items: flex-start;
}
.main-hero--left .info-block {
  max-width: 650px;
  justify-content: center;
}
.main-hero--left .info-block .intro-title {
  margin: 10px 0px;
}
@media (max-width: 767px) {
  .main-hero--left .info-block {
    justify-content: flex-end;
  }
}
.main-hero--left .info-block__actions {
  margin-top: 60px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .main-hero--left .info-block__actions {
    margin-top: 40px;
  }
}

.main-hero-2 {
  margin: 200px auto 140px auto;
  position: relative;
}
@media (max-width: 991px) {
  .main-hero-2 {
    margin: 120px auto 50px auto;
  }
}
.main-hero-2__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-hero-2__content .section-text {
  font-weight: 500;
  margin-top: 10px;
}
.main-hero-2__content .sec-actions {
  margin-top: 50px;
}

.cards-block {
  overflow: hidden;
}
.cards-block .grid--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 767px) {
  .cards-block .grid--2 {
    grid-template-columns: 100%;
  }
}
.cards-block .grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 991px) {
  .cards-block .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cards-block .grid--3 {
    grid-template-columns: 100%;
  }
}
.cards-block .grid--4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 991px) {
  .cards-block .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cards-block .grid--4 {
    grid-template-columns: 100%;
  }
}
.cards-block .cards-slider__pagination {
  text-align: center;
  position: relative;
  margin: 40px auto 0px auto;
  z-index: 3;
}
@media (min-width: 991px) {
  .cards-block .cards-slider__pagination {
    display: none;
  }
}
.cards-block .cards-slider--paginated .cards-slider__pagination {
  display: block;
}
.cards-block .swiper-slide {
  cursor: grab;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cards-block .swiper-slide {
    transform: scale(0.95) !important;
    max-width: 280px;
  }
}
.cards-block .swiper-slide-active {
  transform: scale(1) !important;
}
.cards-block .swiper-pagination-bullet {
  background: #C6C6C6;
  opacity: 1;
}
.cards-block .swiper-pagination-bullet-active {
  background: #000000;
}

.cta-media {
  padding: 60px 0;
  background: #0CE564;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .cta-media .container {
    padding: 0;
  }
}
.cta-media__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-media__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-media__content {
  min-height: 474px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1240px) {
  .cta-media__content {
    justify-content: center;
  }
}
.cta-media .video-block {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 474px;
}
@media (max-width: 991px) {
  .cta-media .video-block {
    width: 1240px;
    border-radius: 0;
  }
}
.cta-media .video-block:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 300px;
  border: 30px solid rgba(12, 229, 100, 0.6);
  z-index: 3;
}
@media (max-width: 991px) {
  .cta-media .video-block:before {
    border-radius: 0;
  }
}
.cta-media .video-block:after {
  content: "";
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 300px;
  border: 30px solid rgba(12, 229, 100, 0.3019607843);
  z-index: 3;
}
@media (max-width: 991px) {
  .cta-media .video-block:after {
    border-radius: 0;
  }
}
.cta-media .video-block__layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  border-radius: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cta-media .video-block__layer {
    border-radius: 0;
  }
}
.cta-media .video-block__layer:before {
  content: "";
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 300px;
  border: 30px solid rgba(12, 229, 100, 0.1490196078);
  z-index: 3;
}
@media (max-width: 991px) {
  .cta-media .video-block__layer:before {
    border-radius: 0;
  }
}
.cta-media .video-block__layer video, .cta-media .video-block__layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-media .info-block {
  position: relative;
  z-index: 5;
  padding: 130px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 50px;
  text-align: center;
}
@media (max-width: 1240px) {
  .cta-media .info-block {
    padding: 100px 15px;
  }
}
@media (max-width: 1240px) {
  .cta-media .info-block__logo {
    display: none;
  }
}
.cta-media .info-block__icon {
  display: inline-block;
  max-width: 96px;
  max-height: 96px;
  margin-bottom: 48px;
}
.cta-media .info-block__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cta-media .info-block__icon {
    max-width: 64px;
    max-height: 64px;
    margin-bottom: 24px;
  }
}
.cta-media .info-block__label {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cta-media .info-block__label {
    margin-bottom: 16px;
  }
}
.cta-media .info-block__title {
  font-size: 46px;
  font-weight: 800;
  margin: 0 auto;
  line-height: 90%;
  max-width: 680px;
}
@media (max-width: 991px) {
  .cta-media .info-block__title {
    font-size: 26px;
    line-height: 90%;
  }
}
@media (max-width: 578px) {
  .cta-media .info-block__title {
    max-width: 320px;
  }
  .cta-media .info-block__title br {
    display: none;
  }
}
.cta-media .info-block__title span {
  color: #0CE564;
}
.cta-media .info-block__subtitle {
  font-size: 24px;
  max-width: 530px;
  margin: 30px auto;
  line-height: 110%;
}
@media (max-width: 767px) {
  .cta-media .info-block__subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
  }
}
.cta-media .info-block__actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cta-media .info-block__actions {
    margin-top: 16px;
  }
}
.cta-media--image {
  background: transparent;
  min-height: 800px;
  padding: 120px 0px 120px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cta-media--image {
    min-height: 680px;
    padding: 0px 0px 60px 0px;
  }
}
.cta-media--image .cta-media__content {
  justify-content: center;
}
@media (max-width: 767px) {
  .cta-media--image .cta-media__content {
    margin-top: 130px;
  }
}
.cta-media--image .info-block__title {
  max-width: 850px;
}
.cta-media--image .cta-media__bg {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cta-media--image .cta-media__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cta-media--solid {
  padding-top: 0px;
  padding-bottom: 0;
  min-height: 740px;
  background-color: #000000;
}
.cta-media--solid .cta-media__content {
  margin-top: 100px;
}
.cta-media--solid .info-block {
  padding-bottom: 50px;
}
.cta-media--solid .info-block__subtitle {
  max-width: 600px;
}
.cta-media--solid .info-block__actions {
  margin-top: 155px;
}
@media (max-width: 991px) {
  .cta-media--solid .info-block__actions {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .cta-media--solid .info-block__actions {
    margin-top: 20px;
  }
}
.cta-media--left .info-block {
  margin-right: auto;
  max-width: 850px;
  justify-content: flex-start;
  text-align: left;
  padding: 130px 0px;
}
.cta-media--left .info-block__subtitle {
  margin: 30px 0px;
}
.cta-media--left .info-block__actions {
  width: max-content;
}
@media (max-width: 991px) {
  .cta-media--left .info-block__actions {
    width: auto;
  }
}
@media (max-width: 991px) {
  .cta-media--left .info-block {
    padding: 70px 30px;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }
}
.cta-media--dark .info-block {
  color: #000000;
}

@media (max-width: 767px) {
  .cta-media-2 .container {
    padding: 0;
  }
}
.cta-media-2__content {
  display: grid;
  grid-template-columns: 530px auto;
  overflow: hidden;
  color: #fff;
  border-radius: 24px;
}
@media (max-width: 1240px) {
  .cta-media-2__content {
    grid-template-columns: 450px auto;
  }
}
@media (max-width: 767px) {
  .cta-media-2__content {
    grid-template-columns: 100%;
    border-radius: 0;
  }
}
.cta-media-2 .info-block {
  padding: 108px 28px 108px 64px;
  background: #000000;
  position: relative;
}
@media (max-width: 767px) {
  .cta-media-2 .info-block {
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 44px 40px 64px 40px;
  }
}
.cta-media-2 .info-block__actions {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cta-media-2 .info-block__actions {
    margin-top: 32px;
  }
}
.cta-media-2 .ill-block {
  position: relative;
}
@media (max-width: 767px) {
  .cta-media-2 .ill-block {
    min-height: 400px;
  }
}
@media (max-width: 578px) {
  .cta-media-2 .ill-block {
    min-height: 300px;
  }
}
.cta-media-2 .ill-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.cta-media-2 .sub-fader {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cta-media-2 .sub-fader {
    left: 0;
    top: unset;
    bottom: 100%;
    width: 100%;
    flex-direction: column-reverse;
  }
}
.cta-media-2 .sub-fader__line {
  width: 70px;
  height: 100%;
}
@media (max-width: 767px) {
  .cta-media-2 .sub-fader__line {
    width: 100%;
    height: 40px;
  }
}
.cta-media-2 .sub-fader__line:nth-child(1) {
  background: rgba(0, 0, 0, 0.8);
}
.cta-media-2 .sub-fader__line:nth-child(2) {
  background: rgba(0, 0, 0, 0.6);
}
.cta-media-2 .sub-fader__line:nth-child(3) {
  background: rgba(0, 0, 0, 0.3019607843);
}
.cta-media-2 .sub-fader__line:nth-child(4) {
  background: rgba(0, 0, 0, 0.1019607843);
}

.post-cta-2 {
  margin: 30px 0px;
}
.post-cta-2 .section-title,
.post-cta-2 h1,
.post-cta-2 h2,
.post-cta-2 h3,
.post-cta-2 h4,
.post-cta-2 h5,
.post-cta-2 h6 {
  font-size: 40px;
  line-height: 90%;
}
@media (max-width: 767px) {
  .post-cta-2 .section-title,
  .post-cta-2 h1,
  .post-cta-2 h2,
  .post-cta-2 h3,
  .post-cta-2 h4,
  .post-cta-2 h5,
  .post-cta-2 h6 {
    font-size: 30px;
  }
}
.post-cta-2__content {
  display: grid;
  grid-template-columns: 440px auto;
  overflow: hidden;
  color: #fff;
  border-radius: 24px;
}
@media (max-width: 1240px) {
  .post-cta-2__content {
    grid-template-columns: 450px auto;
  }
}
@media (max-width: 767px) {
  .post-cta-2__content {
    grid-template-columns: 100%;
    border-radius: 0;
  }
}
.post-cta-2 .info-block {
  padding: 106px 28px 106px 48px;
  background: #000000;
  position: relative;
}
@media (max-width: 767px) {
  .post-cta-2 .info-block {
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 44px 40px 64px 40px;
  }
}
.post-cta-2 .info-block__actions {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .post-cta-2 .info-block__actions {
    margin-top: 32px;
  }
}
.post-cta-2 .ill-block {
  position: relative;
}
@media (max-width: 767px) {
  .post-cta-2 .ill-block {
    min-height: 400px;
  }
}
@media (max-width: 578px) {
  .post-cta-2 .ill-block {
    min-height: 300px;
  }
}
.post-cta-2 .ill-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.post-cta-2 .sub-fader {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .post-cta-2 .sub-fader {
    left: 0;
    top: unset;
    bottom: 100%;
    width: 100%;
    flex-direction: column-reverse;
  }
}
.post-cta-2 .sub-fader__line {
  width: 40px;
  height: 100%;
}
@media (max-width: 767px) {
  .post-cta-2 .sub-fader__line {
    width: 100%;
    height: 40px;
  }
}
.post-cta-2 .sub-fader__line:nth-child(1) {
  background: rgba(0, 0, 0, 0.8);
}
.post-cta-2 .sub-fader__line:nth-child(2) {
  background: rgba(0, 0, 0, 0.6);
}
.post-cta-2 .sub-fader__line:nth-child(3) {
  background: rgba(0, 0, 0, 0.3019607843);
}
.post-cta-2 .sub-fader__line:nth-child(4) {
  background: rgba(0, 0, 0, 0.1019607843);
}

.side-faq {
  overflow: hidden;
}
.side-faq__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
}
@media (max-width: 991px) {
  .side-faq__content {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.side-faq .media-block {
  position: relative;
}
.side-faq .media-block__widget {
  position: absolute;
  z-index: 5;
  left: -30px;
  bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.side-faq .media-block__widget img {
  width: auto;
  height: auto;
}
@media (max-width: 1240px) {
  .side-faq .media-block__widget img {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .side-faq .media-block__widget img {
    width: 160px;
  }
}
@media (max-width: 1400px) {
  .side-faq .media-block__widget {
    left: -10px;
  }
}
@media (max-width: 991px) {
  .side-faq .media-block__widget {
    bottom: 42px;
  }
}
.side-faq .media-block__inner {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 1240px) {
  .side-faq .media-block__inner {
    width: 500px;
    min-height: 550px;
  }
}
@media (max-width: 991px) {
  .side-faq .media-block__inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .side-faq .media-block__inner {
    width: auto;
    min-height: 360px;
    border-radius: 16px;
  }
}
.side-faq .media-block__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.side-faq .faq-item {
  border-bottom: 1px solid #C8C4C4;
}
.side-faq .faq-item__label {
  padding: 30px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .side-faq .faq-item__label {
    padding: 16px 0px;
  }
}
.side-faq .faq-item__label .plus {
  min-width: 30px;
  min-height: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .side-faq .faq-item__label .plus {
    min-width: 20px;
    min-height: 20px;
  }
}
.side-faq .faq-item__label .plus div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  background: #000000;
  transition: all 0.2s ease-in-out;
}
.side-faq .faq-item__label .plus div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 1240px) {
  .side-faq .faq-item__label:hover .plus div:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.side-faq .faq-item__content {
  font-size: 24px;
  color: #2E2E2E;
  font-weight: 300;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.side-faq .faq-item__content li {
  margin-top: 7px;
}
.side-faq .faq-item__content ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 22px;
}
.side-faq .faq-item__content ol > li {
  position: relative;
}
.side-faq .faq-item__content ol > li:not(:has(> ol)) {
  counter-increment: item;
}
.side-faq .faq-item__content ol > li:not(:has(> ol))::before {
  content: counters(item, ".") ". ";
  position: absolute;
  left: -22px;
}
.side-faq .faq-item__content ol > li > ol {
  counter-reset: subitem;
  padding-left: 22px;
}
.side-faq .faq-item__content ol > li > ol > li {
  counter-increment: subitem;
}
.side-faq .faq-item__content ol > li > ol > li::before {
  content: counters(item, ".") "." counters(subitem, ".") ". ";
  position: absolute;
  left: -35px;
  font-weight: normal;
}
.side-faq .faq-item__content ul {
  list-style-type: none;
  padding-left: 22px;
  margin: 1em 0;
}
.side-faq .faq-item__content ul > li {
  position: relative;
}
.side-faq .faq-item__content ul > li:before {
  content: "•";
  position: absolute;
  left: -1em;
  color: #000;
}
.side-faq .faq-item__content ul > li > ul {
  padding-left: 22px;
}
.side-faq .faq-item__content ul > li > ul > li::before {
  content: "•";
  left: -1em;
  color: #000;
}
.side-faq .faq-item__content .list-dashes > li {
  position: relative;
}
.side-faq .faq-item__content .list-dashes > li:before {
  content: "" !important;
  width: 9px;
  height: 2px;
  top: 12px;
  background: #000000;
  position: absolute;
  left: -1em;
}
.side-faq .faq-item__content .list-dashes > li > ul {
  padding-left: 22px;
}
.side-faq .faq-item__content .list-dashes > li > ul > li::before {
  content: "" !important;
  width: 9px;
  height: 2px;
  top: 12px;
  left: -1em;
  background: #000000;
}
.side-faq .faq-item__content .list-arrows > li {
  position: relative;
}
.side-faq .faq-item__content .list-arrows > li:before {
  content: "›" !important;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  left: -1em;
  color: #000;
}
.side-faq .faq-item__content .list-arrows > li > ul {
  padding-left: 22px;
}
.side-faq .faq-item__content .list-arrows > li > ul > li::before {
  content: "›" !important;
  font-weight: 700;
  font-size: 18px;
  left: -1em;
  color: #000;
}
@media (max-width: 991px) {
  .side-faq .faq-item__content {
    font-size: 16px;
    line-height: 130%;
  }
  .side-faq .faq-item__content p:nth-child(1) {
    margin-top: 0;
  }
}
.side-faq .faq-item__actions {
  padding: 20px 0px 40px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .side-faq .faq-item__actions {
    padding: 10px 0px 20px 0px;
  }
}
.side-faq .faq-item--active .faq-item__content {
  max-height: 500px;
}
.side-faq .faq-item--active .plus div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}

.side-faq-2 .media-block {
  margin-top: 220px;
}
@media (max-width: 991px) {
  .side-faq-2 .media-block {
    display: none;
  }
}
.side-faq-2 .media-block img {
  width: 100%;
  height: auto;
}
.side-faq-2__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 991px) {
  .side-faq-2__wrap {
    grid-template-columns: 100%;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .side-faq-2__wrap {
    gap: 20px;
  }
}
.side-faq-2 .faq-item {
  border-bottom: 1px solid #000000;
}
.side-faq-2 .faq-item__label {
  padding: 20px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.side-faq-2 .faq-item__label .item-title-m {
  font-weight: 300;
}
@media (max-width: 991px) {
  .side-faq-2 .faq-item__label {
    padding: 14px 0px;
  }
}
.side-faq-2 .faq-item__label .plus {
  min-width: 20px;
  min-height: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.side-faq-2 .faq-item__label .plus div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 1px;
  background: #000000;
  transition: all 0.3s ease-in-out;
}
.side-faq-2 .faq-item__label .plus div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 1240px) {
  .side-faq-2 .faq-item__label:hover .plus {
    transform: rotate(180deg);
  }
}
.side-faq-2 .faq-item__content {
  font-size: 16px;
  color: #2E2E2E;
  font-weight: 300;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.side-faq-2 .faq-item__content li {
  margin-top: 7px;
}
.side-faq-2 .faq-item__content ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 22px;
}
.side-faq-2 .faq-item__content ol > li {
  position: relative;
}
.side-faq-2 .faq-item__content ol > li:not(:has(> ol)) {
  counter-increment: item;
}
.side-faq-2 .faq-item__content ol > li:not(:has(> ol))::before {
  content: counters(item, ".") ". ";
  position: absolute;
  left: -22px;
}
.side-faq-2 .faq-item__content ol > li > ol {
  counter-reset: subitem;
  padding-left: 22px;
}
.side-faq-2 .faq-item__content ol > li > ol > li {
  counter-increment: subitem;
}
.side-faq-2 .faq-item__content ol > li > ol > li::before {
  content: counters(item, ".") "." counters(subitem, ".") ". ";
  position: absolute;
  left: -35px;
  font-weight: normal;
}
.side-faq-2 .faq-item__content ul {
  list-style-type: none;
  padding-left: 22px;
  margin: 1em 0;
}
.side-faq-2 .faq-item__content ul > li {
  position: relative;
}
.side-faq-2 .faq-item__content ul > li:before {
  content: "•";
  position: absolute;
  left: -1em;
  color: #000;
}
.side-faq-2 .faq-item__content ul > li > ul {
  padding-left: 22px;
}
.side-faq-2 .faq-item__content ul > li > ul > li::before {
  content: "•";
  left: -1em;
  color: #000;
}
.side-faq-2 .faq-item__content .list-dashes > li {
  position: relative;
}
.side-faq-2 .faq-item__content .list-dashes > li:before {
  content: "" !important;
  width: 9px;
  height: 2px;
  top: 12px;
  background: #000000;
  position: absolute;
  left: -1em;
}
.side-faq-2 .faq-item__content .list-dashes > li > ul {
  padding-left: 22px;
}
.side-faq-2 .faq-item__content .list-dashes > li > ul > li::before {
  content: "" !important;
  width: 9px;
  height: 2px;
  top: 12px;
  left: -1em;
  background: #000000;
}
.side-faq-2 .faq-item__content .list-arrows > li {
  position: relative;
}
.side-faq-2 .faq-item__content .list-arrows > li:before {
  content: "›" !important;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  left: -1em;
  color: #000;
}
.side-faq-2 .faq-item__content .list-arrows > li > ul {
  padding-left: 22px;
}
.side-faq-2 .faq-item__content .list-arrows > li > ul > li::before {
  content: "›" !important;
  font-weight: 700;
  font-size: 18px;
  left: -1em;
  color: #000;
}
.side-faq-2 .faq-item:first-child .faq-item__label {
  padding-top: 0;
}
.side-faq-2 .faq-item--active .faq-item__content {
  max-height: 500px;
}
.side-faq-2 .faq-item--active .plus {
  transform: rotate(0deg) !important;
}
.side-faq-2 .faq-item--active .plus div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}
.side-faq-2--dark {
  background: #1F1F1F;
  color: #fff;
}
.side-faq-2--dark .section-title {
  font-size: 40px;
}
.side-faq-2--dark .section-title span {
  color: #0CE564;
}
.side-faq-2--dark .side-faq-2__wrap {
  grid-template-columns: 450px auto;
}
@media (max-width: 991px) {
  .side-faq-2--dark .side-faq-2__wrap {
    grid-template-columns: 100%;
    gap: 0px;
  }
}
.side-faq-2--dark .faq-item {
  border-color: #777575;
}
.side-faq-2--dark .faq-item__label {
  color: #fff;
}
.side-faq-2--dark .faq-item__content {
  color: #fff;
}
.side-faq-2--dark .faq-item__content a {
  color: #fff;
  text-decoration: underline;
}
.side-faq-2--dark .faq-item__content a:hover {
  text-decoration: none;
}
.side-faq-2--dark .faq-item__content li:before {
  color: #fff !important;
}
.side-faq-2--dark .faq-item .plus div {
  background: #777575;
}
.side-faq-2--dark .faq-item .plus:hover div {
  background: #fff !important;
}

.coins {
  color: #fff;
  background: #000000;
}
.coins .section-text {
  color: #fff;
  font-weight: 300;
}
.coins__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}
.coins .coin {
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coins .coin__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  z-index: 0;
  transition: z-index 0.5s ease-in-out;
}
@media (max-width: 578px) {
  .coins .coin__icon {
    width: 94px;
  }
}
.coins .coin__icon img {
  width: 144px;
  height: 144px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 578px) {
  .coins .coin__icon img {
    width: 104px;
    height: 104px;
  }
}
.coins .coin__name, .coins .coin__code {
  transition: all 0.3s ease-in-out;
}
.coins .coin__name {
  margin-top: 12px;
  color: #fff;
  font-size: 20px;
  position: relative;
  width: max-content;
  margin: 12px auto 0px auto;
}
.coins .coin__name:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #0CE564;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: calc(100% + 1px);
}
.coins .coin__code {
  margin-top: 3px;
  color: #C8C4C4;
}
.coins .coin:hover .coin__icon {
  z-index: 2;
  position: relative;
  animation: change-coin 0.5s ease-in-out;
}
@keyframes change-coin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.coins .coin:hover .coin__name {
  color: #0CE564;
}
.coins .coin:hover .coin__name:before {
  width: 100%;
}
.coins .coin:hover .coin__code {
  color: #0CE564;
}
.coins--light {
  background: #fff;
  color: #000000;
}
.coins--light .section-text {
  color: #000000;
}
.coins--light .coin__name {
  color: #000000;
}

.stats .section-label {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .stats .section-label {
    font-size: 16px;
  }
}
.stats__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.stats__content--4 {
  grid-template-columns: repeat(4, 1fr);
}
.stats__content--4 .stat:after {
  display: none !important;
}
@media (max-width: 767px) {
  .stats__content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.stats .stat {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  position: relative;
}
.stats .stat:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(31, 31, 31, 0.1019607843);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .stats .stat {
    max-width: 150px;
    padding: 10px;
  }
  .stats .stat:last-child::after {
    display: none;
  }
  .stats .stat:nth-last-child(2):nth-child(odd)::after {
    display: none;
  }
}
.stats .stat__value, .stats .stat__text {
  margin: 0 auto;
}
.stats .stat__value {
  font-size: 80px;
  font-weight: 900;
  line-height: 94%;
}
@media (max-width: 1240px) {
  .stats .stat__value {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .stats .stat__value {
    font-size: 30px;
    line-height: 94%;
  }
}
.stats .stat__text {
  max-width: 237px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .stats .stat__text {
    font-size: 12px;
    line-height: 120%;
  }
}
@media (min-width: 768px) {
  .stats .stat:nth-last-child(-n+3)::after {
    display: none;
  }
}
.stats--dark {
  background: #000000;
  color: #fff;
}
.stats--dark .stat__text {
  color: rgba(255, 255, 255, 0.7);
}

.side-block {
  overflow: hidden;
}
.side-block__content {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 50px;
  grid-auto-flow: dense;
}
@media (max-width: 991px) {
  .side-block__content {
    grid-template-columns: 100%;
    gap: 46px;
  }
}
.side-block__content--top {
  align-items: flex-start;
}
.side-block .media-block {
  position: relative;
}
.side-block .media-block__widget {
  position: absolute;
  z-index: 5;
  left: -30px;
  bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.side-block .media-block__widget img {
  width: auto;
  height: auto;
}
@media (max-width: 1240px) {
  .side-block .media-block__widget img {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .side-block .media-block__widget img {
    width: 160px;
  }
}
@media (max-width: 1400px) {
  .side-block .media-block__widget {
    left: -10px;
  }
}
@media (max-width: 991px) {
  .side-block .media-block__widget {
    bottom: 42px;
    left: unset;
    right: -10px;
  }
}
.side-block .media-block__inner {
  position: relative;
  width: 591px;
  min-height: 640px;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 1240px) {
  .side-block .media-block__inner {
    width: 500px;
    min-height: 550px;
  }
}
@media (max-width: 991px) {
  .side-block .media-block__inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .side-block .media-block__inner {
    width: auto;
    min-height: 360px;
    border-radius: 16px;
  }
}
.side-block .media-block__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .side-block .media-block--mob-first {
    grid-row: 1 !important;
  }
  .side-block .media-block--mob-sec {
    grid-row: 2 !important;
  }
}
.side-block .data-block .section-title {
  max-width: 550px;
}
.side-block .data-block .section-text {
  max-width: 550px;
}
.side-block .data-block__label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  padding: 4px 16px;
  border-radius: 24px;
  border: 1px solid #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .side-block .data-block__label {
    margin-top: 16px;
  }
}
.side-block .data-block__action {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .side-block .data-block__action {
    margin-top: 25px;
  }
}
.side-block .data-block__items .card-item-4 {
  padding: 20px 0px;
  border-bottom: 1px solid #DDDDDD;
}
.side-block .data-block__items .card-item-4:first-child {
  padding-top: 0;
}
.side-block .data-block__items .card-item-4:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.side-block .data-block__items .card-item-5 {
  border: none !important;
}
.side-block .faq-item {
  border-bottom: 1px solid #C8C4C4;
}
.side-block .faq-item__label {
  padding: 30px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .side-block .faq-item__label {
    padding: 16px 0px;
  }
}
.side-block .faq-item__label .item-title-m {
  margin: 0;
  font-size: 40px;
  line-height: 90%;
  font-weight: 800;
}
@media (max-width: 1240px) {
  .side-block .faq-item__label .item-title-m {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .side-block .faq-item__label .item-title-m {
    font-size: 24px;
  }
}
.side-block .faq-item__label .plus {
  min-width: 30px;
  min-height: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .side-block .faq-item__label .plus {
    min-width: 20px;
    min-height: 20px;
  }
}
.side-block .faq-item__label .plus div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  background: #000000;
  transition: all 0.2s ease-in-out;
}
.side-block .faq-item__label .plus div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 1240px) {
  .side-block .faq-item__label:hover .plus div:nth-child(2) {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.side-block .faq-item__content {
  font-size: 24px;
  color: #2E2E2E;
  font-weight: 300;
  line-height: 24px;
  line-height: 110%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.side-block .faq-item__content p:nth-child(1),
.side-block .faq-item__content ul:nth-child(1),
.side-block .faq-item__content ol:nth-child(1) {
  margin-top: 0;
}
.side-block .faq-item__content li {
  margin-top: 7px;
}
.side-block .faq-item__content ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 22px;
}
.side-block .faq-item__content ol > li {
  position: relative;
}
.side-block .faq-item__content ol > li:not(:has(> ol)) {
  counter-increment: item;
}
.side-block .faq-item__content ol > li:not(:has(> ol))::before {
  content: counters(item, ".") ". ";
  position: absolute;
  left: -22px;
}
.side-block .faq-item__content ol > li > ol {
  counter-reset: subitem;
  padding-left: 22px;
}
.side-block .faq-item__content ol > li > ol > li {
  counter-increment: subitem;
}
.side-block .faq-item__content ol > li > ol > li::before {
  content: counters(item, ".") "." counters(subitem, ".") ". ";
  position: absolute;
  left: -35px;
  font-weight: normal;
}
.side-block .faq-item__content ul {
  list-style-type: none;
  padding-left: 22px;
  margin: 1em 0;
}
.side-block .faq-item__content ul > li {
  position: relative;
}
.side-block .faq-item__content ul > li:before {
  content: "•";
  position: absolute;
  left: -1em;
  color: #000;
}
.side-block .faq-item__content ul > li > ul {
  padding-left: 22px;
}
.side-block .faq-item__content ul > li > ul > li::before {
  content: "•";
  left: -1em;
  color: #000;
}
.side-block .faq-item__content .list-dashes > li {
  position: relative;
}
.side-block .faq-item__content .list-dashes > li:before {
  content: "" !important;
  width: 9px;
  height: 2px;
  top: 12px;
  background: #000000;
  position: absolute;
  left: -1em;
}
.side-block .faq-item__content .list-dashes > li > ul {
  padding-left: 22px;
}
.side-block .faq-item__content .list-dashes > li > ul > li::before {
  content: "" !important;
  width: 9px;
  height: 2px;
  top: 12px;
  left: -1em;
  background: #000000;
}
.side-block .faq-item__content .list-arrows > li {
  position: relative;
}
.side-block .faq-item__content .list-arrows > li:before {
  content: "›" !important;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  left: -1em;
  color: #000;
}
.side-block .faq-item__content .list-arrows > li > ul {
  padding-left: 22px;
}
.side-block .faq-item__content .list-arrows > li > ul > li::before {
  content: "›" !important;
  font-weight: 700;
  font-size: 18px;
  left: -1em;
  color: #000;
}
@media (max-width: 991px) {
  .side-block .faq-item__content {
    font-size: 16px;
    line-height: 130%;
  }
}
.side-block .faq-item__actions {
  padding: 20px 0px 40px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .side-block .faq-item__actions {
    padding: 10px 0px 20px 0px;
  }
}
.side-block .faq-item--active .faq-item__content {
  max-height: 500px;
}
.side-block .faq-item--active .plus div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}
.side-block .contact-block__contacts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 18px;
  row-gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #AAAAAA;
}
@media (max-width: 480px) {
  .side-block .contact-block__contacts {
    grid-template-columns: 100%;
  }
}
.side-block .contact-block__contacts .cont-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.side-block .contact-block__data {
  padding-top: 40px;
  font-size: 20px;
  line-height: 110%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .side-block .contact-block__data {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
  }
}
.side-block .contact-block__data p:nth-child(1) {
  margin-top: 0;
}
.side-block .contact-block__data .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 20px;
}
.side-block .contact-block__data .item:first-child {
  margin-top: 40px;
}
.side-block .contact-block__data .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .side-block .contact-block__data .item {
    gap: 10px;
  }
}
.side-block .contact-block .btn-arrow-2 {
  font-size: 18px;
}
@media (max-width: 991px) {
  .side-block .contact-block .btn-arrow-2 {
    font-size: initial;
    font-weight: 600;
  }
}
.side-block--dark {
  background: #000000;
  color: #fff;
}
.side-block--dark .section-text {
  color: #fff;
}
.side-block--invert .media-block {
  grid-column: 2;
}
@media (max-width: 991px) {
  .side-block--invert .media-block {
    grid-column: auto;
  }
}
.side-block--invert .data-block {
  grid-column: 1;
}
@media (max-width: 991px) {
  .side-block--invert .data-block {
    grid-column: auto;
  }
}

.side-block-2 {
  overflow: hidden;
  position: relative;
  padding: 200px 0px;
}
@media (max-width: 991px) {
  .side-block-2 {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .side-block-2 {
    padding: 70px 0px;
  }
}
.side-block-2__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
  grid-auto-flow: dense;
  position: relative;
}
@media (max-width: 991px) {
  .side-block-2__content {
    grid-template-columns: 100%;
    gap: 46px;
  }
}
.side-block-2__content--top {
  align-items: flex-start;
}
.side-block-2 .media-block {
  position: relative;
  width: 100%;
  min-height: 455px;
}
@media (max-width: 991px) {
  .side-block-2 .media-block {
    grid-row: 2;
  }
}
@media (max-width: 578px) {
  .side-block-2 .media-block {
    min-height: 360px;
  }
}
.side-block-2 .media-block__widget {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.side-block-2 .media-block__widget img {
  width: 300px;
  height: auto;
}
.side-block-2 .media-block__shape {
  position: absolute;
}
@media (max-width: 578px) {
  .side-block-2 .media-block__shape {
    width: 140px;
    height: auto;
  }
}
.side-block-2 .media-block__shape:nth-child(1) {
  top: 30px;
  left: 80px;
  animation: shape-tl 10s infinite linear;
}
@media (max-width: 767px) {
  .side-block-2 .media-block__shape:nth-child(1) {
    left: 0;
  }
}
@keyframes shape-tl {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  50% {
    transform: translate(20px, -20px) rotate(-20deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.side-block-2 .media-block__shape:nth-child(2) {
  top: 80px;
  right: 103px;
  animation: shape-tr 10s infinite linear;
}
@media (max-width: 767px) {
  .side-block-2 .media-block__shape:nth-child(2) {
    right: 0;
  }
}
@keyframes shape-tr {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  50% {
    transform: translate(20px, -20px) rotate(20deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.side-block-2 .media-block__shape:nth-child(3) {
  bottom: 20px;
  left: 70px;
  animation: shape-bl 10s infinite linear;
}
@media (max-width: 767px) {
  .side-block-2 .media-block__shape:nth-child(3) {
    left: 0;
  }
}
@keyframes shape-bl {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  50% {
    transform: translate(20px, -20px) rotate(-20deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.side-block-2 .media-block__shape:nth-child(4) {
  bottom: -10px;
  right: 70px;
  z-index: 6;
  animation: shape-br 10s infinite linear;
}
@media (max-width: 767px) {
  .side-block-2 .media-block__shape:nth-child(4) {
    right: 0;
  }
}
@keyframes shape-br {
  0% {
    transform: translate(0, 0) scale(1) rotate(0);
  }
  50% {
    transform: translate(20px, 20px) scale(1.2) rotate(-20deg);
  }
  100% {
    transform: translate(0, 0) scale(1) rotate(0);
  }
}
.side-block-2 .media-block-2 {
  width: 100%;
  min-height: 455px;
}
@media (max-width: 767px) {
  .side-block-2 .media-block-2 {
    min-height: 300px;
  }
}
.side-block-2 .media-block-2__widget {
  position: absolute;
  top: -80%;
  left: -54%;
  max-width: 2000px;
  width: 100%;
}
.side-block-2 .media-block-2__widget img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .side-block-2 .media-block-2__widget {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1230px;
  }
}
.side-block-2 .data-block {
  position: relative;
  z-index: 2;
}
.side-block-2 .data-block__items {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .side-block-2 .data-block__items {
    margin-top: 40px;
  }
}
.side-block-2 .data-block__items .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 40px;
}
.side-block-2 .data-block__items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .side-block-2 .data-block__items .item {
    margin-bottom: 20px;
  }
}
.side-block-2 .data-block__items .item__text {
  font-weight: 300;
}
.side-block-2--dark {
  background: #000000;
  color: #fff;
}
.side-block-2--invert .media-block {
  grid-column: 2;
}
@media (max-width: 991px) {
  .side-block-2--invert .media-block {
    grid-column: auto;
  }
}
.side-block-2--invert .data-block {
  grid-column: 1;
}
@media (max-width: 991px) {
  .side-block-2--invert .data-block {
    grid-column: auto;
  }
}

.posts-output__content {
  overflow: hidden;
  position: relative;
}
.posts-output__content .posts-fade {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 61%, rgb(255, 255, 255) 74%);
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.posts-output__content .posts-fade.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  animation: change-op 2s ease-in-out linear;
}
@keyframes change-op {
  100% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  0% {
    opacity: 1;
  }
}
.posts-output .swiper-slide {
  height: auto;
}
@media (max-width: 767px) {
  .posts-output .swiper-slide {
    max-width: 236px;
  }
}

.reviews {
  background: #000000;
  color: #fff;
  overflow: hidden;
}
.reviews__content {
  display: grid;
  grid-template-columns: 600px auto;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 1240px) {
  .reviews__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .reviews__content {
    grid-template-columns: 100%;
    gap: 46px;
  }
}
.reviews .data-block__action {
  margin-top: 80px;
}
.reviews .reviews-slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .reviews .reviews-slider {
    width: 100%;
    padding-left: 45px;
  }
}
.reviews .reviews-slider .swiper-wrapper {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .reviews .reviews-slider .swiper-wrapper {
    width: 100%;
  }
}
.reviews .reviews-slider__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0px 70px 0px 0px;
}
@media (max-width: 991px) {
  .reviews .reviews-slider__controls {
    padding: 0;
  }
}
.reviews .reviews-slider__prev, .reviews .reviews-slider__next {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: url(.././build/img/arrow-right.svg) no-repeat, #0CE564;
  background-position: center center;
  background-size: 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  .reviews .reviews-slider__prev, .reviews .reviews-slider__next {
    width: 50px;
    height: 50px;
    background-size: 15px;
  }
}
.reviews .reviews-slider__prev {
  transform: scale(-1, -1);
}
.reviews .reviews-slider__pagination {
  text-align: center;
  position: relative;
  margin: 40px auto 0px auto;
  z-index: 3;
}
.reviews .reviews-slider .swiper-wrapper {
  width: 72%;
}
@media (max-width: 767px) {
  .reviews .reviews-slider .swiper-wrapper {
    width: auto;
  }
}
.reviews .reviews-slider .swiper-slide:nth-child(3n) .review-item:after {
  background: rgba(0, 0, 0, 0.5);
}
.reviews .reviews-slider .swiper-slide:nth-child(4n) .review-item:after {
  background: rgba(0, 0, 0, 0.911);
}
.reviews .reviews-slider .swiper-slide:nth-child(5n) .review-item:after {
  background: rgba(0, 0, 0, 0.911);
}
.reviews .review-item {
  min-height: 370px;
  background: #3F3F3F;
  padding: 20px;
  color: #fff;
  max-width: 287px;
  cursor: grab;
  user-select: none;
  transition: all 1s ease-in-out;
  position: relative;
  overflow: hidden;
}
.reviews .review-item:after {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(63, 63, 63, 0.5);
  backdrop-filter: blur(5px);
  transition: all 1s ease-in-out;
  opacity: 1;
}
.reviews .review-item__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 23px;
  margin-bottom: 30px;
}
.reviews .review-item__img {
  width: 56px;
  height: 56px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.reviews .review-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews .review-item__title {
  max-width: 140px;
  font-size: 20px;
  font-weight: 600;
}
.reviews .review-item__content {
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 50px;
  max-width: 230px;
}
.reviews .review-item__foot {
  margin-top: auto;
  text-align: right;
  font-weight: 300;
}
@media (max-width: 767px) {
  .reviews .review-item__foot {
    font-size: 14px;
  }
  .reviews .review-item__foot strong {
    font-weight: 600;
  }
}
.reviews .swiper-slide {
  height: auto;
}
.reviews .swiper-slide-active {
  opacity: 1 !important;
}
.reviews .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.reviews .swiper-pagination-bullet {
  background: #303030;
  opacity: 1;
}
.reviews .swiper-pagination-bullet-active {
  background: #fff;
}
.reviews .swiper-slide-visible .review-item:after {
  opacity: 0;
}

.tabs-sec {
  overflow: hidden;
}
.tabs-sec .tabs-content {
  text-align: left;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .tabs-sec .tabs-content {
    margin-top: 40px;
  }
}
.tabs-sec .tabs-content__cont {
  display: none;
}
.tabs-sec .tabs-content__cont--active {
  display: block;
}
.tabs-sec .data-block {
  min-height: 650px;
  width: 100%;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
@media (max-width: 1320px) {
  .tabs-sec .data-block {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .tabs-sec .data-block {
    grid-template-columns: 100%;
  }
}
.tabs-sec .data-block__title {
  margin: 0;
  font-size: 40px;
  line-height: 90%;
  font-weight: 800;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .tabs-sec .data-block__title {
    font-size: 24px;
  }
}
.tabs-sec .data-block__text {
  font-size: 24px;
  font-weight: 300;
  line-height: 110%;
  color: #2E2E2E;
}
@media (max-width: 767px) {
  .tabs-sec .data-block__text {
    font-size: 16px;
  }
}
.tabs-sec .data-block__media {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.tabs-sec .data-block__media img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tabs-sec .data-block__gallery {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 40px;
}
.tabs-sec .data-block__gallery img {
  width: auto;
  height: 45px;
}
.table-block {
  overflow: hidden;
}
.table-block__content {
  overflow-y: auto;
}

.table-wrap {
  overflow-y: auto;
}
.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.table-wrap table thead {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 767px) {
  .table-wrap table thead {
    font-size: 12px;
    line-height: 120%;
  }
}
.table-wrap table thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.table-wrap table thead th {
  padding: 24px 0px;
}
.table-wrap table thead span {
  color: #0CE564;
}
.table-wrap table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.table-wrap table tbody tr th {
  padding: 17px 25px 17px 10px;
}
.table-wrap table tbody tr th:first-child {
  font-size: 24px;
  font-weight: 300;
  line-height: 110%;
  text-align: left;
  white-space: nowrap;
  position: sticky;
  z-index: 2;
  left: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .table-wrap table tbody tr th:first-child {
    font-size: 12px;
    max-width: 120px;
    white-space: wrap;
  }
}
.table-wrap table tbody tr td {
  min-width: 300px;
  padding: 17px 10px;
}
@media (max-width: 767px) {
  .table-wrap table tbody tr td {
    min-width: 130px;
  }
}
.table-wrap table tbody tr td .prop-wrap__icon {
  filter: grayscale(100%);
}
.table-wrap table tbody tr td:nth-child(2) {
  background: #F5F9F6;
}
.table-wrap table tbody tr td:nth-child(2) .prop-wrap__icon {
  filter: none;
}
.table-wrap table tbody tr .prop-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 8px;
}
.table-wrap table tbody tr .prop-wrap__icon {
  display: block;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-position: center center;
}
.table-wrap table tbody tr .prop-wrap__value {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .table-wrap table tbody tr .prop-wrap__value {
    font-size: 12px;
  }
}
.table-wrap table tbody tr .prop-wrap__message {
  text-align: center;
  max-width: 210px;
  position: absolute;
  bottom: 100%;
  padding: 14px;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  color: #2E2E2E;
  background: #F5F9F6;
  opacity: 0;
  transform: translateY(30%);
  transition: all 0.2s ease-in-out;
}
.table-wrap table tbody tr .prop-wrap--mess {
  cursor: pointer;
}
.table-wrap table tbody tr .prop-wrap--mess .prop-wrap__value::after {
  content: "";
  width: 100%;
  border-bottom: 1px dotted #000000;
}
.table-wrap table tbody tr .prop-wrap--mess:hover .prop-wrap__message {
  opacity: 1;
  transform: translateY(0);
}

.page-form {
  background: #ECE9E5;
}
.page-form .close-thank {
  display: none !important;
}
.page-form__content {
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
  gap: 50px;
  grid-auto-flow: dense;
}
@media (max-width: 991px) {
  .page-form__content {
    grid-template-columns: 100%;
    gap: 36px;
  }
}
.page-form .media-block {
  position: relative;
  width: 100%;
}
.page-form .media-block__widget {
  position: absolute;
  z-index: 5;
  left: -30px;
  bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.page-form .media-block__widget img {
  width: auto;
  height: auto;
}
@media (max-width: 1240px) {
  .page-form .media-block__widget img {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .page-form .media-block__widget img {
    width: 160px;
  }
}
@media (max-width: 1400px) {
  .page-form .media-block__widget {
    left: -10px;
  }
}
@media (max-width: 991px) {
  .page-form .media-block__widget {
    bottom: 42px;
  }
}
.page-form .media-block__inner {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 1240px) {
  .page-form .media-block__inner {
    width: 500px;
    min-height: 550px;
  }
}
@media (max-width: 991px) {
  .page-form .media-block__inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-form .media-block__inner {
    width: auto;
    min-height: 360px;
    border-radius: 16px;
  }
}
.page-form .media-block__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-form .media-block__quote {
  width: 100%;
  text-align: right;
}
.page-form .media-block__quote .q-top {
  padding: 30px 0px 20px 0px;
  border-bottom: 1px solid #000000;
}
.page-form .media-block__quote .q-top__text {
  width: 100%;
  font-size: 28px;
  line-height: 90%;
  font-weight: 600;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-form .media-block__quote .q-top__text:before {
  content: "";
  width: 62px;
  height: 52px;
  background: url(.././build/img/quote.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .page-form .media-block__quote .q-top__text {
    font-size: 18px;
  }
  .page-form .media-block__quote .q-top__text:before {
    width: 40px;
    height: 32px;
  }
}
.page-form .media-block__quote .q-bot {
  padding-top: 20px;
  font-size: 14px;
}
.page-form .media-block__quote .q-bot__name {
  font-weight: 500;
}
.page-form .media-block__quote .q-bot__role {
  font-weight: 300;
  color: rgba(31, 31, 31, 0.6);
}
.page-form .data-block__media {
  max-width: 550px;
  margin: 70px auto 0 auto;
}
.page-form .data-block__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .page-form .data-block__media {
    display: none;
  }
}
.page-form--invert .form-block {
  grid-column: 2;
}
@media (max-width: 991px) {
  .page-form--invert .form-block {
    grid-column: auto;
  }
}
.page-form--invert .data-block {
  grid-column: 1;
}
@media (max-width: 991px) {
  .page-form--invert .data-block {
    grid-column: auto;
  }
}
.page-form--center .page-form__content {
  grid-template-columns: 100%;
}
.page-form--center .data-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  min-height: 550px;
  width: 100%;
}
.form-block__loader-before {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: transparent;
  z-index: 5;
  padding: 40px 20px;
  user-select: none;
}
.form-block__loader-before:before {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px dashed #0CE564;
  animation: rotate-loader 15s linear infinite;
}
@keyframes rotate-loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.form-block__loader-before:after {
  content: "";
  width: 100px;
  height: 100px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(.././build/img/crpr-logo-simple-green.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.form-block__head {
  margin-bottom: 30px;
}
.form-block form {
  padding: 30px 20px;
  border-radius: 30px;
  background: #fff;
  max-width: 540px;
  position: relative;
}
.form-block form .btn {
  z-index: 0;
}

.form-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  padding: 40px 20px;
  user-select: none;
  visibility: hidden;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.form-loader:before {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px dashed #0CE564;
  animation: rotate-loader 15s linear infinite;
}
@keyframes rotate-loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.form-loader:after {
  content: "";
  width: 100px;
  height: 100px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(.././build/img/crpr-logo-simple-green.svg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.form-loader--active {
  visibility: visible;
  opacity: 1;
}

.form-thank {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0FAF4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 5;
  border-radius: 20px;
}
.form-thank__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.form-thank__close div {
  width: 20px;
  height: 1px;
  background: #2E2E2E;
  position: absolute;
  top: 50%;
  left: 50%;
}
.form-thank__close div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-thank__close div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-thank__close:hover {
  background: rgba(12, 229, 100, 0.1490196078);
}
.form-thank__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.form-thank__data {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 420px;
}
.form-thank__data:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(.././build/img/thank-icon.svg) no-repeat;
  background-size: cover;
}
.form-thank__title {
  font-size: 40px;
  line-height: 90%;
  font-weight: 800;
}
.form-thank__text {
  font-weight: 300;
}
.form-thank__actions {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-thank--active {
  visibility: visible;
  opacity: 1;
}

.awards {
  position: relative;
  overflow: hidden;
}
.awards:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 29.39%, rgba(255, 255, 255, 0) 69.65%, #FFFFFF 100%);
}
.awards .tabs-block {
  position: relative;
  z-index: 3;
}
.awards .marquee {
  width: 100%;
}
.awards .marquee__inner {
  animation-direction: reverse;
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  will-change: transform;
}
@media (max-width: 991px) {
  .awards .marquee__inner {
    gap: 50px;
  }
}
.awards .marquee .marq-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 380px;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .awards .marquee .marq-item {
    min-width: 150px;
  }
}
.awards .marquee .marq-item__text {
  margin-top: 20px;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px) {
  .awards .marquee .marq-item__text {
    font-size: 12px;
    margin-top: 15px;
    line-height: 120%;
  }
}
.awards .marquee .marq-item img {
  filter: invert(100%);
  width: auto;
  height: 62px;
}
@media (max-width: 767px) {
  .awards .marquee .marq-item img {
    height: 30px;
  }
}
.awards--dark {
  background: #000000;
  color: #fff;
}
.awards--dark .tab {
  color: rgba(255, 255, 255, 0.7);
}
.awards--dark .tab--active {
  color: #fff;
}
.awards--dark .tab--active:before {
  background: #fff;
}
.awards--dark .tabs-block:before {
  color: rgba(255, 255, 255, 0.7);
}
.awards--dark:after {
  display: none;
}
.awards--dark .marq-item img {
  filter: unset !important;
}
.awards--dark .marq-item__text {
  color: rgba(255, 255, 255, 0.7);
}

.history {
  overflow: hidden;
}
.history__content {
  position: relative;
}
.history__content:before {
  content: "";
  width: 200px;
  height: 100%;
  background: linear-gradient(-89.95deg, rgba(255, 255, 255, 0) -8.57%, #FFFFFF 99.96%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .history__content:before {
    width: 100px;
  }
}
.history__content:after {
  content: "";
  width: 200px;
  height: 100%;
  background: linear-gradient(89.95deg, rgba(255, 255, 255, 0) -8.57%, #FFFFFF 99.96%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .history__content:after {
    width: 100px;
  }
}
.history .history-slider {
  position: relative;
}
.history .swiper-slide {
  cursor: grab;
  height: auto;
  transition: transform 0.3s ease-in-out;
  max-width: 420px;
}
@media (max-width: 767px) {
  .history .swiper-slide {
    max-width: 290px;
  }
}
.history .swiper-slide:last-child .hist-item:after {
  display: none;
}
.history .swiper-pagination-bullet {
  background: #C6C6C6;
  opacity: 1;
}
.history .swiper-pagination-bullet-active {
  background: #000000;
}

.hist-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 60px 0px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .hist-item {
    padding: 40px 20px 0px 20px;
  }
}
.hist-item:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
}
.hist-item:after {
  content: "";
  width: 100%;
  border-bottom: 1px dotted #000000;
  position: absolute;
  top: 4px;
  left: 100%;
  transform: translate(-50%, 0);
}
.hist-item__title {
  padding: 40px 0px 20px 0px;
  font-size: 80px;
  line-height: 94%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hist-item__title {
    font-size: 50px;
  }
}
.hist-item__text {
  max-width: 300px;
  border-top: 1px solid #DCDCDC;
  padding-top: 20px;
  font-weight: 300;
}

.history-2 {
  overflow: hidden;
}
.history-2__content {
  position: relative;
}
.history-2 .history-slider {
  position: relative;
}
.history-2 .swiper-slide {
  cursor: grab;
  height: auto;
  transition: transform 0.3s ease-in-out;
  max-width: 420px;
}
@media (max-width: 767px) {
  .history-2 .swiper-slide {
    max-width: 290px;
  }
}
.history-2 .swiper-slide:last-child .hist-item:after {
  display: none;
}
.history-2 .swiper-pagination-bullet {
  background: #C6C6C6;
  opacity: 1;
}
.history-2 .swiper-pagination-bullet-active {
  background: #000000;
}

.hist-row {
  display: grid;
  grid-template-columns: 1fr 126px 1fr;
  gap: 20px;
  overflow: hidden;
  padding-bottom: 80px;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .hist-row {
    grid-template-columns: 50px auto;
    gap: 0;
  }
}
.hist-row__data, .hist-row__icon, .hist-row__media {
  grid-row: 1;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .hist-row__data, .hist-row__icon, .hist-row__media {
    padding-top: 0;
  }
}
.hist-row__data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 767px) {
  .hist-row__data {
    grid-row: 1;
    align-items: flex-start;
    text-align: left;
  }
}
.hist-row__icon {
  position: relative;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .hist-row__icon {
    grid-row: 1/3;
    grid-column: 1;
    padding: 5px;
  }
}
.hist-row__icon .ic-cont {
  width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.hist-row__icon .ic-cont img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .hist-row__icon .ic-cont {
    width: 28px;
    height: 28px;
  }
}
.hist-row__icon:before {
  content: "";
  width: 100%;
  height: 200%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: transform 2s linear;
  transform-origin: bottom;
}
.hist-row__icon:after {
  content: "";
  height: 200%;
  border-left: 1px dotted #000000;
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: -1;
}
.hist-row__icon--active .ic-cont {
  animation: pop-icon 0.5s forwards linear;
}
.hist-row__icon--active:before {
  transform: scaleY(0);
}
@keyframes pop-icon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.hist-row__media {
  max-width: 430px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-right: auto;
}
@media (max-width: 767px) {
  .hist-row__media {
    grid-row: 2/3;
    margin-top: 20px;
  }
}
.hist-row__media .media-cont {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hist-row__media .media-cont img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: -10%;
  left: 0;
  right: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .hist-row__media .media-cont {
    height: 287px;
  }
}
.hist-row__title {
  font-size: 80px;
  font-weight: 700;
  line-height: 94%;
  color: #0BCE5A;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hist-row__title {
    font-size: 50px;
  }
}
.hist-row__label {
  padding: 2px 14px;
  border-radius: 50px;
  color: #2E2E2E;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #000000;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hist-row__label {
    font-size: 12px;
  }
}
.hist-row__text {
  max-width: 286px;
  font-size: 16px;
  font-weight: 700;
}
.hist-row:nth-child(2n) .side-fader {
  transform: translate(-50%, -50%) scale(-1, -1);
}
.hist-row:nth-child(2n) .hist-row__media {
  grid-column: 1;
  margin-right: unset;
  margin-left: auto;
}
@media (max-width: 767px) {
  .hist-row:nth-child(2n) .hist-row__media {
    grid-column: initial;
  }
}
.hist-row:nth-child(2n) .hist-row__data {
  grid-column: 3;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 767px) {
  .hist-row:nth-child(2n) .hist-row__data {
    grid-column: initial;
  }
}
.hist-row:first-child {
  margin-top: 0;
}
.hist-row:last-child {
  padding-bottom: 0;
}
.hist-row:last-child .hist-row__icon:after {
  display: none;
}

.items-sec {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 920px;
  background: #ECE9E5;
  padding: 150px 0px;
}
@media (max-width: 767px) {
  .items-sec {
    min-height: auto;
  }
}
.items-sec .sec-head,
.items-sec .sec-actions {
  position: relative;
  z-index: 5;
}
.items-sec .section-title {
  max-width: 436px;
}
.items-sec__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.3);
}
.items-sec__media:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1254901961);
}
.items-sec__media img,
.items-sec__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
}
.items-sec__content {
  margin: 106px 0px 50px 0px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
@media (max-width: 767px) {
  .items-sec__content {
    margin: 50px 0px 30px 0px;
  }
}
.items-sec__content .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  max-width: 280px;
}
.items-sec__content .item__title {
  font-size: 24px;
  line-height: 110%;
  font-weight: 700;
}
.items-sec__content .item__text {
  font-weight: 600;
}
.items-sec--dark {
  color: #000000;
}

.side-fader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.side-fader__el {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.side-fader__el:nth-child(1) {
  background: #0CE564;
  z-index: 6;
  width: 15%;
}
.side-fader__el:nth-child(2) {
  background: #6DEFA2;
  z-index: 5;
  width: 30%;
}
.side-fader__el:nth-child(3) {
  background: #A8F4C7;
  z-index: 4;
  width: 45%;
}
.side-fader__el:nth-child(4) {
  background: #C0F6D6;
  z-index: 3;
  width: 60%;
}
.side-fader__el:nth-child(5) {
  background: #D8F8E5;
  z-index: 2;
  width: 75%;
}
.side-fader__el:nth-child(6) {
  background: #F0FAF4;
  z-index: 1;
  width: 90%;
}
.side-fader__el:nth-child(7) {
  background: #fff;
  z-index: 0;
  width: 100%;
}

.team-sec {
  position: relative;
  overflow: hidden;
}
.team-sec .item {
  min-height: 920px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}
@media (max-width: 1360px) {
  .team-sec .item {
    max-width: 1240px;
  }
}
@media (max-width: 1240px) {
  .team-sec .item {
    max-width: 991px;
  }
}
.team-sec .item__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.team-sec .item__media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
@media (max-width: 991px) {
  .team-sec .item__media img {
    object-position: top 0 right -150px;
  }
}
.team-sec .item__wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 90px;
}
.team-sec .item__data {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  max-width: 592px;
  width: 100%;
  z-index: 2;
  margin-right: auto;
  transition: all 2s ease-in-out;
  opacity: 0;
  transform: translateX(-100%);
}
@media (max-width: 1024px) {
  .team-sec .item__data {
    margin-left: 100px;
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  .team-sec .item__data {
    margin-top: auto;
    margin-right: 0;
    margin-bottom: 100px;
    margin-left: auto;
  }
}
.team-sec .item__text {
  font-size: 34px;
  font-weight: 400;
  line-height: 110%;
  padding-bottom: 30px;
  position: relative;
}
.team-sec .item__text:before {
  content: "";
  width: 62px;
  height: 52px;
  background: url(.././build/img/quote-green.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: calc(100% + 40px);
  left: 0;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 2s ease-in-out;
}
@media (max-width: 1024px) {
  .team-sec .item__text:before {
    bottom: unset;
    left: unset;
    right: calc(100% + 30px);
  }
}
@media (max-width: 1240px) {
  .team-sec .item__text {
    font-size: 28px;
    line-height: 90%;
  }
}
@media (max-width: 1024px) {
  .team-sec .item__text {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .team-sec .item__text {
    font-size: 20px;
    max-width: 220px;
    line-height: 100%;
  }
  .team-sec .item__text:after {
    width: 100vh;
    right: 0;
  }
}
.team-sec .item__name {
  margin-top: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
  margin-left: auto;
}
@media (max-width: 767px) {
  .team-sec .item__name {
    margin-top: 20px;
  }
}
.team-sec .item__role {
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
  text-align: right;
  margin-left: auto;
}
@media (max-width: 767px) {
  .team-sec .item__role {
    color: rgba(255, 255, 255, 0.6);
  }
}
.team-sec .item__controls {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.team-sec .team-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 2560px;
  margin: 0 auto;
}
.team-sec .team-slider__control {
  width: 50px;
  height: 50px;
  background: url(.././build/img/slider-arrow-green.svg) no-repeat;
  background-size: 40%;
  background-position: center center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.team-sec .team-slider__control-prev {
  transform: scale(-1, -1);
}
.team-sec .team-slider__control:hover {
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .team-sec .team-slider__control {
    display: none;
  }
}
.team-sec .team-slider__pagination {
  position: absolute;
  z-index: 2;
  bottom: 10% !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}
@media (min-width: 767px) {
  .team-sec .team-slider__pagination {
    display: none;
  }
}
.team-sec .team-slider__pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3019607843);
}
.team-sec .team-slider__pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.team-sec .swiper-wrapper {
  height: 100%;
}
.team-sec .swiper-slide {
  height: auto;
  overflow: hidden;
  cursor: grab;
}
.team-sec .swiper-slide:before {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767px) {
  .team-sec .swiper-slide:before {
    width: 100%;
    height: 70%;
    top: unset;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.team-sec .swiper-button-disabled {
  filter: grayscale(100%);
  opacity: 0.3;
}
.team-sec .swiper-slide-active .item__data {
  opacity: 1;
  transform: translateX(0%);
}
.team-sec .swiper-slide-active .item__text:before {
  opacity: 1;
  transform: translateY(0px);
}

.video-section {
  overflow: hidden;
}
.video-section__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-section__content .ill-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 24px;
  min-height: 550px;
}
@media (max-width: 991px) {
  .video-section__content .ill-block {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .video-section__content .ill-block {
    min-height: 350px;
  }
}
.video-section__content .ill-block .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-section__content .ill-block a {
  color: #fff;
}
.video-section__content .ill-block__poster {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.video-section__content .ill-block__poster img {
  width: 115%;
  height: 115%;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .video-section__content .ill-block__poster img {
    border-radius: 16px;
  }
}
.video-section--dark {
  background: #000000;
  color: #fff;
}
.video-section--dark .section-text {
  color: #fff;
}

.play-button {
  cursor: pointer;
  position: relative;
}
.play-button__inner {
  width: 124px;
  height: 124px;
  background: url(.././build/img/play-video.svg) no-repeat, #fff;
  border-radius: 50%;
  background-size: 70%;
  background-position: center;
  position: relative;
  z-index: 2;
  transition: all 0.7s ease-in-out;
  border: 10px solid #0CE564;
}
@media (max-width: 767px) {
  .play-button__inner {
    width: 100px;
    height: 100px;
  }
}
.play-button:before {
  content: "";
  width: 144px;
  height: 144px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(12, 229, 100, 0.3019607843);
  border-radius: 50%;
  transition: all 0.7s ease-in-out;
  transition-delay: 0.1s;
}
@media (max-width: 767px) {
  .play-button:before {
    width: 124px;
    height: 124px;
  }
}
.play-button:after {
  content: "";
  width: 164px;
  height: 164px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(12, 229, 100, 0.1490196078);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.7s ease-in-out;
  transition-delay: 0.2s;
}
@media (max-width: 767px) {
  .play-button:after {
    width: 144px;
    height: 144px;
  }
}
.play-button:hover .play-button__inner {
  transform: scale(1.1);
}
.play-button:hover:before, .play-button:hover:after {
  transform: translate(-50%, -50%) scale(0);
}

.side-video-section {
  overflow: hidden;
}
.side-video-section__content {
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 767px) {
  .side-video-section__content {
    grid-template-columns: 100%;
    border-radius: 16px;
  }
}
.side-video-section__content .info-block {
  padding: 64px;
  background: #ECE9E5;
}
.side-video-section__content .info-block .sec-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .side-video-section__content .info-block {
    padding: 40px;
  }
}
.side-video-section__content .ill-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .side-video-section__content .ill-block {
    min-height: 350px;
  }
}
.side-video-section__content .ill-block a {
  color: #fff;
}
.side-video-section__content .ill-block__poster {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.side-video-section__content .ill-block__poster img {
  width: 105%;
  height: 105%;
  object-fit: cover;
}

.logos-block {
  overflow: hidden;
}
.logos-block__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 64px;
  border-radius: 24px;
  background: #ECE9E5;
}
@media (max-width: 991px) {
  .logos-block__content {
    grid-template-columns: 100%;
    gap: 64px;
  }
}
@media (max-width: 767px) {
  .logos-block__content {
    padding: 35px 15px;
    gap: 40px;
  }
}
.logos-block__content .info-block .sec-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.logos-block__content .items-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 35px;
  column-gap: 75px;
}
@media (max-width: 767px) {
  .logos-block__content .items-block {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 35px;
  }
}
.logos-block__content .item {
  border-radius: 16px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.logos-block__content .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: invert(100%);
}
.logos-block__content .item--link:hover {
  opacity: 0.7;
}

.events-hero {
  margin: 200px auto 50px auto;
  position: relative;
}
@media (max-width: 991px) {
  .events-hero {
    margin: 120px auto 50px auto;
  }
}
.events-hero__content .section-title {
  max-width: 450px;
}

.events-main .post-layout {
  margin-bottom: 0;
}

.events-grid {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .events-grid .container {
    padding: 0;
  }
}
.events-grid__head {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.events-grid__head:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 1px;
  left: 0;
}
@media (max-width: 991px) {
  .events-grid__head {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .events-grid__head {
    grid-template-columns: 100%;
    margin-bottom: 0;
  }
  .events-grid__head:before {
    display: none;
  }
}
.events-grid__content .events-plate:nth-child(1) .event-item:nth-child(1) {
  background: #ECE9E5;
  border-radius: 24px;
}
.events-grid__content .events-plate:nth-child(1) .event-item:nth-child(1) .speaker__cont {
  border-color: #ECE9E5;
}
@media (max-width: 991px) {
  .events-grid__content .events-plate:nth-child(1) .event-item:nth-child(1) {
    border-radius: 0px;
  }
}
.events-grid__content .events-plate:nth-child(1) .event-item:nth-child(1) .event-item__date {
  background: #fff;
}
.events-grid .tabs-block {
  margin: 0px auto 0px 0px;
}
.events-grid .tabs-block:before {
  display: none !important;
}
@media (max-width: 767px) {
  .events-grid .tabs-block {
    width: 100%;
    justify-content: flex-start;
  }
  .events-grid .tabs-block:before {
    display: block !important;
  }
}
.events-grid .events-filter__intro {
  display: none;
}
@media (max-width: 767px) {
  .events-grid .events-filter__intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
    font-weight: 500;
    width: 100%;
  }
  .events-grid .events-filter__intro:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(.././build/img/arrow-down.svg) no-repeat;
    background-size: 60%;
    background-position: center center;
    transition: all 0.2s ease-in-out;
  }
}
.events-grid .events-filter__drops {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .events-grid .events-filter__drops {
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.5s ease-in-out;
    max-height: 0px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    z-index: 2;
    padding: 0;
    gap: 0px;
  }
  .events-grid .events-filter__drops .choices {
    padding: 0px 15px;
  }
  .events-grid .events-filter__drops #filter-reset {
    padding: 15px;
  }
  .events-grid .events-filter__drops .choices {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .events-grid .events-filter__drops .choices:after {
    right: 20px;
  }
  .events-grid .events-filter__drops .choices .is-highlighted {
    overflow: hidden;
    background: transparent;
    color: #0CE564;
  }
}
@media (max-width: 767px) {
  .events-grid .events-filter--active .events-filter__intro:after {
    transform: scale(1, -1);
  }
  .events-grid .events-filter--active .events-filter__drops {
    max-height: max-content;
    visibility: visible;
  }
}
.events-grid .events-filter .choices {
  width: auto;
  height: 20px;
}
.events-grid .events-filter .choices:after {
  top: 10px;
}
@media (max-width: 767px) {
  .events-grid .events-filter .choices {
    width: 100%;
    height: auto;
    font-size: 16px;
  }
}
.events-grid .events-filter .choices__inner {
  background: transparent;
}
@media (max-width: 767px) {
  .events-grid .events-filter .choices__inner {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
}
.events-grid .events-filter .choices__placeholder {
  opacity: 1;
  font-weight: 500;
}
.events-grid .events-filter .choices__list--single {
  padding: 0px 30px 0px 0px;
}
@media (max-width: 767px) {
  .events-grid .events-filter .choices__list--single .choices__item {
    font-size: 14px;
    color: rgba(31, 31, 31, 0.6) !important;
  }
}
.events-grid .events-filter .choices__list--single .choices__item--selectable {
  opacity: 1;
  font-weight: 500;
}
.events-grid .events-filter .choices__list--dropdown {
  width: 180px;
  margin-top: 20px;
  padding: 10px 0px;
}
@media (max-width: 767px) {
  .events-grid .events-filter .choices__list--dropdown {
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    border-radius: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .events-grid .events-filter .choices__item {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .events-grid .events-filter .choices__item--choice {
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  .events-grid .events-filter .choices .choices__list--dropdown,
  .events-grid .events-filter .choices .choices__list[aria-expanded=true] {
    position: static !important;
  }
}
.events-grid .events-filter .choices__list--dropdown {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.events-grid .events-filter .choices.is-open .choices__list--dropdown {
  opacity: 1;
  transform: translateY(0);
}
.events-grid .events-filter #filter-reset {
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.events-grid .events-filter.active #filter-reset {
  color: #000000;
  pointer-events: all;
}
.events-grid .events-plate {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.events-grid .events-plate--active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.events-empty {
  padding: 70px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(12, 229, 100, 0.1019607843);
}
.events-empty__inner {
  font-size: 20px;
  font-weight: 500;
}

.event-item {
  padding: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .event-item {
    padding: 33px 20px;
  }
}
.event-item:last-child {
  border-bottom: none;
}
.event-item__intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 18px;
}
@media (max-width: 767px) {
  .event-item__intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
}
.event-item__date {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 50px;
  background: #ECE9E5;
  width: max-content;
  margin-bottom: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.event-item__date:before {
  content: "";
  min-width: 24px;
  min-height: 24px;
  background: url(.././build/img/calendar.svg);
}
.event-item__location {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #777575;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.event-item__location:before {
  content: "";
  min-width: 24px;
  min-height: 24px;
  background: url(.././build/img/location.svg);
}
.event-item__experts {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 10px;
}
.event-item__content {
  margin-top: 20px;
}
.event-item__text {
  line-height: 150%;
  font-size: 18px;
}
.event-item__text p:nth-child(1) {
  margin: 0;
}
.event-item__actions {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
.event-item__actions a,
.event-item__actions button {
  min-width: 150px;
}
.event-item .speaker {
  position: relative;
  margin-right: -10px;
}
.event-item .speaker__cont {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid #fff;
}
.event-item .speaker__cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-item .speaker__data {
  position: absolute;
  top: calc(-100% - 13px);
  left: 50%;
  margin: 0 auto;
  gap: 25px;
  min-width: 266px;
  text-align: center;
  background: #000000;
  color: #fff;
  padding: 16px 24px;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -10px) scale(0.8);
  transform-origin: bottom;
}
.event-item .speaker__data:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #000000;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 991px) {
  .event-item .speaker__data {
    min-width: 220px;
    left: unset;
    right: 0;
    transform: translate(0%, -10px) scale(0.8);
  }
  .event-item .speaker__data:after {
    left: unset;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .event-item .speaker__data {
    min-width: 220px;
    left: 0;
    right: unset;
  }
  .event-item .speaker__data:after {
    left: 20px;
    right: unset;
  }
}
.event-item .speaker__title {
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .event-item .speaker__title {
    font-size: 16px;
  }
}
.event-item .speaker__position {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
@media (max-width: 991px) {
  .event-item .speaker__position {
    font-size: 12px;
  }
}
.event-item .speaker:hover .speaker__data {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -10px) scale(1);
}
@media (max-width: 991px) {
  .event-item .speaker:hover .speaker__data {
    transform: translate(0%, -10px) scale(1);
  }
}

.event-screen {
  padding: 200px 0px 140px 0px;
  position: relative;
  background-color: #ECE9E5;
}
@media (max-width: 991px) {
  .event-screen {
    padding: 120px 0px 50px 0px;
  }
}
.event-screen__content {
  display: grid;
  grid-template-columns: 663px auto;
  gap: 48px;
}
@media (max-width: 1240px) {
  .event-screen__content {
    grid-template-columns: 450px auto;
  }
}
@media (max-width: 767px) {
  .event-screen__content {
    grid-template-columns: 100%;
    gap: 32px;
  }
}
.event-screen .info-block__props {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}
.event-screen .info-block .prop {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6980392157);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: relative;
  line-height: 1;
}
.event-screen .info-block .prop:before {
  content: "";
  width: 24px;
  height: 24px;
}
.event-screen .info-block .prop-date:before {
  background: url(.././build/img/calendar.svg) no-repeat;
}
.event-screen .info-block .prop-time:before {
  background: url(.././build/img/time.svg) no-repeat;
}
.event-screen .info-block .prop-location:before {
  background: url(.././build/img/location.svg) no-repeat;
}
.event-screen .info-block .section-text {
  font-weight: 300;
  color: #000000;
}
@media (max-width: 767px) {
  .event-screen .info-block .section-title {
    font-size: 30px;
    line-height: 90%;
  }
}
.event-screen .info-block .sec-actions {
  margin-top: 48px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .event-screen .info-block .sec-actions {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .event-screen .info-block .sec-actions button,
  .event-screen .info-block .sec-actions a,
  .event-screen .info-block .sec-actions .btn-inner {
    width: 100%;
  }
}
.event-screen .ill-block {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .event-screen .ill-block {
    grid-row: 1;
    border-radius: 12px;
  }
}
.event-screen .ill-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-form-widget {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1240px) {
  .side-form-widget {
    display: none;
  }
}
.side-form-widget__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 94%;
}
.side-form-widget__info {
  font-size: 14px;
  font-weight: 300;
  margin: 30px 0px;
  border: 1px solid rgba(31, 31, 31, 0.1019607843);
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.side-form-widget__info p {
  margin: 0;
}
.side-form-widget__info:before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  background: url(.././build/img/info.svg) no-repeat;
  margin-right: 12px;
}
.side-form-widget .form-block form {
  padding: 0;
}
.side-form-widget .form-block .form-thank,
.side-form-widget .form-block .form-loader {
  border-radius: 0px;
}

.post-experts {
  margin-bottom: 64px;
}
.post-experts__title {
  margin-top: 60px;
  font-size: 40px;
  font-weight: 800;
  line-height: 90%;
}
.post-experts__title:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .post-experts__title {
    font-size: 30px;
    line-height: 90%;
    margin-top: 20px;
  }
  .post-experts__title br {
    display: none;
  }
}
.post-experts__title h1,
.post-experts__title h2,
.post-experts__title h3,
.post-experts__title h4,
.post-experts__title h5,
.post-experts__title h6 {
  margin-top: 60px;
  font-size: 40px;
  font-weight: 800;
  line-height: 90%;
}
.post-experts__title h1:first-child,
.post-experts__title h2:first-child,
.post-experts__title h3:first-child,
.post-experts__title h4:first-child,
.post-experts__title h5:first-child,
.post-experts__title h6:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .post-experts__title h1,
  .post-experts__title h2,
  .post-experts__title h3,
  .post-experts__title h4,
  .post-experts__title h5,
  .post-experts__title h6 {
    font-size: 30px;
    line-height: 90%;
    margin-top: 20px;
  }
  .post-experts__title h1 br,
  .post-experts__title h2 br,
  .post-experts__title h3 br,
  .post-experts__title h4 br,
  .post-experts__title h5 br,
  .post-experts__title h6 br {
    display: none;
  }
}
.post-experts .post-experts-slider {
  overflow: hidden;
  margin-top: 48px;
  position: relative;
}
.post-experts .post-experts-slider__slide {
  border-radius: 24px;
  background: #ECE9E5;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 300px;
  cursor: grab;
}
@media (max-width: 767px) {
  .post-experts .post-experts-slider__slide {
    grid-template-columns: auto 250px;
  }
}
@media (max-width: 578px) {
  .post-experts .post-experts-slider__slide {
    grid-template-columns: 100%;
  }
}
.post-experts .post-experts-slider .slide-data {
  padding: 48px;
}
@media (max-width: 578px) {
  .post-experts .post-experts-slider .slide-data {
    padding: 24px 32px;
  }
}
.post-experts .post-experts-slider .slide-data__intro {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.post-experts .post-experts-slider .slide-data__name {
  font-size: 28px;
  line-height: 110%;
  font-weight: 800;
}
@media (max-width: 767px) {
  .post-experts .post-experts-slider .slide-data__name {
    font-size: 24px;
    line-height: 110%;
  }
}
.post-experts .post-experts-slider .slide-data__position {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}
.post-experts .post-experts-slider .slide-data__text {
  font-size: 16px;
  line-height: 130%;
  font-weight: 300;
  margin-top: 20px;
}
.post-experts .post-experts-slider .slide-data__linkedin {
  min-width: 24px;
  min-height: 24px;
  background: url(.././build/img/linkedin-light.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .post-experts .post-experts-slider .slide-data__linkedin {
    min-width: 16px;
    min-height: 16px;
  }
}
.post-experts .post-experts-slider .slide-media {
  overflow: hidden;
  min-height: 364px;
  position: relative;
}
@media (max-width: 578px) {
  .post-experts .post-experts-slider .slide-media {
    grid-row: 1;
    min-height: 320px;
  }
}
.post-experts .post-experts-slider .slide-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.post-experts .post-experts-slider__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: max-content;
  position: absolute;
  bottom: 53px;
  left: 48px;
  z-index: 2;
}
@media (max-width: 767px) {
  .post-experts .post-experts-slider__controls {
    bottom: unset;
    left: unset;
    position: relative;
    margin: 32px auto 0 auto;
  }
}
.post-experts .post-experts-slider__pagination {
  justify-content: center;
  align-content: center;
  text-align: center;
  position: relative;
  top: unset !important;
  bottom: unset !important;
}
.post-experts .post-experts-slider__pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.post-experts .post-experts-slider__pagination .swiper-pagination-bullet-active {
  background: #000000 !important;
}
@media (max-width: 767px) {
  .post-experts .post-experts-slider__pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.1);
  }
}
.post-experts .post-experts-slider__control {
  background: url(.././build/img/slider-arrow-black.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.post-experts .post-experts-slider__control-prev {
  transform: scale(-1, -1);
}

.post-speakers {
  margin-top: 42px;
  margin-bottom: 64px;
}
.post-speakers__title {
  margin-top: 60px;
  font-size: 40px;
  font-weight: 800;
  line-height: 90%;
}
.post-speakers__title:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .post-speakers__title {
    font-size: 30px;
    line-height: 90%;
    margin-top: 20px;
  }
  .post-speakers__title br {
    display: none;
  }
}
.post-speakers__title h1,
.post-speakers__title h2,
.post-speakers__title h3,
.post-speakers__title h4,
.post-speakers__title h5,
.post-speakers__title h6 {
  margin-top: 60px;
  font-size: 40px;
  font-weight: 800;
  line-height: 90%;
}
.post-speakers__title h1:first-child,
.post-speakers__title h2:first-child,
.post-speakers__title h3:first-child,
.post-speakers__title h4:first-child,
.post-speakers__title h5:first-child,
.post-speakers__title h6:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .post-speakers__title h1,
  .post-speakers__title h2,
  .post-speakers__title h3,
  .post-speakers__title h4,
  .post-speakers__title h5,
  .post-speakers__title h6 {
    font-size: 30px;
    line-height: 90%;
    margin-top: 20px;
  }
  .post-speakers__title h1 br,
  .post-speakers__title h2 br,
  .post-speakers__title h3 br,
  .post-speakers__title h4 br,
  .post-speakers__title h5 br,
  .post-speakers__title h6 br {
    display: none;
  }
}
.post-speakers .post-speakers-slider {
  overflow: hidden;
  margin-top: 48px;
  position: relative;
}
.post-speakers .post-speakers-slider__slide {
  border-radius: 24px;
  background: #ECE9E5;
  overflow: hidden;
  cursor: grab;
  height: 100%;
}
.post-speakers .post-speakers-slider .slide-data {
  padding: 20px 24px;
}
.post-speakers .post-speakers-slider .slide-data__intro {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.post-speakers .post-speakers-slider .slide-data__name {
  font-size: 20px;
  line-height: 90%;
  font-weight: 800;
}
.post-speakers .post-speakers-slider .slide-data__position {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}
.post-speakers .post-speakers-slider .slide-data__text {
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  margin-top: 12px;
}
.post-speakers .post-speakers-slider .slide-data__linkedin {
  min-width: 16px;
  min-height: 16px;
  background: url(.././build/img/linkedin-light.svg) no-repeat;
  background-size: cover;
}
.post-speakers .post-speakers-slider .slide-media {
  overflow: hidden;
  min-height: 269px;
  position: relative;
}
@media (max-width: 578px) {
  .post-speakers .post-speakers-slider .slide-media {
    min-height: 280px;
  }
}
.post-speakers .post-speakers-slider .slide-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.post-speakers .post-speakers-slider__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .post-speakers .post-speakers-slider__controls {
    bottom: unset;
    left: unset;
    position: relative;
    margin: 32px auto 0 auto;
  }
}
.post-speakers .post-speakers-slider__pagination {
  justify-content: center;
  align-content: center;
  text-align: center;
  position: relative;
  top: unset !important;
  bottom: unset !important;
}
.post-speakers .post-speakers-slider__pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.post-speakers .post-speakers-slider__pagination .swiper-pagination-bullet-active {
  background: #000000 !important;
}
.post-speakers .post-speakers-slider__control {
  background: url(.././build/img/slider-arrow-black.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.post-speakers .post-speakers-slider__control-prev {
  transform: scale(-1, -1);
}
.post-speakers .post-speakers-slider .swiper-slide {
  height: auto;
}

.post-agenda {
  margin-bottom: 56px;
}
.post-agenda__title {
  margin-top: 60px;
  font-size: 40px;
  font-weight: 800;
  line-height: 90%;
}
.post-agenda__title:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .post-agenda__title {
    font-size: 30px;
    line-height: 90%;
    margin-top: 20px;
  }
  .post-agenda__title br {
    display: none;
  }
}
.post-agenda__subtitle {
  font-size: 18px;
  margin-top: 24px;
}
.post-agenda__actions {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.post-agenda__content {
  margin-top: 64px;
}
.post-agenda .data-row__head {
  display: grid;
  grid-template-columns: 185px 56px auto;
  gap: 32px;
  align-items: center;
}
@media (max-width: 767px) {
  .post-agenda .data-row__head {
    grid-template-columns: 75px 56px auto;
    gap: 16px;
  }
}
.post-agenda .data-row__date {
  font-size: 18px;
  font-weight: 800;
  text-align: right;
}
@media (max-width: 767px) {
  .post-agenda .data-row__date {
    font-size: 16px;
    line-height: 130%;
  }
}
.post-agenda .data-row__title {
  font-size: 28px;
  line-height: 110%;
  font-weight: 800;
}
@media (max-width: 767px) {
  .post-agenda .data-row__title {
    font-size: 24px;
  }
}
.post-agenda .data-row__shape {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 8px solid rgba(12, 229, 100, 0.6509803922);
  background: #fff;
  position: relative;
  margin: 0 auto;
}
.post-agenda .data-row__shape:before {
  content: "";
  width: 40px;
  height: 40px;
  background: rgba(12, 229, 100, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
.post-agenda .data-row__shape:after {
  content: "";
  width: 56px;
  height: 56px;
  background: rgba(12, 229, 100, 0.1490196078);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  border-radius: 50%;
}
.post-agenda .data-row:last-child .sub-row:last-child .sub-row__shape:after {
  height: 50px;
  top: unset;
  bottom: 70%;
}
.post-agenda .sub-row {
  display: grid;
  grid-template-columns: 185px 56px auto;
  gap: 32px;
  padding-bottom: 48px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .post-agenda .sub-row {
    grid-template-columns: 75px 56px auto;
    gap: 16px;
  }
}
.post-agenda .sub-row:first-child {
  padding-top: 52px;
}
.post-agenda .sub-row__side:nth-child(1) {
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
}
.post-agenda .sub-row__shape {
  position: relative;
}
.post-agenda .sub-row__shape:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #0CE564;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
  z-index: 2;
}
.post-agenda .sub-row__shape:after {
  content: "";
  border-left: 1px dashed #000000;
  height: 100vh;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .post-agenda .sub-row__time {
    font-size: 14px;
    line-height: 110%;
    font-weight: 800;
  }
}
.post-agenda .sub-row__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 90%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .post-agenda .sub-row__title {
    font-size: 16px;
    line-height: 130%;
  }
}
.post-agenda .sub-row__text p:first-child {
  margin-top: 0;
}
.post-agenda .person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.post-agenda .person__image {
  min-width: 38px;
  min-height: 38px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.post-agenda .person__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.post-agenda .person__data {
  font-size: 14px;
  line-height: 1;
}
.post-agenda .person__name {
  font-weight: 800;
}
.post-agenda .person__position {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.4);
}

.event-card {
  padding: 64px 48px;
  border-radius: 24px;
  border: 4px solid #ECE9E5;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .event-card {
    padding: 48px 32px;
  }
}
.event-card__props {
  margin-top: 22px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 16px;
  row-gap: 8px;
}
.event-card__props .prop {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6980392157);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: relative;
  line-height: 130%;
}
.event-card__props .prop:before {
  content: "";
  min-width: 24px;
  min-height: 24px;
}
.event-card__props .prop-date:before {
  background: url(.././build/img/calendar.svg) no-repeat;
}
.event-card__props .prop-time:before {
  background: url(.././build/img/time.svg) no-repeat;
}
.event-card__props .prop-location:before {
  background: url(.././build/img/location.svg) no-repeat;
}
.event-card__text {
  margin-top: 24px;
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 150%;
}
.event-card__actions {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.events-output {
  position: relative;
  overflow: hidden;
}
.events-output .swiper-slide {
  height: auto;
  cursor: grab;
  max-width: 490px;
}
.events-output .events-output-slider__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: max-content;
  z-index: 2;
}
.events-output .events-output-slider__pagination {
  justify-content: center;
  align-content: center;
  text-align: center;
  position: relative;
  top: unset !important;
  bottom: unset !important;
}
.events-output .events-output-slider__pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.events-output .events-output-slider__pagination .swiper-pagination-bullet-active {
  background: #000000 !important;
}
.events-output .events-output-slider__control {
  background: url(.././build/img/slider-arrow-black.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.events-output .events-output-slider__control-prev {
  transform: scale(-1, -1);
}

.free-block-wrapper {
  position: relative;
  box-sizing: content-box;
  max-height: 80vh;
  max-height: 80svh;
  width: 100%;
  aspect-ratio: 2.02 !important;
  padding: 0 !important;
}

.container-narrow {
  max-width: 900px;
  margin: 0 auto;
}
.container-narrow a {
  font-weight: 500;
  text-decoration: underline;
}
.container-narrow a:active {
  color: #00A342;
}
.container-narrow a:hover {
  text-decoration: none;
}

.footer {
  padding: 80px 0px 50px 0px;
  background: #000000;
  color: #777575;
  position: relative;
  overflow: hidden;
}
.footer .section-title span {
  color: #0CE564;
}
.footer a {
  color: #777575;
}
.footer .foot-row:nth-child(1) {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1240px) {
  .footer .foot-row:nth-child(1) {
    flex-direction: column;
    gap: 100px;
  }
}
.footer .foot-row:nth-child(2) {
  margin-top: 120px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1240px) {
  .footer .foot-row:nth-child(2) {
    margin-top: 40px;
  }
}
.footer .foot-row:nth-child(3) {
  padding-top: 25px;
  border-top: 1px solid #777575;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1240px) {
  .footer .foot-row:nth-child(3) {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.footer .foot-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.footer .foot-copyright {
  text-align: right;
  max-width: 360px;
}
@media (max-width: 1240px) {
  .footer .foot-copyright {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer .foot-copyright {
    font-size: 12px;
  }
}
.footer .foot-copyright p:nth-child(1) {
  color: #fff;
}
.footer .foot-copyright a {
  text-decoration: underline;
  font-weight: 500;
}
.footer .foot-copyright a:hover {
  text-decoration: none;
}
.footer .foot-copyright .copyr-link {
  text-decoration: none;
  color: #fff;
}
.footer .foot-copyright .copyr-link:hover {
  color: #777575;
}
.footer .foot-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .foot-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.footer .foot-links a {
  display: block;
}
.footer .foot-links a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .footer .foot-links {
    column-gap: 20px;
    row-gap: 14px;
  }
  .footer .foot-links a {
    font-size: 12px;
    font-weight: 300;
  }
}
.footer .foot-links .link-current {
  pointer-events: none;
  opacity: 0.7;
}
.footer .foot-policy {
  font-size: 12px;
  font-weight: 300;
}
.footer .foot-iso {
  max-width: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.footer .foot-iso img {
  width: 162px !important;
  height: auto;
}
@media (max-width: 767px) {
  .footer .foot-iso img {
    width: 100px !important;
  }
}
.footer .foot-iso:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer .foot-iso {
    max-width: 90px;
  }
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.warn-mess {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  max-width: 300px;
  background: #0CE564;
  border: 1px solid #000000;
}
.warn-mess__content {
  padding: 30px;
  font-size: 18px;
}
.warn-mess__content h3 {
  margin: 0;
  font-weight: 500;
}
.warn-mess button {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  padding: 14px 20px;
  border-radius: 50px;
  border: 1px solid #000000;
  background: #fff;
}

.tech-nav-toggle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #0CE564;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 95;
  cursor: pointer;
  background-image: url(.././build/img/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
  border: 1px solid #000000;
}
.tech-nav-toggle:hover {
  background-color: #fff;
}
@media (max-width: 991px) {
  .tech-nav-toggle {
    width: 50px;
    height: 50px;
    background-size: 15px;
  }
}

.tech-nav {
  max-width: 270px;
  width: 100%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background: #0CE564;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  text-align: center;
  border: 1px solid #000000;
  transition: all 0.5s ease-in-out;
}
.tech-nav__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin: 0 auto 20px auto;
}
.tech-nav__close div {
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.tech-nav__close div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.tech-nav__close div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.tech-nav__inner {
  min-height: 400px;
  padding: 20px 30px;
}
.tech-nav h3,
.tech-nav h4 {
  margin: 0 auto 15px auto;
}
.tech-nav h3 {
  padding: 7px 0px;
  border-top: 1px dashed #000000;
}
.tech-nav h4 {
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
}
.tech-nav a {
  background: #fff;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 50px;
  padding: 7px 15px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
.tech-nav a:hover {
  background: #E7FCEF;
}
.tech-nav--active {
  overflow: auto;
  max-height: 500px;
  opacity: 1;
}

.error-section {
  min-height: 100vh;
  background: #E7FCEF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error-section__title {
  font-size: 268px;
  font-weight: 800;
  letter-spacing: 20px;
  line-height: 1;
  margin: 0;
  color: #000000;
  position: relative;
  z-index: 5;
}
@media (max-width: 1240px) {
  .error-section__title {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .error-section__title {
    font-size: 140px;
    letter-spacing: 0px;
  }
}
.error-section__subtitle {
  font-size: 30px;
  font-weight: 300;
  margin: 20px 0px 0px 0px;
  line-height: 110%;
  position: relative;
  z-index: 5;
}
@media (max-width: 1240px) {
  .error-section__subtitle {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .error-section__subtitle {
    font-size: 20px;
  }
}
.error-section__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 66px;
  position: relative;
  z-index: 5;
}
