.burger-menu{position:fixed;right:0;top:0;bottom:0;background-color:var(--blue-1000);color:var(--text-white);width:100vw;z-index:100;transition:width .05s ease-in-out;overflow:hidden}.burger-menu__header{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:24px 24px 32px}.burger-menu__header button{background:none;border:none;cursor:pointer}.burger-menu__body{padding:0 24px 64px;height:100%;overflow-y:auto}.burger-menu__body--title{padding-bottom:20px;border-bottom:1px solid rgba(var(--blue-300-rgb),.3);margin-bottom:20px}.burger-menu__body--title h2{font-size:16px;line-height:24px;font-weight:700}.burger-menu__body__links{display:flex;flex-direction:column;gap:16px;line-height:25px;padding-bottom:32px;border-bottom:1px solid hsla(0,0%,100%,.1)}.burger-menu__body__links a{font-weight:700}.burger-menu__body__links li{position:relative;font-size:16px}.burger-menu__body__links li svg{position:absolute;color:var(--blue-300);top:0;right:0}.burger-menu__body__links li ul{display:flex;flex-direction:column;gap:16px;font-size:14px;padding:16px 0 0 16px}.burger-menu__body__links li ul li>a{font-weight:400}.burger-menu__body__sub-links a{font-weight:400}.burger-menu__body__languages{display:flex;gap:16px;flex-direction:column;padding-top:32px}.burger-menu__body__languages--icon--selected{color:var(--blue-300)}.burger-menu__body__languages li{display:flex;gap:19px}.burger-menu__body__languages li a{color:inherit;text-decoration:none}.burger-menu__body__languages li span{font-size:16px;font-weight:400}.burger-menu__body__languages li .burger-menu__body__languages--icon-container{margin-top:2px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%}.burger-menu__body__languages li .burger-menu__body__languages--icon-container .ui-icon{display:block;flex-shrink:0;height:20px;width:26.6666666667px;overflow:hidden}.desktop-navigation{display:none}@media (min-width: 768px){.desktop-navigation{display:flex;margin-inline-start:64px;height:62px;flex-wrap:nowrap}.desktop-navigation__main-items{display:flex;gap:30px}.desktop-navigation__main-items--item{height:86px;position:relative;display:flex;justify-content:center;align-items:center}.desktop-navigation__main-items--item a,.desktop-navigation__main-items--item span{padding:2px 2px 4px;text-align:center;white-space:nowrap;box-sizing:border-box;font-weight:700}.desktop-navigation__main-items--item .desktop-navigation__sub-area{position:absolute;top:86px;left:-20px;padding:32px 40px 30px;border-radius:0 0 4px 4px;min-width:400px;max-width:805px;width:-moz-max-content;width:max-content;background-color:var(--blue-1000);z-index:10}.desktop-navigation__main-items--item .desktop-navigation__sub-area--columns{-moz-column-count:2;column-count:2;-moz-column-gap:113px;column-gap:113px;-moz-column-rule:1px solid #27a2fc;column-rule:1px solid #27a2fc}.desktop-navigation__main-items--item .desktop-navigation__sub-area--columns.one-column{-moz-column-count:1;column-count:1;-moz-column-rule:none;column-rule:none}.desktop-navigation__main-items--item .desktop-navigation__sub-area--columns.two-columns{-moz-column-count:2;column-count:2}.desktop-navigation__main-items--item .desktop-navigation__sub-area--non-brake{-moz-column-break-inside:avoid;break-inside:avoid;display:flex;flex-direction:column;align-items:start;overflow:hidden;margin-bottom:10px;flex-wrap:wrap}.desktop-navigation__main-items--item .desktop-navigation__sub-area--non-brake>a{text-wrap:auto;text-align:left;padding:0}.desktop-navigation__main-items--item .desktop-navigation__sub-area--non-brake>a:hover{color:var(--blue-300);text-decoration:underline}.desktop-navigation__main-items--item .desktop-navigation__sub-area--non-brake .desktop-navigation__sub-area--sub-items{padding-top:16px;display:flex;flex-direction:column;row-gap:10px}.desktop-navigation__main-items--item .desktop-navigation__sub-area--non-brake .desktop-navigation__sub-area--sub-items li{display:flex;flex-direction:column;align-items:start}.desktop-navigation__main-items--item .desktop-navigation__sub-area--non-brake .desktop-navigation__sub-area--sub-items li>a{padding:0;text-wrap:auto;text-align:left;font-weight:400}.desktop-navigation__main-items--item .desktop-navigation__sub-area--non-brake .desktop-navigation__sub-area--sub-items li>a:hover{color:var(--blue-300);text-decoration:underline}}.header{display:flex;flex-direction:row;align-items:center;justify-content:center;height:78px;background-color:var(--blue-1000);color:var(--text-white);padding:0 24px}.header__content{display:flex;justify-content:space-between;width:100%;max-inline-size:1224px}.header__content__logo{display:flex;justify-content:center;align-items:center;gap:2px;text-transform:uppercase;font-weight:600;line-height:20px;flex-shrink:0}.header__content__logo img{height:38px}.header__content--burger-hidden{width:0}.header__content__right-side{display:flex;gap:40px}.header__content__right-side__language{position:relative;display:flex;align-items:center;width:82px;height:62px;z-index:10}.header__content__right-side__language .ui-dropdown--compact{font-weight:700;font-size:14px;position:absolute;top:11px}.header__content__right-side__language .ui-dropdown--compact .ui-dropdown__options{background-color:var(--blue-1000)}.header__content__right-side__language .ui-dropdown--compact .ui-dropdown__button{background-color:var(--blue-1000);gap:8px}.header__content__right-side__language .ui-dropdown--compact .ui-dropdown__button__icon-container{margin-top:2px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%}.header__content__right-side__language .ui-dropdown--compact .ui-dropdown__button__icon-container .ui-icon{flex-shrink:0;height:20px;width:26.6666666667px;overflow:hidden}.header__content__right-side__language .ui-dropdown--compact ul.ui-dropdown__options{padding-top:29px;overflow:hidden;border-radius:0 0 3px 4px}.header__content__right-side__language .ui-dropdown--compact ul.ui-dropdown__options li{padding:9px 16px}.header__content__right-side__language .ui-dropdown--compact ul.ui-dropdown__options li a{background-color:transparent!important;color:#fff}.header__content__right-side__language .ui-dropdown--compact ul.ui-dropdown__options li:hover{background-color:#27a2fc}.header__content__right-side__language .ui-dropdown--compact ul.ui-dropdown__options:focus{outline:none}.header__content__right-side__social{display:none}.header__content__right-side__burger-menu{rotate:180deg;display:flex;height:62px;align-items:center}.header nav{flex-grow:1;align-items:center;font-size:14px;font-weight:400;line-height:22px}@media (min-width: 768px){.header{height:86px}.header__content__right-side{display:flex;gap:40px}.header__content__right-side__social{display:flex;gap:8px;height:62px;align-items:center}.header__content__right-side__social span{font-size:14px;font-weight:400;line-height:22px}.header__content__right-side__burger-menu{display:none}}@media (min-width: 1280px){.header{padding:0}}.footer{background-color:#000;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:48px 16px;margin-block-start:auto}.footer__content{overflow:hidden;padding:0 0 32px;width:100%;max-inline-size:1224px;display:grid;grid-template-columns:repeat(1,1fr);row-gap:32px;border-bottom:1px solid hsla(0,1%,63%,.202)}.footer__content a,.footer__content span{color:var(--black-500);font-size:13px;line-height:14px;font-weight:400}.footer__content a svg,.footer__content span svg{display:inline-block;width:32px;height:32px}.footer__content__contact-us{display:flex;justify-content:space-between;align-items:center;padding-bottom:32px;border-bottom:1px solid hsla(0,1%,63%,.202)}.footer__content__contact-us--links{display:flex;gap:10px}.footer__content__navigation{display:grid;grid-template-columns:repeat(2,1fr);row-gap:16px;-moz-column-gap:8px;column-gap:8px}.footer__content__navigation a{overflow:hidden;text-overflow:ellipsis}.footer__copyright{margin-top:24px}.footer__copyright span{color:var(--black-500);text-align:center;font-size:13px;line-height:14px;font-weight:400}@media (min-width: 768px){.footer{padding:48px 16px 32px}.footer__content{padding:32px 0 76px;grid-template-columns:1fr 265px;row-gap:16px}.footer__content__contact-us{grid-area:1/2;flex-direction:column;align-items:flex-end;border-bottom:none;padding-bottom:0}.footer__content__navigation{max-width:800px;overflow:inherit;text-overflow:inherit;grid-template-columns:repeat(4,1fr);grid-area:1/1}.footer__content a,.footer__content span{font-size:18px;line-height:28px;font-weight:400}.footer__copyright{padding:8px 0}.footer__copyright span{font-size:18px;line-height:28px;font-weight:400}}.content-editor-url-modal{position:fixed;display:flex;justify-content:center;align-items:center;inset-block-start:0;inset-inline-start:0;width:100vw;height:100vh;z-index:10000}.content-editor-url-modal__bg{position:fixed;background-color:#000;width:100vw;height:100vh;opacity:.4;z-index:1}.content-editor-url-modal__options{display:flex;flex-direction:column;gap:10px}.content-editor-url-modal__body{position:relative;background-color:#fff;width:30vw;min-width:400px;z-index:2;display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:4px}.content-editor-url-modal__body label{display:flex;gap:16px}.content-editor-url-modal__body input,.content-editor-url-modal__body button{padding:4px;border:1px solid #aaa;border-radius:3px}.content-editor-url-modal__body input{padding:8px 6px}.content-editor-url-modal__body input::-moz-placeholder{color:#888}.content-editor-url-modal__body input::placeholder{color:#888}.content-editor-url-modal__body .content-editor__has-error{border-color:red;color:red}.content-editor-url-modal__body--close{border:none;border-radius:50%;width:24px;height:24px;text-align:center;position:absolute;right:10px;top:10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.content-editor-url-modal__body--close svg{width:24px;height:24px;color:#888}.content-editor-url-modal__body__footer{display:flex;justify-content:flex-end;align-items:center}.content-editor-url-modal__body__footer button{width:80px}.content-editor__gallery-placeholder ::-moz-selection{background:none}.content-editor__gallery-placeholder ::selection{background:none}.content-editor__gallery-placeholder>button.content-editor__gallery-placeholder-dropzone{position:relative;display:flex;border:1px dashed #82acdd;background:linear-gradient(0deg,#eaf1f9,#eaf1f9),linear-gradient(0deg,#82acdd,#82acdd);min-height:80px;border-radius:4px;align-items:center;justify-content:center;gap:12px;flex-wrap:nowrap;color:#2f74c6;cursor:pointer;width:100%}.content-editor__gallery-placeholder input{display:none}.content-editor__gallery-placeholder-error{color:red;padding:0 1rem;margin-top:5px;font-size:.8em;line-height:1.3}.content-editor__gallery-placeholder-progressbar{position:absolute;bottom:0;width:100%;background:#eaf1f9}.content-editor__gallery-placeholder-progressbar span{display:block;width:0;height:3px;background:#2f74c6;transition:width 1s ease-in-out}.content .content-picture{position:relative;overflow:hidden;justify-content:flex-start;box-sizing:border-box;margin:0}.content .content-picture:not(:first-child){margin-top:1.25em}.content .content-picture:not(:last-child){margin-bottom:1.25em}.content .content-picture--editable{box-sizing:content-box}.content .content-picture__container{position:relative;overflow:hidden}.content .content-picture picture{margin:0;position:relative;display:flex}.content .content-picture picture img{position:relative;max-width:100%;height:100%;width:auto;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease-in-out}.content .content-picture__caption{padding:4px 8px 0;color:#505050;font-size:13px;line-height:normal;text-align:right}.content .content-picture__blur{background-size:cover;filter:blur(33px);position:absolute;top:-33px;right:-33px;left:-33px;bottom:-33px;background-position:center}.content .content-picture--lower-height picture img{max-height:50vh}.content .content-picture--center{width:auto}.content .content-picture--center picture{justify-content:center}.content .content-picture--center picture img{width:auto}.content .content-picture--center .content-picture__caption{text-align:center}.content .content-picture--left{float:left;margin-right:12px;margin-bottom:4px!important;max-width:60%;margin-top:0!important}.content .content-picture--right{float:right;margin-left:12px;margin-top:0!important;margin-bottom:4px!important;max-width:60%}.content .content-picture--bordered picture img{border:4px solid #eeeeee;border-radius:6px}.content .content-picture--bordered-background picture{border:4px solid #eeeeee}.content .content-picture--stretched{width:100%;flex-grow:1}.content .content-picture--stretched picture img{width:100%;max-height:none;height:auto;border-radius:0}.content .content-picture--background{justify-content:center;display:flex;flex-direction:column;position:relative;width:auto}.content .content-picture--background img{display:block;border-radius:0;margin:0 auto;-o-object-fit:contain;object-fit:contain}.content .content-picture--stretched.content-picture--background img{width:auto;max-height:70vh!important}.content .content-picture--full-width{width:auto}.content .content-picture--full-width picture img{width:100%;max-height:none}.content-editor .content-editor__input{display:block;width:100%;padding:8px 12px;line-height:20px;border:1px solid rgba(0,0,0,.1019607843);color:#000;border-radius:4px;outline:none;box-sizing:border-box}.content-editor .content-editor__input:focus{border:1px solid #1ea7fd}.content-editor-dialog-modal{position:fixed;display:flex;justify-content:center;align-items:center;inset-block-start:0;inset-inline-start:0;width:100vw;height:100vh;z-index:10000}.content-editor-dialog-modal__bg{position:fixed;background-color:#000;width:100vw;height:100vh;opacity:.4;z-index:1}.content-editor-dialog-modal__body{position:relative;background-color:#fff;width:40vw;max-height:90vh;z-index:2;display:flex;flex-direction:column;gap:16px;padding:40px;border-radius:4px;overflow:auto}.content-editor-dialog-modal__body input,.content-editor-dialog-modal__body button{padding:4px}.content-editor-dialog-modal__body input::-moz-placeholder{color:#ccc}.content-editor-dialog-modal__body input::placeholder{color:#ccc}.content-editor-dialog-modal__body--close{border:none;border-radius:50%;width:24px;height:24px;text-align:center;position:absolute;inset-block-start:20px;inset-inline-end:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.content-editor-dialog-modal__body--close svg{width:24px;height:24px}.content-editor-dialog-modal__body__footer{padding-block-start:10px;display:flex;justify-content:flex-end;align-items:center}.content-editor-dialog-modal__body__footer button{width:80px}.content-editor-dialog-modal__body-large{width:90vw}.content-editor-dialog-modal__body-medium{width:888px}.content-editor .content-editor__image{position:relative}.content-editor .content-editor__image:not(:first-child){margin-top:1.25em}.content-editor .content-editor__image:not(:last-child){margin-bottom:1.25em}.content-editor .content-editor__image .content-picture{margin-top:0;margin-bottom:0}.content-editor .content-editor__image-on-image-buttons{position:absolute;bottom:3px;right:3px;width:100%;display:flex;flex-direction:row-reverse;justify-content:flex-start;z-index:99;flex-wrap:wrap;gap:2px}.content-editor .content-editor__image-on-image-buttons button{opacity:.7}.content-editor .content-editor__image-on-image-buttons button:hover{opacity:1}.content-editor .content-editor__image-content{margin-top:1.5rem;padding:1rem}.content-editor .content-editor__image__perfect-picture{border:1px solid #ccc}.content-editor .content-editor__image-controls{display:flex;flex-direction:column;gap:8px;margin:8px 0}.content-editor .content-editor__image-buttons{display:flex;gap:.2rem;flex-wrap:wrap}.content-editor .content-editor__image--has-max-height-image{height:100%}.content .content-gallery__item-delete{background-color:#fff;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:6px;position:absolute;box-shadow:0 1px 3px #0000001a;inset-block-start:10px;inset-inline-end:10px;cursor:pointer}.content .content-gallery__item-delete:hover{background-color:#ddd}.content .content-gallery__item-delete img{margin:0}.content .content-gallery__item-placeholder{width:100%;height:100%;background:#eaf1f9;border:1px dashed #82acdd;color:#2f74c6;display:flex;align-items:center;justify-content:center;gap:8px}.content .content-gallery__item-center-icon{width:60px;height:60px;border-radius:50%;margin:auto;background-size:cover;background-position:center center;position:relative}.content .content-gallery__item-center-icon:after{content:"";position:absolute;z-index:3;width:60px;height:60px;border-radius:50%;border:2px solid #2f74c6;border-top-color:#82acdd;left:50%;top:50%;margin-top:-30px;margin-left:-30px;box-sizing:border-box}.content .content-gallery__item-center-icon--error:after{border-color:red}.content .content-gallery__item-center-icon--loading:after{animation:image-preloader-spin 2s infinite linear}.content .content-gallery__item-error-caption{position:absolute;display:block;font-size:14px;line-height:18px;text-align:center;margin:0 10px;margin-block-start:30px;width:calc(100% - 20px);padding:6px 0;inset-block-start:50%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:48px;text-overflow:ellipsis;color:#dc0101}.content .content-gallery__separator{margin-top:10px;height:10px;border-top:1px dashed #2f74c6!important}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}@keyframes image-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.content-editor .content-editor__gallery{position:relative;display:flex;flex-direction:column;gap:16px}.content-editor .content-editor__gallery:not(:first-child){margin-top:1.25em}.content-editor .content-editor__gallery:not(:last-child){margin-bottom:1.25em}.content-editor .content-editor__gallery .content-gallery{margin:0!important}.content-editor .content-editor__gallery .content-picture{margin-top:0;margin-bottom:0}.content-editor .content-editor__gallery-on-image-buttons{padding:5px;position:absolute;bottom:4px;width:100%;display:flex;flex-direction:row-reverse;justify-content:space-around;z-index:99;flex-wrap:wrap;gap:4px}.content-editor .content-editor__gallery-content{margin-top:1.5rem;padding:1rem}.content-editor .content-editor__gallery__perfect-picture{border:1px solid #ccc}.content-editor .content-editor__gallery-controls{display:flex;flex-direction:column;gap:8px;margin:8px 0}.content-editor .content-editor__gallery-buttons{display:flex;gap:.2rem;flex-wrap:wrap}.content-editor .content-editor__gallery-caption{color:#505050;position:relative;text-align:right;font-size:smaller;line-height:1.4}.content-editor .content-editor__gallery-caption>div{margin-top:16px;padding:0 16px}.content-editor .content-editor__gallery-caption-placeholder{font-size:larger;text-align:right;color:#ccc;position:absolute;top:0;right:0;z-index:-1}.content .content__external-link{display:flex;margin:0 auto;border:1px solid hsla(240,3%,79%,.48);border-radius:6px;box-shadow:0 1px 3px #0000001a;background:#fff}.content .content__external-link:not(:first-child){margin-top:1.25em}.content .content__external-link:not(:last-child){margin-bottom:1.25em}.content .content__external-link a{position:relative;padding:25px;flex-direction:row;text-decoration:none;font-size:17px;gap:10px;display:flex;justify-content:space-between;max-width:100%;line-height:1.3em}.content .content__external-link__texts{display:flex;flex-direction:column;flex-grow:1;gap:8px;word-break:break-word;white-space:break-spaces}.content .content__external-link__texts--title{font-weight:700;letter-spacing:-.5px}.content .content__external-link__texts--description span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.3em;text-overflow:ellipsis;max-height:2.6em}.content .content__external-link__texts--domain{color:#888}.content .content__external-link__image{flex-shrink:0}.content .content__external-link__image .content__external-link__pic-holder{position:relative;display:flex;align-items:flex-start;justify-content:flex-end}.content .content__external-link__image .content__external-link__pic-holder img{border-radius:4px;margin:0;height:100%;max-width:calc(5.2em + 16px);aspect-ratio:1;-o-object-fit:cover;object-fit:cover;min-height:70px;overflow:hidden}.content-accordion__item-header input{border:none;background-color:transparent;padding:6px;width:calc(100% - 30px);color:#fff;font-weight:600;font-size:16px}.content-accordion__item-header input::-moz-placeholder{color:#fff;font-weight:400}.content-accordion__item-header input::placeholder{color:#fff;font-weight:400}.content-accordion__item-header input:focus{outline:none}.content-accordion__item-editor-content{padding:0 10px;overflow:hidden}.content-editor__alert{display:flex;flex-direction:column}.content-editor__alert input,.content-editor__alert select{border:1px solid #ddd;border-radius:4px;padding:8px;margin-block-end:16px}.content-editor__alert label{display:flex;justify-content:flex-start;gap:12px}.content-editor__alert label .content-editor__alert-icon{display:inline;margin:4px 0 0;width:16px;height:16px}.content-editor__alert input[type=checkbox]{margin:0}.content-editor__alert .content-editor__alert-close{margin:20px auto 0;text-transform:uppercase;padding:10px 20px;border-radius:.5rem;border:1px solid #2f74c6;color:#2f74c6;background:#fff}.content-editor__alert button.content-editor__alert-close:hover{background-color:#f2f5f7}.content-editor__card{display:flex;flex-direction:column}.content-editor__card-extension{border:1px dashed #b4cdec}.content-editor__card-label{color:#000;display:flex;justify-content:flex-start;gap:12px}.content-editor__card-label .content-editor__card-icon{display:inline;margin:4px 0 0;width:16px;height:16px}.content-editor__card .content-editor__card-close{margin:20px auto 0;text-transform:uppercase;padding:10px 20px;border-radius:.5rem;border:1px solid #2f74c6;color:#2f74c6;background:#fff}.content-editor__card .content-editor__card-icons{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:4px}.content-editor__card .content-editor__card-icon{cursor:pointer;padding:2px}.content-editor__card .content-editor__card-icon--selected{outline:2px solid #4291c3;border-radius:4px}.content-editor__card button.content-editor__card-close:hover{background-color:#f2f5f7}.content-editor__card-input-group{padding-top:16px;display:flex;flex-direction:column;gap:8px}.content-editor__card-input-group input,.content-editor__card-input-group select{padding:8px;border:1px solid #ddd;border-radius:4px}.content-table__creation-modal{display:flex;flex-direction:column}.content-table__creation-modal input{border:1px solid #ddd;border-radius:4px;padding:8px;margin-block-end:16px}.content-table__creation-modal .content-table__creation-modal-add-button-container{display:flex;justify-content:center}.content-table__creation-modal .content-table__creation-modal-add-button-container button{cursor:pointer;margin:0 auto;font-size:.6rem;letter-spacing:1px;font-weight:700;text-transform:uppercase;padding:10px 20px;border-radius:.5rem;border:1px dashed #08003c;color:#2f74c6;background:#fff}.content-table__creation-modal .content-table__creation-modal-add-button-container button:hover{background-color:#f2f5f7}.content-editor__button-extension{display:flex;justify-content:center;margin:1.5em}.content-editor__button-extension-link{text-decoration:none;color:#000;padding:7px 14px;height:38px;border-radius:4px;cursor:pointer;display:inline-flex;flex-wrap:nowrap;align-items:center;justify-content:center;box-sizing:border-box;gap:4px;transition:background-color,color,opacity .1s linear;flex-shrink:0;border:2px solid #eeeeee;background-color:#eee}.content-editor__button-extension-link--outline{background-color:transparent;color:#000;border:1px solid #000000!important}.content-editor__button-extension-link--full-width{width:100%}.content-editor-button-modal{position:fixed;display:flex;justify-content:center;align-items:center;inset-block-start:0;inset-inline-start:0;width:100vw;height:100vh;z-index:10000}.content-editor-button-modal__bg{position:fixed;background-color:#000;width:100vw;height:100vh;opacity:.4;z-index:1}.content-editor-button-modal__options{display:flex;flex-direction:column;gap:10px}.content-editor-button-modal__body{position:relative;background-color:#fff;width:30vw;min-width:400px;z-index:2;display:flex;flex-direction:column;gap:16px;padding:40px 20px 20px;border-radius:4px}.content-editor-button-modal__body label{display:flex;gap:16px;align-items:center}.content-editor-button-modal__body input,.content-editor-button-modal__body select,.content-editor-button-modal__body button{padding:4px;border:1px solid #aaa;border-radius:3px}.content-editor-button-modal__body input,.content-editor-button-modal__body select{padding:8px 6px}.content-editor-button-modal__body input::-moz-placeholder{color:#888}.content-editor-button-modal__body input::placeholder{color:#888}.content-editor-button-modal__body .content-editor__has-error{border-color:red;color:red}.content-editor-button-modal__body--close{border:none;border-radius:50%;width:24px;height:24px;text-align:center;position:absolute;right:10px;top:10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.content-editor-button-modal__body--close svg{width:24px;height:24px;color:#888}.content-editor-button-modal__body__footer{display:flex;justify-content:flex-end;align-items:center}.content-editor-button-modal__body__footer button{width:80px}.content-editor__ai{padding:0 .5em;margin:0 -.5em;border:1px dashed #2f74c6;background:#f1f2f3}.content-editor__ai--loading{pointer-events:none}.content-editor__ai--loading .content-editor__ai-content{opacity:.5}.content-editor__ai--loading::-moz-selection{background:none}.content-editor__ai--loading::selection{background:none}.content-editor__ai-controls{display:flex;flex-direction:column;gap:10px}.content-editor__ai-controls button{font-size:.6rem;letter-spacing:1px;font-weight:700;text-transform:uppercase;padding:.25rem .75rem;border-radius:.25rem;border:1px dashed #2f74c6;color:#2f74c6;background:#fff;cursor:pointer}.content-editor__ai-controls button:disabled{opacity:.5;cursor:not-allowed}.content-editor__ai-controls .content-editor__ai-buttons{display:flex;flex-direction:row;gap:10px}.content-editor__ai-controls .content-editor__ai-command{padding:10px 0;display:flex;flex-direction:row;align-items:flex-end;gap:10px}.content-editor__ai-controls .content-editor__ai-command textarea{border-radius:.25rem;border:1px dashed #2f74c6;flex:1}.content-editor__ai-controls .content-editor__ai-command button{min-height:40px}.content-editor__ai-controls .content-editor__ai-stored-commands{display:flex;flex-direction:column}.content-editor__ai-controls .content-editor__ai-stored-commands .content-editor__ai-stored-commands-item{display:flex;flex-direction:row;gap:5px;align-items:center}.content-editor__ai-controls .content-editor__ai-stored-commands .content-editor__ai-stored-commands-item a{color:#2f74c6;line-height:1;display:block;font-size:smaller;text-decoration:underline;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-editor__ai-controls .content-editor__ai-stored-commands .content-editor__ai-stored-commands-item button{font-size:.6rem;letter-spacing:1px;font-weight:700;text-transform:uppercase;padding:.25rem .75rem;border-radius:.25rem;border:1px dashed #2f74c6;color:#2f74c6;background:#fff;cursor:pointer}.content-editor-grid{border:1px dashed #ccc}.content-editor-grid .content-grid{min-height:48px;padding:30px 16px;display:grid;gap:8px;grid-template-columns:repeat(var(--grid-cols-mobile),1fr)}.content-editor-grid .content-grid .content-grid__item{overflow:hidden}.content-editor-grid .content-grid .content-grid__item:first-child{margin:0}.content-editor-grid .content-grid .content-grid__item:last-child{margin:0}@media (min-width: 1224px){.content-editor-grid .content-grid{grid-template-columns:repeat(var(--grid-cols-desktop),1fr)}}.content-grid__item-editor{border:1px dashed #ccc;position:relative;overflow:visible}.content-grid__item-editor-icon-remove{padding:0;width:20px;height:20px;position:absolute;right:-10px;top:-10px;z-index:20;border:0;border-radius:50%;cursor:pointer}.content-grid__item-editor-icon-remove img{width:20px;height:20px;margin:0}.content-grid__item-editor div:first-child{margin-top:0}.content-grid__item-editor div:last-child{margin-bottom:0}.content-grid__item-editor .content-grid__item-content:has(.content-editor__image--has-max-height-image){height:100%}.content-editor-translate-modal{position:fixed;display:flex;justify-content:center;align-items:center;inset-block-start:0;inset-inline-start:0;width:100vw;height:100vh;z-index:10000}.content-editor-translate-modal__bg{position:fixed;background-color:#000;width:100vw;height:100vh;opacity:.4;z-index:1}.content-editor-translate-modal__options{display:flex;flex-direction:column;gap:10px}.content-editor-translate-modal__body{position:relative;background-color:#fff;width:250px;z-index:2;display:flex;flex-direction:column;gap:16px;padding:40px 20px 20px;border-radius:4px}.content-editor-translate-modal__body label{display:flex;gap:16px}.content-editor-translate-modal__body input,.content-editor-translate-modal__body button{padding:4px;border:1px solid #aaa;border-radius:3px}.content-editor-translate-modal__body input{padding:8px 6px}.content-editor-translate-modal__body input::-moz-placeholder{color:#888}.content-editor-translate-modal__body input::placeholder{color:#888}.content-editor-translate-modal__body .content-editor__has-error{border-color:red;color:red}.content-editor-translate-modal__body--close{border:none;border-radius:50%;width:24px;height:24px;text-align:center;position:absolute;right:10px;top:10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.content-editor-translate-modal__body--close svg{width:24px;height:24px;color:#888}.content-editor-translate-modal__body__footer{display:flex;justify-content:flex-end;align-items:center}.content-editor-translate-modal__body__footer button{width:80px}.preparing-preview{height:1px}.loader-wrapper{display:flex;justify-content:center;align-items:center;height:600px}.loader{width:50px;height:50px;border:5px solid #ccc;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.content{max-width:none!important}.content blockquote{border-width:0;border-left-width:.25rem;border-style:solid}.\!content{color:var(--tw-prose-body)!important;max-width:65ch!important}.content{color:var(--tw-prose-body);max-width:65ch}.\!content :where(p):not(:where([class~=not-content],[class~=not-content] *)){margin-top:1.25em!important;margin-bottom:1.25em!important}.content :where(p):not(:where([class~=not-content],[class~=not-content] *)){margin-top:1.25em;margin-bottom:1.25em}.\!content :where([class~=lead]):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-lead)!important;font-size:1.25em!important;line-height:1.6!important;margin-top:1.2em!important;margin-bottom:1.2em!important}.content :where([class~=lead]):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.\!content :where(a):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-links)!important;text-decoration:underline!important;font-weight:500!important}.content :where(a):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.\!content :where(strong):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-bold)!important;font-weight:600!important}.content :where(strong):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-bold);font-weight:600}.\!content :where(a strong):not(:where([class~=not-content],[class~=not-content] *)){color:inherit!important}.content :where(a strong):not(:where([class~=not-content],[class~=not-content] *)){color:inherit}.\!content :where(blockquote strong):not(:where([class~=not-content],[class~=not-content] *)){color:inherit!important}.content :where(blockquote strong):not(:where([class~=not-content],[class~=not-content] *)){color:inherit}.\!content :where(thead th strong):not(:where([class~=not-content],[class~=not-content] *)){color:inherit!important}.content :where(thead th strong):not(:where([class~=not-content],[class~=not-content] *)){color:inherit}.\!content :where(ol):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:decimal!important;margin-top:1.25em!important;margin-bottom:1.25em!important;padding-inline-start:1.625em!important}.content :where(ol):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.\!content :where(ol[type=A]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:upper-alpha!important}.content :where(ol[type=A]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:upper-alpha}.\!content :where(ol[type=a]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:lower-alpha!important}.content :where(ol[type=a]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:lower-alpha}.\!content :where(ol[type=A s]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:upper-alpha!important}.content :where(ol[type=A s]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:upper-alpha}.\!content :where(ol[type=a s]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:lower-alpha!important}.content :where(ol[type=a s]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:lower-alpha}.\!content :where(ol[type=I]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:upper-roman!important}.content :where(ol[type=I]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:upper-roman}.\!content :where(ol[type=i]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:lower-roman!important}.content :where(ol[type=i]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:lower-roman}.\!content :where(ol[type=I s]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:upper-roman!important}.content :where(ol[type=I s]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:upper-roman}.\!content :where(ol[type=i s]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:lower-roman!important}.content :where(ol[type=i s]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:lower-roman}.\!content :where(ol[type="1"]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:decimal!important}.content :where(ol[type="1"]):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:decimal}.\!content :where(ul):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:disc!important;margin-top:1.25em!important;margin-bottom:1.25em!important;padding-inline-start:1.625em!important}.content :where(ul):not(:where([class~=not-content],[class~=not-content] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.\!content :where(ol>li):not(:where([class~=not-content],[class~=not-content] *))::marker{font-weight:400!important;color:var(--tw-prose-counters)!important}.content :where(ol>li):not(:where([class~=not-content],[class~=not-content] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.\!content :where(ul>li):not(:where([class~=not-content],[class~=not-content] *))::marker{color:var(--tw-prose-bullets)!important}.content :where(ul>li):not(:where([class~=not-content],[class~=not-content] *))::marker{color:var(--tw-prose-bullets)}.\!content :where(dt):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-headings)!important;font-weight:600!important;margin-top:1.25em!important}.content :where(dt):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.\!content :where(hr):not(:where([class~=not-content],[class~=not-content] *)){border-color:var(--tw-prose-hr)!important;border-top-width:1px!important;margin-top:3em!important;margin-bottom:3em!important}.content :where(hr):not(:where([class~=not-content],[class~=not-content] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.\!content :where(blockquote):not(:where([class~=not-content],[class~=not-content] *)){font-weight:500!important;font-style:italic!important;color:var(--tw-prose-quotes)!important;border-inline-start-width:.25rem!important;border-inline-start-color:var(--tw-prose-quote-borders)!important;quotes:"“""”""‘""’"!important;margin-top:1.6em!important;margin-bottom:1.6em!important;padding-inline-start:1em!important}.content :where(blockquote):not(:where([class~=not-content],[class~=not-content] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.\!content :where(blockquote p:first-of-type):not(:where([class~=not-content],[class~=not-content] *)):before{content:open-quote!important}.content :where(blockquote p:first-of-type):not(:where([class~=not-content],[class~=not-content] *)):before{content:open-quote}.\!content :where(blockquote p:last-of-type):not(:where([class~=not-content],[class~=not-content] *)):after{content:close-quote!important}.content :where(blockquote p:last-of-type):not(:where([class~=not-content],[class~=not-content] *)):after{content:close-quote}.\!content :where(h1):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-headings)!important;font-weight:800!important;font-size:2.25em!important;margin-top:0!important;margin-bottom:.8888889em!important;line-height:1.1111111!important}.content :where(h1):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.\!content :where(h1 strong):not(:where([class~=not-content],[class~=not-content] *)){font-weight:900!important;color:inherit!important}.content :where(h1 strong):not(:where([class~=not-content],[class~=not-content] *)){font-weight:900;color:inherit}.\!content :where(h2):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-headings)!important;font-weight:700!important;font-size:1.5em!important;margin-top:2em!important;margin-bottom:1em!important;line-height:1.3333333!important}.content :where(h2):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.\!content :where(h2 strong):not(:where([class~=not-content],[class~=not-content] *)){font-weight:800!important;color:inherit!important}.content :where(h2 strong):not(:where([class~=not-content],[class~=not-content] *)){font-weight:800;color:inherit}.\!content :where(h3):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-headings)!important;font-weight:600!important;font-size:1.25em!important;margin-top:1.6em!important;margin-bottom:.6em!important;line-height:1.6!important}.content :where(h3):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.\!content :where(h3 strong):not(:where([class~=not-content],[class~=not-content] *)){font-weight:700!important;color:inherit!important}.content :where(h3 strong):not(:where([class~=not-content],[class~=not-content] *)){font-weight:700;color:inherit}.\!content :where(h4):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-headings)!important;font-weight:600!important;margin-top:1.5em!important;margin-bottom:.5em!important;line-height:1.5!important}.content :where(h4):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.\!content :where(h4 strong):not(:where([class~=not-content],[class~=not-content] *)){font-weight:700!important;color:inherit!important}.content :where(h4 strong):not(:where([class~=not-content],[class~=not-content] *)){font-weight:700;color:inherit}.\!content :where(img):not(:where([class~=not-content],[class~=not-content] *)){margin-top:2em!important;margin-bottom:2em!important}.content :where(img):not(:where([class~=not-content],[class~=not-content] *)){margin-top:2em;margin-bottom:2em}.\!content :where(picture):not(:where([class~=not-content],[class~=not-content] *)){display:block!important;margin-top:2em!important;margin-bottom:2em!important}.content :where(picture):not(:where([class~=not-content],[class~=not-content] *)){display:block;margin-top:2em;margin-bottom:2em}.\!content :where(video):not(:where([class~=not-content],[class~=not-content] *)){margin-top:2em!important;margin-bottom:2em!important}.content :where(video):not(:where([class~=not-content],[class~=not-content] *)){margin-top:2em;margin-bottom:2em}.\!content :where(kbd):not(:where([class~=not-content],[class~=not-content] *)){font-weight:500!important;font-family:inherit!important;color:var(--tw-prose-kbd)!important;box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%)!important;font-size:.875em!important;border-radius:.3125rem!important;padding-top:.1875em!important;padding-inline-end:.375em!important;padding-bottom:.1875em!important;padding-inline-start:.375em!important}.content :where(kbd):not(:where([class~=not-content],[class~=not-content] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.\!content :where(code):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-code)!important;font-weight:600!important;font-size:.875em!important}.content :where(code):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.\!content :where(code):not(:where([class~=not-content],[class~=not-content] *)):before{content:"`"!important}.content :where(code):not(:where([class~=not-content],[class~=not-content] *)):before{content:"`"}.\!content :where(code):not(:where([class~=not-content],[class~=not-content] *)):after{content:"`"!important}.content :where(code):not(:where([class~=not-content],[class~=not-content] *)):after{content:"`"}.\!content :where(a code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit!important}.content :where(a code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit}.\!content :where(h1 code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit!important}.content :where(h1 code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit}.\!content :where(h2 code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit!important;font-size:.875em!important}.content :where(h2 code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit;font-size:.875em}.\!content :where(h3 code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit!important;font-size:.9em!important}.content :where(h3 code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit;font-size:.9em}.\!content :where(h4 code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit!important}.content :where(h4 code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit}.\!content :where(blockquote code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit!important}.content :where(blockquote code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit}.\!content :where(thead th code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit!important}.content :where(thead th code):not(:where([class~=not-content],[class~=not-content] *)){color:inherit}.\!content :where(pre):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-pre-code)!important;background-color:var(--tw-prose-pre-bg)!important;overflow-x:auto!important;font-weight:400!important;font-size:.875em!important;line-height:1.7142857!important;margin-top:1.7142857em!important;margin-bottom:1.7142857em!important;border-radius:.375rem!important;padding-top:.8571429em!important;padding-inline-end:1.1428571em!important;padding-bottom:.8571429em!important;padding-inline-start:1.1428571em!important}.content :where(pre):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.\!content :where(pre code):not(:where([class~=not-content],[class~=not-content] *)){background-color:transparent!important;border-width:0!important;border-radius:0!important;padding:0!important;font-weight:inherit!important;color:inherit!important;font-size:inherit!important;font-family:inherit!important;line-height:inherit!important}.content :where(pre code):not(:where([class~=not-content],[class~=not-content] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.\!content :where(pre code):not(:where([class~=not-content],[class~=not-content] *)):before{content:none!important}.content :where(pre code):not(:where([class~=not-content],[class~=not-content] *)):before{content:none}.\!content :where(pre code):not(:where([class~=not-content],[class~=not-content] *)):after{content:none!important}.content :where(pre code):not(:where([class~=not-content],[class~=not-content] *)):after{content:none}.\!content :where(table):not(:where([class~=not-content],[class~=not-content] *)){width:100%!important;table-layout:auto!important;margin-top:2em!important;margin-bottom:2em!important;font-size:.875em!important;line-height:1.7142857!important}.content :where(table):not(:where([class~=not-content],[class~=not-content] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.\!content :where(thead):not(:where([class~=not-content],[class~=not-content] *)){border-bottom-width:1px!important;border-bottom-color:var(--tw-prose-th-borders)!important}.content :where(thead):not(:where([class~=not-content],[class~=not-content] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.\!content :where(thead th):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-headings)!important;font-weight:600!important;vertical-align:bottom!important;padding-inline-end:.5714286em!important;padding-bottom:.5714286em!important;padding-inline-start:.5714286em!important}.content :where(thead th):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.\!content :where(tbody tr):not(:where([class~=not-content],[class~=not-content] *)){border-bottom-width:1px!important;border-bottom-color:var(--tw-prose-td-borders)!important}.content :where(tbody tr):not(:where([class~=not-content],[class~=not-content] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.\!content :where(tbody tr:last-child):not(:where([class~=not-content],[class~=not-content] *)){border-bottom-width:0!important}.content :where(tbody tr:last-child):not(:where([class~=not-content],[class~=not-content] *)){border-bottom-width:0}.\!content :where(tbody td):not(:where([class~=not-content],[class~=not-content] *)){vertical-align:baseline!important}.content :where(tbody td):not(:where([class~=not-content],[class~=not-content] *)){vertical-align:baseline}.\!content :where(tfoot):not(:where([class~=not-content],[class~=not-content] *)){border-top-width:1px!important;border-top-color:var(--tw-prose-th-borders)!important}.content :where(tfoot):not(:where([class~=not-content],[class~=not-content] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.\!content :where(tfoot td):not(:where([class~=not-content],[class~=not-content] *)){vertical-align:top!important}.content :where(tfoot td):not(:where([class~=not-content],[class~=not-content] *)){vertical-align:top}.\!content :where(th,td):not(:where([class~=not-content],[class~=not-content] *)){text-align:start!important}.content :where(th,td):not(:where([class~=not-content],[class~=not-content] *)){text-align:start}.\!content :where(figure>*):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0!important;margin-bottom:0!important}.content :where(figure>*):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0;margin-bottom:0}.\!content :where(figcaption):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-captions)!important;font-size:.875em!important;line-height:1.4285714!important;margin-top:.8571429em!important}.content :where(figcaption):not(:where([class~=not-content],[class~=not-content] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.\!content{--tw-prose-body: #374151 !important;--tw-prose-headings: #111827 !important;--tw-prose-lead: #4b5563 !important;--tw-prose-links: #111827 !important;--tw-prose-bold: #111827 !important;--tw-prose-counters: #6b7280 !important;--tw-prose-bullets: #d1d5db !important;--tw-prose-hr: #e5e7eb !important;--tw-prose-quotes: #111827 !important;--tw-prose-quote-borders: #e5e7eb !important;--tw-prose-captions: #6b7280 !important;--tw-prose-kbd: #111827 !important;--tw-prose-kbd-shadows: 17 24 39 !important;--tw-prose-code: #111827 !important;--tw-prose-pre-code: #e5e7eb !important;--tw-prose-pre-bg: #1f2937 !important;--tw-prose-th-borders: #d1d5db !important;--tw-prose-td-borders: #e5e7eb !important;--tw-prose-invert-body: #d1d5db !important;--tw-prose-invert-headings: #fff !important;--tw-prose-invert-lead: #9ca3af !important;--tw-prose-invert-links: #fff !important;--tw-prose-invert-bold: #fff !important;--tw-prose-invert-counters: #9ca3af !important;--tw-prose-invert-bullets: #4b5563 !important;--tw-prose-invert-hr: #374151 !important;--tw-prose-invert-quotes: #f3f4f6 !important;--tw-prose-invert-quote-borders: #374151 !important;--tw-prose-invert-captions: #9ca3af !important;--tw-prose-invert-kbd: #fff !important;--tw-prose-invert-kbd-shadows: 255 255 255 !important;--tw-prose-invert-code: #fff !important;--tw-prose-invert-pre-code: #d1d5db !important;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%) !important;--tw-prose-invert-th-borders: #4b5563 !important;--tw-prose-invert-td-borders: #374151 !important;font-size:1rem!important;line-height:1.75!important}.content{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.\!content :where(picture>img):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0!important;margin-bottom:0!important}.content :where(picture>img):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0;margin-bottom:0}.\!content :where(li):not(:where([class~=not-content],[class~=not-content] *)){margin-top:.5em!important;margin-bottom:.5em!important}.content :where(li):not(:where([class~=not-content],[class~=not-content] *)){margin-top:.5em;margin-bottom:.5em}.\!content :where(ol>li):not(:where([class~=not-content],[class~=not-content] *)){padding-inline-start:.375em!important}.content :where(ol>li):not(:where([class~=not-content],[class~=not-content] *)){padding-inline-start:.375em}.\!content :where(ul>li):not(:where([class~=not-content],[class~=not-content] *)){padding-inline-start:.375em!important}.content :where(ul>li):not(:where([class~=not-content],[class~=not-content] *)){padding-inline-start:.375em}.content :where(.content>ul>li p):not(:where([class~=not-content],[class~=not-content] *)){margin-top:.75em;margin-bottom:.75em}.\!content :where(.\!content>ul>li p):not(:where([class~=not-content],[class~=not-content] *)){margin-top:.75em!important;margin-bottom:.75em!important}.content :where(.content>ul>li>p:first-child):not(:where([class~=not-content],[class~=not-content] *)){margin-top:1.25em}.\!content :where(.\!content>ul>li>p:first-child):not(:where([class~=not-content],[class~=not-content] *)){margin-top:1.25em!important}.content :where(.content>ul>li>p:last-child):not(:where([class~=not-content],[class~=not-content] *)){margin-bottom:1.25em}.\!content :where(.\!content>ul>li>p:last-child):not(:where([class~=not-content],[class~=not-content] *)){margin-bottom:1.25em!important}.content :where(.content>ol>li>p:first-child):not(:where([class~=not-content],[class~=not-content] *)){margin-top:1.25em}.\!content :where(.\!content>ol>li>p:first-child):not(:where([class~=not-content],[class~=not-content] *)){margin-top:1.25em!important}.content :where(.content>ol>li>p:last-child):not(:where([class~=not-content],[class~=not-content] *)){margin-bottom:1.25em}.\!content :where(.\!content>ol>li>p:last-child):not(:where([class~=not-content],[class~=not-content] *)){margin-bottom:1.25em!important}.\!content :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-content],[class~=not-content] *)){margin-top:.75em!important;margin-bottom:.75em!important}.content :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-content],[class~=not-content] *)){margin-top:.75em;margin-bottom:.75em}.\!content :where(dl):not(:where([class~=not-content],[class~=not-content] *)){margin-top:1.25em!important;margin-bottom:1.25em!important}.content :where(dl):not(:where([class~=not-content],[class~=not-content] *)){margin-top:1.25em;margin-bottom:1.25em}.\!content :where(dd):not(:where([class~=not-content],[class~=not-content] *)){margin-top:.5em!important;padding-inline-start:1.625em!important}.content :where(dd):not(:where([class~=not-content],[class~=not-content] *)){margin-top:.5em;padding-inline-start:1.625em}.\!content :where(hr+*):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0!important}.content :where(hr+*):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0}.\!content :where(h2+*):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0!important}.content :where(h2+*):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0}.\!content :where(h3+*):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0!important}.content :where(h3+*):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0}.\!content :where(h4+*):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0!important}.content :where(h4+*):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0}.\!content :where(thead th:first-child):not(:where([class~=not-content],[class~=not-content] *)){padding-inline-start:0!important}.content :where(thead th:first-child):not(:where([class~=not-content],[class~=not-content] *)){padding-inline-start:0}.\!content :where(thead th:last-child):not(:where([class~=not-content],[class~=not-content] *)){padding-inline-end:0!important}.content :where(thead th:last-child):not(:where([class~=not-content],[class~=not-content] *)){padding-inline-end:0}.\!content :where(tbody td,tfoot td):not(:where([class~=not-content],[class~=not-content] *)){padding-top:.5714286em!important;padding-inline-end:.5714286em!important;padding-bottom:.5714286em!important;padding-inline-start:.5714286em!important}.content :where(tbody td,tfoot td):not(:where([class~=not-content],[class~=not-content] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.\!content :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-content],[class~=not-content] *)){padding-inline-start:0!important}.content :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-content],[class~=not-content] *)){padding-inline-start:0}.\!content :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-content],[class~=not-content] *)){padding-inline-end:0!important}.content :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-content],[class~=not-content] *)){padding-inline-end:0}.\!content :where(figure):not(:where([class~=not-content],[class~=not-content] *)){margin-top:2em!important;margin-bottom:2em!important}.content :where(figure):not(:where([class~=not-content],[class~=not-content] *)){margin-top:2em;margin-bottom:2em}.content :where(.content>:first-child):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0}.\!content :where(.\!content>:first-child):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0!important}.content :where(.content>:last-child):not(:where([class~=not-content],[class~=not-content] *)){margin-bottom:0}.\!content :where(.\!content>:last-child):not(:where([class~=not-content],[class~=not-content] *)){margin-bottom:0!important}.visible{visibility:visible}.static{position:static}.float-right{float:right}.float-left{float:left}.inline{display:inline}.table{display:table}.italic{font-style:italic}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.content :where(.content ol>li>*:last-child):not(:where([class~=not-content],[class~=not-content] *)){margin-bottom:0}.content :where(.content ol>li>*:first-child):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0}.content :where(.content ul>li>*:last-child):not(:where([class~=not-content],[class~=not-content] *)){margin-bottom:0}.content :where(.content ul>li>*:first-child):not(:where([class~=not-content],[class~=not-content] *)){margin-top:0}.content .content-youtube{border:none;margin:1em 0;width:100%;height:auto;aspect-ratio:16/9;max-height:320px}@media (min-width: 1024px){.content .content-youtube{max-height:480px}}.content .content-accordion{position:relative;display:flex;flex-direction:column;gap:10px}.content .content-accordion__items{display:flex;flex-direction:column;gap:16px;margin:1.5em 0}.content .content-accordion__control-buttons{margin-top:1.5em}.content .content-accordion__item{background-color:#f2f5f7}.content .content-accordion__item-header{position:relative;display:grid;grid-template-columns:1fr 28px;color:#fff;padding:10px;cursor:pointer;font-weight:600;background-color:#0095eb;align-items:flex-start;gap:10px}.content .content-accordion__item-sub-title{font-weight:400;font-size:14px}.content .content-accordion__item-icon-minus,.content .content-accordion__item-icon-plus{display:block;width:28px;height:28px;background:none;border:none;outline:none;position:relative;flex-shrink:0;cursor:pointer}.content .content-accordion__item-icon-plus:before{content:"";display:block;height:12px;width:2px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.content .content-accordion__item-icon-plus:after,.content .content-accordion__item-icon-minus:after{content:"";display:block;width:12px;height:2px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.content .content-accordion__item-icon-remove{transform:rotate(45deg)}.content .content-accordion__item-content{box-sizing:border-box;background-color:#f2f5f7;height:0;overflow:hidden;transition:height .3s ease-out;padding:0 10px}.content .content-card{--card-icon-size: 20px;position:relative;display:flex;border-radius:8px;gap:16px;padding:16px;min-height:52px;margin:8px 0;align-items:flex-start}.content .content-card--icon{flex-shrink:0;width:var(--card-icon-size);height:var(--card-icon-size);box-sizing:border-box;margin:6px 0}.content .content-card__content{display:flex;flex-direction:column;justify-content:center;flex-grow:1;min-height:52px}.content .content-card__content h3{font-size:16px;line-height:20px;margin-bottom:4px;font-weight:700}.content .content-card__content p{font-size:16px;line-height:22px;font-weight:400}.content .content-card__content>*:first-child{margin-top:0}.content .content-card__content>*:last-child{margin-bottom:0}.content .content-card--border-primary,.content .content-card--border-secondary,.content .content-card--border-error,.content .content-card--border-warning,.content .content-card--border-success{border-style:solid;border-width:2px}.content .content-card--primary{border-radius:12px;background-color:#e2f3ff}.content .content-card--secondary{color:var(--card-pribary-color);background-color:var(--card-backgroun-color)}.content .content-card--default{background-color:#e5e7eb;color:#1f2937}.content .content-card--warning{background-color:#ffe7c3;color:#835d25}.content .content-card--error{background-color:#fdf2f2;color:#9b1c1c}.content .content-card--info{background-color:#ebf5ff;color:#1e429f}.content .content-card--success{background-color:#f3faf7;color:#03543f}.content .content-card--border-primary{color:#1e429f}.content .content-card--border-secondary{border-color:var(--card-border-color);border-radius:var(--card-border-radius);border-style:var(--card-border-style);border-width:var(--card-border-width)}.content .content-card--border-error{border-color:#ffa6a6}.content .content-card--border-warning{border-color:#fff049}.content .content-card--border-success{border-color:#00a602}.content .content-card .content-card--text-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:var(--card-text-icon-color);color:var(--card-text-icon-text-color);font-size:16px;line-height:24px;font-weight:800;border-radius:50%;flex-shrink:0;flex-grow:0}@media (min-width: 1224px){.content .content-card .content-card--icon,.content .content-card .content-card--text-icon{width:48px;height:48px}.content .content-card .content-card__content h3{font-size:18px;line-height:24px;margin-bottom:4px}.content .content-card .content-card__content p{font-size:18px;line-height:26px}}.content .content-alert{position:relative;display:flex;border-radius:8px;gap:12px;padding:16px;min-height:52px;margin:16px 0;align-items:flex-start}.content .content-alert__info-icon{width:16px;height:16px;box-sizing:border-box;margin:6px 0}.content .content-alert__content{flex-grow:1}.content .content-alert__content>*:first-child{margin-top:0}.content .content-alert__content>*:last-child{margin-bottom:0}.content .content-alert--default{background-color:#e5e7eb;color:#1f2937}.content .content-alert--warning{background-color:#ffe7c3;color:#835d25}.content .content-alert--error{background-color:#fdf2f2;color:#9b1c1c}.content .content-alert--info{background-color:#ebf5ff;color:#1e429f}.content .content-alert--success{background-color:#f3faf7;color:#03543f}.content .content-gallery{display:flex;gap:4px;flex-direction:column}.content .content-gallery:not(:first-child){margin-top:1.25em}.content .content-gallery:not(:last-child){margin-bottom:1.25em}.content .content-gallery__row{position:relative;width:100%;display:flex;flex-wrap:nowrap;gap:4px;flex-direction:row;justify-content:space-between;overflow:hidden}.content .content-gallery__item{position:relative;cursor:pointer;flex-grow:1;flex-shrink:1;overflow:hidden}.content .content-gallery__item picture{margin:0;height:100%;cursor:pointer}.content .content-gallery__item picture img{background-color:#dcdcdc;height:100%;width:auto}.content .content-gallery__show-more{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#0006;padding:4px 8px;color:#fff;text-align:center}.content .content-gallery__caption{padding:0 8px;margin-top:8px;color:#505050;font-size:smaller;text-align:right;line-height:1.4}.content .content-gallery__view{position:fixed;top:0;left:0;bottom:0;right:0;z-index:90000}.content .content-gallery__view-container{position:absolute;top:0;left:0;bottom:0;right:0;background:#000c;display:flex;align-items:center;justify-content:center}.content .content-gallery__view-container img{width:auto;max-height:100%;max-width:100%;height:auto}.content .content-gallery__view-container img::-moz-selection{background:none}.content .content-gallery__view-container img::selection{background:none}.content .content-gallery__view-close{position:absolute;top:8px;right:8px;cursor:pointer;border:none;background:none;padding:0;outline:none}.content .content-gallery__view-close img{margin:0;width:40px;height:40px}.content .content-gallery__view-left,.content .content-gallery__view-right{background-color:unset;position:absolute;top:50%;transform:translateY(-50%);box-sizing:border-box;height:40px;width:40px;max-width:200px;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;padding:5px}.content .content-gallery__view-left img,.content .content-gallery__view-right img{margin:0;width:40px;height:40px}.content .content-gallery__view-left:hover,.content .content-gallery__view-right:hover{background:#0000001a}.content .content-gallery__view-left{left:0}.content .content-gallery__view-right{right:0;justify-content:flex-end}.content .content-gallery__view svg{width:40px;height:40px}@media (min-width: 768px){.content .content-gallery,.content .content-gallery__row{gap:8px}.content .content-gallery__caption{padding:0 16px}.content .content-gallery__view-left,.content .content-gallery__view-right{height:50vh;width:20%;padding:20px}}.tableWrapper>table,.content .content-table{border-collapse:collapse;table-layout:fixed;width:100%;margin:0;overflow:hidden}.tableWrapper>table:not(:first-child),.content .content-table:not(:first-child){margin-top:1.25em}.tableWrapper>table:not(:last-child),.content .content-table:not(:last-child){margin-bottom:1.25em}.tableWrapper>table tbody tr td,.tableWrapper>table tbody tr th,.content .content-table tbody tr td,.content .content-table tbody tr th{min-width:1em;border:2px solid #ced4da;padding:3px 5px;vertical-align:top;box-sizing:border-box;position:relative}.tableWrapper>table tbody tr td>*,.tableWrapper>table tbody tr th>*,.content .content-table tbody tr td>*,.content .content-table tbody tr th>*{margin:0}.tableWrapper>table tbody tr th,.content .content-table tbody tr th{font-weight:700;text-align:left;background-color:#f1f3f5}.tableWrapper>table tbody tr .selectedCell:after,.content .content-table tbody tr .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:#d0ecff81;pointer-events:none}.tableWrapper>table tbody tr .column-resize-handle,.content .content-table tbody tr .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:#adf;pointer-events:none}.tableWrapper>table .column-resize-handle,.content .content-table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:#adf;pointer-events:none}.tableWrapper>table .resize-cursor,.content .content-table .resize-cursor{cursor:ew-resize;cursor:col-resize}.content-grid{padding:16px;display:grid;gap:8px;grid-template-columns:repeat(var(--grid-cols-mobile),1fr)}.content-grid .content-grid__item{overflow:hidden}.content-grid .content-grid__item:has(:first-child)>:first-child{margin-top:0}.content-grid .content-grid__item:has(:last-child)>:last-child{margin-bottom:0}@media (min-width: 1224px){.content-grid{grid-template-columns:repeat(var(--grid-cols-desktop),1fr)}}.content-editor .content-editor__extension{position:relative}.content-editor .content-editor__extension--hidden{display:none}.content-editor .content-editor__extension-buttons{display:flex;gap:1rem;z-index:3;right:1rem;position:absolute;top:0}.content-editor .content-editor__extension-buttons button{font-size:.6rem;letter-spacing:1px;font-weight:700;text-transform:uppercase;padding:.25rem .75rem;border-radius:0 0 .5rem .5rem;border:1px dashed #2f74c6;border-top:0;color:#2f74c6;background:#fff;cursor:pointer}.content-editor .content-editor__extension-buttons button:hover{background:#2f74c6;color:#fff;border-style:solid}.content-editor h1.is-empty:first-child:before,.content-editor h2.is-empty:first-child:before,.content-editor h3.is-empty:first-child:before,.content-editor h4.is-empty:first-child:before,.content-editor h5.is-empty:first-child:before,.content-editor h6.is-empty:first-child:before{color:var(--color-placeholder);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.nobr{white-space:nowrap}.notification{position:fixed;right:10px;border-radius:4px;color:#fff;box-shadow:0 2px 4px #0003;z-index:1000;padding:12px 16px;max-width:350px;transition:opacity .3s ease,transform .3s ease;opacity:0;transform:translateY(-15px)}@media (min-width: 768px){.notification{padding:16px 24px}}.notification--info{background:#2196f3}.notification--success{background:#4cc77d}.notification--warning{background:#f46425}.notification--error{background:#ea1717}.content-editor .content-editor__spacer{border:none;background:transparent;opacity:.5;padding:0;width:100%;height:50px;cursor:text;display:flex;align-items:flex-start;margin-top:2rem}.content-editor .content-editor__top-spacer{border:none;background:transparent;opacity:.5;padding:0;width:100%;height:1rem;cursor:pointer;display:flex;align-items:flex-start}.content-editor .content-editor__character-count{margin-top:1rem;color:#868e96}.content-editor .content-editor__bubble-menu{z-index:1;display:flex;gap:.2rem;border-radius:4px;padding:2px;flex-wrap:wrap;align-items:center;justify-content:center}.content-editor .content-editor__toolbar{position:sticky;z-index:1;top:10px;display:flex;gap:.2rem;border-radius:4px;margin-bottom:4px;flex-wrap:wrap}.content-editor .content-editor__button{border:1px solid black;background:#fff;border-radius:.3rem;padding:.1rem .4rem;font-size:13px;color:#000;flex-shrink:0;cursor:pointer}.content-editor .content-editor__button--active{color:#fff;border-color:#fff;background:#000}.content-editor .content-editor__button-italic{font-style:italic}.content-editor .content-editor__button-bold{font-weight:700}.content-editor .content-editor__button-strike{text-decoration:line-through}.content-editor .content-editor__button:disabled{background-color:#e4e4e4;cursor:not-allowed}.content-editor .content-editor__loader{display:inline-block;width:15px;aspect-ratio:4;background:radial-gradient(circle closest-side,#000 90%,#0000) 0/33.3333333333% 100% space;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);animation:l1 1s steps(4) infinite}@keyframes l1{to{-webkit-clip-path:inset(0 -34% 0 0);clip-path:inset(0 -34% 0 0)}}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.left-0{left:0}.right-10{right:2.5rem}.top-0{top:0}.top-6{top:1.5rem}.z-40{z-index:40}.z-50{z-index:50}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-full{height:100%}.w-full{width:100%}.flex-shrink{flex-shrink:1}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.text-wrap{text-wrap:wrap}.border{border-width:1px}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.px-4{padding-left:1rem;padding-right:1rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-24{padding-bottom:6rem}.pb-4{padding-bottom:1rem}.pl-16{padding-left:4rem}.pt-16{padding-top:4rem}.pt-6{padding-top:1.5rem}.text-start{text-align:start}.text-sm{font-size:.875rem;line-height:1.25rem}.uppercase{text-transform:uppercase}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.opacity-70{opacity:.7}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:text-gray-950:hover{--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}@media (min-width: 768px){.md\:px-0{padding-left:0;padding-right:0}.md\:pt-24{padding-top:6rem}.md\:text-center{text-align:center}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 1024px){.lg\:flex{display:flex}.lg\:px-0{padding-left:0;padding-right:0}}@media (min-width: 1280px){.xl\:right-0{right:0}.xl\:px-0{padding-left:0;padding-right:0}}:root{--white: #fff;--blue-1000: #0691f6;--blue-400: #74cdff;--blue-300: #BFE8FF;--blue-300-rgb: 191, 232, 255;--text-white: var(--white);--main-bg-color: #fdca47;--main-bg-focus-color: #ffe897;--main-bg-accent-color: #fffbec;--bg-semi-dark: #dae3f8;--bg-regular: #e8efff;--bg-light: #f0f3fa;--bg-form-field: #fff;--form-error-color: #f93300;--black-400: #bbbbbb;--black-500: #a09f9f;--black-800: #515050;--black-900: #1f1f1f;--black-1000: #000;--button-primary: var(--blue-1000);--button-primary-hover: var(--blue-400);--button-primary-text: var(--white);--button-primary-svg: var(--white);--button-secondary: var(--white);--button-secondary-hover: var(--blue-400);--button-secondary-text: var(--blue-1000);--button-secondary-svg: var(--blue-1000);--button-default: #eeeeee;--button-default-hover: #dddddd;--button-default-text: #000000;--button-default-svg: #000000;--button-success-text: #ffffff;--button-success-svg: #ffffff;--button-white: #ffffff;--button-white-hover: #f1f2f3;--button-white-text: #000000;--button-white-svg: #000000;--input-border-color: #bbbbbb;--input-border-filled: #bbbbbb;--input-border-color-focus: #000;--input-border-color-error: #f93300;--input-border-color-disabled: #bbbbbb;--input-icon-color: #e3e3e3;--input-icon-action-color: #000}.icon-16{width:16px;height:16px}.icon-24{width:24px;height:24px}.icon-32{width:32px;height:32px}.icon-40{width:40px;height:40px}.icon-48{width:48px;height:48px}.round{border-radius:50%}.content-block{color:#000;background-color:#fff;box-shadow:0 0 12.6999998093px #80a4ea40;border-radius:8px}p{font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.text-color-yellow{color:#fdca47}.text-color-green{color:#39d380}.text-color-gray{color:#bbb}h1{font-size:22px;font-weight:900;line-height:28px}@media (min-width: 768px){h1{font-size:32px;line-height:40px}}h3{font-size:28px;font-weight:900;line-height:32px}h4{font-size:22px;font-weight:800;line-height:28px}h5{font-size:16px;font-weight:700;line-height:24px}.nobr{white-space:nowrap;display:inline-block}@media (max-width: 768px){.ui-social-links__tooltip{font-size:13px}}body{margin:0;font-family:Open Sans,sans-serif}*{box-sizing:border-box}a{text-decoration:none}:root{--card-pribary-color: #000;--card-backgroun-color: #fff;--card-border-color: rgba(222, 223, 225, 1);--card-border-radius: 12px;--card-border-style: solid;--card-border-width: 2px;--color-placeholder: rgba(222, 223, 225, 1);--card-text-icon-color: #cbe9ff;--card-text-icon-text-color: #0691f6}.content-grid{padding-inline:0;padding-top:32px;row-gap:24px;-moz-column-gap:24px;column-gap:24px;padding-bottom:0}@media screen and (min-width: 1025px){.content-grid{padding-inline:0;padding-top:36px}}.content-grid .content-card{padding:0}.content-card--text-icon{margin-top:4px}.content-card div.content-card__content p{font-size:16px!important}@media screen and (min-width: 1025px){.content-card div.content-card__content p{font-size:16px!important}.content-card div.content-card__content p strong{font-size:18px}}.ui-button--outline .ui-button__inner{color:#000!important}.ui-button--outline:hover{background-color:unset}.ui-button--outline:hover .ui-icon{color:var(--blue-500)}button.ui-button--type-secondary.ui-button--outline{border:1px solid white}button.ui-button--type-secondary.ui-button--outline>span{color:#fff!important}button.ui-button--type-secondary.ui-button--outline.ui-button--hover{background-color:#fff}button.ui-button--type-secondary.ui-button--outline.ui-button--hover>span{color:var(--blue-1000)!important;font-weight:400}.layout{display:flex;flex-direction:column;margin:auto;min-block-size:100vh;background-color:#eef3fb}.navigation{display:flex;flex-direction:row;block-size:78px}.logo{margin-top:20px;margin-bottom:10px}.content-ui-lang-suggest-switcher{top:84px;padding:0 16px}.content-ui-lang-suggest-switcher__body{background:#27a2fc;color:#fff}.content-ui-lang-suggest-switcher__body a{color:#fff}@media (min-width: 768px){.content-ui-lang-suggest-switcher{top:92px}}
