: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;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;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;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;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation: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;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);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;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:-moz-max-content;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{-webkit-appearance:none;-moz-appearance:none;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;-o-object-fit:cover;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;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}: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;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}
@charset "UTF-8";
.navbar {
  background-color: #ED6C77;
  max-height: 100px;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.navbar .tudomany-eve-logo {
  width: 100%;
}
.navbar .tudomany-eve-logo img {
  height: 60px;
}
.navbar .nav-link {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar .nav-link:hover {
  background-color: #FBBA00;
  color: #000 !important;
}
.navbar .navbar-collapse {
  background-color: #ED6C77;
  z-index: 9;
}
@media screen and (max-width: 992px) {
  .navbar .tudomany-eve-logo {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .navbar .nav-link {
    padding-left: 10px;
  }
}
@media screen and (max-width: 425px) {
  .navbar .niu-logo {
    width: 80px;
  }
  .navbar .tudomany-eve-logo {
    width: 130px;
  }
}

section.highlited-event {
  color: white;
}
section.highlited-event .bg {
  background-position: center;
  background-size: cover;
  padding: 30px 50px;
  aspect-ratio: 3/1;
  min-height: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
section.highlited-event .bg .time, section.highlited-event .bg .where, section.highlited-event .bg .year {
  font-size: 30px;
  z-index: 10;
}
section.highlited-event .bg .title {
  font-size: 40px;
  z-index: 10;
  overflow: hidden;
}
section.highlited-event .bg .speaker .img {
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
section.highlited-event .bg .speaker .img img {
  width: 100%;
}
section.highlited-event .bg .speaker .name {
  font-size: 26px;
}
section.highlited-event .bg a {
  z-index: 999;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
section.highlited-event .bg .button {
  background-color: #FBBA00;
  padding: 5px;
  width: 300px;
  text-align: center;
}
section.highlited-event .goal {
  scroll-margin-top: 80px;
  background-color: #ED6C77;
  color: white;
  padding: 30px 50px;
}
section.highlited-event .goal .title {
  font-size: 50px;
  text-align: center;
}
section.highlited-event .goal .desc {
  font-size: 20px;
  padding-left: 20%;
  width: 70%;
}
section.highlited-event .goal .goal-image {
  width: 30%;
}
section.highlited-event .goal .goal-image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.highlited-event .goal-image {
    width: 100% !important;
  }
  section.highlited-event .desc {
    width: 100% !important;
  }
  section.highlited-event .goal .desc {
    padding: 0;
  }
}

section.partners .partners-list {
  padding: 50px;
}
section.partners .partners-list .partner {
  border: 1px solid #000;
  padding: 10px;
  display: flex;
  width: 200px;
  height: 130px;
}
section.partners .partners-list .partner a {
  text-align: center;
  width: 100%;
}
section.partners .partners-list .partner img {
  margin: auto;
  width: 88%;
  filter: grayscale(100%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  height: 105px;
}
section.partners .introduction {
  background-color: lightgrey;
  padding: 50px;
}
section.partners .introduction .title {
  font-size: 50px;
  text-align: center;
}
section.partners .introduction .description {
  font-size: 20px;
  padding: 0 20%;
  padding-top: 30px;
}

@media (max-width: 768px) {
  section.partners .partners-list .partner a {
    width: 100% !important;
  }
}
section.posts {
  color: #fff;
  background-color: #28323C;
  padding-top: 50px;
  padding-bottom: 20px;
  scroll-margin-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
section.posts .title {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
section.posts .title::before {
  content: "";
  position: absolute;
  bottom: 0; /* A közepére helyezi */
  left: 50%;
  width: 50%; /* Teljes szélesség */
  height: 3px; /* A vonal vastagsága */
  background-color: #5D3DFF; /* A vonal színe */
  transform: translateX(-50%); /* Pontosan középre igazítja */
}
section.posts .subtext {
  font-size: 20px;
  text-align: center;
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
}
section.posts .posts .post-item {
  height: 600px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
section.posts .posts .post-item a {
  color: #fff;
}
section.posts .posts .post-item::before {
  content: "";
  position: absolute;
  bottom: 0; /* A közepére helyezi */
  right: 0;
  width: 3px; /* Teljes szélesség */
  height: 75%; /* A vonal vastagsága */
  background-color: #5D3DFF; /* A vonal színe */
  transform: translateX(-50%); /* Pontosan középre igazítja */
}
section.posts .posts .post-item:last-child {
  border-right: none;
}
section.posts .posts .post-item .img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
section.posts .posts .post-item .img img {
  width: 100%;
}
section.posts .posts .post-item .post-content {
  height: 310px;
  overflow: hidden;
}
section.posts .posts .post-item .post-title {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
}
section.posts .posts .post-item .post-desc {
  font-size: 18px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
section.posts .posts .post-item .button {
  margin-top: auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
section.posts .posts .post-item .button a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
section.posts .posts .post-item .button a:hover {
  color: #5D3DFF;
  text-decoration: none;
}
section.posts .posts .post-item .button .dot {
  background-color: #5D3DFF;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}
section.posts .more-link {
  background-color: #5D3DFF;
}
@media screen and (max-width: 768px) {
  section.posts .subtext {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

section.podcasts {
  background-color: #FBBA00;
  padding: 50px;
  scroll-margin-top: 80px;
}
section.podcasts .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
section.podcasts .title::before {
  content: "";
  position: absolute;
  bottom: 0; /* A közepére helyezi */
  left: 50%;
  width: 50%; /* Teljes szélesség */
  height: 3px; /* A vonal vastagsága */
  background-color: #000; /* A vonal színe */
  transform: translateX(-50%); /* Pontosan középre igazítja */
}
section.podcasts .subtext {
  font-size: 20px;
  text-align: center;
  width: 50%;
  margin: auto;
}
section.podcasts .highlighted-podcast {
  padding: 50px 0;
}
section.podcasts .highlighted-podcast .img {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.podcasts .highlighted-podcast .img img {
  width: 100%;
}
section.podcasts .podcast-item {
  padding: 0 20px;
}
section.podcasts .podcast-item .img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
section.podcasts .podcast-item .img img {
  width: 100%;
}
section.podcasts .podcast-item .img iframe {
  width: 100% !important;
  height: 100% !important;
}
section.podcasts .podcast-item .podcast-title {
  font-weight: bold;
  font-size: 30px;
}
section.podcasts .more-button {
  background-color: #28323C;
  color: #FBBA00;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  section.podcasts .subtext {
    width: 100%;
  }
}

section.gallery {
  padding: 50px;
  background-color: #F07800;
}
section.gallery .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
}
section.gallery .title::before {
  content: "";
  position: absolute;
  bottom: 0; /* A közepére helyezi */
  left: 50%;
  width: 50%; /* Teljes szélesség */
  height: 3px; /* A vonal vastagsága */
  background-color: #000; /* A vonal színe */
  transform: translateX(-50%); /* Pontosan középre igazítja */
}
section.gallery .subtext {
  font-size: 20px;
  width: 50%;
  margin: 20px auto;
}
section.gallery .images {
  border: 2px solid #000;
}
section.gallery .images a {
  width: 20%;
}
section.gallery .images .img {
  background-position: center;
  background-size: cover;
  aspect-ratio: 1/1;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  section.gallery .subtext {
    width: 100%;
  }
}

footer {
  background-color: #28323C;
  padding: 30px;
  margin-top: auto;
}
footer .logo .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
footer .logo .logo-container img {
  width: 200px;
}
footer .newsletter {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer form {
  margin-top: 20px;
  width: 100%;
}
footer form label {
  color: #ED6C77;
  text-transform: uppercase;
  font-weight: bold;
}
footer form input {
  background-color: #6f6f6f !important;
  border: none !important;
}
footer form .input-group-text {
  background-color: #ED6C77;
  color: #fff;
  border: none;
}
footer .footer-menu ul li a {
  color: #fff;
}
footer .footer-menu ul li a:hover {
  color: #5D3DFF;
  text-decoration: none;
}
footer .footer-menu ul li::marker {
  color: #fff;
}
footer .niu-logo .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .niu-logo .logo-container img {
  height: 160px;
}
footer .social-logos {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .social-logos .icons {
  background-color: #706f6f;
  padding: 5px;
  margin: 0 10px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-content: center;
}
footer .social-logos .icons svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1024px) {
  footer .logo .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .niu-logo .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  footer .niu-logo {
    margin: 20px 0;
  }
}

div.carousel .carousel-img {
  width: 100%;
  aspect-ratio: 3/1;
  background-size: cover;
  background-position: center;
  position: relative;
}
div.carousel .carousel-img .content {
  position: absolute;
  left: 10%;
  top: 10%;
  font-size: 50px;
  color: #fff !important;
}
div.carousel .carousel-img .content p {
  color: #fff !important;
}
div.carousel .carousel-img .button {
  position: absolute;
  right: 10%;
  bottom: 10%;
  background-color: #FBBA00;
  padding: 5px;
  width: 300px;
  text-align: center;
}
div.carousel .carousel-img .button a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
div.carousel .carousel-img .button a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 426px) {
  div.carousel .carousel-img {
    aspect-ratio: 2/1;
  }
  div.carousel .content {
    font-size: 25px !important;
  }
}

div.post-page .date {
  color: #777;
}
div.post-page .title {
  font-size: 40px;
  font-weight: bold;
  margin: 20px 0;
}
div.post-page .content {
  word-wrap: break-word;
  text-align: justify;
}
div.post-page .content img {
  max-width: 100% !important;
  height: unset !important;
}
div.post-page .hero-image {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div.post-page .share-icons {
  background-color: #706f6f;
  padding: 5px;
  margin: 0 10px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-content: center;
}
div.post-page .share-icons svg {
  width: 18px;
  height: 18px;
}
div.post-page .monthly-post {
  padding-left: 20px;
}
div.post-page .monthly-post .sub-title {
  margin-bottom: 20px;
  font-size: 18px;
}
div.post-page .monthly-post .top-event {
  border-bottom: 1px solid #28323C;
  width: 90%;
  margin-left: 20px;
  padding-bottom: 10px;
}
div.post-page .monthly-post .top-event a {
  color: #28323C;
  font-size: 18px;
}
div.post-page .monthly-post .monthly-post-row {
  margin: 10px 0;
}
div.post-page .monthly-post .monthly-post-row:last-child .top-event {
  border-bottom: none;
}
div.post-page .monthly-post .number-column .number {
  background-image: url("/img/scienceyear/circle_1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

div.event-page {
  background-color: #dadada;
}
div.event-page .img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
div.event-page .when {
  font-size: 25px;
  font-weight: bold;
}
div.event-page .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-align: left;
}
div.event-page .title a {
  color: #212529;
}
div.event-page .subtitle {
  font-weight: bold;
}
div.event-page .subtext {
  font-size: 28px;
  margin: 20px 0;
}
div.event-page .speaker {
  padding: 0 15px;
}
div.event-page .speaker .img {
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
div.event-page .speaker .name {
  font-size: 26px;
  font-weight: bold;
}
div.event-page .search-inputs {
  padding: 20px 30px;
  background-color: #b3b2b2;
  margin-bottom: 50px;
}
div.event-page .search-inputs .input-group {
  border: 1px solid #000;
}
div.event-page .search-inputs .input-group input {
  border-radius: 0;
}
div.event-page .search-inputs .input-group label {
  text-align: center;
  width: 100%;
}
div.event-page .search-inputs .input-group .input-group-append .input-group-text {
  border-radius: 0;
  background-color: #575756;
  border: none;
}
div.event-page .search-inputs .input-group .input-group-append .input-group-text svg {
  width: 18px;
  color: #fff;
}
div.event-page .share {
  background-color: #b3b2b2;
  padding: 20px 30px;
  margin-top: 50px;
}
div.event-page .share .intresting {
  background-color: #ed6c77;
  padding: 10px 50px;
  width: -moz-fit-content;
  width: fit-content;
}
div.event-page .share .intresting a {
  color: #fff;
  text-decoration: none;
}
div.event-page .share .share-icons {
  background-color: #706f6f;
  padding: 5px;
  margin: 0 10px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-content: center;
}
div.event-page .share .share-icons svg {
  width: 18px;
  height: 18px;
}
div.event-page .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
}
div.event-page .item:hover {
  background-color: #F5F5F5;
}
div.event-page .line {
  width: 30%;
}
div.event-page .line hr {
  border-width: 2px;
  border-color: #000;
}
div.event-page .details .details-text {
  flex: 0 0 10%;
  max-width: 10%;
}
div.event-page .details a {
  color: #212529;
}
div.event-page .details .logo-container {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.event-page .details img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.event-page .logo-container {
    width: 70% !important;
  }
}

.calendar {
  scroll-margin-top: 80px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.calendar #month-year {
  font-weight: bold;
  margin: 20px 0;
}

.day-header {
  width: 14.28%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ccc;
}

.day {
  text-align: center;
  box-sizing: border-box;
  width: 14.28%;
  margin: 5px 0;
  padding: 0 2px;
}
.day .day-number {
  font-size: 28px;
  margin-bottom: 5px;
  background-color: #28323c;
  color: #ED6C77;
  font-weight: bold;
  position: relative;
  padding: 5px 0;
}
.day .day-number a {
  color: #ED6C77;
}
.day .day-number .event-color-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 7px solid transparent;
}
.day .event {
  background-color: #28323c;
  color: #fff;
  height: 200px;
  padding: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.day .event a {
  color: #fff;
}
.day .event .event-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.day .event .event-time {
  color: #ED6C77;
  font-size: 20px;
}
.day .event .more {
  margin: auto auto 0 auto;
}

.day-header {
  background-color: #28323c;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.today {
  background-color: #ffcccb;
}

.nav-buttons {
  margin: 10px;
}
.nav-buttons #prev-month {
  position: absolute;
  left: -5%;
  top: 50%;
}
.nav-buttons #next-month {
  position: absolute;
  right: -5%;
  top: 50%;
}
.nav-buttons #next-month, .nav-buttons #prev-month {
  background-color: #28323c;
  color: #fff;
}

.nav-buttons button {
  padding: 5px 10px;
  margin: 5px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .nav-buttons {
    display: flex;
  }
  .nav-buttons #prev-month, .nav-buttons #next-month {
    position: static;
    width: 100%;
  }
  .day {
    width: 50%;
  }
  .day-header {
    display: none;
  }
}
@media screen and (max-width: 968px) {
  .day-header {
    font-size: 12px;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.global-search .item h3 {
  font-size: 30px;
  font-weight: 700;
}
.global-search .item h3 a {
  color: #28323C;
}
.global-search .item:hover {
  background-color: #F5F5F5;
}

.gallery-page .page-title {
  margin-bottom: 20px;
}
.gallery-page .page-title .name {
  font-size: 25px;
  font-weight: bold;
}
.gallery-page .sub-galleries .gallery-item {
  background-color: #f5f5f5;
  padding: 20px;
  color: #28323C;
  font-size: 30px;
}
.gallery-page .sub-galleries .gallery-item .small {
  font-size: 15px;
}
.gallery-page .sub-galleries .gallery-item .date {
  margin-top: 10px;
  font-size: 14px;
  color: #aaa;
}
.gallery-page .sub-galleries .gallery-item .image-container {
  background-size: cover;
  background-position: center;
  aspect-ratio: 16/9;
  width: 100%;
}
.gallery-page .selected-gallery-images .image {
  background-position: center;
  background-size: cover;
  aspect-ratio: 1/1;
}

.event-list-page .item {
  overflow: hidden;
  margin: 20px 0;
}
.event-list-page .item .row {
  height: 150px;
}
.event-list-page .item .row > [class*=col-] {
  padding-right: 0.15rem;
  padding-left: 0.15rem;
}
.event-list-page .item .event-img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  float: right;
  margin-right: 15px;
}
.event-list-page .item .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.event-list-page .item .content .when {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: black;
}
.event-list-page .item .content .title-link {
  text-decoration: none;
  color: black;
}
.event-list-page .item .content .title-link:hover {
  text-decoration: underline;
}
.event-list-page .item .content .title {
  font-size: 35px;
  margin: 0px 0;
}
.event-list-page .item .content .title a {
  color: #000;
  font-weight: bold;
}
.event-list-page .item .content .link {
  margin-top: auto;
}
.event-list-page .item .content .link a {
  color: #000;
}
.event-list-page .item .content .sub-text {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
  border: none;
  color: #ED6C77;
}

.page-item .page-link {
  color: #000;
  margin: 0 5px;
  border-radius: 5px;
}

.page-item.active .page-link {
  background-color: #ED6C77;
  border-color: #ED6C77;
}

@media only screen and (max-width: 9920px) {
  .event-list-page .item .event-img {
    width: 80px;
    height: 80px;
    margin-right: 0px;
  }
  .event-list-page .item .content .when {
    font-size: 18px;
  }
  .event-list-page .item .content .title {
    font-size: 25px;
  }
  .event-list-page .item .content .sub-text {
    font-size: 18px;
  }
  .event-list-page .item .row > [class*=col-] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
@media (max-width: 768px) {
  .event-list-page .item .row {
    flex-direction: column;
    height: auto !important;
  }
  .event-list-page .item .event-img {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
  .event-list-page .item .content {
    padding: 10px;
    text-align: center;
    align-items: center;
  }
  .event-list-page .item .content .title {
    font-size: 22px;
  }
  .event-list-page .item .content .when,
  .event-list-page .item .content .sub-text {
    font-size: 16px;
  }
}
.event-search-form {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 40px;
}
.event-search-form .input-group {
  border: none;
}
.event-search-form .input-group input {
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 1400px) {
  .search-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .search-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
  }
}
.pagination {
  flex-wrap: wrap;
}

.pass-release .links {
  min-height: 50vh;
  border-right: 1px solid #ed6c77;
  font-size: 18px;
}
.pass-release .links a {
  color: #000;
}
.pass-release .pass-release-list {
  font-weight: normal;
}
.pass-release .pass-release-list button {
  background: transparent;
  border: none;
  font-weight: bold;
  font-size: 30px;
  display: flex;
}
.pass-release .pass-release-list button svg {
  margin-left: 10px;
  width: 20px;
}
.pass-release .pass-release-list button:focus {
  outline: none;
}
.pass-release .pass-release-list button.collapsed svg {
  transform: rotate(180deg);
}
.pass-release .pass-release-list .item {
  padding-left: 20px;
  font-size: 20px;
}
.pass-release .pass-release-list .item a {
  color: #ed6c77;
  margin-left: 20px;
}
.pass-release .pass-release-docs {
  font-weight: normal;
}
.pass-release .pass-release-docs .card {
  background-color: #f5f5f5;
  border-radius: 0;
}
.pass-release .pass-release-docs .card:first-child {
  border-radius: 10px 10px 0 0;
}
.pass-release .pass-release-docs .card:last-child {
  border-radius: 0 0 10px 10px;
}
.pass-release .pass-release-docs .card .icon svg {
  width: 15px;
}
.pass-release .pass-release-docs .card .link a {
  color: #000;
  font-weight: bold;
}

.posts-list-page .circle img {
  transform: translate(-25%, -50%);
}
.posts-list-page .page-title {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
}
.posts-list-page .posts-list .post-item {
  margin: 20px 0;
}
.posts-list-page .posts-list .post-item .right-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.posts-list-page .posts-list .post-item .img-container {
  overflow: hidden;
}
.posts-list-page .posts-list .post-item .img-container .img {
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
}
.posts-list-page .posts-list .post-item .img-container img {
  width: 100%;
}
.posts-list-page .posts-list .post-item .date {
  color: #aaa;
}
.posts-list-page .posts-list .post-item .title a {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.posts-list-page .monthly-post {
  padding-left: 20px;
}
.posts-list-page .monthly-post .sub-title {
  margin-bottom: 20px;
  font-size: 18px;
}
.posts-list-page .monthly-post .top-event {
  border-bottom: 1px solid #28323C;
  width: 90%;
  margin-left: 20px;
  padding-bottom: 10px;
}
.posts-list-page .monthly-post .top-event a {
  color: #28323C;
  font-size: 18px;
}
.posts-list-page .monthly-post .monthly-post-row {
  margin: 10px 0;
}
.posts-list-page .monthly-post .monthly-post-row:last-child .top-event {
  border-bottom: none;
}
.posts-list-page .monthly-post .number-column .number {
  background-image: url("/img/scienceyear/circle_1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

.podcasts-list-page .circle img {
  transform: translate(-25%, -50%);
}
.podcasts-list-page .page-title {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
}
.podcasts-list-page .podcasts-list .podcast-item {
  margin: 20px 0;
}
.podcasts-list-page .podcasts-list .podcast-item .right-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.podcasts-list-page .podcasts-list .podcast-item .img-container {
  overflow: hidden;
}
.podcasts-list-page .podcasts-list .podcast-item .img-container .img {
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
}
.podcasts-list-page .podcasts-list .podcast-item .img-container img {
  width: 100%;
}
.podcasts-list-page .podcasts-list .podcast-item .date {
  color: #aaa;
}
.podcasts-list-page .podcasts-list .podcast-item .title a {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.podcasts-list-page .monthly-podcast {
  padding-left: 20px;
}
.podcasts-list-page .monthly-podcast .sub-title {
  margin-bottom: 20px;
  font-size: 18px;
}
.podcasts-list-page .monthly-podcast .top-event {
  border-bottom: 1px solid #28323C;
  width: 90%;
  margin-left: 20px;
  padding-bottom: 10px;
}
.podcasts-list-page .monthly-podcast .top-event a {
  color: #28323C;
  font-size: 18px;
}
.podcasts-list-page .monthly-podcast .monthly-podcast-row {
  margin: 10px 0;
}
.podcasts-list-page .monthly-podcast .monthly-podcast-row:last-child .top-event {
  border-bottom: none;
}
.podcasts-list-page .monthly-podcast .number-column .number {
  background-image: url("/img/scienceyear/circle_1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

div.podcast-page iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
}
div.podcast-page .title {
  font-size: 50px;
  font-weight: bold;
  text-align: justify;
  margin: 20px 0;
}
div.podcast-page .content {
  font-size: 28px;
  word-wrap: break-word;
  text-align: justify;
}
div.podcast-page .content img {
  max-width: 100% !important;
  height: unset !important;
}
div.podcast-page .hero-image {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div.podcast-page .share-icons {
  background-color: #706f6f;
  padding: 5px;
  margin: 0 10px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-content: center;
}
div.podcast-page .share-icons svg {
  width: 18px;
  height: 18px;
}
div.podcast-page .monthly-podcast {
  padding-left: 20px;
}
div.podcast-page .monthly-podcast .sub-title {
  margin-bottom: 20px;
  font-size: 18px;
}
div.podcast-page .monthly-podcast .top-event {
  border-bottom: 1px solid #28323C;
  width: 90%;
  margin-left: 20px;
  padding-bottom: 10px;
}
div.podcast-page .monthly-podcast .top-event a {
  color: #28323C;
  font-size: 18px;
}
div.podcast-page .monthly-podcast .monthly-podcast-row {
  margin: 10px 0;
}
div.podcast-page .monthly-podcast .monthly-podcast-row:last-child .top-event {
  border-bottom: none;
}
div.podcast-page .monthly-podcast .number-column .number {
  background-image: url("/img/scienceyear/circle_1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

@font-face {
  font-family: "REM Light";
  src: url(/fonts/REM-Light.ttf?8c0a712c1b42e964df4f39c8aaab2e78) format("truetype");
}
@font-face {
  font-family: "REM Bold";
  src: url(/fonts/REM-Bold.ttf?a275aa9b518d611577b0bea42506e54c) format("truetype");
}
@font-face {
  font-family: "exo2 semibold";
  src: url(/fonts/Exo2-SemiBold.otf?abce6bc457d8439aedb93f7fae447b6f) format("truetype");
}
@font-face {
  font-family: "exo2 medium";
  src: url(/fonts/Exo2-Medium.otf?f590c1e95d22c9e4a2a7548319f41f5b) format("truetype");
}
html, body {
  font-family: "REM Light", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header-1 {
  font-family: "exo2 semibold", sans-serif;
  font-size: 50px;
}

.title {
  font-family: "exo2 semibold", sans-serif;
}

.circle {
  position: relative;
}
.circle img {
  position: absolute;
  top: 50%;
  transform: translate(-35%, -45%);
  width: 80px;
  aspect-ratio: 1/1;
}

.input-group {
  border: 1px solid #000;
}
.input-group input {
  border-radius: 0;
}
.input-group label {
  text-align: center;
  width: 100%;
}
.input-group .input-group-append .input-group-text {
  border-radius: 0;
  background-color: #575756;
  border: none;
}
.input-group .input-group-append .input-group-text svg {
  width: 18px;
  color: #fff;
}

.btn.btn-primary {
  background-color: #ed6c77;
  padding: 10px 50px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  border: none;
}

.partner-page {
  max-width: 700px;
  margin: 3rem auto;
}

.partner-logo-centered img {
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}

.partner-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

.partner-description {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.more-partners {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 4rem;
  margin-bottom: 0rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .partner-logo-centered img {
    max-height: 45vh;
  }
}
section.tenders {
  color: #fff;
  background-color: #28323C;
  padding: 50px;
}

section.tenders .title {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}

section.tenders .title::before {
  content: "";
  position: absolute;
  bottom: 0; /* A közepére helyezi */
  left: 50%;
  width: 50%; /* Teljes szélesség */
  height: 3px; /* A vonal vastagsága */
  background-color: #5D3DFF; /* A vonal színe */
  transform: translateX(-50%); /* Pontosan középre igazítja */
}

section.tenders .subtext {
  font-size: 20px;
  text-align: center;
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
}

section.tenders .tenders .tender-item {
  height: 500px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}

section.tenders .tenders .tender-item::before {
  content: "";
  position: absolute;
  bottom: 0; /* A közepére helyezi */
  right: 0;
  width: 3px; /* Teljes szélesség */
  height: 75%; /* A vonal vastagsága */
  background-color: #5D3DFF; /* A vonal színe */
  transform: translateX(-50%); /* Pontosan középre igazítja */
}

section.tenders .tenders .tender-item:last-child {
  border-right: none;
}

section.tenders .tenders .tender-item .img {
  width: 100%;
  aspect-ratio: 16/13;
  overflow: hidden;
}

section.tenders .tenders .tender-item .img img {
  width: 100%;
}

section.tenders .tenders .tender-item .tender-title {
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
}

section.tenders .tenders .tender-item .button {
  margin-top: auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

section.tenders .tenders .tender-item .button a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

section.tenders .tenders .tender-item .button a:hover {
  color: #5D3DFF;
  text-decoration: none;
}

section.tenders .tenders .tender-item .button .dot {
  background-color: #5D3DFF;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  section.tenders .subtext {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  section.partners .partners-list .partner a {
    width: 30%;
  }
}
div.tender-page .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

div.tender-page .content {
  font-size: 20px;
  padding-bottom: 60px;
}

div.tender-page .hero-image {
  width: 100%;
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body.grey-bg {
  background: #EDEDED;
}

body.dark-bg {
  background: #28323C;
}

.error-page img.brain {
  position: absolute;
  width: 600px;
  z-index: 0;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.error-page {
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  color: #28323C;
  max-width: 480px;
  margin: 0 auto;
}

.error-page.dark h3 {
  color: #ED6C77;
}

.error-page h3 {
  font-size: 7rem;
  font-weight: bold;
}

.error-page p {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
}

.error-page.dark p,
.error-page.dark a {
  color: white;
}

.error-page a {
  color: #28323C;
}

@media screen and (max-width: 425px) {
  .error-page {
    padding-top: 50px;
  }
  .error-page img.brain {
    width: 360px;
  }
  .error-page h3 {
    font-size: 5rem;
  }
  .error-page p {
    font-size: 2rem;
  }
}
.gradiens {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
