input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}@media (width>=576px){.sm\:mr-4{margin-right:1rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:px-13{padding-left:3.25rem;padding-right:3.25rem}.sm\:px-9{padding-left:2.25rem;padding-right:2.25rem}.sm\:pb-9{padding-bottom:2.25rem}}@media (width>=768px){.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-none{order:0}.md\:m-4{margin:1rem}.md\:mb-4{margin-bottom:1rem}.md\:mt-0{margin-top:0}.md\:mt-9{margin-top:2.25rem}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-6\/12{width:50%}.md\:\!max-w-80{max-width:20rem!important}.md\:basis-5\/12{flex-basis:41.6667%}.md\:basis-7\/12{flex-basis:58.3333%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:justify-center{justify-content:center}.md\:p-9{padding:2.25rem}.md\:pb-9{padding-bottom:2.25rem}.md\:pl-13{padding-left:3.25rem}.md\:pt-9{padding-top:2.25rem}.md\:text-left{text-align:left}}@media (width>=1200px){.lg\:absolute{position:absolute}.lg\:right-0{right:0}.lg\:ml-8{margin-left:2rem}.lg\:mt-13{margin-top:3.25rem}.lg\:w-4\/12{width:33.3333%}.lg\:basis-6\/12{flex-basis:50%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:text-left{text-align:left}}@media (width>=768px){.md\:\[\&\>p\:first-child\]\:pt-0>p:first-child{padding-top:0}}@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translate(25%)}to{opacity:1;transform:translate(0)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes ripple{0%{transform:scale(0)translateY(-45%)translate(13%)}to{transform:scale(1)translateY(-45%)translate(13%)}}.notyf{color:#fff;z-index:9999;pointer-events:none;box-sizing:border-box;flex-direction:column;justify-content:flex-end;align-items:flex-end;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.notyf__icon--error,.notyf__icon--success{background:#fff;border-radius:50%;width:21px;height:21px;margin:0 auto;display:block;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;border-radius:3px;width:3px;height:12px;display:block;position:absolute;top:5px;left:9px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;border-radius:3px;width:3px;display:block;position:absolute}.notyf__icon--success:after{height:6px;top:9px;left:6px;transform:rotate(-45deg)}.notyf__icon--success:before{height:11px;top:5px;left:10px;transform:rotate(45deg)}.notyf__toast{pointer-events:auto;box-sizing:border-box;border-radius:2px;flex-shrink:0;max-width:300px;padding:0 15px;animation:.3s ease-in forwards notyf-fadeinup;display:block;position:relative;overflow:hidden;transform:translateY(25%);box-shadow:0 3px 7px #00000040}.notyf__toast--disappear{animation:.3s .25s forwards notyf-fadeoutdown;transform:translateY(0)}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{opacity:1;animation:.3s forwards notyf-fadeoutdown;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{opacity:1;animation:.3s forwards notyf-fadeoutright;transform:translate(0)}.notyf__toast--disappear .notyf__message{animation-delay:50ms}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{transform-origin:100% 100%;z-index:5;border-radius:50%;width:400px;height:400px;animation:.4s ease-out forwards ripple;position:absolute;top:0;right:0;transform:scale(0)translateY(-51%)translate(13%)}.notyf__wrapper{z-index:10;border-radius:3px;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;display:flex;position:relative}.notyf__icon{text-align:center;opacity:0;width:22px;margin-right:13px;font-size:1.3em;animation:.3s .3s forwards notyf-fadeinup}.notyf__dismiss{opacity:0;width:26px;height:100%;margin-right:-15px;animation:.3s .35s forwards notyf-fadeinleft;position:absolute;top:0;right:0}.notyf__dismiss-btn{cursor:pointer;opacity:.35;background-color:#00000040;border:none;outline:none;width:100%;height:100%;transition:opacity .2s,background-color .2s}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;border-radius:3px;width:2px;height:12px;position:absolute;top:calc(50% - 5px);left:calc(50% - 1px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:#00000026}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;opacity:0;line-height:1.5em;animation:.3s .25s forwards notyf-fadeinup;position:relative}@media only screen and (width<=480px){.notyf{padding:0}.notyf__ripple{width:600px;height:600px;animation-duration:.5s}.notyf__toast{border-radius:0;width:100%;max-width:none;box-shadow:0 -2px 7px #00000021}.notyf__dismiss{width:56px}}*,:before,:after,::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:#3b82f680;--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:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family: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:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}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{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}@font-face{font-display:swap;font-family:Comfortaa;font-style:normal;font-weight:400;src:url(/site/templates/font/comfortaa-v46-cyrillic_latin-regular.woff2)format("woff2")}@font-face{font-display:swap;font-family:Comfortaa;font-style:normal;font-weight:500;src:url(/site/templates/font/comfortaa-v46-cyrillic_latin-500.woff2)format("woff2")}@font-face{font-display:swap;font-family:Comfortaa;font-style:normal;font-weight:700;src:url(/site/templates/font/comfortaa-v46-cyrillic_latin-700.woff2)format("woff2")}[disabled]{pointer-events:none;user-select:none;opacity:.618;caret-color:#0000}[disabled] [disabled]{opacity:1}html:not([data-focus=false]) :focus{outline:none}html:not([data-focus=false]) .focus{outline-offset:-2px;outline:2px dashed #b3b3b3}[readonly]{pointer-events:none;user-select:none;opacity:.618;caret-color:#0000}[readonly] [readonly]{opacity:1}:root{--baseline:1rem;--spacing-tiny:.5rem;--spacing-small:1rem;--spacing-medium:2.2rem;--spacing-large:3.2rem;--primary:#f2bb16;--secondary:#8f8f8f;--dark:#1f1f1f;--light:#fff;--danger:#d12626;--muted:#b8b8b8;--main:#8b2703;--bc-primary:#f2bb16;--bc-secondary:#dbdbdb;--bc-dark:#383838;--bc-light:#fff;--bc-danger:#d12626;--bc-muted:#f7f7f7;--bc-main:#8b2703}*,:before,:after{box-sizing:border-box;background-repeat:no-repeat}:before,:after{vertical-align:inherit;text-decoration:inherit}a:active,label:active{background-color:#0000}html{word-break:break-word;cursor:default;text-rendering:optimizeLegibility;text-underline-position:under;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;background:#fcf2c0;font-family:Comfortaa,cursive;font-size:12px}@supports (-webkit-overflow-scrolling:touch){html{cursor:pointer}}@-moz-document url-prefix(){html{color:#0000}}body{color:#8b2703;background:#fcf2c0;min-height:100vh;margin:0;font-size:1.5rem;line-height:3rem}h1{margin:0;font-size:2.66667rem}h2,h3,h4,h5,h6,p,blockquote,figure{margin:0}hr{box-sizing:content-box;border:none;flex-shrink:0;width:100%;height:0;margin:0;overflow:visible}main{display:block}ul,ol,dl,dd{margin:0}ul,ol{padding:0}nav ol,nav ul{list-style:none}pre{word-break:normal;-webkit-overflow-scrolling:touch;margin:0;font-family:monospace;font-size:1em;overflow:auto}a{cursor:pointer;background-color:#0000}abbr[title]{cursor:help;text-decoration:underline dotted}b,strong{font-weight:600}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:88.8889%}::selection{color:#ffffffe6;text-shadow:none;background-color:#383838}audio,canvas,iframe,img,svg,video{vertical-align:top}audio,video{display:inline-block}audio:not([controls]){height:0;display:none}img{border-style:none}iframe{border:none}svg{fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}th,td{padding:0}button,input,optgroup,select,textarea{margin:0}button,input,select,textarea{font-size:inherit;line-height:inherit;color:inherit;border-radius:0;font-family:inherit}button,input,select,textarea,optgroup,option{word-break:normal}button{text-transform:none;overflow:visible}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}::-moz-focus-inner{border-style:none;padding:0}fieldset{border:none;margin:0;padding:0}input{overflow:visible}legend{box-sizing:border-box;white-space:normal;max-width:100%;color:inherit;padding:0;display:table}progress{vertical-align:top;display:inline-block}select{text-transform:none}textarea{-webkit-overflow-scrolling:touch;resize:vertical;overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}::-webkit-inner-spin-button{height:auto}::-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}details{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}a,area,button,input,label,select,summary,textarea,[tabindex]{-ms-touch-action:manipulation;touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled],[disabled]{cursor:not-allowed}[aria-hidden=false][hidden]:not(:focus){display:inherit;clip:rect(0,0,0,0);position:absolute}.baseline{position:relative}.baseline:after{z-index:4;pointer-events:none;content:"";background:linear-gradient(#0ff 0,#fff0 1px) 0 0/100% 12px repeat-y;display:block;position:absolute;inset:0}.btn,.btn-check,.btn-radio,.btn-file{appearance:none;vertical-align:top;white-space:nowrap;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation;user-select:none;background:0 0;flex:none;min-width:3rem;max-width:100%;height:3rem;font-size:1.33333rem;line-height:1;text-decoration:none;display:inline-flex}@supports (-ms-ime-align:auto){input.btn{text-align:center;display:inline-block}}.btn,.btn-check label,.btn-radio label,.btn-file label{border:1px solid;border-radius:2.5rem;justify-content:center;align-items:center;padding:0 .7625em;overflow:hidden}.btn-check label,.btn-radio label,.btn-file label{width:100%;height:inherit;display:flex}.btn>*,.btn-check label>*,.btn-radio label>*,.btn-file label>*{flex:none}.btn-check input,.btn-radio input,.btn-file input{appearance:none;cursor:pointer;opacity:0;width:.001px;min-width:100%;height:100%;margin-right:-100%;overflow:hidden}.btn-check input[disabled],.btn-radio input[disabled],.btn-file input[disabled]{opacity:0}.btn-file ::-webkit-file-upload-button{display:none}.btn:-moz-focusring{outline:none}.btn.focus,.btn-check input.focus~label,.btn-radio input.focus~label,.btn-file input.focus~label{outline-offset:-2px;outline:2px dashed #b3b3b3}.btn-fluid.btn,.btn-fluid.btn-check,.btn-fluid.btn-radio,.btn-fluid.btn-file{flex:auto;width:100%;display:flex}.btn-small.btn,.btn-small.btn-check,.btn-small.btn-radio,.btn-small.btn-file{min-width:2rem;height:2rem;font-size:1.08333rem}.btn-large.btn,.btn-large.btn-check,.btn-large.btn-radio,.btn-large.btn-file{min-width:5rem;height:5rem;font-size:1.5rem}.btn.btn-primary,.btn-check.btn-primary label,.btn-radio.btn-primary label,.btn-file.btn-primary label{color:#8b2703;background:#f2bb16;border-color:#0000}.btn.btn-primary:hover,.btn-file.btn-primary input:hover~label,.btn-check.btn-primary input:hover~label,.btn-radio.btn-primary input:hover~label{color:#f2bb16;background:#8b2703}.btn.btn-primary:active,.btn.btn-primary.btn-active,.btn-file.btn-primary input:active~label,.btn-check.btn-primary input:checked~label,.btn-radio.btn-primary input:checked~label,.btn-check.btn-primary.btn-active input~label,.btn-radio.btn-primary.btn-active input~label,.btn-file.btn-primary.btn-active input~label{color:#8b2703;background:#e7b00d}.btn.btn-secondary,.btn-check.btn-secondary label,.btn-radio.btn-secondary label,.btn-file.btn-secondary label{color:#8b2703;background:#dbdbdb;border-color:#0000}.btn.btn-secondary:hover,.btn-file.btn-secondary input:hover~label,.btn-check.btn-secondary input:hover~label,.btn-radio.btn-secondary input:hover~label{background:#d6d6d6}.btn.btn-secondary:active,.btn.btn-secondary.btn-active,.btn-file.btn-secondary input:active~label,.btn-check.btn-secondary input:checked~label,.btn-radio.btn-secondary input:checked~label,.btn-check.btn-secondary.btn-active input~label,.btn-radio.btn-secondary.btn-active input~label,.btn-file.btn-secondary.btn-active input~label{background:#d1d1d1}.btn.btn-danger,.btn-check.btn-danger label,.btn-radio.btn-danger label,.btn-file.btn-danger label{color:#ffffffe6;background:#d12626;border-color:#0000}.btn.btn-danger:hover,.btn-file.btn-danger input:hover~label,.btn-check.btn-danger input:hover~label,.btn-radio.btn-danger input:hover~label{background:#c82424}.btn.btn-danger:active,.btn.btn-danger.btn-active,.btn-file.btn-danger input:active~label,.btn-check.btn-danger input:checked~label,.btn-radio.btn-danger input:checked~label,.btn-check.btn-danger.btn-active input~label,.btn-radio.btn-danger.btn-active input~label,.btn-file.btn-danger.btn-active input~label{background:#c02323}.btn.btn-dark,.btn-check.btn-dark label,.btn-radio.btn-dark label,.btn-file.btn-dark label{color:#ffffffe6;background:#383838;border-color:#0000}.btn.btn-dark:hover,.btn-file.btn-dark input:hover~label,.btn-check.btn-dark input:hover~label,.btn-radio.btn-dark input:hover~label{background:#333}.btn.btn-dark:active,.btn.btn-dark.btn-active,.btn-file.btn-dark input:active~label,.btn-check.btn-dark input:checked~label,.btn-radio.btn-dark input:checked~label,.btn-check.btn-dark.btn-active input~label,.btn-radio.btn-dark.btn-active input~label,.btn-file.btn-dark.btn-active input~label{background:#2e2e2e}.btn.btn-light,.btn-check.btn-light label,.btn-radio.btn-light label,.btn-file.btn-light label{color:#1f1f1f;background:#fff;border-color:#0000}.btn.btn-light:hover,.btn-file.btn-light input:hover~label,.btn-check.btn-light input:hover~label,.btn-radio.btn-light input:hover~label{background:#fafafa}.btn.btn-light:active,.btn.btn-light.btn-active,.btn-file.btn-light input:active~label,.btn-check.btn-light input:checked~label,.btn-radio.btn-light input:checked~label,.btn-check.btn-light.btn-active input~label,.btn-radio.btn-light.btn-active input~label,.btn-file.btn-light.btn-active input~label{background:#f5f5f5}.btn.btn-hollow-primary,.btn-check.btn-hollow-primary label,.btn-radio.btn-hollow-primary label,.btn-file.btn-hollow-primary label{color:#8b2703;border-color:#8b2703}.btn.btn-hollow-primary:hover,.btn-file.btn-hollow-primary input:hover~label,.btn-check.btn-hollow-primary input:hover~label,.btn-radio.btn-hollow-primary input:hover~label{background:#f2bb16}.btn.btn-hollow-primary:active,.btn.btn-hollow-primary.btn-active,.btn-file.btn-hollow-primary input:active~label,.btn-check.btn-hollow-primary input:checked~label,.btn-radio.btn-hollow-primary input:checked~label,.btn-check.btn-hollow-primary.btn-active input~label,.btn-radio.btn-hollow-primary.btn-active input~label,.btn-file.btn-hollow-primary.btn-active input~label{color:#8b2703;background:#f2bb16;border-color:#0000}.btn.btn-hollow-secondary,.btn-check.btn-hollow-secondary label,.btn-radio.btn-hollow-secondary label,.btn-file.btn-hollow-secondary label{color:#8b2703;border-color:#dbdbdb}.btn.btn-hollow-secondary:hover,.btn-file.btn-hollow-secondary input:hover~label,.btn-check.btn-hollow-secondary input:hover~label,.btn-radio.btn-hollow-secondary input:hover~label{background:#dbdbdb61}.btn.btn-hollow-secondary:active,.btn.btn-hollow-secondary.btn-active,.btn-file.btn-hollow-secondary input:active~label,.btn-check.btn-hollow-secondary input:checked~label,.btn-radio.btn-hollow-secondary input:checked~label,.btn-check.btn-hollow-secondary.btn-active input~label,.btn-radio.btn-hollow-secondary.btn-active input~label,.btn-file.btn-hollow-secondary.btn-active input~label{color:#8b2703;background:#d1d1d1;border-color:#0000}.btn.btn-hollow-danger,.btn-check.btn-hollow-danger label,.btn-radio.btn-hollow-danger label,.btn-file.btn-hollow-danger label{color:#d12626;border-color:#d12626}.btn.btn-hollow-danger:hover,.btn-file.btn-hollow-danger input:hover~label,.btn-check.btn-hollow-danger input:hover~label,.btn-radio.btn-hollow-danger input:hover~label{background:#d126261a}.btn.btn-hollow-danger:active,.btn.btn-hollow-danger.btn-active,.btn-file.btn-hollow-danger input:active~label,.btn-check.btn-hollow-danger input:checked~label,.btn-radio.btn-hollow-danger input:checked~label,.btn-check.btn-hollow-danger.btn-active input~label,.btn-radio.btn-hollow-danger.btn-active input~label,.btn-file.btn-hollow-danger.btn-active input~label{color:#ffffffe6;background:#c02323;border-color:#0000}.btn.btn-hollow-dark,.btn-check.btn-hollow-dark label,.btn-radio.btn-hollow-dark label,.btn-file.btn-hollow-dark label{color:#1f1f1f;border-color:#1f1f1f}.btn.btn-hollow-dark:hover,.btn-file.btn-hollow-dark input:hover~label,.btn-check.btn-hollow-dark input:hover~label,.btn-radio.btn-hollow-dark input:hover~label{background:#3838381a}.btn.btn-hollow-dark:active,.btn.btn-hollow-dark.btn-active,.btn-file.btn-hollow-dark input:active~label,.btn-check.btn-hollow-dark input:checked~label,.btn-radio.btn-hollow-dark input:checked~label,.btn-check.btn-hollow-dark.btn-active input~label,.btn-radio.btn-hollow-dark.btn-active input~label,.btn-file.btn-hollow-dark.btn-active input~label{color:#ffffffe6;background:#2e2e2e;border-color:#0000}.btn.btn-hollow-light,.btn-check.btn-hollow-light label,.btn-radio.btn-hollow-light label,.btn-file.btn-hollow-light label{color:#fff;border-color:#fff}.btn.btn-hollow-light:hover,.btn-file.btn-hollow-light input:hover~label,.btn-check.btn-hollow-light input:hover~label,.btn-radio.btn-hollow-light input:hover~label{background:#ffffff1a}.btn.btn-hollow-light:active,.btn.btn-hollow-light.btn-active,.btn-file.btn-hollow-light input:active~label,.btn-check.btn-hollow-light input:checked~label,.btn-radio.btn-hollow-light input:checked~label,.btn-check.btn-hollow-light.btn-active input~label,.btn-radio.btn-hollow-light.btn-active input~label,.btn-file.btn-hollow-light.btn-active input~label{color:#1f1f1f;background:#f5f5f5;border-color:#0000}.btn.btn-text-primary,.btn-check.btn-text-primary,.btn-radio.btn-text-primary,.btn-file.btn-text-primary{color:#f2bb16;border-color:#0000}.btn.btn-text-primary:hover,.btn-file.btn-text-primary input:hover~label,.btn-check.btn-text-primary input:hover~label,.btn-radio.btn-text-primary input:hover~label,.btn.btn-text-primary:active,.btn.btn-text-primary.btn-active,.btn-file.btn-text-primary input:active~label,.btn-check.btn-text-primary input:checked~label,.btn-radio.btn-text-primary input:checked~label,.btn-check.btn-text-primary.btn-active input~label,.btn-radio.btn-text-primary.btn-active input~label,.btn-file.btn-text-primary.btn-active input~label{color:#ca9a0b}.btn.btn-text-secondary,.btn-check.btn-text-secondary,.btn-radio.btn-text-secondary,.btn-file.btn-text-secondary{color:#8f8f8f;border-color:#0000}.btn.btn-text-secondary:hover,.btn-file.btn-text-secondary input:hover~label,.btn-check.btn-text-secondary input:hover~label,.btn-radio.btn-text-secondary input:hover~label,.btn.btn-text-secondary:active,.btn.btn-text-secondary.btn-active,.btn-file.btn-text-secondary input:active~label,.btn-check.btn-text-secondary input:checked~label,.btn-radio.btn-text-secondary input:checked~label,.btn-check.btn-text-secondary.btn-active input~label,.btn-radio.btn-text-secondary.btn-active input~label,.btn-file.btn-text-secondary.btn-active input~label{color:#757575}.btn.btn-text-danger,.btn-check.btn-text-danger,.btn-radio.btn-text-danger,.btn-file.btn-text-danger{color:#d12626;border-color:#0000}.btn.btn-text-danger:hover,.btn-file.btn-text-danger input:hover~label,.btn-check.btn-text-danger input:hover~label,.btn-radio.btn-text-danger input:hover~label,.btn.btn-text-danger:active,.btn.btn-text-danger.btn-active,.btn-file.btn-text-danger input:active~label,.btn-check.btn-text-danger input:checked~label,.btn-radio.btn-text-danger input:checked~label,.btn-check.btn-text-danger.btn-active input~label,.btn-radio.btn-text-danger.btn-active input~label,.btn-file.btn-text-danger.btn-active input~label{color:#b22}.btn.btn-text-dark,.btn-check.btn-text-dark,.btn-radio.btn-text-dark,.btn-file.btn-text-dark{color:#383838;border-color:#0000}.btn.btn-text-dark:hover,.btn-file.btn-text-dark input:hover~label,.btn-check.btn-text-dark input:hover~label,.btn-radio.btn-text-dark input:hover~label,.btn.btn-text-dark:active,.btn.btn-text-dark.btn-active,.btn-file.btn-text-dark input:active~label,.btn-check.btn-text-dark input:checked~label,.btn-radio.btn-text-dark input:checked~label,.btn-check.btn-text-dark.btn-active input~label,.btn-radio.btn-text-dark.btn-active input~label,.btn-file.btn-text-dark.btn-active input~label{color:#1f1f1f}.btn.btn-text-light,.btn-check.btn-text-light,.btn-radio.btn-text-light,.btn-file.btn-text-light{color:#ffffff9e;border-color:#0000}.btn.btn-text-light:hover,.btn-file.btn-text-light input:hover~label,.btn-check.btn-text-light input:hover~label,.btn-radio.btn-text-light input:hover~label,.btn.btn-text-light:active,.btn.btn-text-light.btn-active,.btn-file.btn-text-light input:active~label,.btn-check.btn-text-light input:checked~label,.btn-radio.btn-text-light input:checked~label,.btn-check.btn-text-light.btn-active input~label,.btn-radio.btn-text-light.btn-active input~label,.btn-file.btn-text-light.btn-active input~label{color:#fff}.container{min-width:0;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1rem}.fm-label{padding-top:.942rem;padding-bottom:.058rem;font-size:1.5rem;line-height:3rem;display:block}.fm-label-required.fm-label:after{content:"*";color:#d12626}.fm-label-small.fm-label{padding-top:.504rem;padding-bottom:.496rem;font-size:1.33333rem;line-height:2rem}.fm-label-large.fm-label{padding-top:.88rem;padding-bottom:.12rem;font-size:1.66667rem;line-height:3rem}.fm ::-webkit-input-placeholder{color:#8b270366}.fm ::-moz-placeholder{opacity:1;color:#8b270366}.fm :-ms-placeholder-shown{color:#8b270366}.fm[data-error]:after,.fm[data-hint]:after{width:100%;font-size:1.16667rem;line-height:2rem;display:block}.fm[data-hint]:after{content:attr(data-hint);color:#b8b8b8}.fm[data-error]:after,.fm[data-hint][data-error]:after{content:attr(data-error);color:#d12626}.fm-large.fm[data-hint]:after,.fm-large.fm[data-error]:after{font-size:1.16667rem;line-height:2rem}.fm{color:#8b2703;flex-wrap:wrap;font-size:1.33333rem;display:flex}.fm>*{flex:none}.fm input,.fm select,.fm textarea{appearance:none;display:block}html:not([data-focus-disabled]) .fm .focus{outline:none}.fm ::-webkit-inner-spin-button{display:none}.fm ::-webkit-outer-spin-button{display:none}.fm [type=number]{-moz-appearance:textfield}.fm [type=range]::-moz-focus-outer{border:none}.fm :invalid{box-shadow:none}.fm select::-ms-expand{display:none}.fm ::-ms-clear{display:none}.fm ::-webkit-search-cancel-button{-webkit-appearance:none}.fm ::-webkit-calendar-picker-indicator{display:none}.fm ::-webkit-contacts-auto-fill-button{display:none!important}.fm ::-webkit-credentials-auto-fill-button{display:none!important}.fm ::-webkit-caps-lock-indicator{display:none!important}.fm-inline.fm{vertical-align:top;display:inline-flex}.fm-small.fm,.fm-large.fm{font-size:1.33333rem}.fm-inline.fm:not(.fm-check):not(.fm-radio){width:22rem}.fm-small.fm-inline.fm:not(.fm-check):not(.fm-radio){width:18rem}.fm-large.fm-inline.fm:not(.fm-check):not(.fm-radio){width:26rem}.fm-text input,.fm-search input,.fm-select input,.fm-file input,.fm-text textarea,.fm-select select{border:1px solid #8b2703;border-radius:2rem;width:100%}.fm-text input,.fm-search input,.fm-select input,.fm-file input,.fm-select select:not([multiple]){height:3rem;line-height:normal}.fm-text input,.fm-select select:not([multiple]){background:#fcf2c0;padding:0 1.5em}.fm-search input,.fm-select input,.fm-file input{padding:0 4em 0 1.5em}.fm-search input{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath fill='rgba(139, 39, 3, 0.4)' d='M983.1,908.7L702.1,625.9c114.2-150.9,102.6-366.6-35-504.2c-150.3-150.3-394.1-150.3-544.4,0c-150.3,150.3-150.3,394,0,544.4c137.5,137.5,353.1,149.2,504,35.2l281,282.8c9.2,9.2,24.2,9.2,33.5,0l41.9-41.9C992.3,932.9,992.3,917.9,983.1,908.7L983.1,908.7z M194.1,596.9c-110.4-110.4-110.4-289.4,0-399.7c110.4-110.4,289.4-110.4,399.8,0c110.4,110.4,110.4,289.3,0,399.7C483.4,707.3,304.5,707.3,194.1,596.9L194.1,596.9z'/%3E%3C/svg%3E") right 1.5em center/1em no-repeat,#fcf2c0}.fm-select input{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='rgba(139, 39, 3, 0.4)' d='M2.16,6.246 C2.385,6.246 2.61,6.308 2.81,6.442 L9.039,10.598 L15.076,6.401 C15.617,6.042 16.346,6.188 16.705,6.729 C17.065,7.268 16.92,8 16.38,8.359 L9.692,12.989 C9.298,13.253 8.784,13.254 8.388,12.991 L1.508,8.402 C0.966,8.042 0.82,7.31 1.179,6.77 C1.407,6.429 1.78,6.246 2.16,6.246 L2.16,6.246 Z'%3E%3C/path%3E%3C/svg%3E") right 1.5em center/1em no-repeat,#fcf2c0}.fm-file input{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-100 0 600 500'%3E%3Cpath fill='rgba(139, 39, 3, 0.4)' d='M465.064,207.566l0.028,0H284.436V27.25c0-14.84-12.016-27.248-26.856-27.248h-23.116c-14.836,0-26.904,12.408-26.904,27.248v180.316H26.908c-14.832,0-26.908,12-26.908,26.844v23.248c0,14.832,12.072,26.78,26.908,26.78h180.656v180.968c0,14.832,12.064,26.592,26.904,26.592h23.116c14.84,0,26.856-11.764,26.856-26.592V284.438h180.624c14.84,0,26.936-11.952,26.936-26.78V234.41C492,219.566,479.904,207.566,465.064,207.566z'/%3E%3C/svg%3E") right 1.5em center/1em no-repeat,#fcf2c0}.fm-text textarea,.fm-select select[multiple]{-webkit-overflow-scrolling:touch;background:#fcf2c0;height:9rem;min-height:9rem;padding:.504rem 1.5em .496rem;line-height:2rem;overflow:auto}.fm-text[data-error] input,.fm-search[data-error] input,.fm-select[data-error] input,.fm-file[data-error] input,.fm-text[data-error] textarea,.fm-select[data-error] select[multiple]{border-color:#d12626}.fm-search[data-error] input{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath fill='hsl(0, 69.4915254237%25, 48.38%25)' d='M983.1,908.7L702.1,625.9c114.2-150.9,102.6-366.6-35-504.2c-150.3-150.3-394.1-150.3-544.4,0c-150.3,150.3-150.3,394,0,544.4c137.5,137.5,353.1,149.2,504,35.2l281,282.8c9.2,9.2,24.2,9.2,33.5,0l41.9-41.9C992.3,932.9,992.3,917.9,983.1,908.7L983.1,908.7z M194.1,596.9c-110.4-110.4-110.4-289.4,0-399.7c110.4-110.4,289.4-110.4,399.8,0c110.4,110.4,110.4,289.3,0,399.7C483.4,707.3,304.5,707.3,194.1,596.9L194.1,596.9z'/%3E%3C/svg%3E") right 1.5em center/1em no-repeat,#fcf2c0}.fm-select[data-error] input{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='hsl(0, 69.4915254237%25, 48.38%25)' d='M2.16,6.246 C2.385,6.246 2.61,6.308 2.81,6.442 L9.039,10.598 L15.076,6.401 C15.617,6.042 16.346,6.188 16.705,6.729 C17.065,7.268 16.92,8 16.38,8.359 L9.692,12.989 C9.298,13.253 8.784,13.254 8.388,12.991 L1.508,8.402 C0.966,8.042 0.82,7.31 1.179,6.77 C1.407,6.429 1.78,6.246 2.16,6.246 L2.16,6.246 Z'%3E%3C/path%3E%3C/svg%3E") right 1.5em center/1em no-repeat,#fcf2c0}.fm-file[data-error] input{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-100 0 600 500'%3E%3Cpath fill='hsl(0, 69.4915254237%25, 48.38%25)' d='M465.064,207.566l0.028,0H284.436V27.25c0-14.84-12.016-27.248-26.856-27.248h-23.116c-14.836,0-26.904,12.408-26.904,27.248v180.316H26.908c-14.832,0-26.908,12-26.908,26.844v23.248c0,14.832,12.072,26.78,26.908,26.78h180.656v180.968c0,14.832,12.064,26.592,26.904,26.592h23.116c14.84,0,26.856-11.764,26.856-26.592V284.438h180.624c14.84,0,26.936-11.952,26.936-26.78V234.41C492,219.566,479.904,207.566,465.064,207.566z'/%3E%3C/svg%3E") right 1.5em center/1em no-repeat,#fcf2c0}.fm.fm-text input.focus,.fm.fm-search input.focus,.fm.fm-select .focus~input,.fm.fm-select input.focus,.fm.fm-file .focus~input,.fm.fm-text textarea.focus,.fm.fm-select select[multiple].focus{border-color:#f2bb16}.fm.fm-text input.focus,.fm.fm-text textarea.focus,.fm.fm-select select[multiple].focus{background:#fdf5cf}.fm.fm-search input.focus{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath fill='%23f2bb16' d='M983.1,908.7L702.1,625.9c114.2-150.9,102.6-366.6-35-504.2c-150.3-150.3-394.1-150.3-544.4,0c-150.3,150.3-150.3,394,0,544.4c137.5,137.5,353.1,149.2,504,35.2l281,282.8c9.2,9.2,24.2,9.2,33.5,0l41.9-41.9C992.3,932.9,992.3,917.9,983.1,908.7L983.1,908.7z M194.1,596.9c-110.4-110.4-110.4-289.4,0-399.7c110.4-110.4,289.4-110.4,399.8,0c110.4,110.4,110.4,289.3,0,399.7C483.4,707.3,304.5,707.3,194.1,596.9L194.1,596.9z'/%3E%3C/svg%3E") right 1.5em center/1em no-repeat,#fdf5cf}.fm.fm-select .focus~input,.fm.fm-select input.focus{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%23f2bb16' d='M2.16,6.246 C2.385,6.246 2.61,6.308 2.81,6.442 L9.039,10.598 L15.076,6.401 C15.617,6.042 16.346,6.188 16.705,6.729 C17.065,7.268 16.92,8 16.38,8.359 L9.692,12.989 C9.298,13.253 8.784,13.254 8.388,12.991 L1.508,8.402 C0.966,8.042 0.82,7.31 1.179,6.77 C1.407,6.429 1.78,6.246 2.16,6.246 L2.16,6.246 Z'%3E%3C/path%3E%3C/svg%3E") right 1.5em center/1em no-repeat,#fdf5cf}.fm.fm-file .focus~input{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-100 0 600 500'%3E%3Cpath fill='%23f2bb16' d='M465.064,207.566l0.028,0H284.436V27.25c0-14.84-12.016-27.248-26.856-27.248h-23.116c-14.836,0-26.904,12.408-26.904,27.248v180.316H26.908c-14.832,0-26.908,12-26.908,26.844v23.248c0,14.832,12.072,26.78,26.908,26.78h180.656v180.968c0,14.832,12.064,26.592,26.904,26.592h23.116c14.84,0,26.856-11.764,26.856-26.592V284.438h180.624c14.84,0,26.936-11.952,26.936-26.78V234.41C492,219.566,479.904,207.566,465.064,207.566z'/%3E%3C/svg%3E") right 1.5em center/1em no-repeat,#fdf5cf}.fm-small.fm-text input,.fm-small.fm-search input,.fm-small.fm-select input,.fm-small.fm-file input,.fm-small.fm-select select:not([multiple]){height:2rem}.fm-small.fm-text textarea,.fm-small.fm-select select[multiple]{height:6rem;min-height:6rem;padding-top:.504rem;padding-bottom:.496rem;line-height:2rem}.fm-large.fm-text input,.fm-large.fm-search input,.fm-large.fm-select input,.fm-large.fm-file input,.fm-large.fm-select select:not([multiple]){height:4rem}.fm-large.fm-text textarea,.fm-large.fm-select select[multiple]{height:12rem;min-height:12rem;padding-top:.504rem;padding-bottom:.496rem;line-height:2rem}.fm-select select:not([multiple]),.fm-file input[type=file]{opacity:0;width:100%}.fm-select select:not([multiple])+input,.fm-file [type=file]+input{margin-top:-3rem}.fm-file [type=file]{overflow:hidden}.fm-small.fm-select select:not([multiple])+input,.fm-small.fm-file [type=file]+input{margin-top:-2rem}.fm-large.fm-select select:not([multiple])+input,.fm-large.fm-file [type=file]+input{margin-top:-4rem}.fm-select select[multiple] option{align-items:center;height:2rem;min-height:0;padding:0;display:flex}.fm-small.fm-select select[multiple] option,.fm-large.fm-select select[multiple] option{height:2rem}.fm-check label,.fm-radio label{user-select:none;flex:0 auto;padding-left:1.65em;line-height:2rem;overflow:hidden}.fm-check label:not(:last-child),.fm-radio label:not(:last-child){margin-right:1.2em}.fm-check label input,.fm-radio label input{float:left;margin:.125em .4em 0 -1.65em}.fm-check input,.fm-radio input{background:#fcf2c0;border:1px solid #8b2703;width:1.25em;height:1.25em}.fm-check input{border-radius:2rem;transform:scale(.9)}.fm-radio input{border-radius:100%}.fm-check[data-error] input,.fm-radio[data-error] input{border-color:#d12626}.fm.fm-check .focus,.fm.fm-radio .focus{background:#fdf5cf;border-color:#f2bb16}.fm.fm-check input:checked,.fm.fm-radio input:checked{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-150 -150 800 800'%3E%3Cpath fill='%23fff' d='M487.75,78.125c-13-13-33-13-46,0l-272,272l-114-113c-13-13-33-13-46,0s-13,33,0,46l137,136c6,6,15,10,23,10s17-4,23-10l295-294C500.75,112.125,500.75,91.125,487.75,78.125z'/%3E%3C/svg%3E") 50%/contain no-repeat,#fcf2c0}.fm.fm-check input.focus:checked,.fm.fm-radio input.focus:checked{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-150 -150 800 800'%3E%3Cpath fill='%23fff' d='M487.75,78.125c-13-13-33-13-46,0l-272,272l-114-113c-13-13-33-13-46,0s-13,33,0,46l137,136c6,6,15,10,23,10s17-4,23-10l295-294C500.75,112.125,500.75,91.125,487.75,78.125z'/%3E%3C/svg%3E") 50%/contain no-repeat,#fdf5cf}.fm-small.fm-check label,.fm-small.fm-radio label,.fm-large.fm-check label,.fm-large.fm-radio label{line-height:2rem}.fm-small.fm-check label input,.fm-small.fm-radio label input,.fm-large.fm-check label input,.fm-large.fm-radio label input{margin-top:.125em}.fm-range input{background:0 0;width:100%;height:3rem}.fm-range ::-webkit-slider-runnable-track{background:#fff;border-radius:0;height:.25em}.fm-range ::-moz-range-track{background:#fff;border-radius:0;height:.25em}.fm-range ::-ms-track{color:#0000;background:0 0;height:.25em}.fm-range ::-ms-fill-lower{background:#fff;border-radius:0}.fm-range ::-ms-fill-upper{background:#fff;border-radius:0}.fm-range ::-webkit-slider-thumb{appearance:none;background:#8b2703;border:1px solid #0000;border-radius:100%;width:1.25em;height:1.25em;margin-top:-.5em}@supports (-ms-ime-align:auto){.fm-range ::-webkit-slider-thumb{margin-top:0}}.fm-range ::-moz-range-thumb{background:#8b2703;border:1px solid #0000;border-radius:100%;width:1.25em;height:1.25em}.fm-range ::-ms-thumb{background:#8b2703;border:1px solid #0000;border-radius:100%;width:1.25em;height:1.25em}.fm-range ::-ms-tooltip{display:none}.fm-range[data-error] ::-webkit-slider-thumb{border-color:#d12626}.fm-range[data-error] ::-moz-range-thumb{border-color:#d12626}.fm-range[data-error] ::-ms-thumb{border-color:#d12626}.fm-range input.focus::-webkit-slider-thumb{background:#f2bb16}.fm-range input.focus::-moz-range-thumb{background:#f2bb16}.fm-range input.focus::-ms-thumb{background:#f2bb16}.fm-small.fm-range input{height:2rem}.fm-large.fm-range input{height:4rem}.table,.table-border{word-break:normal;-webkit-overflow-scrolling:touch;border-radius:0;overflow:auto}.table table,.table-border table{min-width:100%}.table thead,.table-border thead{background:#8b2703}.table tbody tr:nth-child(2n),.table-border tbody tr:nth-child(2n){background:#fefcf1}.table tbody tr:nth-child(odd),.table-border tbody tr:nth-child(odd){background:#fff}.table th,.table td,.table-border th,.table-border td{vertical-align:top;text-align:left}.table th,.table-border th{color:inherit;font-weight:500}.table td,.table-border td{color:#8b2703}.table th,.table td{padding:1rem}.table-border{border:1px solid #8b2703}.table-border th,.table-border td{padding:calc(1rem - 1px) 1rem 1rem}.table-border td{border-top:1px solid #8b2703}.table-border tbody tr:last-child td{padding:calc(1rem - 1px) 1rem}.table-middle.table th,.table-middle.table td,.table-middle.table-border th,.table-middle.table-border td{vertical-align:middle}.table-nowrap.table th,.table-nowrap.table td,.table-nowrap.table-border th,.table-nowrap.table-border td{vertical-align:middle;white-space:nowrap}.table-stripless.table thead,.table-stripless.table-border thead,.table-stripless.table table tbody tr,.table-stripless.table-border table tbody tr{background:0 0}.table-hover.table tbody tr:hover,.table-hover.table-border tbody tr:hover{background:#fdf5cf}.typo-inline{padding:0!important;line-height:0!important;display:inline!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:500}h1,.h1{padding-top:1.008rem;padding-bottom:.992rem;font-size:2.66667rem;line-height:4rem;display:block}h2,.h2{padding-top:.601rem;padding-bottom:.399rem;font-size:2.41667rem;line-height:3rem;display:block}h3,.h3{padding-top:.694rem;padding-bottom:.306rem;font-size:2.16667rem;line-height:3rem;display:block}h4,.h4{padding-top:.287rem;padding-bottom:.713rem;font-size:1.91667rem;line-height:2rem;display:block}h5,.h5{padding-top:.38rem;padding-bottom:.62rem;font-size:1.66667rem;line-height:2rem;display:block}h6,.h6{padding-top:.442rem;padding-bottom:.558rem;font-size:1.5rem;line-height:2rem;display:block}.p5{padding-top:.88rem;padding-bottom:.12rem;font-size:1.66667rem;line-height:3rem;display:block}p,.p6{padding-top:.942rem;padding-bottom:.058rem;font-size:1.5rem;line-height:3rem;display:block}.p7{padding-top:.504rem;padding-bottom:.496rem;font-size:1.33333rem;line-height:2rem;display:block}.p8{padding-top:.566rem;padding-bottom:.434rem;font-size:1.16667rem;line-height:2rem;display:block}code,kbd,samp{color:#8b2703;background:#f7f7f7;border-radius:0;padding:0 .2em;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;line-height:0}.code{background:#f7f7f7;border-radius:0;padding:0 2.2rem}.code code,.code samp,.code kbd{background:0 0;border-radius:0;padding:.645187rem 0 .354813rem;font-size:1.33333rem;line-height:2rem;display:block}q,.quote p{font-style:italic}q{line-height:0}q:before{content:"\"";padding:0 .3em}q:after{content:"\"";padding:0 .3em 0 .2em}q q:before,q q:after{content:"'"}cite{color:#b8b8b8;font-style:italic;font-weight:500}.quote{padding:2.2rem}.quote p{margin:0 auto 1rem;padding-top:.88rem;padding-bottom:.12rem;font-size:1.66667rem;line-height:3rem}.quote p:first-child{position:relative}.quote p:first-child:before{content:"\"";color:#b8b8b8;width:2.2rem;font-size:2.5em;display:block;position:absolute;top:0;left:-2.2rem}.quote p:last-of-type{margin-bottom:0}.quote footer{color:#b8b8b8}.quote footer:before{vertical-align:middle;content:"";border-style:solid;border-width:1px 0 0;width:2em;margin-right:1em;display:inline-block}a:not(.btn){color:#bf6b04;text-decoration:none}a:not(.btn):hover{color:#8b2703}a.link-light:not(.btn){color:#ffffffe6}a.link-light:not(.btn):hover{color:#fff}mark{color:#f2bb16;background:#f8da80;border-radius:0;padding:0 .2em}ul ul,ul ol,ol ul,ol ol{padding:0 0 0 2em}dt{font-weight:500}sub,sup{vertical-align:baseline;font-size:88.8889%;line-height:0;position:relative}sub{font-feature-settings:"subs" 1;bottom:-.25em}sup{font-feature-settings:"sups" 1;top:-.5em}@font-face{font-family:fontello;src:url(/site/templates/font/fontello.eot?36585042);src:url(/site/templates/font/fontello.eot?36585042#iefix)format("embedded-opentype"),url(/site/templates/font/fontello.woff2?36585042)format("woff2"),url(/site/templates/font/fontello.woff?36585042)format("woff"),url(/site/templates/font/fontello.ttf?36585042)format("truetype"),url(/site/templates/font/fontello.svg?36585042#fontello)format("svg");font-weight:400;font-style:normal;font-display:swap}[class^=icon-]:before,[class*=\ icon-]:before{speak:never;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1em;margin-left:.2em;margin-right:.2em;font-family:fontello;font-style:normal;font-weight:400;line-height:1em;display:inline-block}.icon-ze:before{content:""}.icon-tg:before{content:""}.icon-vk:before{content:""}.icon-ok:before{content:""}.icon-yt:before{content:""}.icon-tw:before{content:""}.icon-fb:before{content:""}.icon-ig:before{content:""}.icon-vi:before{content:""}.icon-image:before{content:""}.icon-msg:before{content:""}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes slideDown{0%{transform:translateY(-100px)}to{transform:translateY(0)}}.fadeOutDown{animation:.2s both fadeOutDown}.fadeInUp{animation:.2s both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes slideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}lite-youtube{contain:content;cursor:pointer;background-color:#000;background-position:50%;background-size:cover;max-width:720px;display:block;position:relative}lite-youtube:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);background-position:top;background-repeat:repeat-x;width:100%;height:100px;transition:all .2s cubic-bezier(0,0,.2,1);display:block;position:absolute;top:0}lite-youtube:after{content:"";padding-bottom:56.25%;display:block}lite-youtube>iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}lite-youtube>.lty-playbtn{cursor:pointer;z-index:1;filter:grayscale();background-color:#0000;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 68 48\"><path fill=\"%23f00\" fill-opacity=\"0.8\" d=\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\"></path><path d=\"M 45,24 27,14 27,34\" fill=\"%23fff\"></path></svg>");border:none;width:68px;height:48px;transition:filter .1s cubic-bezier(0,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}lite-youtube:hover>.lty-playbtn,lite-youtube .lty-playbtn:focus{filter:none}lite-youtube.lyt-activated{cursor:unset}lite-youtube.lyt-activated:before,lite-youtube.lyt-activated>.lty-playbtn{opacity:0;pointer-events:none}.lyt-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}html,body{line-height:1.55}html.cke_editable,body.cke_editable{display:block}html.cke_editable>p,body.cke_editable>p{padding:1rem}a,button{transition:color .2s,background-color .2s}p{font-size:inherit;hyphens:auto;line-height:1.45}ul,ol{list-style-position:inside}.body-donate main{background:url(/site/templates/images/bg1.svg) right -20% bottom/50% no-repeat}.body-notfound main{text-align:center;flex-grow:0}.body-about main{background:url(/site/templates/images/bg4.svg) right bottom 100px/200px no-repeat}.body-tours main{background:url(/site/templates/images/bg2.svg) right -10% top/50% no-repeat}.body-artists main{background:url(/site/templates/images/bg5.svg) right -20% bottom/30% no-repeat}.body-info main{background:url(/site/templates/images/bg5.svg) right 5% center/min(50vh,50vw) no-repeat}@media (width>=768px){.body-donate_once main,.body-donate_multi main{background:url(/site/templates/images/donate_banner.webp) 100% 100%/contain no-repeat}}img{max-width:100%;height:auto}textarea{padding-top:1em!important;padding-bottom:1em!important}input:focus,textarea:focus,input[type=checkbox]{background-color:#fdf5cf}@media (width>=576px){.container{padding:0 2rem}}[class^=icon-]:before,[class*=\ icon-]:before{margin-right:.4em}.fm.fm-check input,.fm.fm-radio input{transition:color .2s,background-color .2s}.fm.fm-check input:checked,.fm.fm-radio input:checked{background-color:#8b2703}.fm-check label input,.fm-radio label input{margin-top:0}.select{cursor:pointer;background:#fcf2c0;border:1px solid #8b2703;border-radius:2rem;align-items:center;width:100%;height:4rem;padding:0 1.5em;display:flex;position:relative}.select:before{content:attr(data-text);text-overflow:ellipsis;white-space:nowrap;margin-right:2rem;overflow:hidden}.select.unset{color:#8b270366}.select>.options{color:#8b2703;cursor:default;z-index:1;background-color:#fdf5cf;border:1px solid #8b2703;border-top-width:0;border-radius:0 0 2rem 2rem;min-width:calc(100% + 2px);max-height:300px;display:none;position:absolute;top:calc(4rem - 2px);left:-1px;overflow-y:auto}.select>.options>div{cursor:pointer;user-select:none;background-color:#0000;padding:.75rem 1.5em;position:relative}.select>.options>div.active{background-color:#fbefb1}.select>.options>div:hover,.select>.options>div:focus,.select>.options>div:active{background-color:#fcf2c0;box-shadow:inset 2px 2px #fbefb1,inset -2px -2px #fbefb1}.select.active,.select:focus{background-color:#fdf5cf;border-radius:2rem 2rem 0 0}.select.active .options,.select:focus .options{display:block}.select+select{display:none}.select:after{content:"";border:6px solid #0000;border-top:10px solid #8b2703;border-bottom-width:0;width:0;height:0;transition:transform .2s;display:inline-block;position:absolute;top:1.6rem;right:1.5rem}.select.active:after{transform:scaleY(-1)}.fm select{appearance:auto;opacity:1!important}.btn{white-space:normal;text-align:center;padding-left:3em;padding-right:3em;font-weight:700}h1,.h1{font-size:2.2rem;font-weight:700;line-height:1.3}h2,.h2{font-size:1.8rem;font-weight:700;line-height:1.3}@media (width>=576px){h1,.h1{font-size:3.6rem}h2,.h2{font-size:2.4rem}}footer a{color:#fff!important}@media (width>=1200px){.section-home0{background-image:url(/site/templates/images/bg0.svg);background-position:calc(50% - 800px) bottom;background-size:1200px;min-height:835px}}.section-home1{background:url(/site/templates/images/bg3.svg) right bottom 40px/700px no-repeat;margin-top:8rem}.section-home2{background:url(/site/templates/images/bg1.svg) right bottom 40px/700px no-repeat}.social{font-size:40px}.partner__logo{height:180px}#menu-top{word-break:normal;margin:2rem auto 0}#menu-top .burger{display:none}#menu-top li{text-align:left;padding:0}#menu-top li:before{content:none}#menu-top ul{justify-content:space-between;font-size:1.3rem;list-style:none;display:flex;position:relative}@media (width>=1200px){#menu-top ul{font-size:1.66rem}}#menu-top>ul{margin:0;padding:0}#menu-top>ul>li.has-children{position:relative}#menu-top>ul>li.has-children:after{content:"";border:3px solid #0000;border-top:4px solid #000;border-bottom-width:0;width:0;height:0;transition:transform .2s;display:block;position:absolute;top:50%;right:4px}#menu-top>ul>li.has-children:hover:after,#menu-top>ul>li.has-children.current:after{transform:rotate(180deg)}#menu-top>ul>li.has-children>ul{display:none;box-shadow:3px 3px 7px #0003}#menu-top>ul>li.has-children:hover ul{margin-bottom:0;display:block}#menu-top>ul>li>ul{z-index:9999;margin:0;padding:0;position:absolute;width:260px!important}#menu-top>ul>li a{padding:.85rem 0;text-decoration:none;display:block}#menu-top>ul>li.current a{color:#8b2703}@media screen and (width<=768px){#menu-top{z-index:999;background-color:#fcf2c0;margin:0;display:none;position:fixed;inset:0}#menu-top>ul{flex-direction:column;align-items:center;display:flex}#menu-top-mobile:checked+header #menu-top{flex-direction:column;justify-content:center;display:flex}}.member>.lz{background:url(/site/templates/images/600x600.jpg) 50%/cover no-repeat}.member__body{scrollbar-width:thin;scrollbar-color:#8b270333 transparent;max-height:25rem;margin:2rem;overflow-y:auto}.member__body::-webkit-scrollbar{width:.5rem;height:.5rem}.member__body::-webkit-scrollbar-thumb{background:#8b270333;border-radius:.5rem}.member__body::-webkit-scrollbar-corner{display:none}.member__body::-webkit-resizer{display:none}.member__video{cursor:pointer;filter:drop-shadow(2px 2px 3px #00000040);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70' class='member__video' title='Показать видео'%3E%3Cg%3E%3Cpath style='fill: %23fff' d='M35,4A31,31,0,1,1,4,35,31,31,0,0,1,35,4m0-4A35,35,0,1,0,70,35,35,35,0,0,0,35,0Z' /%3E%3Cpolygon style='fill: %23fff' points='60.63 35.5 19.93 59 19.93 12 60.63 35.5' /%3E%3C/g%3E%3C/svg%3E");width:70px;height:70px;transition:all .2s;position:absolute;bottom:2rem;right:2rem}.member__video:hover{filter:drop-shadow(4px 4px 3px #00000040);transform:translateY(-1px)}.member__popup{max-width:960px;max-height:calc(100vh - 2rem);overflow:auto}#form input[name=user]{display:none}.fm-check label,.fm-radio label{cursor:pointer}.fm[data-error]:after,.fm[data-hint][data-error]:after{margin-left:2rem}.donation__sum{max-width:100%;width:350px!important}.activity{font-size:.6rem}@media (width>=768px){.activity{font-size:.8rem}}@media (width>=1200px){.activity{font-size:1rem}}.activity__title{white-space:break-spaces;font-size:3.6em;font-weight:700}.activity__subtitle{white-space:break-spaces;font-size:1.66em}.activity__body{font-size:1.66em}.burger{cursor:pointer;width:24px;height:24px;margin-left:auto;display:inline-block;position:relative}.burger>span,.burger>span:before,.burger>span:after{content:"";background-color:#bf6b04;height:1px;display:block;position:absolute;left:0;right:0}.burger>span{display:block;top:0}.burger>span:before{top:11px}.burger>span:after{top:22px}.menu-close{z-index:1000;cursor:pointer;width:30px;height:30px;position:absolute;top:3rem;right:1rem;transform:rotate(45deg)}.menu-close:before{content:"";background-color:#bf6b04;width:1px;height:100%;display:block;position:absolute;top:0;left:14px}.menu-close:after{content:"";background-color:#bf6b04;width:100%;height:1px;display:block;position:absolute;top:14px;left:0}.btn.loading{color:#0000;cursor:default;position:relative}.btn.loading:after{content:"";border:3px solid #fff9;border-color:#fff9 #0000;border-radius:50%;width:2em;height:2em;margin-top:-1em;margin-left:-1em;animation:1s linear infinite spin;display:block;position:absolute;top:50%;left:50%}.donate-fab{z-index:99;background-color:#fff;border:2px solid #bf6b04;border-radius:3.5rem;padding-left:4.5rem;padding-right:1.2rem;line-height:3.5rem;transition:box-shadow .3s,color .3s,background-color .3s;position:fixed;bottom:1rem;right:1rem;box-shadow:0 .5rem 1.68rem #0003}@media (width>=768px){.donate-fab{padding-left:8rem;padding-right:2rem;line-height:6.5rem}}.donate-fab:hover{background-color:#bf6b04;color:#fff!important}.donate-fab:hover>svg path{fill:#fff!important}.donate-fab>svg{width:2.6rem;position:absolute;top:.5rem;left:1.2rem}@media (width>=768px){.donate-fab>svg{width:5rem;top:1rem;left:2rem}}.donate-fab>svg path{transition:fill .3s}.donate-options>div{display:flex}.donate-options>div:first-child a:after{background-image:url(/site/templates/images/donate1.svg)}.donate-options>div:nth-child(2) a:after{background-image:url(/site/templates/images/donate2.svg)}.donate-options>div:nth-child(3) a:after{background-image:url(/site/templates/images/donate3.svg)}.donate-options>div:nth-child(4) a:after{background-image:url(/site/templates/images/donate4.svg)}.donate-options a{background-color:#fff;border-radius:2.5rem;width:100%;padding:15rem 3rem 3rem;font-size:1.7rem;transition:transform .2s,box-shadow .2s,color .2s;display:block;position:relative;box-shadow:0 5px 5px #8b27031a}.donate-options a:hover{color:#bf6b04;transform:translateY(-5px);box-shadow:0 5px 5px #8b270333}.donate-options a:active{transform:translateY(0)}.donate-options a:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;height:10rem;display:block;position:absolute;top:3rem;left:2rem;right:2rem}@media (width>=768px){.about{background:url(/site/templates/images/about_banner.webp) 100%/contain no-repeat}}.artists{grid-column-gap:2rem;grid-row-gap:2rem;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));font-size:1rem;display:grid}@media (width>=768px){.artists{font-size:1.25rem}}.artists-item{text-align:center}.artists-item__avatar{background:#fff url(/site/templates/images/logo.svg) 8px 11px/70% no-repeat;border:1px solid;border-radius:50%;width:52px;height:52px;margin:0 auto .5rem}.artists-item__avatar img{border-radius:50%;width:50px;height:50px}.artists th{border-bottom:1px solid #8b2703;font-size:1.3em}.artist__picture{text-align:center}.artist__picture-title{text-align:center;margin-top:2.2rem;font-size:1.5rem;line-height:1.2}.artist__picture>img{width:auto}@media (width>=768px){.artist__picture>img{max-height:330px}}.faq{border-bottom:1px solid #8b270340}.faq__q{cursor:pointer;padding:1rem 20px 1rem 0;font-size:1.5rem;position:relative}.faq__q:after{content:"";border:7.5px solid #0000;border-left:12px solid #8b2703;border-right-width:0;width:0;height:0;transition:transform .4s;position:absolute;top:calc(50% - 7.5px);right:0}.faq__q.active:after{transform:rotate(90deg)}.faq__a{background-color:#fdf5cf;margin:0 2rem 1rem;padding:1rem;font-size:1.3rem}#reqs{font-family:Arial;transition:opacity .2s}#reqs.loading{opacity:.5}#reqs th{white-space:nowrap;user-select:none;color:#ccc}#reqs th[data-col]{cursor:pointer;color:#fff}#reqs td{color:#222}#reqs td.off{color:#ddd}#reqs td .btn{padding-left:1rem;padding-right:1rem}.col-sort-asc:after,.col-sort-desc:after{content:"";vertical-align:baseline;border:5px solid #0000;border-top-width:0;border-bottom:9px solid #fff;width:0;height:0;margin-left:.2em;transition:transform .4s;display:inline-block}.col-sort-desc:after{transform:rotate(180deg)}.table-pagination{margin:.5rem 0}.table-pagination__page,.table-pagination__current,.table-pagination__none{user-select:none;text-align:center;min-width:3rem;padding:.5rem .2rem;font-family:Arial;line-height:1;display:inline-block}.table-pagination__page:not(:last-child),.table-pagination__current:not(:last-child),.table-pagination__none:not(:last-child){margin-right:.5rem}.table-pagination__page{cursor:pointer;transition:background-color .1s}.table-pagination__page:hover{background-color:#f7d777}.table-pagination__page,.table-pagination__current{background-color:#f2bb16;border:1px solid #e2ad0d}.table-pagination__current{background-color:#f7d777}.table-pagination__none{cursor:default;padding:.5rem 0}.evt-banner:before{content:"";pointer-events:none;background:url(/site/templates/images/stroke2.webp) 50%/cover no-repeat;width:426px;height:402px;display:block;position:absolute;top:-215px;right:-45px}.evt-banner:after{content:"";pointer-events:none;background:url(/site/templates/images/stroke1.webp) 50%/cover no-repeat;width:405px;height:403px;display:block;position:absolute;bottom:-200px;left:-115px}.evt-title{text-shadow:0 5px 7px #8b270333;font-size:clamp(3rem,7vw,6rem)}.body-event #form{position:relative}.body-event #form:after{content:"";pointer-events:none;background:url(/site/templates/images/stroke3.webp) 50%/cover no-repeat;width:296px;height:228px;display:block;position:absolute;bottom:150px;right:-130px}.grid-col{grid-auto-rows:max-content;display:grid}.grid-col-2{grid-template-columns:repeat(2,minmax(150px,1fr))}.grid-col-3{grid-template-columns:repeat(3,minmax(150px,1fr))}.grid-col-4{grid-template-columns:repeat(4,minmax(150px,1fr))}.grid-col-5{grid-template-columns:repeat(5,minmax(150px,1fr))}.grid-col-6{grid-template-columns:repeat(6,minmax(150px,1fr))}.grid-col-auto-2{grid-template-columns:repeat(auto-fill,minmax(510px,1fr))}.grid-col-auto-3{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.grid-col-auto-4{grid-template-columns:repeat(auto-fill,minmax(255px,1fr))}.grid-col-auto-5{grid-template-columns:repeat(auto-fill,minmax(204px,1fr))}.grid-col-auto-6{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}@media (width>=576px){.grid-col-2-s{grid-template-columns:repeat(2,minmax(150px,1fr))}.grid-col-3-s{grid-template-columns:repeat(3,minmax(150px,1fr))}.grid-col-4-s{grid-template-columns:repeat(4,minmax(150px,1fr))}.grid-col-5-s{grid-template-columns:repeat(5,minmax(150px,1fr))}.grid-col-6-s{grid-template-columns:repeat(6,minmax(150px,1fr))}}@media (width>=768px){.grid-col-2-m{grid-template-columns:repeat(2,minmax(150px,1fr))}.grid-col-3-m{grid-template-columns:repeat(3,minmax(150px,1fr))}.grid-col-4-m{grid-template-columns:repeat(4,minmax(150px,1fr))}.grid-col-5-m{grid-template-columns:repeat(5,minmax(150px,1fr))}.grid-col-6-m{grid-template-columns:repeat(6,minmax(150px,1fr))}}@media (width>=1200px){.grid-col-2-l{grid-template-columns:repeat(2,minmax(150px,1fr))}.grid-col-3-l{grid-template-columns:repeat(3,minmax(150px,1fr))}.grid-col-4-l{grid-template-columns:repeat(4,minmax(150px,1fr))}.grid-col-5-l{grid-template-columns:repeat(5,minmax(150px,1fr))}.grid-col-6-l{grid-template-columns:repeat(6,minmax(150px,1fr))}}.video{aspect-ratio:16/9;background-color:#000;max-width:720px;position:relative}.btn-play.btn-play-rt{cursor:pointer;background-color:#0000;border:none;position:absolute;inset:0}.btn-play.btn-play-rt:before{content:"";background:#424242b3;border-radius:5px;width:48px;height:48px;transition:background-color .1s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-play.btn-play-rt:after{content:"";border:11px solid #0000;border-left:16px solid #fff;border-right-width:0;width:0;height:0;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-35%,-50%)}.btn-play.btn-play-rt:hover:before{background:#00a1e7f2}.pagination{flex-wrap:wrap;justify-content:end;gap:.5rem;list-style:none;display:flex}.pagination__page>a,.pagination__current>a,.pagination__none{user-select:none;text-align:center;border-radius:2.5rem;justify-content:center;align-items:center;min-width:3rem;min-height:3rem;padding:.5rem;line-height:1;display:flex}.pagination__page{border-radius:2.5rem;transition:background-color .1s}.pagination__page:hover{background-color:#f7d777}.pagination__page,.pagination__current{background-color:#f2bb16;border:1px solid #e2ad0d}.pagination__current{background-color:#f7d777}.pagination__next>a,.pagination__prev>a{padding-left:1rem;padding-right:1rem}.pagination__none{cursor:default;padding:.5rem 0}.expo-city-image{aspect-ratio:1;position:relative;overflow:hidden}.expo-city-image .descr{color:#fff;text-align:center;opacity:0;z-index:1;transition:all .2s;position:absolute;bottom:1rem;left:1rem;right:1rem;transform:translateY(2rem)}.expo-city-image:before{content:"";opacity:0;background-color:#0007;border-radius:15px;transition:all .2s;position:absolute;inset:.5rem}.expo-city-image:after{content:"";opacity:0;cursor:pointer;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" fill=\"%23ffffff\" viewBox=\"0 0 256 256\"><path d=\"M152,112a8,8,0,0,1-8,8H120v24a8,8,0,0,1-16,0V120H80a8,8,0,0,1,0-16h24V80a8,8,0,0,1,16,0v24h24A8,8,0,0,1,152,112Zm77.66,117.66a8,8,0,0,1-11.32,0l-50.06-50.07a88.11,88.11,0,1,1,11.31-11.31l50.07,50.06A8,8,0,0,1,229.66,229.66ZM112,184a72,72,0,1,0-72-72A72.08,72.08,0,0,0,112,184Z\"></path></svg>") 50%/32px 32px no-repeat;transition:all .2s;position:absolute;inset:0;transform:scale(3)}.expo-city-image:hover .descr{opacity:1;transform:translateY(0)}.expo-city-image:hover:before{opacity:1}.expo-city-image:hover:after{opacity:1;transform:scale(1)}.modal{display:none}.modal.is-open{display:block}.modal__overlay{z-index:999;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal__overlay button[data-modal-close].cross{appearance:none;z-index:999;cursor:pointer;opacity:.3;filter:drop-shadow(0 0 1px #0000000a);background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" fill=\"%23000000\" viewBox=\"0 0 256 256\"><path d=\"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z\"></path></svg>") 50%/contain no-repeat;border:none;width:3rem;height:3rem;transition:all .2s;display:block;position:absolute;top:1rem;right:1rem}.modal__overlay button[data-modal-close].cross:hover{opacity:1}.modal__overlay button[data-modal-close].cross.text-white{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" fill=\"%23ffffff\" viewBox=\"0 0 256 256\"><path d=\"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z\"></path></svg>")}.modal__wrapper{max-height:100%;overflow-y:auto}.modal-slide[aria-hidden=false] .modal__overlay{animation:.3s cubic-bezier(0,0,.2,1) fadeIn}.modal-slide[aria-hidden=false] .modal__wrapper{animation:.3s cubic-bezier(0,0,.2,1) slideIn}.modal-slide[aria-hidden=true] .modal__overlay{animation:.3s cubic-bezier(0,0,.2,1) fadeOut}.modal-slide[aria-hidden=true] .modal__wrapper{animation:.3s cubic-bezier(0,0,.2,1) slideOut}.modal-slide .modal__wrapper,.modal-slide .modal__overlay{will-change:transform}.modal.is-open .modal-icon{animation:.8s forwards bounceIn}.carousel{user-select:none}.carousel__viewport{border-radius:15px}.carousel .descr{max-width:960px}.carousel .btn-next,.carousel .btn-prev{z-index:1;cursor:pointer;appearance:none;filter:drop-shadow(0 0 1px #00000073);background:0 0;border:none;width:3rem;height:6rem;margin-top:-3rem;transition:all .2s;position:absolute;top:50%}.carousel .btn-next:before,.carousel .btn-prev:before{content:"";opacity:.3;border-top:2px solid #fff;border-right:2px solid #fff;width:3rem;height:3rem;transition:all .2s;display:block;position:absolute;top:1.5rem}.carousel .btn-next:active,.carousel .btn-prev:active{opacity:1;transform:scale(.9)}.carousel .btn-next:hover:before,.carousel .btn-prev:hover:before{opacity:1}.carousel .btn-next.disabled,.carousel .btn-prev.disabled{opacity:0;pointer-events:none}.carousel .btn-next{right:.5rem}.carousel .btn-next:before{right:.7rem;transform:scaleX(.8)rotate(45deg)}.carousel .btn-prev{left:.5rem}.carousel .btn-prev:before{left:.7rem;transform:scaleX(.8)rotate(-135deg)}.carousel .dots.fs{position:fixed;bottom:2rem;left:50vw;transform:translate(-50%)}.carousel .dots>button{appearance:none;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:8px}.carousel .dots>button:hover,.carousel .dots>button:focus{background-color:#8b27031a}.carousel .dots>button:after{content:"";background:0 0;border:1px solid;border-radius:50%;width:12px;height:12px;transition:all .2s;display:block}.carousel .dots>button.active:after{background:currentColor}.carousel .dots.text-white>button:hover,.carousel .dots.text-white>button:focus{background-color:#ffffff1a}.team.carousel .btn-next,.team.carousel .btn-prev,.partners.carousel .btn-next,.partners.carousel .btn-prev{filter:none}.team.carousel .btn-next:before,.team.carousel .btn-prev:before,.partners.carousel .btn-next:before,.partners.carousel .btn-prev:before{opacity:1;border-color:#8b2703}.team.carousel .btn-prev,.partners.carousel .btn-prev{left:-1.4rem}@media screen and (width>=690px){.team.carousel .btn-prev,.partners.carousel .btn-prev{left:-2rem}}.team.carousel .btn-next,.partners.carousel .btn-next{right:-1.4rem}@media screen and (width>=690px){.team.carousel .btn-next,.partners.carousel .btn-next{right:-2rem}}.team.carousel .carousel__container,.partners.carousel .carousel__container{flex-basis:100%}@media screen and (width>=690px){.team.carousel .carousel__container,.partners.carousel .carousel__container{flex-basis:50%}}@media screen and (width>=990px){.team.carousel .carousel__container,.partners.carousel .carousel__container{flex-basis:33.3333%}}.lz{position:relative}.lz>img{opacity:0}.lz:not(.lz-notrans)>img{transition:opacity .3s}.lz.done.lz-spinner:before,.lz.done.lz-spinner:after{opacity:0}.lz.done img{opacity:1}.lz-spinner:before,.lz-spinner:after{content:"";z-index:1;pointer-events:none;border:2px solid #0000;border-radius:50%;transition:opacity .3s;animation:1.5s linear infinite spin;display:block;position:absolute}.lz-spinner:before{border-top-color:#fffc;border-bottom-color:#fffc;width:70px;height:70px;top:calc(50% - 35px);left:calc(50% - 35px)}.lz-spinner:after{border-left-color:#fffc;border-right-color:#fffc;width:100px;height:100px;animation-direction:reverse;top:calc(50% - 50px);left:calc(50% - 50px)}.event-artists .carousel__container{position:relative}@media screen and (width<=768px){.event-artists .carousel__container:after{content:"";background:linear-gradient(#0000,#fff 50%,#fff);border-radius:0 0 15px 15px;height:1.5rem;position:absolute;bottom:0;left:.5rem;right:.5rem}}.event-artists .carousel__container>div{max-height:calc(100vh - 6rem);overflow:auto}.event-artists .btn-prev{filter:none;left:-1.2rem}@media (width>=576px){.event-artists .btn-prev{left:-2.2rem}}@media (width>=1200px){.event-artists .btn-prev{left:-3rem}}.event-artists .btn-prev:before{opacity:1;border-color:#8b2703}.event-artists .btn-next{filter:none;right:-1.2rem}@media (width>=576px){.event-artists .btn-next{right:-2.2rem}}@media (width>=1200px){.event-artists .btn-next{right:-3rem}}.event-artists .btn-next:before{opacity:1;border-color:#8b2703}.notyf{font-size:1rem}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.top-0{top:0}.z-10{z-index:10}.order-1{order:1}.order-2{order:2}.order-first{order:-9999}.m-9{margin:2.25rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-13{margin-top:3.25rem;margin-bottom:3.25rem}.my-9{margin-top:2.25rem;margin-bottom:2.25rem}.mb-0{margin-bottom:0}.mb-13{margin-bottom:3.25rem}.mb-4{margin-bottom:1rem}.mb-9{margin-bottom:2.25rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-9{margin-left:2.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-13{margin-top:3.25rem}.mt-4{margin-top:1rem}.mt-9{margin-top:2.25rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:16/9}.h-auto{height:auto}.h-full{height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:0}.w-auto{width:auto}.w-full{width:100%}.max-w-full{max-width:100%}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.grow-0{flex-grow:0}.basis-4\/12{flex-basis:33.3333%}.basis-8\/12{flex-basis:66.6667%}.basis-full{flex-basis:100%}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.\!flex-nowrap{flex-wrap:nowrap!important}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.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-9{gap:2.25rem}.gap-x-4{column-gap:1rem}.gap-x-9{column-gap:2.25rem}.gap-y-9{row-gap:2.25rem}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.text-ellipsis{text-overflow:ellipsis}.hyphens-none{hyphens:none}.whitespace-nowrap{white-space:nowrap}.text-nowrap{text-wrap:nowrap}.rounded{border-radius:15px}.border{border-width:1px}.bg-main{--tw-bg-opacity:1;background-color:rgb(139 39 3/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-top{object-position:top}.p-2{padding:.5rem}.p-4{padding:1rem}.p-9{padding:2.25rem}.px-0{padding-left:0;padding-right:0}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.pb-13{padding-bottom:3.25rem}.pb-4{padding-bottom:1rem}.pb-9{padding-bottom:2.25rem}.pl-9{padding-left:2.25rem}.pt-0{padding-top:0}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.font-bold{font-weight:700}.text-primary{--tw-text-opacity:1;color:rgb(242 187 22/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\!underline{text-decoration-line:underline!important}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a)drop-shadow(0 1px 1px #0000000f);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)}.grayscale{--tw-grayscale:grayscale(100%);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,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (width>=576px){.sm\:mr-4{margin-right:1rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:px-13{padding-left:3.25rem;padding-right:3.25rem}.sm\:px-9{padding-left:2.25rem;padding-right:2.25rem}.sm\:pb-9{padding-bottom:2.25rem}}@media (width>=768px){.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-none{order:0}.md\:m-4{margin:1rem}.md\:mb-4{margin-bottom:1rem}.md\:mt-0{margin-top:0}.md\:mt-9{margin-top:2.25rem}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-6\/12{width:50%}.md\:\!max-w-80{max-width:20rem!important}.md\:basis-5\/12{flex-basis:41.6667%}.md\:basis-7\/12{flex-basis:58.3333%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:justify-center{justify-content:center}.md\:p-9{padding:2.25rem}.md\:pb-9{padding-bottom:2.25rem}.md\:pl-13{padding-left:3.25rem}.md\:pt-9{padding-top:2.25rem}.md\:text-left{text-align:left}}@media (width>=1200px){.lg\:absolute{position:absolute}.lg\:right-0{right:0}.lg\:ml-8{margin-left:2rem}.lg\:mt-13{margin-top:3.25rem}.lg\:w-4\/12{width:33.3333%}.lg\:basis-6\/12{flex-basis:50%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:text-left{text-align:left}}@media (width>=768px){.md\:\[\&\>p\:first-child\]\:pt-0>p:first-child{padding-top:0}}
/*# sourceMappingURL=main.css.map */
