:root{--vc-clr-primary:#000;--vc-clr-secondary:#090f207f;--vc-clr-white:#fff}.carousel,.carousel *{box-sizing:border-box}.carousel{height:var(--vc-carousel-height);overscroll-behavior:none;position:relative;touch-action:pan-x pan-y pinch-zoom;z-index:1}.carousel.is-dragging{touch-action:none}.carousel__track{display:flex;gap:var(--vc-slide-gap);height:100%;list-style:none;margin:0;padding:0;position:relative;transition:transform ease-out;transition-duration:var(--vc-transition-duration);width:100%}.carousel__viewport{height:100%;overflow:hidden;width:100%}.carousel__sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.carousel.is-rtl{direction:rtl}.carousel.is-ttb .carousel__track{flex-direction:column}.carousel.is-btt .carousel__track{flex-direction:column-reverse}.carousel.is-vertical .carousel__slide--clone:first-child{margin-block-start:var(--vc-cloned-offset)}.carousel:not(.is-vertical) .carousel__slide--clone:first-child{margin-inline-start:var(--vc-cloned-offset)}.carousel.is-effect-fade .carousel__track{display:grid;grid-template-columns:100%;grid-template-rows:100%;transition:none}.carousel.is-effect-fade .carousel__slide{grid-area:1/1;height:100%;opacity:0;pointer-events:none;transition:opacity ease-in-out;transition-duration:var(--vc-transition-duration);width:100%}.carousel.is-effect-fade .carousel__slide--active{opacity:1;pointer-events:auto}:root{--vc-icn-width:100%}.carousel__icon{fill:currentColor;height:var(--vc-icn-width);width:var(--vc-icn-width)}:root{--vc-nav-background:transparent;--vc-nav-border-radius:0;--vc-nav-color:var(--vc-clr-primary);--vc-nav-color-hover:var(--vc-clr-secondary);--vc-nav-height:30px;--vc-nav-width:30px}.carousel__next,.carousel__prev{align-items:center;background:var(--vc-nav-background);border:0;border-radius:var(--vc-nav-border-radius);color:var(--vc-nav-color);cursor:pointer;display:flex;font-size:var(--vc-nav-height);height:var(--vc-nav-height);inset-block-start:50%;justify-content:center;padding:0;position:absolute;transform:translateY(-50%);width:var(--vc-nav-width)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__next{inset-inline-end:0}.carousel__prev{inset-inline-start:0}.carousel.is-vertical .carousel__next,.carousel.is-vertical .carousel__prev{inset-block-start:auto;inset-inline:auto 50%;transform:translate(50%)}.carousel.is-vertical.is-ttb .carousel__next{inset-block-end:0}.carousel.is-vertical.is-ttb .carousel__prev,.carousel.is-vertical.is-btt .carousel__next{inset-block-start:0}.carousel.is-vertical.is-btt .carousel__prev{inset-block-end:0}@media(hover:hover){.carousel__next:hover,.carousel__prev:hover{color:var(--vc-nav-color-hover)}}:root{--vc-pgn-active-color:var(--vc-clr-primary);--vc-pgn-background-color:var(--vc-clr-secondary);--vc-pgn-border-radius:0;--vc-pgn-gap:6px;--vc-pgn-height:4px;--vc-png-bottom:10px;--vc-png-left:auto;--vc-png-right:10px;--vc-pgn-width:16px}.carousel__pagination{bottom:var(--vc-png-bottom);display:flex;gap:var(--vc-pgn-gap);justify-content:center;left:50%;list-style:none;margin:0;padding:0;position:absolute;transform:translate(-50%)}.carousel__pagination-button{background-color:var(--vc-pgn-background-color);border:0;border-radius:var(--vc-pgn-border-radius);cursor:pointer;display:block;height:var(--vc-pgn-height);margin:0;padding:0;width:var(--vc-pgn-width)}.carousel__pagination-button--active{background-color:var(--vc-pgn-active-color)}@media(hover:hover){.carousel__pagination-button:hover{background-color:var(--vc-pgn-active-color)}}.carousel.is-vertical .carousel__pagination{bottom:50%;flex-direction:column;left:var(--vc-png-left);right:var(--vc-png-right);transform:translateY(50%)}.carousel.is-vertical .carousel__pagination-button{height:var(--vc-pgn-width);width:var(--vc-pgn-height)}.carousel.is-btt .carousel__pagination{flex-direction:column-reverse}.carousel__slide{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin:0;transform:translateZ(0)}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;margin:0;padding:0;vertical-align:baseline}html{overflow-x:hidden}body{line-height:1}a{-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}a[href^=tel]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}q{display:inline;font-style:italic}q:after,q:before{content:'"';font-style:normal}input[type=button],input[type=password],input[type=reset],input[type=search],input[type=submit],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}td,th{padding:2px}big{font-size:120%}small,sub,sup{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,s,strike{text-decoration:line-through}dt{font-weight:700}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;font-optical-sizing:auto;font-style:normal}.container{margin:0 auto;max-width:1140px;width:100%}img{max-width:100%}a{transition:.3s ease}html{scroll-padding-top:calc(112px + 5rem)}.rounded{border-radius:.5rem}body{font-family:Noto Sans,sans-serif}h1,h2,h3,h4,h5,h6{color:#472377;font-family:"DM Serif Display",serif;line-height:1.25em}h1,h2{font-size:3rem}h1,h2,p{font-weight:400}p{color:#000;font-size:1.25rem;line-height:1.35em}@media screen and (max-width:767px){p{font-size:1.125rem}}.small-text p{font-size:1rem}.px-5{padding-left:5rem;padding-right:5rem}@media screen and (min-width:1921px){.px-5\:xl{padding-left:5rem;padding-right:5rem}}@media screen and (max-width:1440px){.px-5\:lg{padding-left:5rem;padding-right:5rem}}@media screen and (max-width:1024px){.px-5\:md{padding-left:5rem;padding-right:5rem}}@media screen and (max-width:767px){.px-5\:sm{padding-left:5rem;padding-right:5rem}}@media screen and (max-width:600px){.px-5\:xs{padding-left:5rem;padding-right:5rem}}.px-4{padding-left:4rem;padding-right:4rem}@media screen and (min-width:1921px){.px-4\:xl{padding-left:4rem;padding-right:4rem}}@media screen and (max-width:1440px){.px-4\:lg{padding-left:4rem;padding-right:4rem}}@media screen and (max-width:1024px){.px-4\:md{padding-left:4rem;padding-right:4rem}}@media screen and (max-width:767px){.px-4\:sm{padding-left:4rem;padding-right:4rem}}@media screen and (max-width:600px){.px-4\:xs{padding-left:4rem;padding-right:4rem}}.px-3{padding-left:3rem;padding-right:3rem}@media screen and (min-width:1921px){.px-3\:xl{padding-left:3rem;padding-right:3rem}}@media screen and (max-width:1440px){.px-3\:lg{padding-left:3rem;padding-right:3rem}}@media screen and (max-width:1024px){.px-3\:md{padding-left:3rem;padding-right:3rem}}@media screen and (max-width:767px){.px-3\:sm{padding-left:3rem;padding-right:3rem}}@media screen and (max-width:600px){.px-3\:xs{padding-left:3rem;padding-right:3rem}}.px-2{padding-left:2rem;padding-right:2rem}@media screen and (min-width:1921px){.px-2\:xl{padding-left:2rem;padding-right:2rem}}@media screen and (max-width:1440px){.px-2\:lg{padding-left:2rem;padding-right:2rem}}@media screen and (max-width:1024px){.px-2\:md{padding-left:2rem;padding-right:2rem}}@media screen and (max-width:767px){.px-2\:sm{padding-left:2rem;padding-right:2rem}}@media screen and (max-width:600px){.px-2\:xs{padding-left:2rem;padding-right:2rem}}.px-1{padding-left:1rem;padding-right:1rem}@media screen and (min-width:1921px){.px-1\:xl{padding-left:1rem;padding-right:1rem}}@media screen and (max-width:1440px){.px-1\:lg{padding-left:1rem;padding-right:1rem}}@media screen and (max-width:1024px){.px-1\:md{padding-left:1rem;padding-right:1rem}}@media screen and (max-width:767px){.px-1\:sm{padding-left:1rem;padding-right:1rem}}@media screen and (max-width:600px){.px-1\:xs{padding-left:1rem;padding-right:1rem}}.py-5{padding-bottom:5rem;padding-top:5rem}@media screen and (min-width:1921px){.py-5\:xl{padding-bottom:5rem;padding-top:5rem}}@media screen and (max-width:1440px){.py-5\:lg{padding-bottom:5rem;padding-top:5rem}}@media screen and (max-width:1024px){.py-5\:md{padding-bottom:5rem;padding-top:5rem}}@media screen and (max-width:767px){.py-5\:sm{padding-bottom:1.625rem;padding-top:1.625rem}}@media screen and (max-width:600px){.py-5\:xs{padding-bottom:5rem;padding-top:5rem}}.py-4{padding-bottom:4rem;padding-top:4rem}@media screen and (min-width:1921px){.py-4\:xl{padding-bottom:4rem;padding-top:4rem}}@media screen and (max-width:1440px){.py-4\:lg{padding-bottom:4rem;padding-top:4rem}}@media screen and (max-width:1024px){.py-4\:md{padding-bottom:4rem;padding-top:4rem}}@media screen and (max-width:767px){.py-4\:sm{padding-bottom:4rem;padding-top:4rem}}@media screen and (max-width:600px){.py-4\:xs{padding-bottom:4rem;padding-top:4rem}}.py-3{padding-bottom:3rem;padding-top:3rem}@media screen and (min-width:1921px){.py-3\:xl{padding-bottom:3rem;padding-top:3rem}}@media screen and (max-width:1440px){.py-3\:lg{padding-bottom:3rem;padding-top:3rem}}@media screen and (max-width:1024px){.py-3\:md{padding-bottom:3rem;padding-top:3rem}}@media screen and (max-width:767px){.py-3\:sm{padding-bottom:3rem;padding-top:3rem}}@media screen and (max-width:600px){.py-3\:xs{padding-bottom:3rem;padding-top:3rem}}.py-2{padding-bottom:2rem;padding-top:2rem}@media screen and (min-width:1921px){.py-2\:xl{padding-bottom:2rem;padding-top:2rem}}@media screen and (max-width:1440px){.py-2\:lg{padding-bottom:2rem;padding-top:2rem}}@media screen and (max-width:1024px){.py-2\:md{padding-bottom:2rem;padding-top:2rem}}@media screen and (max-width:767px){.py-2\:sm{padding-bottom:2rem;padding-top:2rem}}@media screen and (max-width:600px){.py-2\:xs{padding-bottom:2rem;padding-top:2rem}}.py-1{padding-bottom:1rem;padding-top:1rem}@media screen and (min-width:1921px){.py-1\:xl{padding-bottom:1rem;padding-top:1rem}}@media screen and (max-width:1440px){.py-1\:lg{padding-bottom:1rem;padding-top:1rem}}@media screen and (max-width:1024px){.py-1\:md{padding-bottom:1rem;padding-top:1rem}}@media screen and (max-width:767px){.py-1\:sm{padding-bottom:1rem;padding-top:1rem}}@media screen and (max-width:600px){.py-1\:xs{padding-bottom:1rem;padding-top:1rem}}.pt-5{padding-top:5rem}@media screen and (min-width:1921px){.pt-5\:xl{padding-top:5rem}}@media screen and (max-width:1440px){.pt-5\:lg{padding-top:5rem}}@media screen and (max-width:1024px){.pt-5\:md{padding-top:5rem}}@media screen and (max-width:767px){.pt-5\:sm{padding-top:5rem}}@media screen and (max-width:600px){.pt-5\:xs{padding-top:5rem}}.pt-4{padding-top:4rem}@media screen and (min-width:1921px){.pt-4\:xl{padding-top:4rem}}@media screen and (max-width:1440px){.pt-4\:lg{padding-top:4rem}}@media screen and (max-width:1024px){.pt-4\:md{padding-top:4rem}}@media screen and (max-width:767px){.pt-4\:sm{padding-top:4rem}}@media screen and (max-width:600px){.pt-4\:xs{padding-top:4rem}}.pt-3{padding-top:3rem}@media screen and (min-width:1921px){.pt-3\:xl{padding-top:3rem}}@media screen and (max-width:1440px){.pt-3\:lg{padding-top:3rem}}@media screen and (max-width:1024px){.pt-3\:md{padding-top:3rem}}@media screen and (max-width:767px){.pt-3\:sm{padding-top:3rem}}@media screen and (max-width:600px){.pt-3\:xs{padding-top:3rem}}.pt-2{padding-top:2rem}@media screen and (min-width:1921px){.pt-2\:xl{padding-top:2rem}}@media screen and (max-width:1440px){.pt-2\:lg{padding-top:2rem}}@media screen and (max-width:1024px){.pt-2\:md{padding-top:2rem}}@media screen and (max-width:767px){.pt-2\:sm{padding-top:2rem}}@media screen and (max-width:600px){.pt-2\:xs{padding-top:2rem}}.pt-1{padding-top:1rem}@media screen and (min-width:1921px){.pt-1\:xl{padding-top:1rem}}@media screen and (max-width:1440px){.pt-1\:lg{padding-top:1rem}}@media screen and (max-width:1024px){.pt-1\:md{padding-top:1rem}}@media screen and (max-width:767px){.pt-1\:sm{padding-top:1rem}}@media screen and (max-width:600px){.pt-1\:xs{padding-top:1rem}}.pb-5{padding-bottom:5rem}@media screen and (min-width:1921px){.pb-5\:xl{padding-bottom:5rem}}@media screen and (max-width:1440px){.pb-5\:lg{padding-bottom:5rem}}@media screen and (max-width:1024px){.pb-5\:md{padding-bottom:5rem}}@media screen and (max-width:767px){.pb-5\:sm{padding-bottom:5rem}}@media screen and (max-width:600px){.pb-5\:xs{padding-bottom:5rem}}.pb-4{padding-bottom:4rem}@media screen and (min-width:1921px){.pb-4\:xl{padding-bottom:4rem}}@media screen and (max-width:1440px){.pb-4\:lg{padding-bottom:4rem}}@media screen and (max-width:1024px){.pb-4\:md{padding-bottom:4rem}}@media screen and (max-width:767px){.pb-4\:sm{padding-bottom:4rem}}@media screen and (max-width:600px){.pb-4\:xs{padding-bottom:4rem}}.pb-3{padding-bottom:3rem}@media screen and (min-width:1921px){.pb-3\:xl{padding-bottom:3rem}}@media screen and (max-width:1440px){.pb-3\:lg{padding-bottom:3rem}}@media screen and (max-width:1024px){.pb-3\:md{padding-bottom:3rem}}@media screen and (max-width:767px){.pb-3\:sm{padding-bottom:3rem}}@media screen and (max-width:600px){.pb-3\:xs{padding-bottom:3rem}}.pb-2{padding-bottom:2rem}@media screen and (min-width:1921px){.pb-2\:xl{padding-bottom:2rem}}@media screen and (max-width:1440px){.pb-2\:lg{padding-bottom:2rem}}@media screen and (max-width:1024px){.pb-2\:md{padding-bottom:2rem}}@media screen and (max-width:767px){.pb-2\:sm{padding-bottom:2rem}}@media screen and (max-width:600px){.pb-2\:xs{padding-bottom:2rem}}.pb-1{padding-bottom:1rem}@media screen and (min-width:1921px){.pb-1\:xl{padding-bottom:1rem}}@media screen and (max-width:1440px){.pb-1\:lg{padding-bottom:1rem}}@media screen and (max-width:1024px){.pb-1\:md{padding-bottom:1rem}}@media screen and (max-width:767px){.pb-1\:sm{padding-bottom:1rem}}@media screen and (max-width:600px){.pb-1\:xs{padding-bottom:1rem}}.mx-5{margin-left:5rem;margin-right:5rem}@media screen and (min-width:1921px){.mx-5\:xl{margin-left:5rem;margin-right:5rem}}@media screen and (max-width:1440px){.mx-5\:lg{margin-left:5rem;margin-right:5rem}}@media screen and (max-width:1024px){.mx-5\:md{margin-left:5rem;margin-right:5rem}}@media screen and (max-width:767px){.mx-5\:sm{margin-left:5rem;margin-right:5rem}}@media screen and (max-width:600px){.mx-5\:xs{margin-left:5rem;margin-right:5rem}}.mx-4{margin-left:4rem;margin-right:4rem}@media screen and (min-width:1921px){.mx-4\:xl{margin-left:4rem;margin-right:4rem}}@media screen and (max-width:1440px){.mx-4\:lg{margin-left:4rem;margin-right:4rem}}@media screen and (max-width:1024px){.mx-4\:md{margin-left:4rem;margin-right:4rem}}@media screen and (max-width:767px){.mx-4\:sm{margin-left:4rem;margin-right:4rem}}@media screen and (max-width:600px){.mx-4\:xs{margin-left:4rem;margin-right:4rem}}.mx-3{margin-left:3rem;margin-right:3rem}@media screen and (min-width:1921px){.mx-3\:xl{margin-left:3rem;margin-right:3rem}}@media screen and (max-width:1440px){.mx-3\:lg{margin-left:3rem;margin-right:3rem}}@media screen and (max-width:1024px){.mx-3\:md{margin-left:3rem;margin-right:3rem}}@media screen and (max-width:767px){.mx-3\:sm{margin-left:3rem;margin-right:3rem}}@media screen and (max-width:600px){.mx-3\:xs{margin-left:3rem;margin-right:3rem}}.mx-2{margin-left:2rem;margin-right:2rem}@media screen and (min-width:1921px){.mx-2\:xl{margin-left:2rem;margin-right:2rem}}@media screen and (max-width:1440px){.mx-2\:lg{margin-left:2rem;margin-right:2rem}}@media screen and (max-width:1024px){.mx-2\:md{margin-left:2rem;margin-right:2rem}}@media screen and (max-width:767px){.mx-2\:sm{margin-left:2rem;margin-right:2rem}}@media screen and (max-width:600px){.mx-2\:xs{margin-left:2rem;margin-right:2rem}}.mx-1{margin-left:1rem;margin-right:1rem}@media screen and (min-width:1921px){.mx-1\:xl{margin-left:1rem;margin-right:1rem}}@media screen and (max-width:1440px){.mx-1\:lg{margin-left:1rem;margin-right:1rem}}@media screen and (max-width:1024px){.mx-1\:md{margin-left:1rem;margin-right:1rem}}@media screen and (max-width:767px){.mx-1\:sm{margin-left:1rem;margin-right:1rem}}@media screen and (max-width:600px){.mx-1\:xs{margin-left:1rem;margin-right:1rem}}.my-5{margin-bottom:5rem;margin-top:5rem}@media screen and (min-width:1921px){.my-5\:xl{margin-bottom:5rem;margin-top:5rem}}@media screen and (max-width:1440px){.my-5\:lg{margin-bottom:5rem;margin-top:5rem}}@media screen and (max-width:1024px){.my-5\:md{margin-bottom:5rem;margin-top:5rem}}@media screen and (max-width:767px){.my-5\:sm{margin-bottom:5rem;margin-top:5rem}}@media screen and (max-width:600px){.my-5\:xs{margin-bottom:5rem;margin-top:5rem}}.my-4{margin-bottom:4rem;margin-top:4rem}@media screen and (min-width:1921px){.my-4\:xl{margin-bottom:4rem;margin-top:4rem}}@media screen and (max-width:1440px){.my-4\:lg{margin-bottom:4rem;margin-top:4rem}}@media screen and (max-width:1024px){.my-4\:md{margin-bottom:4rem;margin-top:4rem}}@media screen and (max-width:767px){.my-4\:sm{margin-bottom:4rem;margin-top:4rem}}@media screen and (max-width:600px){.my-4\:xs{margin-bottom:4rem;margin-top:4rem}}.my-3{margin-bottom:3rem;margin-top:3rem}@media screen and (min-width:1921px){.my-3\:xl{margin-bottom:3rem;margin-top:3rem}}@media screen and (max-width:1440px){.my-3\:lg{margin-bottom:3rem;margin-top:3rem}}@media screen and (max-width:1024px){.my-3\:md{margin-bottom:3rem;margin-top:3rem}}@media screen and (max-width:767px){.my-3\:sm{margin-bottom:3rem;margin-top:3rem}}@media screen and (max-width:600px){.my-3\:xs{margin-bottom:3rem;margin-top:3rem}}.my-2{margin-bottom:2rem;margin-top:2rem}@media screen and (min-width:1921px){.my-2\:xl{margin-bottom:2rem;margin-top:2rem}}@media screen and (max-width:1440px){.my-2\:lg{margin-bottom:2rem;margin-top:2rem}}@media screen and (max-width:1024px){.my-2\:md{margin-bottom:2rem;margin-top:2rem}}@media screen and (max-width:767px){.my-2\:sm{margin-bottom:2rem;margin-top:2rem}}@media screen and (max-width:600px){.my-2\:xs{margin-bottom:2rem;margin-top:2rem}}.my-1{margin-bottom:1rem;margin-top:1rem}@media screen and (min-width:1921px){.my-1\:xl{margin-bottom:1rem;margin-top:1rem}}@media screen and (max-width:1440px){.my-1\:lg{margin-bottom:1rem;margin-top:1rem}}@media screen and (max-width:1024px){.my-1\:md{margin-bottom:1rem;margin-top:1rem}}@media screen and (max-width:767px){.my-1\:sm{margin-bottom:1rem;margin-top:1rem}}@media screen and (max-width:600px){.my-1\:xs{margin-bottom:1rem;margin-top:1rem}}.mt-5{margin-top:5rem}@media screen and (min-width:1921px){.mt-5\:xl{margin-top:5rem}}@media screen and (max-width:1440px){.mt-5\:lg{margin-top:5rem}}@media screen and (max-width:1024px){.mt-5\:md{margin-top:5rem}}@media screen and (max-width:767px){.mt-5\:sm{margin-top:5rem}}@media screen and (max-width:600px){.mt-5\:xs{margin-top:5rem}}.mt-4{margin-top:4rem}@media screen and (min-width:1921px){.mt-4\:xl{margin-top:4rem}}@media screen and (max-width:1440px){.mt-4\:lg{margin-top:4rem}}@media screen and (max-width:1024px){.mt-4\:md{margin-top:4rem}}@media screen and (max-width:767px){.mt-4\:sm{margin-top:4rem}}@media screen and (max-width:600px){.mt-4\:xs{margin-top:4rem}}.mt-3{margin-top:3rem}@media screen and (min-width:1921px){.mt-3\:xl{margin-top:3rem}}@media screen and (max-width:1440px){.mt-3\:lg{margin-top:3rem}}@media screen and (max-width:1024px){.mt-3\:md{margin-top:3rem}}@media screen and (max-width:767px){.mt-3\:sm{margin-top:3rem}}@media screen and (max-width:600px){.mt-3\:xs{margin-top:3rem}}.mt-2{margin-top:2rem}@media screen and (min-width:1921px){.mt-2\:xl{margin-top:2rem}}@media screen and (max-width:1440px){.mt-2\:lg{margin-top:2rem}}@media screen and (max-width:1024px){.mt-2\:md{margin-top:2rem}}@media screen and (max-width:767px){.mt-2\:sm{margin-top:1rem}}@media screen and (max-width:600px){.mt-2\:xs{margin-top:2rem}}.mt-1{margin-top:1rem}@media screen and (min-width:1921px){.mt-1\:xl{margin-top:1rem}}@media screen and (max-width:1440px){.mt-1\:lg{margin-top:1rem}}@media screen and (max-width:1024px){.mt-1\:md{margin-top:1rem}}@media screen and (max-width:767px){.mt-1\:sm{margin-top:1rem}}@media screen and (max-width:600px){.mt-1\:xs{margin-top:1rem}}.mb-5{margin-bottom:5rem}@media screen and (min-width:1921px){.mb-5\:xl{margin-bottom:5rem}}@media screen and (max-width:1440px){.mb-5\:lg{margin-bottom:5rem}}@media screen and (max-width:1024px){.mb-5\:md{margin-bottom:5rem}}@media screen and (max-width:767px){.mb-5\:sm{margin-bottom:5rem}}@media screen and (max-width:600px){.mb-5\:xs{margin-bottom:5rem}}.mb-4{margin-bottom:4rem}@media screen and (min-width:1921px){.mb-4\:xl{margin-bottom:4rem}}@media screen and (max-width:1440px){.mb-4\:lg{margin-bottom:4rem}}@media screen and (max-width:1024px){.mb-4\:md{margin-bottom:4rem}}@media screen and (max-width:767px){.mb-4\:sm{margin-bottom:4rem}}@media screen and (max-width:600px){.mb-4\:xs{margin-bottom:4rem}}.mb-3{margin-bottom:3rem}@media screen and (min-width:1921px){.mb-3\:xl{margin-bottom:3rem}}@media screen and (max-width:1440px){.mb-3\:lg{margin-bottom:3rem}}@media screen and (max-width:1024px){.mb-3\:md{margin-bottom:3rem}}@media screen and (max-width:767px){.mb-3\:sm{margin-bottom:3rem}}@media screen and (max-width:600px){.mb-3\:xs{margin-bottom:3rem}}.mb-2{margin-bottom:2rem}@media screen and (min-width:1921px){.mb-2\:xl{margin-bottom:2rem}}@media screen and (max-width:1440px){.mb-2\:lg{margin-bottom:2rem}}@media screen and (max-width:1024px){.mb-2\:md{margin-bottom:2rem}}@media screen and (max-width:767px){.mb-2\:sm{margin-bottom:1rem}}@media screen and (max-width:600px){.mb-2\:xs{margin-bottom:2rem}}.mb-1{margin-bottom:1rem}@media screen and (min-width:1921px){.mb-1\:xl{margin-bottom:1rem}}@media screen and (max-width:1440px){.mb-1\:lg{margin-bottom:1rem}}@media screen and (max-width:1024px){.mb-1\:md{margin-bottom:1rem}}@media screen and (max-width:767px){.mb-1\:sm{margin-bottom:1rem}}@media screen and (max-width:600px){.mb-1\:xs{margin-bottom:1rem}}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}.screen-reader-text:focus{background-color:#ffc20e;border-radius:3px;box-shadow:0 0 2px 2px #0009;clip:auto!important;clip-path:none;color:#472377;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;line-height:normal;padding:15px 23px 14px;right:5px;text-decoration:none;top:5px;width:auto;z-index:100000}.skip-link{left:-9999rem;text-decoration:underline;top:2.5rem;transition:none;z-index:999999999}.skip-link:focus{display:block;font-size:14px;font-weight:600;left:6px;line-height:normal;padding:15px 23px 14px;right:auto;text-decoration:none;top:7px;z-index:100000}.form-allowed-tags:not(:focus):not(:active),.visually-hidden:not(:focus):not(:active){height:1px;overflow:hidden;position:absolute!important;width:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);white-space:nowrap}:focus-visible{outline-offset:3px}.btn{border:2px solid;color:#472377;display:inline-block;font-weight:700;padding:.75rem 2rem;text-align:center;text-decoration:none;text-transform:uppercase}.btn--primary{background-color:#eac759;border-color:#eac759}.btn--primary:hover{background-color:#472377;border-color:#472377;color:#fff}.btn--primary-alt{background-color:#eac759;border-color:#eac759}.btn--primary-alt:hover{background-color:transparent;border-color:#fff;color:#fff}.btn--secondary{background-color:#fff;border-color:#472377;color:#472377}.btn--secondary:hover{background-color:#472377;border-color:#472377;color:#fff}.btn--tertiary{background-color:#fff;border-color:#fff;color:#472377}.btn--tertiary:hover{background-color:transparent;border-color:#fff;color:#fff}.text-center{text-align:center}@font-face{font-display:swap;font-family:"DM Serif Display";font-style:normal;font-weight:400;src:url(./DM_Serif_Display-normal-400-latin-ext.p18AlW_x.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:"DM Serif Display";font-style:normal;font-weight:400;src:url(./DM_Serif_Display-normal-400-latin.C5_t9oOD.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:100;src:url(./Noto_Sans-normal-100-cyrillic-ext.DSNfmdVt.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:100;src:url(./Noto_Sans-normal-100-cyrillic.B2hlT84T.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:100;src:url(./Noto_Sans-normal-100-devanagari.Cv-Vwajv.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:100;src:url(./Noto_Sans-normal-100-greek-ext.12T8GTDR.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:100;src:url(./Noto_Sans-normal-100-greek.Ymb6dZNd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:100;src:url(./Noto_Sans-normal-100-vietnamese.DLTJy58D.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:100;src:url(./Noto_Sans-normal-100-latin-ext.W1qJv59z.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:100;src:url(./Noto_Sans-normal-100-latin.BYSzYMf3.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:200;src:url(./Noto_Sans-normal-100-cyrillic-ext.DSNfmdVt.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:200;src:url(./Noto_Sans-normal-100-cyrillic.B2hlT84T.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:200;src:url(./Noto_Sans-normal-100-devanagari.Cv-Vwajv.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:200;src:url(./Noto_Sans-normal-100-greek-ext.12T8GTDR.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:200;src:url(./Noto_Sans-normal-100-greek.Ymb6dZNd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:200;src:url(./Noto_Sans-normal-100-vietnamese.DLTJy58D.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:200;src:url(./Noto_Sans-normal-100-latin-ext.W1qJv59z.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:200;src:url(./Noto_Sans-normal-100-latin.BYSzYMf3.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(./Noto_Sans-normal-100-cyrillic-ext.DSNfmdVt.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(./Noto_Sans-normal-100-cyrillic.B2hlT84T.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(./Noto_Sans-normal-100-devanagari.Cv-Vwajv.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(./Noto_Sans-normal-100-greek-ext.12T8GTDR.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(./Noto_Sans-normal-100-greek.Ymb6dZNd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(./Noto_Sans-normal-100-vietnamese.DLTJy58D.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(./Noto_Sans-normal-100-latin-ext.W1qJv59z.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:300;src:url(./Noto_Sans-normal-100-latin.BYSzYMf3.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Noto_Sans-normal-100-cyrillic-ext.DSNfmdVt.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Noto_Sans-normal-100-cyrillic.B2hlT84T.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Noto_Sans-normal-100-devanagari.Cv-Vwajv.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Noto_Sans-normal-100-greek-ext.12T8GTDR.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Noto_Sans-normal-100-greek.Ymb6dZNd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Noto_Sans-normal-100-vietnamese.DLTJy58D.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Noto_Sans-normal-100-latin-ext.W1qJv59z.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Noto_Sans-normal-100-latin.BYSzYMf3.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Noto_Sans-normal-100-cyrillic-ext.DSNfmdVt.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Noto_Sans-normal-100-cyrillic.B2hlT84T.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Noto_Sans-normal-100-devanagari.Cv-Vwajv.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Noto_Sans-normal-100-greek-ext.12T8GTDR.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Noto_Sans-normal-100-greek.Ymb6dZNd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Noto_Sans-normal-100-vietnamese.DLTJy58D.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Noto_Sans-normal-100-latin-ext.W1qJv59z.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Noto_Sans-normal-100-latin.BYSzYMf3.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(./Noto_Sans-normal-100-cyrillic-ext.DSNfmdVt.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(./Noto_Sans-normal-100-cyrillic.B2hlT84T.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(./Noto_Sans-normal-100-devanagari.Cv-Vwajv.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(./Noto_Sans-normal-100-greek-ext.12T8GTDR.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(./Noto_Sans-normal-100-greek.Ymb6dZNd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(./Noto_Sans-normal-100-vietnamese.DLTJy58D.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(./Noto_Sans-normal-100-latin-ext.W1qJv59z.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:600;src:url(./Noto_Sans-normal-100-latin.BYSzYMf3.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Noto_Sans-normal-100-cyrillic-ext.DSNfmdVt.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Noto_Sans-normal-100-cyrillic.B2hlT84T.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Noto_Sans-normal-100-devanagari.Cv-Vwajv.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Noto_Sans-normal-100-greek-ext.12T8GTDR.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Noto_Sans-normal-100-greek.Ymb6dZNd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Noto_Sans-normal-100-vietnamese.DLTJy58D.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Noto_Sans-normal-100-latin-ext.W1qJv59z.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Noto_Sans-normal-100-latin.BYSzYMf3.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(./Noto_Sans-normal-100-cyrillic-ext.DSNfmdVt.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(./Noto_Sans-normal-100-cyrillic.B2hlT84T.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(./Noto_Sans-normal-100-devanagari.Cv-Vwajv.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(./Noto_Sans-normal-100-greek-ext.12T8GTDR.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(./Noto_Sans-normal-100-greek.Ymb6dZNd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(./Noto_Sans-normal-100-vietnamese.DLTJy58D.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(./Noto_Sans-normal-100-latin-ext.W1qJv59z.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:800;src:url(./Noto_Sans-normal-100-latin.BYSzYMf3.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:900;src:url(./Noto_Sans-normal-100-cyrillic-ext.DSNfmdVt.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:900;src:url(./Noto_Sans-normal-100-cyrillic.B2hlT84T.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:900;src:url(./Noto_Sans-normal-100-devanagari.Cv-Vwajv.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:900;src:url(./Noto_Sans-normal-100-greek-ext.12T8GTDR.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:900;src:url(./Noto_Sans-normal-100-greek.Ymb6dZNd.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:900;src:url(./Noto_Sans-normal-100-vietnamese.DLTJy58D.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:900;src:url(./Noto_Sans-normal-100-latin-ext.W1qJv59z.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans;font-stretch:100%;font-style:normal;font-weight:900;src:url(./Noto_Sans-normal-100-latin.BYSzYMf3.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.vel-fade-enter-active,.vel-fade-leave-active{transition:all .3s ease}.vel-fade-enter-from,.vel-fade-leave-to{opacity:0}.vel-img-swiper{display:block;position:relative}.vel-modal{background:#00000080;inset:0;margin:0;position:fixed;z-index:9998}.vel-img-wrapper{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50% -50%);transition:.3s linear;will-change:transform opacity}.vel-img,.vel-img-wrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.vel-img{background-color:#000000b3;box-shadow:0 5px 20px 2px #000000b3;display:block;max-height:80vh;max-width:80vw;position:relative;transition:transform .3s ease-in-out}@media(max-width:750px){.vel-img{max-height:95vh;max-width:85vw}}.vel-btns-wrapper{position:static}.vel-btns-wrapper .btn__close,.vel-btns-wrapper .btn__next,.vel-btns-wrapper .btn__prev{-webkit-tap-highlight-color:transparent;color:#fff;cursor:pointer;font-size:32px;opacity:.6;outline:none;position:absolute;top:50%;transform:translateY(-50%);transition:.15s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vel-btns-wrapper .btn__close:hover,.vel-btns-wrapper .btn__next:hover,.vel-btns-wrapper .btn__prev:hover{opacity:1}.vel-btns-wrapper .btn__close.disable,.vel-btns-wrapper .btn__close.disable:hover,.vel-btns-wrapper .btn__next.disable,.vel-btns-wrapper .btn__next.disable:hover,.vel-btns-wrapper .btn__prev.disable,.vel-btns-wrapper .btn__prev.disable:hover{cursor:default;opacity:.2}.vel-btns-wrapper .btn__next{right:12px}.vel-btns-wrapper .btn__prev{left:12px}.vel-btns-wrapper .btn__close{right:10px;top:24px}@media(max-width:750px){.vel-btns-wrapper .btn__next,.vel-btns-wrapper .btn__prev{font-size:20px}.vel-btns-wrapper .btn__close{font-size:24px}.vel-btns-wrapper .btn__next{right:4px}.vel-btns-wrapper .btn__prev{left:4px}}.vel-modal.is-rtl .vel-btns-wrapper .btn__next{left:12px;right:auto}.vel-modal.is-rtl .vel-btns-wrapper .btn__prev{left:auto;right:12px}@media(max-width:750px){.vel-modal.is-rtl .vel-btns-wrapper .btn__next{left:4px;right:auto}.vel-modal.is-rtl .vel-btns-wrapper .btn__prev{left:auto;right:4px}}.vel-modal.is-rtl .vel-img-title{direction:rtl}.vel-loading{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vel-loading .ring{display:inline-block;height:64px;width:64px}.vel-loading .ring:after{animation:ring 1.2s linear infinite;border-color:hsla(0,0%,100%,.7) transparent;border-radius:50%;border-style:solid;border-width:5px;content:" ";display:block;height:46px;margin:1px;width:46px}@keyframes ring{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.vel-on-error{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vel-on-error .icon{color:#aaa;font-size:80px}.vel-img-title{bottom:60px;color:#ccc;cursor:default;font-size:12px;left:50%;line-height:1;max-width:80%;opacity:.8;overflow:hidden;position:absolute;text-align:center;text-overflow:ellipsis;transform:translate(-50%);transition:opacity .15s;white-space:nowrap}.vel-img-title:hover{opacity:1}.vel-icon{fill:currentColor;height:1em;overflow:hidden;vertical-align:-.15em;width:1em}.vel-toolbar{border-radius:4px;bottom:8px;display:flex;left:50%;opacity:.9;overflow:hidden;padding:0;position:absolute;transform:translate(-50%)}.vel-toolbar,.vel-toolbar .toolbar-btn{background-color:#2d2d2d;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vel-toolbar .toolbar-btn{-ms-flex-negative:0;-webkit-tap-highlight-color:transparent;color:#fff;cursor:pointer;flex-shrink:0;font-size:20px;outline:none;padding:6px 10px}.vel-toolbar .toolbar-btn:active,.vel-toolbar .toolbar-btn:hover{background-color:#3d3d3d}.page-enter-active,.page-leave-active{transition:opacity .3s,transform .3s}.page-enter-from,.page-leave-to{opacity:0;transform:translate(20px)}
