: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}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/*Base Colors*/
:root {
  --primary-color: #00385c;
  --secondary-color: #e51e25;
  --tertiary-color: #434747;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,[type=button],[type=reset],[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff?yuzzw2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down::before {
  content: "\e908";
}

.icon-cross::before {
  content: "\e90d";
}

.icon-chevron-up::before {
  content: "\e911";
}

.icon-chevron-left::before {
  content: "\e912";
}

.icon-chevron-right::before {
  content: "\e913";
}

/* Popup
   ========================================================================== */

#modal .text {
  text-align: left;
  float:none;
  padding: 25px;
  color: #ffffff;
}

#modal {
  margin:0;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding:0;
  background: var(--primary-color);
  max-width:500px;
  font-size: 17px;
  line-height: 21px;
  min-height: 340px;
  border:10px solid #fff;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

#modal h1,
#modal h2 {
  color:#ffffff;
  line-height: 1;
}

#modal h2 {
  font-size: 26px;
}

#modal a.closer { 
  position: relative;
  float: right;
  top: -45px;
  right: -5px;
  text-decoration:none;
  font-weight: 900;
  color: #e51e25;
  font-size: 28px;
}

#modal .btn {
  color: #fff;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  border: none;
  text-transform: uppercase;
  background: #e51e25;
  min-width: 8rem;
  padding: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}

#modal .btn:hover {
  background: #ff0009;
}

#modal .signup-form {
  margin: 20px 0;
}

#modal .signup-form input {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #000;
  border: 0;
}

#modal .form-group {
  display: flex;
  flex-direction: row;
  grid-gap: 0;
}

#modal .social-holder {
  display: block;
}

#modal .social-networks {
  justify-content: flex-start;
  padding-left: .25rem;
}

#modal .social-networks a {
  color: #00aeef;
}

.homepage .slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.homepage .slick-list,
.homepage .slick-slider {
    display: block;
    position: relative;
}

.homepage .slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.homepage .slick-list:focus {
    outline: 0;
}

.homepage .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.homepage .slick-slider .slick-list,
.homepage .slick-slider .slick-track {
    transform: translateZ(0);
}

.homepage .slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}

.homepage .slick-track:after,
.homepage .slick-track:before {
    content: "";
    display: table;
}

.homepage .slick-track:after {
    clear: both;
}

.homepage .slick-loading .slick-track {
    visibility: hidden;
}

.homepage .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.homepage [dir=rtl] .slick-slide {
    float: right;
}

.homepage .slick-slide img {
    display: block;
}

.homepage .slick-slide.slick-loading img {
    display: none;
}

.homepage .slick-slide.dragging img {
    pointer-events: none;
}

.homepage .slick-initialized .slick-slide {
    display: block;
}

.homepage .slick-loading .slick-slide {
    visibility: hidden;
}

.homepage .slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}

.homepage .slick-arrow.slick-hidden {
    display: none;
}

.homepage .slick-autoplay-toggle-button {
  display: none;
}

html {
  box-sizing: border-box;
  height: 100%;
}

*,*::before,*::after {
  box-sizing: inherit;
}

.news-list,.news-menu,.news-social,.hero .pagination-custom,.footer-links,.footer-social,.footer-item-links,.social-networks,.drop ul,.main-nav, .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-family: "Montserrat", Arial, "Noto Sans", sans-serif;
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 400;
  height: 100%;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #e51e25;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link {
  position: relative;
  font-size: .875rem;
  font-weight: 700;
  color: #e51e25;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  padding-right: .8125rem;
}

.link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.link:hover:before {
  transform: translateX(10px) translateY(-50%);
}

.link:before {
  content: "";
  width: 1.5rem;
  height: .1875rem;
  background-color: #e51e25;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
}

ul,ol,dl,p {
  margin: 0 0 1.5em;
}

.buffer h2,
.buffer .h2 {
  font-size: 2rem;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Libre Baskerville", Georgia, "Noto Serif", serif;
  font-weight: 400;
  margin: 0 0 .5em;
  color: #00385c;
}

h2,.h2 {
  font-size: 1.875rem;
  line-height: 1.33;
}

h3,.h3 {
  font-size: 1.5rem;
  line-height: 1.1;
}

h4,.h4 {
  font-size: 1.125rem;
  line-height: 1.1;
}

h5,.h5 {
  font-family: "Montserrat", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.28;
  text-transform: uppercase;
}

h6,.h6 {
  font-family: "Montserrat", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.22;
  text-transform: uppercase;
  letter-spacing: .125rem;
  color: #00aeef;
}

button {
  cursor: pointer;
}

input[type=text],input[type=email],input[type=tel],textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  color: #333333;
  width: 100%;
  background-color: #efefef;
  padding: .6875rem .75rem;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Montserrat", Arial, "Noto Sans", sans-serif;
  font-size: .75rem;
}

input[type=text]:focus,input[type=text]:hover,input[type=email]:focus,input[type=email]:hover,input[type=tel]:focus,input[type=tel]:hover,textarea:focus,textarea:hover {
  box-shadow: none;
  outline: none;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #333333;
}

input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,textarea::placeholder {
  color: #333333;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.header {
  position: relative;
}

.homepage .header .logo {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0);
}

.homepage.nav-active .header .logo {
left: 0;
transform: none;
}

.homepage.nav-active .header .logo a {
	justify-content: center;
}

.header .logo {
  transition: width .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  bottom: 0;
  left: 1.0625rem;
  z-index: 3;
  flex-shrink: 0;
}

.header .logo:after {
  content: "";
  height: 100%;
  background-color: #ffffff;
}

.header .logo a {
  transition: width .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  width: 9rem;
}

.header .logo-static {
  display: flex;
}

.nav-active .header .logo-static .logo-mobile {
  display: none;
}

.header .logo-static .logo-desktop {
  display: none;
}

.header .logo-fixed {
  display: flex;
}

.header .logo-fixed .logo-mobile {
  display: none;
}

.nav-active .header .logo-fixed .logo-mobile {
  display: flex;
}

.header .logo-fixed .logo-desktop {
  display: none;
}

.logo {
  display: block;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.homepage .header-holder {
	padding: 0;
}

.header-holder {
  transition: padding .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 2.6875rem;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .36);
}

.header-holder .content-holder {
  display: flex;
  align-items: center;
}

.drop-holder {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  background-color: #00385c;
  height: 100svh;
  padding: 4.0625rem 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-active .drop-holder {
  opacity: 1;
  visibility: visible;
}

.drop-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00385c;
}

.drop-holder .drop-content {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
  height: 100%;
  position: relative;
  transform: translateX(100%);
  overflow: hidden;
  overflow-y: auto;
  padding: 1.875rem 3.4375rem 2rem;
}

.nav-active .drop-holder .drop-content {
  transform: translateY(0);
}

.drop-holder .drop-content .image-holder {
  display: none;
  position: relative;
  flex-grow: 1;
  max-width: 27.5625rem;
}

.drop-holder .drop-content .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-nav {
  position: relative;
  z-index: 1;
  width: 100%;
  line-height: 1;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 1.75rem;
}

.main-nav>li {
  position: relative;
  margin-bottom: .6875rem;
}

.main-nav>li:hover>a,.main-nav>li.active-link>a {
  color: #ffffff;
}

.main-nav>li.active>a {
  color: #e51e25;
}

.main-nav>li>a {
  position: relative;
  z-index: 10;
  color: inherit;
  display: block;
  font-size: 1.625rem;
  font-family: "Libre Baskerville", Georgia, "Noto Serif", serif;
  padding: .125rem 0 .6875rem 0;
  font-weight: 400;
}

.main-nav>li>a:hover {
  color: #ffffff;
}

.main-nav a {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.drop {
  font-size: .875rem;
  font-family: "Montserrat", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 1.625rem;
  padding: .9375rem 0 .0625rem 1.1875rem;
}

.drop a {
  font-size: .875rem;
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  color: inherit;
}

.drop ul {
  color: #ffffff;
}

.drop .second-level-nav {
  font-size: 1.125rem;
  line-height: 1.2;
}

.drop .second-level-nav>li {
  position: relative;
  margin-bottom: .8125rem;
}

.drop .second-level-nav>li.active>a,.drop .second-level-nav>li:hover>a {
  color: #00aeef;
}

.drop .second-level-nav>li>a {
  padding: 0;
}

.drop-txt {
  position: relative;
}

.drop-txt li {
  padding-top: 1.0625rem !important;
}

.drop-txt li:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #00aeef;
  width: 6.625rem;
  height: .1875rem;
}

.drop .ttl {
  display: flex;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: "Libre Baskerville", Georgia, "Noto Serif", serif;
  color: #ffffff;
  margin-bottom: .9375rem;
}

.drop p {
  font-size: .875rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .7);
  line-height: 1.66;
}

.main-nav-drop {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-active .main-nav-drop {
  opacity: 1;
  visibility: visible;
}

.nav-opener {
  transition: background .35s cubic-bezier(.3, .86, .36, .95), top .35s cubic-bezier(.3, .86, .36, .95), right .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  width: 3.125rem;
  height: 2.6875rem;
  z-index: 6;
  background-color: #e51e25;
  position: relative;
  border: none;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  transition: width .35s cubic-bezier(.3, .86, .36, .95);
  transition: right .3s ease-in-out, transform .3s ease-in-out;
  content: "";
  position: absolute;
  width: 1.9375rem;
  height: .1875rem;
  left: .8125rem;
  background: #ffffff;
}

.nav-opener:before {
  top: .9375rem;
  width: 1.5625rem;
}

.nav-opener span {
  top: 1.375rem;
  width: 1.25rem;
}

.nav-opener:after {
  bottom: .75rem;
  width: 1rem;
}

.nav-opener:hover:after,.nav-opener:hover:before,.nav-opener:hover span {
  opacity: .8;
}

.nav-active .nav-opener:before,.nav-active .nav-opener:after {
  height: .1875rem;
}

.nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 1.25rem;
  left: .9375rem;
  width: 1.25rem;
}

.nav-active .nav-opener:after {
  width: 1.25rem;
  transform: rotate(-45deg);
  top: 1.25rem;
  left: .9375rem;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.fixed-position.header {
  z-index: 10;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .36);
}

.fixed-position .logo a {
  width: 9rem;
}

.fixed-position .logo .logo-static {
  display: flex;
}

.fixed-position .logo .logo-static .logo-desktop {
  display: none;
}

.fixed-position .nav-opener {
  position: relative;
}

.nav-active {
  overflow: hidden;
}

.nav-active .header-holder .content-holder {
  height: 3.4375rem;
  padding-right: 3.4375rem;
}

.nav-active .nav-opener {
  position: fixed;
  top: 0;
  right: 0;
  background: #e51e25;
}

.alert-bar-close .alert-bar,.nav-active .alert-bar {
  max-height: 0;
  transition-delay: 0s;
}

.search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), height .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: rgba(0, 0, 0, 0);
  margin-right: .8125rem;
  z-index: 3;
  position: relative;
}

.homepage .search-opener {
	flex-grow: 1;
	align-items: flex-end;
	justify-content: right;
}

.nav-active .search-opener {
  margin-right: 0;
}

.search-opener:hover .icon-search {
  opacity: .8;
}

.search-opener .icon-search {
  display: flex;
  align-items: center;
}

.search-opener .icon-search svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-active .search-opener .icon-search svg path {
  fill: #ffffff;
}

.search-close {
  display: block;
}

.social-networks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: .5625rem;
       column-gap: .5625rem;
  position: relative;
  z-index: 1;
}

.social-networks a {
  display: flex;
  color: #00385c;
}

.social-networks a:hover {
  opacity: .8;
}

.social-networks .svg-icon {
  width: 78%;
}

.js-acc-hidden {
  visibility: hidden;
}

.social-holder {
  margin-right: 40px;
}

body {
  background-color: #ffffff;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: clip;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-holder {
  position: relative;
  z-index: 1;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 3.125rem;
  max-width: 79.375rem;
}

img {
  max-width: 100%;
  height: auto;
}

blockquote {
  margin: 0;
}

cite {
  font-style: italic;
  font-weight: 500;
}

.footer {
  position: relative;
  margin-top: -14.375rem;
  padding-top: 14.375rem;
  z-index: 0;
  background-color: #efefef;
}

.footer-container {
  padding: 0 3.125rem;
}

.footer-top {
  padding: 1.875rem 0 3.8125rem;
}

.footer-top-content {
  position: relative;
}

.footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5625rem;
}

.footer-logo a {
  display: block;
  width: 11.125rem;
}

.footer-logo img {
  width: 100%;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 1.65625rem;
}

.footer-item-title {
  color: #00aeef;
  margin-bottom: .5625rem;
  display: block;
  text-decoration: none;
}

.footer-nav .contact-title {
    display: none;
}

.footer-item-links {
  color: #00385c;
  font-size: .875rem;
  line-height: 1.14;
  display: flex;
  flex-direction: column;
  row-gap: .5rem;
}

.footer-item-links a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
}

.footer-item-links a:hover {
  color: #e51e25;
}

.footer-bottom {
  background-color: #10304d;
  color: #ffffff;
  padding: 1.75rem 0 1.5625rem;
}

.footer-bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: .875rem;
}

.footer-links li {
  padding: 0 .8125rem;
  position: relative;
}

.footer-links li:not(:first-child)::before {
  content: "|";
  position: absolute;
  left: -0.0625rem;
  top: 0;
  bottom: 0;
}

.footer-links a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

.footer-links a:hover {
  color: #e51e25;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.footer-social li {
  padding: 0 .625rem;
}

.footer-social a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
}

.footer-social a:hover {
  opacity: .8;
}

.back-to-top {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.125rem;
  height: 2.8125rem;
  color: #ffffff;
  background-color: #e51e25;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: none;
  cursor: pointer;
}

.back-to-top:hover {
  opacity: .8;
}

.back-to-top .svg-icon {
  width: 70%;
}

.btn {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 1rem;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
}

.btn-white {
  background-color: #ffffff;
}

.btn-white:hover {
  background-color: #00385c;
  color: #ffffff;
}

.btn-red {
  background-color: #e51e25;
  color: #ffffff;
}

.btn-red:hover {
  background-color: #00385c;
}

.btn-outline {
  border: 2px solid rgba(0, 0, 0, 0);
}

.btn-outline-primary {
  border-color: #e51e25;
  color: #e51e25;
}

.btn-outline-primary:hover {
  background-color: #e51e25;
  color: #ffffff;
}

.btn-submit {
  cursor: pointer;
}

.alert-holder {
  overflow: hidden;
}

.alert-bar {
  transition: max-height .3s ease-in-out;
  background: #e51e25;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2.375rem;
  font-size: 1rem;
  line-height: 1.3;
  max-height: 0;
}

.alert-bar .btn {
  border-radius: 0;
  min-width: 0;
  font-size: .75rem;
  padding: .5625rem .75rem;
  text-transform: uppercase;
}

.page-loaded .alert-bar {
  max-height: 200px;
  transition-delay: 1s;
}

.nav-active .alert-bar {
  max-height: 0;
  transition-delay: 0s;
}

.alert-bar .alert-close {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: .875rem;
  right: .8125rem;
  width: 1.3125rem;
  height: 1.3125rem;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
}

.alert-bar .alert-close:hover {
  opacity: .8;
}

.alert-bar .alert-close:after,.alert-bar .alert-close:before {
  content: "";
  width: .1875rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-bar .alert-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert-bar .text {
  text-align: center;
  padding: 2.75rem 0 1.375rem;
}

.alert-bar .text p {
  margin: 0;
}

.alert-bar .text p a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.alert-bar .text p a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.alert-bar .icon-holder {
  position: absolute;
  left: .625rem;
  top: .75rem;
  width: 1.625rem;
  height: 1.625rem;
}

.alert-bar .icon-holder .svg-icon {
  width: 100%;
  height: 100%;
}

.alert-bar .icon-holder .svg-icon path {
  fill: #ffffff;
}

.alert-bar-close .alert-bar {
  max-height: 0;
  transition: max-height .3s ease-in-out, opacity .3s ease-in-out;
}

body.subscribe-open {
  overflow: hidden;
  height: 100vh;
}

.subscribe-open-close {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0;
  background: rgba(0, 56, 92, .85);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-open-close.subscribe-open {
  opacity: 1;
  visibility: visible;
}

.subscribe-open-close .popup-wrapper {
  width: 100%;
  max-height: 100svh;
  overflow: auto;
  padding: 1.125rem 3.125rem 1.875rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 auto;
  max-width: 71.9375rem;
}

.subscribe-open-close .popup-wrapper::-webkit-scrollbar {
  display: none;
}

.subscribe-open-close .opener {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 1.3125rem;
  height: 1.3125rem;
  position: relative;
  display: block;
  margin-left: auto;
  margin-bottom: .8125rem;
  right: 0;
}

.subscribe-open-close .opener:before,.subscribe-open-close .opener:after {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
  width: .1875rem;
  height: 1.875rem;
}

.subscribe-open-close .opener:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.subscribe-open-close .opener:hover {
  color: #e51e25;
}

.subscribe-open .subscribe-open-close {
  transform: translateY(0);
}

.subscribe-open-close .inner-holder {
  background: #ffffff;
}

.subscribe-open-close .image-holder {
  width: 100%;
  padding-top: 60%;
  position: relative;
  z-index: 1;
}

.subscribe-open-close .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
}

.subscribe-open-close .content-holder {
  padding: .625rem .9375rem 1.5625rem;
}

.subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: "Libre Baskerville", Georgia, "Noto Serif", serif;
  margin: 0 0 .1875rem;
  color: #153759;
}

.subscribe-open-close .content-holder .text-block {
  font-size: .8125rem;
  line-height: 1.53;
  margin: 0 0 .625rem;
}

.subscribe-open-close .content-holder .text-block p {
  margin-bottom: 0;
}

.subscribe-open-close .input-group {
  display: flex;
  flex-wrap: wrap;
}

.subscribe-open-close .input-group .input-holder {
  width: 100%;
  margin: 0 0 .5625rem;
}

.subscribe-open-close .input-group input {
  color: #333333;
  width: 100%;
  background-color: #efefef;
  padding: .6875rem .75rem;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Montserrat", Arial, "Noto Sans", sans-serif;
  font-size: .75rem;
}

.subscribe-open-close .input-group input::-moz-placeholder {
  color: #333333;
}

.subscribe-open-close .input-group input::placeholder {
  color: #333333;
}

.subscribe-open-close button[type=submit] {
  cursor: pointer;
  font-size: .8125rem;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  padding: .5625rem .625rem;
}

.search-form .search-close {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 1.3125rem;
  height: 1.3125rem;
  position: absolute;
  top: .875rem;
  right: .8125rem;
  padding: 0;
}

.search-form .search-close:before,.search-form .search-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #00385c;
  width: .1875rem;
  height: 1.75rem;
}

.search-form .search-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.search-form .search-close:hover:before,.search-form .search-close:hover:after {
  background: #e51e25;
}

.search-form .input-holder {
  position: relative;
  width: 100%;
}

.search-form .btn-search {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  right: 0;
  top: 0;
  bottom: .25rem;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  border: none;
  width: 1.3125rem;
  display: flex;
  justify-content: center;
  padding: 0;
}

.search-form .btn-search span {
  display: flex;
  width: 100%;
}

.search-form .btn-search:hover svg path {
  fill: #00385c;
}

.search-form .btn-search svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-form .search-drop {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0;
  background: rgba(0, 56, 92, .85);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
}

.search-active .search-form .search-drop {
  opacity: 1;
  visibility: visible;
}

.search-form .search-drop .search-opener {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 3.375rem;
  display: none;
  background-color: rgba(0, 0, 0, 0);
}

.search-form .search-drop .search-opener::before,.search-form .search-drop .search-opener::after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ffffff;
}

.search-form .search-drop .search-opener::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.search-active .search-form .search-drop .search-opener {
  display: block;
  opacity: 1;
  visibility: visible;
}

.search-form .search-drop .search-opener .icon-search {
  opacity: 0;
  visibility: hidden;
}

.search-form .search-drop .drop-content {
  background-color: #ffffff;
  min-height: 10rem;
  display: flex;
  align-items: center;
  padding: 3.3125rem .9375rem .9375rem;
}

.search-form .search-drop .drop-content form {
  width: 100%;
  max-width: 66.8125rem;
  margin: 0 auto;
}

.search-form input[type=search],.search-form input[type=text] {
  width: 100%;
  color: #00385c;
  background: rgba(0, 0, 0, 0);
  padding: .3125rem .25rem;
  font-size: 1rem;
  font-family: "Libre Baskerville", Georgia, "Noto Serif", serif;
  border: none;
  border-bottom: 2px solid #00385c;
  text-transform: none;
}

.search-form input[type=search]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder {
  color: #00385c;
  text-transform: none;
  font-size: 1rem;
  font-family: "Libre Baskerville", Georgia, "Noto Serif", serif;
  opacity: 1;
}

.search-form input[type=search]::placeholder,.search-form input[type=text]::placeholder {
  color: #00385c;
  text-transform: none;
  font-size: 1rem;
  font-family: "Libre Baskerville", Georgia, "Noto Serif", serif;
  opacity: 1;
}

.search-form input[type=search]:focus,.search-form input[type=text]:focus {
  outline-offset: 4px;
}

.hero {
  position: relative;
}

.hero-container {
  position: relative;
  z-index: 1;
}

.hero-slider {
  background-color: #00385c;
  height: 24.25rem;
  margin-bottom: .625rem;
}

.hero-slider .slick-list,.hero-slider .slick-track,.hero-slider .slick-slide>div {
  height: 100%;
}

.hero-slider .slick-current {
  opacity: 1 !important;
  transition: none !important;
}

.hero-slide {
  height: 100%;
}

.hero .slide {
  position: relative;
  height: 100%;
}

.hero .slide-image {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}

.hero .slide-image img {
  position: relative;
}

.hero .slide-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .slide-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(161deg, rgba(0, 56, 92, 0) 0%, rgba(0, 56, 92, .1) 30%, rgb(0, 56, 92) 84%);
}

.hero .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  padding: 1.25rem 3.125rem 2.8125rem 3.4375rem;
}

.hero .slide-content * {
  position: relative;
}

.hero .slide-content h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  font-family: "Libre Baskerville", Georgia, "Noto Serif", serif;
  color: #ffffff;
  margin-bottom: .5rem;
}

.hero .slide-content p {
  font-size: .875rem;
  color: rgba(255, 255, 255, .7);
  line-height: 1.42;
  margin-bottom: .625rem;
}

.hero-arrows {
  display: flex;
  justify-content: center;
  -moz-column-gap: .625rem;
       column-gap: .625rem;
  padding: .5rem 0;
}

.hero .slick-arrow {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
}

.hero-pagination {
  display: none;
}

.hero .pagination-custom {
  display: flex;
  flex-direction: column;
  row-gap: .8125rem;
  text-align: right;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.15;
  color: rgba(51, 51, 51, .43);
}

.hero .pagination-custom a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

.hero .pagination-custom a:hover {
  color: #00385c;
}

.hero .pagination-custom .active a {
  color: #00385c;
  font-weight: bold;
}

.hero-content {
  position: relative;
}

.homepage .image-slider .slick-slide {
  min-height: 341px !important;
}

.homepage .hero .image-slider .slide {
  min-height: 341px !important;
  width: auto !important;
}

.hero-content .image-slider {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 20.875rem;
  height: 21.1875rem;
  overflow: hidden;
  transform: translateY(-50%);
  margin-top: -2.5rem;
  margin-right: -9.8125rem;
}

.hero-content .image-slider .slide-image img {
  position: relative;
}

.hero-content .image-slider .slick-current {
  opacity: 1 !important;
  transition: none !important;
}

.hero-content .image-slider img {
  display: block;
  width: auto !important;
  min-height: 341px !important;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: 65% 50%;
}

.news-holder {
  display: flex;
  flex-direction: column-reverse;
}

.news-container {
  padding: 3.125rem 3.125rem 2.8125rem;
}

.news-social-hold {
  padding-right: 3.125rem;
}

.news-social {
  display: flex;
  flex-direction: column;
  row-gap: 1.5625rem;
  margin-bottom: 2.5625rem;
}

.news-social a {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.6875rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  width: 100%;
  -moz-column-gap: .625rem;
       column-gap: .625rem;
  padding: 0 1.25rem 0 0;
}

.news-social a:hover {
  opacity: .8;
}

.news-social .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 3.125rem;
  background-color: rgba(255, 255, 255, .21);
}

.news-social .txt {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.news .link-mail {
  background-color: #00aeef;
}

.news .link-facebook {
  background-color: #153759;
}

.news .link-twitter {
  background-color: #000000;
}

.news .link-youtube {
  background-color: #e51e25;
}

.news-menu-hold {
  margin-left: 3.125rem;
  background-color: rgba(51, 51, 51, .13);
}

.news-menu {
  display: flex;
  flex-direction: column;
  padding: 1.5625rem 0;
  margin: 0;
  padding: 1.6875rem 0;
}

.news-menu li {
  padding: .9375rem 2.5rem;
}

.news-menu li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.news-menu a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #707070;
}

.news-menu a:hover {
  color: #e51e25;
}

.news-content {
  margin-bottom: 2.375rem;
}

.news-heading {
  color: #00385c;
  margin-bottom: .9375rem;
}

.news-heading .h6 {
  margin-bottom: 1.25rem;
}

.news-heading h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  color: inherit;
}

.news-heading h2 a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.news-heading h2 a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.news-text {
  margin-bottom: .3125rem;
  color: rgba(51, 51, 51, .7);
}

.news-text p {
  font-size: .875rem;
  line-height: 1.71;
  margin-bottom: .3125rem;
}

.news-list {
  display: flex;
  flex-direction: column;
  row-gap: 2.6875rem;
  font-family: "Libre Baskerville", Georgia, "Noto Serif", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #707070;
}

.news-list li {
  position: relative;
  padding-top: 1.6875rem;
}

.news-list li:after {
  content: "";
  width: 7.5rem;
  height: .1875rem;
  background-color: #00aeef;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
}

.news-list a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.news-list a:hover {
  color: #00aeef;
}

.find-members-container {
  padding: 3.125rem 3.125rem 4.375rem;
}

.find-members-heading {
  text-align: center;
  color: #00385c;
  margin-bottom: 1.125rem;
}

.find-members-heading h2 {
  font-size: 1.625rem;
  line-height: 1.38;
  color: inherit;
}

.find-members-text {
  margin-bottom: 1.6875rem;
  color: rgba(51, 51, 51, .7);
}

.find-members-text p {
  font-size: .875rem;
  line-height: 1.71;
}

.message {
  position: relative;
}

.message:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00385c;
  z-index: 0;
}

.message-container {
  position: relative;
  z-index: 1;
}

.message-image {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}

.message-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% 50%;
     object-position: 80% 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.message-content {
  padding: 2.6875rem 3.125rem 4.375rem;
}

.message-heading {
  text-align: center;
}

.message .h6 {
  margin-bottom: .875rem;
}

.message h2 {
  color: #ffffff;
}

.message-blockquote {
  margin-bottom: 1.75rem;
}

.message-blockquote blockquote {
  color: rgba(255, 255, 255, .7);
  line-height: 1.71;
  margin-bottom: 1.875rem;
}

.message-blockquote cite {
  font-style: italic;
  font-weight: 500;
  color: #ffffff;
  font-size: .8125rem;
  line-height: 1.69;
}

.message-blockquote cite span {
  text-transform: uppercase;
  display: flex;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.66;
}

.leadership {
  padding-top: .125rem;
}

.leadership-title,
.subscribe-title {
  background-color: #00aeef;
  color: #ffffff;
  padding: 1rem 3.125rem;
  display: flex;
  justify-content: center;
  margin-bottom: .125rem;
}

.leadership-title .h4,
.subscribe-title h4 {
  margin-bottom: 0;
  color: inherit;
}

.leadership-teams.staff {
  margin: 1rem 0;
}

.int .leadership-teams.staff .leadership-team-info h5 {
  text-transform: none;
  margin-bottom: 0;
}

.leadership-teams {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.0625rem;
  row-gap: .125rem;
}

.leadership-teams.staff .leadership-team {
  text-decoration: none;
}

.leadership-teams.staff .leadership-team:after {
  content: none;
}

.leadership-teams.staff .leadership-team-info {
  position: relative;
}

.leadership-teams.staff .leadership-team h5 {
  color: var(--primary-color);
}

.leadership-teams.staff .leadership-team-info p {
  color: #000;
}

.leadership-team {
  position: relative;
  flex: 1 1 50%;
  width: 50%;
  padding: 0 .0625rem;
}

.leadership-team:hover .leadership-team-image img {
  transform: scale(1.05);
}

.leadership-team:after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 56, 92, 0) 0%, rgb(0, 56, 92) 100%);
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  height: 62%;
  z-index: 0;
}

.leadership-team h5 {
  margin-bottom: 0;
  font-family: "Montserrat", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.28;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
}

.leadership-team p {
  margin-bottom: 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, .85);
}

.leadership-team-image {
  padding-top: 121%;
  position: relative;
  overflow: hidden;
}

.leadership-team-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
}

.leadership-team-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 .9375rem .5rem;
  z-index: 1;
}

.subscribe-content {
    background-color: #0f304d;
    padding: 2rem;
}

.connect-title {
    color: #ffffff;
}

.subscribe-content .btn {
    padding: 1.2rem 2.5rem;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1; 
  padding: .45rem;
}

/* Flexbox layout */

.hero-block {
    background-color: #00385c;
    min-height: 7rem;
    position: relative;
}

.hero-block h1 {
    color: #ffffff;
    position: absolute;
    bottom: 0;
}

.content-block {
  display: flex;
  z-index: 1;
}

.tab-block {
  flex: 0 0 13rem; /* Adjust width as needed */
  background: #ffffff;
  position: sticky;
  top: 0;
  height: 100vh; /* Make sure it takes up the full viewport height */
  overflow: auto; /* Allow scrolling within tab-block if needed */
  align-content: flex-start;
}

.body-block {
  flex: 1;
  padding: 20px;
}

.body-block .container {
  padding: 0;
}

.int #newsfilterlist {
    display: none;
}

.int .newsblocker:after {
content: "";
width: 100%;
background-image: none;
height: .1875rem;
background-color: #00aeef;
position: absolute;
padding: 0;
}

/* Styling for tab links */
.tab-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  transition: margin 700ms;
}

.tab-list.fixed {
    margin: 7rem 0 0;
}

.tab-list a {
  text-decoration: none;
  color: #00385c;
  display: block;
  padding: .75rem 2rem;
}

.tab-list a.active {
  background: #e51e25;
  font-weight: bold;
  color: #ffffff;
}

.body-block {
    margin: 2rem;
}

.int .leadership-team {
    max-width: 25%;
    flex: 1 1 25%;
}

.int .staff .leadership-team {
  max-width: 16.6%;
  flex: 1 1 16.6%;
}

.team-grouping h2 {
    font-size: 1.5rem;
}

.int .leadership-teams {
    margin-bottom: 1rem;
}

.int .leadership-team-info h5 {
    font-size: 1rem;
}

.int .leadership-team-info {
    padding: .65rem;
}

.int .leadership-team-info p {
    font-size: .85rem;
}

.past-leaders .leadership-team:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: .67;
}

.past-leaders .leadership-team img {
  filter: grayscale(100%);
}

.nav-tabs {
    border-bottom:1px solid #ddd;
    display:inline-block;
    width:100%;
    margin-bottom: 20px;
    list-style:none;
    padding-left: 0;
}

.nav-tabs li {
    float:left;
    position:relative;
    display:block;
    margin-bottom:0;
    font-size: 1.2rem;
    font-weight: bold;
}

.nav-tabs li a {
    position:relative;
    display:block;
    text-decoration: none;
    padding:10px 15px;
}

.nav-tabs li a.active {
    background-color: var(--secondary-color);
    color:#fff;
}

.photo-holder {
    position: relative;
    margin-bottom: 6rem;
}

.photo-holder .slick-arrow {
    background: #012a3d;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #e51e25;
    right: 50%;
    bottom: -5rem;
    top: auto;
    padding: .75rem 1.2rem;
    z-index: 10;
    border: none;
}

.photo-holder .slick-arrow .arrow {
  border-color: #ffffff;
  padding: 4px;
}

.photo-holder .slick-prev {
  left: auto;
}

.photo-holder .slick-disabled {
  background-color: #efefef;
}

.photo-holder .slick-next {
    right: calc(50% - 57px);
}

.photo-holder .slick-list {
  overflow: hidden;
  position: relative;
}

.photo-holder .container {
  max-width: 25rem;
}

.photo-slider .image {
  padding-top: 71%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100% - 1rem);
}

.video-holder-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.video-holder.third {
    width: calc(33.33333% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-holder iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

.alt-desc, .blockquote {
  border-left: 15px solid #4AA1D9;
  padding: 1rem 0 1rem 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 1.5rem 0;
  font-family: "Montserrat", Arial, "Noto Sans", sans-serif;
  font-weight: bold;
  color: #333333;
}

.alt-desc .author, .blockquote .author {
  color: #e51e25;
}

.buffer .newsblocker {
  margin: 0 0 1.75rem;
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }

  .link {
    font-size: 1rem;
    padding-right: .3125rem;
  }

  h2,.h2 {
    font-size: 2.125rem;
  }

  h6,.h6 {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .photo-slider .image {
    padding-top: 71%;
  }

  .photo-holder .container {
    max-width: 30rem;
  }

  .header .logo {
    background-color: #ffffff;
    top: 0;
    bottom: auto;
    left: 0;
    width: 13rem;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom:5rem;
  }

  .homepage .header .logo {
    padding-top: .25rem;
    width: 16rem;
    padding-bottom: 1rem;
    background: transparent;
  }

  .nav-active .header .logo {
    background-color: rgba(0, 0, 0, 0);
  }

  .header .logo a {
    width: 9rem;
  }

  .header .logo-static .logo-mobile {
    display: none;
  }

  .header .logo-static .logo-desktop {
    display: flex;
  }

  .nav-active .header .logo-static .logo-desktop {
    display: none;
  }

  .nav-active .header .logo-fixed .logo-mobile {
    display: none;
  }

  .nav-active .header .logo-fixed .logo-desktop {
    display: flex;
  }

  .header-holder {
    background-color: #ffffff;
    height: 4.5rem;
    padding-left: 13rem;
  }

  .hero-block {
    padding-left: 13rem;
  }

  .header-holder .content-holder {
    justify-content: space-between;
    width: 100%;
  }

  .drop-holder {
    padding: 9.1875rem 0 0;
    background-color: rgba(0, 56, 92, .9);
  }

  .drop-holder:before {
    background-color: rgba(0, 56, 92, .9);
  }

  .drop-holder .drop-content {
    display: flex;
    justify-content: flex-end;
    padding: 4.375rem 1.875rem 2rem 2.9375rem;
  }

  .drop-holder .drop-content .image-holder {
    display: block;
  }

  .main-nav {
    margin-bottom: 0;
    position: relative;
    height: auto;
  }

  .main-nav>li {
    margin-bottom: 1.5rem;
    position: static;
    width: 50%;
  }

  .main-nav>li>a {
    font-size: 2.25rem;
    padding: .25rem .375rem;
  }

  .drop {
    position: absolute;
    top: 0;
    left: 48%;
    padding: .125rem .9375rem .9375rem 1rem;
  }

  .drop a {
    font-size: 1.25rem;
  }

  .drop .second-level-nav {
    padding: 0 0 .8125rem 2.0625rem;
  }

  .drop .second-level-nav>li {
    margin-bottom: 1.5rem;
  }

  .drop-txt li {
    padding: 1.4375rem .625rem .9375rem .4375rem !important;
  }

  .drop-txt li:after {
    height: .375rem;
    width: 5.9375rem;
    left: .4375rem;
  }

  .drop .ttl {
    font-size: 1.875rem;
    margin-bottom: .8125rem;
  }

  .drop p {
    font-size: .875rem;
    line-height: 1.71;
  }

  .nav-opener {
    width: 4.4375rem;
    height: 4.5rem;
  }

  .nav-opener:after,.nav-opener:before,.nav-opener span {
    left: 1.25rem;
    height: .25rem;
  }

  .nav-opener:before {
    top: 1.5625rem;
    width: 1.875rem;
  }

  .nav-opener span {
    top: 2.125rem;
    width: 1.5625rem;
  }

  .nav-opener:after {
    width: 1.1875rem;
    bottom: 1.5625rem;
  }

  .nav-active .nav-opener:before {
    top: 2.125rem;
    left: 1.25rem;
    width: 1.875rem;
  }

  .nav-active .nav-opener:after {
    top: 2.125rem;
    left: 1.25rem;
    width: 1.875rem;
  }

  .fixed-position .header-holder {
    background-color: #ffffff;
  }

  .fixed-position .social-holder {
    /*display: none;*/
  }

  .nav-active .fixed-position .social-holder {
    display: flex;
  }

  .fixed-position .content-holder {
    justify-content: flex-end;
  }

  .fixed-position .logo {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    top: auto;
    bottom: 0;
    margin-left: 1.875rem;
    padding-bottom: 0;
  }

  .homepage .fixed-position .logo {
  	margin: 0;
  	bottom: initial;
  }

  .nav-active .fixed-position .logo {
    bottom: auto;
    top: 1rem;
  }

  .homepage .header .logo a, 
  .fixed-position .logo a {
    width: 14.8125rem;
  }

  .fixed-position .logo .logo-static .logo-mobile {
    display: flex;
  }

  .nav-active .fixed-position .logo .logo-static .logo-mobile {
    display: none;
  }

  .fixed-position .logo .logo-static .logo-desktop {
    display: none;
  }

  .homepage .fixed-position .logo .logo-static .logo-mobile {
  	display: none;
  }

  .homepage .fixed-position .logo .logo-static .logo-desktop {
  	display: flex;
  }

  .homepage.nav-active .fixed-position .logo .logo-static .logo-desktop { 
  	display:none;
  }

  .fixed-position .search-opener .icon-search svg path {
    fill: #00385c;
  }

  .nav-active .fixed-position .search-opener .icon-search svg path {
    fill: #ffffff;
  }

  .nav-active .header-holder .content-holder {
    height: 4.5rem;
    padding-right: 5.6875rem;
  }

  .search-opener {
    margin-right: 1.3125rem;
  }

  .search-opener .icon-search {
    width: 1.5625rem;
  }

  /*.search-opener .icon-search svg path {
    fill: #ffffff;
  }*/

  .social-networks {
    justify-content: flex-end;
    padding-left: 1.8125rem;
    -moz-column-gap: 1.1875rem;
         column-gap: 1.1875rem;
  }

  .drop-holder .social-networks {
    display: none;
  }

  .social-networks .svg-icon {
    width: 100%;
  }

  .homepage .social-holder {
  	flex-grow: initial;
  }

  .social-holder {
    flex-grow: 1;
    position: relative;
    z-index: 3;
  }

  .container {
    padding: 0 3.4375rem;
  }

  .footer {
    margin-top: -10.5%;
    padding-top: 10.5%;
  }

  .footer-container {
    padding: 0 3.4375rem;
  }

  .footer-top {
    padding: 4.375rem 0 3.75rem;
  }

  .footer-top-content {
    padding-right: 9.375rem;
  }

  .footer-logo {
    position: absolute;
    top: -0.9375rem;
    right: -1.5625rem;
    margin-bottom: 0;
  }

  .footer-nav {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    align-items: flex-start;
    margin: 0 -2rem;
    row-gap: 2.5rem;
  }

  .footer-item {
    width: 50%;
    padding: 0 2rem;
  }

  .footer-item-title {
    margin-bottom: 1.5625rem;
  }

  .footer-item-links {
    row-gap: .75rem;
  }

  .footer-bottom {
    padding: 1.5625rem 0 1.625rem;
  }

  .footer-bottom-content {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-links {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .footer-links li:first-child {
    padding-left: 0;
  }

  .footer-social {
    margin-right: 3.625rem;
  }

  .back-to-top {
    width: 4.6875rem;
    height: 4.6875rem;
  }

  .back-to-top .svg-icon {
    width: 60%;
  }

  .btn {
    font-size: 1.25rem;
    padding: 1.3125rem 2.5rem;
  }

  .alert-bar {
    padding: 0 6.5rem;
  }

  .alert-bar .alert-close {
    right: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .alert-bar .text {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
  }

  .alert-bar .text-wrap {
    width: calc(100% - 150px);
  }

  .alert-bar .icon-holder {
    transform: translateY(-50%);
    top: 50%;
    left: 1.5rem;
  }

  .subscribe-open-close .popup-wrapper {
    padding: 1.25rem 3.4375rem 3.75rem;
  }

  .subscribe-open-close .opener {
    margin-bottom: 1.25rem;
  }

  .subscribe-open-close .inner-holder {
    display: flex;
  }

  .subscribe-open-close .image-holder {
    width: 49%;
    min-height: auto;
    padding-top: 0;
  }

  .subscribe-open-close .content-holder {
    width: 63.6%;
    padding: 2.3125rem 2.1875rem;
  }

  .subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
    text-align: left;
    font-size: 1.875rem;
    margin: 0 0 .3125rem;
    letter-spacing: 0;
  }

  .subscribe-open-close .content-holder .text-block {
    text-align: left;
    font-size: .875rem;
    margin: 0 0 .6875rem;
  }

  .subscribe-open-close .input-group {
    margin: 0 -0.375rem;
  }

  .subscribe-open-close .input-group .input-holder {
    margin: 0 0 .625rem;
    padding: 0 .375rem;
  }

  .subscribe-open-close .input-group .input-holder.w50 {
    width: 50%;
  }

  .subscribe-open-close button[type=submit] {
    font-size: 1rem;
    padding: .625rem .625rem;
  }

  .search-form .search-close {
    top: 1.25rem;
    right: 1.25rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .search-form .search-close:before,.search-form .search-close:after {
    height: 2.125rem;
  }

  .search-form .btn-search {
    width: 2.1875rem;
  }

  .search-form .search-drop .search-opener {
    width: 4.6875rem;
    height: 5.1875rem;
  }

  .search-form .search-drop .drop-content {
    padding: 2.375rem 3.4375rem .9375rem;
    min-height: 15.5625rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    font-size: 1.875rem;
    padding: .4375rem .6875rem;
  }

  .search-form input[type=search]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder {
    font-size: 1.875rem;
  }

  .search-form input[type=search]::placeholder,.search-form input[type=text]::placeholder {
    font-size: 1.875rem;
  }

  /*.hero {
    padding-left: 13rem;
  }

  .hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 13rem;
    background-color: #ffffff;
    bottom: 0;
  }*/

  .hero-slider {
    height: 41rem;
    margin-bottom: 0;
  }

  .hero .slide-image:after {
    background: linear-gradient(161deg, rgba(0, 56, 92, 0) 0%, rgba(0, 56, 92, .1) 45%, rgb(0, 56, 92) 84%);
  }

  .hero .slide-content {
    padding: 2.5rem 3.125rem 3.6875rem 7.75rem;
  }

  .hero .slide-content h2 {
    font-size: 2.25rem;
    line-height: 1.16;
  }

  .hero .slide-content p {
    font-size: 1rem;
    line-height: 1.5;
  }

  /*.hero-arrows {
    display: none;
  }*/

  .hero-pagination {
    display: flex;
    position: absolute;
    bottom: 0;
    left: -13rem;
    padding: 1.25rem 1.75rem 1.25rem 1.1875rem;
    width: 13rem;
  }

  .hero.fixed .hero-pagination {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 13rem;
  }

  .news-container {
    padding: 4.375rem 3.4375rem 2.8125rem;
  }

  .news-left-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 3.75rem;
  }

  .news-social-hold {
    padding-right: 0;
    width: 49%;
  }

  .news-social {
    margin-bottom: 0;
  }

  .news-social .icon {
    width: 4.0625rem;
  }

  .news-social .txt {
    font-size: 1.25rem;
  }

  .news-menu-hold {
    margin-left: 0;
    width: 46%;
  }

  .news-content {
    margin-bottom: 2.875rem;
  }

  .news-heading {
    text-align: left;
    margin-bottom: .875rem;
  }

  .news-heading h2 {
    font-size: 1.875rem;
    line-height: 1.46;
    margin-bottom: 0;
  }

  .news-text {
    margin-bottom: 1rem;
  }

  .news-text p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .news-list {
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -1.25rem;
    row-gap: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.44;
  }

  .news-list li {
    padding: 1.875rem 1.25rem 0;
    width: 50%;
  }

  .news-list li:after {
    left: 1.25rem;
  }

  .find-members-container {
    padding: 4.375rem 3.4375rem 4.375rem;
  }

  .find-members-heading {
    text-align: left;
    margin-bottom: .25rem;
  }

  .find-members-heading h2 {
    font-size: 1.875rem;
    line-height: 1.73;
    margin-bottom: 0;
  }

  .find-members-text {
    margin-bottom: 1rem;
  }

  .find-members-text p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .message-container {
    position: relative;
    padding-top: 5.9375rem;
    padding-bottom: 5.75rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .message-image {
    width: 44.3%;
    padding-top: 56%;
  }

  .message-content {
    padding: 0 0 0 3.4375rem;
    width: 54%;
  }

  .message-heading {
    text-align: left;
    margin-bottom: 1.625rem;
  }

  .message .h6 {
    margin-bottom: .75rem;
  }

  .message-blockquote {
    margin-bottom: 1.25rem;
  }

  .message-blockquote blockquote {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.62;
    padding-right: 1.25rem;
  }

  .message-blockquote cite {
    font-size: .875rem;
  }

  .message-blockquote cite span {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .leadership-container,
  .subscribe-container {
    display: flex;
  }

  .leadership-title,
  .subscribe-title {
    width: 3.375rem;
    margin-bottom: 0;
    margin-right: .125rem;
    padding: 0;
  }

  .leadership-title .h4,
  .subscribe-title h4 {
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    font-size: 1.125rem;
  }

  .leadership-teams,
  .subscribe-content {
    width: calc(100% + .125rem);
  }

  .leadership-team {
    flex: 1 1 33%;
  }

  .leadership-team-image {
    padding-top: 123%;
  }
}

@media (min-width: 768px)and (min-width: 1440px) {
  .header .logo {
    width: 14.625rem;
  }

  .header-holder,
  .hero-block {
    padding-left: 14.625rem;
  }

  .hero:after {
    width: 14.625rem;
  }

  .hero.fixed .hero-pagination {
    width: 14.625rem;
    padding-left: 3.125rem;
  }

  .news-list {
    font-size: 1.25rem;
    line-height: 1.45;
    padding-right: 8%;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
  }

  h3,.h3 {
    font-size: 1.6875rem;
  }

  h4,.h4 {
    font-size: 1.6875rem;
  }

  input[type=text],input[type=email],input[type=tel],textarea {
    font-size: 1.125rem;
    padding: 1.25rem 1.25rem;
  }

  .drop-holder:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 44%;
    width: .0625rem;
    background-color: rgba(255, 255, 255, .4);
  }

  .main-nav>li {
    padding: 0 .375rem;
  }

  .drop a {
    color: #ffffff;
  }

  .drop .ttl {
    font-size: 2.25rem;
    margin-bottom: 1.1875rem;
  }

  .search-opener {
    margin-right: 1.25rem;
  }

  .container {
    padding: 0 2.8125rem;
  }

  .photo-holder .container {
    max-width: 48rem;
  }

  .footer-container {
    padding: 0 2.8125rem;
  }

  .footer-item-title {
    margin-bottom: 1.4375rem;
  }

  .footer-item-links {
    font-size: 1rem;
    row-gap: .875rem;
  }

  .footer-links {
    font-size: 1rem;
  }

  .alert-bar .alert-close {
    right: .9375rem;
    right: 1.5rem;
  }

  .alert-bar .text {
    width: 100%;
    padding: 1.125rem 0 1.5rem .8125rem;
    max-width: 53.125rem;
  }

  .alert-bar .text-wrap {
    width: calc(100% - 130px);
  }

  .alert-bar .icon-holder {
    left: 1.875rem;
  }

  .subscribe-open-close .opener {
    width: 2.1875rem;
    height: 2.1875rem;
  }

  .subscribe-open-close .opener:before,.subscribe-open-close .opener:after {
    height: 2.8125rem;
  }

  .subscribe-open-close .content-holder {
    padding: 3.6875rem 3.125rem 3.6875rem 3.125rem;
  }

  .subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
    font-size: 2.5rem;
    margin: 0 .3125rem .75rem;
  }

  .subscribe-open-close .content-holder .text-block {
    font-size: 1.125rem;
    margin: 0 .375rem 2.5rem;
  }

  .subscribe-open-close .input-group {
    margin: 0 -0.625rem;
  }

  .subscribe-open-close .input-group .input-holder {
    margin: 0 0 1.25rem;
    padding: 0 .625rem;
  }

  .subscribe-open-close .input-group input {
    font-size: 1.125rem;
    padding: 1.25rem 1.25rem;
  }

  .search-form .search-drop .search-opener {
    right: .5625rem;
    top: .4375rem;
  }

  .header .logo {
    padding-bottom: 4rem;
  }

  .header.fixed-position .logo {
    padding-bottom: 0;
  }

  .hero .slide {
    margin-right: 18.2%;
  }

  /*.hero .slide-image {
    width: 82%;
  }*/

  .hero .slide-content {
    align-items: flex-end;
  }

  .hero-arrows {
    position: absolute;
    bottom: 20%;
    right: 5px;
  }

  .hero-arrows svg {
    color: #ffffff;
  }

  .hero .slide-text {
    max-width: 28.125rem;
  }

    .news-holder {
    flex-direction: row;
    justify-content: space-between;
    row-gap: 1.25rem;
    padding: 7.1875rem 8.125rem 1.875rem 0;
  }

  .news-container {
    padding: 0;
  }

  .news-left-col {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 26.4375rem;
    width: 100%;
  }

  .news-right-col {
    width: calc(100% - 493px);
  }

  .news-social-hold {
    width: 100%;
  }

  .news-social a {
    padding: 0 2.5rem 0 0;
  }

  .news-menu-hold {
    width: 100%;
  }

  .news-menu li {
    padding: .9375rem 2.5rem .9375rem;
    padding-left: 26%;
  }

  .news-content {
    margin-bottom: 4.0625rem;
  }

  .news-heading {
    margin-bottom: 1.25rem;
  }

  .news-heading h2 {
    font-size: 2.25rem;
    line-height: 1.44;
  }

  .news-text {
    margin-bottom: 1.5625rem;
    margin-right: .625rem;
  }

  .news-text p {
    font-size: 1.125rem;
    line-height: 1.66;
  }

  .news-list li:after {
    width: 8.3125rem;
  }

  .find-members-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 1.25rem;
  }

  .find-members-text {
    margin-bottom: 0;
  }

  .find-members-container {
    padding: 2.1875rem 2.8125rem 4.375rem;
  }

  .find-members-left-col {
    padding-left: 19%;
    width: 73%;
  }

  .find-members-right-col {
    margin-right: 4.5%;
  }

  .find-members-heading {
    margin-bottom: .625rem;
  }

  .find-members-heading h2 {
    font-size: 2.25rem;
    line-height: 1.44;
  }

  .find-members-text p {
    font-size: 1.125rem;
    line-height: 1.66;
  }

  .message:after {
    right: 16%;
  }

  .message-container {
    align-items: center;
    padding: 4.375rem 5rem 4.375rem 6.25rem;
  }

  .message-image {
    width: 44.3%;
    padding-top: 44%;
  }

  .message-content {
    padding: 0;
    width: 48%;
  }

  .message .h6 {
    margin-bottom: .5625rem;
  }

  .message-blockquote {
    margin-bottom: 2.1875rem;
  }

  .message-blockquote blockquote {
    font-size: 1.125rem;
    margin-bottom: 1.5625rem;
    line-height: 1.66;
    padding-right: 0;
  }

  .message-blockquote cite span {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .leadership-container {
    width: 84%;
  }

  .subscribe-container {
    width: calc(100% - 120px);
  }
}

@media (min-width: 1200px) {
  h5,.h5 {
    font-size: 1.125rem;
    line-height: 1.15;
  }

  .footer-top {
    padding: 4.8125rem 0 5.3125rem;
  }

  .footer-top-content {
    padding-right: 15.625rem;
    padding-left: .9375rem;
  }

  .footer-logo {
    top: auto;
    bottom: -2.5rem;
    right: .5rem;
  }

  .footer-logo a {
    width: 13.5rem;
  }

  .footer-nav {
    margin: 0;
    justify-content: space-between;
    -moz-column-gap: .875rem;
         column-gap: .875rem;
  }

  .footer-item {
    width: auto;
    padding: 0;
  }

  .leadership-title,
  .subscribe-title {
    width: 5.3125rem;
  }

  .leadership-title .h4,
  .subscribe-title h4 {
    font-size: 1.875rem;
  }

  .leadership-team h5 {
    font-size: 1.125rem;
    line-height: 1.15;
    margin-bottom: .4375rem;
  }

  .leadership-team p {
    font-size: 1.125rem;
  }

  .leadership-team-image {
    padding-top: 110%;
  }

  .leadership-team-info {
    padding: 0 .9375rem 1.6875rem 2.9375rem;
  }

  .photo-holder .container {
    max-width: 60rem;
  }
}

@media (min-width: 1440px) {
  h2,.h2 {
    font-size: 3.25rem;
    line-height: 1.3;
  }

  .header .logo a {
    width: 10.5rem;
  }

  .homepage .header .logo a {
    width: 14.5rem;
  }

  .homepage .header.fixed-position .logo a {
    width: 14.5rem;
  }

  .drop-holder {
    padding: 10rem 0 0;
  }

  .drop-holder .drop-content {
    padding: 5.3125rem 1.875rem 2rem 10.1875rem;
  }

  .main-nav>li {
    padding: 0 .625rem;
    margin-bottom: 2.3125rem;
    width: 38%;
  }

  .main-nav>li>a {
    font-size: 3.4375rem;
  }

  .drop {
    display: flex;
    height: 100%;
    padding: .125rem 2.8125rem .9375rem 1rem;
    left: 41.5%;
  }

  .drop .second-level-nav {
    font-size: 1.5rem;
    padding: 0 0 .8125rem .875rem;
  }

  .drop .second-level-nav>li {
    margin-bottom: 1.5625rem;
  }

  .drop .second-level-nav>li>a {
    font-size: 1.5rem;
  }

  .drop-txt {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .drop-txt li:after {
    width: 6.625rem;
  }

  .drop p {
    font-size: 1.125rem;
    line-height: 1.66;
  }

  .fixed-position .logo a {
    width: 14.8125rem;
  }

  .footer-top-content {
    padding-right: 18.75rem;
    max-width: 100%;
  }

  .subscribe-open-close button[type=submit] {
    font-size: 1.25rem;
    padding: 1.25rem .625rem;
  }

  .search-form .search-close {
    top: 1.6875rem;
    right: 1.6875rem;
    width: 2.0625rem;
    height: 2.0625rem;
  }

  .search-form .search-close:before,.search-form .search-close:after {
    height: 2.75rem;
  }

  .search-form .btn-search {
    right: .625rem;
  }

  .search-form .search-drop .drop-content {
    padding: 1.125rem 2.8125rem .9375rem;
  }

  .search-form input[type=search],.search-form input[type=text] {
    font-size: 2.25rem;
    padding: .9375rem .6875rem;
  }

  .search-form input[type=search]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder {
    font-size: 2.25rem;
  }

  .search-form input[type=search]::placeholder,.search-form input[type=text]::placeholder {
    font-size: 2.25rem;
  }

  .photo-holder .container {
    max-width: 69rem;
  }

  /*.hero {
    padding-left: 14.625rem;
  }*/

  .hero-slider {
    height: 45.1875rem;
  }

  .hero .slide {
    margin-right: 15.2%;
  }

  .hero .slide-content h2 {
    font-size: 3.125rem;
    line-height: 1.2;
    margin-bottom: .8125rem;
  }

  .hero .slide-content p {
    font-size: 1.125rem;
    line-height: 1.66;
    margin-bottom: 1.625rem;
  }

  .hero .pagination-custom {
    font-size: .875rem;
    line-height: 1.14;
    row-gap: 1.0625rem;
  }

  .tab-block {
    flex: 0 0 14.25rem;
  }
}

@media (min-width: 1920px) {
  .footer-top-content {
    padding-right: 30%;
  }
}

@media (max-width: 1023px) {

  .int .staff .leadership-team {
    max-width: 25%;
    flex: 1 1 25%;
  } 

  body.nav-active {
    overflow: hidden !important;
  }

  .hero-content .image-slider {
    display: none;
  }

  .video-holder.third { 
    width: 100%;
    display: block;
  }

  .int .leadership-team {
      flex: 1 1 50%;
      max-width: 50%;
  }
}

@media (max-width: 767px) {

.homepage .header .logo {
    left: 10px;
    transform: none;
    top: 5px;
}
  .int .leadership-teams {
    display: grid;
    flex-wrap: nowrap;
  }

  .int .leadership-team {
      flex: 1 1 100%;
      max-width: 100%;
      width: 100%;
  }

  .int .leadership-teams.staff {
    display: flex;
    flex-wrap: wrap;
  }

  .int .staff .leadership-team {
    max-width: 50%;
    flex: 1 1 50%;
  }

  .content-block {
    display: block;
  }

  .tab-block {
    display: none;
  }

  .social-holder {
    display: none;
  }

  .btn {
    width: 100%;
  }

  .alert-bar .text-wrap {
    margin: 0 0 .9375rem;
  }
}

@media (min-width: 768px)and (max-width: 1023px) {
  input[type=text],input[type=email],input[type=tel],textarea {
    font-size: .875rem;
    padding: .8125rem .75rem;
  }

  .subscribe-open-close .input-group input {
    font-size: .875rem;
    padding: .8125rem .75rem;
  }
}

.issue-block .issue-container {
  overflow: hidden;
}

@media (min-width: 1200px){
 .issue-block .issue-container {
	max-width: 1400px;
	width: 100%;
 }
}

@media (max-width: 1199px) {
 .issue-block .issue-container  {
	max-width: 800px;
	width: 100%;
  }
}

@media (max-width: 720px) {
  .issue-block .issue-container  {
	  max-width: 650px;
	  width: 100%;
	}
}


@media (max-width: 550px) {
  .issue-block .issue-container  {
	  max-width: 410px;
	  width: 100%;
	}

  #modal {
    min-width: 300px;
  }

  #modal .form-group {
    display: block;
  }

  #modal h1 {
    font-size: 1.85rem;
  }

  #modal .btn {
    max-width: none;
    margin: .25rem 0;
  }
}


@media (max-width: 479px) {
	.issue-block  .container {
		max-width: 320px;
		width: 100%;
	}
}