@import"https://cdn.jsdelivr.net/npm/bootstrap@4.6/dist/css/bootstrap.min.css";@import"https://fonts.googleapis.com/css?family=Oswald:400,300";@import"https://fonts.googleapis.com/css?family=Merriweather";:root{--ui-color-brand: #353535;--ui-color-n-000: #fff;--ui-color-n-050: #f5f5f5;--ui-color-n-100: #ebebeb;--ui-color-n-300: #aeaeae;--ui-color-n-500: #353535;--ui-color-n-700: #282828;--ui-color-n-900: #1a1a1a;--ui-color-background-primary: var(--ui-color-n-000);--ui-color-background-secondary: var(--ui-color-n-050);--ui-color-background-tertiary: var(--ui-color-n-100);--ui-color-border: var(--ui-color-n-100);--ui-color-typography-heading: var(--ui-color-n-500);--ui-color-typography-body: var(--ui-color-n-900);--ui-color-typography-note: var(--ui-color-n-300);--ui-color-typography-button: var(--ui-color-n-000);--ui-typography-typeface: "Inter", sans-serif;--ui-typography-h1: 1.9375rem;--ui-typography-h2: 1.5625rem;--ui-typography-h3: 1.25rem;--ui-typography-p: 1rem;--ui-typography-s: .8125rem;--ui-typography-h1-leading: 1.2;--ui-typography-h2-leading: 1.2;--ui-typography-p-leading: 1.5;--ui-typography-margin-heading: .75rem;--ui-typography-margin-body: 1.125rem;--ui-layout-container: 1.25rem;--ui-layout-grid: 3.625rem;--ui-layout-gutter: 1rem;--ui-gap-header: 1rem;--ui-gap-cta: .75rem;--ui-gap-hero: 2rem;--ui-gap-customer: 2rem;--ui-gap-feature: 2rem;--ui-gap-card: 1.25rem;--ui-gap-pricing: 2rem;--ui-gap-testimonial: 3rem;--ui-radius-avatar: 5rem;--ui-radius-button: 5rem;--ui-radius-card: .5rem}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background-color:var(--ui-color-background-primary);color:var(--ui-color-typography-body);font-family:var(--ui-typography-typeface);font-feature-settings:"liga","kern";font-size:var(--ui-typography-p);font-weight:400;line-height:var(--ui-typography-p-leading);margin:0 auto;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:var(--ui-color-brand);text-decoration-color:var(--ui-color-typography-note)}h1,h2,p,ul{margin-top:0}h1,h2{color:var(--ui-color-typography-heading);margin-bottom:var(--ui-typography-margin-heading)}h1{font-size:var(--ui-typography-h1);line-height:var(--ui-typography-h1-leading)}h2{font-size:var(--ui-typography-h2);line-height:var(--ui-typography-h2-leading)}p,ul{margin-bottom:var(--ui-typography-margin-body)}p:last-child,ul:last-child{margin-bottom:0}ul{padding-left:0}strong{font-weight:700}small{font-size:var(--ui-typography-s)}.ui-text-note{color:var(--ui-color-typography-note);line-height:1}img,svg{display:block;height:auto;margin:0 auto;max-width:100%}.ui-layout-container{padding-left:var(--ui-layout-container);padding-right:var(--ui-layout-container)}.ui-layout-flex,.ui-layout-grid{align-items:center;justify-content:center}.ui-layout-flex{display:flex}.ui-layout-grid{display:grid}.ui-component-cta{flex-direction:column;row-gap:var(--ui-gap-cta)}.ui-component-button{border:.0625rem solid var(--ui-color-brand);border-radius:var(--ui-radius-button);display:block;font-weight:700;line-height:1;text-align:center;text-decoration:none}.ui-component-button-primary{background-color:var(--ui-color-brand);color:var(--ui-color-typography-button)}.ui-component-button-secondary{background-color:var(--ui-color-background-primary);color:var(--ui-color-brand)}.ui-component-button-big,.ui-component-button-normal{padding:.75rem 1rem .875rem}.ui-component-button-big{width:100%}.ui-component-button-normal{width:-moz-fit-content;width:fit-content}input[name=toggle]{display:none}.ui-component-toggle{background-color:var(--ui-color-background-tertiary);border-radius:var(--ui-radius-button);color:var(--ui-color-typography-note);font-size:var(--ui-typography-s);font-weight:700;line-height:1;margin:var(--ui-gap-pricing) auto .5rem;padding:.25rem;width:-moz-max-content;width:max-content}.ui-component-toggle--label{border-radius:var(--ui-radius-button);cursor:pointer;padding:.5rem .625rem}#ui-component-toggle__monthly:checked~div label[for=ui-component-toggle__monthly],#ui-component-toggle__yearly:checked~div label[for=ui-component-toggle__yearly]{background-color:var(--ui-color-background-primary);color:var(--ui-color-typography-body)}.ui-component-card{border:.0625rem solid var(--ui-color-border);border-radius:var(--ui-radius-card);overflow:hidden;width:100%}.ui-component-list{grid-template-columns:1fr;row-gap:.75rem}.ui-component-list--item{background-position:left center;background-repeat:no-repeat;background-size:1.125rem;list-style:none;padding-left:1.875rem}.ui-component-list--item-check{background-image:url(https://res.cloudinary.com/uisual/image/upload/assets/icons/check.svg)}.ui-component-list--item-cross{background-image:url(https://res.cloudinary.com/uisual/image/upload/assets/icons/cross.svg)}.ui-section-header{padding-bottom:1.25rem;padding-top:1.25rem}.ui-section-header__layout{justify-content:space-between}.ui-section-header--logo{z-index:1}#ui-section-header--menu-id{display:none}.ui-section-header--menu-icon{cursor:pointer;display:block;height:1.125rem;padding-bottom:.25rem;padding-top:.25rem;position:relative;width:1.125rem;z-index:1}.ui-section-header--menu-icon:before,.ui-section-header--menu-icon:after{background:var(--ui-color-brand);content:"";height:.125rem;left:0;position:absolute;transition:all .25s cubic-bezier(.785,.135,.15,.86);width:1.125rem}.ui-section-header--menu-icon:before{top:.3125rem}.ui-section-header--menu-icon:after{top:.6875rem}#ui-section-header--menu-id:checked~.ui-section-header--menu-icon:before{transform:translateY(3px) rotate(135deg)}#ui-section-header--menu-id:checked~.ui-section-header--menu-icon:after{transform:translateY(-3px) rotate(45deg)}.ui-section-header--nav{background-color:var(--ui-color-background-primary);box-shadow:0 .5rem 1rem #0000000d;flex-direction:column;gap:var(--ui-gap-header);left:0;opacity:0;padding:7.375rem var(--ui-layout-container) 5rem;position:absolute;right:0;top:-1rem;transition:all .25s cubic-bezier(.785,.135,.15,.86);visibility:hidden}#ui-section-header--menu-id:checked~.ui-section-header--nav{opacity:1;top:0;visibility:visible}.ui-section-header--nav-link{font-size:var(--ui-typography-h3);padding:.5rem;text-decoration:none}.ui-section-hero{padding-bottom:2rem;padding-top:2rem;text-align:center}.ui-section-hero__layout{row-gap:var(--ui-gap-hero)}.ui-section-customer__layout{flex-direction:column;row-gap:var(--ui-gap-customer)}.ui-section-customer--logo{height:1.5rem;width:auto}.ui-section-customer--logo-str{height:1.75rem}.ui-section-customer--logo-bhn{height:1.375rem}.ui-section-feature{padding-bottom:5rem;padding-top:5rem}.ui-section-feature__layout{row-gap:var(--ui-gap-feature)}.ui-section-feature__layout:first-of-type div{grid-row-start:1}.ui-section-feature__layout:last-of-type{margin-top:5rem}.ui-section-pricing{background-color:var(--ui-color-background-secondary);padding-bottom:5rem;padding-top:5rem;text-align:center}.ui-section-pricing__layout{justify-content:initial;margin-bottom:var(--ui-gap-pricing);margin-top:var(--ui-gap-pricing);row-gap:var(--ui-gap-card)}.ui-component-card--pricing{background-color:var(--ui-color-background-primary);padding:1.5rem 1.5rem 1.75rem;text-align:left}.ui-component-card--pricing-price{line-height:1;margin-bottom:1.25rem;margin-top:1.25rem}.ui-component-card--pricing-amount{font-size:var(--ui-typography-h1);font-weight:700}.ui-component-card--pricing-amount-1:before{content:"$5"}#ui-component-toggle__yearly:checked~div .ui-component-card--pricing-amount-1:before{content:"$3"}.ui-component-card--pricing-amount-2:before{content:"$15"}#ui-component-toggle__yearly:checked~div .ui-component-card--pricing-amount-2:before{content:"$13"}.ui-component-card--pricing-amount-3:before{content:"$25"}#ui-component-toggle__yearly:checked~div .ui-component-card--pricing-amount-3:before{content:"$23"}.ui-component-list--pricing{margin-bottom:1.5rem;margin-top:1.25rem}.ui-section-testimonial{padding-bottom:5rem;padding-top:5rem;text-align:center}.ui-section-testimonial__layout{row-gap:var(--ui-gap-testimonial)}.ui-section-testimonial--avatar{border-radius:var(--ui-radius-avatar);height:5rem;width:5rem}.ui-section-testimonial--quote{margin-bottom:1rem;margin-top:1rem}.ui-section-testimonial--author{line-height:1.25}.ui-section-close{background-color:var(--ui-color-background-secondary);padding-bottom:5rem;padding-top:5rem;text-align:center}.ui-section-footer{padding-bottom:1.25rem;padding-top:1.25rem}.ui-section-footer__layout{-moz-column-gap:var(--ui-layout-gutter);column-gap:var(--ui-layout-gutter)}.ui-section-footer--copyright{margin-bottom:0;margin-right:auto}@media screen and (min-width: 48rem){:root{--ui-typography-h1: 2.1875rem;--ui-typography-h2: 1.75rem;--ui-typography-p: 1.125rem;--ui-typography-s: .875rem;--ui-typography-margin-body: 1.25rem;--ui-layout-container: 4.25rem;--ui-layout-gutter: 1.5rem;--ui-gap-header: 1.5rem;--ui-gap-card: 1.5rem}.ui-image-half-left{padding-right:var(--ui-layout-gutter)}.ui-image-half-right{padding-left:var(--ui-layout-gutter)}.ui-layout-container,.ui-layout-column-center{margin-left:auto;margin-right:auto}.ui-layout-grid-2,.ui-layout-grid-3{-moz-column-gap:var(--ui-layout-gutter);column-gap:var(--ui-layout-gutter);grid-template-columns:repeat(2,1fr);justify-items:center}.ui-layout-grid-3 div:nth-of-type(3){left:calc(50% + (var(--ui-layout-gutter) / 2));position:relative}.ui-layout-column-4{width:calc((var(--ui-layout-grid) * 4) + (var(--ui-layout-gutter) * 3))}.ui-component-list--item{background-size:1.25rem;padding-left:2rem}.ui-section-header{padding-bottom:0;padding-top:2rem}.ui-section-header--menu-icon{display:none}.ui-section-header--nav{background-color:transparent;box-shadow:none;flex-direction:row;opacity:1;padding:0;position:static;visibility:visible}.ui-section-header--nav-link{font-size:var(--ui-typography-p);padding:0}.ui-section-hero{text-align:left}.ui-section-hero .ui-component-cta{align-items:start}.ui-section-customer__layout{-moz-column-gap:var(--ui-gap-customer);column-gap:var(--ui-gap-customer);flex-direction:row}.ui-section-customer--logo{margin-left:0;margin-right:0}.ui-section-feature__layout:first-of-type div{grid-row-start:initial}.ui-component-card--pricing{padding:2rem 2rem 2.25rem}.ui-section-footer{padding-bottom:2rem;padding-top:2rem}}@media screen and (min-width: 64rem){:root{--ui-layout-container: 0}.ui-layout-container{width:60rem}.ui-layout-grid-3{grid-template-columns:repeat(3,1fr)}.ui-layout-grid-3 div:nth-of-type(3){position:static}.ui-section-hero .ui-component-cta{align-items:center;-moz-column-gap:var(--ui-gap-cta);column-gap:var(--ui-gap-cta);flex-direction:row;justify-content:start}}@media screen and (min-width: 75rem){:root{--ui-typography-h1: 2.75rem;--ui-typography-h2: 2.1875rem;--ui-typography-h4: 1.4375rem;--ui-typography-margin-heading: 1rem;--ui-typography-margin-body: 1.75rem;--ui-layout-grid: 4rem;--ui-layout-gutter: 2rem;--ui-gap-header: 2rem;--ui-gap-customer: 4rem;--ui-gap-card: 2rem;--ui-gap-pricing: 3rem}.ui-text-intro{font-size:var(--ui-typography-h4)}.ui-layout-container{width:70rem}.ui-component-button-big,.ui-component-button-normal{padding-bottom:1.125rem;padding-top:1rem}.ui-section-header{padding-top:1rem}.ui-section-customer--logo{height:3rem}.ui-section-customer--logo-str{height:3.25rem}.ui-section-customer--logo-bhn{height:2.75rem}.ui-section-feature{padding-bottom:7.5rem;padding-top:7.5rem}.ui-section-feature__layout:last-of-type{margin-top:7.5rem}.ui-component-list-feature{-moz-column-gap:var(--ui-layout-gutter);column-gap:var(--ui-layout-gutter);grid-template-columns:repeat(2,1fr)}.ui-component-card--pricing{padding:3rem}.ui-section-testimonial,.ui-section-close{padding-bottom:7.5rem;padding-top:7.5rem}.ui-section-footer{padding-bottom:3rem;padding-top:3rem}}.uk-modal-body::-webkit-scrollbar{width:16px}.uk-modal-body::-webkit-scrollbar-track{background:#ffffff}.uk-modal-body::-webkit-scrollbar-thumb{background:#dc3545}.uk-modal-body::-webkit-scrollbar-thumb:hover{background:#000}.user-avatar[data-v-4d8957ac]{display:inline-block;width:30px;height:30px;border-radius:50%;font-size:12px;color:#fff;text-align:center;line-height:30px;font-weight:700}.truncate-text[data-v-aaa8cc72]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type="button"]),input:where([type="reset"]),input:where([type="submit"]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden="until-found"])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0px}.bottom-0{bottom:0px}.left-0{left:0px}.right-0{right:0px}.right-4{right:1rem}.top-0{top:0px}.top-1\/2{top:50%}.top-4{top:1rem}.top-8{top:2rem}.z-10{z-index:10}.z-50{z-index:50}.m-0{margin:0}.m-1{margin:.25rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-12{height:3rem}.h-32{height:8rem}.h-36{height:9rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-96{height:24rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-screen{max-height:100vh}.min-h-screen{min-height:100vh}.w-12{width:3rem}.w-36{width:9rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-auto{width:auto}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-inside{list-style-position:inside}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-16{row-gap:4rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.border{border-width:1px}.border-0{border-width:0px}.border-t{border-top-width:1px}.border-none{border-style:none}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-50{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity, 1))}.bg-\[\#161A30\]{--tw-bg-opacity: 1;background-color:rgb(22 26 48 / var(--tw-bg-opacity, 1))}.bg-\[\#E6E6FA\]{--tw-bg-opacity: 1;background-color:rgb(230 230 250 / var(--tw-bg-opacity, 1))}.bg-\[\#F0FFF0\]{--tw-bg-opacity: 1;background-color:rgb(240 255 240 / var(--tw-bg-opacity, 1))}.bg-\[\#FFFACD\]{--tw-bg-opacity: 1;background-color:rgb(255 250 205 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-75{--tw-bg-opacity: .75}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-justify{text-align:justify}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-loose{line-height:2}.leading-relaxed{line-height:1.625}.text-\[\#0A6847\]{--tw-text-opacity: 1;color:rgb(10 104 71 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-950{--tw-text-opacity: 1;color:rgb(23 37 84 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.no-underline{text-decoration-line:none}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-orange-500:hover{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}@media (min-width: 640px){.sm\:h-80{height:20rem}.sm\:w-full{width:100%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 768px){.md\:mb-0{margin-bottom:0}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-40{height:10rem}.md\:h-96{height:24rem}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-1\/5{width:20%}.md\:w-3\/4{width:75%}.md\:w-4\/5{width:80%}.md\:w-\[200px\]{width:200px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:mb-0{margin-bottom:0}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:h-48{height:12rem}.lg\:h-\[24rem\]{height:24rem}.lg\:w-1\/12{width:8.333333%}.lg\:w-1\/6{width:16.666667%}.lg\:w-11\/12{width:91.666667%}.lg\:w-5\/12{width:41.666667%}.lg\:w-7\/12{width:58.333333%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-5xl{font-size:3rem;line-height:1}}@media (min-width: 1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (prefers-color-scheme: dark){.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-opacity-75{--tw-bg-opacity: .75}.dark\:text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.dark\:text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}.moveInUp-enter-active{animation:fadeIn 1s ease-in}@keyframes fadeIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}#nav{background:whitesmoke;padding:8px}#nav a{font-weight:700;font-size:22px;color:#2c3e50}#nav a.router-link-exact-active{color:#f5f5f5;background:crimson;border-radius:.5rem}.btn-block{width:100%;font-weight:700;background-color:#fff;color:#000;border:1px solid black}textarea:focus{outline:none!important;box-shadow:none!important}.headline{margin-top:50px;margin-bottom:100px;font-size:30px}.vueperslide{white-space:normal;background-size:cover;flex-shrink:0;display:block;width:100%;position:relative}.vueperslide--clone-1{position:absolute;top:0;bottom:0;right:100%}.vueperslides--rtl .vueperslide--clone-1{right:auto;left:100%}.vueperslide[href]{-webkit-user-drag:none}.vueperslide__image{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover}.vueperslide__loader{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.vueperslide__content-wrapper:not(.vueperslide__content-wrapper--outside-top):not(.vueperslide__content-wrapper--outside-bottom){height:100%;margin:auto}.vueperslides--fade .vueperslide{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:ease-in-out opacity;transition-duration:inherit}.vueperslides--fade .vueperslide--active,.vueperslides--fade .vueperslide--visible{z-index:1;opacity:1}.vueperslides--slide-image-inside .vueperslide{overflow:hidden}.vueperslides--3d .vueperslide{position:absolute;z-index:-1;height:100%}.vueperslides--3d .vueperslide--previous-slide,.vueperslides--3d .vueperslide--active,.vueperslides--3d .vueperslide--next-slide{z-index:0}.vueperslides--3d .vueperslide--active{z-index:1}.vueperslides--3d .vueperslide[face=front]{transform:rotateY(90deg) translate(-50%) rotateY(-90deg)}.vueperslides--3d .vueperslide[face=right]{transform:rotateY(90deg) translate(50%);transform-origin:100% 0}.vueperslides--3d .vueperslide[face=back]{transform:rotateY(270deg) translate(-50%) rotateY(-90deg)}.vueperslides--3d .vueperslide[face=left]{transform:rotateY(270deg) translate(-50%);transform-origin:0 0}.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:before,.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:after{content:"";position:absolute;bottom:100%;left:-1em;right:-1em;height:2em;box-shadow:0 0 20px #00000040;z-index:2}.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:after{top:100%;bottom:auto}.vueperslides__arrows{color:#fff}.vueperslides__arrows--outside{color:currentColor}.vueperslides__arrow{top:50%;background-color:transparent;border:none;opacity:.7}.vueperslides__arrow--prev,.vueperslides--rtl .vueperslides__arrow--next{right:auto;left:.5em}.vueperslides__arrow--next,.vueperslides--rtl .vueperslides__arrow--prev{left:auto;right:.5em}.vueperslides__arrow:hover{opacity:1}.vueperslides__arrows--outside .vueperslides__arrow--prev,.vueperslides--rtl .vueperslides__arrows--outside .vueperslides__arrow--next{right:auto;left:-3.5em}.vueperslides__arrows--outside .vueperslides__arrow--next,.vueperslides--rtl .vueperslides__arrows--outside .vueperslides__arrow--prev{left:auto;right:-3.5em}.vueperslides__paused{top:.7em;right:.7em;opacity:0;text-shadow:0 0 3px rgba(0,0,0,.4);z-index:1}.vueperslides:hover .vueperslides__paused{opacity:1}.vueperslides__bullets:not(.vueperslides__bullets--outside){color:#fff}.vueperslides__bullet{margin:1.5em .6em;padding:0;border:none;background:none}.vueperslides__bullet .default{width:12px;height:12px;border-radius:12px;border:1px solid currentColor;background-color:transparent;box-shadow:0 0 1px #00000080,0 0 3px #0000004d;transition:.4s ease-in-out;box-sizing:border-box}.vueperslides__bullet .default span{display:none}.vueperslides__bullet--active .default{border-width:6px}.vueperslide,.vueperslide__image{background-position:center}.vueperslide__video{outline:none}.vueperslide--no-pointer-events:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0}.vueperslide__content-wrapper:not(.vueperslide__content-wrapper--outside-top):not(.vueperslide__content-wrapper--outside-bottom){display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;text-align:center}.vueperslide__content-wrapper.parallax-fixed-content,.vueperslide--has-image-inside .vueperslide__content-wrapper,.vueperslide--has-video .vueperslide__content-wrapper{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:none}.vueperslides{position:relative}.vueperslides--fixed-height .vueperslides__inner,.vueperslides--fixed-height .vueperslides__parallax-wrapper,.vueperslides--fixed-height .vueperslide{height:inherit}.vueperslides--fixed-height .vueperslides__parallax-wrapper{padding-bottom:0!important}.vueperslides--fixed-height.vueperslides--bullets-outside{margin-bottom:4em}.vueperslides__inner{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vueperslides__parallax-wrapper{position:relative;overflow:hidden}.vueperslides--3d .vueperslides__parallax-wrapper{overflow:visible}.vueperslides__track{position:absolute;top:0;height:100%;left:0;right:0;overflow:hidden;z-index:1}.vueperslides--parallax .vueperslides__track{height:200%;transform:translateY(0)}.vueperslides--touchable .vueperslides__track{cursor:ew-resize;cursor:grab}.vueperslides--touchable .vueperslides__track--mousedown,.vueperslides--touchable .vueperslides__track--dragging{cursor:grabbing}.vueperslides--3d .vueperslides__track{overflow:visible;perspective:100em}.vueperslides__track-inner{white-space:nowrap;transition:.5s ease-in-out transform;height:100%;display:flex}.vueperslides--no-animation .vueperslides__track-inner{transition-duration:0s!important}.vueperslides--fade .vueperslides__track-inner{white-space:normal;transition:none}.vueperslides--3d .vueperslides__track-inner{transform-style:preserve-3d}.vueperslides__track--mousedown .vueperslides__track-inner{transition:.25s ease-in-out transform!important}.vueperslides__track--dragging .vueperslides__track-inner{transition:none}.vueperslides__arrow{position:absolute;font-size:inherit;color:inherit;text-align:center;transform:translateY(-50%);transition:.3s ease-in-out;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;z-index:2;line-height:1}.vueperslides__arrow svg{vertical-align:middle;stroke:currentColor;fill:none;width:3.5em;padding:1em;stroke-width:1;transition:.3s ease-in-out;box-sizing:border-box}.vueperslides__arrow svg:hover{stroke-width:1.3}.vueperslides__paused{position:absolute;transition:.3s ease-in-out}.vueperslides__bullets{display:flex;justify-content:center;position:absolute;bottom:0;left:0;right:0}.vueperslides__bullets--outside{position:relative}.vueperslides__bullets button,.vueperslides__bullet{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;z-index:2;display:flex;justify-content:center;align-items:center;color:inherit}.vueperslides__bullets button::-moz-focus-inner,.vueperslides__bullet::-moz-focus-inner{border:0}.vueperslides__fractions{position:absolute;top:.8em;left:.5em;z-index:2;padding:.2em 1em;border:1px solid rgba(255,255,255,.5);border-radius:2em;background:#fff3;color:#fff}.vueperslides__progress{position:absolute;top:0;left:0;right:0;z-index:2;height:6px;color:#000000b3}.vueperslides__progress>*{position:absolute;top:0;bottom:0;left:0;background:currentColor;transition:.3s ease-in-out}p[data-v-87004c72]{font-size:.8em;font-weight:300;margin-top:5px;letter-spacing:1px;color:#525252}#pnpm-media[data-v-87004c72]:hover{font-variation-settings:"wght" 582;letter-spacing:2px}#pnpm-media[data-v-87004c72]{margin:auto;font-size:2em;text-shadow:0 1px #ffffff,-1px 0 whitesmoke,-1px 2px #ffffff,-2px 1px whitesmoke,-2px 3px #ffffff,-3px 2px whitesmoke,-3px 4px #ffffff,-4px 3px whitesmoke,-4px 5px #ffffff,-5px 4px whitesmoke,-5px 6px #ffffff,-6px 5px whitesmoke,-6px 7px #ffffff,-7px 6px whitesmoke,-7px 8px #ffffff,-8px 7px whitesmoke;text-align:center;text-transform:uppercase;font-family:Gambetta,serif;letter-spacing:-3px;transition:.7s ease;font-variation-settings:"wght" 311;color:#dc3545;outline:none;padding:0}.loader-wrapper[data-v-87004c72]{text-align:center;height:100vh;margin-top:200px}.offcanvas[data-v-75190c36]{height:-moz-fit-content;height:fit-content;background-color:#2f2f2f;border:none!important}.offcanvas-header[data-v-75190c36]{border:none!important}.btn-close[data-v-75190c36]{color:#fff!important}@keyframes fadeVolume{0%{height:0}to{height:50px}}@keyframes fadeRate{0%{max-height:0}to{max-height:120px}}.fade-volume-enter-active{animation:fadeVolume .3s}.fade-volume-leave-active{animation:fadeVolume .3s reverse}.fade-rate-enter-active{animation:fadeRate .3s}.fade-rate-leave-active{animation:fadeRate .3s reverse}.audio-player .audio__btn-wrap{position:relative;display:flex;align-items:center;justify-content:center}.audio-player .audio__play-icon{width:100%;height:100%;fill:currentColor;overflow:hidden}.audio-player .audio__play-volume-icon-wrap{position:relative;width:21px;height:21px;cursor:pointer;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;margin-left:16px}.audio-player .audio__play-volume-icon-wrap .audio__play-volume-wrap{position:absolute;width:14px;height:50px;bottom:21px;left:0;background-color:#ddd;border-radius:10px}.audio-player .audio__play-volume-icon-wrap .audio__play-volume-wrap .audio__play-volume{position:absolute;right:0;bottom:0;left:0;border-radius:10px}.audio-player .audio__play-rate{position:relative;height:21px;line-height:21px;cursor:pointer;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;font-size:14px;margin-right:16px}.audio-player .audio__play-rate__dropdown{position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:2px;color:#fff;border-radius:15px;font-size:12px;overflow:hidden}.audio-player .audio__play-prev{cursor:pointer;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.audio-player .audio__play-prev svg{display:block;width:21px;height:33px}.audio-player .audio__play-prev.disable{opacity:.5}.audio-player .audio__play-start{margin:0 16px;cursor:pointer;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.audio-player .audio__play-start svg{display:block;width:42px;height:42px}.audio-player .audio__play-pause{margin:0 16px;cursor:pointer;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.audio-player .audio__play-pause svg{display:block;width:42px;height:42px}.audio-player .audio__play-next{cursor:pointer;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.audio-player .audio__play-next svg{display:block;width:21px;height:33px}.audio-player .audio__play-next.disable{opacity:.5}.audio__notice{position:absolute;bottom:-15px;color:#bdb2b2;border-radius:4px;font-size:12px}.audio-player .audio__progress-wrap{position:relative;background:#ddd;height:4px;border-radius:3px;margin-top:20px;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;outline:none;-webkit-tap-highlight-color:transparent}.audio-player .audio__progress{position:absolute;left:0;top:0;bottom:0;width:0;border-radius:3px}.audio-player .audio__progress-point{position:absolute;left:-8px;top:50%;width:16px;height:16px;border-radius:50%;margin-top:-8px}.audio-player .audio__progress-point:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;margin:-3px 0 0 -3px;background:#fff;border-radius:50%}.audio-player .audio__time-wrap{display:flex;flex-direction:row;justify-content:space-between;margin-top:7px}.audio-player .audio__current-time,.audio-player .audio__duration{font-size:10px;color:#888}.audio-player .audio-player__audio{display:block;margin:0 auto}@media (any-hover: hover){.audio-player .audio__play-rate:hover>span{opacity:.7}.audio-player .audio__play-rate__dropdown>div:hover,.audio__play-icon:hover{opacity:.7}}.audio__play-loading{width:42px;height:42px;position:relative;margin:0 16px}.audio__play-loading span{display:inline-block;width:8px;height:8px;border-radius:50%;position:absolute;animation:loading 1.04s ease infinite}@keyframes loading{0%{opacity:1}to{opacity:.2}}.audio__play-loading span:nth-child(1){left:0;top:50%;margin-top:-4px;animation-delay:.13s}.audio__play-loading span:nth-child(2){left:7px;top:7px;animation-delay:.26s}.audio__play-loading span:nth-child(3){left:50%;top:0;margin-left:-4px;animation-delay:.39s}.audio__play-loading span:nth-child(4){top:7px;right:7px;animation-delay:.52s}.audio__play-loading span:nth-child(5){right:0;top:50%;margin-top:-4px;animation-delay:.65s}.audio__play-loading span:nth-child(6){right:7px;bottom:7px;animation-delay:.78s}.audio__play-loading span:nth-child(7){bottom:0;left:50%;margin-left:-4px;animation-delay:.91s}.audio__play-loading span:nth-child(8){bottom:7px;left:7px;animation-delay:1.04s}progress.amplitude-song-played-progress[data-v-0c74a8bb]{background-color:#eaeaea;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:5px;display:block;cursor:pointer;border:none}progress.amplitude-song-played-progress[data-v-0c74a8bb]:not([value]){background-color:#eaeaea}progress[value][data-v-0c74a8bb]::-webkit-progress-bar{background-color:#eaeaea}progress[value][data-v-0c74a8bb]::-moz-progress-bar{background-color:#dc3545}progress[value][data-v-0c74a8bb]::-webkit-progress-value{background-color:#dc3545}.image-container[data-v-0c74a8bb]{position:relative}.cover-image[data-v-0c74a8bb]{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.song-info[data-v-0c74a8bb]{height:110px}.single-song-player .amplitude-play-pause[data-v-0c74a8bb]{cursor:pointer;text-indent:-999999px;height:60px;width:60px;padding:12px 18px;z-index:2;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiAyNHYtMjRsMjAgMTItMjAgMTJ6Ii8+PC9zdmc+);background-repeat:no-repeat!important;background-position:center;background-size:40px}.amplitude-play-pause[data-v-0c74a8bb]{width:74px;height:74px;cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiAyNHYtMjRsMjAgMTItMjAgMTJ6Ii8+PC9zdmc+);background-size:cover}.amplitude-play-pause.amplitude-playing[data-v-0c74a8bb]{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTQyOS40NiwzMi4wN2MtMjMuNiw2LjUzLTIwNS41NSw1OC44MS0yNTAuNTQsNzEuNDNhNCw0LDAsMCwwLTIuOTIsMy44M3YyNDdhMiwyLDAsMCwxLTEuMzMsMS44OWwtMjcuODUsOS41NWMtMTksNy40NC02Ni44MiwxNi42OC02Ni44Miw1OS4xOSwwLDM1LjU0LDI0LjYzLDUxLjU0LDQ1Ljg2LDU0LjI4YTUyLjA2LDUyLjA2LDAsMCwwLDcuODEuOGM3LjM3LDAsMzYuMzgtNy4wOCw1My4zLTE4LjA4QzIwOCw0NDguMjUsMjA4LDQ0OCwyMDgsNDEyVjIwMmMwLS45LjYyLS44NCwxLjQ4LTEuMDdsMTg4LTUxLjkyYTIsMiwwLDAsMSwyLjUzLDJWMzA2LjU1YTIsMiwwLDAsMS0xLjM2LDEuODljLTguOSwzLTE5LjIzLDYuNS0yNi40OCw5LjEyQzM0MS4zOSwzMjguNjgsMzA0LDMzNS42NSwzMDQsMzc2YzAsMzguNTEsMjguMjYsNTQuNTgsNDYuMyw1NS44M2E4Ny4zNyw4Ny4zNywwLDAsMCwyMS4zMy0xYzktMS4zOCwyNC4wOS01LjksMzguMTQtMTQuODZDNDMyLDQwMS43OSw0MzIsNDAxLjUxLDQzMiwzNjBWMzRBMiwyLDAsMCwwLDQyOS40NiwzMi4wN1oiLz48L3N2Zz4=);background-size:cover}.single-song-player[data-v-0c74a8bb]{overflow:hidden;transition:transform .3s ease-in-out}.bottom-container[data-v-0c74a8bb]{background-color:#eaeaea;height:-moz-fit-content;height:fit-content;cursor:pointer}.progress-bar[data-v-0c74a8bb]{margin-bottom:16px}.progress-bar progress[data-v-0c74a8bb]{width:100%;height:4px}.song-details[data-v-0c74a8bb]{display:flex;align-items:center;margin:5px}.meta-container[data-v-0c74a8bb]{display:flex;flex-direction:column;color:#333;margin:5px}.song-name[data-v-0c74a8bb],.artist[data-v-0c74a8bb]{font-weight:700;font-size:18px;color:#3a3535;display:block;text-align:left}.artist[data-v-0c74a8bb]{font-size:12px;color:#000;display:block;text-align:left}.time-container[data-v-0c74a8bb]{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:#666}.song-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}#chart{color:brown}.word{margin:auto;color:#fff;font:700 2.5em tahoma,sans-serif;text-shadow:5px 2px #222324,2px 4px #222324,3px 5px #222324}@media (max-width: 640px){.word{font-size:1.5em}}@media (min-width: 641px) and (max-width: 1024px){.word{font-size:2em}}@media (min-width: 1025px){.word{font-size:2.5em}}div.anim-words{height:80px}.animate-charcter{background-image:linear-gradient(-225deg,#231557 0%,#44107a 29%,#0a6847 67%,#fff800 100%);background-size:auto auto;background-clip:border-box;background-size:200% auto;color:#fff;background-clip:text;text-fill-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textclip 2s linear infinite;display:inline-block}.discover-more-hover:hover{color:#f6e9b2;text-decoration:none}@keyframes textclip{to{background-position:200% center}}.comment-box[data-v-6792d803],.comment-container[data-v-6792d803]{width:-moz-fit-content;width:fit-content}.comment-card[data-v-6792d803]{width:-moz-fit-content;width:fit-content;border-bottom:1px solid #ddd;border-left:1px solid #ddd;padding:10px;margin-top:15px}.comment-text[data-v-6792d803]{width:-moz-fit-content;width:fit-content}.replied-card[data-v-6792d803]{background-color:#f0eeee;border:none;border-radius:8px}.reply-card[data-v-6792d803]{background-color:#e1e1e1;border:1px solid #ddd;margin-top:10px;width:-moz-fit-content;width:fit-content}.uk-button-link[data-v-6792d803]{color:#8c8a8a}.user-avatar[data-v-6792d803]{margin-right:8px}.comment-input-container[data-v-18bf3937]{display:flex;align-items:flex-start}.comment-wrapper[data-v-18bf3937]{border-top:1px solid #ddd;border-right:1px solid #ddd}.s-product-c{margin-top:50px}.one-img-style-product{width:100%;height:500px;-o-object-fit:contain;object-fit:contain}.one-img{width:50px;height:50px;-o-object-fit:cover;object-fit:cover}.popup-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#000c;color:#fff;padding:20px;border-radius:10px;margin:0 auto;z-index:1000;width:80%;max-width:90%;overflow-wrap:break-word}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.youtube-embed[data-v-50553b60]{margin-bottom:20px}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#221a0f;color:#d3af86}.hljs-comment,.hljs-quote{color:#d6baad}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-meta{color:#dc3958}.hljs-number,.hljs-built_in,.hljs-literal,.hljs-type,.hljs-params,.hljs-deletion,.hljs-link{color:#f79a32}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#889b4a}.hljs-keyword,.hljs-selector-tag,.hljs-function{color:#98676a}.hljs-title,.hljs-section,.hljs-attribute{color:#f06431}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.line-number{display:inline-block;width:2em;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#999;margin-right:1em}.code-line{white-space:pre}.hljs{display:block;padding:10px;font-size:16px;width:100%;height:-moz-fit-content;height:fit-content;overflow-x:auto;color:#abb2bf;background:#282c34;border-radius:5px;scrollbar-width:thin;scrollbar-color:#4a4e59 #282c34}.hljs::-webkit-scrollbar{width:12px}.hljs::-webkit-scrollbar-thumb{background-color:#282c34;border-radius:6px}.hljs::-webkit-scrollbar-track{background-color:#4a4e59}.hljs-comment,.hljs-quote{color:#5c6370}.related-post-grid[data-v-201f01ac]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.article[data-v-201f01ac]{cursor:pointer;transition:transform .2s ease-in-out;background-color:#f7f7f7}.article[data-v-201f01ac]:hover{transform:scale(1.05)}.article-box[data-v-201f01ac]{height:300px;margin-bottom:200px}.article-box img[data-v-201f01ac]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width: 768px){.related-post-grid[data-v-201f01ac]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 480px){.related-post-grid[data-v-201f01ac]{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}[data-v-3c095887]:root{--softorange: hsl(35, 77%, 62%);--softred: hsl(24, 100%, 72%);--offwhite: hsl(36, 100%, 99%);--grayishblue: hsl(233, 8%, 79%);--darkgrayishblue: hsl(236, 13%, 42%);--verydarkblue: hsl(240, 100%, 5%)}.contents h2[data-v-3c095887]{font-size:30px;color:var(--grayishblue)}.contents p[data-v-3c095887]{font-size:15px;line-height:1.6;color:var(--verydarkblue)}.contents a[data-v-3c095887]{color:var(--verydarkblue);font-weight:800;text-decoration:none}.contents a[data-v-3c095887]:hover{color:var(--softred)}.section[data-v-3c095887]{height:-moz-fit-content;height:fit-content;background:#e9e8e8;margin-bottom:10px;width:100%}.right-side[data-v-3c095887]{width:250px;height:-moz-fit-content;height:fit-content;background:#ffffff;float:right;position:sticky;top:50px}.main-section[data-v-3c095887]{width:1100px;margin:50px auto;clear:both}.main-section[data-v-3c095887]:before,.main-section[data-v-3c095887]:after{content:"";display:table;clear:both}.left-side[data-v-3c095887]{width:750px;vertical-align:top;float:left;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:50px}.post-image[data-v-3c095887]{width:100%;height:100%;max-height:200px;-o-object-fit:cover;object-fit:cover;margin-bottom:10px}.article-link[data-v-3c095887]{color:#000!important}.article-link[data-v-3c095887]:hover{color:#dc3545!important;text-decoration:none!important}.side-article-link[data-v-3c095887]{color:#000!important;font-size:1rem}.side-article-link[data-v-3c095887]:hover{color:#dc3545!important;text-decoration:none!important}.post-container[data-v-3c095887]{background:#f7f7f7;height:100%;padding-bottom:50px}.box[data-v-3c095887]{position:absolute;top:150px;left:50%;transform:translate(-50%,-50%)}.box span[data-v-3c095887]{display:block;width:20px;height:20px;border-bottom:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg);margin:-10px;animation:animate-3c095887 2s infinite}.box span[data-v-3c095887]:nth-child(2){animation-delay:-.2s}.box span[data-v-3c095887]:nth-child(3){animation-delay:-.4s}@keyframes animate-3c095887{0%{opacity:0;transform:rotate(45deg) translate(-20px,-20px)}50%{opacity:1}to{opacity:0;transform:rotate(45deg) translate(20px,20px)}}@media only screen and (max-width: 1200px){.main-section[data-v-3c095887]{width:90%}}@media only screen and (max-width: 768px){.main-section[data-v-3c095887]{margin:20px auto}.right-side[data-v-3c095887],.left-side[data-v-3c095887]{width:100%;float:none;position:static}.left-side[data-v-3c095887]{margin-top:20px}}
