@charset "UTF-8";.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #003642;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#005f75;border:1px solid #004a5c;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid #003642}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable[data-select-text]:after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]:after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}:root{--tagify-dd-color-primary:rgb(53,149,246);--tagify-dd-text-color:black;--tagify-dd-bg-color:white;--tagify-dd-item-pad:.3em .5em;--tagify-dd-max-height:300px}.tagify{--tags-disabled-bg:#F1F1F1;--tags-border-color:#DDD;--tags-hover-border-color:#CCC;--tags-focus-border-color:#3595f6;--tag-border-radius:3px;--tag-bg:#E5E5E5;--tag-hover:#D3E2E2;--tag-text-color:black;--tag-text-color--edit:black;--tag-pad:.3em .5em;--tag-inset-shadow-size:1.2em;--tag-invalid-color:#D39494;--tag-invalid-bg:rgba(211, 148, 148, .5);--tag--min-width:1ch;--tag--max-width:100%;--tag-hide-transition:.3s;--tag-remove-bg:rgba(211, 148, 148, .3);--tag-remove-btn-color:black;--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--input-color:inherit;--placeholder-color:rgba(0, 0, 0, .4);--placeholder-color-focus:rgba(0, 0, 0, .25);--loader-size:.8em;--readonly-striped:1;display:inline-flex;align-items:flex-start;align-content:baseline;flex-wrap:wrap;border:1px solid var(--tags-border-color);padding:0;line-height:0;outline:0;position:relative;box-sizing:border-box;transition:.1s}@keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:has([contenteditable=true]){cursor:text}.tagify:hover:not(.tagify--focus):not(.tagify--invalid){--tags-border-color:var(--tags-hover-border-color)}.tagify[disabled]{background:var(--tags-disabled-bg);filter:saturate(0);opacity:.5;pointer-events:none}.tagify[disabled].tagify--empty>.tagify__input:before{position:relative}.tagify[disabled].tagify--select,.tagify[readonly].tagify--select{pointer-events:none}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty),.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty){cursor:default}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty)>.tagify__input{visibility:hidden;width:0;margin:5px 0}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div{padding:var(--tag-pad)}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div:before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div:before{animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused}.tagify[disabled] .tagify__tag__removeBtn,.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify--loading .tagify__input>br:last-child{display:none}.tagify--loading .tagify__input:before{content:none}.tagify--loading .tagify__input:after{content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);min-width:0;border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:rotateLoader .4s infinite linear;content:""!important;margin:-2px 0 -2px .5em}.tagify--loading .tagify__input:empty:after{margin-left:0}.tagify+input,.tagify+textarea{position:absolute!important;left:-9999em!important;transform:scale(0)!important}.tagify__tag{display:inline-flex;align-items:center;max-width:var(--tag--max-width);margin-inline:5px 0;margin-block:5px;position:relative;z-index:1;outline:0;line-height:normal;cursor:default;transition:.13s ease-out}.tagify__tag>div{display:flex;flex:1;vertical-align:top;box-sizing:border-box;max-width:100%;padding:var(--tag-pad);color:var(--tag-text-color);line-height:inherit;border-radius:var(--tag-border-radius);white-space:nowrap;transition:.13s ease-out}.tagify__tag>div>*{white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top;min-width:var(--tag--min-width);max-width:var(--tag--max-width);transition:.8s ease,.1s color}.tagify__tag>div>[contenteditable]{display:block;outline:0;-webkit-user-select:text;user-select:text;cursor:text;margin:-2px;padding:2px;max-width:350px}.tagify__tag>div>:only-child{width:100%}.tagify__tag>div:before{content:"";position:absolute;border-radius:inherit;inset:var(--tag-bg-inset,0);z-index:-1;pointer-events:none;transition:.12s ease;animation:tags--bump .3s ease-out 1;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset}.tagify__tag:focus div:before,.tagify__tag:hover:not([readonly]) div:before{--tag-bg-inset:-2.5px;--tag-bg:var(--tag-hover)}.tagify__tag--loading{pointer-events:none}.tagify__tag--loading .tagify__tag__removeBtn{display:none}.tagify__tag--loading:after{--loader-size:.4em;content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);min-width:0;border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:rotateLoader .4s infinite linear;margin:0 .5em 0 -.1em}.tagify__tag--flash div:before{animation:none}.tagify__tag--hide{width:0!important;padding-left:0;padding-right:0;margin-left:0;margin-right:0;opacity:0;transform:scale(0);transition:var(--tag-hide-transition);pointer-events:none}.tagify__tag--hide>div>*{white-space:nowrap}.tagify__tag.tagify--noAnim>div:before{animation:none}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{opacity:.5}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div:before{--tag-bg:var(--tag-invalid-bg);transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div:before{animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused}@keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}.tagify__tag--editable>div{color:var(--tag-text-color--edit)}.tagify__tag--editable>div:before{box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag--editable>.tagify__tag__removeBtn{pointer-events:none;opacity:0;transform:translate(100%) translate(5px)}.tagify__tag--editable.tagify--invalid>div:before{box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important}.tagify__tag__removeBtn{order:5;display:inline-flex;align-items:center;justify-content:center;border-radius:50px;cursor:pointer;font:14px/1 Arial;background:var(--tag-remove-btn-bg);color:var(--tag-remove-btn-color);width:14px;height:14px;margin-inline:auto 4.6666666667px;overflow:hidden;transition:.2s ease-out}.tagify__tag__removeBtn:after{content:"×";transition:.3s,color 0s}.tagify__tag__removeBtn:hover{color:#fff;background:var(--tag-remove-btn-bg--hover)}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div:before{box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg,rgba(211,148,148,.3)) inset!important;transition:box-shadow .2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input{flex-grow:1;display:inline-block;margin:5px;padding:var(--tag-pad);line-height:normal;min-width:110px;min-height:1.5lh;position:relative;white-space:pre-wrap;color:var(--input-color);box-sizing:inherit;overflow:hidden}.tagify__input:focus{outline:0}.tagify__input:focus:before{transition:.2s ease-out;opacity:0;transform:translate(6px)}@supports (-ms-ime-align:auto){.tagify__input:focus:before{display:none}}.tagify__input:focus:empty:before{transition:.2s ease-out;opacity:1;transform:none;color:#00000040;color:var(--placeholder-color-focus)}@-moz-document url-prefix(){.tagify__input:focus:empty:after{display:none}}.tagify__input:before{content:attr(data-placeholder);width:100%;height:100%;margin:auto 0;z-index:1;color:var(--placeholder-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;pointer-events:none;opacity:0;position:absolute}.tagify__input:after{content:attr(data-suggest);display:inline-block;vertical-align:middle;position:absolute;min-width:calc(100% - 1.5em);text-overflow:ellipsis;overflow:hidden;white-space:pre;color:var(--tag-text-color);opacity:.3;pointer-events:none;max-width:100px}.tagify__input .tagify__tag{margin:0 1px}.tagify--mix{display:block}.tagify--mix .tagify__input{padding:5px;margin:0;width:100%;height:100%;line-height:1.5;display:block}.tagify--mix .tagify__input:before{height:auto;display:none;line-height:inherit}.tagify--mix .tagify__input:after{content:none}.tagify--select{cursor:default}.tagify--select:after{content:">";opacity:.5;position:absolute;top:50%;right:0;bottom:0;font:16px monospace;line-height:8px;height:8px;pointer-events:none;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]:after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select[aria-expanded=true] .tagify__tag__removeBtn{pointer-events:none;opacity:0;transform:translate(100%) translate(5px)}.tagify--select .tagify__tag{flex:1;max-width:none;margin-inline-end:2em;margin-block:0;padding-block:5px;cursor:text}.tagify--select .tagify__tag div:before{display:none}.tagify--select .tagify__tag+.tagify__input{display:none}.tagify--empty .tagify__input:before{transition:.2s ease-out;opacity:1;transform:none;display:inline-block;width:auto}.tagify--mix .tagify--empty .tagify__input:before{display:inline-block}.tagify--focus{--tags-border-color:var(--tags-focus-border-color);transition:0s}.tagify--invalid{--tags-border-color:#D39494}.tagify__dropdown{position:absolute;z-index:9999;transform:translateY(-1px);border-top:1px solid var(--tagify-dd-color-primary);overflow:hidden}.tagify__dropdown[dir=rtl]{transform:translate(-100%,-1px)}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-100%)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-top-width:1.1px;border-bottom-width:0}.tagify__dropdown[position=text]{box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown[position=text] .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{scroll-behavior:auto;max-height:var(--tagify-dd-max-height);overflow:hidden;overflow-x:hidden;color:var(--tagify-dd-text-color);background:var(--tagify-dd-bg-color);border:1px solid;border-color:var(--tagify-dd-color-primary);border-bottom-width:1.5px;border-top-width:0;box-shadow:0 2px 4px -2px #0003;transition:.3s cubic-bezier(.5,0,.3,1),transform .15s;animation:dd-wrapper-show 0s .3s forwards}@keyframes dd-wrapper-show{to{overflow-y:auto}}.tagify__dropdown__header:empty{display:none}.tagify__dropdown__footer{display:inline-block;margin-top:.5em;padding:var(--tagify-dd-item-pad);font-size:.7em;font-style:italic;opacity:.5}.tagify__dropdown__footer:empty{display:none}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{box-sizing:border-box;padding:var(--tagify-dd-item-pad);margin:1px;white-space:pre-wrap;cursor:pointer;border-radius:2px;outline:0;max-height:60px;max-width:100%;line-height:normal;position:relative}.tagify__dropdown__item--active{background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)}.tagify__dropdown__item--hidden{padding-top:0;padding-bottom:0;margin:0 1px;pointer-events:none;overflow:hidden;max-height:0;transition:var(--tagify-dd-item--hidden-duration,.3s)!important}.tagify__dropdown__item--hidden>*{transform:translateY(-100%);opacity:0;transition:inherit}.tagify__dropdown__item--selected:before{content:"✓";font-family:monospace;position:absolute;inset-inline-start:6px;text-indent:0;line-height:1.1}.tagify__dropdown:has(.tagify__dropdown__item--selected) .tagify__dropdown__item{text-indent:1em}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}img,fieldset,a img{border:none}input[type=text],input[type=email],input[type=tel],textarea{-webkit-appearance:none}input[type=submit],button{cursor:pointer;font:inherit;background-color:transparent}input[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto}input,button{margin:0;padding:0;border:0}div,input,textarea,select,button,h1,h2,h3,h4,h5,h6,a,span,a:focus{outline:none}ul,ol{list-style:none}ul:not([class]) li,ol:not([class]) li{position:relative;padding-left:1.25em}ul:not([class]) li:before,ol:not([class]) li:before{position:absolute;display:block;top:0;left:0}ul:not([class]) li:not(:last-child),ol:not([class]) li:not(:last-child){margin-bottom:10px}ul:not([class]) li:before{content:"•"}ol:not([class]){counter-reset:ol-counter}ol:not([class]) li{counter-increment:ol-counter}ol:not([class]) li:before{content:counter(ol-counter) ". "}table{border-spacing:0;border-collapse:collapse;width:100%}html,body{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}@media (prefers-reduced-motion: reduce){*{transition:none!important}}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-Bold-jpGjo0OL.woff2) format("woff2"),url(/build/assets/Inter28pt-Bold-xUTpX0x4.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-BlackItalic-DFbkZOOZ.woff2) format("woff2"),url(/build/assets/Inter28pt-BlackItalic-CV-797_D.woff) format("woff");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-Black-BxTLE3Gs.woff2) format("woff2"),url(/build/assets/Inter28pt-Black-D_YHxcH9.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-ExtraBold-C3xl5Igc.woff2) format("woff2"),url(/build/assets/Inter28pt-ExtraBold-DtI5L7B9.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-ExtraBoldItalic-B2FGdZZd.woff2) format("woff2"),url(/build/assets/Inter28pt-ExtraBoldItalic-D5T9SWMt.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-ExtraLightItalic-DD95kpRq.woff2) format("woff2"),url(/build/assets/Inter28pt-ExtraLightItalic-C7Z23q_w.woff) format("woff");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-ExtraLight-DRgTmN8E.woff2) format("woff2"),url(/build/assets/Inter28pt-ExtraLight-D-ca0lZL.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-BoldItalic-wWvRzWEN.woff2) format("woff2"),url(/build/assets/Inter28pt-BoldItalic-R_o2vHqV.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-Italic-HxvnPN3B.woff2) format("woff2"),url(/build/assets/Inter28pt-Italic-BFOMRn6S.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-Regular-BbQwJZ4a.woff2) format("woff2"),url(/build/assets/Inter28pt-Regular-C6k1SfFN.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-Medium-C11GAr3A.woff2) format("woff2"),url(/build/assets/Inter28pt-Medium-DDRSfGw0.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-SemiBold-B--xW_gc.woff2) format("woff2"),url(/build/assets/Inter28pt-SemiBold-DKfPoBy3.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-Light-CGbjcBMh.woff2) format("woff2"),url(/build/assets/Inter28pt-Light-nanhPVEa.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-SemiBoldItalic-Gq9tfG5Y.woff2) format("woff2"),url(/build/assets/Inter28pt-SemiBoldItalic-DPOKdmx4.woff) format("woff");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-MediumItalic-DCSreV_X.woff2) format("woff2"),url(/build/assets/Inter28pt-MediumItalic-IAbEp8Zy.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-LightItalic-CfACbMn0.woff2) format("woff2"),url(/build/assets/Inter28pt-LightItalic-4m_xG6iW.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-ThinItalic-B0RaU0VB.woff2) format("woff2"),url(/build/assets/Inter28pt-ThinItalic-b_BjEjgJ.woff) format("woff");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/build/assets/Inter28pt-Thin-pMGxS3vp.woff2) format("woff2"),url(/build/assets/Inter28pt-Thin-B58K2nWQ.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-Thin-5M5b5M5s.woff2) format("woff2"),url(/build/assets/Switzer-Thin-Cu8zDN_i.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-ThinItalic-D2V3kho6.woff2) format("woff2"),url(/build/assets/Switzer-ThinItalic-CFMaB7WB.woff) format("woff");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-Extralight-0SU5CrFa.woff2) format("woff2"),url(/build/assets/Switzer-Extralight-B5_cOahl.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-ExtralightItalic-B7ijnwKe.woff2) format("woff2"),url(/build/assets/Switzer-ExtralightItalic-BeFNNSOK.woff) format("woff");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-Light-LDkSBQ6E.woff2) format("woff2"),url(/build/assets/Switzer-Light-BdC9CjJH.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-LightItalic-DLlZOKrt.woff2) format("woff2"),url(/build/assets/Switzer-LightItalic-EVUQHIbX.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-Regular-BfkveYDa.woff2) format("woff2"),url(/build/assets/Switzer-Regular-BKhXkt-D.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-Italic-COlb-X4a.woff2) format("woff2"),url(/build/assets/Switzer-Italic-CCppNJa9.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-Medium-Cq4sRgLv.woff2) format("woff2"),url(/build/assets/Switzer-Medium-Dh3z9uA0.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-MediumItalic-ucUQjhz0.woff2) format("woff2"),url(/build/assets/Switzer-MediumItalic-BADjKirs.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-Semibold-DMv4CCS9.woff2) format("woff2"),url(/build/assets/Switzer-Semibold-CCdzUkZw.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-SemiboldItalic-BoWqWKGi.woff2) format("woff2"),url(/build/assets/Switzer-SemiboldItalic-CGVsnRxn.woff) format("woff");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-Bold-DuuN31rR.woff2) format("woff2"),url(/build/assets/Switzer-Bold-DfEtqeuS.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-BoldItalic-BYiUI5hX.woff2) format("woff2"),url(/build/assets/Switzer-BoldItalic-4Nvkm9Dr.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-Extrabold-C3D0O9ID.woff2) format("woff2"),url(/build/assets/Switzer-Extrabold-Cy5T-tSy.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-ExtraboldItalic-9PaSj8_i.woff2) format("woff2"),url(/build/assets/Switzer-ExtraboldItalic-DwwrnpAx.woff) format("woff");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-Black-BPdeMe-_.woff2) format("woff2"),url(/build/assets/Switzer-Black-BKd1Lm-R.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/build/assets/Switzer-BlackItalic-CAlC3Xcq.woff2) format("woff2"),url(/build/assets/Switzer-BlackItalic-BrX1XH1H.woff) format("woff");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:JD LCD Rounded;src:url(/build/assets/JD-LCD-Rounded-DaWHIEOP.woff2) format("woff2"),url(/build/assets/JD-LCD-Rounded-CpfWo4HF.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}html{font-size:16px}body{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5}a{text-decoration:none;color:#6941c6;font-weight:600;transition:color .3s ease}a:hover{color:inherit}strong,b{font-weight:600}h1,.h1{font-family:Switzer,sans-serif;font-size:46px;font-weight:500;line-height:1;letter-spacing:-.03em}@media only screen and (min-width: 768px){h1,.h1{font-size:52px}}@media only screen and (min-width: 1024px){h1,.h1{font-size:56px;line-height:.9014}}@media only screen and (min-width: 1260px){h1,.h1{font-size:71px}}h2,.h2{font-family:Switzer,sans-serif;font-size:32px;font-weight:500;line-height:1.125}@media only screen and (min-width: 768px){h2,.h2{font-size:36px}}@media only screen and (min-width: 1024px){h2,.h2{font-size:40px}}h3,.h3{font-family:Switzer,sans-serif;font-size:28px;font-weight:600;line-height:1.3125;letter-spacing:-.03em}@media only screen and (min-width: 768px){h3,.h3{font-size:30px;letter-spacing:-.03em}}@media only screen and (min-width: 1024px){h3,.h3{font-size:32px;letter-spacing:-.03em}}.headline-small{font-family:Switzer,sans-serif;font-size:20px;font-weight:500;line-height:1.6}.text-sm{font-size:14px;font-weight:400;line-height:1.4285}.text-md{font-size:16px;font-weight:400;line-height:1.5}.color-white{color:#fff!important}.color-white li:before{color:inherit!important}.bg-white{background-color:#fff!important}.color-black{color:#000!important}.color-black li:before{color:inherit!important}.bg-black{background-color:#000!important}.color-black-100{color:#090909!important}.color-black-100 li:before{color:inherit!important}.bg-black-100{background-color:#090909!important}.color-gray-100{color:#f5f5f5!important}.color-gray-100 li:before{color:inherit!important}.bg-gray-100{background-color:#f5f5f5!important}.color-gray-200{color:#ebedf0!important}.color-gray-200 li:before{color:inherit!important}.bg-gray-200{background-color:#ebedf0!important}.color-gray-300{color:#d5d7da!important}.color-gray-300 li:before{color:inherit!important}.bg-gray-300{background-color:#d5d7da!important}.color-gray-400{color:#b3b3b3!important}.color-gray-400 li:before{color:inherit!important}.bg-gray-400{background-color:#b3b3b3!important}.color-gray-500{color:#717680!important}.color-gray-500 li:before{color:inherit!important}.bg-gray-500{background-color:#717680!important}.color-gray-600{color:#535862!important}.color-gray-600 li:before{color:inherit!important}.bg-gray-600{background-color:#535862!important}.color-gray-700{color:#414651!important}.color-gray-700 li:before{color:inherit!important}.bg-gray-700{background-color:#414651!important}.color-gray-800{color:#dde2e9!important}.color-gray-800 li:before{color:inherit!important}.bg-gray-800{background-color:#dde2e9!important}.color-gray-900{color:#d9d9d9!important}.color-gray-900 li:before{color:inherit!important}.bg-gray-900{background-color:#d9d9d9!important}.color-gray-1000{color:#8c8c8c!important}.color-gray-1000 li:before{color:inherit!important}.bg-gray-1000{background-color:#8c8c8c!important}.color-gray-1100{color:#404040!important}.color-gray-1100 li:before{color:inherit!important}.bg-gray-1100{background-color:#404040!important}.color-gray-1200{color:#767676!important}.color-gray-1200 li:before{color:inherit!important}.bg-gray-1200{background-color:#767676!important}.color-gray-1300{color:#8d8e90!important}.color-gray-1300 li:before{color:inherit!important}.bg-gray-1300{background-color:#8d8e90!important}.color-gray-1400{color:#585b60!important}.color-gray-1400 li:before{color:inherit!important}.bg-gray-1400{background-color:#585b60!important}.color-gray-alt{color:#55637b!important}.color-gray-alt li:before{color:inherit!important}.bg-gray-alt{background-color:#55637b!important}.color-dark{color:#0a0d12!important}.color-dark li:before{color:inherit!important}.bg-dark{background-color:#0a0d12!important}.color-purple{color:#9747ff!important}.color-purple li:before{color:inherit!important}.bg-purple{background-color:#9747ff!important}.color-green-200{color:#34c759!important}.color-green-200 li:before{color:inherit!important}.bg-green-200{background-color:#34c759!important}.color-red-800{color:#e40a2e!important}.color-red-800 li:before{color:inherit!important}.bg-red-800{background-color:#e40a2e!important}.color-red-500{color:#ff5f57!important}.color-red-500 li:before{color:inherit!important}.bg-red-500{background-color:#ff5f57!important}.color-blue{color:#007aff!important}.color-blue li:before{color:inherit!important}.bg-blue{background-color:#007aff!important}.color-blue-700{color:#5050ff!important}.color-blue-700 li:before{color:inherit!important}.bg-blue-700{background-color:#5050ff!important}.color-yellow-300{color:#ffbf00!important}.color-yellow-300 li:before{color:inherit!important}.bg-yellow-300{background-color:#ffbf00!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.5rem!important}.mt-2{margin-top:1rem!important}.mt-3{margin-top:1.5rem!important}.mt-4{margin-top:2rem!important}.mt-5{margin-top:2.5rem!important}.mt-6{margin-top:3rem!important}.mt-auto{margin-top:auto!important}@media only screen and (min-width: 499px){.mt-xs-0{margin-top:0!important}}@media only screen and (min-width: 499px){.mt-xs-1{margin-top:.5rem!important}}@media only screen and (min-width: 499px){.mt-xs-2{margin-top:1rem!important}}@media only screen and (min-width: 499px){.mt-xs-3{margin-top:1.5rem!important}}@media only screen and (min-width: 499px){.mt-xs-4{margin-top:2rem!important}}@media only screen and (min-width: 499px){.mt-xs-5{margin-top:2.5rem!important}}@media only screen and (min-width: 499px){.mt-xs-6{margin-top:3rem!important}}@media only screen and (min-width: 499px){.mt-xs-auto{margin-top:auto!important}}@media only screen and (min-width: 568px){.mt-sm-0{margin-top:0!important}}@media only screen and (min-width: 568px){.mt-sm-1{margin-top:.5rem!important}}@media only screen and (min-width: 568px){.mt-sm-2{margin-top:1rem!important}}@media only screen and (min-width: 568px){.mt-sm-3{margin-top:1.5rem!important}}@media only screen and (min-width: 568px){.mt-sm-4{margin-top:2rem!important}}@media only screen and (min-width: 568px){.mt-sm-5{margin-top:2.5rem!important}}@media only screen and (min-width: 568px){.mt-sm-6{margin-top:3rem!important}}@media only screen and (min-width: 568px){.mt-sm-auto{margin-top:auto!important}}@media only screen and (min-width: 768px){.mt-md-0{margin-top:0!important}}@media only screen and (min-width: 768px){.mt-md-1{margin-top:.5rem!important}}@media only screen and (min-width: 768px){.mt-md-2{margin-top:1rem!important}}@media only screen and (min-width: 768px){.mt-md-3{margin-top:1.5rem!important}}@media only screen and (min-width: 768px){.mt-md-4{margin-top:2rem!important}}@media only screen and (min-width: 768px){.mt-md-5{margin-top:2.5rem!important}}@media only screen and (min-width: 768px){.mt-md-6{margin-top:3rem!important}}@media only screen and (min-width: 768px){.mt-md-auto{margin-top:auto!important}}@media only screen and (min-width: 992px){.mt-lg-0{margin-top:0!important}}@media only screen and (min-width: 992px){.mt-lg-1{margin-top:.5rem!important}}@media only screen and (min-width: 992px){.mt-lg-2{margin-top:1rem!important}}@media only screen and (min-width: 992px){.mt-lg-3{margin-top:1.5rem!important}}@media only screen and (min-width: 992px){.mt-lg-4{margin-top:2rem!important}}@media only screen and (min-width: 992px){.mt-lg-5{margin-top:2.5rem!important}}@media only screen and (min-width: 992px){.mt-lg-6{margin-top:3rem!important}}@media only screen and (min-width: 992px){.mt-lg-auto{margin-top:auto!important}}@media only screen and (min-width: 1024px){.mt-xl-0{margin-top:0!important}}@media only screen and (min-width: 1024px){.mt-xl-1{margin-top:.5rem!important}}@media only screen and (min-width: 1024px){.mt-xl-2{margin-top:1rem!important}}@media only screen and (min-width: 1024px){.mt-xl-3{margin-top:1.5rem!important}}@media only screen and (min-width: 1024px){.mt-xl-4{margin-top:2rem!important}}@media only screen and (min-width: 1024px){.mt-xl-5{margin-top:2.5rem!important}}@media only screen and (min-width: 1024px){.mt-xl-6{margin-top:3rem!important}}@media only screen and (min-width: 1024px){.mt-xl-auto{margin-top:auto!important}}@media only screen and (min-width: 1260px){.mt-xxl-0{margin-top:0!important}}@media only screen and (min-width: 1260px){.mt-xxl-1{margin-top:.5rem!important}}@media only screen and (min-width: 1260px){.mt-xxl-2{margin-top:1rem!important}}@media only screen and (min-width: 1260px){.mt-xxl-3{margin-top:1.5rem!important}}@media only screen and (min-width: 1260px){.mt-xxl-4{margin-top:2rem!important}}@media only screen and (min-width: 1260px){.mt-xxl-5{margin-top:2.5rem!important}}@media only screen and (min-width: 1260px){.mt-xxl-6{margin-top:3rem!important}}@media only screen and (min-width: 1260px){.mt-xxl-auto{margin-top:auto!important}}@media only screen and (min-width: 1600px){.mt-xxxl-0{margin-top:0!important}}@media only screen and (min-width: 1600px){.mt-xxxl-1{margin-top:.5rem!important}}@media only screen and (min-width: 1600px){.mt-xxxl-2{margin-top:1rem!important}}@media only screen and (min-width: 1600px){.mt-xxxl-3{margin-top:1.5rem!important}}@media only screen and (min-width: 1600px){.mt-xxxl-4{margin-top:2rem!important}}@media only screen and (min-width: 1600px){.mt-xxxl-5{margin-top:2.5rem!important}}@media only screen and (min-width: 1600px){.mt-xxxl-6{margin-top:3rem!important}}@media only screen and (min-width: 1600px){.mt-xxxl-auto{margin-top:auto!important}}@media only screen and (max-width: 1599px){.mt-xxxl-max-0{margin-top:0!important}}@media only screen and (max-width: 1599px){.mt-xxxl-max-1{margin-top:.5rem!important}}@media only screen and (max-width: 1599px){.mt-xxxl-max-2{margin-top:1rem!important}}@media only screen and (max-width: 1599px){.mt-xxxl-max-3{margin-top:1.5rem!important}}@media only screen and (max-width: 1599px){.mt-xxxl-max-4{margin-top:2rem!important}}@media only screen and (max-width: 1599px){.mt-xxxl-max-5{margin-top:2.5rem!important}}@media only screen and (max-width: 1599px){.mt-xxxl-max-6{margin-top:3rem!important}}@media only screen and (max-width: 1599px){.mt-xxxl-max-auto{margin-top:auto!important}}@media only screen and (max-width: 1259px){.mt-xxl-max-0{margin-top:0!important}}@media only screen and (max-width: 1259px){.mt-xxl-max-1{margin-top:.5rem!important}}@media only screen and (max-width: 1259px){.mt-xxl-max-2{margin-top:1rem!important}}@media only screen and (max-width: 1259px){.mt-xxl-max-3{margin-top:1.5rem!important}}@media only screen and (max-width: 1259px){.mt-xxl-max-4{margin-top:2rem!important}}@media only screen and (max-width: 1259px){.mt-xxl-max-5{margin-top:2.5rem!important}}@media only screen and (max-width: 1259px){.mt-xxl-max-6{margin-top:3rem!important}}@media only screen and (max-width: 1259px){.mt-xxl-max-auto{margin-top:auto!important}}@media only screen and (max-width: 1023px){.mt-xl-max-0{margin-top:0!important}}@media only screen and (max-width: 1023px){.mt-xl-max-1{margin-top:.5rem!important}}@media only screen and (max-width: 1023px){.mt-xl-max-2{margin-top:1rem!important}}@media only screen and (max-width: 1023px){.mt-xl-max-3{margin-top:1.5rem!important}}@media only screen and (max-width: 1023px){.mt-xl-max-4{margin-top:2rem!important}}@media only screen and (max-width: 1023px){.mt-xl-max-5{margin-top:2.5rem!important}}@media only screen and (max-width: 1023px){.mt-xl-max-6{margin-top:3rem!important}}@media only screen and (max-width: 1023px){.mt-xl-max-auto{margin-top:auto!important}}@media only screen and (max-width: 991px){.mt-lg-max-0{margin-top:0!important}}@media only screen and (max-width: 991px){.mt-lg-max-1{margin-top:.5rem!important}}@media only screen and (max-width: 991px){.mt-lg-max-2{margin-top:1rem!important}}@media only screen and (max-width: 991px){.mt-lg-max-3{margin-top:1.5rem!important}}@media only screen and (max-width: 991px){.mt-lg-max-4{margin-top:2rem!important}}@media only screen and (max-width: 991px){.mt-lg-max-5{margin-top:2.5rem!important}}@media only screen and (max-width: 991px){.mt-lg-max-6{margin-top:3rem!important}}@media only screen and (max-width: 991px){.mt-lg-max-auto{margin-top:auto!important}}@media only screen and (max-width: 767px){.mt-md-max-0{margin-top:0!important}}@media only screen and (max-width: 767px){.mt-md-max-1{margin-top:.5rem!important}}@media only screen and (max-width: 767px){.mt-md-max-2{margin-top:1rem!important}}@media only screen and (max-width: 767px){.mt-md-max-3{margin-top:1.5rem!important}}@media only screen and (max-width: 767px){.mt-md-max-4{margin-top:2rem!important}}@media only screen and (max-width: 767px){.mt-md-max-5{margin-top:2.5rem!important}}@media only screen and (max-width: 767px){.mt-md-max-6{margin-top:3rem!important}}@media only screen and (max-width: 767px){.mt-md-max-auto{margin-top:auto!important}}@media only screen and (max-width: 567px){.mt-sm-max-0{margin-top:0!important}}@media only screen and (max-width: 567px){.mt-sm-max-1{margin-top:.5rem!important}}@media only screen and (max-width: 567px){.mt-sm-max-2{margin-top:1rem!important}}@media only screen and (max-width: 567px){.mt-sm-max-3{margin-top:1.5rem!important}}@media only screen and (max-width: 567px){.mt-sm-max-4{margin-top:2rem!important}}@media only screen and (max-width: 567px){.mt-sm-max-5{margin-top:2.5rem!important}}@media only screen and (max-width: 567px){.mt-sm-max-6{margin-top:3rem!important}}@media only screen and (max-width: 567px){.mt-sm-max-auto{margin-top:auto!important}}@media only screen and (max-width: 498px){.mt-xs-max-0{margin-top:0!important}}@media only screen and (max-width: 498px){.mt-xs-max-1{margin-top:.5rem!important}}@media only screen and (max-width: 498px){.mt-xs-max-2{margin-top:1rem!important}}@media only screen and (max-width: 498px){.mt-xs-max-3{margin-top:1.5rem!important}}@media only screen and (max-width: 498px){.mt-xs-max-4{margin-top:2rem!important}}@media only screen and (max-width: 498px){.mt-xs-max-5{margin-top:2.5rem!important}}@media only screen and (max-width: 498px){.mt-xs-max-6{margin-top:3rem!important}}@media only screen and (max-width: 498px){.mt-xs-max-auto{margin-top:auto!important}}.mr-0{margin-right:0!important}.mr-1{margin-right:.5rem!important}.mr-2{margin-right:1rem!important}.mr-3{margin-right:1.5rem!important}.mr-4{margin-right:2rem!important}.mr-5{margin-right:2.5rem!important}.mr-6{margin-right:3rem!important}.mr-auto{margin-right:auto!important}@media only screen and (min-width: 499px){.mr-xs-0{margin-right:0!important}}@media only screen and (min-width: 499px){.mr-xs-1{margin-right:.5rem!important}}@media only screen and (min-width: 499px){.mr-xs-2{margin-right:1rem!important}}@media only screen and (min-width: 499px){.mr-xs-3{margin-right:1.5rem!important}}@media only screen and (min-width: 499px){.mr-xs-4{margin-right:2rem!important}}@media only screen and (min-width: 499px){.mr-xs-5{margin-right:2.5rem!important}}@media only screen and (min-width: 499px){.mr-xs-6{margin-right:3rem!important}}@media only screen and (min-width: 499px){.mr-xs-auto{margin-right:auto!important}}@media only screen and (min-width: 568px){.mr-sm-0{margin-right:0!important}}@media only screen and (min-width: 568px){.mr-sm-1{margin-right:.5rem!important}}@media only screen and (min-width: 568px){.mr-sm-2{margin-right:1rem!important}}@media only screen and (min-width: 568px){.mr-sm-3{margin-right:1.5rem!important}}@media only screen and (min-width: 568px){.mr-sm-4{margin-right:2rem!important}}@media only screen and (min-width: 568px){.mr-sm-5{margin-right:2.5rem!important}}@media only screen and (min-width: 568px){.mr-sm-6{margin-right:3rem!important}}@media only screen and (min-width: 568px){.mr-sm-auto{margin-right:auto!important}}@media only screen and (min-width: 768px){.mr-md-0{margin-right:0!important}}@media only screen and (min-width: 768px){.mr-md-1{margin-right:.5rem!important}}@media only screen and (min-width: 768px){.mr-md-2{margin-right:1rem!important}}@media only screen and (min-width: 768px){.mr-md-3{margin-right:1.5rem!important}}@media only screen and (min-width: 768px){.mr-md-4{margin-right:2rem!important}}@media only screen and (min-width: 768px){.mr-md-5{margin-right:2.5rem!important}}@media only screen and (min-width: 768px){.mr-md-6{margin-right:3rem!important}}@media only screen and (min-width: 768px){.mr-md-auto{margin-right:auto!important}}@media only screen and (min-width: 992px){.mr-lg-0{margin-right:0!important}}@media only screen and (min-width: 992px){.mr-lg-1{margin-right:.5rem!important}}@media only screen and (min-width: 992px){.mr-lg-2{margin-right:1rem!important}}@media only screen and (min-width: 992px){.mr-lg-3{margin-right:1.5rem!important}}@media only screen and (min-width: 992px){.mr-lg-4{margin-right:2rem!important}}@media only screen and (min-width: 992px){.mr-lg-5{margin-right:2.5rem!important}}@media only screen and (min-width: 992px){.mr-lg-6{margin-right:3rem!important}}@media only screen and (min-width: 992px){.mr-lg-auto{margin-right:auto!important}}@media only screen and (min-width: 1024px){.mr-xl-0{margin-right:0!important}}@media only screen and (min-width: 1024px){.mr-xl-1{margin-right:.5rem!important}}@media only screen and (min-width: 1024px){.mr-xl-2{margin-right:1rem!important}}@media only screen and (min-width: 1024px){.mr-xl-3{margin-right:1.5rem!important}}@media only screen and (min-width: 1024px){.mr-xl-4{margin-right:2rem!important}}@media only screen and (min-width: 1024px){.mr-xl-5{margin-right:2.5rem!important}}@media only screen and (min-width: 1024px){.mr-xl-6{margin-right:3rem!important}}@media only screen and (min-width: 1024px){.mr-xl-auto{margin-right:auto!important}}@media only screen and (min-width: 1260px){.mr-xxl-0{margin-right:0!important}}@media only screen and (min-width: 1260px){.mr-xxl-1{margin-right:.5rem!important}}@media only screen and (min-width: 1260px){.mr-xxl-2{margin-right:1rem!important}}@media only screen and (min-width: 1260px){.mr-xxl-3{margin-right:1.5rem!important}}@media only screen and (min-width: 1260px){.mr-xxl-4{margin-right:2rem!important}}@media only screen and (min-width: 1260px){.mr-xxl-5{margin-right:2.5rem!important}}@media only screen and (min-width: 1260px){.mr-xxl-6{margin-right:3rem!important}}@media only screen and (min-width: 1260px){.mr-xxl-auto{margin-right:auto!important}}@media only screen and (min-width: 1600px){.mr-xxxl-0{margin-right:0!important}}@media only screen and (min-width: 1600px){.mr-xxxl-1{margin-right:.5rem!important}}@media only screen and (min-width: 1600px){.mr-xxxl-2{margin-right:1rem!important}}@media only screen and (min-width: 1600px){.mr-xxxl-3{margin-right:1.5rem!important}}@media only screen and (min-width: 1600px){.mr-xxxl-4{margin-right:2rem!important}}@media only screen and (min-width: 1600px){.mr-xxxl-5{margin-right:2.5rem!important}}@media only screen and (min-width: 1600px){.mr-xxxl-6{margin-right:3rem!important}}@media only screen and (min-width: 1600px){.mr-xxxl-auto{margin-right:auto!important}}@media only screen and (max-width: 1599px){.mr-xxxl-max-0{margin-right:0!important}}@media only screen and (max-width: 1599px){.mr-xxxl-max-1{margin-right:.5rem!important}}@media only screen and (max-width: 1599px){.mr-xxxl-max-2{margin-right:1rem!important}}@media only screen and (max-width: 1599px){.mr-xxxl-max-3{margin-right:1.5rem!important}}@media only screen and (max-width: 1599px){.mr-xxxl-max-4{margin-right:2rem!important}}@media only screen and (max-width: 1599px){.mr-xxxl-max-5{margin-right:2.5rem!important}}@media only screen and (max-width: 1599px){.mr-xxxl-max-6{margin-right:3rem!important}}@media only screen and (max-width: 1599px){.mr-xxxl-max-auto{margin-right:auto!important}}@media only screen and (max-width: 1259px){.mr-xxl-max-0{margin-right:0!important}}@media only screen and (max-width: 1259px){.mr-xxl-max-1{margin-right:.5rem!important}}@media only screen and (max-width: 1259px){.mr-xxl-max-2{margin-right:1rem!important}}@media only screen and (max-width: 1259px){.mr-xxl-max-3{margin-right:1.5rem!important}}@media only screen and (max-width: 1259px){.mr-xxl-max-4{margin-right:2rem!important}}@media only screen and (max-width: 1259px){.mr-xxl-max-5{margin-right:2.5rem!important}}@media only screen and (max-width: 1259px){.mr-xxl-max-6{margin-right:3rem!important}}@media only screen and (max-width: 1259px){.mr-xxl-max-auto{margin-right:auto!important}}@media only screen and (max-width: 1023px){.mr-xl-max-0{margin-right:0!important}}@media only screen and (max-width: 1023px){.mr-xl-max-1{margin-right:.5rem!important}}@media only screen and (max-width: 1023px){.mr-xl-max-2{margin-right:1rem!important}}@media only screen and (max-width: 1023px){.mr-xl-max-3{margin-right:1.5rem!important}}@media only screen and (max-width: 1023px){.mr-xl-max-4{margin-right:2rem!important}}@media only screen and (max-width: 1023px){.mr-xl-max-5{margin-right:2.5rem!important}}@media only screen and (max-width: 1023px){.mr-xl-max-6{margin-right:3rem!important}}@media only screen and (max-width: 1023px){.mr-xl-max-auto{margin-right:auto!important}}@media only screen and (max-width: 991px){.mr-lg-max-0{margin-right:0!important}}@media only screen and (max-width: 991px){.mr-lg-max-1{margin-right:.5rem!important}}@media only screen and (max-width: 991px){.mr-lg-max-2{margin-right:1rem!important}}@media only screen and (max-width: 991px){.mr-lg-max-3{margin-right:1.5rem!important}}@media only screen and (max-width: 991px){.mr-lg-max-4{margin-right:2rem!important}}@media only screen and (max-width: 991px){.mr-lg-max-5{margin-right:2.5rem!important}}@media only screen and (max-width: 991px){.mr-lg-max-6{margin-right:3rem!important}}@media only screen and (max-width: 991px){.mr-lg-max-auto{margin-right:auto!important}}@media only screen and (max-width: 767px){.mr-md-max-0{margin-right:0!important}}@media only screen and (max-width: 767px){.mr-md-max-1{margin-right:.5rem!important}}@media only screen and (max-width: 767px){.mr-md-max-2{margin-right:1rem!important}}@media only screen and (max-width: 767px){.mr-md-max-3{margin-right:1.5rem!important}}@media only screen and (max-width: 767px){.mr-md-max-4{margin-right:2rem!important}}@media only screen and (max-width: 767px){.mr-md-max-5{margin-right:2.5rem!important}}@media only screen and (max-width: 767px){.mr-md-max-6{margin-right:3rem!important}}@media only screen and (max-width: 767px){.mr-md-max-auto{margin-right:auto!important}}@media only screen and (max-width: 567px){.mr-sm-max-0{margin-right:0!important}}@media only screen and (max-width: 567px){.mr-sm-max-1{margin-right:.5rem!important}}@media only screen and (max-width: 567px){.mr-sm-max-2{margin-right:1rem!important}}@media only screen and (max-width: 567px){.mr-sm-max-3{margin-right:1.5rem!important}}@media only screen and (max-width: 567px){.mr-sm-max-4{margin-right:2rem!important}}@media only screen and (max-width: 567px){.mr-sm-max-5{margin-right:2.5rem!important}}@media only screen and (max-width: 567px){.mr-sm-max-6{margin-right:3rem!important}}@media only screen and (max-width: 567px){.mr-sm-max-auto{margin-right:auto!important}}@media only screen and (max-width: 498px){.mr-xs-max-0{margin-right:0!important}}@media only screen and (max-width: 498px){.mr-xs-max-1{margin-right:.5rem!important}}@media only screen and (max-width: 498px){.mr-xs-max-2{margin-right:1rem!important}}@media only screen and (max-width: 498px){.mr-xs-max-3{margin-right:1.5rem!important}}@media only screen and (max-width: 498px){.mr-xs-max-4{margin-right:2rem!important}}@media only screen and (max-width: 498px){.mr-xs-max-5{margin-right:2.5rem!important}}@media only screen and (max-width: 498px){.mr-xs-max-6{margin-right:3rem!important}}@media only screen and (max-width: 498px){.mr-xs-max-auto{margin-right:auto!important}}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.5rem!important}.mb-2{margin-bottom:1rem!important}.mb-3{margin-bottom:1.5rem!important}.mb-4{margin-bottom:2rem!important}.mb-5{margin-bottom:2.5rem!important}.mb-6{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}@media only screen and (min-width: 499px){.mb-xs-0{margin-bottom:0!important}}@media only screen and (min-width: 499px){.mb-xs-1{margin-bottom:.5rem!important}}@media only screen and (min-width: 499px){.mb-xs-2{margin-bottom:1rem!important}}@media only screen and (min-width: 499px){.mb-xs-3{margin-bottom:1.5rem!important}}@media only screen and (min-width: 499px){.mb-xs-4{margin-bottom:2rem!important}}@media only screen and (min-width: 499px){.mb-xs-5{margin-bottom:2.5rem!important}}@media only screen and (min-width: 499px){.mb-xs-6{margin-bottom:3rem!important}}@media only screen and (min-width: 499px){.mb-xs-auto{margin-bottom:auto!important}}@media only screen and (min-width: 568px){.mb-sm-0{margin-bottom:0!important}}@media only screen and (min-width: 568px){.mb-sm-1{margin-bottom:.5rem!important}}@media only screen and (min-width: 568px){.mb-sm-2{margin-bottom:1rem!important}}@media only screen and (min-width: 568px){.mb-sm-3{margin-bottom:1.5rem!important}}@media only screen and (min-width: 568px){.mb-sm-4{margin-bottom:2rem!important}}@media only screen and (min-width: 568px){.mb-sm-5{margin-bottom:2.5rem!important}}@media only screen and (min-width: 568px){.mb-sm-6{margin-bottom:3rem!important}}@media only screen and (min-width: 568px){.mb-sm-auto{margin-bottom:auto!important}}@media only screen and (min-width: 768px){.mb-md-0{margin-bottom:0!important}}@media only screen and (min-width: 768px){.mb-md-1{margin-bottom:.5rem!important}}@media only screen and (min-width: 768px){.mb-md-2{margin-bottom:1rem!important}}@media only screen and (min-width: 768px){.mb-md-3{margin-bottom:1.5rem!important}}@media only screen and (min-width: 768px){.mb-md-4{margin-bottom:2rem!important}}@media only screen and (min-width: 768px){.mb-md-5{margin-bottom:2.5rem!important}}@media only screen and (min-width: 768px){.mb-md-6{margin-bottom:3rem!important}}@media only screen and (min-width: 768px){.mb-md-auto{margin-bottom:auto!important}}@media only screen and (min-width: 992px){.mb-lg-0{margin-bottom:0!important}}@media only screen and (min-width: 992px){.mb-lg-1{margin-bottom:.5rem!important}}@media only screen and (min-width: 992px){.mb-lg-2{margin-bottom:1rem!important}}@media only screen and (min-width: 992px){.mb-lg-3{margin-bottom:1.5rem!important}}@media only screen and (min-width: 992px){.mb-lg-4{margin-bottom:2rem!important}}@media only screen and (min-width: 992px){.mb-lg-5{margin-bottom:2.5rem!important}}@media only screen and (min-width: 992px){.mb-lg-6{margin-bottom:3rem!important}}@media only screen and (min-width: 992px){.mb-lg-auto{margin-bottom:auto!important}}@media only screen and (min-width: 1024px){.mb-xl-0{margin-bottom:0!important}}@media only screen and (min-width: 1024px){.mb-xl-1{margin-bottom:.5rem!important}}@media only screen and (min-width: 1024px){.mb-xl-2{margin-bottom:1rem!important}}@media only screen and (min-width: 1024px){.mb-xl-3{margin-bottom:1.5rem!important}}@media only screen and (min-width: 1024px){.mb-xl-4{margin-bottom:2rem!important}}@media only screen and (min-width: 1024px){.mb-xl-5{margin-bottom:2.5rem!important}}@media only screen and (min-width: 1024px){.mb-xl-6{margin-bottom:3rem!important}}@media only screen and (min-width: 1024px){.mb-xl-auto{margin-bottom:auto!important}}@media only screen and (min-width: 1260px){.mb-xxl-0{margin-bottom:0!important}}@media only screen and (min-width: 1260px){.mb-xxl-1{margin-bottom:.5rem!important}}@media only screen and (min-width: 1260px){.mb-xxl-2{margin-bottom:1rem!important}}@media only screen and (min-width: 1260px){.mb-xxl-3{margin-bottom:1.5rem!important}}@media only screen and (min-width: 1260px){.mb-xxl-4{margin-bottom:2rem!important}}@media only screen and (min-width: 1260px){.mb-xxl-5{margin-bottom:2.5rem!important}}@media only screen and (min-width: 1260px){.mb-xxl-6{margin-bottom:3rem!important}}@media only screen and (min-width: 1260px){.mb-xxl-auto{margin-bottom:auto!important}}@media only screen and (min-width: 1600px){.mb-xxxl-0{margin-bottom:0!important}}@media only screen and (min-width: 1600px){.mb-xxxl-1{margin-bottom:.5rem!important}}@media only screen and (min-width: 1600px){.mb-xxxl-2{margin-bottom:1rem!important}}@media only screen and (min-width: 1600px){.mb-xxxl-3{margin-bottom:1.5rem!important}}@media only screen and (min-width: 1600px){.mb-xxxl-4{margin-bottom:2rem!important}}@media only screen and (min-width: 1600px){.mb-xxxl-5{margin-bottom:2.5rem!important}}@media only screen and (min-width: 1600px){.mb-xxxl-6{margin-bottom:3rem!important}}@media only screen and (min-width: 1600px){.mb-xxxl-auto{margin-bottom:auto!important}}@media only screen and (max-width: 1599px){.mb-xxxl-max-0{margin-bottom:0!important}}@media only screen and (max-width: 1599px){.mb-xxxl-max-1{margin-bottom:.5rem!important}}@media only screen and (max-width: 1599px){.mb-xxxl-max-2{margin-bottom:1rem!important}}@media only screen and (max-width: 1599px){.mb-xxxl-max-3{margin-bottom:1.5rem!important}}@media only screen and (max-width: 1599px){.mb-xxxl-max-4{margin-bottom:2rem!important}}@media only screen and (max-width: 1599px){.mb-xxxl-max-5{margin-bottom:2.5rem!important}}@media only screen and (max-width: 1599px){.mb-xxxl-max-6{margin-bottom:3rem!important}}@media only screen and (max-width: 1599px){.mb-xxxl-max-auto{margin-bottom:auto!important}}@media only screen and (max-width: 1259px){.mb-xxl-max-0{margin-bottom:0!important}}@media only screen and (max-width: 1259px){.mb-xxl-max-1{margin-bottom:.5rem!important}}@media only screen and (max-width: 1259px){.mb-xxl-max-2{margin-bottom:1rem!important}}@media only screen and (max-width: 1259px){.mb-xxl-max-3{margin-bottom:1.5rem!important}}@media only screen and (max-width: 1259px){.mb-xxl-max-4{margin-bottom:2rem!important}}@media only screen and (max-width: 1259px){.mb-xxl-max-5{margin-bottom:2.5rem!important}}@media only screen and (max-width: 1259px){.mb-xxl-max-6{margin-bottom:3rem!important}}@media only screen and (max-width: 1259px){.mb-xxl-max-auto{margin-bottom:auto!important}}@media only screen and (max-width: 1023px){.mb-xl-max-0{margin-bottom:0!important}}@media only screen and (max-width: 1023px){.mb-xl-max-1{margin-bottom:.5rem!important}}@media only screen and (max-width: 1023px){.mb-xl-max-2{margin-bottom:1rem!important}}@media only screen and (max-width: 1023px){.mb-xl-max-3{margin-bottom:1.5rem!important}}@media only screen and (max-width: 1023px){.mb-xl-max-4{margin-bottom:2rem!important}}@media only screen and (max-width: 1023px){.mb-xl-max-5{margin-bottom:2.5rem!important}}@media only screen and (max-width: 1023px){.mb-xl-max-6{margin-bottom:3rem!important}}@media only screen and (max-width: 1023px){.mb-xl-max-auto{margin-bottom:auto!important}}@media only screen and (max-width: 991px){.mb-lg-max-0{margin-bottom:0!important}}@media only screen and (max-width: 991px){.mb-lg-max-1{margin-bottom:.5rem!important}}@media only screen and (max-width: 991px){.mb-lg-max-2{margin-bottom:1rem!important}}@media only screen and (max-width: 991px){.mb-lg-max-3{margin-bottom:1.5rem!important}}@media only screen and (max-width: 991px){.mb-lg-max-4{margin-bottom:2rem!important}}@media only screen and (max-width: 991px){.mb-lg-max-5{margin-bottom:2.5rem!important}}@media only screen and (max-width: 991px){.mb-lg-max-6{margin-bottom:3rem!important}}@media only screen and (max-width: 991px){.mb-lg-max-auto{margin-bottom:auto!important}}@media only screen and (max-width: 767px){.mb-md-max-0{margin-bottom:0!important}}@media only screen and (max-width: 767px){.mb-md-max-1{margin-bottom:.5rem!important}}@media only screen and (max-width: 767px){.mb-md-max-2{margin-bottom:1rem!important}}@media only screen and (max-width: 767px){.mb-md-max-3{margin-bottom:1.5rem!important}}@media only screen and (max-width: 767px){.mb-md-max-4{margin-bottom:2rem!important}}@media only screen and (max-width: 767px){.mb-md-max-5{margin-bottom:2.5rem!important}}@media only screen and (max-width: 767px){.mb-md-max-6{margin-bottom:3rem!important}}@media only screen and (max-width: 767px){.mb-md-max-auto{margin-bottom:auto!important}}@media only screen and (max-width: 567px){.mb-sm-max-0{margin-bottom:0!important}}@media only screen and (max-width: 567px){.mb-sm-max-1{margin-bottom:.5rem!important}}@media only screen and (max-width: 567px){.mb-sm-max-2{margin-bottom:1rem!important}}@media only screen and (max-width: 567px){.mb-sm-max-3{margin-bottom:1.5rem!important}}@media only screen and (max-width: 567px){.mb-sm-max-4{margin-bottom:2rem!important}}@media only screen and (max-width: 567px){.mb-sm-max-5{margin-bottom:2.5rem!important}}@media only screen and (max-width: 567px){.mb-sm-max-6{margin-bottom:3rem!important}}@media only screen and (max-width: 567px){.mb-sm-max-auto{margin-bottom:auto!important}}@media only screen and (max-width: 498px){.mb-xs-max-0{margin-bottom:0!important}}@media only screen and (max-width: 498px){.mb-xs-max-1{margin-bottom:.5rem!important}}@media only screen and (max-width: 498px){.mb-xs-max-2{margin-bottom:1rem!important}}@media only screen and (max-width: 498px){.mb-xs-max-3{margin-bottom:1.5rem!important}}@media only screen and (max-width: 498px){.mb-xs-max-4{margin-bottom:2rem!important}}@media only screen and (max-width: 498px){.mb-xs-max-5{margin-bottom:2.5rem!important}}@media only screen and (max-width: 498px){.mb-xs-max-6{margin-bottom:3rem!important}}@media only screen and (max-width: 498px){.mb-xs-max-auto{margin-bottom:auto!important}}.ml-0{margin-left:0!important}.ml-1{margin-left:.5rem!important}.ml-2{margin-left:1rem!important}.ml-3{margin-left:1.5rem!important}.ml-4{margin-left:2rem!important}.ml-5{margin-left:2.5rem!important}.ml-6{margin-left:3rem!important}.ml-auto{margin-left:auto!important}@media only screen and (min-width: 499px){.ml-xs-0{margin-left:0!important}}@media only screen and (min-width: 499px){.ml-xs-1{margin-left:.5rem!important}}@media only screen and (min-width: 499px){.ml-xs-2{margin-left:1rem!important}}@media only screen and (min-width: 499px){.ml-xs-3{margin-left:1.5rem!important}}@media only screen and (min-width: 499px){.ml-xs-4{margin-left:2rem!important}}@media only screen and (min-width: 499px){.ml-xs-5{margin-left:2.5rem!important}}@media only screen and (min-width: 499px){.ml-xs-6{margin-left:3rem!important}}@media only screen and (min-width: 499px){.ml-xs-auto{margin-left:auto!important}}@media only screen and (min-width: 568px){.ml-sm-0{margin-left:0!important}}@media only screen and (min-width: 568px){.ml-sm-1{margin-left:.5rem!important}}@media only screen and (min-width: 568px){.ml-sm-2{margin-left:1rem!important}}@media only screen and (min-width: 568px){.ml-sm-3{margin-left:1.5rem!important}}@media only screen and (min-width: 568px){.ml-sm-4{margin-left:2rem!important}}@media only screen and (min-width: 568px){.ml-sm-5{margin-left:2.5rem!important}}@media only screen and (min-width: 568px){.ml-sm-6{margin-left:3rem!important}}@media only screen and (min-width: 568px){.ml-sm-auto{margin-left:auto!important}}@media only screen and (min-width: 768px){.ml-md-0{margin-left:0!important}}@media only screen and (min-width: 768px){.ml-md-1{margin-left:.5rem!important}}@media only screen and (min-width: 768px){.ml-md-2{margin-left:1rem!important}}@media only screen and (min-width: 768px){.ml-md-3{margin-left:1.5rem!important}}@media only screen and (min-width: 768px){.ml-md-4{margin-left:2rem!important}}@media only screen and (min-width: 768px){.ml-md-5{margin-left:2.5rem!important}}@media only screen and (min-width: 768px){.ml-md-6{margin-left:3rem!important}}@media only screen and (min-width: 768px){.ml-md-auto{margin-left:auto!important}}@media only screen and (min-width: 992px){.ml-lg-0{margin-left:0!important}}@media only screen and (min-width: 992px){.ml-lg-1{margin-left:.5rem!important}}@media only screen and (min-width: 992px){.ml-lg-2{margin-left:1rem!important}}@media only screen and (min-width: 992px){.ml-lg-3{margin-left:1.5rem!important}}@media only screen and (min-width: 992px){.ml-lg-4{margin-left:2rem!important}}@media only screen and (min-width: 992px){.ml-lg-5{margin-left:2.5rem!important}}@media only screen and (min-width: 992px){.ml-lg-6{margin-left:3rem!important}}@media only screen and (min-width: 992px){.ml-lg-auto{margin-left:auto!important}}@media only screen and (min-width: 1024px){.ml-xl-0{margin-left:0!important}}@media only screen and (min-width: 1024px){.ml-xl-1{margin-left:.5rem!important}}@media only screen and (min-width: 1024px){.ml-xl-2{margin-left:1rem!important}}@media only screen and (min-width: 1024px){.ml-xl-3{margin-left:1.5rem!important}}@media only screen and (min-width: 1024px){.ml-xl-4{margin-left:2rem!important}}@media only screen and (min-width: 1024px){.ml-xl-5{margin-left:2.5rem!important}}@media only screen and (min-width: 1024px){.ml-xl-6{margin-left:3rem!important}}@media only screen and (min-width: 1024px){.ml-xl-auto{margin-left:auto!important}}@media only screen and (min-width: 1260px){.ml-xxl-0{margin-left:0!important}}@media only screen and (min-width: 1260px){.ml-xxl-1{margin-left:.5rem!important}}@media only screen and (min-width: 1260px){.ml-xxl-2{margin-left:1rem!important}}@media only screen and (min-width: 1260px){.ml-xxl-3{margin-left:1.5rem!important}}@media only screen and (min-width: 1260px){.ml-xxl-4{margin-left:2rem!important}}@media only screen and (min-width: 1260px){.ml-xxl-5{margin-left:2.5rem!important}}@media only screen and (min-width: 1260px){.ml-xxl-6{margin-left:3rem!important}}@media only screen and (min-width: 1260px){.ml-xxl-auto{margin-left:auto!important}}@media only screen and (min-width: 1600px){.ml-xxxl-0{margin-left:0!important}}@media only screen and (min-width: 1600px){.ml-xxxl-1{margin-left:.5rem!important}}@media only screen and (min-width: 1600px){.ml-xxxl-2{margin-left:1rem!important}}@media only screen and (min-width: 1600px){.ml-xxxl-3{margin-left:1.5rem!important}}@media only screen and (min-width: 1600px){.ml-xxxl-4{margin-left:2rem!important}}@media only screen and (min-width: 1600px){.ml-xxxl-5{margin-left:2.5rem!important}}@media only screen and (min-width: 1600px){.ml-xxxl-6{margin-left:3rem!important}}@media only screen and (min-width: 1600px){.ml-xxxl-auto{margin-left:auto!important}}@media only screen and (max-width: 1599px){.ml-xxxl-max-0{margin-left:0!important}}@media only screen and (max-width: 1599px){.ml-xxxl-max-1{margin-left:.5rem!important}}@media only screen and (max-width: 1599px){.ml-xxxl-max-2{margin-left:1rem!important}}@media only screen and (max-width: 1599px){.ml-xxxl-max-3{margin-left:1.5rem!important}}@media only screen and (max-width: 1599px){.ml-xxxl-max-4{margin-left:2rem!important}}@media only screen and (max-width: 1599px){.ml-xxxl-max-5{margin-left:2.5rem!important}}@media only screen and (max-width: 1599px){.ml-xxxl-max-6{margin-left:3rem!important}}@media only screen and (max-width: 1599px){.ml-xxxl-max-auto{margin-left:auto!important}}@media only screen and (max-width: 1259px){.ml-xxl-max-0{margin-left:0!important}}@media only screen and (max-width: 1259px){.ml-xxl-max-1{margin-left:.5rem!important}}@media only screen and (max-width: 1259px){.ml-xxl-max-2{margin-left:1rem!important}}@media only screen and (max-width: 1259px){.ml-xxl-max-3{margin-left:1.5rem!important}}@media only screen and (max-width: 1259px){.ml-xxl-max-4{margin-left:2rem!important}}@media only screen and (max-width: 1259px){.ml-xxl-max-5{margin-left:2.5rem!important}}@media only screen and (max-width: 1259px){.ml-xxl-max-6{margin-left:3rem!important}}@media only screen and (max-width: 1259px){.ml-xxl-max-auto{margin-left:auto!important}}@media only screen and (max-width: 1023px){.ml-xl-max-0{margin-left:0!important}}@media only screen and (max-width: 1023px){.ml-xl-max-1{margin-left:.5rem!important}}@media only screen and (max-width: 1023px){.ml-xl-max-2{margin-left:1rem!important}}@media only screen and (max-width: 1023px){.ml-xl-max-3{margin-left:1.5rem!important}}@media only screen and (max-width: 1023px){.ml-xl-max-4{margin-left:2rem!important}}@media only screen and (max-width: 1023px){.ml-xl-max-5{margin-left:2.5rem!important}}@media only screen and (max-width: 1023px){.ml-xl-max-6{margin-left:3rem!important}}@media only screen and (max-width: 1023px){.ml-xl-max-auto{margin-left:auto!important}}@media only screen and (max-width: 991px){.ml-lg-max-0{margin-left:0!important}}@media only screen and (max-width: 991px){.ml-lg-max-1{margin-left:.5rem!important}}@media only screen and (max-width: 991px){.ml-lg-max-2{margin-left:1rem!important}}@media only screen and (max-width: 991px){.ml-lg-max-3{margin-left:1.5rem!important}}@media only screen and (max-width: 991px){.ml-lg-max-4{margin-left:2rem!important}}@media only screen and (max-width: 991px){.ml-lg-max-5{margin-left:2.5rem!important}}@media only screen and (max-width: 991px){.ml-lg-max-6{margin-left:3rem!important}}@media only screen and (max-width: 991px){.ml-lg-max-auto{margin-left:auto!important}}@media only screen and (max-width: 767px){.ml-md-max-0{margin-left:0!important}}@media only screen and (max-width: 767px){.ml-md-max-1{margin-left:.5rem!important}}@media only screen and (max-width: 767px){.ml-md-max-2{margin-left:1rem!important}}@media only screen and (max-width: 767px){.ml-md-max-3{margin-left:1.5rem!important}}@media only screen and (max-width: 767px){.ml-md-max-4{margin-left:2rem!important}}@media only screen and (max-width: 767px){.ml-md-max-5{margin-left:2.5rem!important}}@media only screen and (max-width: 767px){.ml-md-max-6{margin-left:3rem!important}}@media only screen and (max-width: 767px){.ml-md-max-auto{margin-left:auto!important}}@media only screen and (max-width: 567px){.ml-sm-max-0{margin-left:0!important}}@media only screen and (max-width: 567px){.ml-sm-max-1{margin-left:.5rem!important}}@media only screen and (max-width: 567px){.ml-sm-max-2{margin-left:1rem!important}}@media only screen and (max-width: 567px){.ml-sm-max-3{margin-left:1.5rem!important}}@media only screen and (max-width: 567px){.ml-sm-max-4{margin-left:2rem!important}}@media only screen and (max-width: 567px){.ml-sm-max-5{margin-left:2.5rem!important}}@media only screen and (max-width: 567px){.ml-sm-max-6{margin-left:3rem!important}}@media only screen and (max-width: 567px){.ml-sm-max-auto{margin-left:auto!important}}@media only screen and (max-width: 498px){.ml-xs-max-0{margin-left:0!important}}@media only screen and (max-width: 498px){.ml-xs-max-1{margin-left:.5rem!important}}@media only screen and (max-width: 498px){.ml-xs-max-2{margin-left:1rem!important}}@media only screen and (max-width: 498px){.ml-xs-max-3{margin-left:1.5rem!important}}@media only screen and (max-width: 498px){.ml-xs-max-4{margin-left:2rem!important}}@media only screen and (max-width: 498px){.ml-xs-max-5{margin-left:2.5rem!important}}@media only screen and (max-width: 498px){.ml-xs-max-6{margin-left:3rem!important}}@media only screen and (max-width: 498px){.ml-xs-max-auto{margin-left:auto!important}}.pt-0{padding-top:0!important}.pt-1{padding-top:.5rem!important}.pt-2{padding-top:1rem!important}.pt-3{padding-top:1.5rem!important}.pt-4{padding-top:2rem!important}.pt-5{padding-top:2.5rem!important}.pt-6{padding-top:3rem!important}.pt-auto{padding-top:auto!important}@media only screen and (min-width: 499px){.pt-xs-0{padding-top:0!important}}@media only screen and (min-width: 499px){.pt-xs-1{padding-top:.5rem!important}}@media only screen and (min-width: 499px){.pt-xs-2{padding-top:1rem!important}}@media only screen and (min-width: 499px){.pt-xs-3{padding-top:1.5rem!important}}@media only screen and (min-width: 499px){.pt-xs-4{padding-top:2rem!important}}@media only screen and (min-width: 499px){.pt-xs-5{padding-top:2.5rem!important}}@media only screen and (min-width: 499px){.pt-xs-6{padding-top:3rem!important}}@media only screen and (min-width: 499px){.pt-xs-auto{padding-top:auto!important}}@media only screen and (min-width: 568px){.pt-sm-0{padding-top:0!important}}@media only screen and (min-width: 568px){.pt-sm-1{padding-top:.5rem!important}}@media only screen and (min-width: 568px){.pt-sm-2{padding-top:1rem!important}}@media only screen and (min-width: 568px){.pt-sm-3{padding-top:1.5rem!important}}@media only screen and (min-width: 568px){.pt-sm-4{padding-top:2rem!important}}@media only screen and (min-width: 568px){.pt-sm-5{padding-top:2.5rem!important}}@media only screen and (min-width: 568px){.pt-sm-6{padding-top:3rem!important}}@media only screen and (min-width: 568px){.pt-sm-auto{padding-top:auto!important}}@media only screen and (min-width: 768px){.pt-md-0{padding-top:0!important}}@media only screen and (min-width: 768px){.pt-md-1{padding-top:.5rem!important}}@media only screen and (min-width: 768px){.pt-md-2{padding-top:1rem!important}}@media only screen and (min-width: 768px){.pt-md-3{padding-top:1.5rem!important}}@media only screen and (min-width: 768px){.pt-md-4{padding-top:2rem!important}}@media only screen and (min-width: 768px){.pt-md-5{padding-top:2.5rem!important}}@media only screen and (min-width: 768px){.pt-md-6{padding-top:3rem!important}}@media only screen and (min-width: 768px){.pt-md-auto{padding-top:auto!important}}@media only screen and (min-width: 992px){.pt-lg-0{padding-top:0!important}}@media only screen and (min-width: 992px){.pt-lg-1{padding-top:.5rem!important}}@media only screen and (min-width: 992px){.pt-lg-2{padding-top:1rem!important}}@media only screen and (min-width: 992px){.pt-lg-3{padding-top:1.5rem!important}}@media only screen and (min-width: 992px){.pt-lg-4{padding-top:2rem!important}}@media only screen and (min-width: 992px){.pt-lg-5{padding-top:2.5rem!important}}@media only screen and (min-width: 992px){.pt-lg-6{padding-top:3rem!important}}@media only screen and (min-width: 992px){.pt-lg-auto{padding-top:auto!important}}@media only screen and (min-width: 1024px){.pt-xl-0{padding-top:0!important}}@media only screen and (min-width: 1024px){.pt-xl-1{padding-top:.5rem!important}}@media only screen and (min-width: 1024px){.pt-xl-2{padding-top:1rem!important}}@media only screen and (min-width: 1024px){.pt-xl-3{padding-top:1.5rem!important}}@media only screen and (min-width: 1024px){.pt-xl-4{padding-top:2rem!important}}@media only screen and (min-width: 1024px){.pt-xl-5{padding-top:2.5rem!important}}@media only screen and (min-width: 1024px){.pt-xl-6{padding-top:3rem!important}}@media only screen and (min-width: 1024px){.pt-xl-auto{padding-top:auto!important}}@media only screen and (min-width: 1260px){.pt-xxl-0{padding-top:0!important}}@media only screen and (min-width: 1260px){.pt-xxl-1{padding-top:.5rem!important}}@media only screen and (min-width: 1260px){.pt-xxl-2{padding-top:1rem!important}}@media only screen and (min-width: 1260px){.pt-xxl-3{padding-top:1.5rem!important}}@media only screen and (min-width: 1260px){.pt-xxl-4{padding-top:2rem!important}}@media only screen and (min-width: 1260px){.pt-xxl-5{padding-top:2.5rem!important}}@media only screen and (min-width: 1260px){.pt-xxl-6{padding-top:3rem!important}}@media only screen and (min-width: 1260px){.pt-xxl-auto{padding-top:auto!important}}@media only screen and (min-width: 1600px){.pt-xxxl-0{padding-top:0!important}}@media only screen and (min-width: 1600px){.pt-xxxl-1{padding-top:.5rem!important}}@media only screen and (min-width: 1600px){.pt-xxxl-2{padding-top:1rem!important}}@media only screen and (min-width: 1600px){.pt-xxxl-3{padding-top:1.5rem!important}}@media only screen and (min-width: 1600px){.pt-xxxl-4{padding-top:2rem!important}}@media only screen and (min-width: 1600px){.pt-xxxl-5{padding-top:2.5rem!important}}@media only screen and (min-width: 1600px){.pt-xxxl-6{padding-top:3rem!important}}@media only screen and (min-width: 1600px){.pt-xxxl-auto{padding-top:auto!important}}@media only screen and (max-width: 1599px){.pt-xxxl-max-0{padding-top:0!important}}@media only screen and (max-width: 1599px){.pt-xxxl-max-1{padding-top:.5rem!important}}@media only screen and (max-width: 1599px){.pt-xxxl-max-2{padding-top:1rem!important}}@media only screen and (max-width: 1599px){.pt-xxxl-max-3{padding-top:1.5rem!important}}@media only screen and (max-width: 1599px){.pt-xxxl-max-4{padding-top:2rem!important}}@media only screen and (max-width: 1599px){.pt-xxxl-max-5{padding-top:2.5rem!important}}@media only screen and (max-width: 1599px){.pt-xxxl-max-6{padding-top:3rem!important}}@media only screen and (max-width: 1599px){.pt-xxxl-max-auto{padding-top:auto!important}}@media only screen and (max-width: 1259px){.pt-xxl-max-0{padding-top:0!important}}@media only screen and (max-width: 1259px){.pt-xxl-max-1{padding-top:.5rem!important}}@media only screen and (max-width: 1259px){.pt-xxl-max-2{padding-top:1rem!important}}@media only screen and (max-width: 1259px){.pt-xxl-max-3{padding-top:1.5rem!important}}@media only screen and (max-width: 1259px){.pt-xxl-max-4{padding-top:2rem!important}}@media only screen and (max-width: 1259px){.pt-xxl-max-5{padding-top:2.5rem!important}}@media only screen and (max-width: 1259px){.pt-xxl-max-6{padding-top:3rem!important}}@media only screen and (max-width: 1259px){.pt-xxl-max-auto{padding-top:auto!important}}@media only screen and (max-width: 1023px){.pt-xl-max-0{padding-top:0!important}}@media only screen and (max-width: 1023px){.pt-xl-max-1{padding-top:.5rem!important}}@media only screen and (max-width: 1023px){.pt-xl-max-2{padding-top:1rem!important}}@media only screen and (max-width: 1023px){.pt-xl-max-3{padding-top:1.5rem!important}}@media only screen and (max-width: 1023px){.pt-xl-max-4{padding-top:2rem!important}}@media only screen and (max-width: 1023px){.pt-xl-max-5{padding-top:2.5rem!important}}@media only screen and (max-width: 1023px){.pt-xl-max-6{padding-top:3rem!important}}@media only screen and (max-width: 1023px){.pt-xl-max-auto{padding-top:auto!important}}@media only screen and (max-width: 991px){.pt-lg-max-0{padding-top:0!important}}@media only screen and (max-width: 991px){.pt-lg-max-1{padding-top:.5rem!important}}@media only screen and (max-width: 991px){.pt-lg-max-2{padding-top:1rem!important}}@media only screen and (max-width: 991px){.pt-lg-max-3{padding-top:1.5rem!important}}@media only screen and (max-width: 991px){.pt-lg-max-4{padding-top:2rem!important}}@media only screen and (max-width: 991px){.pt-lg-max-5{padding-top:2.5rem!important}}@media only screen and (max-width: 991px){.pt-lg-max-6{padding-top:3rem!important}}@media only screen and (max-width: 991px){.pt-lg-max-auto{padding-top:auto!important}}@media only screen and (max-width: 767px){.pt-md-max-0{padding-top:0!important}}@media only screen and (max-width: 767px){.pt-md-max-1{padding-top:.5rem!important}}@media only screen and (max-width: 767px){.pt-md-max-2{padding-top:1rem!important}}@media only screen and (max-width: 767px){.pt-md-max-3{padding-top:1.5rem!important}}@media only screen and (max-width: 767px){.pt-md-max-4{padding-top:2rem!important}}@media only screen and (max-width: 767px){.pt-md-max-5{padding-top:2.5rem!important}}@media only screen and (max-width: 767px){.pt-md-max-6{padding-top:3rem!important}}@media only screen and (max-width: 767px){.pt-md-max-auto{padding-top:auto!important}}@media only screen and (max-width: 567px){.pt-sm-max-0{padding-top:0!important}}@media only screen and (max-width: 567px){.pt-sm-max-1{padding-top:.5rem!important}}@media only screen and (max-width: 567px){.pt-sm-max-2{padding-top:1rem!important}}@media only screen and (max-width: 567px){.pt-sm-max-3{padding-top:1.5rem!important}}@media only screen and (max-width: 567px){.pt-sm-max-4{padding-top:2rem!important}}@media only screen and (max-width: 567px){.pt-sm-max-5{padding-top:2.5rem!important}}@media only screen and (max-width: 567px){.pt-sm-max-6{padding-top:3rem!important}}@media only screen and (max-width: 567px){.pt-sm-max-auto{padding-top:auto!important}}@media only screen and (max-width: 498px){.pt-xs-max-0{padding-top:0!important}}@media only screen and (max-width: 498px){.pt-xs-max-1{padding-top:.5rem!important}}@media only screen and (max-width: 498px){.pt-xs-max-2{padding-top:1rem!important}}@media only screen and (max-width: 498px){.pt-xs-max-3{padding-top:1.5rem!important}}@media only screen and (max-width: 498px){.pt-xs-max-4{padding-top:2rem!important}}@media only screen and (max-width: 498px){.pt-xs-max-5{padding-top:2.5rem!important}}@media only screen and (max-width: 498px){.pt-xs-max-6{padding-top:3rem!important}}@media only screen and (max-width: 498px){.pt-xs-max-auto{padding-top:auto!important}}.pr-0{padding-right:0!important}.pr-1{padding-right:.5rem!important}.pr-2{padding-right:1rem!important}.pr-3{padding-right:1.5rem!important}.pr-4{padding-right:2rem!important}.pr-5{padding-right:2.5rem!important}.pr-6{padding-right:3rem!important}.pr-auto{padding-right:auto!important}@media only screen and (min-width: 499px){.pr-xs-0{padding-right:0!important}}@media only screen and (min-width: 499px){.pr-xs-1{padding-right:.5rem!important}}@media only screen and (min-width: 499px){.pr-xs-2{padding-right:1rem!important}}@media only screen and (min-width: 499px){.pr-xs-3{padding-right:1.5rem!important}}@media only screen and (min-width: 499px){.pr-xs-4{padding-right:2rem!important}}@media only screen and (min-width: 499px){.pr-xs-5{padding-right:2.5rem!important}}@media only screen and (min-width: 499px){.pr-xs-6{padding-right:3rem!important}}@media only screen and (min-width: 499px){.pr-xs-auto{padding-right:auto!important}}@media only screen and (min-width: 568px){.pr-sm-0{padding-right:0!important}}@media only screen and (min-width: 568px){.pr-sm-1{padding-right:.5rem!important}}@media only screen and (min-width: 568px){.pr-sm-2{padding-right:1rem!important}}@media only screen and (min-width: 568px){.pr-sm-3{padding-right:1.5rem!important}}@media only screen and (min-width: 568px){.pr-sm-4{padding-right:2rem!important}}@media only screen and (min-width: 568px){.pr-sm-5{padding-right:2.5rem!important}}@media only screen and (min-width: 568px){.pr-sm-6{padding-right:3rem!important}}@media only screen and (min-width: 568px){.pr-sm-auto{padding-right:auto!important}}@media only screen and (min-width: 768px){.pr-md-0{padding-right:0!important}}@media only screen and (min-width: 768px){.pr-md-1{padding-right:.5rem!important}}@media only screen and (min-width: 768px){.pr-md-2{padding-right:1rem!important}}@media only screen and (min-width: 768px){.pr-md-3{padding-right:1.5rem!important}}@media only screen and (min-width: 768px){.pr-md-4{padding-right:2rem!important}}@media only screen and (min-width: 768px){.pr-md-5{padding-right:2.5rem!important}}@media only screen and (min-width: 768px){.pr-md-6{padding-right:3rem!important}}@media only screen and (min-width: 768px){.pr-md-auto{padding-right:auto!important}}@media only screen and (min-width: 992px){.pr-lg-0{padding-right:0!important}}@media only screen and (min-width: 992px){.pr-lg-1{padding-right:.5rem!important}}@media only screen and (min-width: 992px){.pr-lg-2{padding-right:1rem!important}}@media only screen and (min-width: 992px){.pr-lg-3{padding-right:1.5rem!important}}@media only screen and (min-width: 992px){.pr-lg-4{padding-right:2rem!important}}@media only screen and (min-width: 992px){.pr-lg-5{padding-right:2.5rem!important}}@media only screen and (min-width: 992px){.pr-lg-6{padding-right:3rem!important}}@media only screen and (min-width: 992px){.pr-lg-auto{padding-right:auto!important}}@media only screen and (min-width: 1024px){.pr-xl-0{padding-right:0!important}}@media only screen and (min-width: 1024px){.pr-xl-1{padding-right:.5rem!important}}@media only screen and (min-width: 1024px){.pr-xl-2{padding-right:1rem!important}}@media only screen and (min-width: 1024px){.pr-xl-3{padding-right:1.5rem!important}}@media only screen and (min-width: 1024px){.pr-xl-4{padding-right:2rem!important}}@media only screen and (min-width: 1024px){.pr-xl-5{padding-right:2.5rem!important}}@media only screen and (min-width: 1024px){.pr-xl-6{padding-right:3rem!important}}@media only screen and (min-width: 1024px){.pr-xl-auto{padding-right:auto!important}}@media only screen and (min-width: 1260px){.pr-xxl-0{padding-right:0!important}}@media only screen and (min-width: 1260px){.pr-xxl-1{padding-right:.5rem!important}}@media only screen and (min-width: 1260px){.pr-xxl-2{padding-right:1rem!important}}@media only screen and (min-width: 1260px){.pr-xxl-3{padding-right:1.5rem!important}}@media only screen and (min-width: 1260px){.pr-xxl-4{padding-right:2rem!important}}@media only screen and (min-width: 1260px){.pr-xxl-5{padding-right:2.5rem!important}}@media only screen and (min-width: 1260px){.pr-xxl-6{padding-right:3rem!important}}@media only screen and (min-width: 1260px){.pr-xxl-auto{padding-right:auto!important}}@media only screen and (min-width: 1600px){.pr-xxxl-0{padding-right:0!important}}@media only screen and (min-width: 1600px){.pr-xxxl-1{padding-right:.5rem!important}}@media only screen and (min-width: 1600px){.pr-xxxl-2{padding-right:1rem!important}}@media only screen and (min-width: 1600px){.pr-xxxl-3{padding-right:1.5rem!important}}@media only screen and (min-width: 1600px){.pr-xxxl-4{padding-right:2rem!important}}@media only screen and (min-width: 1600px){.pr-xxxl-5{padding-right:2.5rem!important}}@media only screen and (min-width: 1600px){.pr-xxxl-6{padding-right:3rem!important}}@media only screen and (min-width: 1600px){.pr-xxxl-auto{padding-right:auto!important}}@media only screen and (max-width: 1599px){.pr-xxxl-max-0{padding-right:0!important}}@media only screen and (max-width: 1599px){.pr-xxxl-max-1{padding-right:.5rem!important}}@media only screen and (max-width: 1599px){.pr-xxxl-max-2{padding-right:1rem!important}}@media only screen and (max-width: 1599px){.pr-xxxl-max-3{padding-right:1.5rem!important}}@media only screen and (max-width: 1599px){.pr-xxxl-max-4{padding-right:2rem!important}}@media only screen and (max-width: 1599px){.pr-xxxl-max-5{padding-right:2.5rem!important}}@media only screen and (max-width: 1599px){.pr-xxxl-max-6{padding-right:3rem!important}}@media only screen and (max-width: 1599px){.pr-xxxl-max-auto{padding-right:auto!important}}@media only screen and (max-width: 1259px){.pr-xxl-max-0{padding-right:0!important}}@media only screen and (max-width: 1259px){.pr-xxl-max-1{padding-right:.5rem!important}}@media only screen and (max-width: 1259px){.pr-xxl-max-2{padding-right:1rem!important}}@media only screen and (max-width: 1259px){.pr-xxl-max-3{padding-right:1.5rem!important}}@media only screen and (max-width: 1259px){.pr-xxl-max-4{padding-right:2rem!important}}@media only screen and (max-width: 1259px){.pr-xxl-max-5{padding-right:2.5rem!important}}@media only screen and (max-width: 1259px){.pr-xxl-max-6{padding-right:3rem!important}}@media only screen and (max-width: 1259px){.pr-xxl-max-auto{padding-right:auto!important}}@media only screen and (max-width: 1023px){.pr-xl-max-0{padding-right:0!important}}@media only screen and (max-width: 1023px){.pr-xl-max-1{padding-right:.5rem!important}}@media only screen and (max-width: 1023px){.pr-xl-max-2{padding-right:1rem!important}}@media only screen and (max-width: 1023px){.pr-xl-max-3{padding-right:1.5rem!important}}@media only screen and (max-width: 1023px){.pr-xl-max-4{padding-right:2rem!important}}@media only screen and (max-width: 1023px){.pr-xl-max-5{padding-right:2.5rem!important}}@media only screen and (max-width: 1023px){.pr-xl-max-6{padding-right:3rem!important}}@media only screen and (max-width: 1023px){.pr-xl-max-auto{padding-right:auto!important}}@media only screen and (max-width: 991px){.pr-lg-max-0{padding-right:0!important}}@media only screen and (max-width: 991px){.pr-lg-max-1{padding-right:.5rem!important}}@media only screen and (max-width: 991px){.pr-lg-max-2{padding-right:1rem!important}}@media only screen and (max-width: 991px){.pr-lg-max-3{padding-right:1.5rem!important}}@media only screen and (max-width: 991px){.pr-lg-max-4{padding-right:2rem!important}}@media only screen and (max-width: 991px){.pr-lg-max-5{padding-right:2.5rem!important}}@media only screen and (max-width: 991px){.pr-lg-max-6{padding-right:3rem!important}}@media only screen and (max-width: 991px){.pr-lg-max-auto{padding-right:auto!important}}@media only screen and (max-width: 767px){.pr-md-max-0{padding-right:0!important}}@media only screen and (max-width: 767px){.pr-md-max-1{padding-right:.5rem!important}}@media only screen and (max-width: 767px){.pr-md-max-2{padding-right:1rem!important}}@media only screen and (max-width: 767px){.pr-md-max-3{padding-right:1.5rem!important}}@media only screen and (max-width: 767px){.pr-md-max-4{padding-right:2rem!important}}@media only screen and (max-width: 767px){.pr-md-max-5{padding-right:2.5rem!important}}@media only screen and (max-width: 767px){.pr-md-max-6{padding-right:3rem!important}}@media only screen and (max-width: 767px){.pr-md-max-auto{padding-right:auto!important}}@media only screen and (max-width: 567px){.pr-sm-max-0{padding-right:0!important}}@media only screen and (max-width: 567px){.pr-sm-max-1{padding-right:.5rem!important}}@media only screen and (max-width: 567px){.pr-sm-max-2{padding-right:1rem!important}}@media only screen and (max-width: 567px){.pr-sm-max-3{padding-right:1.5rem!important}}@media only screen and (max-width: 567px){.pr-sm-max-4{padding-right:2rem!important}}@media only screen and (max-width: 567px){.pr-sm-max-5{padding-right:2.5rem!important}}@media only screen and (max-width: 567px){.pr-sm-max-6{padding-right:3rem!important}}@media only screen and (max-width: 567px){.pr-sm-max-auto{padding-right:auto!important}}@media only screen and (max-width: 498px){.pr-xs-max-0{padding-right:0!important}}@media only screen and (max-width: 498px){.pr-xs-max-1{padding-right:.5rem!important}}@media only screen and (max-width: 498px){.pr-xs-max-2{padding-right:1rem!important}}@media only screen and (max-width: 498px){.pr-xs-max-3{padding-right:1.5rem!important}}@media only screen and (max-width: 498px){.pr-xs-max-4{padding-right:2rem!important}}@media only screen and (max-width: 498px){.pr-xs-max-5{padding-right:2.5rem!important}}@media only screen and (max-width: 498px){.pr-xs-max-6{padding-right:3rem!important}}@media only screen and (max-width: 498px){.pr-xs-max-auto{padding-right:auto!important}}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.5rem!important}.pb-2{padding-bottom:1rem!important}.pb-3{padding-bottom:1.5rem!important}.pb-4{padding-bottom:2rem!important}.pb-5{padding-bottom:2.5rem!important}.pb-6{padding-bottom:3rem!important}.pb-auto{padding-bottom:auto!important}@media only screen and (min-width: 499px){.pb-xs-0{padding-bottom:0!important}}@media only screen and (min-width: 499px){.pb-xs-1{padding-bottom:.5rem!important}}@media only screen and (min-width: 499px){.pb-xs-2{padding-bottom:1rem!important}}@media only screen and (min-width: 499px){.pb-xs-3{padding-bottom:1.5rem!important}}@media only screen and (min-width: 499px){.pb-xs-4{padding-bottom:2rem!important}}@media only screen and (min-width: 499px){.pb-xs-5{padding-bottom:2.5rem!important}}@media only screen and (min-width: 499px){.pb-xs-6{padding-bottom:3rem!important}}@media only screen and (min-width: 499px){.pb-xs-auto{padding-bottom:auto!important}}@media only screen and (min-width: 568px){.pb-sm-0{padding-bottom:0!important}}@media only screen and (min-width: 568px){.pb-sm-1{padding-bottom:.5rem!important}}@media only screen and (min-width: 568px){.pb-sm-2{padding-bottom:1rem!important}}@media only screen and (min-width: 568px){.pb-sm-3{padding-bottom:1.5rem!important}}@media only screen and (min-width: 568px){.pb-sm-4{padding-bottom:2rem!important}}@media only screen and (min-width: 568px){.pb-sm-5{padding-bottom:2.5rem!important}}@media only screen and (min-width: 568px){.pb-sm-6{padding-bottom:3rem!important}}@media only screen and (min-width: 568px){.pb-sm-auto{padding-bottom:auto!important}}@media only screen and (min-width: 768px){.pb-md-0{padding-bottom:0!important}}@media only screen and (min-width: 768px){.pb-md-1{padding-bottom:.5rem!important}}@media only screen and (min-width: 768px){.pb-md-2{padding-bottom:1rem!important}}@media only screen and (min-width: 768px){.pb-md-3{padding-bottom:1.5rem!important}}@media only screen and (min-width: 768px){.pb-md-4{padding-bottom:2rem!important}}@media only screen and (min-width: 768px){.pb-md-5{padding-bottom:2.5rem!important}}@media only screen and (min-width: 768px){.pb-md-6{padding-bottom:3rem!important}}@media only screen and (min-width: 768px){.pb-md-auto{padding-bottom:auto!important}}@media only screen and (min-width: 992px){.pb-lg-0{padding-bottom:0!important}}@media only screen and (min-width: 992px){.pb-lg-1{padding-bottom:.5rem!important}}@media only screen and (min-width: 992px){.pb-lg-2{padding-bottom:1rem!important}}@media only screen and (min-width: 992px){.pb-lg-3{padding-bottom:1.5rem!important}}@media only screen and (min-width: 992px){.pb-lg-4{padding-bottom:2rem!important}}@media only screen and (min-width: 992px){.pb-lg-5{padding-bottom:2.5rem!important}}@media only screen and (min-width: 992px){.pb-lg-6{padding-bottom:3rem!important}}@media only screen and (min-width: 992px){.pb-lg-auto{padding-bottom:auto!important}}@media only screen and (min-width: 1024px){.pb-xl-0{padding-bottom:0!important}}@media only screen and (min-width: 1024px){.pb-xl-1{padding-bottom:.5rem!important}}@media only screen and (min-width: 1024px){.pb-xl-2{padding-bottom:1rem!important}}@media only screen and (min-width: 1024px){.pb-xl-3{padding-bottom:1.5rem!important}}@media only screen and (min-width: 1024px){.pb-xl-4{padding-bottom:2rem!important}}@media only screen and (min-width: 1024px){.pb-xl-5{padding-bottom:2.5rem!important}}@media only screen and (min-width: 1024px){.pb-xl-6{padding-bottom:3rem!important}}@media only screen and (min-width: 1024px){.pb-xl-auto{padding-bottom:auto!important}}@media only screen and (min-width: 1260px){.pb-xxl-0{padding-bottom:0!important}}@media only screen and (min-width: 1260px){.pb-xxl-1{padding-bottom:.5rem!important}}@media only screen and (min-width: 1260px){.pb-xxl-2{padding-bottom:1rem!important}}@media only screen and (min-width: 1260px){.pb-xxl-3{padding-bottom:1.5rem!important}}@media only screen and (min-width: 1260px){.pb-xxl-4{padding-bottom:2rem!important}}@media only screen and (min-width: 1260px){.pb-xxl-5{padding-bottom:2.5rem!important}}@media only screen and (min-width: 1260px){.pb-xxl-6{padding-bottom:3rem!important}}@media only screen and (min-width: 1260px){.pb-xxl-auto{padding-bottom:auto!important}}@media only screen and (min-width: 1600px){.pb-xxxl-0{padding-bottom:0!important}}@media only screen and (min-width: 1600px){.pb-xxxl-1{padding-bottom:.5rem!important}}@media only screen and (min-width: 1600px){.pb-xxxl-2{padding-bottom:1rem!important}}@media only screen and (min-width: 1600px){.pb-xxxl-3{padding-bottom:1.5rem!important}}@media only screen and (min-width: 1600px){.pb-xxxl-4{padding-bottom:2rem!important}}@media only screen and (min-width: 1600px){.pb-xxxl-5{padding-bottom:2.5rem!important}}@media only screen and (min-width: 1600px){.pb-xxxl-6{padding-bottom:3rem!important}}@media only screen and (min-width: 1600px){.pb-xxxl-auto{padding-bottom:auto!important}}@media only screen and (max-width: 1599px){.pb-xxxl-max-0{padding-bottom:0!important}}@media only screen and (max-width: 1599px){.pb-xxxl-max-1{padding-bottom:.5rem!important}}@media only screen and (max-width: 1599px){.pb-xxxl-max-2{padding-bottom:1rem!important}}@media only screen and (max-width: 1599px){.pb-xxxl-max-3{padding-bottom:1.5rem!important}}@media only screen and (max-width: 1599px){.pb-xxxl-max-4{padding-bottom:2rem!important}}@media only screen and (max-width: 1599px){.pb-xxxl-max-5{padding-bottom:2.5rem!important}}@media only screen and (max-width: 1599px){.pb-xxxl-max-6{padding-bottom:3rem!important}}@media only screen and (max-width: 1599px){.pb-xxxl-max-auto{padding-bottom:auto!important}}@media only screen and (max-width: 1259px){.pb-xxl-max-0{padding-bottom:0!important}}@media only screen and (max-width: 1259px){.pb-xxl-max-1{padding-bottom:.5rem!important}}@media only screen and (max-width: 1259px){.pb-xxl-max-2{padding-bottom:1rem!important}}@media only screen and (max-width: 1259px){.pb-xxl-max-3{padding-bottom:1.5rem!important}}@media only screen and (max-width: 1259px){.pb-xxl-max-4{padding-bottom:2rem!important}}@media only screen and (max-width: 1259px){.pb-xxl-max-5{padding-bottom:2.5rem!important}}@media only screen and (max-width: 1259px){.pb-xxl-max-6{padding-bottom:3rem!important}}@media only screen and (max-width: 1259px){.pb-xxl-max-auto{padding-bottom:auto!important}}@media only screen and (max-width: 1023px){.pb-xl-max-0{padding-bottom:0!important}}@media only screen and (max-width: 1023px){.pb-xl-max-1{padding-bottom:.5rem!important}}@media only screen and (max-width: 1023px){.pb-xl-max-2{padding-bottom:1rem!important}}@media only screen and (max-width: 1023px){.pb-xl-max-3{padding-bottom:1.5rem!important}}@media only screen and (max-width: 1023px){.pb-xl-max-4{padding-bottom:2rem!important}}@media only screen and (max-width: 1023px){.pb-xl-max-5{padding-bottom:2.5rem!important}}@media only screen and (max-width: 1023px){.pb-xl-max-6{padding-bottom:3rem!important}}@media only screen and (max-width: 1023px){.pb-xl-max-auto{padding-bottom:auto!important}}@media only screen and (max-width: 991px){.pb-lg-max-0{padding-bottom:0!important}}@media only screen and (max-width: 991px){.pb-lg-max-1{padding-bottom:.5rem!important}}@media only screen and (max-width: 991px){.pb-lg-max-2{padding-bottom:1rem!important}}@media only screen and (max-width: 991px){.pb-lg-max-3{padding-bottom:1.5rem!important}}@media only screen and (max-width: 991px){.pb-lg-max-4{padding-bottom:2rem!important}}@media only screen and (max-width: 991px){.pb-lg-max-5{padding-bottom:2.5rem!important}}@media only screen and (max-width: 991px){.pb-lg-max-6{padding-bottom:3rem!important}}@media only screen and (max-width: 991px){.pb-lg-max-auto{padding-bottom:auto!important}}@media only screen and (max-width: 767px){.pb-md-max-0{padding-bottom:0!important}}@media only screen and (max-width: 767px){.pb-md-max-1{padding-bottom:.5rem!important}}@media only screen and (max-width: 767px){.pb-md-max-2{padding-bottom:1rem!important}}@media only screen and (max-width: 767px){.pb-md-max-3{padding-bottom:1.5rem!important}}@media only screen and (max-width: 767px){.pb-md-max-4{padding-bottom:2rem!important}}@media only screen and (max-width: 767px){.pb-md-max-5{padding-bottom:2.5rem!important}}@media only screen and (max-width: 767px){.pb-md-max-6{padding-bottom:3rem!important}}@media only screen and (max-width: 767px){.pb-md-max-auto{padding-bottom:auto!important}}@media only screen and (max-width: 567px){.pb-sm-max-0{padding-bottom:0!important}}@media only screen and (max-width: 567px){.pb-sm-max-1{padding-bottom:.5rem!important}}@media only screen and (max-width: 567px){.pb-sm-max-2{padding-bottom:1rem!important}}@media only screen and (max-width: 567px){.pb-sm-max-3{padding-bottom:1.5rem!important}}@media only screen and (max-width: 567px){.pb-sm-max-4{padding-bottom:2rem!important}}@media only screen and (max-width: 567px){.pb-sm-max-5{padding-bottom:2.5rem!important}}@media only screen and (max-width: 567px){.pb-sm-max-6{padding-bottom:3rem!important}}@media only screen and (max-width: 567px){.pb-sm-max-auto{padding-bottom:auto!important}}@media only screen and (max-width: 498px){.pb-xs-max-0{padding-bottom:0!important}}@media only screen and (max-width: 498px){.pb-xs-max-1{padding-bottom:.5rem!important}}@media only screen and (max-width: 498px){.pb-xs-max-2{padding-bottom:1rem!important}}@media only screen and (max-width: 498px){.pb-xs-max-3{padding-bottom:1.5rem!important}}@media only screen and (max-width: 498px){.pb-xs-max-4{padding-bottom:2rem!important}}@media only screen and (max-width: 498px){.pb-xs-max-5{padding-bottom:2.5rem!important}}@media only screen and (max-width: 498px){.pb-xs-max-6{padding-bottom:3rem!important}}@media only screen and (max-width: 498px){.pb-xs-max-auto{padding-bottom:auto!important}}.pl-0{padding-left:0!important}.pl-1{padding-left:.5rem!important}.pl-2{padding-left:1rem!important}.pl-3{padding-left:1.5rem!important}.pl-4{padding-left:2rem!important}.pl-5{padding-left:2.5rem!important}.pl-6{padding-left:3rem!important}.pl-auto{padding-left:auto!important}@media only screen and (min-width: 499px){.pl-xs-0{padding-left:0!important}}@media only screen and (min-width: 499px){.pl-xs-1{padding-left:.5rem!important}}@media only screen and (min-width: 499px){.pl-xs-2{padding-left:1rem!important}}@media only screen and (min-width: 499px){.pl-xs-3{padding-left:1.5rem!important}}@media only screen and (min-width: 499px){.pl-xs-4{padding-left:2rem!important}}@media only screen and (min-width: 499px){.pl-xs-5{padding-left:2.5rem!important}}@media only screen and (min-width: 499px){.pl-xs-6{padding-left:3rem!important}}@media only screen and (min-width: 499px){.pl-xs-auto{padding-left:auto!important}}@media only screen and (min-width: 568px){.pl-sm-0{padding-left:0!important}}@media only screen and (min-width: 568px){.pl-sm-1{padding-left:.5rem!important}}@media only screen and (min-width: 568px){.pl-sm-2{padding-left:1rem!important}}@media only screen and (min-width: 568px){.pl-sm-3{padding-left:1.5rem!important}}@media only screen and (min-width: 568px){.pl-sm-4{padding-left:2rem!important}}@media only screen and (min-width: 568px){.pl-sm-5{padding-left:2.5rem!important}}@media only screen and (min-width: 568px){.pl-sm-6{padding-left:3rem!important}}@media only screen and (min-width: 568px){.pl-sm-auto{padding-left:auto!important}}@media only screen and (min-width: 768px){.pl-md-0{padding-left:0!important}}@media only screen and (min-width: 768px){.pl-md-1{padding-left:.5rem!important}}@media only screen and (min-width: 768px){.pl-md-2{padding-left:1rem!important}}@media only screen and (min-width: 768px){.pl-md-3{padding-left:1.5rem!important}}@media only screen and (min-width: 768px){.pl-md-4{padding-left:2rem!important}}@media only screen and (min-width: 768px){.pl-md-5{padding-left:2.5rem!important}}@media only screen and (min-width: 768px){.pl-md-6{padding-left:3rem!important}}@media only screen and (min-width: 768px){.pl-md-auto{padding-left:auto!important}}@media only screen and (min-width: 992px){.pl-lg-0{padding-left:0!important}}@media only screen and (min-width: 992px){.pl-lg-1{padding-left:.5rem!important}}@media only screen and (min-width: 992px){.pl-lg-2{padding-left:1rem!important}}@media only screen and (min-width: 992px){.pl-lg-3{padding-left:1.5rem!important}}@media only screen and (min-width: 992px){.pl-lg-4{padding-left:2rem!important}}@media only screen and (min-width: 992px){.pl-lg-5{padding-left:2.5rem!important}}@media only screen and (min-width: 992px){.pl-lg-6{padding-left:3rem!important}}@media only screen and (min-width: 992px){.pl-lg-auto{padding-left:auto!important}}@media only screen and (min-width: 1024px){.pl-xl-0{padding-left:0!important}}@media only screen and (min-width: 1024px){.pl-xl-1{padding-left:.5rem!important}}@media only screen and (min-width: 1024px){.pl-xl-2{padding-left:1rem!important}}@media only screen and (min-width: 1024px){.pl-xl-3{padding-left:1.5rem!important}}@media only screen and (min-width: 1024px){.pl-xl-4{padding-left:2rem!important}}@media only screen and (min-width: 1024px){.pl-xl-5{padding-left:2.5rem!important}}@media only screen and (min-width: 1024px){.pl-xl-6{padding-left:3rem!important}}@media only screen and (min-width: 1024px){.pl-xl-auto{padding-left:auto!important}}@media only screen and (min-width: 1260px){.pl-xxl-0{padding-left:0!important}}@media only screen and (min-width: 1260px){.pl-xxl-1{padding-left:.5rem!important}}@media only screen and (min-width: 1260px){.pl-xxl-2{padding-left:1rem!important}}@media only screen and (min-width: 1260px){.pl-xxl-3{padding-left:1.5rem!important}}@media only screen and (min-width: 1260px){.pl-xxl-4{padding-left:2rem!important}}@media only screen and (min-width: 1260px){.pl-xxl-5{padding-left:2.5rem!important}}@media only screen and (min-width: 1260px){.pl-xxl-6{padding-left:3rem!important}}@media only screen and (min-width: 1260px){.pl-xxl-auto{padding-left:auto!important}}@media only screen and (min-width: 1600px){.pl-xxxl-0{padding-left:0!important}}@media only screen and (min-width: 1600px){.pl-xxxl-1{padding-left:.5rem!important}}@media only screen and (min-width: 1600px){.pl-xxxl-2{padding-left:1rem!important}}@media only screen and (min-width: 1600px){.pl-xxxl-3{padding-left:1.5rem!important}}@media only screen and (min-width: 1600px){.pl-xxxl-4{padding-left:2rem!important}}@media only screen and (min-width: 1600px){.pl-xxxl-5{padding-left:2.5rem!important}}@media only screen and (min-width: 1600px){.pl-xxxl-6{padding-left:3rem!important}}@media only screen and (min-width: 1600px){.pl-xxxl-auto{padding-left:auto!important}}@media only screen and (max-width: 1599px){.pl-xxxl-max-0{padding-left:0!important}}@media only screen and (max-width: 1599px){.pl-xxxl-max-1{padding-left:.5rem!important}}@media only screen and (max-width: 1599px){.pl-xxxl-max-2{padding-left:1rem!important}}@media only screen and (max-width: 1599px){.pl-xxxl-max-3{padding-left:1.5rem!important}}@media only screen and (max-width: 1599px){.pl-xxxl-max-4{padding-left:2rem!important}}@media only screen and (max-width: 1599px){.pl-xxxl-max-5{padding-left:2.5rem!important}}@media only screen and (max-width: 1599px){.pl-xxxl-max-6{padding-left:3rem!important}}@media only screen and (max-width: 1599px){.pl-xxxl-max-auto{padding-left:auto!important}}@media only screen and (max-width: 1259px){.pl-xxl-max-0{padding-left:0!important}}@media only screen and (max-width: 1259px){.pl-xxl-max-1{padding-left:.5rem!important}}@media only screen and (max-width: 1259px){.pl-xxl-max-2{padding-left:1rem!important}}@media only screen and (max-width: 1259px){.pl-xxl-max-3{padding-left:1.5rem!important}}@media only screen and (max-width: 1259px){.pl-xxl-max-4{padding-left:2rem!important}}@media only screen and (max-width: 1259px){.pl-xxl-max-5{padding-left:2.5rem!important}}@media only screen and (max-width: 1259px){.pl-xxl-max-6{padding-left:3rem!important}}@media only screen and (max-width: 1259px){.pl-xxl-max-auto{padding-left:auto!important}}@media only screen and (max-width: 1023px){.pl-xl-max-0{padding-left:0!important}}@media only screen and (max-width: 1023px){.pl-xl-max-1{padding-left:.5rem!important}}@media only screen and (max-width: 1023px){.pl-xl-max-2{padding-left:1rem!important}}@media only screen and (max-width: 1023px){.pl-xl-max-3{padding-left:1.5rem!important}}@media only screen and (max-width: 1023px){.pl-xl-max-4{padding-left:2rem!important}}@media only screen and (max-width: 1023px){.pl-xl-max-5{padding-left:2.5rem!important}}@media only screen and (max-width: 1023px){.pl-xl-max-6{padding-left:3rem!important}}@media only screen and (max-width: 1023px){.pl-xl-max-auto{padding-left:auto!important}}@media only screen and (max-width: 991px){.pl-lg-max-0{padding-left:0!important}}@media only screen and (max-width: 991px){.pl-lg-max-1{padding-left:.5rem!important}}@media only screen and (max-width: 991px){.pl-lg-max-2{padding-left:1rem!important}}@media only screen and (max-width: 991px){.pl-lg-max-3{padding-left:1.5rem!important}}@media only screen and (max-width: 991px){.pl-lg-max-4{padding-left:2rem!important}}@media only screen and (max-width: 991px){.pl-lg-max-5{padding-left:2.5rem!important}}@media only screen and (max-width: 991px){.pl-lg-max-6{padding-left:3rem!important}}@media only screen and (max-width: 991px){.pl-lg-max-auto{padding-left:auto!important}}@media only screen and (max-width: 767px){.pl-md-max-0{padding-left:0!important}}@media only screen and (max-width: 767px){.pl-md-max-1{padding-left:.5rem!important}}@media only screen and (max-width: 767px){.pl-md-max-2{padding-left:1rem!important}}@media only screen and (max-width: 767px){.pl-md-max-3{padding-left:1.5rem!important}}@media only screen and (max-width: 767px){.pl-md-max-4{padding-left:2rem!important}}@media only screen and (max-width: 767px){.pl-md-max-5{padding-left:2.5rem!important}}@media only screen and (max-width: 767px){.pl-md-max-6{padding-left:3rem!important}}@media only screen and (max-width: 767px){.pl-md-max-auto{padding-left:auto!important}}@media only screen and (max-width: 567px){.pl-sm-max-0{padding-left:0!important}}@media only screen and (max-width: 567px){.pl-sm-max-1{padding-left:.5rem!important}}@media only screen and (max-width: 567px){.pl-sm-max-2{padding-left:1rem!important}}@media only screen and (max-width: 567px){.pl-sm-max-3{padding-left:1.5rem!important}}@media only screen and (max-width: 567px){.pl-sm-max-4{padding-left:2rem!important}}@media only screen and (max-width: 567px){.pl-sm-max-5{padding-left:2.5rem!important}}@media only screen and (max-width: 567px){.pl-sm-max-6{padding-left:3rem!important}}@media only screen and (max-width: 567px){.pl-sm-max-auto{padding-left:auto!important}}@media only screen and (max-width: 498px){.pl-xs-max-0{padding-left:0!important}}@media only screen and (max-width: 498px){.pl-xs-max-1{padding-left:.5rem!important}}@media only screen and (max-width: 498px){.pl-xs-max-2{padding-left:1rem!important}}@media only screen and (max-width: 498px){.pl-xs-max-3{padding-left:1.5rem!important}}@media only screen and (max-width: 498px){.pl-xs-max-4{padding-left:2rem!important}}@media only screen and (max-width: 498px){.pl-xs-max-5{padding-left:2.5rem!important}}@media only screen and (max-width: 498px){.pl-xs-max-6{padding-left:3rem!important}}@media only screen and (max-width: 498px){.pl-xs-max-auto{padding-left:auto!important}}.d-none{display:none!important}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-initial{display:initial!important}.d-inline{display:inline!important}@media only screen and (min-width: 499px){.d-xs-none{display:none!important}}@media only screen and (min-width: 499px){.d-xs-block{display:block!important}}@media only screen and (min-width: 499px){.d-xs-inline-block{display:inline-block!important}}@media only screen and (min-width: 499px){.d-xs-flex{display:flex!important}}@media only screen and (min-width: 499px){.d-xs-initial{display:initial!important}}@media only screen and (min-width: 499px){.d-xs-inline{display:inline!important}}@media only screen and (min-width: 568px){.d-sm-none{display:none!important}}@media only screen and (min-width: 568px){.d-sm-block{display:block!important}}@media only screen and (min-width: 568px){.d-sm-inline-block{display:inline-block!important}}@media only screen and (min-width: 568px){.d-sm-flex{display:flex!important}}@media only screen and (min-width: 568px){.d-sm-initial{display:initial!important}}@media only screen and (min-width: 568px){.d-sm-inline{display:inline!important}}@media only screen and (min-width: 768px){.d-md-none{display:none!important}}@media only screen and (min-width: 768px){.d-md-block{display:block!important}}@media only screen and (min-width: 768px){.d-md-inline-block{display:inline-block!important}}@media only screen and (min-width: 768px){.d-md-flex{display:flex!important}}@media only screen and (min-width: 768px){.d-md-initial{display:initial!important}}@media only screen and (min-width: 768px){.d-md-inline{display:inline!important}}@media only screen and (min-width: 992px){.d-lg-none{display:none!important}}@media only screen and (min-width: 992px){.d-lg-block{display:block!important}}@media only screen and (min-width: 992px){.d-lg-inline-block{display:inline-block!important}}@media only screen and (min-width: 992px){.d-lg-flex{display:flex!important}}@media only screen and (min-width: 992px){.d-lg-initial{display:initial!important}}@media only screen and (min-width: 992px){.d-lg-inline{display:inline!important}}@media only screen and (min-width: 1024px){.d-xl-none{display:none!important}}@media only screen and (min-width: 1024px){.d-xl-block{display:block!important}}@media only screen and (min-width: 1024px){.d-xl-inline-block{display:inline-block!important}}@media only screen and (min-width: 1024px){.d-xl-flex{display:flex!important}}@media only screen and (min-width: 1024px){.d-xl-initial{display:initial!important}}@media only screen and (min-width: 1024px){.d-xl-inline{display:inline!important}}@media only screen and (min-width: 1260px){.d-xxl-none{display:none!important}}@media only screen and (min-width: 1260px){.d-xxl-block{display:block!important}}@media only screen and (min-width: 1260px){.d-xxl-inline-block{display:inline-block!important}}@media only screen and (min-width: 1260px){.d-xxl-flex{display:flex!important}}@media only screen and (min-width: 1260px){.d-xxl-initial{display:initial!important}}@media only screen and (min-width: 1260px){.d-xxl-inline{display:inline!important}}@media only screen and (min-width: 1600px){.d-xxxl-none{display:none!important}}@media only screen and (min-width: 1600px){.d-xxxl-block{display:block!important}}@media only screen and (min-width: 1600px){.d-xxxl-inline-block{display:inline-block!important}}@media only screen and (min-width: 1600px){.d-xxxl-flex{display:flex!important}}@media only screen and (min-width: 1600px){.d-xxxl-initial{display:initial!important}}@media only screen and (min-width: 1600px){.d-xxxl-inline{display:inline!important}}@media only screen and (max-width: 1599px){.d-xxxl-max-none{display:none!important}}@media only screen and (max-width: 1599px){.d-xxxl-max-block{display:block!important}}@media only screen and (max-width: 1599px){.d-xxxl-max-inline-block{display:inline-block!important}}@media only screen and (max-width: 1599px){.d-xxxl-max-flex{display:flex!important}}@media only screen and (max-width: 1599px){.d-xxxl-max-initial{display:initial!important}}@media only screen and (max-width: 1599px){.d-xxxl-max-inline{display:inline!important}}@media only screen and (max-width: 1259px){.d-xxl-max-none{display:none!important}}@media only screen and (max-width: 1259px){.d-xxl-max-block{display:block!important}}@media only screen and (max-width: 1259px){.d-xxl-max-inline-block{display:inline-block!important}}@media only screen and (max-width: 1259px){.d-xxl-max-flex{display:flex!important}}@media only screen and (max-width: 1259px){.d-xxl-max-initial{display:initial!important}}@media only screen and (max-width: 1259px){.d-xxl-max-inline{display:inline!important}}@media only screen and (max-width: 1023px){.d-xl-max-none{display:none!important}}@media only screen and (max-width: 1023px){.d-xl-max-block{display:block!important}}@media only screen and (max-width: 1023px){.d-xl-max-inline-block{display:inline-block!important}}@media only screen and (max-width: 1023px){.d-xl-max-flex{display:flex!important}}@media only screen and (max-width: 1023px){.d-xl-max-initial{display:initial!important}}@media only screen and (max-width: 1023px){.d-xl-max-inline{display:inline!important}}@media only screen and (max-width: 991px){.d-lg-max-none{display:none!important}}@media only screen and (max-width: 991px){.d-lg-max-block{display:block!important}}@media only screen and (max-width: 991px){.d-lg-max-inline-block{display:inline-block!important}}@media only screen and (max-width: 991px){.d-lg-max-flex{display:flex!important}}@media only screen and (max-width: 991px){.d-lg-max-initial{display:initial!important}}@media only screen and (max-width: 991px){.d-lg-max-inline{display:inline!important}}@media only screen and (max-width: 767px){.d-md-max-none{display:none!important}}@media only screen and (max-width: 767px){.d-md-max-block{display:block!important}}@media only screen and (max-width: 767px){.d-md-max-inline-block{display:inline-block!important}}@media only screen and (max-width: 767px){.d-md-max-flex{display:flex!important}}@media only screen and (max-width: 767px){.d-md-max-initial{display:initial!important}}@media only screen and (max-width: 767px){.d-md-max-inline{display:inline!important}}@media only screen and (max-width: 567px){.d-sm-max-none{display:none!important}}@media only screen and (max-width: 567px){.d-sm-max-block{display:block!important}}@media only screen and (max-width: 567px){.d-sm-max-inline-block{display:inline-block!important}}@media only screen and (max-width: 567px){.d-sm-max-flex{display:flex!important}}@media only screen and (max-width: 567px){.d-sm-max-initial{display:initial!important}}@media only screen and (max-width: 567px){.d-sm-max-inline{display:inline!important}}@media only screen and (max-width: 498px){.d-xs-max-none{display:none!important}}@media only screen and (max-width: 498px){.d-xs-max-block{display:block!important}}@media only screen and (max-width: 498px){.d-xs-max-inline-block{display:inline-block!important}}@media only screen and (max-width: 498px){.d-xs-max-flex{display:flex!important}}@media only screen and (max-width: 498px){.d-xs-max-initial{display:initial!important}}@media only screen and (max-width: 498px){.d-xs-max-inline{display:inline!important}}.ai-flex-start{align-items:flex-start!important}.ai-center{align-items:center!important}.ai-flex-end{align-items:flex-end!important}.ai-space-between{align-items:space-between!important}@media only screen and (min-width: 499px){.ai-xs-flex-start{align-items:flex-start!important}}@media only screen and (min-width: 499px){.ai-xs-center{align-items:center!important}}@media only screen and (min-width: 499px){.ai-xs-flex-end{align-items:flex-end!important}}@media only screen and (min-width: 499px){.ai-xs-space-between{align-items:space-between!important}}@media only screen and (min-width: 568px){.ai-sm-flex-start{align-items:flex-start!important}}@media only screen and (min-width: 568px){.ai-sm-center{align-items:center!important}}@media only screen and (min-width: 568px){.ai-sm-flex-end{align-items:flex-end!important}}@media only screen and (min-width: 568px){.ai-sm-space-between{align-items:space-between!important}}@media only screen and (min-width: 768px){.ai-md-flex-start{align-items:flex-start!important}}@media only screen and (min-width: 768px){.ai-md-center{align-items:center!important}}@media only screen and (min-width: 768px){.ai-md-flex-end{align-items:flex-end!important}}@media only screen and (min-width: 768px){.ai-md-space-between{align-items:space-between!important}}@media only screen and (min-width: 992px){.ai-lg-flex-start{align-items:flex-start!important}}@media only screen and (min-width: 992px){.ai-lg-center{align-items:center!important}}@media only screen and (min-width: 992px){.ai-lg-flex-end{align-items:flex-end!important}}@media only screen and (min-width: 992px){.ai-lg-space-between{align-items:space-between!important}}@media only screen and (min-width: 1024px){.ai-xl-flex-start{align-items:flex-start!important}}@media only screen and (min-width: 1024px){.ai-xl-center{align-items:center!important}}@media only screen and (min-width: 1024px){.ai-xl-flex-end{align-items:flex-end!important}}@media only screen and (min-width: 1024px){.ai-xl-space-between{align-items:space-between!important}}@media only screen and (min-width: 1260px){.ai-xxl-flex-start{align-items:flex-start!important}}@media only screen and (min-width: 1260px){.ai-xxl-center{align-items:center!important}}@media only screen and (min-width: 1260px){.ai-xxl-flex-end{align-items:flex-end!important}}@media only screen and (min-width: 1260px){.ai-xxl-space-between{align-items:space-between!important}}@media only screen and (min-width: 1600px){.ai-xxxl-flex-start{align-items:flex-start!important}}@media only screen and (min-width: 1600px){.ai-xxxl-center{align-items:center!important}}@media only screen and (min-width: 1600px){.ai-xxxl-flex-end{align-items:flex-end!important}}@media only screen and (min-width: 1600px){.ai-xxxl-space-between{align-items:space-between!important}}@media only screen and (max-width: 1599px){.ai-xxxl-max-flex-start{align-items:flex-start!important}}@media only screen and (max-width: 1599px){.ai-xxxl-max-center{align-items:center!important}}@media only screen and (max-width: 1599px){.ai-xxxl-max-flex-end{align-items:flex-end!important}}@media only screen and (max-width: 1599px){.ai-xxxl-max-space-between{align-items:space-between!important}}@media only screen and (max-width: 1259px){.ai-xxl-max-flex-start{align-items:flex-start!important}}@media only screen and (max-width: 1259px){.ai-xxl-max-center{align-items:center!important}}@media only screen and (max-width: 1259px){.ai-xxl-max-flex-end{align-items:flex-end!important}}@media only screen and (max-width: 1259px){.ai-xxl-max-space-between{align-items:space-between!important}}@media only screen and (max-width: 1023px){.ai-xl-max-flex-start{align-items:flex-start!important}}@media only screen and (max-width: 1023px){.ai-xl-max-center{align-items:center!important}}@media only screen and (max-width: 1023px){.ai-xl-max-flex-end{align-items:flex-end!important}}@media only screen and (max-width: 1023px){.ai-xl-max-space-between{align-items:space-between!important}}@media only screen and (max-width: 991px){.ai-lg-max-flex-start{align-items:flex-start!important}}@media only screen and (max-width: 991px){.ai-lg-max-center{align-items:center!important}}@media only screen and (max-width: 991px){.ai-lg-max-flex-end{align-items:flex-end!important}}@media only screen and (max-width: 991px){.ai-lg-max-space-between{align-items:space-between!important}}@media only screen and (max-width: 767px){.ai-md-max-flex-start{align-items:flex-start!important}}@media only screen and (max-width: 767px){.ai-md-max-center{align-items:center!important}}@media only screen and (max-width: 767px){.ai-md-max-flex-end{align-items:flex-end!important}}@media only screen and (max-width: 767px){.ai-md-max-space-between{align-items:space-between!important}}@media only screen and (max-width: 567px){.ai-sm-max-flex-start{align-items:flex-start!important}}@media only screen and (max-width: 567px){.ai-sm-max-center{align-items:center!important}}@media only screen and (max-width: 567px){.ai-sm-max-flex-end{align-items:flex-end!important}}@media only screen and (max-width: 567px){.ai-sm-max-space-between{align-items:space-between!important}}@media only screen and (max-width: 498px){.ai-xs-max-flex-start{align-items:flex-start!important}}@media only screen and (max-width: 498px){.ai-xs-max-center{align-items:center!important}}@media only screen and (max-width: 498px){.ai-xs-max-flex-end{align-items:flex-end!important}}@media only screen and (max-width: 498px){.ai-xs-max-space-between{align-items:space-between!important}}.fw-wrap{flex-wrap:wrap!important}.fw-nowrap{flex-wrap:nowrap!important}@media only screen and (min-width: 499px){.fw-xs-wrap{flex-wrap:wrap!important}}@media only screen and (min-width: 499px){.fw-xs-nowrap{flex-wrap:nowrap!important}}@media only screen and (min-width: 568px){.fw-sm-wrap{flex-wrap:wrap!important}}@media only screen and (min-width: 568px){.fw-sm-nowrap{flex-wrap:nowrap!important}}@media only screen and (min-width: 768px){.fw-md-wrap{flex-wrap:wrap!important}}@media only screen and (min-width: 768px){.fw-md-nowrap{flex-wrap:nowrap!important}}@media only screen and (min-width: 992px){.fw-lg-wrap{flex-wrap:wrap!important}}@media only screen and (min-width: 992px){.fw-lg-nowrap{flex-wrap:nowrap!important}}@media only screen and (min-width: 1024px){.fw-xl-wrap{flex-wrap:wrap!important}}@media only screen and (min-width: 1024px){.fw-xl-nowrap{flex-wrap:nowrap!important}}@media only screen and (min-width: 1260px){.fw-xxl-wrap{flex-wrap:wrap!important}}@media only screen and (min-width: 1260px){.fw-xxl-nowrap{flex-wrap:nowrap!important}}@media only screen and (min-width: 1600px){.fw-xxxl-wrap{flex-wrap:wrap!important}}@media only screen and (min-width: 1600px){.fw-xxxl-nowrap{flex-wrap:nowrap!important}}@media only screen and (max-width: 1599px){.fw-xxxl-max-wrap{flex-wrap:wrap!important}}@media only screen and (max-width: 1599px){.fw-xxxl-max-nowrap{flex-wrap:nowrap!important}}@media only screen and (max-width: 1259px){.fw-xxl-max-wrap{flex-wrap:wrap!important}}@media only screen and (max-width: 1259px){.fw-xxl-max-nowrap{flex-wrap:nowrap!important}}@media only screen and (max-width: 1023px){.fw-xl-max-wrap{flex-wrap:wrap!important}}@media only screen and (max-width: 1023px){.fw-xl-max-nowrap{flex-wrap:nowrap!important}}@media only screen and (max-width: 991px){.fw-lg-max-wrap{flex-wrap:wrap!important}}@media only screen and (max-width: 991px){.fw-lg-max-nowrap{flex-wrap:nowrap!important}}@media only screen and (max-width: 767px){.fw-md-max-wrap{flex-wrap:wrap!important}}@media only screen and (max-width: 767px){.fw-md-max-nowrap{flex-wrap:nowrap!important}}@media only screen and (max-width: 567px){.fw-sm-max-wrap{flex-wrap:wrap!important}}@media only screen and (max-width: 567px){.fw-sm-max-nowrap{flex-wrap:nowrap!important}}@media only screen and (max-width: 498px){.fw-xs-max-wrap{flex-wrap:wrap!important}}@media only screen and (max-width: 498px){.fw-xs-max-nowrap{flex-wrap:nowrap!important}}.w-100{width:100%!important}@media only screen and (min-width: 499px){.w-xs-100{width:100%!important}}@media only screen and (min-width: 568px){.w-sm-100{width:100%!important}}@media only screen and (min-width: 768px){.w-md-100{width:100%!important}}@media only screen and (min-width: 992px){.w-lg-100{width:100%!important}}@media only screen and (min-width: 1024px){.w-xl-100{width:100%!important}}@media only screen and (min-width: 1260px){.w-xxl-100{width:100%!important}}@media only screen and (min-width: 1600px){.w-xxxl-100{width:100%!important}}@media only screen and (max-width: 1599px){.w-xxxl-max-100{width:100%!important}}@media only screen and (max-width: 1259px){.w-xxl-max-100{width:100%!important}}@media only screen and (max-width: 1023px){.w-xl-max-100{width:100%!important}}@media only screen and (max-width: 991px){.w-lg-max-100{width:100%!important}}@media only screen and (max-width: 767px){.w-md-max-100{width:100%!important}}@media only screen and (max-width: 567px){.w-sm-max-100{width:100%!important}}@media only screen and (max-width: 498px){.w-xs-max-100{width:100%!important}}.ta-left{text-align:left!important}.ta-center{text-align:center!important}.ta-right{text-align:right!important}@media only screen and (min-width: 499px){.ta-xs-left{text-align:left!important}}@media only screen and (min-width: 499px){.ta-xs-center{text-align:center!important}}@media only screen and (min-width: 499px){.ta-xs-right{text-align:right!important}}@media only screen and (min-width: 568px){.ta-sm-left{text-align:left!important}}@media only screen and (min-width: 568px){.ta-sm-center{text-align:center!important}}@media only screen and (min-width: 568px){.ta-sm-right{text-align:right!important}}@media only screen and (min-width: 768px){.ta-md-left{text-align:left!important}}@media only screen and (min-width: 768px){.ta-md-center{text-align:center!important}}@media only screen and (min-width: 768px){.ta-md-right{text-align:right!important}}@media only screen and (min-width: 992px){.ta-lg-left{text-align:left!important}}@media only screen and (min-width: 992px){.ta-lg-center{text-align:center!important}}@media only screen and (min-width: 992px){.ta-lg-right{text-align:right!important}}@media only screen and (min-width: 1024px){.ta-xl-left{text-align:left!important}}@media only screen and (min-width: 1024px){.ta-xl-center{text-align:center!important}}@media only screen and (min-width: 1024px){.ta-xl-right{text-align:right!important}}@media only screen and (min-width: 1260px){.ta-xxl-left{text-align:left!important}}@media only screen and (min-width: 1260px){.ta-xxl-center{text-align:center!important}}@media only screen and (min-width: 1260px){.ta-xxl-right{text-align:right!important}}@media only screen and (min-width: 1600px){.ta-xxxl-left{text-align:left!important}}@media only screen and (min-width: 1600px){.ta-xxxl-center{text-align:center!important}}@media only screen and (min-width: 1600px){.ta-xxxl-right{text-align:right!important}}@media only screen and (max-width: 1599px){.ta-xxxl-max-left{text-align:left!important}}@media only screen and (max-width: 1599px){.ta-xxxl-max-center{text-align:center!important}}@media only screen and (max-width: 1599px){.ta-xxxl-max-right{text-align:right!important}}@media only screen and (max-width: 1259px){.ta-xxl-max-left{text-align:left!important}}@media only screen and (max-width: 1259px){.ta-xxl-max-center{text-align:center!important}}@media only screen and (max-width: 1259px){.ta-xxl-max-right{text-align:right!important}}@media only screen and (max-width: 1023px){.ta-xl-max-left{text-align:left!important}}@media only screen and (max-width: 1023px){.ta-xl-max-center{text-align:center!important}}@media only screen and (max-width: 1023px){.ta-xl-max-right{text-align:right!important}}@media only screen and (max-width: 991px){.ta-lg-max-left{text-align:left!important}}@media only screen and (max-width: 991px){.ta-lg-max-center{text-align:center!important}}@media only screen and (max-width: 991px){.ta-lg-max-right{text-align:right!important}}@media only screen and (max-width: 767px){.ta-md-max-left{text-align:left!important}}@media only screen and (max-width: 767px){.ta-md-max-center{text-align:center!important}}@media only screen and (max-width: 767px){.ta-md-max-right{text-align:right!important}}@media only screen and (max-width: 567px){.ta-sm-max-left{text-align:left!important}}@media only screen and (max-width: 567px){.ta-sm-max-center{text-align:center!important}}@media only screen and (max-width: 567px){.ta-sm-max-right{text-align:right!important}}@media only screen and (max-width: 498px){.ta-xs-max-left{text-align:left!important}}@media only screen and (max-width: 498px){.ta-xs-max-center{text-align:center!important}}@media only screen and (max-width: 498px){.ta-xs-max-right{text-align:right!important}}.td-underline{text-decoration:underline!important}@media only screen and (min-width: 499px){.td-xs-underline{text-decoration:underline!important}}@media only screen and (min-width: 568px){.td-sm-underline{text-decoration:underline!important}}@media only screen and (min-width: 768px){.td-md-underline{text-decoration:underline!important}}@media only screen and (min-width: 992px){.td-lg-underline{text-decoration:underline!important}}@media only screen and (min-width: 1024px){.td-xl-underline{text-decoration:underline!important}}@media only screen and (min-width: 1260px){.td-xxl-underline{text-decoration:underline!important}}@media only screen and (min-width: 1600px){.td-xxxl-underline{text-decoration:underline!important}}@media only screen and (max-width: 1599px){.td-xxxl-max-underline{text-decoration:underline!important}}@media only screen and (max-width: 1259px){.td-xxl-max-underline{text-decoration:underline!important}}@media only screen and (max-width: 1023px){.td-xl-max-underline{text-decoration:underline!important}}@media only screen and (max-width: 991px){.td-lg-max-underline{text-decoration:underline!important}}@media only screen and (max-width: 767px){.td-md-max-underline{text-decoration:underline!important}}@media only screen and (max-width: 567px){.td-sm-max-underline{text-decoration:underline!important}}@media only screen and (max-width: 498px){.td-xs-max-underline{text-decoration:underline!important}}.fw-100{font-weight:100!important}.fw-200{font-weight:200!important}.fw-300{font-weight:300!important}.fw-400{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.fw-800{font-weight:800!important}.fw-900{font-weight:900!important}@media only screen and (min-width: 499px){.fw-xs-100{font-weight:100!important}}@media only screen and (min-width: 499px){.fw-xs-200{font-weight:200!important}}@media only screen and (min-width: 499px){.fw-xs-300{font-weight:300!important}}@media only screen and (min-width: 499px){.fw-xs-400{font-weight:400!important}}@media only screen and (min-width: 499px){.fw-xs-500{font-weight:500!important}}@media only screen and (min-width: 499px){.fw-xs-600{font-weight:600!important}}@media only screen and (min-width: 499px){.fw-xs-700{font-weight:700!important}}@media only screen and (min-width: 499px){.fw-xs-800{font-weight:800!important}}@media only screen and (min-width: 499px){.fw-xs-900{font-weight:900!important}}@media only screen and (min-width: 568px){.fw-sm-100{font-weight:100!important}}@media only screen and (min-width: 568px){.fw-sm-200{font-weight:200!important}}@media only screen and (min-width: 568px){.fw-sm-300{font-weight:300!important}}@media only screen and (min-width: 568px){.fw-sm-400{font-weight:400!important}}@media only screen and (min-width: 568px){.fw-sm-500{font-weight:500!important}}@media only screen and (min-width: 568px){.fw-sm-600{font-weight:600!important}}@media only screen and (min-width: 568px){.fw-sm-700{font-weight:700!important}}@media only screen and (min-width: 568px){.fw-sm-800{font-weight:800!important}}@media only screen and (min-width: 568px){.fw-sm-900{font-weight:900!important}}@media only screen and (min-width: 768px){.fw-md-100{font-weight:100!important}}@media only screen and (min-width: 768px){.fw-md-200{font-weight:200!important}}@media only screen and (min-width: 768px){.fw-md-300{font-weight:300!important}}@media only screen and (min-width: 768px){.fw-md-400{font-weight:400!important}}@media only screen and (min-width: 768px){.fw-md-500{font-weight:500!important}}@media only screen and (min-width: 768px){.fw-md-600{font-weight:600!important}}@media only screen and (min-width: 768px){.fw-md-700{font-weight:700!important}}@media only screen and (min-width: 768px){.fw-md-800{font-weight:800!important}}@media only screen and (min-width: 768px){.fw-md-900{font-weight:900!important}}@media only screen and (min-width: 992px){.fw-lg-100{font-weight:100!important}}@media only screen and (min-width: 992px){.fw-lg-200{font-weight:200!important}}@media only screen and (min-width: 992px){.fw-lg-300{font-weight:300!important}}@media only screen and (min-width: 992px){.fw-lg-400{font-weight:400!important}}@media only screen and (min-width: 992px){.fw-lg-500{font-weight:500!important}}@media only screen and (min-width: 992px){.fw-lg-600{font-weight:600!important}}@media only screen and (min-width: 992px){.fw-lg-700{font-weight:700!important}}@media only screen and (min-width: 992px){.fw-lg-800{font-weight:800!important}}@media only screen and (min-width: 992px){.fw-lg-900{font-weight:900!important}}@media only screen and (min-width: 1024px){.fw-xl-100{font-weight:100!important}}@media only screen and (min-width: 1024px){.fw-xl-200{font-weight:200!important}}@media only screen and (min-width: 1024px){.fw-xl-300{font-weight:300!important}}@media only screen and (min-width: 1024px){.fw-xl-400{font-weight:400!important}}@media only screen and (min-width: 1024px){.fw-xl-500{font-weight:500!important}}@media only screen and (min-width: 1024px){.fw-xl-600{font-weight:600!important}}@media only screen and (min-width: 1024px){.fw-xl-700{font-weight:700!important}}@media only screen and (min-width: 1024px){.fw-xl-800{font-weight:800!important}}@media only screen and (min-width: 1024px){.fw-xl-900{font-weight:900!important}}@media only screen and (min-width: 1260px){.fw-xxl-100{font-weight:100!important}}@media only screen and (min-width: 1260px){.fw-xxl-200{font-weight:200!important}}@media only screen and (min-width: 1260px){.fw-xxl-300{font-weight:300!important}}@media only screen and (min-width: 1260px){.fw-xxl-400{font-weight:400!important}}@media only screen and (min-width: 1260px){.fw-xxl-500{font-weight:500!important}}@media only screen and (min-width: 1260px){.fw-xxl-600{font-weight:600!important}}@media only screen and (min-width: 1260px){.fw-xxl-700{font-weight:700!important}}@media only screen and (min-width: 1260px){.fw-xxl-800{font-weight:800!important}}@media only screen and (min-width: 1260px){.fw-xxl-900{font-weight:900!important}}@media only screen and (min-width: 1600px){.fw-xxxl-100{font-weight:100!important}}@media only screen and (min-width: 1600px){.fw-xxxl-200{font-weight:200!important}}@media only screen and (min-width: 1600px){.fw-xxxl-300{font-weight:300!important}}@media only screen and (min-width: 1600px){.fw-xxxl-400{font-weight:400!important}}@media only screen and (min-width: 1600px){.fw-xxxl-500{font-weight:500!important}}@media only screen and (min-width: 1600px){.fw-xxxl-600{font-weight:600!important}}@media only screen and (min-width: 1600px){.fw-xxxl-700{font-weight:700!important}}@media only screen and (min-width: 1600px){.fw-xxxl-800{font-weight:800!important}}@media only screen and (min-width: 1600px){.fw-xxxl-900{font-weight:900!important}}@media only screen and (max-width: 1599px){.fw-xxxl-max-100{font-weight:100!important}}@media only screen and (max-width: 1599px){.fw-xxxl-max-200{font-weight:200!important}}@media only screen and (max-width: 1599px){.fw-xxxl-max-300{font-weight:300!important}}@media only screen and (max-width: 1599px){.fw-xxxl-max-400{font-weight:400!important}}@media only screen and (max-width: 1599px){.fw-xxxl-max-500{font-weight:500!important}}@media only screen and (max-width: 1599px){.fw-xxxl-max-600{font-weight:600!important}}@media only screen and (max-width: 1599px){.fw-xxxl-max-700{font-weight:700!important}}@media only screen and (max-width: 1599px){.fw-xxxl-max-800{font-weight:800!important}}@media only screen and (max-width: 1599px){.fw-xxxl-max-900{font-weight:900!important}}@media only screen and (max-width: 1259px){.fw-xxl-max-100{font-weight:100!important}}@media only screen and (max-width: 1259px){.fw-xxl-max-200{font-weight:200!important}}@media only screen and (max-width: 1259px){.fw-xxl-max-300{font-weight:300!important}}@media only screen and (max-width: 1259px){.fw-xxl-max-400{font-weight:400!important}}@media only screen and (max-width: 1259px){.fw-xxl-max-500{font-weight:500!important}}@media only screen and (max-width: 1259px){.fw-xxl-max-600{font-weight:600!important}}@media only screen and (max-width: 1259px){.fw-xxl-max-700{font-weight:700!important}}@media only screen and (max-width: 1259px){.fw-xxl-max-800{font-weight:800!important}}@media only screen and (max-width: 1259px){.fw-xxl-max-900{font-weight:900!important}}@media only screen and (max-width: 1023px){.fw-xl-max-100{font-weight:100!important}}@media only screen and (max-width: 1023px){.fw-xl-max-200{font-weight:200!important}}@media only screen and (max-width: 1023px){.fw-xl-max-300{font-weight:300!important}}@media only screen and (max-width: 1023px){.fw-xl-max-400{font-weight:400!important}}@media only screen and (max-width: 1023px){.fw-xl-max-500{font-weight:500!important}}@media only screen and (max-width: 1023px){.fw-xl-max-600{font-weight:600!important}}@media only screen and (max-width: 1023px){.fw-xl-max-700{font-weight:700!important}}@media only screen and (max-width: 1023px){.fw-xl-max-800{font-weight:800!important}}@media only screen and (max-width: 1023px){.fw-xl-max-900{font-weight:900!important}}@media only screen and (max-width: 991px){.fw-lg-max-100{font-weight:100!important}}@media only screen and (max-width: 991px){.fw-lg-max-200{font-weight:200!important}}@media only screen and (max-width: 991px){.fw-lg-max-300{font-weight:300!important}}@media only screen and (max-width: 991px){.fw-lg-max-400{font-weight:400!important}}@media only screen and (max-width: 991px){.fw-lg-max-500{font-weight:500!important}}@media only screen and (max-width: 991px){.fw-lg-max-600{font-weight:600!important}}@media only screen and (max-width: 991px){.fw-lg-max-700{font-weight:700!important}}@media only screen and (max-width: 991px){.fw-lg-max-800{font-weight:800!important}}@media only screen and (max-width: 991px){.fw-lg-max-900{font-weight:900!important}}@media only screen and (max-width: 767px){.fw-md-max-100{font-weight:100!important}}@media only screen and (max-width: 767px){.fw-md-max-200{font-weight:200!important}}@media only screen and (max-width: 767px){.fw-md-max-300{font-weight:300!important}}@media only screen and (max-width: 767px){.fw-md-max-400{font-weight:400!important}}@media only screen and (max-width: 767px){.fw-md-max-500{font-weight:500!important}}@media only screen and (max-width: 767px){.fw-md-max-600{font-weight:600!important}}@media only screen and (max-width: 767px){.fw-md-max-700{font-weight:700!important}}@media only screen and (max-width: 767px){.fw-md-max-800{font-weight:800!important}}@media only screen and (max-width: 767px){.fw-md-max-900{font-weight:900!important}}@media only screen and (max-width: 567px){.fw-sm-max-100{font-weight:100!important}}@media only screen and (max-width: 567px){.fw-sm-max-200{font-weight:200!important}}@media only screen and (max-width: 567px){.fw-sm-max-300{font-weight:300!important}}@media only screen and (max-width: 567px){.fw-sm-max-400{font-weight:400!important}}@media only screen and (max-width: 567px){.fw-sm-max-500{font-weight:500!important}}@media only screen and (max-width: 567px){.fw-sm-max-600{font-weight:600!important}}@media only screen and (max-width: 567px){.fw-sm-max-700{font-weight:700!important}}@media only screen and (max-width: 567px){.fw-sm-max-800{font-weight:800!important}}@media only screen and (max-width: 567px){.fw-sm-max-900{font-weight:900!important}}@media only screen and (max-width: 498px){.fw-xs-max-100{font-weight:100!important}}@media only screen and (max-width: 498px){.fw-xs-max-200{font-weight:200!important}}@media only screen and (max-width: 498px){.fw-xs-max-300{font-weight:300!important}}@media only screen and (max-width: 498px){.fw-xs-max-400{font-weight:400!important}}@media only screen and (max-width: 498px){.fw-xs-max-500{font-weight:500!important}}@media only screen and (max-width: 498px){.fw-xs-max-600{font-weight:600!important}}@media only screen and (max-width: 498px){.fw-xs-max-700{font-weight:700!important}}@media only screen and (max-width: 498px){.fw-xs-max-800{font-weight:800!important}}@media only screen and (max-width: 498px){.fw-xs-max-900{font-weight:900!important}}.lh-0{line-height:0!important}.lh-1{line-height:1!important}@media only screen and (min-width: 499px){.lh-xs-0{line-height:0!important}}@media only screen and (min-width: 499px){.lh-xs-1{line-height:1!important}}@media only screen and (min-width: 568px){.lh-sm-0{line-height:0!important}}@media only screen and (min-width: 568px){.lh-sm-1{line-height:1!important}}@media only screen and (min-width: 768px){.lh-md-0{line-height:0!important}}@media only screen and (min-width: 768px){.lh-md-1{line-height:1!important}}@media only screen and (min-width: 992px){.lh-lg-0{line-height:0!important}}@media only screen and (min-width: 992px){.lh-lg-1{line-height:1!important}}@media only screen and (min-width: 1024px){.lh-xl-0{line-height:0!important}}@media only screen and (min-width: 1024px){.lh-xl-1{line-height:1!important}}@media only screen and (min-width: 1260px){.lh-xxl-0{line-height:0!important}}@media only screen and (min-width: 1260px){.lh-xxl-1{line-height:1!important}}@media only screen and (min-width: 1600px){.lh-xxxl-0{line-height:0!important}}@media only screen and (min-width: 1600px){.lh-xxxl-1{line-height:1!important}}@media only screen and (max-width: 1599px){.lh-xxxl-max-0{line-height:0!important}}@media only screen and (max-width: 1599px){.lh-xxxl-max-1{line-height:1!important}}@media only screen and (max-width: 1259px){.lh-xxl-max-0{line-height:0!important}}@media only screen and (max-width: 1259px){.lh-xxl-max-1{line-height:1!important}}@media only screen and (max-width: 1023px){.lh-xl-max-0{line-height:0!important}}@media only screen and (max-width: 1023px){.lh-xl-max-1{line-height:1!important}}@media only screen and (max-width: 991px){.lh-lg-max-0{line-height:0!important}}@media only screen and (max-width: 991px){.lh-lg-max-1{line-height:1!important}}@media only screen and (max-width: 767px){.lh-md-max-0{line-height:0!important}}@media only screen and (max-width: 767px){.lh-md-max-1{line-height:1!important}}@media only screen and (max-width: 567px){.lh-sm-max-0{line-height:0!important}}@media only screen and (max-width: 567px){.lh-sm-max-1{line-height:1!important}}@media only screen and (max-width: 498px){.lh-xs-max-0{line-height:0!important}}@media only screen and (max-width: 498px){.lh-xs-max-1{line-height:1!important}}.position-absolute{position:absolute!important}.position-relative{position:relative!important}.position-fixed{position:fixed!important}.position-static{position:static!important}@media only screen and (min-width: 499px){.position-xs-absolute{position:absolute!important}}@media only screen and (min-width: 499px){.position-xs-relative{position:relative!important}}@media only screen and (min-width: 499px){.position-xs-fixed{position:fixed!important}}@media only screen and (min-width: 499px){.position-xs-static{position:static!important}}@media only screen and (min-width: 568px){.position-sm-absolute{position:absolute!important}}@media only screen and (min-width: 568px){.position-sm-relative{position:relative!important}}@media only screen and (min-width: 568px){.position-sm-fixed{position:fixed!important}}@media only screen and (min-width: 568px){.position-sm-static{position:static!important}}@media only screen and (min-width: 768px){.position-md-absolute{position:absolute!important}}@media only screen and (min-width: 768px){.position-md-relative{position:relative!important}}@media only screen and (min-width: 768px){.position-md-fixed{position:fixed!important}}@media only screen and (min-width: 768px){.position-md-static{position:static!important}}@media only screen and (min-width: 992px){.position-lg-absolute{position:absolute!important}}@media only screen and (min-width: 992px){.position-lg-relative{position:relative!important}}@media only screen and (min-width: 992px){.position-lg-fixed{position:fixed!important}}@media only screen and (min-width: 992px){.position-lg-static{position:static!important}}@media only screen and (min-width: 1024px){.position-xl-absolute{position:absolute!important}}@media only screen and (min-width: 1024px){.position-xl-relative{position:relative!important}}@media only screen and (min-width: 1024px){.position-xl-fixed{position:fixed!important}}@media only screen and (min-width: 1024px){.position-xl-static{position:static!important}}@media only screen and (min-width: 1260px){.position-xxl-absolute{position:absolute!important}}@media only screen and (min-width: 1260px){.position-xxl-relative{position:relative!important}}@media only screen and (min-width: 1260px){.position-xxl-fixed{position:fixed!important}}@media only screen and (min-width: 1260px){.position-xxl-static{position:static!important}}@media only screen and (min-width: 1600px){.position-xxxl-absolute{position:absolute!important}}@media only screen and (min-width: 1600px){.position-xxxl-relative{position:relative!important}}@media only screen and (min-width: 1600px){.position-xxxl-fixed{position:fixed!important}}@media only screen and (min-width: 1600px){.position-xxxl-static{position:static!important}}@media only screen and (max-width: 1599px){.position-xxxl-max-absolute{position:absolute!important}}@media only screen and (max-width: 1599px){.position-xxxl-max-relative{position:relative!important}}@media only screen and (max-width: 1599px){.position-xxxl-max-fixed{position:fixed!important}}@media only screen and (max-width: 1599px){.position-xxxl-max-static{position:static!important}}@media only screen and (max-width: 1259px){.position-xxl-max-absolute{position:absolute!important}}@media only screen and (max-width: 1259px){.position-xxl-max-relative{position:relative!important}}@media only screen and (max-width: 1259px){.position-xxl-max-fixed{position:fixed!important}}@media only screen and (max-width: 1259px){.position-xxl-max-static{position:static!important}}@media only screen and (max-width: 1023px){.position-xl-max-absolute{position:absolute!important}}@media only screen and (max-width: 1023px){.position-xl-max-relative{position:relative!important}}@media only screen and (max-width: 1023px){.position-xl-max-fixed{position:fixed!important}}@media only screen and (max-width: 1023px){.position-xl-max-static{position:static!important}}@media only screen and (max-width: 991px){.position-lg-max-absolute{position:absolute!important}}@media only screen and (max-width: 991px){.position-lg-max-relative{position:relative!important}}@media only screen and (max-width: 991px){.position-lg-max-fixed{position:fixed!important}}@media only screen and (max-width: 991px){.position-lg-max-static{position:static!important}}@media only screen and (max-width: 767px){.position-md-max-absolute{position:absolute!important}}@media only screen and (max-width: 767px){.position-md-max-relative{position:relative!important}}@media only screen and (max-width: 767px){.position-md-max-fixed{position:fixed!important}}@media only screen and (max-width: 767px){.position-md-max-static{position:static!important}}@media only screen and (max-width: 567px){.position-sm-max-absolute{position:absolute!important}}@media only screen and (max-width: 567px){.position-sm-max-relative{position:relative!important}}@media only screen and (max-width: 567px){.position-sm-max-fixed{position:fixed!important}}@media only screen and (max-width: 567px){.position-sm-max-static{position:static!important}}@media only screen and (max-width: 498px){.position-xs-max-absolute{position:absolute!important}}@media only screen and (max-width: 498px){.position-xs-max-relative{position:relative!important}}@media only screen and (max-width: 498px){.position-xs-max-fixed{position:fixed!important}}@media only screen and (max-width: 498px){.position-xs-max-static{position:static!important}}.text-overflow-ellipsis{text-overflow:ellipsis!important}@media only screen and (min-width: 499px){.text-overflow-xs-ellipsis{text-overflow:ellipsis!important}}@media only screen and (min-width: 568px){.text-overflow-sm-ellipsis{text-overflow:ellipsis!important}}@media only screen and (min-width: 768px){.text-overflow-md-ellipsis{text-overflow:ellipsis!important}}@media only screen and (min-width: 992px){.text-overflow-lg-ellipsis{text-overflow:ellipsis!important}}@media only screen and (min-width: 1024px){.text-overflow-xl-ellipsis{text-overflow:ellipsis!important}}@media only screen and (min-width: 1260px){.text-overflow-xxl-ellipsis{text-overflow:ellipsis!important}}@media only screen and (min-width: 1600px){.text-overflow-xxxl-ellipsis{text-overflow:ellipsis!important}}@media only screen and (max-width: 1599px){.text-overflow-xxxl-max-ellipsis{text-overflow:ellipsis!important}}@media only screen and (max-width: 1259px){.text-overflow-xxl-max-ellipsis{text-overflow:ellipsis!important}}@media only screen and (max-width: 1023px){.text-overflow-xl-max-ellipsis{text-overflow:ellipsis!important}}@media only screen and (max-width: 991px){.text-overflow-lg-max-ellipsis{text-overflow:ellipsis!important}}@media only screen and (max-width: 767px){.text-overflow-md-max-ellipsis{text-overflow:ellipsis!important}}@media only screen and (max-width: 567px){.text-overflow-sm-max-ellipsis{text-overflow:ellipsis!important}}@media only screen and (max-width: 498px){.text-overflow-xs-max-ellipsis{text-overflow:ellipsis!important}}.w-100{width:100%}.w-103{width:103px;max-width:100%}.w-133{width:133px;max-width:100%}.w-140{width:140px;max-width:100%}.w-158{width:158px;max-width:100%}.w-160{width:160px;max-width:100%}.w-198{width:198px;max-width:100%}.w-230{width:230px;max-width:100%}.w-240{width:240px;max-width:100%}.w-465{width:465px;max-width:100%}body{margin:0;background-color:#f5f5f5}a{transition:color .3s ease}.main{height:100vh}.main__inner{height:100%;display:flex;padding:25px 20px;gap:12px}.main__navigation{position:relative;flex-shrink:0;z-index:10}.main__content{position:relative;flex-grow:1;border:5px solid #FFFFFF;border-radius:10px;box-shadow:-12px 8px 44px #00000017;padding:20px;overflow-y:auto;overflow-x:hidden}.main__content-inner{flex-shrink:0;width:1100px;max-width:100%;margin:0 auto;display:flex;flex-direction:column;min-height:100%}.main__content-inner>*{flex-shrink:0}.main__content_slim{border:none;border-radius:0;box-shadow:none;margin:-25px 0;padding:25px 0}.main__content.is-scrolled .main__scroll-top{opacity:1;pointer-events:initial}.main__scroll-top{position:fixed;display:flex;align-items:center;justify-content:center;bottom:40px;right:40px;width:64px;height:52px;border-radius:47px;border:2px solid rgba(255,255,255,.8);background-color:#ffffffb3;font-size:14px;color:#0006;opacity:0;pointer-events:none;cursor:pointer;transition:border-color .3s ease,color .3s ease,opacity .3s ease}.main__scroll-top:hover,.main__scroll-top:focus{border-color:#fff;color:#000}.main__scroll-top svg{height:1em;width:auto}button,input[type=button],input[type=submit],.elementor-button{-webkit-appearance:none}.btn{position:relative;z-index:1;display:inline-flex;font-size:16px;font-weight:400;line-height:1.5;font-weight:600;color:#9747ff;border-radius:8px;padding:1px;cursor:pointer;background:linear-gradient(243.66deg,#ef26d133 14.26%,#e40a2e33 44.28%,#1759c933 85.74%);box-shadow:0 1px 2px #0a0d120d;transition:color .3s ease,box-shadow .3s ease,background .3s ease,opacity .3s ease}.btn:hover{color:#9747ff}.btn.has-no-click{pointer-events:none}.btn__wrapper{width:100%;position:relative;display:block;padding:7px 15px;background-color:#f5f5f5;border-radius:7px;overflow:hidden;transition:background-color .3s ease,box-shadow .3s ease,opacity .3s ease}@media only screen and (min-width: 768px){.btn__wrapper{padding:9px 19px}}.btn__wrapper:before{position:absolute;content:"";pointer-events:none;top:0;left:0;width:200%;height:100%;background:linear-gradient(243.66deg,#1759c91a 7.13%,#e40a2e1a 22.14%,#ef26d11a 42.82% 50%,#ef26d11a 57.13%,#e40a2e1a 72.14%,#1759c91a 92.82%);transition:transform .3s ease,opacity .3s ease}.btn__inner{position:relative;display:flex;flex-direction:row;gap:5px;justify-content:center;align-items:center;z-index:1}.btn__icon{font-size:17px;line-height:0;transition:color .3s ease}.btn__icon svg,.btn__icon img{height:1em;width:auto}.btn.btn_size-md{font-size:15px;line-height:1.3333;letter-spacing:-.01em}.btn.btn_size-md .btn__wrapper{gap:10px;padding:8px 26px}.btn.btn_size-md .btn__icon{font-size:20px}.btn.btn_size-md-2{font-size:15px;line-height:1.3333;letter-spacing:-.01em;padding:2px}.btn.btn_size-md-2 .btn__wrapper{padding:8px 20px}.btn.btn_size-md-2 .btn__inner{gap:10px}.btn.btn_size-md-2 .btn__icon{font-size:20px}.btn.btn_size-md-3{font-size:14px;line-height:1.2857;font-weight:400;letter-spacing:-.03em;border-radius:10px;border-width:.5px}.btn.btn_size-md-3:before{position:absolute;content:"";display:block;top:0;left:0;width:100%;height:100%;border:.5px dashed #B3B3B3;border-radius:10px;border-radius:inherit;pointer-events:none}.btn.btn_size-md-3 .btn__wrapper{gap:10px;padding:10px 20px}.btn.btn_size-md-3 .btn__icon{font-size:20px}.btn.btn_size-md-4{font-size:13px;line-height:1.3076;font-weight:500;letter-spacing:-.01em;border-radius:16px;border-width:1px}.btn.btn_size-md-4.px-sm .btn__wrapper{padding-left:15px;padding-right:15px}.btn.btn_size-md-4.has-icon-size-lg .btn__icon{font-size:20px}.btn.btn_size-md-4 .btn__wrapper{padding:9px 20px}.btn.btn_size-md-4 .btn__inner{gap:10px}.btn.btn_size-md-4 .btn__icon{font-size:15px}.btn.btn_size-md-5{font-size:15px;line-height:1.3333;font-weight:600;letter-spacing:0;border-radius:30px;border-width:1.5px;padding:1.5px}.btn.btn_size-md-5 .btn__wrapper{padding:6px 18px}.btn.btn_size-md-5 .btn__inner{gap:5px}.btn.btn_size-md-5 .btn__icon{font-size:20px}.btn.btn_size-md-6{font-size:15px;line-height:1.3333;letter-spacing:-.01em;padding:1px;border-radius:10px}.btn.btn_size-md-6 .btn__wrapper{padding:9px 21px;border-radius:9px}.btn.btn_size-md-6 .btn__inner{gap:10px}.btn.btn_size-md-6 .btn__icon{font-size:20px}.btn.btn_size-sm{font-size:12px;line-height:1.3333;letter-spacing:-.01em}.btn.btn_size-sm .btn__wrapper{gap:5px;padding:6px 15px}.btn.btn_size-sm .btn__icon{font-size:15px}.btn.btn_size-xs{font-size:11px;line-height:1.3636;letter-spacing:-.01em;padding:1px}.btn.btn_size-xs .btn__wrapper{padding:4px 11px}.btn.btn_size-xs-2,.btn.btn_size-xs-3{letter-spacing:-.01em;padding:1px}.btn.btn_size-xs-2,.btn.btn_size-xs-2.btn_light-2,.btn.btn_size-xs-2.btn_gray-outlined,.btn.btn_size-xs-3,.btn.btn_size-xs-3.btn_light-2,.btn.btn_size-xs-3.btn_gray-outlined,.btn.btn_size-xs-2 .btn__wrapper,.btn.btn_size-xs-2.btn_light-2 .btn__wrapper,.btn.btn_size-xs-2.btn_gray-outlined .btn__wrapper,.btn.btn_size-xs-3 .btn__wrapper,.btn.btn_size-xs-3.btn_light-2 .btn__wrapper,.btn.btn_size-xs-3.btn_gray-outlined .btn__wrapper{border-radius:6px}.btn.btn_size-xs-2 .btn__wrapper,.btn.btn_size-xs-3 .btn__wrapper{padding:3.5px 11px;border-radius:0}.btn.btn_size-xs-2 .btn__inner,.btn.btn_size-xs-3 .btn__inner{gap:5px}.btn.btn_size-xs-2 .btn__icon,.btn.btn_size-xs-3 .btn__icon{font-size:16px}.btn.btn_size-xs-2{font-size:13px;line-height:1.3846}.btn.btn_size-xs-3{font-size:11px;line-height:1.6363}.btn.btn_size-lg,.btn.btn_size-xl{font-weight:500;line-height:1.5;letter-spacing:-.03em}@media only screen and (min-width: 768px){.btn.btn_size-lg,.btn.btn_size-xl{font-size:20px}}@media only screen and (min-width: 768px){.btn.btn_size-lg .btn__inner,.btn.btn_size-xl .btn__inner{gap:14px}}@media only screen and (min-width: 768px){.btn.btn_size-lg .btn__icon,.btn.btn_size-xl .btn__icon{font-size:24px}}.btn.btn_size-xl{padding:2px}.btn.btn_size-xl .btn__wrapper{padding:8px 20px}.btn.btn_size-xl .btn__inner{gap:10px}.btn.btn_icon-before .btn__inner{flex-direction:row-reverse}.btn.btn_inline{background:transparent;color:#0006;box-shadow:none}.btn.btn_inline:hover{color:#000}.btn.btn_inline .btn__wrapper{padding:0;background-color:transparent}.btn.btn_inline .btn__wrapper:before{content:none}.btn.btn_inline .btn__inner{gap:10px}.btn.btn_inline-gray{font-family:Switzer,sans-serif;background:transparent;color:#69768a;box-shadow:none}.btn.btn_inline-gray:hover{color:#000;background:#ebedf0}.btn.btn_inline-gray .btn__wrapper{background-color:transparent}.btn.btn_inline-gray .btn__wrapper:before{content:none}.btn.btn_inline-gray .btn__inner{gap:10px}.btn.btn_secondary{background:linear-gradient(270.81deg,#ea0f1299 1.2%,#ff930599 26.83%,#fadb1299 53.93%,#08f9 79.56%,#4acd0899 103.7%);box-shadow:0 2px 3px #9747ff91;border-radius:47px;color:#1b1f26b8}.btn.btn_secondary:hover{color:#1b1f26;box-shadow:0 2px 9px #9747ffcc}.btn.btn_secondary .btn__wrapper{background:#f5f1f6;border-radius:46px}.btn.btn_secondary .btn__wrapper:before{content:none}.btn.btn_secondary[disabled]{background:linear-gradient(101.74deg,#f8daff26 3.8%,#e9f4ff26 96.2%);box-shadow:inset 0 0 0 1px #55637b;opacity:.2}.btn.btn_secondary-alt{background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);box-shadow:-12px 8px 44px #00000017;border-radius:47px}.btn.btn_secondary-alt:hover{color:#1b1f26;box-shadow:-12px 8px 44px #0003}.btn.btn_secondary-alt .btn__wrapper{background:#f5f2f6;border-radius:44px}.btn.btn_secondary-alt .btn__wrapper:before{content:none}.btn.btn_secondary-alt .btn__text{background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.btn.btn_secondary-alt-2{background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);box-shadow:-2px 0 16px #ef26d133}.btn.btn_secondary-alt-2:hover{color:#1b1f26;box-shadow:-2px 0 16px #ef26d166}.btn.btn_secondary-alt-2 .btn__wrapper{background:#f5f2f6;border-radius:44px}.btn.btn_secondary-alt-2 .btn__wrapper:before{content:none}.btn.btn_secondary-alt-2 .btn__text{background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.btn.btn_secondary-alt-3{background:#dbdde0;box-shadow:0 2px 3px #9747ff91;border-radius:47px;color:#1b1f26b8}.btn.btn_secondary-alt-3:hover{color:#1b1f26;box-shadow:0 2px 9px #9747ffcc}.btn.btn_secondary-alt-3 .btn__wrapper{background:#f8f8f8;border-radius:46px}.btn.btn_secondary-alt-3 .btn__wrapper:before{content:none}.btn.btn_alt{color:#1b1f26b8}.btn.btn_alt:before{background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%)}.btn.btn_alt .btn__wrapper:before{background:linear-gradient(243.66deg,#ef26d10d 14.26%,#e40a2e0d 44.28%,#1759c90d 85.74%)}.btn.btn_alt .btn__text{background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.btn.btn_alt-secondary{color:#007aff;background:#fff}.btn.btn_alt-secondary:before{background:#007aff}.btn.btn_alt-secondary .btn__wrapper:before{background:linear-gradient(180deg,#e7f2ff,#f2f4f5)}.btn.btn_alt,.btn.btn_alt-secondary{font-family:Switzer,sans-serif;background:#fff;box-shadow:-12px 8px 44px #00000017;border-radius:10px}.btn.btn_alt:before,.btn.btn_alt-secondary:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:10px;opacity:0;transition:opacity .3s ease}.btn.btn_alt .btn__wrapper,.btn.btn_alt-secondary .btn__wrapper{z-index:1;border-radius:9px;opacity:.7;background:#f5f5f5}.btn.btn_alt .btn__wrapper:before,.btn.btn_alt-secondary .btn__wrapper:before{width:100%}.btn.btn_alt .btn__inner,.btn.btn_alt-secondary .btn__inner{position:relative;z-index:1}.btn.btn_alt:hover:before,.btn.btn_alt.is-active:before,.btn.btn_alt:focus:before,.btn.btn_alt-secondary:hover:before,.btn.btn_alt-secondary.is-active:before,.btn.btn_alt-secondary:focus:before{opacity:1}.btn.btn_alt:hover .btn__wrapper,.btn.btn_alt.is-active .btn__wrapper,.btn.btn_alt:focus .btn__wrapper,.btn.btn_alt-secondary:hover .btn__wrapper,.btn.btn_alt-secondary.is-active .btn__wrapper,.btn.btn_alt-secondary:focus .btn__wrapper{opacity:1}.btn.btn_alt:hover .btn__wrapper:before,.btn.btn_alt.is-active .btn__wrapper:before,.btn.btn_alt:focus .btn__wrapper:before,.btn.btn_alt-secondary:hover .btn__wrapper:before,.btn.btn_alt-secondary.is-active .btn__wrapper:before,.btn.btn_alt-secondary:focus .btn__wrapper:before{transform:none}.btn.btn_light-hidden{background:transparent;box-shadow:none;color:transparent}.btn.btn_light-hidden .btn__wrapper{background-color:transparent}.btn.btn_light-hidden .btn__wrapper:before{content:none}.btn.btn_light-hidden .btn__icon{color:#dbdde0}.btn.btn_light-hidden:hover,.btn.btn_light-hidden:focus{color:#1b1f26b8}.btn.btn_light-hidden:hover .btn__wrapper,.btn.btn_light-hidden:focus .btn__wrapper{background-color:#fff;box-shadow:0 1px 3px #00000021,inset 0 0 0 1px #dbdde0}.btn.btn_light-hidden:hover .btn__icon,.btn.btn_light-hidden:focus .btn__icon{color:#007aff}.btn.btn_light{background:transparent;box-shadow:none;color:#1b1f26b8}.btn.btn_light .btn__wrapper{background:#ffffff8c;box-shadow:-12px 8px 44px #00000017,inset 0 0 0 1px #fff}.btn.btn_light .btn__wrapper:before{content:none}.btn.btn_light:hover,.btn.btn_light:focus{color:#007aff}.btn.btn_light:hover .btn__wrapper,.btn.btn_light:focus .btn__wrapper{box-shadow:0 1px 3px #00000021,inset 0 0 0 1px #dbdde0}.btn.btn_gray{font-family:Switzer,sans-serif;font-weight:500;border-radius:10px;background:#ebedf0;color:#69768a}.btn.btn_gray .btn__wrapper{background:transparent;border-radius:0}.btn.btn_gray .btn__wrapper:before{content:none}.btn.btn_gray:hover{color:#000}.btn.btn_light-purple{font-family:Switzer,sans-serif;font-weight:600;background:#fff;color:#9747ff}.btn.btn_light-purple .btn__wrapper{background:transparent;border-radius:0}.btn.btn_light-purple .btn__wrapper:before{content:none}.btn.btn_light-purple:hover{background:#9747ff;color:#fff}.btn.btn_blue{font-family:Switzer,sans-serif;background:#007aff;color:#fff}.btn.btn_blue .btn__wrapper{background:#007aff}.btn.btn_blue .btn__wrapper:before{content:none}.btn.btn_blue:hover{color:#007aff}.btn.btn_blue:hover .btn__wrapper{background-color:#cde5ff}.btn.btn_blue.btn_size-sm{border-radius:7px}.btn.btn_blue.btn_size-sm .btn__wrapper{border-radius:6px}.btn.btn_red{font-family:Switzer,sans-serif;background:#ff5f57;color:#ff5f57}.btn.btn_red .btn__wrapper{background:#ffe4e2}.btn.btn_red .btn__wrapper:before{content:none}.btn.btn_red:hover{color:#fff}.btn.btn_red:hover .btn__wrapper{background-color:#ff5f57}.btn.btn_light-2{font-family:Switzer,sans-serif;border-radius:50px;background:#fff;color:#55585e;box-shadow:-12px 8px 44px #00000017}.btn.btn_light-2 .btn__wrapper{background:transparent;border-radius:0}.btn.btn_light-2 .btn__wrapper:before{content:none}.btn.btn_light-2:hover{color:#000;box-shadow:-12px 8px 44px #0003}.btn.btn_light-green{font-family:Switzer,sans-serif;border-radius:16px;background:#e9f2ec;opacity:.7}.btn.btn_light-green,.btn.btn_light-green:hover{color:#168944;box-shadow:-12px 8px 44px #00000017,inset 0 0 0 1px #fff}.btn.btn_light-green .btn__wrapper{background:transparent;border-radius:0}.btn.btn_light-green .btn__wrapper:before{content:none}.btn.btn_light-green:hover{opacity:1}.btn.btn_light-blue{font-family:Switzer,sans-serif;border-radius:16px;background:#e5f2ff;opacity:.7}.btn.btn_light-blue,.btn.btn_light-blue:hover{color:#5050ff;box-shadow:-12px 8px 44px #00000017,inset 0 0 0 1px #fff}.btn.btn_light-blue .btn__wrapper{background:transparent;border-radius:0}.btn.btn_light-blue .btn__wrapper:before{content:none}.btn.btn_light-blue:hover{opacity:1}.btn.btn_gray-alt{font-family:Switzer,sans-serif;font-weight:500;border-radius:10px;background:#fff;color:#69768a;padding:1px}.btn.btn_gray-alt .btn__wrapper{background:#f5f5f5;border-radius:9px;padding:9px 21px}.btn.btn_gray-alt .btn__wrapper:before{content:none}.btn.btn_gray-alt:hover{color:#000}.btn.btn_gray-alt:hover .btn__wrapper{background:#ebedf0}.btn.btn_gray-outlined{font-family:Switzer,sans-serif;font-weight:600;border-radius:10px;background:#dbdde0;color:#585b60;padding:1px}.btn.btn_gray-outlined .btn__wrapper{background:#fff;border-radius:9px}.btn.btn_gray-outlined .btn__wrapper:before{content:none}.btn.btn_gray-outlined:hover{color:#000}.btn.btn_gray-outlined:hover .btn__wrapper{background:#ebedf0}.btn.btn_gray-peach{font-family:Switzer,sans-serif;border-radius:23px;background:#fff;color:#1b1f269e;box-shadow:0 2px 2px #00000040 inset;padding:1.5px}.btn.btn_gray-peach .btn__wrapper{background:linear-gradient(180deg,#ffe7ea,#f2f4f5);border-radius:21.5px;padding:8.5px 20.5px}.btn.btn_gray-peach .btn__wrapper:before{content:none}.btn.btn_gray-peach:hover{color:#1b1f26}.btn.btn_pink-blue{font-family:Switzer,sans-serif;background:#fff;color:#1b1f26b8;box-shadow:0 2px 5px #00000026;padding:1.5px}.btn.btn_pink-blue .btn__wrapper{background:linear-gradient(101.74deg,#f8daff73 3.8%,#e9f4ff73 96.2%);padding:8.5px 20.5px}.btn.btn_pink-blue .btn__wrapper:before{content:none}.btn.btn_pink-blue .btn__icon{color:#9747ff}.btn.btn_pink-blue:hover{color:#9747ff;box-shadow:0 2px 10px #00000040}.btn.btn_thirdly{font-family:Switzer,sans-serif;border-radius:10px;background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);color:#55637b}.btn.btn_thirdly .btn__wrapper{background:#fff;border-radius:8px}.btn.btn_thirdly .btn__wrapper:before{width:100%;transform:none!important;background:linear-gradient(243.66deg,#ef26d11a 14.26%,#e40a2e1a 44.28%,#1759c91a 85.74%);opacity:0}.btn.btn_thirdly:hover .btn__wrapper:before{opacity:1}.btn.btn_thirdly[disabled]{opacity:1;color:#e2e3e5}.btn.btn_thirdly[disabled],.btn.btn_thirdly[disabled] .btn__wrapper{background:#fff}.btn.btn_thirdly.btn_size-md-6 .btn__wrapper,.btn.btn_thirdly.btn_size-md-4 .btn__wrapper{border-radius:9px}.btn.btn_thirdly-alt{font-family:Switzer,sans-serif;border-radius:5px;background:linear-gradient(243.66deg,#ef26d121 14.26%,#e40a2e21 44.28%,#1759c921 85.74%);color:#757575;font-weight:400}.btn.btn_thirdly-alt .btn__wrapper{background:#fff;border-radius:4px}.btn.btn_thirdly-alt .btn__wrapper:before{background:linear-gradient(101.74deg,#f8daff 3.8%,#e9f4ff 96.2%);opacity:.15;width:100%;transform:none!important}.btn.btn_thirdly-alt:hover{color:#000}.btn.btn_thirdly-alt:hover .btn__wrapper:before{opacity:.5}.btn.btn_thirdly-alt[disabled]{opacity:1;color:#e2e3e5}.btn.btn_thirdly-alt[disabled],.btn.btn_thirdly-alt[disabled] .btn__wrapper{background:#fff}.btn.btn_create_simulation{font-family:Switzer,sans-serif;border-radius:60px;background:linear-gradient(270.81deg,#ea0f1299 1.2%,#ff930599 26.83%,#fadb1299 53.93%,#08f9 79.56%,#4acd0899 103.7%);color:#757575;font-weight:400;margin-bottom:20px}.btn.btn_create_simulation .btn__wrapper{background:#f5f5f5;border-radius:60px;padding:0}.btn.btn_create_simulation .btn__wrapper:before{background:linear-gradient(270.81deg,#ea0f1299 1.2%,#ff930599 26.83%,#fadb1299 53.93%,#08f9 79.56%,#4acd0899 103.7%);opacity:0;width:100%;transform:none!important}.btn.btn_create_simulation:hover{color:#000}.btn.btn_create_simulation:hover .btn__wrapper{background:#fff}.btn.btn_create_simulation:hover .btn__wrapper:before{opacity:.15}.btn.btn_create_simulation[disabled]{opacity:1;color:#e2e3e5}.btn.btn_create_simulation[disabled],.btn.btn_create_simulation[disabled] .btn__wrapper{background:#fff}.btn.btn_dashed{background:#f9f9f9;color:#979ba3}.btn.btn_dashed:hover,.btn.btn_dashed:focus{background:#dbdde0;color:#3d3d3d}.btn.btn_dashed .btn__wrapper{background:transparent}.btn.btn_dashed .btn__wrapper:before{content:none}.btn.btn_icon-circle{background:#fff;border-radius:50%;padding:0;color:#1b1f26b8;box-shadow:0 0 2px #00000073}.btn.btn_icon-circle:hover{color:#007aff}.btn.btn_icon-circle .btn__wrapper{background:transparent;padding:0;border-radius:0}.btn.btn_icon-circle .btn__wrapper:before{content:none}.btn.btn_icon-circle .btn__icon{font-size:inherit}.btn.btn_icon-circle.btn_size-lg{font-size:36px}.btn.w-210{width:210px;max-width:100%}.btn[disabled]{opacity:.5;pointer-events:none}.btn[disabled] .btn__icon svg [stroke]{stroke:currentColor!important}.btn[disabled] .btn__icon svg [fill]{fill:currentColor!important}.btn.is-loading{pointer-events:none;animation:1s ease 0s infinite alternate blink}.btn:hover .btn__wrapper:before,.btn:focus .btn__wrapper:before{transform:translate(-50%)}.buttons-group{display:flex;align-items:center;padding:4px;gap:9px;border-radius:6px;background-color:#fff}.buttons-group button{display:flex;align-items:center;gap:10px;border-radius:5px;padding:5px 14px;border:1px solid #FFFFFF;color:#1b1f26b8;font-family:Switzer,sans-serif;font-weight:600;font-size:11px;line-height:1.3636;letter-spacing:-.01em;transition:box-shadow .3s ease,background-color .3s ease}.buttons-group button svg{font-size:14px;height:1em;width:auto}.buttons-group button.is-active,.buttons-group button:hover{box-shadow:0 1px 2px #00000040;background-color:#ebedf0}@keyframes blink{0%{opacity:1}50%{opacity:.2}to{opacity:1}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper .swiper-slide{box-sizing:border-box}.swiper .swiper-pagination{position:absolute;bottom:20px;left:50%;transform:translate(-50%);max-width:100%;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap;z-index:1}.swiper .swiper-pagination-bullet{display:block;font-size:6px;width:1em;height:1em;border-radius:1em;background-color:#ffffff80;opacity:1;margin:0;padding:0;cursor:pointer;transition:background-color .3s ease,width .3s ease}.swiper .swiper-pagination-bullet:hover{background-color:#fff}.swiper .swiper-pagination-bullet-active{width:4em}.full-screen-view{position:relative;min-height:100vh;min-height:calc(var(--vh, 1) * 100);display:flex}.full-screen-view__bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:blur(124px);z-index:-1;pointer-events:none}.full-screen-view__inner{padding:28px 10px;display:flex;flex-direction:column;justify-content:center;width:100%;gap:16px}@media only screen and (min-width: 768px){.full-screen-view__inner{padding:24px 16px;flex-direction:row;justify-content:initial}}@media only screen and (min-width: 1024px){.full-screen-view__inner{padding:36px 24px}}.full-screen-view__col_lg{width:100%}@media only screen and (min-width: 768px){.full-screen-view__col_lg{width:calc(60% - 8px)}}@media only screen and (min-width: 1024px){.full-screen-view__col_lg{width:calc(66.75% - 8px)}}.full-screen-view__col_sm{width:100%}@media only screen and (min-width: 768px){.full-screen-view__col_sm{width:calc(40% - 8px)}}@media only screen and (min-width: 1024px){.full-screen-view__col_sm{width:calc(33.25% - 8px)}}.features-slider{padding:5px;border-radius:14px;background-color:#f5f5f580;box-shadow:-12px 8px 44px #00000017}.features-slider:first-child:last-child{height:100%}.features-slider .swiper{height:100%}.features-slider .swiper .swiper-slide{width:100%;height:auto}.features-slider__item{position:relative;height:100%;min-height:500px;padding:80px 24px;display:flex;align-items:flex-end;border-radius:10px;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;overflow:hidden}@media only screen and (min-width: 1024px){.features-slider__item{padding:80px 32px}}@media only screen and (min-width: 1260px){.features-slider__item{padding:108px 68px}}.features-slider__item-text{width:250px;max-width:100%;color:#fff}@media only screen and (min-width: 768px){.features-slider__item-text{width:260px}}@media only screen and (min-width: 1024px){.features-slider__item-text{width:300px}}@media only screen and (min-width: 1260px){.features-slider__item-text{width:382px}}.features-slider__item-shadow{position:absolute;top:0;left:0;height:100%;width:75%;overflow:hidden;filter:blur(20px);z-index:-1;pointer-events:none}@media only screen and (min-width: 499px){.features-slider__item-shadow{width:60%}}@media only screen and (min-width: 1024px){.features-slider__item-shadow{width:50%}}.features-slider__item-shadow-content{content:"";position:absolute;top:0;left:0;height:100%;width:133.3333%;background-size:cover;background-position:center;background-repeat:no-repeat}@media only screen and (min-width: 499px){.features-slider__item-shadow-content{width:166.6666%}}@media only screen and (min-width: 1024px){.features-slider__item-shadow-content{width:200%}}.features-slider__item_sm{align-items:center}@media only screen and (min-width: 1260px){.features-slider__item_sm{padding:25px 53px 108px}}@media only screen and (min-width: 1024px){.features-slider__item_sm .features-slider__item-shadow{width:44%}}@media only screen and (min-width: 1024px){.features-slider__item_sm .features-slider__item-shadow-content{width:227.27%}}@media only screen and (min-width: 768px){.form-box{padding:40px 24px;border-radius:14px;background-color:#f5f5f5;box-shadow:-12px 8px 44px #00000017}}@media only screen and (min-width: 1024px){.form-box{padding:48px 24px}}.form-box:first-child:last-child{height:100%}.form-box__main{background-color:#f5f5f5;border-radius:14px;padding:26px 16px;box-shadow:-12px 8px 44px #00000017}@media only screen and (min-width: 768px){.form-box__main{background-color:transparent;border-radius:0;padding:0;box-shadow:none}}.form-box__main .form{width:360px;max-width:100%;margin:0 auto}@media only screen and (min-width: 768px){.form-box__main .form{width:100%}}.form-box__inner{display:flex;flex-direction:column;gap:34px;height:100%}@media only screen and (min-width: 768px){.form-box__inner{width:360px;max-width:100%;margin:0 auto;gap:32px}}.form-box__header{flex-grow:1;display:flex;align-items:center;flex-direction:column;text-align:center;gap:22px}@media only screen and (min-width: 768px){.form-box__header{flex-direction:row;justify-content:space-between;text-align:left}}.form-box__logo{font-size:61.4px;line-height:0}@media only screen and (min-width: 768px){.form-box__logo:not(:last-child){font-size:49px}}.form-box__logo:first-child:last-child{margin:0 auto}.form-box__logo svg,.form-box__logo img{height:1em;width:auto}.form-box__title{font-family:Switzer,sans-serif;font-size:18px;font-weight:500;line-height:1.16666;letter-spacing:-.03em;background:linear-gradient(243.66deg,#ef26d187 14.26%,#e40a2e87 44.28%,#1759c987 85.74%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (min-width: 768px){.form-box__title{font-size:15px;line-height:1.13333}}.form-box__main{display:flex;align-items:center}@media only screen and (min-width: 1024px){.form-box_alt{padding:69px 24px 30px}}@media only screen and (min-width: 768px){.form-box_alt .form-box__header{flex-grow:0}}@media only screen and (min-width: 768px){.form-box_alt .form-box__main{flex-grow:1;display:flex;align-items:flex-end}}.form{display:flex;flex-direction:column;gap:24px}.form__header{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}@media only screen and (min-width: 768px){.form__header{text-align:left;align-items:flex-start}}.form__header:not(:last-child){margin-bottom:8px}.form__content{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.form__field{width:100%}.form__additional{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.form__footer:not(:first-child){margin-top:8px}.field-box .hide-if-single-in-parent{transition:opacity .3s ease}.field-box:first-child:last-child .hide-if-single-in-parent{opacity:0;pointer-events:none}.field-box label,.field-box__label{display:block;font-size:14px;font-weight:400;line-height:1.4285;font-weight:500;color:#414651;text-align:left}.field-box label:not(:last-child),.field-box__label:not(:last-child){margin-bottom:6px}.field-box label.has-mb-lg:not(:last-child),.field-box__label.has-mb-lg:not(:last-child){margin-bottom:10px}.field-box__content{display:flex;gap:6px}.field-box__content .field-box__input{flex-grow:1}.field-box__input{position:relative;--color: #414651;--background-color: #ffffff;--border-color: #D5D7DA;--border-color-hover: #717680;--border-color-selected: #717680;--border-radius: 8px;--border-width: 1px;--border-style: solid;--padding-y: 9px;--padding-x: 13px;--padding: var(--padding-y) var(--padding-x);--font-size: 16px;--font-weight: 400;--line-height: 1.5;--letter-spacing: normal;--text-align: left;--font-family: inherit;--icon-position: var(--padding-x);--icon-size: 20px;--icon-space: 8px}.field-box__input.has-error{--border-color: #E40A2E}.field-box__input.has-success{--border-color: #007AFF}.field-box__input input[type=text],.field-box__input input[type=email],.field-box__input input[type=password],.field-box__input input[type=tel],.field-box__input input[type=number],.field-box__input textarea,.field-box__input select{display:block;width:100%;min-width:100%;max-width:100%;padding:var(--padding);background-color:var(--background-color);border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--line-height);color:var(--color);text-align:var(--text-align);letter-spacing:var(--letter-spacing)}.field-box__input input[type=text]::placeholder,.field-box__input input[type=email]::placeholder,.field-box__input input[type=password]::placeholder,.field-box__input input[type=tel]::placeholder,.field-box__input input[type=number]::placeholder,.field-box__input textarea::placeholder,.field-box__input select::placeholder{transition:color .3s ease;color:#717680!important;opacity:1}.field-box__input input[type=text]::-webkit-input-placeholder,.field-box__input input[type=email]::-webkit-input-placeholder,.field-box__input input[type=password]::-webkit-input-placeholder,.field-box__input input[type=tel]::-webkit-input-placeholder,.field-box__input input[type=number]::-webkit-input-placeholder,.field-box__input textarea::-webkit-input-placeholder,.field-box__input select::-webkit-input-placeholder{transition:color .3s ease;color:#717680!important;opacity:1}.field-box__input input[type=text]::-moz-placeholder,.field-box__input input[type=email]::-moz-placeholder,.field-box__input input[type=password]::-moz-placeholder,.field-box__input input[type=tel]::-moz-placeholder,.field-box__input input[type=number]::-moz-placeholder,.field-box__input textarea::-moz-placeholder,.field-box__input select::-moz-placeholder{transition:color .3s ease;color:#717680!important;opacity:1}.field-box__input input[type=text]:-moz-placeholder,.field-box__input input[type=email]:-moz-placeholder,.field-box__input input[type=password]:-moz-placeholder,.field-box__input input[type=tel]:-moz-placeholder,.field-box__input input[type=number]:-moz-placeholder,.field-box__input textarea:-moz-placeholder,.field-box__input select:-moz-placeholder{transition:color .3s ease;color:#717680!important;opacity:1}.field-box__input input[type=text]:-ms-input-placeholder,.field-box__input input[type=email]:-ms-input-placeholder,.field-box__input input[type=password]:-ms-input-placeholder,.field-box__input input[type=tel]:-ms-input-placeholder,.field-box__input input[type=number]:-ms-input-placeholder,.field-box__input textarea:-ms-input-placeholder,.field-box__input select:-ms-input-placeholder{transition:color .3s ease;color:#717680!important;opacity:1}.field-box__input input[type=text],.field-box__input input[type=email],.field-box__input input[type=password],.field-box__input input[type=tel],.field-box__input input[type=number],.field-box__input textarea,.field-box__input select{transition:border-color .3s ease,border-radius .3s ease}.field-box__input input[type=text]:hover,.field-box__input input[type=email]:hover,.field-box__input input[type=password]:hover,.field-box__input input[type=tel]:hover,.field-box__input input[type=number]:hover,.field-box__input textarea:hover,.field-box__input select:hover{border-color:var(--border-color-hover)}.field-box__input input[type=text]:focus,.field-box__input input[type=email]:focus,.field-box__input input[type=password]:focus,.field-box__input input[type=tel]:focus,.field-box__input input[type=number]:focus,.field-box__input textarea:focus,.field-box__input select:focus{border-color:var(--border-color-selected)}.field-box__input input[type=text]:focus::placeholder,.field-box__input input[type=email]:focus::placeholder,.field-box__input input[type=password]:focus::placeholder,.field-box__input input[type=tel]:focus::placeholder,.field-box__input input[type=number]:focus::placeholder,.field-box__input textarea:focus::placeholder,.field-box__input select:focus::placeholder{transition:color .3s ease;color:#71768000!important;opacity:1}.field-box__input input[type=text]:focus::-webkit-input-placeholder,.field-box__input input[type=email]:focus::-webkit-input-placeholder,.field-box__input input[type=password]:focus::-webkit-input-placeholder,.field-box__input input[type=tel]:focus::-webkit-input-placeholder,.field-box__input input[type=number]:focus::-webkit-input-placeholder,.field-box__input textarea:focus::-webkit-input-placeholder,.field-box__input select:focus::-webkit-input-placeholder{transition:color .3s ease;color:#71768000!important;opacity:1}.field-box__input input[type=text]:focus::-moz-placeholder,.field-box__input input[type=email]:focus::-moz-placeholder,.field-box__input input[type=password]:focus::-moz-placeholder,.field-box__input input[type=tel]:focus::-moz-placeholder,.field-box__input input[type=number]:focus::-moz-placeholder,.field-box__input textarea:focus::-moz-placeholder,.field-box__input select:focus::-moz-placeholder{transition:color .3s ease;color:#71768000!important;opacity:1}.field-box__input input[type=text]:focus:-moz-placeholder,.field-box__input input[type=email]:focus:-moz-placeholder,.field-box__input input[type=password]:focus:-moz-placeholder,.field-box__input input[type=tel]:focus:-moz-placeholder,.field-box__input input[type=number]:focus:-moz-placeholder,.field-box__input textarea:focus:-moz-placeholder,.field-box__input select:focus:-moz-placeholder{transition:color .3s ease;color:#71768000!important;opacity:1}.field-box__input input[type=text]:focus:-ms-input-placeholder,.field-box__input input[type=email]:focus:-ms-input-placeholder,.field-box__input input[type=password]:focus:-ms-input-placeholder,.field-box__input input[type=tel]:focus:-ms-input-placeholder,.field-box__input input[type=number]:focus:-ms-input-placeholder,.field-box__input textarea:focus:-ms-input-placeholder,.field-box__input select:focus:-ms-input-placeholder{transition:color .3s ease;color:#71768000!important;opacity:1}.field-box__input input[type=number]{-moz-appearance:textfield}.field-box__input input[type=number]::-webkit-outer-spin-button,.field-box__input input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.field-box__input select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.46601 9C4.85091 9.66667 5.81316 9.66667 6.19806 9L10.5282 1.5C10.9131 0.833333 10.432 0 9.66216 0H1.0019C0.232104 0 -0.249021 0.833333 0.135879 1.5L4.46601 9Z' fill='black' fill-opacity='0.4'/%3E%3C/svg%3E%0A");background-size:.77em;background-position:calc(100% - 13px) center;background-repeat:no-repeat;padding-right:calc(.77em + 21px)}.field-box__input textarea{resize:none}.field-box__input textarea.h-87{height:87px}.field-box__input textarea.h-190{height:190px}.field-box__input .choices[data-type*=select-one]:after{width:.66em;height:.495em;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.10603 7.97063C5.50633 8.49064 6.29054 8.49064 6.69084 7.97063L11.5873 1.60999C12.0935 0.952425 11.6247 0 10.7949 0H1.00201C0.172174 0 -0.296588 0.952425 0.209609 1.60999L5.10603 7.97063Z' fill='%23585B60'/%3E%3C/svg%3E%0A");background-size:contain;background-position:center;background-repeat:no-repeat;border:none;margin-top:0;transform:translateY(-50%);transition:transform .3s ease}.field-box__input .choices__inner{display:flex;width:100%;min-width:100%;max-width:100%;padding:var(--padding)!important;background-color:var(--background-color);border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius)}.field-box__input .choices__inner::placeholder{transition:color .3s ease;color:#717680!important;opacity:1}.field-box__input .choices__inner::-webkit-input-placeholder{transition:color .3s ease;color:#717680!important;opacity:1}.field-box__input .choices__inner::-moz-placeholder{transition:color .3s ease;color:#717680!important;opacity:1}.field-box__input .choices__inner:-moz-placeholder{transition:color .3s ease;color:#717680!important;opacity:1}.field-box__input .choices__inner:-ms-input-placeholder{transition:color .3s ease;color:#717680!important;opacity:1}.field-box__input .choices__inner{transition:border-color .3s ease,border-radius .3s ease}.field-box__input .choices__inner:hover,.field-box__input .choices__inner:focus{border-color:var(--border-color-selected)}.field-box__input .choices.is-focused .choices__inner,.field-box__input .choices.is-open .choices__inner,.field-box__input .choices .choices__inner:hover,.field-box__input .choices .choices__inner:focus{border-color:var(--border-color-selected)}.field-box__input .choices__list--single{padding:0 12px 0 0}.field-box__input .choices__list--dropdown,.field-box__input .choices__list [aria-expanded]{background-color:var(--background-color)!important;border:var(--border-width) var(--border-style) var(--border-color-selected)!important;border-radius:0 0 var(--border-radius) var(--border-radius)}.field-box__input .choices__list--dropdown .choices__item,.field-box__input .choices__list [aria-expanded] .choices__item{padding:var(--padding)!important}.field-box__input .choices__list--dropdown .choices__item--selectable.is-highlighted,.field-box__input .choices__list [aria-expanded] .choices__item--selectable.is-highlighted{background-color:var(--border-color-hover)!important}.field-box__input .choices__item,.field-box__input .choices__list--dropdown .choices__item,.field-box__input .choices__list[aria-expanded] .choices__item{display:flex;align-items:center;font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--line-height);color:var(--color);text-align:var(--text-align);letter-spacing:var(--letter-spacing)}.field-box__input .choices__item span,.field-box__input .choices__list--dropdown .choices__item span,.field-box__input .choices__list[aria-expanded] .choices__item span{vertical-align:middle}.field-box__input .choices__item span:not(:last-child),.field-box__input .choices__list--dropdown .choices__item span:not(:last-child),.field-box__input .choices__list[aria-expanded] .choices__item span:not(:last-child){margin-right:.33em}.field-box__input .choices__item span.icon,.field-box__input .choices__list--dropdown .choices__item span.icon,.field-box__input .choices__list[aria-expanded] .choices__item span.icon{display:inline-block;line-height:0}.field-box__input .choices__item span.icon svg,.field-box__input .choices__list--dropdown .choices__item span.icon svg,.field-box__input .choices__list[aria-expanded] .choices__item span.icon svg{height:1em;width:auto}.field-box__input .choices.is-open[data-type*=select-one]:after{transform:translateY(-50%) rotate(180deg)}.field-box__input .choices.is-open .choices__inner{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.field-box__input .choices.is-flipped .choices__inner{border-radius:0 0 var(--border-radius) var(--border-radius)!important}.field-box__input .choices.is-flipped .choices__list--dropdown,.field-box__input .choices.is-flipped .choices__list [aria-expanded]{border-radius:var(--border-radius) var(--border-radius) 0 0!important}.field-box__input_checkbox{position:relative}.field-box__input_checkbox input[type=checkbox]{position:absolute;top:0;left:0;opacity:0;pointer-events:none;visibility:hidden}.field-box__input_checkbox input[type=checkbox]+span{position:relative;display:block;padding-left:24px;font-size:14px;font-weight:400;line-height:1.4285;font-weight:500;cursor:pointer}.field-box__input_checkbox input[type=checkbox]+span:before{position:absolute;content:"";display:block;top:9.9995px;left:0;font-size:16px;width:1em;height:1em;border:1px solid #D5D7DA;background-color:#fff;border-radius:4px;transform:translateY(-50%);background-size:.8em;background-position:center;background-repeat:no-repeat;transition:border-color .3s ease,background-color .3s ease}.field-box__input_checkbox input[type=checkbox]+span:hover:before{border-color:#b3b3b3}.field-box__input_checkbox input[type=checkbox]:checked+span:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23000000'%3E%3Cpath d='M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z'/%3E%3C/svg%3E")}.field-box__input_checkbox.has-active-color-blue input[type=checkbox]+span:before{border:1px solid #000000;background-color:transparent}.field-box__input_checkbox.has-active-color-blue input[type=checkbox]+span:hover:before{border-color:#007aff}.field-box__input_checkbox.has-active-color-blue input[type=checkbox]:checked+span:before{background-color:#007aff;border-color:#007aff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23ffffff'%3E%3Cpath d='M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z'/%3E%3C/svg%3E")}.field-box__icon{position:absolute;top:50%;left:calc(var(--icon-position));transform:translateY(-50%);font-size:var(--icon-size);line-height:0;color:#717680}.field-box__icon svg{height:1em;width:auto}.field-box__icon+input[type=text],.field-box__icon+input[type=email],.field-box__icon+input[type=password],.field-box__icon+input[type=tel],.field-box__icon+input[type=number],.field-box__icon textarea,.field-box__icon select{padding-left:calc(var(--icon-size) + var(--icon-position) + var(--icon-space) - var(--border-width))}.field-box a.field-box__icon{transition:color .3s ease}.field-box a.field-box__icon:hover,.field-box a.field-box__icon:focus{color:#3d3d3d}.field-box__description:not(:first-child){margin-top:6px}.field-box__description.error-message{color:#e40a2e;position:absolute;margin-top:0}.field-box_rounded .field-box__input{--border-radius: 50px}.field-box_right .field-box__input{--text-align: right}.field-box_icon-right .field-box__icon{left:auto;right:var(--padding-x)}.field-box_icon-right .field-box__icon+input[type=text],.field-box_icon-right .field-box__icon+input[type=email],.field-box_icon-right .field-box__icon+input[type=password],.field-box_icon-right .field-box__icon+input[type=tel],.field-box_icon-right .field-box__icon+input[type=number],.field-box_icon-right .field-box__icon textarea,.field-box_icon-right .field-box__icon select{padding-left:var(--padding-x);padding-right:calc(var(--icon-size) + var(--icon-position) + var(--icon-space) - var(--border-width))}.field-box_xxxs .field-box__input{--border-radius: 8px;--padding-y: 7px;--padding-x: 10px;--border-width: 1px;--font-size: 10px;--line-height: 1.3;--font-weight: 500;--letter-spacing: -.01em;--icon-position: 10px;--icon-size: 13px}.field-box_xxs .field-box__input{--border-radius: 25px;--padding-y: 7px;--padding-x: 9px;--border-width: 1px;--font-size: 10px;--line-height: 1.3;--font-weight: 600;--letter-spacing: -.01em;--icon-position: 10px;--icon-size: 13px}.field-box_xs .field-box__input{--border-radius: 10px;--padding-y: 10.5px;--padding-x: 20.5px;--border-width: .5px;--font-size: 14px;--line-height: 1.2857;--font-weight: 400;--letter-spacing: -.03em;--icon-position: 15px;--icon-size: 12px}.field-box_xs .field-box__input select{padding-right:calc(.77em + 23px)}.field-box_xs .field-box__input textarea{height:calc(2.5714em + 30px)}.field-box_sm .field-box__input{--border-radius: 10px;--padding: 15px;--border-width: .5px;--font-size: 14px;--line-height: 1.2857;--font-weight: 400;--letter-spacing: -.03em}.field-box_sm .field-box__input select{padding-right:calc(.77em + 23px)}.field-box_sm .field-box textarea{height:calc(2.5714em + 30px)}.field-box_lg .field-box__input{--border-radius: 10px;--padding-y: 8px;--padding-x: 12px;--border-width: .5px;--font-size: 16px;--line-height: 1.33333;--font-weight: 500;--letter-spacing: -.03em;--icon-size: 16px;--icon-position: var(--icon-size)}@media only screen and (min-width: 768px){.field-box_lg .field-box__input{--padding: 12px 20px;--font-size: 18px;--icon-size: 20px;--icon-gap: 12px}}.field-box_lg .field-box__input select{padding-right:calc(.77em + 20px)}@media only screen and (min-width: 768px){.field-box_lg .field-box__input select{padding-right:calc(.77em + 28px)}}.field-box_alt .field-box__input{--font-family: "Switzer", sans-serif;--background-color: #ffffff;--border-color: #ffffff;--border-color-hover: #D9D9D9;--border-color-selected: #B3B3B3;--color: #585B60;--box-shadow: -12px 8px 44px 0px rgba(0, 0, 0, .09)}.field-box_alt .field-box__input.has-error{--border-color: #E40A2E}.field-box_alt .field-box__input.has-success{--border-color: #007AFF}.field-box_alt .field-box__input input[type=text]::placeholder,.field-box_alt .field-box__input input[type=email]::placeholder,.field-box_alt .field-box__input input[type=password]::placeholder,.field-box_alt .field-box__input input[type=tel]::placeholder,.field-box_alt .field-box__input input[type=number]::placeholder,.field-box_alt .field-box__input textarea::placeholder,.field-box_alt .field-box__input select::placeholder,.field-box_alt .field-box__input .choices::placeholder{transition:color .3s ease;color:#c7c7c7!important;opacity:1}.field-box_alt .field-box__input input[type=text]::-webkit-input-placeholder,.field-box_alt .field-box__input input[type=email]::-webkit-input-placeholder,.field-box_alt .field-box__input input[type=password]::-webkit-input-placeholder,.field-box_alt .field-box__input input[type=tel]::-webkit-input-placeholder,.field-box_alt .field-box__input input[type=number]::-webkit-input-placeholder,.field-box_alt .field-box__input textarea::-webkit-input-placeholder,.field-box_alt .field-box__input select::-webkit-input-placeholder,.field-box_alt .field-box__input .choices::-webkit-input-placeholder{transition:color .3s ease;color:#c7c7c7!important;opacity:1}.field-box_alt .field-box__input input[type=text]::-moz-placeholder,.field-box_alt .field-box__input input[type=email]::-moz-placeholder,.field-box_alt .field-box__input input[type=password]::-moz-placeholder,.field-box_alt .field-box__input input[type=tel]::-moz-placeholder,.field-box_alt .field-box__input input[type=number]::-moz-placeholder,.field-box_alt .field-box__input textarea::-moz-placeholder,.field-box_alt .field-box__input select::-moz-placeholder,.field-box_alt .field-box__input .choices::-moz-placeholder{transition:color .3s ease;color:#c7c7c7!important;opacity:1}.field-box_alt .field-box__input input[type=text]:-moz-placeholder,.field-box_alt .field-box__input input[type=email]:-moz-placeholder,.field-box_alt .field-box__input input[type=password]:-moz-placeholder,.field-box_alt .field-box__input input[type=tel]:-moz-placeholder,.field-box_alt .field-box__input input[type=number]:-moz-placeholder,.field-box_alt .field-box__input textarea:-moz-placeholder,.field-box_alt .field-box__input select:-moz-placeholder,.field-box_alt .field-box__input .choices:-moz-placeholder{transition:color .3s ease;color:#c7c7c7!important;opacity:1}.field-box_alt .field-box__input input[type=text]:-ms-input-placeholder,.field-box_alt .field-box__input input[type=email]:-ms-input-placeholder,.field-box_alt .field-box__input input[type=password]:-ms-input-placeholder,.field-box_alt .field-box__input input[type=tel]:-ms-input-placeholder,.field-box_alt .field-box__input input[type=number]:-ms-input-placeholder,.field-box_alt .field-box__input textarea:-ms-input-placeholder,.field-box_alt .field-box__input select:-ms-input-placeholder,.field-box_alt .field-box__input .choices:-ms-input-placeholder{transition:color .3s ease;color:#c7c7c7!important;opacity:1}.field-box_alt .field-box__icon{color:#b3b3b3}.field-box_password .field-box__icon{cursor:pointer;transition:color .3s ease}.field-box_password .field-box__icon:hover,.field-box_password .field-box__icon:focus{color:#3d3d3d}.fields-group{padding:12px;background-color:#f5f5f5;border:1.5px solid #FFFFFF;box-shadow:-12px 8px 44px #00000017;border-radius:9px}@media only screen and (min-width: 768px){.fields-group{padding:18px;border-radius:10px;border-width:3px}}.fields-group__item:not(:last-child){margin-bottom:18px}.fields-group__item-title{font-family:Switzer,sans-serif;font-weight:600;font-size:17px;line-height:1.3;letter-spacing:-.03em;color:#585b60;display:flex;align-items:flex-start}@media only screen and (min-width: 768px){.fields-group__item-title{font-size:20px}}.fields-group__item-title svg,.fields-group__item-title .svg{flex-shrink:0;height:1em;width:auto;color:#b3b3b3;margin-top:.15em}.fields-group__item-title svg:not(:last-child),.fields-group__item-title .svg:not(:last-child){margin-right:8px}.fields-group__item-title .svg svg{margin:0;color:inherit}.fields-group__item-title:not(:last-child){margin-bottom:14px}.fields-group__item-title .delimiter{margin:0 9px}.fields-group__item-title a{color:#007aff;text-decoration:underline;text-decoration-style:solid;text-decoration-thickness:4%;text-underline-offset:2px;text-decoration-skip-ink:auto;transition:color .3s ease}.fields-group__item-title a:hover,.fields-group__item-title a:focus{color:#1759c9}.fields-group__item-content{display:flex;flex-direction:column;gap:12px}.fields-group__item-content:not(:last-child){margin-bottom:20px}.fields-group__item-content.mb-sm:not(:last-child){margin-bottom:12px}.fields-group__item-footer-main{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.fields-group__item-footer-main:not(:last-child){padding-bottom:11px;margin-bottom:6px;border-bottom:.7px solid rgba(0,0,0,.08)}.fields-group__item-footer-additional{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media only screen and (min-width: 768px){.fields-group__item-footer-additional{gap:15px}}.fields-group__item-footer-additional a{font-family:Switzer,sans-serif;font-weight:500;font-size:11px;line-height:1.3636;letter-spacing:-.03em;text-decoration:underline;text-decoration-style:dotted;text-decoration-offset:0%;text-decoration-thickness:11.5%;color:#0006}.fields-group__item-footer-additional a:hover{color:#000}.fields-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.fields-row__item_lg{flex-grow:1}.fields-row .field-box_alt .field-box__input input[type=text],.fields-row .field-box_alt .field-box__input input[type=email],.fields-row .field-box_alt .field-box__input input[type=password],.fields-row .field-box_alt .field-box__input input[type=tel],.fields-row .field-box_alt .field-box__input input[type=number],.fields-row .field-box_alt .field-box__input textarea,.fields-row .field-box_alt .field-box__input select{background-color:#ffffff26}@media only screen and (min-width: 768px){.fields-row .field-box_lg .field-box__input input[type=number]{padding-left:16px;padding-right:16px;width:67px}}.switcher{position:relative;font-family:Switzer,sans-serif;font-size:11px;font-weight:400;line-height:1;letter-spacing:-.03em;color:#979ba3}.switcher__main{display:flex;align-items:center;gap:16px}.switcher__main:not(:last-child){margin-bottom:2px}.switcher__title{font-size:12px;font-weight:600;line-height:1.3333;letter-spacing:-.03em;color:#3d3d3d}.switcher__toggle{cursor:pointer}.switcher__toggle:hover .switcher__slider{background-color:#757575}.switcher__input{position:absolute;top:0;left:0;opacity:0;visibility:hidden;pointer-events:none}.switcher__input+.switcher__slider{position:relative;display:block;width:45px;height:23px;border-radius:100px;background-color:#979ba3;font-size:19px;transition:background-color .3s ease}.switcher__input+.switcher__slider:after{position:absolute;content:"";top:50%;left:2px;width:1em;height:1em;border-radius:50%;background-color:#fff;transform:translateY(-50%);transition:left .3s ease}.switcher__input:checked+.switcher__slider{background-color:#007aff}.switcher__input:checked+.switcher__slider:after{left:calc(100% - 2px - 1em)}.switcher__input:checked+.switcher__slider:hover{background-color:#1759c9}.switcher__description{padding-right:61px}.checkboxes-list li{padding:0}.checkboxes-list li:not(:last-child){margin-bottom:16px}.navigation{position:relative}.navigation:first-child:last-child{height:100%}.navigation__container{position:relative;z-index:1;margin-right:-240px;background-color:#f5f5f5;border-radius:14px;box-shadow:0 4px 13px #0000004d;width:280px;height:100%;overflow:hidden;display:flex;flex-direction:column;transition:width .6s ease,box-shadow .6s ease,margin-right .6s ease}@media only screen and (min-width: 1024px){.navigation__container{margin-right:0;box-shadow:0 4px 13px #00000014}}.navigation__header{flex-shrink:0;position:relative;padding:24px 44px 24px 16px;display:flex;align-items:center;transition:padding .6s ease,margin-bottom .6s ease}.navigation__header:not(:last-child){margin-bottom:14px}.navigation__logo{position:relative;width:100%;font-size:32px;line-height:0;transition:font-size .6s ease}.navigation__logo img{height:1em;width:auto;transition:opacity .6s ease}.navigation__logo img.logo-min{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0}.navigation__toggle{position:absolute;top:50%;right:16px;transform:translateY(-50%);font-size:18px;line-height:0;display:flex;align-items:center;justify-content:center;color:#00000040;transition:color .3s ease,top .6s ease,transform .6s ease}.navigation__toggle svg{height:1em;width:auto}.navigation__toggle:hover{color:#000;cursor:pointer}.navigation__content{flex-grow:1;overflow-y:auto;padding:0 5px;transition:padding .6s ease}.navigation__content ul li:not(:last-child){margin-bottom:5px}.navigation__content ul li a{display:flex;align-items:center;gap:10px;padding:12px 23px;border-radius:10px;font-family:Switzer,sans-serif;font-size:16px;font-weight:500;line-height:1;color:#000;transition:padding .6s ease,background-color .3s ease}.navigation__content ul li a:hover{background-color:#dde2e980}.navigation__content ul li a.is-active{background-color:#dde2e9}.navigation__content ul li a span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.navigation__content ul li a span:not(.count){margin-right:auto}.navigation__content ul li a span.count{flex-shrink:0;font-size:13px;padding:2.5px 5px;min-width:25px;min-height:18px;border-radius:15px;text-align:center;background-color:#007aff;color:#fff;transition:min-width .6s ease,min-height .6s ease,padding .6s ease,font-size .6s ease,margin .3s ease}.navigation__content ul li a svg{flex-shrink:0;font-size:19px;height:1em;width:auto}.navigation__footer{flex-shrink:0;padding:6px;overflow:hidden}.navigation__input{position:absolute;top:0;left:0;opacity:0;pointer-events:none;visibility:hidden}.navigation__input:checked~.navigation__container{width:40px;box-shadow:0 4px 13px #00000014;margin-right:0}.navigation__input:checked~.navigation__container .navigation__header{padding:18px 8px 44px}.navigation__input:checked~.navigation__container .navigation__header:not(:last-child){margin-bottom:10px}.navigation__input:checked~.navigation__container .navigation__logo{font-size:19px}.navigation__input:checked~.navigation__container .navigation__logo img.logo-full{opacity:0}.navigation__input:checked~.navigation__container .navigation__logo img.logo-min{opacity:1}.navigation__input:checked~.navigation__container .navigation__toggle{top:calc(100% - 36px);right:50%;transform:translate(50%)}.navigation__input:checked~.navigation__container .navigation__content{padding:0 3px}.navigation__input:checked~.navigation__container .navigation__content ul li a{padding:12px 7.5px}.navigation__input:checked~.navigation__container .navigation__content ul li a span.count{font-size:0;min-width:5px;min-height:5px;padding:0;margin-left:-22px;margin-top:-13px}.navigation__input:checked~.navigation__container .user-profile{border-width:0}.navigation__input:checked~.navigation__container .user-profile__header{padding:2px;gap:0}.navigation__input:checked~.navigation__container .user-profile__image{font-size:24px}.navigation__input:checked~.navigation__container .user-profile__name,.navigation__input:checked~.navigation__container .user-profile__icon{font-size:0}.navigation_static:first-child:last-child{height:auto}.navigation_static .navigation__container{position:static;margin:0;background-color:transparent;border-radius:0;box-shadow:none;width:auto;height:auto;overflow:unset;display:flex;flex-direction:column}.navigation_static .navigation__content{padding:0}.navigation_alt .navigation__content ul li a{font-size:15px;padding:7px 20px;border-radius:50px;color:#1b1f26b8;transition:padding .3s ease}@media only screen and (min-width: 1024px){body.is-nav-opened .navigation_alt .navigation__content ul li a{padding:7px 10px}}.navigation_alt .navigation__content ul li a svg{font-size:24px;color:#000}.navigation_alt .navigation__content ul li a:hover{background-color:#fffc}.navigation_alt .navigation__content ul li a.is-active{background-color:#fff}.user-profile{position:relative;border:1px solid #D9D9D9;border-radius:10px;transition:border-width .6s ease}.user-profile__header{padding:7px 15px;display:flex;align-items:center;gap:12px;color:#0a0d12b8;cursor:pointer;border-radius:9px;transition:background-color .3s ease,gap .6s ease,padding .6s ease}.user-profile__header:hover{background-color:#ebedf0}.user-profile__image{flex-shrink:0;font-size:33px;width:1em;height:1em;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:font-size .6s ease}.user-profile__name,.user-profile__icon{transition:font-size .6s ease}.user-profile__name{font-family:Switzer,sans-serif;font-size:15px;line-height:1;font-weight:500}.user-profile__icon{margin-left:auto;font-size:10px;line-height:0;transition:transform .3s ease}.user-profile__icon svg{height:1em;width:auto}.user-profile__content{max-height:0;overflow:hidden;padding:0 5px;transition:max-height .4s ease,padding .4s ease}.user-profile__content ul li.has-separator-before{border-top:1px solid #D9D9D9;padding-top:6px}.user-profile__content ul li:not(:last-child){margin-bottom:6px}.user-profile__content ul li a,.user-profile__content ul li button{display:flex;align-items:center;gap:10px;padding:8px 19px;border-radius:10px;font-family:Switzer,sans-serif;font-size:14px;font-weight:500;line-height:1.2;color:#8c8c8c;transition:padding .6s ease,background-color .3s ease,color .3s ease}.user-profile__content ul li a:hover,.user-profile__content ul li a.is-active,.user-profile__content ul li button:hover,.user-profile__content ul li button.is-active{color:#404040}.user-profile__content ul li a.is-active,.user-profile__content ul li button.is-active{background-color:#dde2e9}.user-profile__content ul li a.has-danger-style,.user-profile__content ul li button.has-danger-style{background-color:#ffdedd;color:#ff5f57}.user-profile__content ul li a.has-danger-style:hover,.user-profile__content ul li button.has-danger-style:hover{background-color:#ff5f574d}.user-profile__content ul li a span,.user-profile__content ul li button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile__content ul li a svg,.user-profile__content ul li button svg{flex-shrink:0;font-size:16px;height:1em;width:auto}.user-profile__input{position:absolute;top:0;left:0;opacity:0;pointer-events:none;visibility:hidden}.user-profile__input:checked~.user-profile__container .user-profile__icon{transform:rotate(90deg)}.user-profile__input:checked~.user-profile__container .user-profile__content{display:block;padding-top:16px;padding-bottom:5px;max-height:216px;overflow-y:auto}.cards__content{display:flex;flex-wrap:wrap;gap:16px;container-type:inline-size}.cards__item{width:100%}@container (min-width: 530px){.cards__item{width:calc(50% - 8px)}}@container (min-width: 750px){.cards__item{width:calc(33.333% - 10.6666666667px)}}@container (min-width: 1000px){.cards__item{width:calc(25% - 12px)}}.card{position:relative;display:block;background-color:#fff;box-shadow:-12px 8px 44px #00000017;border-radius:14px;padding:16px;font-family:Switzer,sans-serif;font-size:14px;font-weight:500;line-height:1.4285;letter-spacing:-.03em;cursor:pointer}.card:first-child:last-child{height:100%}.card:before{position:absolute;content:"";display:block;top:0;left:0;width:100%;height:100%;border-radius:inherit;box-shadow:0 0 0 3px #08f;opacity:0;pointer-events:none;transition:opacity .3s ease}.card:hover:before{opacity:1}.card__inner{height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.card__header{position:relative;padding-top:23px}.card__tag{position:absolute;top:0;right:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;padding:1px 6px;background-color:#007aff;border-radius:15px;font-family:Switzer,sans-serif;font-size:13px;font-weight:400;line-height:1.2307;letter-spacing:-.01em;color:#fff}.card__title{font-size:16px;font-weight:500;line-height:1.125;letter-spacing:-.03em;color:#1b1f26b8}.card__content{display:flex;flex-direction:column;gap:10px}.card__info{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.card__date{color:#0006}.card__category{color:#767676}.card__image{display:block;padding-top:62%;border-radius:11px;background-size:cover;background-position:center;background-repeat:no-repeat}.card__icon{max-width:80%;display:flex;align-items:center;justify-content:center;font-size:84px;margin:0 auto}@media only screen and (min-width: 1024px){.card__icon{max-width:100%}}.card__icon svg{height:1em;width:auto}.card__icon svg.icon-folder{height:auto;margin:0 -12% -18%}.card__icon svg.icon-corner-up-left{margin:20% 0}.card_has-icon{background-color:#d9d9d9}.card_has-icon .card__inner{justify-content:center}.card_has-icon .card__header{padding-top:0;text-align:center}.section-header:not(:last-child){margin-bottom:30px}.section-header__inner{display:flex;flex-wrap:wrap;align-items:center;gap:14px 20px}@media only screen and (min-width: 1024px){.section-header__inner{gap:30px}}.section-header__actions{margin-left:auto;display:flex;align-items:center;gap:20px}@media only screen and (min-width: 768px){.section-header__actions{gap:36px}}.section-header__title{display:flex;align-items:center;gap:12px;color:#1b1f26b8;font-family:Switzer,sans-serif;font-weight:600;font-size:22px;line-height:1.1818;letter-spacing:-.03em}@media only screen and (min-width: 768px){.section-header__title{font-size:26px}}@media only screen and (min-width: 1024px){.section-header__title{font-size:28px}}.section-header__title svg{font-size:19px;height:1em;width:auto}@media only screen and (min-width: 768px){.section-header__title svg{font-size:22px}}@media only screen and (min-width: 1024px){.section-header__title svg{font-size:24px}}.section-header__icons{flex-shrink:0;display:flex;align-items:center;gap:8px}.section-header__icons-item{display:flex;color:#0003;line-height:0}.section-header__icons-item:hover{color:#000}.section-header__icons-item.is-selected{color:#00000080}.section-header_sm .section-header__title{gap:6px;font-size:22px}.section-header_sm .section-header__title svg{font-size:1em}.section-header_sm .section-header__search{width:190px;max-width:100%}.badge{position:relative;display:inline-block;padding:1.5px 9px;background-color:#b3b3b3;border:1px solid #B3B3B3;border-radius:6.5px;font-family:Switzer,sans-serif;font-size:13px;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:#fff;white-space:nowrap}.badge span,.badge:before{vertical-align:middle}.badge.is-blue:before,.badge.is-yellow:before{content:"";display:inline-block;width:6.5px;height:6.5px;background-color:currentColor;border-radius:50%;margin-right:4px}.badge.is-blue{background-color:#e5f2ff;border-color:currentColor;color:#007aff}.badge.is-yellow{background-color:#fff0a1;border-color:#ffc800;color:#704700}.section-header+.table-box{flex-grow:1}.main__content .table-box__content{margin:0 -20px;padding:0 20px}.table-box .admin-label{border-radius:5px;color:#3f6a50;background-color:#e9f2ec;padding:4px 10px}.table-box__content{overflow-x:auto;overflow-y:hidden}.table-box table thead tr th{position:relative;padding:7px 12px;border-top:1px solid #DBDDE0;border-bottom:1px solid #DBDDE0;font-family:Switzer,sans-serif;font-size:14px;line-height:1.3636;font-weight:600;letter-spacing:-.01em;text-align:left;color:#8d8e90}.table-box table thead tr th:not(:first-child):not(.is-empty):before{position:absolute;content:"";display:block;width:1px;height:22px;background-color:#dbdde0;top:50%;left:0;transform:translateY(-50%)}.table-box table thead tr th .text,.table-box table thead tr th .sort{vertical-align:middle}.table-box table thead tr th .sort{display:inline-block;margin-left:6px;font-size:9px;line-height:0;transition:transform .3s ease,color .3s ease}.table-box table thead tr th .sort svg{height:1em;width:auto}.table-box table thead tr th.row-link:first-child+th:before{content:none}.table-box table thead tr th.has-icon{padding-left:42px}.table-box table thead tr th.is-sortable{cursor:pointer}.table-box table thead tr th.is-sortable:hover,.table-box table thead tr th.is-sortable.is-sorting-active{color:#767676}.table-box table thead tr th.is-sortable.is-sorting-active .sort{transform:rotate(180deg)}.table-box table tbody tr.has-blue-icon .icon{color:#007aff}.table-box table tbody tr td{position:relative;z-index:2;padding:15px 12px;border-bottom:1px solid #DBDDE0;font-family:Switzer,sans-serif;font-size:14px;font-weight:500;line-height:1.3846;letter-spacing:-.04em;color:#b3b3b3;vertical-align:middle;word-spacing:-.25em}.table-box table tbody tr td *{word-spacing:normal}.table-box table tbody tr td.text-md{font-size:16px;letter-spacing:-.01em}.table-box table tbody tr td .icon,.table-box table tbody tr td .text{vertical-align:middle}.table-box table tbody tr td .icon{display:inline-flex;font-size:18px;line-height:0;color:#8d8e90}.table-box table tbody tr td .icon:not(:last-child){margin-right:6px}@media only screen and (min-width: 768px){.table-box table tbody tr td .icon:not(:last-child){margin-right:12px}}.table-box table tbody tr td .icon svg{height:1em;width:1em}.table-box table tbody tr td .actions-box{z-index:2}.table-box_simulations-library table,.table-box_simulations-library thead,.table-box_simulations-library tbody,.table-box_simulations-library th,.table-box_simulations-library td,.table-box_simulations-library-admin table,.table-box_simulations-library-admin thead,.table-box_simulations-library-admin tbody,.table-box_simulations-library-admin th,.table-box_simulations-library-admin td{display:block}.table-box_simulations-library tr,.table-box_simulations-library-admin tr{display:flex;position:relative}.table-box_simulations-library table thead tr.has-row-hover td:first-child,.table-box_simulations-library table thead tr td.row-link,.table-box_simulations-library table tbody tr.has-row-hover td:first-child,.table-box_simulations-library table tbody tr td.row-link,.table-box_simulations-library-admin table thead tr.has-row-hover td:first-child,.table-box_simulations-library-admin table thead tr td.row-link,.table-box_simulations-library-admin table tbody tr.has-row-hover td:first-child,.table-box_simulations-library-admin table tbody tr td.row-link{position:static}.table-box_simulations-library table thead tr.has-row-hover td:first-child>*,.table-box_simulations-library table tbody tr.has-row-hover td:first-child>*,.table-box_simulations-library-admin table thead tr.has-row-hover td:first-child>*,.table-box_simulations-library-admin table tbody tr.has-row-hover td:first-child>*{position:relative;z-index:2}.table-box_simulations-library table thead tr.has-row-hover:hover,.table-box_simulations-library table tbody tr.has-row-hover:hover,.table-box_simulations-library-admin table thead tr.has-row-hover:hover,.table-box_simulations-library-admin table tbody tr.has-row-hover:hover{z-index:3}@media only screen and (min-width: 1260px){.table-box_simulations-library table thead tr.has-row-hover:hover td:first-child:before,.table-box_simulations-library table tbody tr.has-row-hover:hover td:first-child:before,.table-box_simulations-library-admin table thead tr.has-row-hover:hover td:first-child:before,.table-box_simulations-library-admin table tbody tr.has-row-hover:hover td:first-child:before{opacity:1}}.table-box_simulations-library table thead tr td.row-link,.table-box_simulations-library table tbody tr td.row-link,.table-box_simulations-library-admin table thead tr td.row-link,.table-box_simulations-library-admin table tbody tr td.row-link{padding:0;width:0px}@media only screen and (min-width: 768px){.table-box_simulations-library table thead tr td.row-link a:hover,.table-box_simulations-library table tbody tr td.row-link a:hover,.table-box_simulations-library-admin table thead tr td.row-link a:hover,.table-box_simulations-library-admin table tbody tr td.row-link a:hover{opacity:1}}.table-box_simulations-library table thead tr.has-row-hover td:first-child:before,.table-box_simulations-library table thead tr td.row-link a,.table-box_simulations-library table tbody tr.has-row-hover td:first-child:before,.table-box_simulations-library table tbody tr td.row-link a,.table-box_simulations-library-admin table thead tr.has-row-hover td:first-child:before,.table-box_simulations-library-admin table thead tr td.row-link a,.table-box_simulations-library-admin table tbody tr.has-row-hover td:first-child:before,.table-box_simulations-library-admin table tbody tr td.row-link a{position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:1;cursor:pointer;border-radius:10px;transition:opacity .3s ease}@media only screen and (min-width: 768px){.table-box_simulations-library table thead tr td.row-link a,.table-box_simulations-library table tbody tr td.row-link a,.table-box_simulations-library-admin table thead tr td.row-link a,.table-box_simulations-library-admin table tbody tr td.row-link a{top:-1px;left:-6px;width:calc(100% + 12px);height:calc(100% + 2px);background-color:#fff;border:1.3px solid #007AFF;box-shadow:0 8px 20px #00000017;opacity:0}}@media only screen and (max-width: 1259px){.table-box_simulations-library table thead tr.has-row-hover:has(:hover) td,.table-box_simulations-library table tbody tr.has-row-hover:has(:hover) td,.table-box_simulations-library-admin table thead tr.has-row-hover:has(:hover) td,.table-box_simulations-library-admin table tbody tr.has-row-hover:has(:hover) td{background-color:#fff}}@media only screen and (min-width: 1260px){.table-box_simulations-library table thead tr.has-row-hover td:first-child:before,.table-box_simulations-library table tbody tr.has-row-hover td:first-child:before,.table-box_simulations-library-admin table thead tr.has-row-hover td:first-child:before,.table-box_simulations-library-admin table tbody tr.has-row-hover td:first-child:before{top:-1px;left:-6px;width:calc(100% + 12px);height:calc(100% + 2px);background-color:#fff;border:1.3px solid #007AFF;box-shadow:0 8px 20px #00000017;opacity:0}}@media only screen and (max-width: 767px){.table-box_simulations-library table thead tr.has-row-link:has(:hover) td,.table-box_simulations-library table tbody tr.has-row-link:has(:hover) td,.table-box_simulations-library-admin table thead tr.has-row-link:has(:hover) td,.table-box_simulations-library-admin table tbody tr.has-row-link:has(:hover) td{background-color:#fff}}.table-box_simulations-library table thead tr.has-row-link td:not(.row-link),.table-box_simulations-library table tbody tr.has-row-link td:not(.row-link),.table-box_simulations-library-admin table thead tr.has-row-link td:not(.row-link),.table-box_simulations-library-admin table tbody tr.has-row-link td:not(.row-link){pointer-events:none}.table-box_simulations-library table thead tr th:first-child:before,.table-box_simulations-library table thead tr th.row-link+th:before,.table-box_simulations-library table thead tr td:first-child:before,.table-box_simulations-library table thead tr td.row-link+th:before,.table-box_simulations-library table tbody tr th:first-child:before,.table-box_simulations-library table tbody tr th.row-link+th:before,.table-box_simulations-library table tbody tr td:first-child:before,.table-box_simulations-library table tbody tr td.row-link+th:before,.table-box_simulations-library-admin table thead tr th:first-child:before,.table-box_simulations-library-admin table thead tr th.row-link+th:before,.table-box_simulations-library-admin table thead tr td:first-child:before,.table-box_simulations-library-admin table thead tr td.row-link+th:before,.table-box_simulations-library-admin table tbody tr th:first-child:before,.table-box_simulations-library-admin table tbody tr th.row-link+th:before,.table-box_simulations-library-admin table tbody tr td:first-child:before,.table-box_simulations-library-admin table tbody tr td.row-link+th:before{content:none}.table-box_simulations-library .table-box__content{padding-bottom:22px!important}.table-box_simulations-library table thead tr th.row-link,.table-box_simulations-library table thead tr td.row-link,.table-box_simulations-library table tbody tr th.row-link,.table-box_simulations-library table tbody tr td.row-link{position:static;padding:0;width:0px}.table-box_simulations-library table thead tr th.col-name,.table-box_simulations-library table thead tr td.col-name,.table-box_simulations-library table tbody tr th.col-name,.table-box_simulations-library table tbody tr td.col-name{width:60%;min-width:260px}.table-box_simulations-library table thead tr th.col-status,.table-box_simulations-library table thead tr td.col-status,.table-box_simulations-library table tbody tr th.col-status,.table-box_simulations-library table tbody tr td.col-status{width:13.3333333333%;min-width:122px}.table-box_simulations-library table thead tr th.col-date_assigned,.table-box_simulations-library table thead tr td.col-date_assigned,.table-box_simulations-library table tbody tr th.col-date_assigned,.table-box_simulations-library table tbody tr td.col-date_assigned,.table-box_simulations-library table thead tr th.col-date_played,.table-box_simulations-library table thead tr td.col-date_played,.table-box_simulations-library table tbody tr th.col-date_played,.table-box_simulations-library table tbody tr td.col-date_played{width:13.3333333333%;min-width:144px}.table-box_simulations-library-admin .table-box__content{padding-bottom:130px!important;margin-bottom:-130px!important}.table-box_simulations-library-admin table thead tr th.col-name,.table-box_simulations-library-admin table thead tr td.col-name,.table-box_simulations-library-admin table tbody tr th.col-name,.table-box_simulations-library-admin table tbody tr td.col-name{width:calc(100% - 777px);min-width:260px}.table-box_simulations-library-admin table thead tr th.col-date_assigned,.table-box_simulations-library-admin table thead tr th.col-date_played,.table-box_simulations-library-admin table thead tr td.col-date_assigned,.table-box_simulations-library-admin table thead tr td.col-date_played,.table-box_simulations-library-admin table tbody tr th.col-date_assigned,.table-box_simulations-library-admin table tbody tr th.col-date_played,.table-box_simulations-library-admin table tbody tr td.col-date_assigned,.table-box_simulations-library-admin table tbody tr td.col-date_played{width:148px;min-width:148px}.table-box_simulations-library-admin table thead tr th.col-buttons,.table-box_simulations-library-admin table thead tr td.col-buttons,.table-box_simulations-library-admin table tbody tr th.col-buttons,.table-box_simulations-library-admin table tbody tr td.col-buttons{width:432px;min-width:432px}.table-box_simulations-library-admin table thead tr th.col-buttons .buttons,.table-box_simulations-library-admin table thead tr td.col-buttons .buttons,.table-box_simulations-library-admin table tbody tr th.col-buttons .buttons,.table-box_simulations-library-admin table tbody tr td.col-buttons .buttons{display:flex;gap:10px}.table-box_simulations-library-admin table thead tr th.col-date_actions,.table-box_simulations-library-admin table thead tr td.col-date_actions,.table-box_simulations-library-admin table tbody tr th.col-date_actions,.table-box_simulations-library-admin table tbody tr td.col-date_actions{width:49px;min-width:49px}.table-box_simulations-library-admin table thead tr th.col-buttons>*,.table-box_simulations-library-admin table thead tr th.col-actions>*,.table-box_simulations-library-admin table thead tr td.col-buttons>*,.table-box_simulations-library-admin table thead tr td.col-actions>*,.table-box_simulations-library-admin table tbody tr th.col-buttons>*,.table-box_simulations-library-admin table tbody tr th.col-actions>*,.table-box_simulations-library-admin table tbody tr td.col-buttons>*,.table-box_simulations-library-admin table tbody tr td.col-actions>*{opacity:0;transition:opacity .3s ease}.table-box_simulations-library-admin table thead tr th.col-buttons:before,.table-box_simulations-library-admin table thead tr th.col-actions:before,.table-box_simulations-library-admin table thead tr td.col-buttons:before,.table-box_simulations-library-admin table thead tr td.col-actions:before,.table-box_simulations-library-admin table tbody tr th.col-buttons:before,.table-box_simulations-library-admin table tbody tr th.col-actions:before,.table-box_simulations-library-admin table tbody tr td.col-buttons:before,.table-box_simulations-library-admin table tbody tr td.col-actions:before{content:none!important}.table-box_simulations-library-admin table thead tr:hover td.col-buttons>*,.table-box_simulations-library-admin table thead tr:hover td.col-actions>*,.table-box_simulations-library-admin table tbody tr:hover td.col-buttons>*,.table-box_simulations-library-admin table tbody tr:hover td.col-actions>*{opacity:1}.table-box_reports table thead tr th,.table-box_reports table thead tr td,.table-box_reports table tbody tr th,.table-box_reports table tbody tr td{padding:9px 16px 9px 4px;transition:background-color .3s ease}.table-box_reports table thead tr th.col-date_played,.table-box_reports table thead tr td.col-date_played,.table-box_reports table tbody tr th.col-date_played,.table-box_reports table tbody tr td.col-date_played{width:20%;min-width:136px}.table-box_reports table thead tr th.col-action,.table-box_reports table thead tr td.col-action,.table-box_reports table tbody tr th.col-action,.table-box_reports table tbody tr td.col-action{text-align:right;white-space:nowrap}.table-box_reports table thead tr th:not(:first-child),.table-box_reports table thead tr td:not(:first-child),.table-box_reports table tbody tr th:not(:first-child),.table-box_reports table tbody tr td:not(:first-child){padding-left:16px}.table-box_reports table thead tr th,.table-box_reports table tbody tr th{font-size:12px;border-top:none}.table-box_reports table thead tr:hover td,.table-box_reports table tbody tr:hover td{background-color:#eaf0fa}.table-box_teams-users .table-box__content{padding-bottom:100px;margin-bottom:-100px}.table-box_teams-users table thead tr th,.table-box_teams-users table thead tr td,.table-box_teams-users table tbody tr th,.table-box_teams-users table tbody tr td{position:static;padding:7.5px 17px}.table-box_teams-users table thead tr th.col-name,.table-box_teams-users table thead tr td.col-name,.table-box_teams-users table tbody tr th.col-name,.table-box_teams-users table tbody tr td.col-name{width:15.75%;min-width:170px}.table-box_teams-users table thead tr th.col-email,.table-box_teams-users table thead tr td.col-email,.table-box_teams-users table tbody tr th.col-email,.table-box_teams-users table tbody tr td.col-email{width:13%;min-width:140px}.table-box_teams-users table thead tr th.col-role,.table-box_teams-users table thead tr td.col-role,.table-box_teams-users table tbody tr th.col-role,.table-box_teams-users table tbody tr td.col-role{width:10.75%;min-width:115px}.table-box_teams-users table thead tr th.col-date_added,.table-box_teams-users table thead tr td.col-date_added,.table-box_teams-users table tbody tr th.col-date_added,.table-box_teams-users table tbody tr td.col-date_added{width:13%;min-width:130px}.table-box_teams-users table thead tr th.col-team,.table-box_teams-users table thead tr td.col-team,.table-box_teams-users table tbody tr th.col-team,.table-box_teams-users table tbody tr td.col-team{width:47.5%;min-width:200px}.table-box_teams-users table thead tr th.col-actions,.table-box_teams-users table thead tr td.col-actions,.table-box_teams-users table tbody tr th.col-actions,.table-box_teams-users table tbody tr td.col-actions{width:45px;min-width:45px;padding-left:0}.table-box_teams-users table thead tr th.col-actions:before,.table-box_teams-users table thead tr td.col-actions:before,.table-box_teams-users table tbody tr th.col-actions:before,.table-box_teams-users table tbody tr td.col-actions:before{content:none!important}.table-box_teams-users table thead tr th{font-size:10px;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:#0006}.table-box_teams-users table thead tr th.is-sortable:hover,.table-box_teams-users table thead tr th.is-sortable.is-sorting-active{color:#000}.table-box_teams-users table tbody tr:hover td{background-color:#ebedf0}.table-box_teams-users table tbody tr td{font-size:12px;line-height:1.3;letter-spacing:-.04em;color:#55637b;transition:background-color .3s ease}.table-box_teams-users table tbody tr td.col-name img,.table-box_teams-users table tbody tr td.col-name span{vertical-align:middle}.table-box_teams-users table tbody tr td.col-name img{font-size:20px;width:1em;height:1em;border-radius:50%;object-fit:cover}.table-box_teams-users table tbody tr td.col-name img:not(:last-child){margin-right:8px}.table-box_teams-users table tbody tr td.col-date_added{color:#00000045}.table-box .select-wrapper{display:flex;justify-content:flex-start}.table-box .select-wrapper .choices{min-width:69px;font-family:Switzer,sans-serif;font-size:11px;font-weight:600;line-height:1.3636;letter-spacing:-.01em;color:#007aff;--border-radius: 5px}.table-box .select-wrapper .choices .choices__inner,.table-box .select-wrapper .choices[data-type*=select-one] .choices__inner{padding:0;border:none;background:transparent;border-radius:0;min-height:unset;font-size:inherit}.table-box .select-wrapper .choices[data-value=admin]:after{color:#5050ff}.table-box .select-wrapper .choices[data-type*=select-one]:after{border-width:3.75px 2.5px 0;border-color:currentColor transparent transparent;margin-top:0;transform:translateY(-50%);transition:transform .3s ease}.table-box .select-wrapper .choices[data-type*=select-one] .choices__inner .choices__item{padding:var(--padding-y) calc(var(--padding-x) + 16px) var(--padding-y) var(--padding-x);border-radius:var(--border-radius)}.table-box .select-wrapper .choices[data-type*=select-one].is-open:after{border-color:transparent transparent currentColor;border-width:0 2.5px 3.75px}.table-box .select-wrapper .choices[data-type*=select-one].is-open .choices__inner .choices__item{border-bottom-left-radius:0;border-bottom-right-radius:0}.table-box .select-wrapper .choices[data-type*=select-one].is-open .choices__inner .choices__item,.table-box .select-wrapper .choices[data-type*=select-one]:hover .choices__inner .choices__item{background-color:#fff}.table-box .select-wrapper .choices[data-type*=select-one].is-open .choices__inner .choices__item[data-value=admin],.table-box .select-wrapper .choices[data-type*=select-one]:hover .choices__inner .choices__item[data-value=admin]{background-color:#e4e4ff}.table-box .select-wrapper .choices__list--single{padding:0}.table-box .select-wrapper .choices__list--dropdown .choices__item,.table-box .select-wrapper .choices__list[aria-expanded] .choices__item,.table-box .select-wrapper .choices .choices__item{--padding-y: 4px;--padding-x: 10px;padding:var(--padding-y) var(--padding-x);font-size:inherit;transition:color .3s ease,background-color .3s ease,border-radius .3s ease}.table-box .select-wrapper .choices__list--dropdown .choices__item[data-value=admin],.table-box .select-wrapper .choices__list[aria-expanded] .choices__item[data-value=admin],.table-box .select-wrapper .choices .choices__item[data-value=admin]{color:#5050ff;background-color:#e4e4ff}.table-box .select-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted,.table-box .select-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted,.table-box .select-wrapper .choices .choices__item--selectable.is-highlighted{background-color:#fff}.table-box .select-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted[data-value=admin],.table-box .select-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted[data-value=admin],.table-box .select-wrapper .choices .choices__item--selectable.is-highlighted[data-value=admin]{background-color:#e4e4ff}.table-box .select-wrapper .choices__list--dropdown,.table-box .select-wrapper .choices__list[aria-expanded]{padding:0;margin:0;background-color:#fff;border:none;border-radius:0 0 var(--border-radius) var(--border-radius);box-shadow:1px 16px 26px #0000004a}.table-box .select-wrapper .choices__list--dropdown .choices__item:last-child,.table-box .select-wrapper .choices__list[aria-expanded] .choices__item:last-child{border-radius:0 0 var(--border-radius) var(--border-radius)}.table-box .actions-box{position:relative}.table-box .actions-box__icon{display:flex;align-items:center;justify-content:center;font-size:25px;width:1em;height:1em;border-radius:5px;transition:background-color .3s ease}.table-box .actions-box__icon svg{font-size:13px;height:1em;width:auto}.table-box .actions-box__list{position:absolute;top:calc(100% + 13px);right:0;opacity:0;pointer-events:none;display:flex;flex-direction:column;gap:8px;padding:12px 16px;background-color:#fff;box-shadow:0 0 20px #00000026;border-radius:5px;z-index:3;transition:opacity .3s ease}.table-box .actions-box__list:before{position:absolute;content:"";display:block;width:100%;height:15px;bottom:calc(100% - 1px);left:0}.table-box .actions-box__item{display:flex;align-items:center;gap:5px;white-space:nowrap;font-family:Switzer,sans-serif;font-size:11px;font-weight:600;line-height:1.3636;letter-spacing:-.03em;color:#007aff;transition:color .3s ease}.table-box .actions-box__item:hover{color:#1759c9}.table-box .actions-box__item.has-color-warning{color:#ff5f57}.table-box .actions-box__item.has-color-warning:hover{color:#eb425e}.table-box .actions-box__item.has-color-gray{color:#585b60}.table-box .actions-box__item.has-color-gray:hover{color:#000}.table-box .actions-box__item svg{height:1em;width:auto}.table-box .actions-box:hover .actions-box__icon{background-color:#f5f5f5}.table-box .actions-box:hover .actions-box__list{opacity:1;pointer-events:auto}.report__top{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.report__top:not(:last-child){padding-bottom:33px;border-bottom:1px solid #DBDDE0;margin-bottom:40px}.report__info{display:flex;align-items:center;gap:17px;flex-wrap:wrap}.report__badge{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:47px;background-color:#007aff26;font-family:Switzer,sans-serif;font-weight:600;font-size:11px;line-height:1.3636;letter-spacing:-.01em;color:#007aff}.report__badge svg{font-size:15px;height:1em;width:auto}.report__date{font-family:Switzer,sans-serif;font-weight:500;font-size:15px;line-height:1.266;letter-spacing:-.03em;color:#0006}.report__header{color:#0006}.report__header:not(:first-child){margin-top:34px}.report__header:not(:last-child){margin-bottom:50px}.report__header-main{display:flex;align-items:center;justify-content:space-between;gap:22px 14px;flex-wrap:wrap}.report__subtitle,.report__title{padding-left:27px}@media only screen and (min-width: 768px){.report__subtitle,.report__title{padding-left:29px}}@media only screen and (min-width: 1024px){.report__subtitle,.report__title{padding-left:31px}}.report__subtitle{font-family:Switzer,sans-serif;font-weight:600;font-size:15px;line-height:1.33333;letter-spacing:-.03em}.report__title{flex-grow:1;position:relative;display:flex;align-items:center;gap:7px}.report__title svg{position:absolute;font-size:20px;top:18.375px;left:0;height:1em;width:auto;transform:translateY(-50%)}@media only screen and (min-width: 768px){.report__title svg{top:19.6875px;font-size:22px}}@media only screen and (min-width: 1024px){.report__title svg{top:21px;font-size:24px}}.report__title span{color:#1b1f26b8}.report__time{display:flex;align-items:center;gap:11px;font-family:Switzer,sans-serif;font-size:18px;font-weight:600;line-height:1.333;letter-spacing:-.03em;color:#1b1f26b8}.report__time svg{font-size:15px;height:1em;width:auto;color:#000}.report__users{display:flex;flex-direction:row-reverse;align-items:center}.report__users-item{font-size:50px;width:1em;height:1em;border-radius:50%;border:2px solid #FFFFFF;box-shadow:-2px -2px 24px #00000030;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1}@media only screen and (min-width: 768px){.report__users-item{font-size:60px}}.report__users-item:not(:first-child){margin-right:-9px}.report__content,.report__row{display:flex;flex-wrap:wrap;gap:24px;max-width:100%}@media only screen and (min-width: 1024px){.report__content,.report__row{flex-wrap:nowrap}}.report__row_mt-md{margin-top:12px}.report__row_mt-xxl{margin-top:44px}.report__row_start{align-items:flex-start}.report__content{flex-direction:column}.report__col{display:flex;flex-wrap:wrap;gap:24px;width:100%}.report__col_grow{flex-grow:1}@media only screen and (min-width: 1024px){.report__col_xs{width:calc(20% - 16px);min-width:200px}}@media only screen and (min-width: 1024px){.report__col_sm{width:calc(32% - 12px);min-width:325px}}@media only screen and (min-width: 1024px){.report__col_sm-2{width:calc(30% - 16px);min-width:270px}}@media only screen and (min-width: 1024px){.report__col_xl{width:calc(68% - 12px)}}@media only screen and (min-width: 1024px){.report__col_lg{width:calc(53% - 12px)}}@media only screen and (min-width: 1024px){.report__col_lg-2{width:calc(50% - 16px)}}@media only screen and (min-width: 1024px){.report__col_md{width:calc(47% - 12px)}}@media only screen and (min-width: 1024px){.report__col_50{width:calc(50% - 12px)}}@media only screen and (min-width: 1024px){.report__col_65{width:calc(65% - 12px)}}@media only screen and (min-width: 1024px){.report__col_35{width:calc(35% - 12px)}}.report__col_boxed{padding:10px;background-color:#f5f5f5;border-radius:10px;box-shadow:-12px 8px 44px #00000017}.report__item{width:100%}@media only screen and (min-width: 568px){.report__item_md-2{width:calc(50% - 12px)}}@media only screen and (min-width: 568px){.report__item_md{width:calc(50% - 12px)}}@media only screen and (min-width: 1024px){.report__item_md{width:calc(52% - 12px)}}@media only screen and (min-width: 568px){.report__item_sm{width:calc(50% - 12px)}}@media only screen and (min-width: 1024px){.report__item_sm{width:calc(48% - 12px)}}.report__item_lg{width:100%}@media only screen and (min-width: 768px){.report__item_lg{width:calc(50% - 12px)}}@media only screen and (min-width: 1024px){.report__item_lg{width:100%}}.report__item_full{width:100%}.report__item_pb{padding-bottom:14px}.report__achievement{width:100%;background-image:linear-gradient(270.81deg,#ea0f1269 1.2%,#ff930569 26.83%,#fadb1269 53.93%,#0088ff69 79.56%,#4acd0869 103.7%);padding:2px;box-shadow:0 4px 14px #ef26d11f,-7px 2px 41px 3px #0000001c;border-radius:10px;font-family:Switzer,sans-serif}.report__achievement-inner{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;background-color:#f5f5f5;border-radius:8px;padding:18px 12px 12px;z-index:1}.report__achievement-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.6;z-index:-1;pointer-events:none}.report__achievement-badge{display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:500;line-height:1.375;letter-spacing:.03em}.report__achievement-badge svg{height:21px;width:auto}.report__achievement-badge:not(:last-child){margin-bottom:24px}.report__achievement-subtitle,.report__achievement-title,.report__achievement-description{color:#a71861}.report__achievement-subtitle{font-weight:600;font-size:28px;line-height:1.3214;letter-spacing:-.03em}.report__achievement-subtitle:not(:last-child){margin-bottom:13px}.report__achievement-title{font-size:60px;font-weight:700;line-height:1.3166;letter-spacing:-.03em}.report__achievement-footer{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-end;gap:19px}.report__achievement-description{font-size:16px;font-weight:600;line-height:1.3125;letter-spacing:-.03em}.report__achievement-icon{display:flex;align-items:center;justify-content:center;font-size:16px}.report__achievement-icon svg{height:1em;width:auto}.report__features{display:flex;flex-direction:column;gap:16px;justify-content:space-between;padding:20px;border:2px solid #FFFFFF;border-radius:10px;background-color:#ebeef2}@media only screen and (min-width: 568px){.report__features{padding:24px 30px;gap:20px}}.report__features:first-child:last-child{height:100%}.report__feature{font-family:Switzer,sans-serif;font-size:13px;font-weight:500;line-height:1.30769;letter-spacing:-.03em;color:#1b1f26b8}.report__feature_w-349{width:349px;max-width:100%}.report__feature-title{display:flex;align-items:center;gap:17px}.report__feature-title:not(:last-child){margin-bottom:10px}.report__feature-title svg{font-size:20px;height:1em;width:auto}.report__feature-title span{font-size:18px;font-weight:600;line-height:1.333;letter-spacing:-.03em;background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.report__footer:not(:first-child){margin-top:50px}.report_gap-sm .report__content,.report_gap-sm .report__row{gap:16px}.report_gap-sm .report__col{gap:10px}@media only screen and (min-width: 1024px){.report_gap-sm .report__col_xs{width:calc(20% - 10.6666666667px)}}@media only screen and (min-width: 1024px){.report_gap-sm .report__col_sm-2{width:calc(30% - 10.6666666667px)}}@media only screen and (min-width: 1024px){.report_gap-sm .report__col_lg{width:calc(53% - 8px)}}@media only screen and (min-width: 1024px){.report_gap-sm .report__col_md{width:calc(47% - 8px)}}@media only screen and (min-width: 1024px){.report_gap-sm .report__col_lg-2{width:calc(50% - 10.6666666667px)}}@media only screen and (min-width: 568px){.report_gap-sm .report__item_md-2{width:calc(50% - 5px)}}@media only screen and (min-width: 568px){.report_gap-sm .report__item_md{width:calc(50% - 5px)}}@media only screen and (min-width: 1024px){.report_gap-sm .report__item_md{width:calc(52% - 5px)}}@media only screen and (min-width: 568px){.report_gap-sm .report__item_sm{width:calc(50% - 5px)}}@media only screen and (min-width: 1024px){.report_gap-sm .report__item_sm{width:calc(48% - 5px)}}.stats-box{width:100%;padding:20px;background:#f5f5f5;border:1px solid #FFFFFF;border-radius:10px;box-shadow:-12px 8px 44px #00000017;font-family:Switzer,sans-serif;color:#00000073}.stats-box:first-child:last-child{height:100%}.stats-box__header{display:flex;align-items:center;flex-wrap:wrap;gap:16px;justify-content:space-between}.stats-box__header:not(:last-child){margin-bottom:10px}.stats-box__inner{display:flex;flex-direction:column;height:100%}.stats-box__content{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.stats-box__title{font-weight:600;font-size:18px;line-height:1.5555;letter-spacing:-.03em;color:#1b1f26b8}.stats-box__title svg{height:1em;width:auto;color:#0006}.stats-box__title svg:not(:last-child){margin-right:5px}.stats-box__title svg,.stats-box__title span{vertical-align:middle}.stats-box__title_md{font-size:18px;line-height:1.5}.stats-box__title_sm{font-size:14px;line-height:1.2857}.stats-box__title_xs{font-size:10px;font-weight:700;line-height:1.5}.stats-box__description{font-size:11px;line-height:1.3636;font-weight:600;letter-spacing:-.03em;width:100%}.stats-box__info{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600;line-height:1.3333;letter-spacing:-.03em;color:#0006}.stats-box__info-number{display:flex;align-items:center;justify-content:center;height:23px;min-width:23px;padding:0 6px;border-radius:50px;font-size:16px;font-weight:400;line-height:100%;letter-spacing:-.01em;text-align:center;background-color:#ebedf0}.stats-box__number{font-family:JD LCD Rounded,sans-serif;font-weight:400;font-size:80px;line-height:1;letter-spacing:-.03em;color:#1759c9}.stats-box__chart{width:100%;min-height:unset!important;display:flex;justify-content:center}.stats-box__chart>div{margin-top:-20px}.stats-box__chart .apexcharts-radial-series path{filter:none!important}.stats-box__label{display:inline-block;padding:3px 12px;font-family:Switzer,sans-serif;font-size:10px;line-height:1.2;font-weight:600;color:#1b1f26b8;background-color:#34c75973;border-radius:5px}.stats-box__label:not(:first-child){margin-top:6px}.stats-box_sm,.stats-box_xs,.stats-box_sm-2{text-align:center}.stats-box_sm .stats-box__content,.stats-box_xs .stats-box__content,.stats-box_sm-2 .stats-box__content{align-items:center}.stats-box_xs{padding:9px}.stats-box_xs .stats-box__title{margin-bottom:3px}.stats-box_xs .stats-box__chart>div{margin-top:-12px}.stats-box_sm-2{padding:13px}.stats-box_md{text-align:left}.stats-box_md .stats-box__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.stats-box_md .stats-box__header{flex-shrink:0}.stats-box_md .stats-box__header:not(:last-child){margin-bottom:0}.stats-box_md .stats-box__content{flex-grow:unset;align-items:flex-end}.stats-box_md .stats-box__chart{width:74%;justify-content:unset}.stats-box_md .stats-box__chart>div{margin-top:0;margin-bottom:-20px;margin-left:-17.5%}.stats-box_table .table-box{width:100%}.progress-bar{font-family:Switzer,sans-serif;font-weight:600;font-size:12px;line-height:1;letter-spacing:-.03em;color:#1b1f26b8}.progress-bar__inner{display:flex;align-items:center;gap:10px}.progress-bar__line{position:relative;width:128px;height:8px;background-color:#d9d9d9;border-radius:8px}.progress-bar__line-fill{position:absolute;top:0;left:0;height:100%;border-radius:8px;border-radius:inherit}.progress-bar_yellow .progress-bar__line-fill{background-color:#efbe5f}.progress-bar_green-100 .progress-bar__line-fill{background-color:#9ee0af}.progress-bar_green .progress-bar__line-fill{background-color:#64e485}.progress-bar_red-100 .progress-bar__line-fill{background-color:#ea8461}.info-box{width:100%;background:linear-gradient(243.66deg,#ef26d187 14.26%,#e40a2e87 44.28%,#1759c987 85.74%);padding:1px;border-radius:10px;box-shadow:-12px 8px 44px #00000017;overflow:hidden}.info-box:first-child:last-child{height:100%}.info-box__inner{position:relative;display:flex;gap:20px;flex-direction:column;align-items:center;height:100%;border-radius:9px;background:linear-gradient(101.74deg,#f8daff26 3.8%,#e9f4ff26 96.2%);padding:20px;z-index:1}@media only screen and (min-width: 1024px){.info-box__inner{flex-direction:row;align-items:center;justify-content:space-between}}.info-box__inner:before{position:absolute;content:"";display:block;top:0;left:0;width:100%;height:100%;background:#f5f5f5;border-radius:9px;z-index:-1}.info-box__main{height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.info-box__main:not(:last-child){max-width:562px}@media only screen and (max-width: 1023px){.info-box__main:not(:last-child){height:auto;max-width:unset}}.info-box__chart{flex-grow:1;max-width:480px;width:100%}@media only screen and (min-width: 1024px){.info-box__chart{width:auto}}.info-box__header{display:flex;align-items:center;justify-content:flex-start;gap:10px 18px;flex-wrap:wrap}.info-box__badge{flex-shrink:0;display:inline-flex;align-items:center;gap:11px;padding:7px 15px;border:2px solid #FFFFFF;border-radius:10px;background:linear-gradient(101.74deg,#f8daff26 3.8%,#e9f4ff26 96.2%);box-shadow:-12px 8px 44px #00000017}.info-box__badge .text{font-family:Switzer,sans-serif;font-size:18px;font-weight:600;line-height:1.3333;letter-spacing:-.03em;background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.info-box__title{font-weight:600;font-size:18px;line-height:1.5555;letter-spacing:-.03em;color:#1b1f26b8}.info-box__title svg{height:1em;width:auto;color:#0006}.info-box__title svg:not(:last-child){margin-right:5px}.info-box__title svg,.info-box__title span{vertical-align:middle}.info-box__content{font-family:Switzer,sans-serif;color:#1b1f26b8}.info-box__content p:not(:last-child){margin-bottom:16px}.info-box__footer{text-align:right}.info-box_pink{background:linear-gradient(245.63deg,#1759c987 19.18%,#e40a2e87 46.51%,#e9167387 63.02%,#ef26d187 85.32%)}.info-box_pink .info-box__inner{background:linear-gradient(101.74deg,#f8daff33 3.8%,#e9f4ff33 96.2%)}.info-box_lg{padding:2px}.info-box_lg .info-box__inner{border-radius:8px;padding:20px}@media only screen and (min-width: 768px){.info-box_lg .info-box__inner{padding:26px 30px}}.info-box_lg .info-box__content{font-size:13px;font-weight:500;line-height:1.3333;letter-spacing:-.03em}.info-box_lg .info-box__chart{margin:0 -20px;width:calc(100% + 40px)}@media only screen and (min-width: 768px){.info-box_lg .info-box__chart{margin:0 -30px;width:calc(100% + 60px)}}@media only screen and (min-width: 1024px){.info-box_lg .info-box__chart{margin:0;width:100%}}.info-box_btn-left .info-box__footer{text-align:left}@media only screen and (min-width: 1024px){.users-list{padding:97px 70px 27px 15px;background-color:#f5f5f5;border:5px solid #FFFFFF;box-shadow:-12px 8px 44px #00000017;border-radius:10px}}@media only screen and (min-width: 1024px){.users-list__inner{display:flex;gap:28px;transition:gap .3s ease}body.is-nav-opened .users-list__inner{gap:15px}}@media only screen and (min-width: 1024px){.users-list__navigation{width:227px;flex-shrink:0;transition:width .3s ease}body.is-nav-opened .users-list__navigation{width:207px}}@media only screen and (max-width: 1023px){.users-list__navigation:not(:last-child){margin-bottom:28px}}@media only screen and (min-width: 1024px){.users-list__navigation .navigation{position:sticky;top:-20px;padding:10px 0;max-height:calc(100vh - 50px);overflow-y:auto}}@media only screen and (max-width: 1023px){.users-list__navigation .navigation__content{overflow-y:unset}}@media only screen and (max-width: 1023px){.users-list__navigation .navigation__list{display:flex;gap:5px;overflow-x:auto;overflow-y:hidden;margin:0 -20px;padding:0 20px}.users-list__navigation .navigation__list li{flex-shrink:0}.users-list__navigation .navigation__list li:not(:last-child){margin-bottom:0}}.users-list__main{flex-grow:1;display:flex;flex-direction:column;gap:28px}.users-list__content{flex-grow:1;display:flex;flex-wrap:wrap;gap:15px;container-type:inline-size}.users-list__item{width:100%}@container (min-width: 390px){.users-list__item{width:calc(50% - 7.5px)}}@container (min-width: 635px){.users-list__item{width:calc(33.33% - 10px)}}.users-list__footer{text-align:center}@media only screen and (min-width: 1024px){.users-list.has-no-box{padding:0;background-color:transparent;border:none;box-shadow:none}}.user-box{position:relative;z-index:1;font-family:Switzer,sans-serif;font-weight:500;font-size:12px;line-height:1.4285;letter-spacing:-.03em;color:#1b1f26b8}.user-box:first-child:last-child{height:100%}.user-box:before{position:absolute;content:"";display:block;inset:-3px;background:linear-gradient(243.66deg,#ef26d187 14.26%,#e40a2e87 44.28%,#1759c987 85.74%);z-index:-1;border-radius:12px;opacity:0;transition:opacity .3s ease}.user-box__inner{height:100%;background-color:#fff;box-shadow:-12px 8px 44px #00000017;border-radius:11px;padding:16px;transition:padding .3s ease}@media only screen and (min-width: 1024px){.user-box__inner{padding:20px 24px}body.is-nav-opened .user-box__inner{padding:20px 15px}}.user-box__image{font-size:80px;width:1em;height:1em;border-radius:50%;border:2px solid #FFFFFF;box-shadow:-2px -2px 24px #00000030}@media only screen and (min-width: 1024px){.user-box__image{font-size:96px}}.user-box__image:not(:last-child){margin-bottom:18px}.user-box__image-content{width:100%;height:100%;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat}.user-box__content-header:not(:last-child){margin-bottom:14px}.user-box__title{font-size:22px;font-weight:700;line-height:1.2;letter-spacing:-.03em}@media only screen and (min-width: 1024px){.user-box__title{font-size:22px}}.user-box__title:not(:last-child){margin-bottom:5px}.user-box__position{font-weight:500;font-size:14px;line-height:1.125;letter-spacing:-.03em}.user-box__tags{text-transform:capitalize}.user-box.is-highlighted:before,.user-box.is-clickable:hover:before{opacity:1}.user-box.is-clickable{cursor:pointer}.user-badge__wrapper{position:fixed;top:0;right:20px;display:flex;transform:translate(calc(100% - 2px));max-width:calc(100vw - 92px);max-height:calc(100vh - 25px);padding-top:68px;z-index:20;font-family:Switzer,sans-serif;font-size:11px;font-weight:400;line-height:1.3333;letter-spacing:-.03em;color:#0006;transition:transform .6s ease,right .6s ease}@media only screen and (min-width: 768px){.user-badge__wrapper{font-size:12px;padding-top:100px}}@media only screen and (min-width: 1024px){.user-badge__wrapper{right:45px;transform:translate(calc(100% - 53px))}}@media only screen and (min-width: 1200px){.user-badge__wrapper{right:calc((100vw - 1192px)/2 + 20px);transform:translate(calc(100% - 40px))}body.is-nav-opened .user-badge__wrapper{right:calc((100vw - 1432px)/2 + 20px)}}.user-badge__label{position:absolute;top:170px;left:-16px;display:flex;align-items:center;justify-content:center;font-size:20px;background-color:#fff;padding:2px;border-radius:13px;z-index:2;color:#000;cursor:pointer}@container (min-height: 900px){.user-badge__label{top:213px}}@media only screen and (min-width: 1024px){.user-badge__label{left:-20px;font-size:24px}}@media only screen and (min-width: 2048px){body:not(.is-nav-opened) .user-badge__label{display:none}}@media only screen and (min-width: 2280px){body.is-nav-opened .user-badge__label{display:none}}.user-badge__label-inner{position:relative;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:4px;z-index:1}@media only screen and (min-width: 1024px){.user-badge__label-inner{padding:6px}}.user-badge__label-inner:before{position:absolute;content:"";display:block;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#ebedf0,#f6e4f7 58.53%,#e6ecf5);border-radius:12px;border-radius:inherit;z-index:-1;pointer-events:none;transition:opacity .3s ease}.user-badge__label svg{height:1em;width:auto;transition:transform .3s ease}.user-badge__label:hover .user-badge__label-inner:before,.user-badge__label:focus .user-badge__label-inner:before{opacity:0}.user-badge__input{position:absolute;top:0;left:0;opacity:0;pointer-events:none;visibility:hidden}.user-badge__input:checked+.user-badge__wrapper{transform:translate(0)}@media only screen and (min-width: 1200px){.user-badge__input:checked+.user-badge__wrapper{transform:translate(calc((100vw - 1192px)/2))}body.is-nav-opened .user-badge__input:checked+.user-badge__wrapper{transform:translate(calc((100vw - 1432px)/2))}}.user-badge__input:checked+.user-badge__wrapper .user-badge__label svg{transform:rotate(180deg)}.user-badge__decor{position:absolute;line-height:0;bottom:calc(100% - 91px);font-size:112px;pointer-events:none}@media only screen and (min-width: 768px){.user-badge__decor{bottom:calc(100% - 143px);font-size:186px}}.user-badge__decor_1{z-index:2;left:calc(50% - 34px);transform:translate(-50%)}@media only screen and (min-width: 768px){.user-badge__decor_1{left:calc(50% - 56px)}}.user-badge__decor_2{z-index:-1;right:calc(50% - 34px);transform:translate(50%)}@media only screen and (min-width: 768px){.user-badge__decor_2{right:calc(50% - 56px)}}.user-badge__decor img{width:auto;height:1em}.user-badge__inner{position:relative;z-index:1;display:flex;flex-direction:column;width:477px;max-width:100%;border:5px solid #FFFFFF;border-radius:10px;background:linear-gradient(159.64deg,#e6ecf5 13.6%,#ebedf0 31.32%,#fefefe 58.98%,#f8f8f8 79.52%,#ebedf0 103.67%);box-shadow:-12px 8px 44px #00000030;padding:14px 10px 0}@media only screen and (min-width: 768px){.user-badge__inner{padding:34px 20px 0}}.user-badge__content{flex-grow:1;display:flex;flex-direction:column;gap:20px;overflow-y:auto;overflow-x:hidden;padding-bottom:20px}.user-badge__content>*{flex-shrink:0}.user-badge__content:not(:first-child){padding-top:20px}@media only screen and (min-width: 768px){.user-badge__content:not(:first-child){padding-top:44px}}.user-badge__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px 5px}@media only screen and (min-width: 768px){.user-badge__header{flex-wrap:nowrap}}.user-badge__header-item{display:flex;align-items:center;gap:4px}@media only screen and (max-width: 767px){.user-badge__header-item{order:1}}@media only screen and (min-width: 768px){.user-badge__header-item{width:calc((100% - 132px)/2)}}.user-badge__header-item:last-child{text-align:right;justify-content:flex-end}.user-badge__header-item svg{height:1em;width:auto;flex-shrink:0}.user-badge__header-item_lg{font-size:22px;font-weight:600;line-height:1.31818;letter-spacing:-.03em;color:#1b1f26b8}.user-badge__header-item_lg svg{font-size:16px}.user-badge__header-decor{width:80px;height:20px;background-color:#00000017;box-shadow:0 0 0 4px #f5f5f5 inset;border-radius:20px;margin:0 calc((100% - 80px)/2)}@media only screen and (min-width: 768px){.user-badge__header-decor{width:122px;margin:0}}.user-badge__image:not(:last-child),.user-badge__company:not(:last-child){margin-bottom:14px}.user-badge__image{position:relative;font-size:140px;width:1em;height:1em;border-radius:50%;border:2px solid #FFFFFF;box-shadow:-2px -2px 24px #00000030}@media only screen and (min-width: 768px){.user-badge__image{font-size:200px}}.user-badge__image-content{width:100%;height:100%;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat}.user-badge__image-input{position:absolute;top:0;left:0;opacity:0;pointer-events:none;visibility:hidden}.user-badge__image-label{position:absolute;display:flex;align-items:center;gap:5px;width:max-content;top:100%;left:50%;transform:translate(-50%,-50%);max-width:100%;padding:6px 9px;border-radius:7px;background-color:#007aff;font-size:11px;font-weight:600;line-height:1.3636;letter-spacing:-.01em;color:#fff;opacity:0;pointer-events:none;transition:background-color .3s ease,opacity .3s ease;cursor:pointer}.user-badge__image-label svg{flex-shrink:0;font-size:15px;height:1em;width:auto}.user-badge__image-label:hover{background-color:#1759c9}.user-badge__image:hover .user-badge__image-label{opacity:1;pointer-events:auto}.user-badge__main{color:#585b60;display:flex;flex-direction:column;align-items:center;text-align:center}.user-badge__main hr{width:100%;border:none;border-top:1px solid #DBDDE0;margin:6px 0 27.5px}.user-badge__main:not(:last-child){padding-bottom:20px;border-bottom:1px dashed rgba(27,31,38,.72)}.user-badge__row{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:20px 10px}.user-badge__row .user-badge__image:not(:last-child){margin-bottom:0!important}.user-badge__row .field-box{margin:0 auto}.user-badge__company{font-weight:700;font-size:18px;letter-spacing:-.03em;text-transform:capitalize}@media only screen and (min-width: 768px){.user-badge__company{font-size:20px}}.user-badge__title{font-weight:700;font-size:28px;line-height:1.32;letter-spacing:-.03em;text-transform:capitalize}@media only screen and (min-width: 568px){.user-badge__title{font-size:32px}}@media only screen and (min-width: 768px){.user-badge__title{font-size:50px}}.user-badge__title:not(:last-child){margin-bottom:7px}.user-badge__position{font-weight:700;font-size:18px;line-height:1.3;letter-spacing:-.03em}@media only screen and (min-width: 768px){.user-badge__position{font-size:20px}}.user-badge__chart{margin:0 -10px;min-height:unset!important}@media only screen and (min-width: 768px){.user-badge__chart{margin:0 -20px}}.user-badge__chart .apexcharts-canvas{margin:-16% 0}@media only screen and (min-width: 568px){.user-badge__chart .apexcharts-canvas{margin:-60px 0}}@media only screen and (max-width: 567px){.user-badge__chart .apexcharts-canvas .apexcharts-xaxis>text{font-size:8px!important}}@media only screen and (max-width: 469px){.user-badge__chart .apexcharts-canvas .apexcharts-xaxis>text{display:none}}.user-badge__footer{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-end;gap:30px}.user-badge__footer-buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.user-badge__footer-content{width:100%;display:flex;align-items:center;gap:5px}.user-badge__footer-item{width:calc(33.33% - 3.3333333333px);font-weight:400;font-size:11px;line-height:1.333;letter-spacing:-.03em;color:#00000040}.user-badge__footer-item:first-child:last-child{width:100%}.user-badge__footer-item a{text-decoration:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;color:inherit}.user-badge__footer-item a:hover,.user-badge__footer-item a:focus{color:#000}@media only screen and (min-width: 768px){.user-badge__footer-item_lg{font-size:12px;letter-spacing:-.03em}}.user-badge__footer-item img{width:40px;max-width:100%}@media only screen and (min-width: 768px){.user-badge__footer-item img{width:48px}}.user-badge__field{display:flex;flex-wrap:wrap;align-items:flex-end;gap:8px 16px;width:100%;position:relative;padding-left:25px;font-size:18px;font-weight:500;line-height:1.3333;letter-spacing:-.03em;text-align:left;color:#d9d9d9;transition:color .3s ease}.user-badge__field:not(:last-child){margin-bottom:19px}.user-badge__field-icon{position:absolute;display:flex;align-items:center;justify-content:center;top:50%;left:0;transform:translateY(-50%);color:#b3b3b3;transition:color .3s ease}.user-badge__field-icon .icon-x-circle{display:none}.user-badge__field-model{word-break:break-word}.user-badge__field-info{font-weight:500;font-size:11px;line-height:1.3636;letter-spacing:-.01em;color:#00000040;padding-bottom:4px}.user-badge__field-info svg,.user-badge__field-info span{vertical-align:middle}.user-badge__field-info span{text-decoration:underline;text-decoration-style:solid;text-decoration-skip-ink:auto}.user-badge__field-info svg{font-size:13px;height:1em;width:auto}.user-badge__field-info svg:not(:last-child){margin-right:5px}.user-badge__field_xl{font-size:50px;font-weight:700;line-height:1.12;letter-spacing:-.03em}.user-badge__field_xl .user-badge__field-info{padding-bottom:9px}.user-badge__field_xl+.user-badge__field_xl{margin-top:-19px}.user-badge__field_box{width:334px;max-width:100%}.user-badge__field_box .user-badge__field-icon{top:47.999px}.user-badge__field_box .field-box{width:100%}.user-badge__field.is-filled{color:#585b60}.user-badge__field.is-filled .user-badge__field-icon{color:#007aff}.user-badge__field.has-error .user-badge__field-icon{color:#eb425e}.user-badge__field.has-error .user-badge__field-icon .icon-check{display:none}.user-badge__field.has-error .user-badge__field-icon .icon-x-circle{display:block}.user-badge.is-static .user-badge__wrapper{position:static;transform:none;max-width:100%;max-height:unset;justify-content:center;padding-top:6px}.user-badge.is-static .user-badge__label{display:none}.user-badge.is-static .user-badge__decor{bottom:calc(100% - 66px)}.user-badge.is-static .user-badge__inner{padding-top:26px}.user-badge.is-static .user-badge__header{padding-bottom:16px;border-bottom:1px solid #DBDDE0}.user-badge.is-static .user-badge__content{padding-top:16px;overflow:initial}.user-badge.is-static .user-badge__image:not(:last-child),.user-badge.is-static .user-badge__company:not(:last-child),.user-badge.is-static .user-badge__row:not(:last-child){margin-bottom:20px}@media only screen and (min-width: 768px){.user-badge.is-static .user-badge__image{font-size:164px}}.user-badge.is-edit .user-badge__content{gap:46px}.user-badge.is-edit .user-badge__main{align-items:flex-start;padding-bottom:0;border-bottom:none}.user-badge.is-edit .user-badge__footer-buttons{width:334px;max-width:100%;padding-left:25px}.user-badge.is-edit .user-badge__footer-content{justify-content:center}.main__content .steps-navigation__content{margin:-6px -20px;padding:6px 20px}.steps-navigation:not(:last-child){margin-bottom:32px}@media only screen and (min-width: 1024px){.steps-navigation:not(:last-child){margin-bottom:50px}}.steps-navigation__content{display:flex;align-items:center;gap:12px;overflow-x:auto;overflow-y:hidden}.steps-navigation__item{flex-shrink:0}.steps-navigation__item-inner{display:flex;align-items:center;gap:12px;white-space:nowrap}.steps-navigation__item-number{display:flex;align-items:center;justify-content:center;text-align:center;width:22px;height:22px;border:1px solid #FFFFFF;background-color:#e8e9ea;border-radius:15px;padding:5px;box-shadow:-1px 2px 4px #031b3b33;font-family:Inter,sans-serif;font-weight:700;font-size:11px;line-height:1;letter-spacing:-.05em;color:#56595e;transition:background-color .3s ease,color .3s ease}@media only screen and (min-width: 768px){.steps-navigation__item-number{width:25px;height:25px;font-size:12px}}.steps-navigation__item-title{font-family:Switzer,sans-serif;font-weight:500;font-size:16px;line-height:1;letter-spacing:-.03em;color:#b3b3b3;transition:color .3s ease}@media only screen and (min-width: 768px){.steps-navigation__item-title{font-size:18px}}.steps-navigation__item.is-active .steps-navigation__item-number{background-color:#007aff;color:#fff}.steps-navigation__item.is-active .steps-navigation__item-title{color:#1b1f26b8}.steps-navigation__separator{flex-grow:1;min-width:60px;height:2px;background-color:#b3b3b3}.builder-box__inner{position:relative;z-index:1;transition:padding-left .6s ease}@media only screen and (min-width: 1024px){.builder-box__inner{padding-left:228px}}.builder-box__inner:before{position:absolute;content:"";inset:4px 0;background-color:#f5f5f5;border-radius:10px;box-shadow:-12px 8px 44px #00000017;z-index:-1}.builder-box__content{position:relative;background-color:#f5f5f5;border:4px solid #FFFFFF;box-shadow:-12px 8px 44px #00000017;border-radius:10px;padding:20px;z-index:1}@media only screen and (min-width: 768px){.builder-box__content{padding:40px 45px 40px 55px}}.builder-box__content_highlighted:before,.builder-box__content_highlighted:after{position:absolute;content:"";display:block;z-index:-1}.builder-box__content_highlighted:before{inset:-4px;background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);border-radius:10px;border-radius:inherit}.builder-box__content_highlighted:after{inset:0;background:linear-gradient(180deg,#ebedf0,#f6e4f7 58.53%,#e6ecf5);border-radius:6px}.builder-box__btn-group{display:flex;flex-wrap:wrap;gap:12px 30px}.builder-box__btn-group-item{max-width:100%;font-family:Switzer,sans-serif;font-weight:400;font-size:11px;line-height:1.3636;letter-spacing:-.03em;color:#0006}@media only screen and (min-width: 768px){.builder-box__btn-group-item{text-align:center}}.builder-box__btn-group-item p:not(:first-child){margin-top:10px}.builder-box__items:not(:last-child){margin-bottom:25px}.builder-box__item{position:relative;display:flex}.builder-box__item:before{position:absolute;top:15px;left:-27.5px;font-size:15px;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.22344 7.15039L6.17344 9.10039L10.0734 5.20039M13.6484 7.15039C13.6484 10.7402 10.7383 13.6504 7.14844 13.6504C3.55859 13.6504 0.648438 10.7402 0.648438 7.15039C0.648438 3.56054 3.55859 0.650391 7.14844 0.650391C10.7383 0.650391 13.6484 3.56054 13.6484 7.15039Z' stroke='%23B3B3B3' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:contain;background-position:center;background-repeat:no-repeat}@media only screen and (min-width: 768px){.builder-box__item:before{content:"";top:18px;left:-32px}}.builder-box__item:not(:last-child){margin-bottom:25px}.builder-box__item:not(:last-child):after{position:absolute;top:42px;left:-20px;width:1px;height:calc(100% - 14px);border-left:1px dashed #B3B3B3;transform:translate(-50%)}@media only screen and (min-width: 768px){.builder-box__item:not(:last-child):after{content:"";top:45px;left:-24.5px}}.builder-box__item.is-checked:before{background-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.22344 7.15039L6.17344 9.10039L10.0734 5.20039M13.6484 7.15039C13.6484 10.7402 10.7383 13.6504 7.14844 13.6504C3.55859 13.6504 0.648438 10.7402 0.648438 7.15039C0.648438 3.56054 3.55859 0.650391 7.14844 0.650391C10.7383 0.650391 13.6484 3.56054 13.6484 7.15039Z' stroke='%23007AFF' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.builder-box__item_highlighted .builder-box__item-content{padding:1.5px;border-radius:9px;background-image:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%)}@media only screen and (min-width: 768px){.builder-box__item_highlighted .builder-box__item-content{border-radius:10px;padding:3px}}.builder-box__item_highlighted .builder-box__item-content .fields-group{border:none;border-radius:7.5px}@media only screen and (min-width: 768px){.builder-box__item_highlighted .builder-box__item-content .fields-group{border-radius:7px}}.builder-box__item-hint{flex-shrink:0;display:none;width:228px;margin-left:-283px;margin-right:55px;padding:16px 20px 0 37px;font-family:Switzer,sans-serif;font-weight:400;font-size:13px;line-height:1.30769;letter-spacing:-.03em;color:#b3b3b3;text-align:right;transition:opacity .9s ease}@media only screen and (min-width: 1024px){.builder-box__item-hint{display:block}}.builder-box__item-hint-title{font-weight:600;font-size:14px;line-height:1.2857;letter-spacing:-.03em;color:#1b1f26b8}.builder-box__item-hint-title:not(:last-child){margin-bottom:4px}.builder-box__item-content{flex-grow:1;max-width:100%}.builder-box__item-content_row{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px}.builder-box__pre-footer:not(:first-child){margin-top:30px}.builder-box__footer{justify-content:space-between}.builder-box__footer_has-border{border-top:1px solid #B3B3B3;margin-top:34px;padding-top:34px}.builder-box__footer,.builder-box__footer-item{max-width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:15px}.builder-box__header{font-family:Switzer,sans-serif}@media only screen and (min-width: 1024px){.builder-box__header_has-icon{position:relative;padding-left:36px}}.builder-box__header:not(:last-child){margin-bottom:25px}.builder-box__header-title{display:flex;align-items:center;gap:0 10px;flex-wrap:wrap;font-weight:600;font-size:23px;line-height:1.304;letter-spacing:-.03em;color:#585b60}.builder-box__header-title:not(:last-child){margin-bottom:8px}.builder-box__header-title span,.builder-box__header-title svg{vertical-align:middle}.builder-box__header-title svg{height:1em;width:auto}.builder-box__header-title a{color:#007aff;text-decoration:underline}.builder-box__header-title a:hover{color:#1759c9;text-decoration:none}.builder-box__header-title_lg{font-size:24px;line-height:1.3333;font-weight:500}@media only screen and (min-width: 768px){.builder-box__header-title_lg{font-size:30px}}.builder-box__header-title_lg svg{font-size:20px}@media only screen and (min-width: 768px){.builder-box__header-title_lg svg{font-size:22px}}.builder-box__header-title_lg .color-gradient{background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.builder-box__header-title_lg .color-gradient .color-default{background:none;background-clip:unset;-webkit-background-clip:unset;color:#55585e;-webkit-text-fill-color:#55585E}.builder-box__header-description{color:#979ba3;font-weight:400;font-size:13px;line-height:1.307;letter-spacing:-.03em}.builder-box__header-icon{position:absolute;top:5px;left:0;font-size:30px;display:none}@media only screen and (min-width: 1024px){.builder-box__header-icon{display:block}}.builder-box__header-icon svg{height:1em;width:auto}.builder-box__header-inner{display:flex;flex-direction:column;align-items:flex-end;gap:20px}@media only screen and (min-width: 768px){.builder-box__header-inner{flex-direction:row;justify-content:space-between}}.builder-box__header-main{width:100%}@media only screen and (min-width: 768px){.builder-box__header-main{max-width:500px}}.builder-box__header-button{flex-shrink:0}.builder-step .has-error{border:1px solid #F04438!important}.builder-step .has-error-stage{border:1px solid #F04438!important;background:#f04438!important;box-shadow:0 0 0 4px #f044381a!important;border-radius:12px;transition:all .3s ease}.builder-step .has-error-parent{border:1px solid #F04438!important;box-shadow:0 0 0 4px #f044381a!important;border-radius:12px;transition:all .3s ease}.builder-step .js-model-field[contenteditable=true]{outline:none;display:inline-block;min-width:1ch;white-space:pre-wrap}.builder-step .js-model-field[contenteditable=true]:empty:before{content:attr(data-placeholder);color:#999;pointer-events:none}.builder-step .js-model-field[contenteditable=true]:empty:focus:before{content:""}.builder-step .remove-location-link{width:20px}.simulation-wrapper{width:1310px;max-width:100%;margin:0 auto}@media only screen and (min-width: 1600px){.simulation-wrapper{width:1750px}}.simulation{padding:30px 10px;border:4px solid #FFFFFF;border-radius:10px;box-shadow:-12px 8px 44px #00000017;display:flex;flex-direction:column;height:calc(100vh - 120px)}.simulation__header{display:flex;flex-direction:column;align-items:center;gap:14px;flex-wrap:wrap}@media only screen and (min-width: 768px){.simulation__header{flex-direction:row;justify-content:space-between}}@media only screen and (min-width: 1024px){.simulation__header{padding:0 24px}}.simulation__header:not(:last-child){margin-bottom:27px}.simulation__title{width:100%;position:relative;display:flex;align-items:center;gap:7px;padding-left:27px;background:-webkit-linear-gradient(245.63deg,rgba(239,38,209,.53) -7.09%,rgba(228,10,46,.53) 31.73%,rgba(23,89,201,.53) 59.06%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (min-width: 768px){.simulation__title{width:auto;padding-left:29px}}@media only screen and (min-width: 1024px){.simulation__title{padding-left:31px}}.simulation__title svg{position:absolute;font-size:20px;top:18.375px;left:0;height:1em;width:auto;transform:translateY(-50%)}@media only screen and (min-width: 768px){.simulation__title svg{top:19.6875px;font-size:22px}}@media only screen and (min-width: 1024px){.simulation__title svg{top:21px;font-size:24px}}.simulation__content{display:flex;flex-direction:column;gap:32px;flex:1;min-height:0}@media only screen and (min-width: 1100px){.simulation__content{flex-direction:row;min-height:600px;gap:14px}}.simulation__content:not(:last-child){margin-bottom:52px}.simulation__info,.simulation__chat{position:relative;z-index:1}.simulation__info{display:flex;flex-direction:column;flex-shrink:0;padding:24px 0 0;background-color:#f5f5f5;border-radius:10px;border:1px solid #FFFFFF;box-shadow:-12px 8px 44px #00000017;min-height:0}@media only screen and (min-width: 1100px){.simulation__info{width:277px}}.simulation__info-header{padding:0 20px}.simulation__info-header:not(:last-child){padding-bottom:12px;border-bottom:1px solid #DBDDE0}.simulation__info-subtitle{font-family:Switzer,sans-serif;font-size:11px;font-weight:600;line-height:1.3636;letter-spacing:-.01em;color:#3d3d3d}.simulation__info-subtitle:not(:last-child){margin-bottom:2px}.simulation__info-title{font-family:Switzer,sans-serif;font-size:18px;font-weight:600;line-height:1.3333;letter-spacing:-.03em;color:#1b1f26b8}.simulation__info-title span,.simulation__info-title svg{vertical-align:middle}.simulation__info-title svg{font-size:12px;height:1em;width:auto}.simulation__info-title svg:not(:last-child){margin-right:4px}.simulation__info-title:not(:last-child){margin-bottom:20px}.simulation__info-content{padding:12px 20px 24px;overflow:hidden;flex:1;min-height:0;display:flex;flex-direction:column}.simulation__list{font-family:Switzer,sans-serif;font-size:13px;font-weight:500;line-height:1.2307;letter-spacing:-.03em;color:#55585eb3;flex:1;min-height:0;overflow-y:auto}.simulation__list:not(:first-child){margin-top:10px}.simulation__list>li:not(:last-child):after{position:absolute;content:"";display:block;border-left:1px dashed #B3B3B3;top:calc(1em + 8px);left:.5em;transform:translate(-50%);height:calc(100% - .5em - 8px)}.simulation__list li{position:relative;padding-left:23px}.simulation__list li:not(:last-child){margin-bottom:18px}.simulation__list li.no-icon{padding-left:0}.simulation__list li .icon{position:absolute;top:7.99955px;left:0;line-height:0;transform:translateY(-50%)}.simulation__list li .icon svg{height:1em;width:auto}.simulation__list li .icon:not(:last-child){margin-right:10px}.simulation__list ul{font-weight:400;color:#55585e80;margin-top:10px}.simulation__list ul li{padding-left:20px}.simulation__list ul li:not(:last-child){margin-bottom:8px}.simulation__list ul li .icon{font-size:10px}.simulation__list .is-highlighted{color:#007aff}.simulation__main{position:relative;align-self:center;flex-grow:1}@media only screen and (min-width: 1100px){.simulation__main{align-self:flex-start;max-width:1030px}}.simulation__main-content{position:relative;aspect-ratio:1/1}.simulation__main-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:10px;box-shadow:-8.65px 5.77px 31.71px #00000017;transition:opacity .9s ease}.simulation__main-cover.is-hidden{opacity:0;pointer-events:none}.simulation__main-shadow{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;pointer-events:none;transition:opacity .3s ease}.simulation__main-shadow.is-hidden{opacity:0}.simulation__main-notification{position:relative;margin:-60px 15px 0;padding:2px;border-radius:12px;box-shadow:-12px 8px 44px #00000017;font-family:Switzer,sans-serif;color:#585b60;z-index:1}@media only screen and (min-width: 1100px){.simulation__main-notification{margin:0;position:absolute;bottom:-30px;left:15px;right:15px}}.simulation__main-notification-border{position:absolute;top:0;left:0;width:100%;height:100%;padding:2px;background:linear-gradient(270.81deg,#ea0f1299 1.2%,#ff930599 26.83%,#fadb1299 53.93%,#08f9 79.56%,#4acd0899 103.7%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;border-radius:12px;z-index:1;pointer-events:none}.simulation__main-notification-inner{position:relative;padding:20px;border-radius:10px;background:#f1f8ffcc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.simulation__main-notification-label{position:absolute;top:-10px;left:20px;padding:3px 10px;background:#f5f5f5c9;border:1px solid #FFFFFF;border-radius:15px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 8px 22px #00000040;font-size:10px;font-weight:600;line-height:1.3;letter-spacing:-.03em;z-index:2}.simulation__main-notification-text{width:469px;max-width:100%;font-size:13px;font-weight:500;line-height:1.2307;letter-spacing:-.03em}.simulation__main-header{position:absolute;top:5px;left:0;width:100%;padding:0 10px;z-index:2;gap:4px;display:flex;align-items:center;flex-direction:column-reverse}@media only screen and (min-width: 768px){.simulation__main-header{display:grid;grid-template-columns:1fr auto 1fr}}@media only screen and (min-width: 1100px){.simulation__main-header{display:flex;flex-direction:column-reverse}}@media only screen and (min-width: 1200px){.simulation__main-header{display:grid;grid-template-columns:1fr auto 1fr}}@media only screen and (min-width: 1300px){.simulation__main-header{padding:0 20px}}.simulation__main-timer{display:flex;align-items:center;justify-content:flex-end;gap:.4466em;font-family:Switzer,sans-serif;font-size:12px;font-weight:500;line-height:1.333;letter-spacing:-.03em;color:#fff;z-index:2}@media only screen and (min-width: 768px){.simulation__main-timer{margin-top:16px}}@media only screen and (min-width: 1100px){.simulation__main-timer{margin-top:0}}@media only screen and (min-width: 1200px){.simulation__main-timer{margin-top:16px}}@media only screen and (min-width: 1400px){.simulation__main-timer{font-size:15px}}.simulation__main-timer .dot{font-size:.55em;width:1em;height:1em;border-radius:50%;background-color:#e40a2e}.simulation__main-mood-box{max-width:100%}.simulation__chat{display:flex;flex-shrink:0;padding:1px;background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);border-radius:10px;box-shadow:-12px 8px 44px #00000017}@media only screen and (min-width: 1100px){.simulation__chat{width:29.559%;max-width:390px}}.simulation__chat-inner{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:40px;background-color:#ebedf0;border-radius:9px;padding:23px 12px 12px}.simulation__chat-content{padding:0 6px;color:#55637b;font-family:Switzer,sans-serif;font-size:14px;font-weight:400;line-height:1.2142;letter-spacing:-.03em}.simulation__chat-content p:not(:last-child){margin-bottom:16px}.simulation__chat-title{font-size:18px;font-weight:600;line-height:1.3333;letter-spacing:-.03em}.simulation__chat-subtitle{font-size:13px;font-weight:500;line-height:1.2;letter-spacing:-.03em;color:#1b1f26b8}.simulation__chat-text:not(:first-child){margin-top:18px}.simulation__chat-footer{display:flex;flex-direction:column;gap:12px}.simulation__chat-footer form{position:relative;display:flex}.simulation__chat-footer form textarea{width:100%;height:64px;background-color:#f9f9f9;border:.5px solid #FFFFFF;box-shadow:-12px 8px 44px #00000017;border-radius:10px;resize:none;padding:9px 99px 9px 9px;font-family:Switzer,sans-serif;font-size:14px;font-weight:400;line-height:1.2142;letter-spacing:-.03em;color:#3d3d3d}.simulation__chat-footer form .btn-submit,.simulation__chat-footer form .btn-voice-control{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.simulation__chat-footer form .btn-submit{right:9px}.simulation__chat-footer form .btn-voice-control{right:54px;box-shadow:0 0 6px #e42e8f40;transition:opacity .3s ease}.simulation__chat-footer form .btn-voice-control:not(:hover){opacity:.7}.simulation__chat-footer form .btn-voice-control.is-recording-active .btn__icon .stop{opacity:1}.simulation__chat-footer form .btn-voice-control.is-recording-active .btn__icon .mic{opacity:0}.simulation__chat-footer form .btn-voice-control .btn__icon{position:relative}.simulation__chat-footer form .btn-voice-control .btn__icon .stop,.simulation__chat-footer form .btn-voice-control .btn__icon .mic{transition:opacity .6s ease}.simulation__chat-footer form .btn-voice-control .btn__icon .stop{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0}.simulation__chat-footer form .voice-wave{position:absolute;inset:13px 105px 13px 15px;display:flex;align-items:center;gap:6px;padding:0 12px;background-color:#fff;box-shadow:-12px 8px 44px #00000017;border-radius:10px;font-family:Switzer,sans-serif;font-size:10px;font-weight:500;line-height:1.3;letter-spacing:-.03em;color:#e40a2e80;overflow:hidden;transition:opacity .3s ease}.simulation__chat-footer form .voice-wave.is-hidden{opacity:0;pointer-events:none}.simulation__chat-footer form .voice-wave .dot,.simulation__chat-footer form .voice-wave .time{flex-shrink:0}.simulation__chat-footer form .voice-wave .dot{font-size:9px;width:1em;height:1em;background-color:currentColor;border-radius:50%}.simulation__chat-footer form .voice-wave .preview{flex-grow:1;overflow:hidden}.simulation__chat-footer form .voice-wave .preview canvas{width:100%;height:100%;display:block}.simulation__chat-actions{display:flex;flex-wrap:wrap;gap:12px}.simulation__chat-actions button,.simulation__chat-actions .button{display:flex;align-items:center;gap:8px;padding:4px 15px;border-radius:40px;background-color:#fff6;border:1px solid #FFFFFF;box-shadow:-12px 8px 24px #00000017;font-family:Switzer,sans-serif;font-size:13px;font-weight:500;line-height:1.3846;letter-spacing:-.03em;color:#585b60;transition:background-color .3s ease,box-shadow .3s ease,color .3s ease,transform .3s ease}.simulation__chat-actions button .icon,.simulation__chat-actions .button .icon{font-size:20px;line-height:0}.simulation__chat-actions button:active,.simulation__chat-actions .button:active{transform:scale(.98)}.simulation__chat-actions button.size-sm,.simulation__chat-actions .button.size-sm{box-shadow:none;background-color:transparent;border-color:transparent}.simulation__chat-actions button:hover,.simulation__chat-actions button:focus,.simulation__chat-actions button:active{background-color:#fff;color:#000;box-shadow:-12px 8px 24px #0003}.simulation__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 24px}@media only screen and (min-width: 1024px){.simulation__footer{padding:0 20px}}.simulation__footer-item{display:flex;align-items:center;flex-wrap:wrap;gap:24px}@media only screen and (min-width: 1200px){.simulation__footer-item{width:calc(33.33% - 18px)}}@media only screen and (max-width: 1099px){.simulation__footer-item:first-child{width:100%}}.simulation__footer-item:not(:first-child):not(:last-child){justify-content:center}.simulation__footer-item:last-child{justify-content:flex-end}.typing-loader{display:flex;align-items:center;font-size:8px;gap:.75em;color:#3d3d3d}.typing-loader span{width:1em;height:1em;border-radius:50%;background:currentColor;opacity:1;animation:typing-pulse 1s infinite ease-in-out}.typing-loader span:nth-child(2){animation-delay:.15s}.typing-loader span:nth-child(3){animation-delay:.3s}.typing-loader span:nth-child(4){animation-delay:.45s}@keyframes typing-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(0)}}.mood-box{display:flex;flex-direction:column;align-items:center;font-family:Switzer,sans-serif;margin:0 auto}.mood-box__title{padding:3px 10px;background-color:#f5f5f5c9;border:1px solid #FFFFFF;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 8px 22px #00000040;border-radius:15px;font-size:10px;font-weight:600;line-height:1.3;letter-spacing:-.03em;color:#585b60}.mood-box__title:not(:last-child){position:relative;z-index:1;margin-bottom:-5px}.mood-box__content{width:100%;padding:10px 0 8px;background-color:#f5f5f5cc;border:1px solid #FFFFFF;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 8px 22px #00000040;border-radius:15px;overflow:hidden}.mood-box__line,.mood-box__labels{padding:0 12px}.mood-box__line{line-height:0}.mood-box__line svg{width:100%;height:auto}.mood-box__line svg rect{transform-origin:center;transition:transform .3s ease}.mood-box__line svg rect.is-highlighted{transform:scaleY(1.6923)}.mood-box__labels{display:flex;justify-content:space-between;gap:4px;overflow-x:auto}.mood-box__label{flex-shrink:0;font-size:9px;font-weight:500;line-height:1.3333;letter-spacing:-.03em;color:#1b1f26b8}.mood-box__label:last-child{text-align:right}.locations-list{counter-reset:locations-list-counter}.locations-list__content>*,.locations-list__footer{position:relative;counter-increment:locations-list-counter;margin-left:28px}.locations-list__content>*:before,.locations-list__footer:before{position:absolute;content:counter(locations-list-counter);display:flex;width:20px;height:20px;right:calc(100% + 12px);top:50%;transform:translateY(-50%);align-items:center;justify-content:center;border-radius:50%;background-color:#b3b3b3;color:#fff;font-weight:500;font-size:12px;line-height:1.25;letter-spacing:-.05em;text-align:center}.locations-list__content>*:first-child:before{content:"";background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 15.7491V10.1991C6.75 9.77903 6.75 9.56901 6.83175 9.40858C6.90365 9.26746 7.01839 9.15272 7.15951 9.08082C7.31994 8.99907 7.52996 8.99907 7.95 8.99907H10.05C10.47 8.99907 10.6801 8.99907 10.8405 9.08082C10.9816 9.15272 11.0963 9.26746 11.1683 9.40858C11.25 9.56901 11.25 9.77903 11.25 10.1991V15.7491M8.26327 2.07208L3.17654 6.02843C2.83652 6.29289 2.6665 6.42513 2.54402 6.59073C2.43552 6.73742 2.3547 6.90267 2.30552 7.07837C2.25 7.27672 2.25 7.49211 2.25 7.92287V13.3491C2.25 14.1892 2.25 14.6092 2.41349 14.9301C2.5573 15.2123 2.78677 15.4418 3.06901 15.5856C3.38988 15.7491 3.80992 15.7491 4.65 15.7491H13.35C14.1901 15.7491 14.6101 15.7491 14.931 15.5856C15.2132 15.4418 15.4427 15.2123 15.5865 14.9301C15.75 14.6092 15.75 14.1892 15.75 13.3491V7.92287C15.75 7.49211 15.75 7.27672 15.6945 7.07837C15.6453 6.90267 15.5645 6.73742 15.456 6.59073C15.3335 6.42513 15.1635 6.29289 14.8235 6.02843L9.73673 2.07208C9.47324 1.86714 9.34149 1.76467 9.19601 1.72529C9.06765 1.69053 8.93235 1.69053 8.80399 1.72529C8.65851 1.76467 8.52677 1.86714 8.26327 2.07208Z' stroke='%23B3B3B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:18px auto;background-position:center;background-repeat:no-repeat}.locations-list__content>*:after{position:absolute;content:"";display:block;width:1px;height:calc(100% - 28px);background-color:#b3b3b3;right:calc(100% + 22px);top:calc(50% + 20px);transform:translate(50%)}.locations-list__content>*:last-child:after{height:calc(100% - 46px)}.locations-list .field-box{position:relative;padding:12px 42px 12px 12px;background-color:#f7f7f7;border-radius:10px;box-shadow:-12px 8px 44px #00000017,inset 0 0 0 2px #fff}.locations-list .field-box__input{position:static}.locations-list .field-box__input textarea{height:55px;line-height:1.1428}.locations-list .field-box__icon{font-size:18px;right:12px}.select-boxes-list{display:flex;flex-wrap:wrap;gap:18px}.select-boxes-list__item{width:100%}@media only screen and (min-width: 768px){.select-boxes-list__item{width:calc(50% - 9px)}}.select-box{font-family:Switzer,sans-serif;position:relative}.select-box:first-child:last-child{height:100%}.select-box:first-child:last-child .select-box__inner{height:100%;display:flex;flex-direction:column}.select-box:first-child:last-child .select-box__item_preview{flex-grow:1}.select-box__select{position:absolute;top:0;left:0;opacity:0;visibility:hidden;pointer-events:none}.select-box__label{padding:0 14px;font-weight:500;font-size:15px;line-height:1.3333;letter-spacing:-.03em;color:#b3b3b3}.select-box__label:not(:last-child){margin-bottom:6px}.select-box__item{position:relative;display:flex;min-height:106px;padding:2px;background-color:#f9f9f9;border-radius:10px;box-shadow:inset 0 0 0 1px #dbdde0;cursor:pointer;font-size:11px;font-weight:500;line-height:1.272727;letter-spacing:-.02em;transition:box-shadow .3s ease}.select-box__item:hover{box-shadow:none}.select-box__item:hover:before{opacity:.5}.select-box__item.is-selected{box-shadow:none}.select-box__item.is-selected:before{opacity:1}.select-box__item:before{position:absolute;content:"";display:block;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);border-radius:10px;border-radius:inherit;opacity:0;pointer-events:none;transition:opacity .3s ease}.select-box__item-inner{position:relative;width:100%;padding:8px 12px;background-color:#f9f9f9;border-radius:8px;z-index:1}.select-box__item-header{display:flex;align-items:center;gap:7px}.select-box__item-header:not(:last-child){margin-bottom:8px}.select-box__item-icon{font-size:18px;line-height:0;color:#b3b3b3}.select-box__item-icon svg{height:1em;width:auto}.select-box__item-title{font-size:17px;font-weight:600;line-height:1.29411;letter-spacing:-.03em;color:#1b1f26b8}.select-box__item-description{color:#0006}.select-box__item_preview{box-shadow:inset 0 0 0 1px #fff,-12px 8px 44px #00000017}.select-box__item_preview:hover{box-shadow:inset 0 0 0 1px #dbdde0,-12px 8px 44px #00000017}.select-box__item_preview:hover:before{opacity:0}.select-box__item_preview .select-box__item-header{position:relative;padding-right:31px}.select-box__item_preview .select-box__item-header:after{position:absolute;content:"";display:block;top:50%;right:0;transform:translateY(-50%);font-size:24px;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='black' stroke-opacity='0.4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:contain;background-position:center;background-repeat:no-repeat;transition:transform .3s ease}.select-box__dropdown{position:absolute;top:calc(100% + 8px);left:-6px;width:calc(100% + 12px);background-color:#f9f9f9;border:1px solid #FFFFFF;border-radius:12px;padding:5px;box-shadow:-12px 8px 44px #00000017;display:flex;flex-direction:column;gap:5px;opacity:0;pointer-events:none;transform:translateY(16px);z-index:10;transition:opacity .3s ease,transform .3s ease}.select-box.is-opened .select-box__dropdown{opacity:1;pointer-events:auto;transform:none}.select-box.is-opened .select-box__item_preview .select-box__item-header:after{transform:translateY(-50%) rotate(180deg)}.tabs-box{width:100%;padding:30px 20px 20px;border:1px solid #FFFFFF;background-color:#f8f8f8;border-radius:10px;box-shadow:-12px 8px 44px #00000017;font-family:Switzer,sans-serif}.tabs-box__title{font-size:23px;font-weight:600;line-height:1.304;letter-spacing:-.03em;color:#1b1f26b8}.tabs-box__title:not(:last-child){margin-bottom:45px}.tabs-box__title svg,.tabs-box__title span{vertical-align:middle}.tabs-box__title svg{height:1em;width:auto}.tabs-box__title svg:not(:last-child){margin-right:4px}.tabs-box__main{display:flex;flex-direction:column;gap:20px}@media only screen and (min-width: 1024px){.tabs-box__main{flex-direction:row;gap:0}}@media only screen and (max-width: 1023px){.tabs-box__labels{display:flex;flex-shrink:0;overflow-x:auto;margin:0 -20px;padding:0 20px}}@media only screen and (min-width: 1024px){.tabs-box__labels{display:block;width:317px;margin-right:-1px}}.tabs-box__label{flex-shrink:0;position:relative;padding:22px 14px;border:1px solid transparent;border-radius:10px;z-index:1}@media only screen and (max-width: 1023px){.tabs-box__label{width:317px;max-width:100%;padding:14px}}.tabs-box__label:not(.is-active){cursor:pointer}@media only screen and (min-width: 1024px){.tabs-box__label:first-child{border-top-right-radius:0}}.tabs-box__label:first-child .tabs-box__label-decor-1,.tabs-box__label:first-child .tabs-box__label-decor-2{display:none}.tabs-box__label:first-child:after{top:0;height:calc(100% + 10px)}@media only screen and (min-width: 1024px){.tabs-box__label:last-child{border-bottom-right-radius:0}}.tabs-box__label:last-child .tabs-box__label-decor-3,.tabs-box__label:last-child .tabs-box__label-decor-4{display:none}.tabs-box__label:last-child:after{height:calc(100% + 10px)}.tabs-box__label.is-active .tabs-box__label-title,.tabs-box__label.is-active .tabs-box__label-description,.tabs-box__label:hover .tabs-box__label-title,.tabs-box__label:hover .tabs-box__label-description{color:#1b1f26b8}.tabs-box__label.is-active{background-color:#f9f9f9;border-color:#d9d9d9}.tabs-box__label.is-active .tabs-box__label-decor-1,.tabs-box__label.is-active .tabs-box__label-decor-2,.tabs-box__label.is-active .tabs-box__label-decor-3,.tabs-box__label.is-active .tabs-box__label-decor-4,.tabs-box__label.is-active:after{opacity:1}.tabs-box__label-decor-1,.tabs-box__label-decor-2,.tabs-box__label-decor-3,.tabs-box__label-decor-4,.tabs-box__label:after{position:absolute;content:"";display:block;z-index:1;pointer-events:none;opacity:0}@media only screen and (max-width: 1023px){.tabs-box__label-decor-1,.tabs-box__label-decor-2,.tabs-box__label-decor-3,.tabs-box__label-decor-4,.tabs-box__label:after{display:none}}.tabs-box__label-decor-1{width:19px;height:19px;border-right:1px solid #D9D9D9;border-bottom:1px solid #D9D9D9;border-radius:0 0 10px;bottom:100%;right:-1px}.tabs-box__label-decor-2{width:19px;height:19px;border-right:1px solid #F8F8F8;border-top:1px solid #F8F8F8;border-radius:0 10px 0 0;top:-1px;right:-1px;z-index:0}.tabs-box__label-decor-3{width:19px;height:19px;border-right:1px solid #D9D9D9;border-top:1px solid #D9D9D9;border-radius:0 10px 0 0;top:100%;right:-1px}.tabs-box__label-decor-4{width:19px;height:19px;border-right:1px solid #F8F8F8;border-bottom:1px solid #F8F8F8;border-radius:0 0 10px;bottom:-1px;right:-1px;z-index:0}.tabs-box__label:after{width:1px;height:calc(100% + 20px);left:100%;top:-10px;background-color:#f8f8f8;z-index:0}.tabs-box__label-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;z-index:2}.tabs-box__label-title{font-size:17px;font-weight:600;line-height:1.2941;letter-spacing:-.03em;color:#0006;transition:color .3s ease}.tabs-box__label-title:not(:last-child){margin-bottom:5px}.tabs-box__label-description{font-size:11px;font-weight:500;line-height:1.3333;letter-spacing:-.03em;color:#1b1f266b;transition:color .3s ease}.tabs-box__label-number{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:54px;height:57px;--highlight-color-rgb: 52, 199, 89;background-color:rgba(var(--highlight-color-rgb),.2);border-radius:9px;text-align:center;color:#1b1f26b8}.tabs-box__label-number.bg-0-2{--highlight-color-rgb: 239, 68, 68}.tabs-box__label-number.bg-3-4{--highlight-color-rgb: 249, 115, 22}.tabs-box__label-number.bg-5-6{--highlight-color-rgb: 234, 179, 8}.tabs-box__label-number.bg-7-8{--highlight-color-rgb: 59, 130, 246}.tabs-box__label-number.bg-9-10{--highlight-color-rgb: 52, 199, 89}.tabs-box__label-number-title{font-size:10px;font-weight:400;line-height:1;letter-spacing:-.03em}.tabs-box__label-number-title b,.tabs-box__label-number-title strong{font-size:30px;font-weight:400;letter-spacing:-.03em}.tabs-box__label-number-description{font-size:6px;font-weight:600;line-height:1.3333;letter-spacing:.03em;color:rgb(var(--highlight-color-rgb))}.tabs-box__label-number-text{font-size:18px;font-weight:400;line-height:1.3333;letter-spacing:-.03em}.tabs-box__contents{position:relative;flex-grow:1;border:1px solid #D9D9D9;border-radius:10px}@media only screen and (min-width: 1024px){.tabs-box__contents.has-first-item-active{border-top-left-radius:0}}@media only screen and (min-width: 1024px){.tabs-box__contents.has-last-item-active{border-bottom-left-radius:0}}.tabs-box__content-item{padding:20px 14px;transition:opacity .3s ease;font-size:13px;font-weight:500;line-height:1.3846;letter-spacing:-.03em;color:#1b1f26b8}@media only screen and (min-width: 768px){.tabs-box__content-item{padding:30px 24px}}@media only screen and (min-width: 1024px){.tabs-box__content-item{position:absolute;top:0;left:0;width:100%;height:100%;overflow-x:hidden;overflow-y:auto}}@media only screen and (max-width: 1023px){.tabs-box__content-item:not(.is-active){display:none}}@media only screen and (min-width: 1024px){.tabs-box__content-item:not(.is-active){opacity:0;pointer-events:none}}.tabs-box__content-item p:not(:last-child){margin-bottom:18px}.chat-report{width:100%;font-family:Switzer,sans-serif}@media only screen and (max-width: 1023px){.chat-report__content{width:calc(100% + 40px);margin:-44px -20px;padding:44px 20px;overflow-x:auto;display:flex}}.chat-report__title{font-size:23px;font-weight:600;line-height:1.304;letter-spacing:-.03em;color:#1b1f26b8}.chat-report__title:not(:last-child){margin-bottom:32px}@media only screen and (min-width: 1024px){.chat-report__title:not(:last-child){margin-bottom:45px}}.chat-report__title svg,.chat-report__title span{vertical-align:middle}.chat-report__title svg{height:1em;width:auto}.chat-report__title svg:not(:last-child){margin-right:4px}.chat-report__row{display:flex}.chat-report__row:not(:last-child){margin-bottom:30px}.chat-report__row:not(:last-child):not(.chat-report__header){padding-bottom:30px;border-bottom:1px solid #D9D9D9}.chat-report__col{flex-grow:1;min-width:300px}@media only screen and (min-width: 1024px){.chat-report__col{min-width:unset}}.chat-report__col:not(:first-child){padding-left:20px}.chat-report__col:not(:last-child){padding-right:20px;border-right:.5px solid #D9D9D9}.chat-report__col_md{flex-grow:0;flex-shrink:0;width:30%;min-width:240px}@media only screen and (min-width: 1024px){.chat-report__col_md{min-width:unset}}.chat-report__header{border-bottom:1px solid #D9D9D9}.chat-report__heading{padding-top:3px;padding-bottom:8px;font-size:13px;font-weight:600;line-height:100%;letter-spacing:-.03em;color:#0006}.chat-report__chart{display:flex;justify-content:space-between;gap:10px}.chat-report__chart-title{font-weight:700}.chat-report__chart__preview{flex-shrink:0;display:flex;align-items:flex-end}.chat-report__title-row{font-size:17px;font-weight:600;line-height:1.2941;letter-spacing:-.03em;color:#1b1f26b8}.chat-report__title-row:not(:last-child){margin-bottom:20px}.chat-report__messages{display:flex;flex-direction:column;gap:16px}.chat-report__message{position:relative;display:flex;align-items:flex-start;gap:16px}.chat-report__message_system .chat-report__message-content{background:#dbdde03d}.chat-report__message:not(:last-child):after{position:absolute;content:"";display:block;top:35px;left:12.5px;width:.5px;height:calc(100% - 26px);transform:translate(-50%);background-color:#1b1f26b8}.chat-report__message-image{flex-shrink:0;font-size:25px;width:1em;height:1em;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat}.chat-report__message-content{flex-grow:1;display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;padding:14px 20px;border:1px solid #DBDDE0;background:#ffffff26;box-shadow:-12px 8px 44px #00000017;border-radius:10px}.chat-report__message-label{flex-shrink:0;display:inline-block;font-size:7px;font-weight:500;line-height:1.2857;letter-spacing:-.03em;color:#dbdde0;margin-left:auto}.chat-report__message-label:hover,.chat-report__message-label:focus{color:#000}.chat-report__message-label svg{font-size:8px;height:1em;width:auto}.chat-report__message-label span{vertical-align:middle}.chat-report__message-label span:not(:last-child){margin-right:4px}.chat-report__message-main{font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:1.25;letter-spacing:-.03em;color:#1b1f26b8}.chat-report__message-main p:not(:last-child){margin-bottom:15px}.icon-list{font-family:Switzer,sans-serif;font-size:12px;font-weight:500;line-height:1.3333;letter-spacing:-.03em;color:#1b1f26b8}.icon-list__item{display:flex;gap:10px}.icon-list__item:not(:last-child){margin-bottom:9px}.icon-list__icon{font-size:17px;height:1em;width:auto}.icon-list__title{font-size:13px;font-weight:600;line-height:1.30769;letter-spacing:-.03em;color:#0006}.icon-list__title:not(:first-child){margin-top:29px}.icon-list__title:not(:last-child){margin-bottom:11px}.stage-box{background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);padding:2px;border-radius:10px;font-family:Switzer,sans-serif}.stage-box+.stage-box{margin-top:24px}.stage-box.is-dragging{opacity:.7}.stage-box__inner{position:relative;background:linear-gradient(101.74deg,#f8daff26 3.8%,#e9f4ff26 96.2%);border-radius:8px;box-shadow:-12px 8px 44px #00000017;padding:0 16px;z-index:1}.stage-box__inner:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:8px;background-color:#f5f5f5;z-index:-1}.stage-box__header{padding:15px 0;display:flex;align-items:center;flex-wrap:wrap;gap:10px}@media only screen and (min-width: 768px){.stage-box__header{flex-wrap:nowrap;padding-left:16px;padding-right:16px}}.stage-box__drag{font-size:13px;height:1em;width:auto;color:#00000040;transition:color .3s ease;cursor:move}.stage-box__drag:hover{color:#00000080}.stage-box__label{flex-shrink:0;background:linear-gradient(245.63deg,#ef26d187 -7.09%,#e9167387 15.22%,#e40a2e87 31.73%,#1759c987 59.06%);padding:1px;color:#585b60;border-radius:35px;font-size:10px;font-weight:600;line-height:1.333;letter-spacing:-.01em}.stage-box__label-content{display:flex;align-items:center;gap:5px;padding:4px 11px;border-radius:34px;background-color:#f5f5f5}.stage-box__label-content svg{height:1em;width:auto;flex-shrink:0}.stage-box__title{font-size:20px;font-weight:600;line-height:1.3;letter-spacing:-.03em;width:calc(100% - 58px)}@media only screen and (min-width: 768px){.stage-box__title{width:auto}}.stage-box__title>span{background:linear-gradient(245.63deg,#ef26d1 -7.09%,#e9167387 15.22%,#e40a2e 31.73%,#1759c9 59.06%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;caret-color:#1b1f26b8;opacity:.434;transition:opacity .3s ease}.stage-box__title>span.is-filled{opacity:.53}.stage-box__title>span:hover{opacity:.72}.stage-box__arrow{font-size:8px;line-height:0;color:#1b1f26b8;cursor:pointer;margin-left:-4px;transition:color .3s ease,transform .3s ease}.stage-box__arrow svg{height:1em;width:auto}.stage-box__arrow:hover{color:#1b1f26}.stage-box__remove{margin-left:auto;color:#0006;transition:color .3s ease;cursor:pointer;line-height:0}.stage-box__remove:hover,.stage-box__remove:focus{color:#e40a2e}.stage-box__remove a{color:#0006}.stage-box__remove a:hover,.stage-box__remove a:focus{color:#e40a2e}.stage-box__content{border-top:1px solid rgba(0,0,0,.08);padding:18px 0}.stage-box__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 20px}@media only screen and (min-width: 768px){.stage-box__nav{padding-left:16px}}.stage-box__nav:not(:last-child){margin-bottom:14px}.stage-box__nav-title{font-weight:500;font-size:13px;line-height:1.3076;letter-spacing:-.03em;color:#55585e}.stage-box__nav-title span,.stage-box__nav-title svg{vertical-align:middle}.stage-box__nav-title span:not(:last-child),.stage-box__nav-title svg:not(:last-child){margin-right:10px}.stage-box__nav-title svg{font-size:18px;height:1em;width:auto;flex-shrink:0}.stage-box__field{display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px;max-width:100%}.stage-box__field-label{font-size:11px;font-weight:500;line-height:1.3636;letter-spacing:-.03em;color:#0006}.stage-box__field-input{padding:5px;border-radius:3px;border:1px solid #FFFFFF;background-color:#f5f5f5;font-family:Switzer,sans-serif;font-size:11px;font-weight:600;line-height:1.3636;letter-spacing:-.01em;color:#1b1f26b8;text-align:center;transition:opacity .3s ease,border-color .3s ease}.stage-box__field-input:hover,.stage-box__field-input:focus{border-color:#b3b3b3}.stage-box__field-input[type=number]{width:37px;height:25px;-moz-appearance:textfield;appearance:textfield}.stage-box__field-input[type=number]::-webkit-inner-spin-button,.stage-box__field-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.stage-box__field-input:disabled{opacity:.5;cursor:not-allowed}.stage-box__field-content{max-width:100%}.stage-box__field_sm{gap:6px 12px}.stage-box__field_sm .stage-box__field-label{font-size:11px;font-weight:600;line-height:1.1818;letter-spacing:-.03em;color:#1b1f26b8}.stage-box__tasks:not(:last-child){margin-bottom:18px}.stage-box__tasks:empty:not(:last-child),.stage-box__tasks.is-empty:not(:last-child){margin-bottom:0}.stage-box__tasks-item{display:flex}.stage-box__tasks-item:not(:last-child){margin-bottom:18px}.stage-box__tasks-item:before{left:-50px}.stage-box__tasks-item .builder-box__item-hint{margin-left:-301px;margin-right:73px}.stage-box__tasks-item-content{width:100%;display:flex;flex-direction:column}.stage-box__tasks-item-content>.divider{margin-bottom:7px}.stage-box__footer{text-align:center}.stage-box.is-active .stage-box__arrow{transform:rotate(180deg)}.radio-group{display:flex;align-items:center;padding:4px;gap:9px;border-radius:6px;background-color:#e9ebee;font-family:Switzer,sans-serif;font-size:11px;font-weight:600;line-height:1.3636;letter-spacing:-.01em;color:#1b1f26b8;max-width:100%;overflow-x:auto}.radio-group__item{position:relative}.radio-group__item input[type=radio]{position:absolute;opacity:0;top:0;left:0;visibility:hidden;pointer-events:none}.radio-group__item input[type=radio]+.radio-group__box{display:block;padding:5px 15px;border-radius:5px;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease,color .3s ease}.radio-group__item input[type=radio]+.radio-group__box:hover{color:#1b1f26}.radio-group__item input[type=radio]:checked+.radio-group__box{background-color:#fff;box-shadow:0 1px 2px #00000040,inset 0 0 0 1px #d9d9d9;color:#1b1f26b8}.radio-group_light{background-color:#fff}.radio-group_light .radio-group__item input[type=radio]:checked+.radio-group__box{background-color:#ebedf0;box-shadow:0 1px 2px #00000040,inset 0 0 0 1px #fff;color:#1b1f26b8}.task-box{background-color:#f5f5f5;transition:box-shadow .3s ease,opacity .3s ease;border-radius:10px;font-family:Switzer,sans-serif}.task-box+.task-box{margin-top:15px}.task-box.is-dragging{opacity:.7}.task-box__header{padding:12px;display:flex;align-items:center;flex-wrap:wrap;gap:10px;border-radius:10px;background-color:#fff}@media only screen and (min-width: 768px){.task-box__header{flex-wrap:nowrap;padding-left:16px;padding-right:16px}}.task-box__drag{font-size:13px;height:1em;width:auto;color:#00000040;transition:color .3s ease;cursor:move}.task-box__drag:hover{color:#00000080}.task-box__label{flex-shrink:0;display:flex;align-items:center;gap:5px;background-color:#f5f5f5;padding:4px 8px;color:#585b60;border-radius:35px;font-size:10px;font-weight:600;line-height:1.333;letter-spacing:-.01em}.task-box__label svg{font-size:13px;height:1em;width:auto}.task-box__title{font-size:17px;font-weight:600;line-height:1.2941;letter-spacing:-.03em;width:calc(100% - 58px)}@media only screen and (min-width: 768px){.task-box__title{width:auto}}.task-box__title>span{color:#55585e;opacity:.6;transition:opacity .3s ease}.task-box__title>span.is-filled{opacity:1}.task-box__title>span:hover{opacity:.85}.task-box__arrow{font-size:8px;line-height:0;color:#1b1f26b8;cursor:pointer;margin-left:-4px;transition:color .3s ease,transform .3s ease}.task-box__arrow svg{height:1em;width:auto}.task-box__arrow:hover{color:#1b1f26}.task-box__remove{margin-left:auto;color:#0006;transition:color .3s ease;cursor:pointer;line-height:0}.task-box__remove:hover{color:#e40a2e}.task-box__remove a{color:#0006}.task-box__remove a:hover,.task-box__remove a:focus{color:#e40a2e}.task-box__content{padding:18px 16px}.task-box__content-item{display:flex;align-items:flex-start}.task-box__content-item:not(:last-child){margin-bottom:15px}.task-box__content-item:not(:last-child):after{content:none}.task-box__content-item:before{left:-66px}.task-box__content-item .builder-box__item-hint{margin-left:-319px;margin-right:91px}.task-box__content-item>*:not(.builder-box__item-hint){width:100%}.task-box.is-active{box-shadow:-12px 8px 44px #00000017,inset 0 0 0 1px #fff}.task-box.is-active .task-box__arrow{transform:rotate(180deg)}.task-box:not(.is-active)+.divider{display:none}.task-details{padding:5px;background-color:#ebeef2;border-radius:16px;border:1px solid #FFFFFF}.task-details__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 20px;padding:7px 10px 9px}@media only screen and (min-width: 768px){.task-details__header{padding-left:20px;padding-right:20px}}.task-details__header-additional{display:flex;flex-wrap:wrap;align-items:center;gap:10px 20px;max-width:100%}.task-details__title{font-weight:600;font-size:15px;line-height:1.3333;letter-spacing:-.03em;color:#5b82c6}.task-details__title span,.task-details__title svg{vertical-align:middle}.task-details__title span:not(:last-child),.task-details__title svg:not(:last-child){margin-right:5px}.task-details__title svg{font-size:18px;height:1em;width:auto;flex-shrink:0}.task-details__content textarea{display:block;width:100%;height:91.9992px;background-color:#f8f8f8;border-radius:12px;box-shadow:-12px 8px 44px #00000017;padding:10px;font-family:Switzer,sans-serif;font-size:14px;font-weight:400;line-height:1.2857;letter-spacing:-.03em;color:#1b1f26b8;border:none;resize:none}@media only screen and (min-width: 768px){.task-details__content textarea{padding:18px 20px;height:107.9992px}}.succeed-box{padding:5px;background-color:#34c7590f;border-radius:16px;border:1px solid #34C759}.succeed-box__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 20px;padding:7px 10px 11px}@media only screen and (min-width: 768px){.succeed-box__header{padding-left:20px;padding-right:20px}}.succeed-box__header-additional{display:flex;flex-wrap:wrap;align-items:center;gap:10px 20px;max-width:100%}.succeed-box__title{font-weight:600;font-size:15px;line-height:1.3333;letter-spacing:-.03em;color:#3f6a50}.succeed-box__title span,.succeed-box__title svg{vertical-align:middle}.succeed-box__title span:not(:last-child),.succeed-box__title svg:not(:last-child){margin-right:5px}.succeed-box__title svg{font-size:18px;height:1em;width:auto;flex-shrink:0}.succeed-box__label{flex-shrink:0;display:flex;align-items:center;gap:5px;padding:5px 12px;background-color:#34c75933;border-radius:35px;font-size:9px;font-weight:600;line-height:1.3333;letter-spacing:-.01em;color:#168944}.succeed-box__label svg{font-size:13px;height:1em;width:auto}.succeed-box__content{padding:12px 10px 22px;background:linear-gradient(180deg,#e7f2ff,#f2f4f5);border:1px solid #90DEFF;border-radius:13px;transition:margin-bottom .3s ease,padding .3s ease,border-width .3s ease}.succeed-box__content:not(:last-child){margin-bottom:20px}.succeed-box__content:empty,.succeed-box__content.is-empty{padding:0;border-width:0}.succeed-box__content:empty:not(:last-child),.succeed-box__content.is-empty:not(:last-child){margin-bottom:0}.succeed-box__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:6px 13px;padding:9px;background-color:#f8f8f8b5;border:1px solid rgba(255,255,255,.7);border-radius:10px}@media only screen and (min-width: 768px){.succeed-box__item{flex-wrap:nowrap}}.succeed-box__item:not(:last-child){margin-bottom:9px}.succeed-box__item-label{border-radius:35px;padding:2px 6px;border:1px solid rgba(0,122,255,.15);font-size:11px;font-weight:600;line-height:1.3076;letter-spacing:-.01em;color:#0006}@media only screen and (min-width: 768px){.succeed-box__item-label{padding:4px 11px;font-size:13px}}.succeed-box__item-title{font-size:14px;font-weight:500;line-height:1.2857;letter-spacing:-.01em;width:calc(100% - 29px)}@media only screen and (min-width: 768px){.succeed-box__item-title{width:auto}}.succeed-box__item-title>span{color:#1b1f26;opacity:.72;transition:opacity .3s ease}.succeed-box__item-title>span.is-filled{opacity:1}.succeed-box__item-title>span:hover{opacity:.85}.succeed-box__item-remove{margin-left:auto;font-size:16px;line-height:0;color:#00000036;cursor:pointer;transition:color .3s ease}.succeed-box__item-remove:hover,.succeed-box__item-remove:focus{color:#e40a2e}.succeed-box__item-remove a{color:#00000036}.succeed-box__item-remove a:hover,.succeed-box__item-remove a:focus{color:#e40a2e}.succeed-box__item-remove svg{height:1em;width:auto}.succeed-box__footer{text-align:center}.succeed-box__footer:not(:first-child){margin-top:20px}.gestures-box{padding:5px;background-color:#6941c60f;border-radius:16px;border:1px solid #5050FF}.gestures-box__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 20px;padding:7px 10px 11px}@media only screen and (min-width: 768px){.gestures-box__header{padding-left:20px;padding-right:20px}}.gestures-box__header-additional{display:flex;flex-wrap:wrap;align-items:center;gap:10px 20px;max-width:100%}.gestures-box__title{font-weight:600;font-size:15px;line-height:1.3333;letter-spacing:-.03em;color:#5050ff}.gestures-box__title span,.gestures-box__title svg{vertical-align:middle}.gestures-box__title span:not(:last-child),.gestures-box__title svg:not(:last-child){margin-right:5px}.gestures-box__title svg{font-size:18px;height:1em;width:auto;flex-shrink:0}.gestures-box__label{flex-shrink:0;display:flex;align-items:center;gap:5px;padding:5px 12px;background-color:#90deff33;border-radius:35px;font-size:9px;font-weight:600;line-height:1.3333;letter-spacing:-.01em;color:#5050ff}.gestures-box__label svg{font-size:13px;height:1em;width:auto}.gestures-box__content{padding:12px 10px 22px;background:linear-gradient(144.45deg,#e9f4ff0a 20.58%,#ffc4040a 79.16%);border:1px solid #FFFFFF;border-radius:13px;transition:margin-bottom .3s ease,padding .3s ease,border-width .3s ease}.gestures-box__content:not(:last-child){margin-bottom:20px}.gestures-box__content:empty,.gestures-box__content.is-empty{padding:0;border-width:0}.gestures-box__content:empty:not(:last-child),.gestures-box__content.is-empty:not(:last-child){margin-bottom:0}.gestures-box__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:6px 13px;padding:9px;background-color:#f8f8f8b5;border:1px solid rgba(255,255,255,.7);border-radius:10px}@media only screen and (min-width: 768px){.gestures-box__item{flex-wrap:nowrap}}.gestures-box__item:not(:last-child){margin-bottom:9px}.gestures-box__item-label{border-radius:35px;padding:2px 6px;border:1px solid rgba(0,122,255,.15);font-size:11px;font-weight:600;line-height:1.3076;letter-spacing:-.01em;color:#0006}@media only screen and (min-width: 768px){.gestures-box__item-label{padding:4px 11px;font-size:13px}}.gestures-box__item-title{font-size:14px;font-weight:500;line-height:1.2857;letter-spacing:-.01em;width:calc(100% - 29px)}@media only screen and (min-width: 768px){.gestures-box__item-title{width:auto}}.gestures-box__item-title>span{color:#1b1f26;opacity:.72;transition:opacity .3s ease}.gestures-box__item-title>span.is-filled{opacity:1}.gestures-box__item-title>span:hover{opacity:.85}.gestures-box__item-remove{margin-left:auto;font-size:16px;line-height:0;color:#00000036;cursor:pointer;transition:color .3s ease}.gestures-box__item-remove:hover,.gestures-box__item-remove:focus{color:#e40a2e}.gestures-box__item-remove a{color:#00000036}.gestures-box__item-remove a:hover,.gestures-box__item-remove a:focus{color:#e40a2e}.gestures-box__item-remove svg{height:1em;width:auto}.gestures-box__footer{text-align:center}.gestures-box__footer:not(:first-child){margin-top:20px}.divider{width:100%;border-bottom:1px dashed rgba(0,0,0,.4);margin:25px 0}.divider_has-text{border:none}.divider__text{display:flex;align-items:center}.divider__text-content{max-width:90%;padding:5px 12px;border-radius:35px;background-color:#f8f8f8;font-family:Switzer,sans-serif;font-size:9px;font-weight:600;line-height:1.3333;letter-spacing:-.01em;color:#00000040;text-align:center;margin:0 16px}.divider__text:before,.divider__text:after{content:"";flex:1;border-bottom:1px dashed rgba(0,0,0,.4)}.toggle-box{background-color:#f8f8f8;border-radius:10px;box-shadow:-12px 8px 44px #00000017;font-family:Switzer,sans-serif;margin-bottom:20px}.toggle-box__header{padding:19px 16px}@media only screen and (min-width: 1024px){.toggle-box__header{padding-left:25px;padding-right:25px}}.toggle-box__header-top{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.toggle-box__header-top:not(:last-child){margin-bottom:9px}.toggle-box__header-additional{flex-shrink:0;margin-left:auto;display:flex;align-items:center;gap:20px}.toggle-box__header-description{font-size:12px;font-weight:400;line-height:1.3333;letter-spacing:-.03em;color:#00000073}.toggle-box__title{font-size:15px;font-weight:600;line-height:1.3333;letter-spacing:-.03em;color:#55637b}.toggle-box__title span,.toggle-box__title svg{vertical-align:middle}.toggle-box__title span:not(:last-child),.toggle-box__title svg:not(:last-child){margin-right:5px}.toggle-box__title svg{font-size:18px;height:1em;width:auto;flex-shrink:0}.toggle-box__label{background-color:#fff;border-radius:35px;padding:6px 12px;font-size:9px;font-weight:600;line-height:1.3333;letter-spacing:-.01em;color:#55637b}.toggle-box__arrow{font-size:8px;line-height:0;color:#1b1f26b8;cursor:pointer;transition:color .3s ease,transform .3s ease}.toggle-box__arrow:hover{color:#1b1f26}.toggle-box__content{padding:0 16px 36px;position:relative}.toggle-box__toggler{position:absolute;left:50%;bottom:0;transform:translate(-50%);max-width:90%;padding:6px 25px;border-radius:10px;border:1px solid #DBDDE0;background-color:#fff;font-weight:500;font-size:15px;line-height:1.3333;letter-spacing:-.01em;color:#585b60;text-align:center;cursor:pointer;transition-delay:3s;transition:color .3s ease,transform .3s ease}.toggle-box__toggler:hover{color:#000}.toggle-box__toggler span,.toggle-box__toggler svg{vertical-align:middle}.toggle-box__toggler span:not(:last-child),.toggle-box__toggler svg:not(:last-child){margin-right:5px}.toggle-box__toggler svg{font-size:24px;height:1em;width:auto;flex-shrink:0}.toggle-box.is-active .toggle-box__arrow{transform:rotate(180deg)}.toggle-box.is-animation-finished .toggle-box__toggler{transform:translate(-50%,50%)}.rules-box{background-color:#eaecef;--highlight-color-rgb: 80, 80, 255;border:1px solid rgb(var(--highlight-color-rgb));border-radius:13px;font-family:Switzer,sans-serif}.rules-box__header{padding:16px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}@media only screen and (min-width: 768px){.rules-box__header{padding-left:28px;padding-right:28px}}.rules-box__title{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:15px;font-weight:500;line-height:1.3333;letter-spacing:-.03em;color:#55637b}.rules-box__label{position:relative;display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:35px;box-shadow:-4px 3px 24px #1689441a;font-size:15px;font-weight:500;line-height:1.3333;letter-spacing:-.03em;color:rgb(var(--highlight-color-rgb));z-index:1}.rules-box__label:before{position:absolute;content:"";display:block;top:0;left:0;width:100%;height:100%;border-radius:35px;border-radius:inherit;background-color:rgb(var(--highlight-color-rgb));opacity:.11}.rules-box__label svg{font-size:13px;height:1em;width:auto}.rules-box__arrow{flex-shrink:0;font-size:8px;line-height:0;color:#1b1f26b8;cursor:pointer;transition:color .3s ease,transform .3s ease}.rules-box__arrow:hover{color:#1b1f26}.rules-box__content{padding:0 12px 12px}.rules-box__main{border:1px solid #FFFFFF;border-radius:13px;background-color:#f5f5f5;background-size:100% auto;background-position:top center;background-repeat:repeat-y;box-shadow:-12px 8px 44px #00000017;padding:27px 18px}.rules-box__main:not(:last-child){margin-bottom:13px}.rules-box__item .rule-item{position:relative}.rules-box__item .rule-item.is-highlighted{--primary-color-rgb: var(--highlight-color-rgb)}.rules-box__item .rule-item:before{position:absolute;content:"";display:block;top:50px;left:15px;width:1px;height:calc(100% - 50px);background-color:rgb(var(--highlight-color-rgb))}.rules-box__item:not(:last-child){margin-bottom:22px}.rules-box__item:not(:last-child) .rule-item:before{height:calc(100% - 43px)}.rules-box__footer{text-align:center}.rules-box__footer .btn_light-green{background-color:rgba(var(--highlight-color-rgb),.15);color:rgb(var(--highlight-color-rgb))}.rules-box__footer .btn_light-green:hover,.rules-box__footer .btn_light-green:focus{background-color:rgba(var(--highlight-color-rgb),.25);color:rgb(var(--highlight-color-rgb))}.rules-box_green{--highlight-color-rgb: 18, 163, 55}.rules-box_red{--highlight-color-rgb: 239, 90, 64}.rules-box.is-active .rules-box__arrow{transform:rotate(180deg)}.rules-box+.rules-box{margin-top:32px}.rule-item{display:flex;flex-direction:column;align-items:flex-start;--primary-color-rgb: 88, 88, 88}.rule-item__title{max-width:100%;overflow-x:auto;white-space:nowrap;padding:7px 14px;border-radius:35px;color:rgb(var(--primary-color-rgb));border:1.5px solid currentColor;box-shadow:-4px 3px 24px #1689441a;font-family:Inter,sans-serif;font-weight:600;font-size:15px;line-height:1.2;letter-spacing:-.03em}.rule-item__title:not(:last-child){margin-bottom:22px}.rule-item__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:22px}.rule-item__header .rule-item__title:not(:last-child){margin-bottom:0}.rule-item__header:not(:last-child){margin-bottom:22px}.rule-item__button{flex-shrink:0}.rule-item__content{padding-left:35px;display:flex;flex-direction:column;align-items:flex-start;gap:22px;max-width:100%}.rule-item__content-box{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:15px;background-color:#f8f8f8b5;border:1px solid rgba(255,255,255,.7);border-radius:16px;box-shadow:-12px 8px 44px #00000017}.rule-item__content-box.is-small{padding-top:10px;padding-bottom:10px}.rule-item__content-box.has-remove{padding-right:43px}@media only screen and (min-width: 768px){.rule-item__content-box.has-nowrap{flex-wrap:nowrap}}.rule-item__content-box.is-highlighted{border-color:rgba(var(--highlight-color-rgb),.66);background-color:rgba(var(--highlight-color-rgb),.03)}.rule-item__content-box.is-highlighted .rule-item__text span:not(.is-filled){color:#00000040}.rule-item__text{font-weight:500;font-size:14px;line-height:1.2857;letter-spacing:-.01em}.rule-item__text span{color:#b3b3b3;transition:color .3s ease}.rule-item__text span.is-filled{color:#000}.rule-item__select select{padding:4px 23px 4px 12px;background-color:#fff;border:1px solid rgba(var(--highlight-color-rgb),.15);border-radius:35px;background-image:url("data:image/svg+xml,%3Csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.59766 3.75L-0.000419289 -4.89399e-07L5.19573 -3.51373e-08L2.59766 3.75Z' fill='%23585B60'/%3E%3C/svg%3E%0A");background-size:6px 4px;background-position:calc(100% - 12px) 50%;background-repeat:no-repeat;appearance:none;-webkit-appearance:none;-moz-appearance:none;font-family:Switzer,sans-serif;font-size:13px;font-weight:600;line-height:1.3076;letter-spacing:-.01em;color:#585b60}.rule-item__remove{position:absolute;top:20.5px;right:15px;font-size:16px;line-height:0;color:#00000036;transition:color .3s ease;cursor:pointer}.rule-item__remove:hover,.rule-item__remove:focus{color:#e40a2e}.rule-item__remove svg{height:1em;width:auto}.rule-item__add{padding:7px;min-width:80px;background-color:#f5f5f5;border:1.5px solid rgba(var(--highlight-color-rgb),.5);box-shadow:-4px 3px 24px #1689441a;border-radius:35px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:1.2;letter-spacing:-.03em;color:#0006;text-align:center;cursor:pointer;transition:border-color .3s ease,color .3s ease}.rule-item__add span{display:inline-block;transform:translateY(-1.25px)}.rule-item__add:hover,.rule-item__add:focus{border-color:rgb(var(--highlight-color-rgb));color:#000}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#09090954;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;font-family:Switzer,sans-serif;transition:opacity .3s ease}.modal__box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#f5f5f5;border:5px solid #FFFFFF;border-radius:10px;box-shadow:-12px 8px 44px #00000017;width:1047px;max-width:calc(100% - 40px);max-height:calc(100% - 40px);overflow-y:auto;overflow-x:hidden;padding:28px 15px;font-size:13px;font-weight:400;line-height:1.30769;letter-spacing:-.03em;color:#1b1f26b8}@media only screen and (max-width: 1023px){.modal__box .users-list__navigation .navigation__list{margin:0 -15px;padding:0 15px}}.modal__header:not(:last-child),.modal__content:not(:last-child){margin-bottom:20px}@media only screen and (min-width: 1024px){.modal__header:not(:last-child),.modal__content:not(:last-child){margin-bottom:28px}}.modal__header{position:relative;padding-right:32px}.modal__header_mb-lg:not(:last-child){margin-bottom:24px!important}@media only screen and (min-width: 1024px){.modal__header_mb-lg:not(:last-child){margin-bottom:32px!important}}.modal__content{color:#55637b}.modal__content_mb-lg:not(:last-child){margin-bottom:28px!important}@media only screen and (min-width: 1024px){.modal__content_mb-lg:not(:last-child){margin-bottom:36px!important}}.modal__content p:not(:last-child),.modal__content ul:not(:last-child){margin-bottom:18px}.modal__content ul:not([class]) li{padding-left:1.5em}.modal__content ul:not([class]) li:before{width:1.5em;text-align:center}.modal__content ul:not([class]) li:not(:last-child){margin-bottom:0}.modal__title{font-weight:600;font-size:24px;line-height:1.3333;letter-spacing:-.03em}@media only screen and (min-width: 1024px){.modal__title{font-size:30px}}.modal__title span,.modal__title svg{vertical-align:middle}.modal__title svg{font-size:20px;margin-right:6px;height:1em;width:auto}@media only screen and (min-width: 1024px){.modal__title svg{margin-right:8px;font-size:24px}}.modal__close-button{position:absolute;top:50%;right:0;transform:translateY(-50%);font-size:24px;line-height:0;color:#000;transition:color .3s ease}.modal__close-button:hover,.modal__close-button:focus{color:#717680}.modal__close-button svg{height:1em;width:auto}.modal__subtitle{font-size:17px;font-weight:600;line-height:1.2941;letter-spacing:-.03em}.modal__subtitle:not(:last-child){margin-bottom:18px}.modal__subtitle_mb-sm:not(:last-child){margin-bottom:8px}.modal__buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 24px}.modal__buttons.has-border-top{margin-top:40px;border-top:.5px solid #B3B3B3;padding-top:24px}.modal__buttons.has-border-top-size-sm{margin-top:20px;padding-top:14px}.modal__buttons.justify-right{justify-content:flex-end}.modal .field-box__input_checkbox{font-size:inherit;color:inherit}.modal .field-box__input_checkbox input[type=checkbox]+span{font-size:inherit;line-height:inherit}.modal .field-box__input_checkbox input[type=checkbox]+span:before{top:.5lh;font-size:inherit}.modal .checkboxes-list:not(:first-child){margin-top:40px}.modal hr{border-top:.5px solid #B3B3B3;height:0;border-bottom:0;margin:22px 0}.modal__notice{padding:12px;border-radius:10px;font-weight:500;font-size:15px;line-height:1.3;letter-spacing:-.03em;text-align:center;background-color:#dde2e9}.modal__notice:not(:first-child){margin-top:20px}.modal__notice:not(:last-child){margin-bottom:20px}.modal__chart{position:relative;text-align:center;padding-bottom:27px;z-index:1}.modal__chart-title{font-size:13px;font-weight:600;line-height:1.30769;letter-spacing:-.03em;color:#0006}.modal__chart-preview{display:flex;justify-content:center}.modal__chart-preview:not(:last-child){margin-bottom:40px}.modal__chart-preview .apexcharts-radial-series path{filter:none!important}.modal__chart-subtitle{font-size:20px;font-weight:500;line-height:1.3;letter-spacing:-.03em;color:#1b1f26b8}.modal__chart-subtitle:not(:last-child){margin-bottom:7px}.modal__chart-description{color:#0006}.modal__chart-decor{position:absolute;z-index:-1;font-size:20px;line-height:0;width:1em;opacity:.3;animation:decor-animation 1s ease infinite alternate}.modal__chart-decor-img img{width:100%}.modal__chart-decor_1{top:12%;right:2.5%}.modal__chart-decor_1 .modal__chart-decor-img{margin:-20%}.modal__chart-decor_2{top:30%;left:3.5%;font-size:40px;animation-delay:.4s}.modal__chart-decor_2 .modal__chart-decor-img{margin:-7%}.modal__chart-decor_4,.modal__chart-decor_5,.modal__chart-decor_7{animation:decor-animation-rotate 2s linear infinite}.modal__chart-decor_3{top:62.5%;left:24%;font-size:9px;animation-delay:.3s}.modal__chart-decor_3 .modal__chart-decor-img{margin:-45%}.modal__chart-decor_4{top:62%;right:15%;font-size:12px;animation-delay:.2s}.modal__chart-decor_5{top:67%;left:5%;font-size:23px;animation-delay:.1s}@media only screen and (min-width: 568px){.modal__chart-decor_5{left:10%}}.modal__chart-decor_6{top:84%;left:3.5%;font-size:15px;animation-delay:.5s}.modal__chart-decor_6 .modal__chart-decor-img{margin:-25%}.modal__chart-decor_7{top:100%;left:49.75%;font-size:11px;animation-delay:.2s}.modal__chart-decor_8{bottom:-6px;right:.5%;font-size:38px;animation-delay:.3s}.modal__chart-decor_8 .modal__chart-decor-img{margin:-11%}@media only screen and (min-width: 1024px){.modal.has-nav .modal__header{width:calc(100% - 255px);margin-left:auto}}.modal.has-size-md .modal__box{width:600px}.modal.has-size-sm .modal__title,.modal.has-size-xs .modal__title{font-size:15px;font-weight:600;line-height:1.3;letter-spacing:-.03em}.modal.has-size-sm .modal__title svg,.modal.has-size-xs .modal__title svg{font-size:17px;margin-right:6px}.modal.has-size-sm .modal__title.has-size-lg,.modal.has-size-xs .modal__title.has-size-lg{font-size:24px;line-height:1.3214}@media only screen and (min-width: 768px){.modal.has-size-sm .modal__title.has-size-lg,.modal.has-size-xs .modal__title.has-size-lg{font-size:28px}}.modal.has-size-sm .modal__box{width:407px}.modal.has-size-sm .modal__close-button{font-size:15px}.modal.has-size-sm .modal__subtitle{font-size:20px;font-weight:500;line-height:1.3}.modal.has-size-sm .modal__subtitle:not(:last-child){margin-bottom:25px}.modal.has-size-xs .modal__box{width:306px;border-radius:12px;border-width:3px;padding:19px}.modal.has-size-xs .modal__header:not(:last-child),.modal.has-size-xs .modal__content:not(:last-child){margin-bottom:24px}.modal.has-size-xs .modal__close-button{display:flex;align-items:center;justify-content:center;padding:4px;background-color:#d9d9d9;border-radius:50%;font-size:13px;color:#fff;transition:color .3s ease}.modal.has-size-xs .modal__close-button:hover,.modal.has-size-xs .modal__close-button:focus{color:#000}.modal.has-color-warning .modal__box{border-color:#ff5f57;box-shadow:-12px 8px 44px #ff5f571c}.modal.has-color-info .modal__box{border-color:#007aff;box-shadow:-12px 8px 44px #007aff1c}.modal.has-color-yellow-gradient .modal__header,.modal.has-color-purple-gradient .modal__header,.modal.has-color-success-gradient .modal__header,.modal.has-color-info-gradient .modal__header,.modal.has-color-error-gradient .modal__header{margin:0 15px}.modal.has-color-yellow-gradient .modal__header:not(:last-child),.modal.has-color-purple-gradient .modal__header:not(:last-child),.modal.has-color-success-gradient .modal__header:not(:last-child),.modal.has-color-info-gradient .modal__header:not(:last-child),.modal.has-color-error-gradient .modal__header:not(:last-child){margin-bottom:12px}.modal.has-color-yellow-gradient .modal__box,.modal.has-color-purple-gradient .modal__box,.modal.has-color-success-gradient .modal__box,.modal.has-color-info-gradient .modal__box,.modal.has-color-error-gradient .modal__box{border-color:#fff;border-width:1px;box-shadow:-2px 8px 44px #00000030;padding:13px 7px 7px}.modal.has-color-yellow-gradient .modal__main,.modal.has-color-purple-gradient .modal__main,.modal.has-color-success-gradient .modal__main,.modal.has-color-info-gradient .modal__main,.modal.has-color-error-gradient .modal__main{padding:20px;background-color:#ebedf0;border:1px solid #FFFFFF;box-shadow:-2px 8px 44px #00000030;border-radius:10px}.modal.has-color-yellow-gradient .modal__box{background:linear-gradient(360deg,#ebedf0,#ffbf00)}.modal.has-color-purple-gradient .modal__box{background:linear-gradient(180deg,#ebedf0,#a7a7ff)}.modal.has-color-success-gradient .modal__content,.modal.has-color-info-gradient .modal__content,.modal.has-color-error-gradient .modal__content{color:#1b1f26b8}.modal.has-color-success-gradient .modal__box{background:linear-gradient(180deg,#a5d88c,#f2f4f5)}.modal.has-color-success-gradient .modal__notice{background-color:#d8e7d0}.modal.has-color-error-gradient .modal__box{background:linear-gradient(180deg,#fac0c0,#fde1da 26.16%)}.modal.has-color-error-gradient .modal__notice{background-color:#fcafaf38}.modal.has-color-info-gradient .modal__box{background:linear-gradient(180deg,#7dbaff,#f2f4f5)}.modal:not(.is-shown){opacity:0;pointer-events:none}@keyframes decor-animation{0%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(1.4)}}@keyframes decor-animation-rotate{0%{opacity:1;transform:rotate(0)}50%{opacity:.4;transform:rotate(180deg)}to{opacity:1;transform:rotate(360deg)}}.teams-users__header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 5px}.teams-users__header:not(:last-child){margin-bottom:9px}.teams-users__info{flex-shrink:0;max-width:100%;display:flex;align-items:center;gap:12px;font-family:Switzer,sans-serif;font-size:12px;font-weight:600;line-height:100%;letter-spacing:-.01em;color:#55637b}.teams-users__info-item{padding:6px 9px}.teams-users__info-item svg,.teams-users__info-item span{vertical-align:middle}.teams-users__info-item svg{font-size:15px;height:1em;width:auto}.teams-users__info-item svg:not(:last-child){margin-right:3px}.tagify{width:100%;background-color:#fff;border-radius:5px;--tags-border-color: #EBEDF0;--tags-hover-border-color: #EBEDF0;--tags-focus-border-color: #EBEDF0;--tag-border-radius: 5px;--tag-bg: #EBEDF0;--tag-hover: #D4D8DF;--input-color: #585B60;--tag-text-color: #585B60;--tag-text-color--edit: #585B60;--tag-pad: 3px 12px;--x-space: 6px;--y-space: 4px;--tag-remove-bg: #D4D8DF;--tag-remove-btn-color: #585B60;--tag-remove-btn-bg--hover: transparent;font-family:Switzer,sans-serif;font-size:10px;font-weight:500;line-height:1.3;letter-spacing:-.01em;transition:border-color .3s ease,box-shadow .3s ease}.tagify--focus{box-shadow:-12px 8px 44px #00000017}.tagify--dropdown-bottom{border-bottom-left-radius:0;border-bottom-right-radius:0}.tagify--dropdown-top{border-top-left-radius:0;border-top-right-radius:0}.tagify__tag{margin-block:var(--y-space);margin-inline:var(--x-space) 0;line-height:inherit}.tagify__tag>div:before{transition:.3s ease}.tagify__tag__removeBtn{margin-inline:auto var(--x-space)}.tagify__tag__removeBtn:after{color:transparent;background-image:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.84961 0.599609L0.599609 6.84961M0.599609 0.599609L6.84961 6.84961' stroke='%23585B60' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:8px;background-position:center;background-repeat:no-repeat;transform-origin:center;transform:translateZ(0)}.tagify__tag__removeBtn:hover:after{transform:scale(1.2) translateZ(0)}.tagify__tag__removeBtn:hover+div>span{opacity:1}.tagify__input{line-height:1.3;min-height:1lh;margin:var(--y-space) var(--x-space)}.tagify__dropdown{--tagify-dd-color-base: #EBEDF0;--tagify-dd-color-primary: #D4D8DF;--tagify-dd-item-pad: 3px 12px;--x-space: 6px;--y-space: 4px;--tagify-dd-bg-color: #ffffff;--tag-border-radius: 5px;font-family:Switzer,sans-serif;font-size:10px;font-weight:500;line-height:1.3;letter-spacing:-.01em}.tagify__dropdown,.tagify__dropdown__wrapper{border-radius:5px}.tagify__dropdown[placement=bottom],.tagify__dropdown[placement=bottom] .tagify__dropdown__wrapper{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.tagify__dropdown[placement=top],.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.tagify__dropdown__wrapper{border:1px solid #EBEDF0;background-color:#fff;box-shadow:-12px 8px 44px #00000017;display:flex;flex-wrap:wrap;gap:var(--y-space) var(--x-space);padding:var(--y-space) var(--x-space)}.tagify__dropdown__item{display:inline-block;color:#585b60;margin:0;background:var(--tagify-dd-color-base);border-radius:var(--tag-border-radius);transition:background .3s ease}.tagify__dropdown__item--active{background:var(--tagify-dd-color-primary);color:#585b60}.teams-users-selection li:not(:last-child){margin-bottom:4px}.teams-users-selection li ul{display:none;padding-top:4px}.teams-users-selection .teams-users-selection__header:not(:last-child){margin-bottom:12px}.teams-users-selection .teams-users-selection__header .field-box__input input[type=text]{--border-color: #EBEDF0;--border-radius: 27px}.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span{color:#1b1f26b8;padding:8px 26px 8px 50px;border-radius:5px;transition:background-color .3s ease}.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span:before{top:calc(8px + .5lh);left:26px}.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span svg,.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span img,.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span .arrow{display:inline-block}.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span svg:not(:last-child),.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span img:not(:last-child),.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span .arrow:not(:last-child){margin-right:4px}.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span svg:not(:first-child),.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span img:not(:first-child),.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span .arrow:not(:first-child){margin-left:4px}.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span svg,.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span img,.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span span{vertical-align:middle}.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span svg{font-size:15px;height:1em;width:auto;color:#0006}.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span img{font-size:20px;height:1em;width:1em;border-radius:50%;object-fit:cover}.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span .arrow{position:relative;font-size:10px;color:#1b1f26;width:1em;height:1em;transition:transform .3s ease}.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span .arrow:after{position:absolute;content:"";display:block;width:0;height:0;top:50%;left:50%;border-style:solid;border-width:.3em 0 .3em .6em;border-color:transparent transparent transparent currentColor;transform:translate(-50%,-50%)}.teams-users-selection .field-box__input_checkbox input[type=checkbox]+span .arrow.is-active{transform:rotate(90deg)}.teams-users-selection .field-box__input_checkbox input[type=checkbox]:checked+span{background-color:#f5f5f5}.teams-users-selection__group .field-box__input_checkbox input[type=checkbox]+span{gap:8px;padding-left:60px}.simulation-preview{display:flex;border:2px solid #FFFFFF;box-shadow:-12px 8px 44px #00000017;border-radius:10px;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:255px;font-family:Switzer,sans-serif;color:#fff}.simulation-preview__inner{position:relative;display:flex;flex-direction:column;gap:16px;width:100%;padding:10px;z-index:1;border-radius:8px}@media only screen and (min-width: 768px){.simulation-preview__inner{padding:14px 20px 10px}}.simulation-preview__inner:before{position:absolute;content:"";display:block;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#09090900 53.37%,#0b2a60);z-index:-1;border-radius:8px;border-radius:inherit}.simulation-preview__label{margin-left:auto;padding:1px 6px;font-size:13px;font-weight:400;line-height:1.1333;letter-spacing:-.01em;text-align:center;color:#fff;background-color:#007aff;border-radius:16px}.simulation-preview__content{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-end;gap:10px 5px}.simulation-preview__main{display:flex;flex-wrap:wrap;align-items:flex-start;gap:10px;justify-content:space-between}.simulation-preview__main .btn{flex-shrink:0;max-width:100%}.simulation-preview__title{font-size:25px;font-weight:600;line-height:1.1;letter-spacing:-.03em;color:#f5f5f5}.simulation-preview__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:10px;font-weight:500;line-height:1.9;letter-spacing:-.03em}.simulation-preview__category{text-align:right}.accordion-box{background-color:#f8f8f8;border:1px solid #FFFFFF;border-radius:10px;box-shadow:-12px 8px 44px #00000017;font-family:Switzer,sans-serif;overflow:hidden}.accordion-box__header,.accordion-box__content{padding-left:14px;padding-right:14px}@media only screen and (min-width: 1024px){.accordion-box__header,.accordion-box__content{padding-left:20px;padding-right:20px}}.accordion-box__header{display:flex;align-items:center;gap:7px;padding-top:14px;padding-bottom:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.accordion-box__header:hover .accordion-box__title{color:#1b1f26}.accordion-box__header:hover .accordion-box__icon{color:#000}.accordion-box__title{font-size:15px;font-weight:600;line-height:1.3333;letter-spacing:-.03em;color:#1b1f26b8;transition:color .3s ease}.accordion-box__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:10px;line-height:0;color:#0006;transition:transform .3s ease,color .3s ease}.accordion-box__icon svg{width:1em;height:1em}.accordion-box__content{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .3s ease,padding .3s ease}.accordion-box__content-inner{min-height:0;overflow:hidden;opacity:0;font-size:12px;font-weight:400;line-height:1.3333;letter-spacing:-.03em;color:#1b1f26b8;transition:opacity .2s ease}.accordion-box__content-inner p:not(:last-child){margin-bottom:16px}.accordion-box__input{position:absolute;opacity:0;pointer-events:none}.accordion-box__input:checked+.accordion-box__header .accordion-box__icon{transform:rotate(90deg)}.accordion-box__input:checked~.accordion-box__content{grid-template-rows:1fr;padding-top:12px;padding-bottom:20px}.accordion-box__input:checked~.accordion-box__content .accordion-box__content-inner{opacity:1}.process-steps{display:flex;flex-direction:column;gap:12px;font-family:Switzer,sans-serif}@media only screen and (min-width: 768px){.process-steps{flex-direction:row;align-items:flex-start;gap:12px}}@media only screen and (min-width: 768px){.process-steps__item{flex:0 1 220px}}.process-steps__title-row{display:flex;align-items:center;gap:20px 8px}.process-steps__title-row:not(:last-child){margin-bottom:8px}@media only screen and (min-width: 768px){.process-steps__title-row:not(:last-child){margin-bottom:17px}}.process-steps__title{flex-shrink:0;font-size:13px;font-weight:600;line-height:1.30769;letter-spacing:-.03em;color:#0006}.process-steps__description{font-size:9px;font-weight:400;line-height:1.3333;letter-spacing:-.03em;color:#1b1f26b8}.process-steps__arrow{display:none}@media only screen and (min-width: 768px){.process-steps__arrow{flex:1 1 auto;display:flex;align-items:center;min-width:0;color:#d9d9d9}}.process-steps__arrow-line{flex:1 1 auto;height:1px;background-color:currentColor}.process-steps__arrow-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:7px;line-height:0;color:currentColor;margin-left:-5px}.process-steps__arrow-icon svg{width:1em;height:1em}.instruction-steps{font-family:Switzer,sans-serif}.instruction-steps__item{position:relative;padding-left:32px}.instruction-steps__item:not(:last-child){padding-bottom:10px;margin-bottom:10px}.instruction-steps__item:not(:last-child):after{position:absolute;top:30px;bottom:0;left:10px;width:1px;content:"";transform:translate(-50%);background-color:#1b1f26b8}.instruction-steps__marker{position:absolute;top:0;left:0;font-size:20px;width:1em;height:1em;display:flex;align-items:center;justify-content:center;text-align:center;background-color:#1b1f26b8;border-radius:50%}.instruction-steps__number{font-size:10px;left:1px;color:#fff}.instruction-steps__body{color:#0006}.instruction-steps__title{font-size:13px;font-weight:600;line-height:1.5384;letter-spacing:-.03em}.instruction-steps__title:not(:last-child){margin-bottom:10px}.instruction-steps__content{font-size:10px;font-weight:500;line-height:1.3;letter-spacing:-.03em}.instruction-steps__content p:not(:last-child),.instruction-steps__content ul:not(:last-child){margin-bottom:8px}.instruction-steps__content ul li{padding-left:1.5em}.instruction-steps__content ul li:before{width:1.5em;text-align:center}.instruction-steps__content ul li:not(:last-child){margin-bottom:4px!important}nav[aria-label="Pagination Navigation"]{display:flex;align-items:center;justify-content:space-between;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}nav[aria-label="Pagination Navigation"]>div:first-of-type{display:flex;flex:1;justify-content:space-between}@media (min-width: 568px){nav[aria-label="Pagination Navigation"]>div:first-of-type{display:none}}nav[aria-label="Pagination Navigation"]>div:first-of-type span.relative,nav[aria-label="Pagination Navigation"]>div:first-of-type button.relative{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#414651;background-color:#fff;border:1px solid #D5D7DA;border-radius:.375rem;cursor:pointer;text-decoration:none;transition:all .15s ease-in-out}nav[aria-label="Pagination Navigation"]>div:first-of-type span.relative:hover,nav[aria-label="Pagination Navigation"]>div:first-of-type button.relative:hover{background-color:#f9f9f9}nav[aria-label="Pagination Navigation"]>div:first-of-type span.relative[disabled],nav[aria-label="Pagination Navigation"]>div:first-of-type span.relative.text-gray-500,nav[aria-label="Pagination Navigation"]>div:first-of-type button.relative[disabled],nav[aria-label="Pagination Navigation"]>div:first-of-type button.relative.text-gray-500{color:#717680;cursor:default}nav[aria-label="Pagination Navigation"]>div:first-of-type span.relative[disabled]:hover,nav[aria-label="Pagination Navigation"]>div:first-of-type span.relative.text-gray-500:hover,nav[aria-label="Pagination Navigation"]>div:first-of-type button.relative[disabled]:hover,nav[aria-label="Pagination Navigation"]>div:first-of-type button.relative.text-gray-500:hover{background-color:#fff}nav[aria-label="Pagination Navigation"]>div:last-of-type{display:none}@media (min-width: 568px){nav[aria-label="Pagination Navigation"]>div:last-of-type{display:flex;flex:1;align-items:center;justify-content:space-between}}nav[aria-label="Pagination Navigation"]>div:last-of-type p{font-size:.875rem;color:#414651;margin:0}nav[aria-label="Pagination Navigation"]>div:last-of-type p .font-medium{font-weight:600}nav[aria-label="Pagination Navigation"]>div:last-of-type .shadow-sm{display:inline-flex;border-radius:.375rem;box-shadow:0 1px 2px #0000000d}nav[aria-label="Pagination Navigation"]>div:last-of-type .shadow-sm span.relative,nav[aria-label="Pagination Navigation"]>div:last-of-type .shadow-sm button.relative{position:relative;display:inline-flex;align-items:center;padding:.5rem 1rem;margin-left:-1px;font-size:.875rem;font-weight:500;line-height:1.25rem;border:1px solid #D5D7DA;background-color:#fff;color:#414651;cursor:pointer;transition:all .15s ease-in-out}nav[aria-label="Pagination Navigation"]>div:last-of-type .shadow-sm span.relative:hover,nav[aria-label="Pagination Navigation"]>div:last-of-type .shadow-sm button.relative:hover{background-color:#f9f9f9;z-index:1}nav[aria-label="Pagination Navigation"]>div:last-of-type .shadow-sm span.relative:focus,nav[aria-label="Pagination Navigation"]>div:last-of-type .shadow-sm button.relative:focus{z-index:2;outline:none;border-color:#007aff;box-shadow:0 0 0 3px #cde5ff}nav[aria-label="Pagination Navigation"]>div:last-of-type .shadow-sm span.relative svg,nav[aria-label="Pagination Navigation"]>div:last-of-type .shadow-sm button.relative svg{width:1.25rem;height:1.25rem;fill:currentColor}nav[aria-label="Pagination Navigation"]>div:last-of-type .shadow-sm span[aria-current=page]>span.relative{z-index:3;color:#007aff;background-color:#e5f2ff;border-color:#cde5ff;cursor:default}nav[aria-label="Pagination Navigation"]>div:last-of-type .shadow-sm>span:first-child .relative{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;padding-left:.5rem;padding-right:.5rem;color:#717680}nav[aria-label="Pagination Navigation"]>div:last-of-type .shadow-sm>span:last-child .relative{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem;padding-left:.5rem;padding-right:.5rem;color:#717680}.subscription-usage__grid{display:flex;flex-direction:column;gap:20px;padding:8px 0}.subscription-usage__item{display:flex;flex-direction:column;gap:8px}.subscription-usage__label{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#585b60}.subscription-usage__label svg{width:18px;height:18px;flex-shrink:0}.subscription-usage__bar{display:flex;align-items:center;gap:12px}.subscription-usage__progress{flex:1;max-width:320px}.subscription-usage__progress-track{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.subscription-usage__progress-fill{height:100%;border-radius:4px;background:#007aff;transition:width .3s ease}.subscription-usage__progress-fill.is-warning{background:#f59e0b}.subscription-usage__progress-fill.is-danger{background:#ef4444}.subscription-usage__count{font-size:.875rem;color:#1b1f26;min-width:60px}.subscription-usage__details{display:flex;align-items:center;gap:8px;font-size:.875rem;flex-wrap:wrap}.subscription-periods{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.subscription-periods__label{font-size:.9375rem;color:#1b1f26}.subscription-periods__options{display:flex;gap:8px;flex-wrap:wrap}.subscription-periods__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #DBDDE0;border-radius:8px;background:#fff;font-size:.875rem;color:#585b60;cursor:pointer;transition:all .15s ease}.subscription-periods__btn:hover{border-color:#007aff;color:#007aff}.subscription-periods__btn.is-active{border-color:#007aff;background:#007aff0f;color:#007aff;font-weight:500}.subscription-periods__discount{font-size:.75rem;font-weight:600;color:#22c55e;background:#22c55e1a;padding:2px 6px;border-radius:4px}.subscription-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.subscription-plan{position:relative;border:2px solid #E5E7EB;border-radius:12px;padding:24px 20px;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column}.subscription-plan:hover{border-color:#007aff;box-shadow:0 4px 12px #007aff14}.subscription-plan.is-selected{border-color:#007aff;background:#007aff05;box-shadow:0 4px 16px #007aff1f}.subscription-plan.is-popular{border-color:#007aff}.subscription-plan__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#007aff;color:#fff;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:3px 12px;border-radius:10px;white-space:nowrap}.subscription-plan__badge_current{background:#22c55e}.subscription-plan__header{text-align:center;margin-bottom:20px}.subscription-plan__name{font-size:1.125rem;font-weight:600;color:#1b1f26;margin:0 0 8px}.subscription-plan__price{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:8px}.subscription-plan__amount{font-size:2rem;font-weight:700;color:#1b1f26;line-height:1}.subscription-plan__period{font-size:.875rem;color:#9ca3af}.subscription-plan__builds{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.8125rem;color:#585b60}.subscription-plan__builds svg{width:14px;height:14px}.subscription-plan__features{flex:1;margin-bottom:16px}.subscription-plan__features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.subscription-plan__features li{display:flex;align-items:flex-start;gap:8px;font-size:.8125rem;color:#585b60;line-height:1.4}.subscription-plan__features li svg{width:16px;height:16px;flex-shrink:0;color:#22c55e;margin-top:1px}.subscription-plan__action{margin-top:auto}.subscription-plan__action .w-100,.subscription-plan__action .btn{width:100%}.subscription-games{display:flex;flex-direction:column;gap:16px;padding:8px 0}.subscription-games__input-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.subscription-games__label{font-size:.9375rem;color:#1b1f26;min-width:140px}.subscription-games__input-wrap{display:flex;align-items:center;gap:12px}.subscription-games__input-wrap .field-box{width:120px}.subscription-games__hint{font-size:.8125rem}.subscription-games__tiers{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.subscription-games__tiers-label{font-size:.8125rem}.subscription-games__tiers-list{display:flex;gap:8px;flex-wrap:wrap}.subscription-games__tier{display:inline-block;font-size:.75rem;padding:4px 10px;border:1px solid #E5E7EB;border-radius:6px;color:#9ca3af;transition:all .15s ease}.subscription-games__tier.is-active{border-color:#22c55e;color:#22c55e;background:#22c55e0f;font-weight:500}.subscription-summary{display:flex;flex-direction:column;gap:12px;padding:8px 0;max-width:520px}.subscription-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;color:#585b60}.subscription-summary__row_discount{color:#22c55e}.subscription-summary__row_effective{padding-top:4px;color:#1b1f26}.subscription-summary__divider{height:1px;background:#e5e7eb;margin:4px 0}.subscription-summary__row_total{font-size:1.125rem;color:#1b1f26}.subscription-summary__row_period{font-size:1rem;color:#1b1f26;background:#007aff0a;padding:10px 12px;border-radius:8px;margin-top:4px}.subscription-summary__action{margin-top:12px}.subscription-modal-summary{background:#f8f9fa;border-radius:8px;padding:14px 16px;margin:12px 0 16px;display:flex;flex-direction:column;gap:6px}.subscription-modal-summary__row{display:flex;justify-content:space-between;font-size:.875rem;color:#585b60}.color-green{color:#22c55e}@media (max-width: 768px){.subscription-plans{grid-template-columns:1fr}.subscription-periods,.subscription-games__input-row{flex-direction:column;align-items:flex-start}.subscription-summary__row{font-size:.875rem}}
