@charset "UTF-8";.button{padding:8px 18px;font-size:14px;border:0;border-radius:30px;cursor:pointer}.button.button--primary{color:#fff;background:var(--color-primary-blue-7, #013565)}.button.button--secondary{color:#013565;background-color:#fff;border:1px solid var(--color-primary-blue-7, #013565)}.button.button--tertiary{color:var(--color-other-wb-5, #9d9d9d);background-color:transparent;text-decoration-line:underline;padding:8px 12px}.button .button-contents{display:flex;flex-direction:row;align-items:center}.button .button-contents .button-contents__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.button .button-contents .button-contents__icon.button-contents__icon--leading{margin-right:8px}.button .button-contents .button-contents__icon.button-contents__icon--trailing,.button .button-contents .button-contents__icon.button-contents__icon--submitting{margin-left:8px}.button .button-contents .button-contents__icon.button-contents__icon--submitting svg{animation:scrollDownIndicatorRotateText 1s linear infinite}.button .button-contents .button-contents__label{flex-grow:1;text-align:left}.button .button-contents .button-contents__label--align-left{text-align:left!important}.button .button-contents .button-contents__label--align-center,.button .button-contents .button-contents__label--align-right{text-align:center!important}.button.button--disabled{pointer-events:none;cursor:not-allowed}.button.button--disabled.button--primary{color:var(--color-other-wb-7, #aaa);background:var(--color-other-wb-5, #eee)}.button.button--disabled.button--secondary,.button.button--disabled.button--tertiary{opacity:.4}.button.button--submitting{cursor:not-allowed;pointer-events:none}.button.button--submitting.button--primary{background:var(--color-other-wb-5, #9d9d9d);color:var(--color-other-wb-7, #4a4a4a)}.button.button--submitting.button--secondary,.button.button--submitting.button--tertiary{opacity:.4}.stylish-button{all:unset;display:flex;flex-direction:row;align-items:center;cursor:pointer;position:relative;justify-content:flex-start}.stylish-button-contents{box-sizing:border-box;background:#013565;padding:8px 24px;border-radius:30px}.stylish-button-contents__label{font-family:Kanit,Arial,Helvetica,sans-serif!important;font-size:22px;color:#fff}.stylish-button-trailing-content{background:#013565;border-radius:50%;aspect-ratio:1;height:54px;margin-left:-4px;display:flex;align-items:center;justify-content:center}.stylish-button-trailing-content__icon{display:flex;align-items:center;justify-content:center;aspect-ratio:1;width:24px}.stylish-button--small .stylish-button-contents{height:40px;padding:6px 16px}.stylish-button--small .stylish-button-contents__label{font-size:18px}.stylish-button--small .stylish-button-trailing-content{height:40px;margin-left:-10px}.stylish-button--small .stylish-button-trailing-content__icon{width:14px;margin-right:-4px}@media screen and (max-width: 768px){.stylish-button-contents{padding:6px 20px}.stylish-button-contents__label{font-size:18px}.stylish-button-trailing-content{height:38px}.stylish-button-trailing-content__icon{width:12px}}.overlay{position:fixed;width:100dvw;height:100dvh;top:0;left:0;background:rgba(1,53,101,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center!important;overscroll-behavior:contain;overflow:scroll;z-index:12;flex-direction:column}.overlay .overlay-content{display:flex;flex-direction:column;background-color:#fff;padding:30px 40px;border-radius:20px;overscroll-behavior:contain;margin:30px 0;box-sizing:border-box}.overlay .overlay-content .overlay-content-close{display:flex;flex-direction:row;align-items:center;align-self:flex-end;cursor:pointer}.overlay .overlay-content .overlay-content-close .overlay-content-close__text{font-size:14px;color:#013565;margin-left:12px}@media screen and (max-width: 768px){.overlay-content{width:100vw;height:100vh;overflow:auto;border-radius:0!important;margin:0!important}}@media screen and (min-width: 769px){.overlay-content{min-width:400px}}.blink{color:var(--color-primary-blue-7, #013565);font-size:14px;text-decoration-line:underline;cursor:pointer}.checkbox .checkbox__label{-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#121212;font-size:12px;padding-left:4px}.design-card{width:295px;display:flex;flex-direction:column;border-radius:20px;box-shadow:0 2px 8px #00000026;margin-bottom:10px}.design-card .design-card__image{width:295px;height:320px;border-radius:8px;object-fit:cover;object-position:center;cursor:pointer;position:relative}.design-card .design-card__avatar{position:absolute;top:80%;left:4%}.design-card .design-card__name{position:absolute;bottom:80%;right:4%;background-color:#002843;color:#fff;border-radius:20px;font-size:12px;padding:10px}.design-card .design-card__content{display:flex;padding:10px;flex-direction:column}.design-card .design-card__content .design-card__point{display:flex;justify-content:space-between;gap:8px}.design-card .design-card__content .design-card__point-number{font-size:14px;color:#9d9d9d}.design-card .design-card__content .design-card__company{margin-top:20px;font-size:14px;color:#121212;font-weight:800;line-height:18.54px}.design-card .design-card__content .design-card__detail{display:grid;grid-template-columns:22% 5% auto;align-items:center}.design-card .design-card__content .design-card__detail .design-card__topic{font-size:14px;font-weight:400;color:#5c5c5c}.design-card .design-card__content .design-card__detail .design-card__value{font-size:14px;color:#9d9d9d}.design-card .design-card__content .design-card__title{grid-row:1;grid-column:2;font-weight:400;font-size:16px;color:#686161;cursor:pointer}.design-card .design-card__content .design-card__desginer-name{grid-row:2;grid-column:2;font-weight:500;font-size:20px;color:#2e2a2a;cursor:pointer}.design-card .design-card__content .design-card__desginer-name:hover{color:#026dea}.design-card .design-card__content .design-card__like{margin:auto 0;grid-row:1/3;grid-column:3;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f2f2f2;border-radius:10px;cursor:pointer}.design-card .design-card__content .design-card__like *{cursor:pointer}.design-card .design-card__content .design-card__like path{fill:#aaa}.design-card .design-card__content .design-card__like--active path{fill:#ea4c89}.urbaan-header{width:100%;background-color:#fff;position:sticky;top:0;left:0;z-index:10;box-shadow:0 2px 10px #0000001a}.urbaan-header .urbaan-header-content{margin:auto;height:70px;max-width:1440px;display:flex;align-items:center;justify-content:space-between;padding:0 40px 0 16px;gap:10px}.urbaan-header .urbaan-header-content .urbaan-header-content__logo{display:flex;cursor:pointer;padding:0 24px;margin:0}.urbaan-header .urbaan-header-content-search{display:flex;align-items:center;flex-grow:1;gap:8px}.urbaan-header .urbaan-header-content-search>div{flex-grow:1}.urbaan-header .urbaan-header-content .urbaan-header-content-menus{display:flex;flex-direction:row;gap:10px;justify-items:stretch}.urbaan-header .urbaan-header-content .urbaan-header-content-menus .urbaan-header-content-menus-menu{cursor:pointer;padding:0 8px;color:#013565;display:flex;gap:8px;align-items:center;height:90px}.urbaan-header .urbaan-header-content .urbaan-header-content-menus .urbaan-header-content-menus-menu *{cursor:pointer}.urbaan-header .urbaan-header-content .urbaan-header-content-menus .urbaan-header-content-menus-menu .urbaan-header-content-menus-menu__title{font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.urbaan-header .urbaan-header-content .urbaan-header-content-menus .urbaan-header-content-menus-menu .header-menu{display:none}.urbaan-header .urbaan-header-content .urbaan-header-content-menus .urbaan-header-content-menus-menu:hover .header-menu{display:flex}.urbaan-header .urbaan-header-content .urbaan-header-content-auth{display:flex;flex-direction:row;height:90px;align-items:center;justify-items:center;gap:8px;cursor:pointer}.urbaan-header .urbaan-header-content .urbaan-header-content-auth .header-menu{display:none}.urbaan-header .urbaan-header-content .urbaan-header-content-auth *{cursor:pointer}.urbaan-header .urbaan-header-content .urbaan-header-content-auth__avatar{height:30px;width:30px;object-fit:cover;object-position:center;border-radius:50%;border:1px solid rgba(1,53,101,.1921568627);margin:11px 0}.urbaan-header .urbaan-header-content .urbaan-header-content-auth .urbaan-header-content-auth__label{font-size:14px;color:#013565}.urbaan-header .urbaan-header-content .urbaan-header-content-auth .urbaan-header-content-auth__label--logged-in{font-size:14px;color:#0098ff}.urbaan-header .urbaan-header-content .urbaan-header-content-auth:hover .header-menu{display:flex;min-width:200px;margin-left:-44px}.urbaan-header .urbaan-header-content .urbaan-header-content-notification{display:flex;align-items:center;justify-items:center;width:24px;height:24px;cursor:pointer}.urbaan-header .urbaan-header-content .urbaan-header-content-notification *{cursor:pointer}.urbaan-header .urbaan-header-content .urbaan-header-content-basket{position:relative;margin-top:6px;display:flex;align-items:center;justify-items:center;width:24px;height:24px;cursor:pointer}.urbaan-header .urbaan-header-content .urbaan-header-content-basket:has(.shopping-cart-container){cursor:default}.urbaan-header .urbaan-header-content .urbaan-header-content-basket__total{position:absolute;top:7px;right:0}.urbaan-header .urbaan-header-content .urbaan-header-content-basket__total--inner{background:#d80027;border-radius:50%;width:16px;height:16px;font-size:10px;display:flex;align-items:center;justify-content:center;color:#fff}.urbaan-header .urbaan-header-content .urbaan-header-content-language{display:flex;align-items:center;cursor:pointer;gap:4px;height:90px}.urbaan-header .urbaan-header-content .urbaan-header-content-language *{cursor:pointer}.urbaan-header .urbaan-header-content .urbaan-header-content-language .urbaan-header-content-language__label{font-size:14px;color:#013565}.urbaan-header .urbaan-header-content .urbaan-header-content-language .header-menu{display:none}.urbaan-header .urbaan-header-content .urbaan-header-content-language:hover .header-menu{display:flex}.urbaan-header .urbaan-header-content .urbaan-header-content__right{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;flex-wrap:nowrap;padding:10px;gap:20px}.urbaan-header .urbaan-header-content .urbaan-header-content__right .urbaan-header-content-right__sub{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:4px}.urbaan-header .urbaan-header-content .urbaan-header-content__right .urbaan-header-content-right__link{font-size:14px;display:inline-block;vertical-align:middle;padding:0 6px;color:#013565;text-align:center;text-decoration:none;line-height:"18.54px";height:24px;cursor:pointer}.urbaan-header .urbaan-header-content .urbaan-header-content__right .urbaan-header-content-right__link *{vertical-align:middle}.urbaan-header .urbaan-header-content .urbaan-header-content__right .urbaan-header-content-right__link:hover{opacity:1}.urbaan-header .urbaan-header-content .urbaan-header-content__right .urbaan-header-content-right__link.urbaan-header-content-right__link--active{display:flex;flex-direction:column;font-weight:800}.urbaan-header .urbaan-header-content .urbaan-header-content__right .urbaan-header-content-right__button>button{width:74px;margin:8px}.urbaan-header .urbaan-header-content .urbaan-header-content-ctas{display:flex;align-items:center;gap:16px}.urbaan-header--mobile .urbaan-header-content{height:54px;padding:0 10px;align-items:center}.urbaan-header--mobile .urbaan-header-content-ctas{column-gap:16px;padding-left:10px}.urbaan-header--mobile .urbaan-header-content-auth,.urbaan-header--mobile .urbaan-header-content-language{height:auto!important}.urbaan-header--mobile .urbaan-header-content-basket{grid-column:1;grid-row:1}.urbaan-header--mobile .urbaan-header-content-notification{grid-column:2;grid-row:1}.urbaan-header--mobile .urbaan-header-content-auth{grid-column:4;grid-row:1;padding-left:0!important}.urbaan-header--mobile .urbaan-header-content-language{grid-column:3;grid-row:1}.urbaan-header__coming-soon{font-size:10px;padding:2px 8px;background-color:#0098ff;color:#fff;border-radius:50px;margin-left:8px;margin-bottom:4px}.urbaan-header__hamburger{width:24px}.urbaan-header-search{display:flex;align-items:center;gap:12px;width:100%;flex-grow:1}.header-menu{position:absolute;background-color:#fff;display:flex;flex-direction:column;gap:8px;padding:16px 0;border-radius:0 0 8px 8px;top:100%;margin-left:-16px;box-shadow:0 2px 8px #00000026}.header-menu .header-menu-link{height:44px;display:flex;align-items:center;justify-content:center;padding:0 26px;gap:10px;cursor:pointer}.header-menu .header-menu-link *{cursor:pointer}.header-menu .header-menu-link .header-menu-link__icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center}.header-menu .header-menu-link .header-menu-link__name{flex-grow:1;color:#013565;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.header-menu .header-menu-link:hover{background-color:#b7d7f180}.navbar{position:fixed;top:0;left:0;width:calc(100vw - 20px);height:calc(100% - 20px);background-color:#fff;z-index:11;padding:10px;display:flex;flex-direction:column}.navbar *{overflow:hidden;overscroll-behavior:contain}.navbar-header{display:grid;grid-template-columns:auto auto;padding:20px 20px 0;align-items:center}.navbar-header__title{grid-column:1/3;grid-row:1;text-align:center;font-size:18px;font-weight:500;color:#013565}.navbar-header__arrow{grid-column:1;grid-row:1}.navbar-subtitle{text-transform:uppercase;font-size:12px;color:#9d9d9d;font-weight:800;padding:30px 20px 0}.navbar-content{display:flex;flex-direction:column;padding:10px}.navbar-content-menu{display:flex;flex-direction:column;gap:10px;padding:10px;border-bottom:1px solid var(--color-other-wb-2, #efefef)}.navbar-content-menu__title{text-transform:uppercase;font-size:16px;padding:10px 0 0;color:#013565}.navbar-content-menu-list{font-size:14px}.algolia{position:relative;display:flex;flex-grow:1;width:100%;max-width:350px}.algolia--mobile{max-width:100%}.algolia--mobile .algolia-search{padding:6px 16px;flex-grow:1;width:100%}.algolia--mobile .algolia-dropdown{position:fixed;width:100vw;top:54px;padding:12px 0;border-radius:0;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.15)}.algolia-search{display:flex;align-items:center;gap:10px;padding:8px 16px;background-color:#efefef;border-radius:30px;width:100%;font-size:14px}.algolia-search__input{all:unset;line-height:24px;flex-grow:1}.algolia-search__input::placeholder{color:#bebebe!important}.algolia-dropdown{position:absolute;left:0;top:56px;width:100%;background-color:#fff;border-radius:12px;padding:16px 0;display:flex;flex-direction:column;box-shadow:0 2px 8px #00000026}.algolia-dropdown-item{display:flex;align-items:center;line-height:44px;cursor:pointer;color:#013565;font-size:14px;padding:0 12px;gap:4px}.algolia-dropdown-item:hover{background-color:#b7d7f180}.algolia-dropdown-item-icon{height:40px;width:40px;display:flex;align-items:center;justify-content:center}.algolia-dropdown-item-icon__image{border-radius:50%;width:28px;aspect-ratio:1;object-fit:cover;object-position:center}.algolia-dropdown-item__name{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:188px}.algolia-dropdown-item__meta{color:#aaa;font-size:12px}.cart{display:flex;flex-direction:column;width:100dvw;max-width:900px;padding:20px 30px;align-self:flex-start;margin:0 auto;box-sizing:border-box}.cart-close{display:flex;align-items:center;padding:10px;align-self:flex-end;color:#fff;gap:10px;cursor:pointer;font-size:18px}.cart-content{height:100%;display:grid;grid-template-columns:65% 35%;flex-grow:1;align-items:start}.cart-content-items{display:flex;flex-direction:column;align-items:stretch;gap:0px;padding:24px;background:#fff;border-radius:12px;max-height:80dvh;margin-right:18px}.cart-content-items-return{cursor:pointer;display:flex;align-items:center;gap:4px;height:30px;align-self:flex-start;color:#013565;font-size:14px}.cart-content-items-header{display:flex;justify-content:space-between;align-items:center;padding:0 0 12px}.cart-content-items-header__title{font-size:24px;font-weight:500;color:#013565}.cart-content-items-header__delete-all{display:flex;align-items:center;gap:4px;filter:grayscale(1);opacity:.5;font-size:14px;height:38px;cursor:pointer}.cart-content-items-header__delete-all:hover{filter:grayscale(0);opacity:.8}.cart-content-items-list{display:flex;flex-direction:column;align-items:stretch;gap:12px}.cart-content-items-list-card{border-bottom:1px solid rgba(190,190,190,.4431372549);padding-bottom:12px;display:flex;align-items:stretch;height:90px;gap:8px}.cart-content-items-list-card:last-child{border:none;padding-bottom:0}.cart-content-items-list-card__banner{width:90px;height:90px;border-radius:8px;cursor:pointer}.cart-content-items-list-card-info{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;margin:4px 0;font-size:14px;color:#333;position:relative}.cart-content-items-list-card-info--mobile{display:none;justify-content:flex-start}.cart-content-items-list-card-info--mobile .cart-content-items-list-card__delete{position:absolute;top:0;right:0;justify-content:flex-start}.cart-content-items-list-card__split{display:flex;align-items:center;justify-content:space-between;gap:4px}.cart-content-items-list-card__delete{display:flex;align-items:center;gap:4px;filter:grayscale(1);opacity:.5;cursor:pointer}.cart-content-items-list-card__delete:hover{filter:grayscale(0);opacity:.8}.cart-content-items-list-card__name{overflow:hidden;text-overflow:ellipsis;cursor:pointer}.cart-content-items-list-card__category{font-size:13px;color:#888}.cart-content-items-list-card__error{color:red;font-size:13px}.cart-content-items-list-card__price{display:flex;align-items:center;gap:4px;align-self:flex-start}.cart-content-items-list-card--unavailable .custom-checkbox-container{visibility:hidden}.cart-content-items-list-card--unavailable .cart-content-items-list-card__banner,.cart-content-items-list-card--unavailable .cart-content-items-list-card__name,.cart-content-items-list-card--unavailable .cart-content-items-list-card__category,.cart-content-items-list-card--unavailable .cart-content-items-list-card__price{opacity:.2;cursor:default;pointer-events:none}.cart-content-items__empty{align-self:center;display:flex;flex-direction:column;align-items:center;opacity:.5;font-size:16px;padding-bottom:12px}.cart-content-payment{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:24px;background-color:#fff;border-radius:12px;margin-right:24px;max-height:80dvh}.cart-content-payment-return{cursor:pointer;display:flex;align-items:center;gap:4px;height:30px;align-self:flex-start;color:#013565;font-size:14px}.cart-content-payment-title{display:flex;justify-content:space-between;align-items:flex-end;margin-right:52px;font-size:26px;font-weight:500;color:#013565}.cart-content-payment-types{display:flex;justify-content:space-between;gap:12px}.cart-content-payment-types-item{border:1px solid #bebebe;width:100%;display:flex;align-items:center;justify-content:center;height:54px;font-size:14px;border-radius:8px;padding:0 3px;color:#9d9d9d;gap:4px;position:relative;cursor:pointer}.cart-content-payment-types-item:has(.cart-content-payment-detail-tab-item__active--coming-soon){pointer-events:none}.cart-content-payment-types-item__icon{position:absolute;top:-11px;right:-11px;display:none;background-color:#0098ff;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.cart-content-payment-types-item-name{display:flex;align-items:center;gap:8px}.cart-content-payment-types-item-name__icon{display:flex;align-items:center;justify-content:center;filter:grayscale(1);opacity:.6;height:20px}.cart-content-payment-types-item--active{color:#333;background-color:#bce4ff;border:1px solid #0098ff}.cart-content-payment-types-item--active .cart-content-payment-types-item__icon{display:flex}.cart-content-payment-types-item--active .cart-content-payment-types-item-name__icon{filter:grayscale(0);opacity:1}.cart-content-payment-form{height:100%;display:flex;flex-direction:column;align-items:stretch;gap:12px}.cart-content-payment-form-card{display:flex;flex-direction:column}.cart-content-payment-form-card__title{flex-grow:1;font-size:14px;color:#333;margin:0 8px}.cart-content-payment-form-card-types{display:flex;align-items:center;gap:8px;margin:0 8px}.cart-content-payment-form-card-types__icon{filter:grayscale(1);opacity:.4}.cart-content-payment-form-card-types__icon--active{filter:grayscale(0);opacity:1}.cart-content-payment-form-qr{display:flex;flex-direction:column;align-items:center}.cart-content-payment-form-qr__countdown{font-size:14px;display:flex;align-items:center;gap:4px;margin-bottom:8px}.cart-content-payment-form-qr__warning{color:red;font-size:14px}.cart-content-payment-form__split{display:grid;grid-template-columns:repeat(2,auto);column-gap:8px}.cart-content-summary{background:#efefef;padding:24px;display:flex;flex-direction:column;align-items:stretch;background:#fff;border-radius:12px}.cart-content-summary-title{display:flex;align-items:flex-end;justify-content:space-between;font-size:24px;font-weight:500;color:#013565}.cart-content-summary-title-total{display:none}.cart-content-summary-detail{display:flex;flex-direction:column;align-items:stretch;flex-grow:1}.cart-content-summary-detail-items{flex-grow:1;padding:8px 0 12px;border-bottom:1px solid rgba(190,190,190,.4431372549);display:flex;flex-direction:column;gap:12px}.cart-content-summary-detail-items-card{border-bottom:1px dashed rgba(190,190,190,.4431372549);padding-bottom:12px;display:flex;align-items:stretch;height:80px;gap:8px}.cart-content-summary-detail-items-card:last-child{border:none;padding-bottom:0}.cart-content-summary-detail-items-card__banner{width:80px;height:80px;border-radius:8px}.cart-content-summary-detail-items-card-info{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;margin:4px 0;font-size:14px;color:#333;position:relative}.cart-content-summary-detail-items-card__name{overflow:hidden;text-overflow:ellipsis}.cart-content-summary-detail-items-card__category{font-size:13px;color:#888;flex-grow:1}.cart-content-summary-detail-items-card__price{display:flex;align-items:center;gap:4px;align-self:flex-end}.cart-content-summary-detail-receipt{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin:8px 0 0}.cart-content-summary-detail-receipt__row{display:flex;font-size:15px;color:#333;align-items:center;gap:2px}.cart-content-summary-detail-receipt__row div:last-child{flex-grow:1;text-align:right}.cart-content-summary-detail-receipt__row--small{font-size:13px;color:#9d9d9d}.cart-content-summary-detail-receipt__separator{border-bottom:1px dashed #bebebe}.cart-content-summary-detail-content{display:flex;flex-direction:column;gap:12px;overflow-y:auto;margin-top:12px}.cart-content-summary-detail-content::-webkit-scrollbar{width:8px}.cart-content-summary-detail-content::-webkit-scrollbar-thumb{border-radius:4px;background-color:#0000001a;box-shadow:0 0 1px #ffffff80;background-clip:padding-box}.cart-content-summary-detail-content-price,.cart-content-summary-detail-content-charge,.cart-content-summary-detail-content-total,.cart-content-summary-detail-content-discount{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:400;margin:0 4px}.cart-content-summary-detail-content-price div:first-child,.cart-content-summary-detail-content-charge div:first-child,.cart-content-summary-detail-content-total div:first-child,.cart-content-summary-detail-content-discount div:first-child{color:#9d9d9d}.cart-content-summary-detail-content-total{font-weight:500}.cart-content-summary-detail-content-total div:last-child{font-size:18px}.cart-content-summary-detail-content-charge__wrap{display:flex;align-items:center;gap:6px}.cart-content-summary-detail-content-charge__wrap.disabeld{pointer-events:none}.cart-content-summary-detail-content-charge__wrap .custom-checkbox-container-input{border-radius:6px;width:20px;height:20px;margin:0}.cart-content-summary-detail-content-charge__wrap .custom-checkbox-container-input:before{top:3px;left:7px;width:4px;height:8px}.cart-content-summary-detail-content-wrp{display:flex;flex-direction:column;gap:12px;padding:12px 0}.cart-content-summary-detail-content-wrp:has(.cart-content-summary-detail-content-item){border-bottom:1px solid #bebebe}.cart-content-summary-detail-content-item{width:100%}.cart-content-summary-detail-content-item-info{display:flex;justify-content:space-between;align-items:center;margin:0 4px}.cart-content-summary-detail-content-item-info__name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;margin-bottom:1px;font-size:14px}.cart-content-summary-detail-content-item-info__price{font-size:14px}.cart-content-summary-detail-content-item-info .custom-checkbox-container-input{border:1px solid #013565!important;background-color:#013565!important;cursor:default}.cart-content-summary-detail-content-item-info .custom-checkbox-container-input:before{border:solid #fff!important;border:solid #777777;border-width:0 1px 1px 0!important}.cart-content-summary-detail-footer{display:flex;flex-direction:column;align-items:stretch;margin-top:12px}.shopping-payment-header{display:flex;flex-direction:row;align-items:center;gap:12px;color:#013565;font-size:14px}.shopping-payment .shopping-item-view{display:flex;justify-content:space-between;margin-right:14px}.shopping-payment .shopping-item-view-content{display:grid;margin-left:8px}.shopping-payment .shopping-item-view-content-header{display:flex;gap:22px}.shopping-payment .shopping-item-view-content-header-checkbox{display:flex;align-items:center;height:100%}.shopping-payment .shopping-item-view-content-header-image{width:90px;height:90px;cursor:pointer}@media screen and (min-width: 320px) and (max-width: 767px){.shopping-payment .shopping-item-view-content-header-image{width:110px;height:110px}}.shopping-payment .shopping-item-view-content-header-image img{width:100%;height:100%;border-radius:10px;object-fit:cover;object-position:center}@media screen and (max-width: 435px){.cart-content-items-list-card-info--desktop{display:none}.cart-content-items-list-card-info--mobile{display:flex}}@media screen and (max-width: 768px){.cart{padding:0 15px 15px;margin:0 15px 15px;min-height:auto}.cart-content{display:flex;flex-direction:column;align-items:stretch}.cart-content-items,.cart-content-payment{margin-right:0;min-height:auto;border-radius:12px 12px 0 0}.cart-content-summary{border-radius:0 0 12px 12px;padding-top:18px;border-top:1px solid rgba(190,190,190,.4588235294)}.cart-content-payment-form__split{grid-template-columns:1fr;gap:12px}.cart-content-payment-types-item-name{flex-direction:column;align-items:center;gap:0}}@media screen and (max-width: 1024px){.cart{padding:20px 15px}.cart-content{grid-template-columns:60% 40%}}.custom-checkbox-container{display:flex;align-items:center;justify-content:center}.custom-checkbox-container-input{appearance:none;-webkit-appearance:none;border:1px solid #777777;border-radius:50%;background-color:#fff;height:20px;width:20px;cursor:pointer;position:relative}.custom-checkbox-container-input:disabled{background-color:#777;border:none;cursor:default}.custom-checkbox-container-input:before{content:"";position:absolute;left:7px;top:5px;width:2px;height:6px;border:solid #777777;border-width:0 1px 1px 0;transform:rotate(40deg)}.custom-checkbox-container-input:hover:before{border:solid #013565;border-width:0 1px 1px 0}.custom-checkbox-container-input:disabled:before{border-width:0}.custom-checkbox-container-input:checked{border:1px solid #013565;background-color:#013565}.custom-checkbox-container-input:checked:before{border:solid #fff;border-width:0 1px 1px 0}.textbox .textbox__label{font-size:13px;color:#333;margin:0 8px}.textbox .textbox__content{display:flex;flex-direction:row;border-radius:50px;border:1px solid var(--color-other-wb-4, #bebebe);align-items:center;position:relative}.textbox .textbox__content .textbox__icon{display:flex;align-items:center;justify-content:center}.textbox .textbox__content .textbox__icon-leading{position:absolute;left:16px;margin-right:16px}.textbox .textbox__content .textbox__icon-trailing{position:absolute;right:16px}.textbox .textbox__content .textbox__label{font-weight:400;font-size:14px;margin:0 0 8px 2px;color:#272833}.textbox .textbox__content .textbox__input{all:unset;flex-grow:1;font-weight:400;font-size:14px;line-height:22px;color:#5c5c5c;padding:10px 0;background-color:#fff;border-radius:50px;filter:none;outline:0;-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;min-width:0}.textbox .textbox__content .textbox__input.error{border:1px solid #ff756c}.textbox .textbox__content .textbox__input:autofill{border-radius:50px}.textbox .textbox__content .textbox__input::placeholder{opacity:.5}.textbox .textbox__content .textbox__input--disabled{opacity:.5}.textbox .textbox__content .textbox__display-password{position:absolute;right:16px;font-size:14px;color:var(--color-primary-blue-7, #013565);cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.textbox .textbox__content .textbox__max-length{color:#bebebe;font-size:12px;position:absolute;right:16px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.textbox .textbox__content:focus{box-shadow:0 4px 8px #eff6fd!important;border-color:#96c4ff}.textbox--error .textbox__content{border:1px solid var(--color-other-orange-7, #da3d34)}.textbox__error{font-weight:400;font-size:12px;color:#da3d34;padding:4px 0 0 16px;display:flex;flex-direction:row}.textbox--hidden *{opacity:0!important;margin-bottom:-90px!important}.textbox__sub{font-weight:400;font-size:12px;color:var(--color-other-wb-6, #5c5c5c);padding:4px 0 0 16px;display:flex;flex-direction:row}.success-payment-container{background-color:#fff;min-height:485px;max-height:515px;width:380px;border-radius:20px;pointer-events:auto;align-self:center}.success-payment-container-content{padding-top:50px}.success-payment-container-content-image{padding:0 57px}.success-payment-container-content-image img{width:100%}.success-payment-container-content-image__text{color:#49c36d;font-size:14px;font-weight:800;text-align:center;margin:20px 0}.success-payment-container-content-detail{display:flex;flex-direction:column;gap:10px;flex-grow:1;display:grid;grid-template-columns:1fr auto;column-gap:10px;padding:0 20px;font-size:14px}.success-payment-container-content-detail__start{color:#9d9d9d}.success-payment-container-content-detail__end{text-align:end;color:#252525}.success-payment-container-content-detail__end:nth-child(2) svg{margin-bottom:-2px;margin-left:5px}.success-payment-container-content-detail__end:last-child{font-size:18px;font-weight:800}.success-payment-container-content-footer{display:flex;justify-content:space-between;align-items:center;padding:10px 16px}.success-payment-container-content-footer__download{display:flex;align-items:center;gap:10px;color:#013565;fill:#013565;stroke:#013565}.success-payment-container-content-footer__download--hide{visibility:hidden}.success-payment-container-content-footer__btn{background-color:#013565;padding:8px 18px;display:flex;justify-content:center;align-items:center;border-radius:30px;color:#fff}.share-container{background-color:#fff;height:328px;width:512px;border-radius:20px;pointer-events:auto}.share-container-inner{padding:85px 81px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.share-container-inner-title{font-size:32px;font-weight:700}.share-container-inner-content{display:flex;justify-content:space-between;align-items:center;border:1px solid #d8d6de;border-radius:5px;height:38px;width:100%;font-size:12px;font-weight:400;padding:1px 10px;color:#b9b9c3}.share-container-inner-content-link{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:90%}.share-container-inner-footer{display:flex;gap:10px}.share-container-inner-footer .button{border-radius:8px;width:auto}@media screen and (min-width: 320px) and (max-width: 490px){.share-container{width:88vw;height:300px}.share-container .share-container-inner{padding:60px 45px}}.delete-container{background-color:#fff;width:512px;border-radius:20px;pointer-events:auto}.delete-container-content{padding:51px 67px 77px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.delete-container-content-title{font-size:32px;font-weight:700}.delete-container-content-footer{display:flex;gap:10px}.delete-container-content-footer .button{border-radius:8px;width:auto}@media screen and (min-width: 320px) and (max-width: 490px){.delete-container{width:88vw;height:300px}.delete-container-content{padding:37px 23px 63px}.delete-container-content-title{font-size:28px;font-weight:700}}.overlay .overlay-content:has(.image-container){display:flex;align-items:center;overflow:hidden}.image-container{border-radius:20px;pointer-events:auto}.image-container-content{padding:20px 10px 10px}.image-container-content img{width:100%;aspect-ratio:.8;object-fit:cover;object-position:center;border-radius:20px}@media screen and (max-width: 435px){.overlay-content:has(.image-container){overflow:hidden!important;height:410px;width:300px;border-radius:20px!important;padding:20px}.overlay-content .image-container{width:100%}}@media screen and (min-width: 436px) and (max-width: 768px){.overlay-content:has(.image-container){width:400px;height:550px;border-radius:20px!important}.overlay-content .image-container{max-width:400px}}@media screen and (min-width: 768px) and (max-width: 1180px){.overlay-content:has(.image-container){width:440px;height:570px;border-radius:20px!important}.overlay-content .image-container{width:440px}}@media screen and (min-width: 1181px) and (max-width: 1920px){.overlay-content:has(.image-container){max-height:650px;max-width:500px}}.promote-container{background-color:#fff;width:1000px;max-height:600px;border-radius:16px;pointer-events:auto;margin-top:60px}.promote-container-content{height:100%;display:grid;grid-template-columns:75% 25%;cursor:default!important}.promote-container-content-promote{padding:20px 30px}.promote-container-content-promote .shopping-cart-container-content-payment-btn,.promote-container-content-promote .shopping-cart-container-content-payment-title{display:none}.promote-container-content-promote .shopping-cart-container-content-payment-detail{margin-top:40px}.promote-container-content-promote .shopping-cart-container-content-payment-detail-tab-item{cursor:pointer!important}.promote-container-content-promote .shopping-cart-container-content-payment-detail-content{height:400px}.promote-container-content-promote-header{font-size:20px;font-weight:600;color:#013565;line-height:2;border-bottom:1px solid #bebebe}.promote-container-content-promote-detail{display:grid;grid-template-columns:1fr 1fr;font-size:14px;margin-top:20px;gap:10px}.promote-container-content-promote-detail-info-banner{display:flex;align-items:center;gap:28px}.promote-container-content-promote-detail-info-banner__image{width:120px;height:120px;flex:none}.promote-container-content-promote-detail-info-banner__image img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:16px}.promote-container-content-promote-detail-info-banner__name{word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;width:70%}.promote-container-content-promote-detail-info-form{margin-top:26px;padding-right:10px}.promote-container-content-promote-detail-info-form-header{color:#013565;font-weight:600}.promote-container-content-promote-detail-info-form-input{margin-top:30px}.promote-container-content-promote-detail-info-form-input-textbox{cursor:pointer}.promote-container-content-promote-detail-info-form-input-textbox input{padding:5px 20px!important}.promote-container-content-promote-detail-info-form-input-date{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:10px;cursor:pointer}.promote-container-content-promote-detail-info-form-input-date .date-picker-input{padding:5px 16px}.promote-container-content-promote-detail-info-form-input-date__wrp{position:relative}.promote-container-content-promote-detail-info-form-input-date__wrp--icon{position:absolute;right:15px;top:34px}.promote-container-content-promote-detail-tracking{max-height:500px;overflow-y:scroll}.promote-container-content-promote-detail-tracking::-webkit-scrollbar{width:4px}.promote-container-content-promote-detail-tracking::-webkit-scrollbar-thumb{border-radius:4px;background-color:#d9d9d9;box-shadow:0 0 1px #ffffff80;background-clip:padding-box}.promote-container-content-promote-detail-tracking-wrp{background:repeating-linear-gradient(to bottom,transparent 0 4px,#c3c3c3 0px 10px) 21px/1px 98% no-repeat}.promote-container-content-promote-detail-tracking__no-data{display:flex;justify-content:center;flex-direction:column;align-items:center;width:100%;height:100%}.promote-container-content-promote-detail-tracking__no-data img{width:200px;height:200px}.promote-container-content-promote-detail-tracking__no-data--text{color:#013565;font-weight:600;font-size:16px;margin-top:10px}.promote-container-content-summary{background-color:#efefef;padding:20px 30px;border-radius:0 16px 16px 0}.promote-container-content-summary-header{font-size:20px;font-weight:600;color:#013565;line-height:2;border-bottom:1px solid #bebebe}.promote-container-content-summary-detail{height:calc(100% - 45px);display:flex;flex-direction:column;justify-content:space-between}.promote-container-content-summary-detail-content{margin-top:40px;display:flex;flex-direction:column;gap:20px}.promote-container-content-summary-detail-content__price,.promote-container-content-summary-detail-content__charge,.promote-container-content-summary-detail-content__total{display:flex;justify-content:space-between;color:#000}.promote-container-content-summary-detail-content__price div:first-child,.promote-container-content-summary-detail-content__charge div:first-child,.promote-container-content-summary-detail-content__total div:first-child{color:#9d9d9d}.promote-container-content-summary-detail-footer{display:flex;justify-content:center;gap:10px}.promote-container-content-summary-detail-footer .button{border-radius:8px;width:86px;display:flex;justify-content:center}@media screen and (min-width: 320px) and (max-width: 767px){.promote-container{width:400px;border-radius:16px 16px 0 0;margin-top:25px}.promote-container-content{grid-template-columns:1fr}.promote-container-content-promote{padding:20px}.promote-container-content-promote-detail{grid-template-columns:1fr}.promote-container-content-promote-detail-tracking{height:140px}.promote-container-content-promote-detail-tracking__no-data img{width:100px;height:100px}.promote-container-content-summary{border-radius:0 0 16px 16px}.promote-container .shopping-payment-form-content-qr{height:82%}.promote-container .shopping-payment-form-content-creditcard{height:85%}.promote-container .shopping-payment-form-content-creditcard-number-textbox__number{width:46px;height:30px}.promote-container .shopping-payment-form-content-creditcard-detail__number,.promote-container .shopping-payment-form-content-creditcard-name__input{width:calc(100% - 34px)}}@media screen and (min-width: 768px) and (max-width: 1023px){.promote-container{width:540px;max-height:660px;border-radius:16px 16px 0 0;margin-top:25px}.promote-container-content{grid-template-columns:1fr}.promote-container-content-promote{padding:20px}.promote-container-content-promote-detail{grid-template-columns:1fr}.promote-container-content-promote-detail-tracking{height:200px}.promote-container-content-promote-detail-tracking__no-data img{width:100px;height:100px}.promote-container-content-summary{border-radius:0 0 16px 16px}.promote-container .shopping-payment-form-content-creditcard-number-textbox__number{width:52px}.promote-container .shopping-payment-form-content-creditcard-detail__number,.promote-container .shopping-payment-form-content-creditcard-name__input{width:calc(100% - 34px)}}@media screen and (min-width: 1024px) and (max-width: 1200px){.promote-container{width:940px;margin-top:50px}}.tracking-status-container{background-color:transparent;min-height:70px;display:grid}.tracking-status-container-card{display:flex;align-items:center}.tracking-status-container-card-dot{width:38px;height:38px;padding:2px;background-color:#e8f9ee;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:20px;flex:none}.tracking-status-container-card-dot-inner{width:14px;height:14px;border-radius:50%;background-color:#0ebc93}.tracking-status-container-card-detail{color:#b0b0b0;font-size:12px}.tracking-status-container-card-detail-ranking__rank{color:#000;font-size:16px;font-weight:500;margin-left:5px}.notifications{position:relative;display:flex;flex-direction:column}.notifications--page{padding:80px}.notifications--page .notifications-empty{gap:12px}.notifications--page .notifications-empty__desc{font-size:18px}.notifications__header{color:#013565;font-weight:500;text-align:left;font-size:48px;margin:0 0 24px}.notifications-icon{cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}.notifications-icon__alert{position:absolute;right:-3px;top:-3px;width:8px;height:8px;background-color:#d80027;border-radius:50%;border:1px solid white}.notifications-empty{display:flex;flex-direction:column;align-items:center;gap:0}.notifications-empty__desc{font-size:16px;color:#9d9d9d;margin-left:12px}.notifications-dropdown{position:absolute;right:-24px;top:54px;width:364px;background-color:#fff;border-radius:0 0 12px 12px;padding:10px 0;display:flex;flex-direction:column;box-shadow:0 2px 8px #00000026}.notifications-dropdown-header{display:flex;height:44px;align-items:center;font-size:12px;color:#9d9d9d}.notifications-dropdown-header__total{padding:10px;font-size:18px;font-weight:500;color:#013565}.notifications-dropdown-header__clear-button{text-decoration:underline;color:#013565;font-size:14px;padding:10px;cursor:pointer}.notifications-dropdown-footer{color:#0098ff;font-size:14px;text-decoration:underline;align-self:center;padding:10px;cursor:pointer}.notifications-dropdown__empty-state{align-self:center}.notifications-dropdown-item{display:flex;align-items:center;cursor:pointer;color:#013565;font-size:14px;padding:4px 20px;gap:8px}.notifications-dropdown-item:hover{background-color:#b7d7f180}.notifications-dropdown-item-icon{display:flex;height:36px;width:36px;align-items:center;justify-content:center}.notifications-dropdown-item-icon__image{width:100%;height:100%;border-radius:50%}.notifications-dropdown-item__name{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:44px}.notifications-dropdown-item-date{text-align:right;font-size:10px;color:#9d9d9d}.notifications-dropdown__separator{width:100%;height:1px;background-color:#efefef}.notifications-list-header{display:flex;height:44px;align-items:center;font-size:12px;color:#9d9d9d}.notifications-list-header__name,.notifications-list-header__total{padding:10px;font-size:22px;font-weight:800;color:#013565}.notifications-list-header__clear-button{text-decoration:underline;color:#013565;font-size:14px;padding:10px;cursor:pointer}.notifications-list-footer{color:#0098ff;font-size:14px;text-decoration:underline;align-self:center;padding:10px;cursor:pointer}.notifications-list__empty-state{align-self:center}.notifications-list-item{display:flex;align-items:center;cursor:pointer;color:#013565;font-size:14px;padding:4px 8px;gap:8px}.notifications-list-item:hover{background-color:#b7d7f180;border-radius:4px}.notifications-list-item-icon{display:flex;height:36px;width:36px;align-items:center;justify-content:center}.notifications-list-item-icon__image{width:100%;height:100%;border-radius:50%}.notifications-list-item__name{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:44px}.notifications-list-item-date{text-align:right;font-size:12px;color:#9d9d9d}.notifications-list__separator{width:100%;height:1px;background-color:#efefef}.notifications-content-header{display:flex;height:44px;align-items:center;font-size:12px;color:#9d9d9d}.notifications-content-header__total{padding:10px;font-size:22px;font-weight:800;color:#013565}.notifications-content-header__clear-button{text-decoration:underline;color:#013565;font-size:14px;padding:10px;cursor:pointer}.notifications-content-footer{color:#0098ff;font-size:14px;text-decoration:underline;align-self:center;padding:10px;cursor:pointer}.notifications-content__empty-state{align-self:center}.notifications-content-item{display:flex;align-items:center;cursor:pointer;color:#013565;font-size:14px;padding:4px 8px;gap:8px}.notifications-content-item-icon{display:flex;height:36px;width:36px;align-items:center;justify-content:center}.notifications-content-item-icon__image{width:100%;height:100%;border-radius:50%}.notifications-content-item__name{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:44px}.notifications-content-item-date{text-align:right;font-size:12px;color:#9d9d9d}.notifications-content__separator{width:100%;height:1px;background-color:#efefef}@media screen and (max-width: 435px){.notifications--page{padding:24px}.notifications__header{font-size:28px}}@media screen and (max-width: 1024px){.notifications--page{padding:24px}.notifications__header{font-size:28px}}.urbaan-header-content-menu{display:flex;background-color:#fff;flex-direction:column;width:140px;position:absolute;border-radius:6px;padding:10px;row-gap:18px}.urbaan-header-content-menu .urbaan-header-content-menu__logo{width:15.84px;height:15.84px}.urbaan-header-content-menu .urbaan-header-content-menu__text{font-size:14px;color:#013565}.skeleton{width:100%;position:relative;width:295px;min-height:440px;display:flex;flex-direction:column;box-shadow:0 10px 8px #0000000d;background-color:#fff;border-radius:20px}.skeleton__image{width:100%;height:295px;background-color:#d2dbe2;margin-bottom:16px}.skeleton__star-content{width:100%;background-color:#d2dbe2;height:22px;border-radius:10px;margin-bottom:16px}.skeleton__title-content{width:60%;background-color:#d2dbe2;border-radius:10px;height:14px;margin-bottom:8px}.skeleton__project-content{width:80%;background-color:#d2dbe2;border-radius:10px;height:14px;margin-bottom:8px}.skeleton__area-content{width:40%;background-color:#d2dbe2;border-radius:10px;height:14px}.skeleton-card{display:flex;gap:0 20px}.shimmer-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.shimmer{width:50%;height:100%;opacity:.2;background-color:#eeeeeef6;transform:skew(-20deg);animation:loader 1s linear infinite}@keyframes loader{0%{transform:translate(-150%)}50%{transform:translate(-60%)}to{transform:translate(150%)}}.combobox{display:flex;flex-direction:column;position:relative}.combobox *{font-size:14px;color:var(--color-other-wb-6, #5c5c5c);line-height:22px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.combobox__placeholder{opacity:.5}.combobox .combobox-label{font-size:13px;color:#333;margin:0 8px 1px;padding:0;line-height:25px;cursor:default}.combobox .combobox-selected{display:flex;flex-direction:row;border-radius:50px;border:1px solid #bebebe;padding:0 14px 0 24px;align-items:center;gap:4px;width:100%;box-sizing:border-box}.combobox .combobox-selected-selection{flex-grow:1;height:40px;display:flex;align-items:center;gap:8px;width:100%;box-sizing:border-box}.combobox .combobox-selected-selection__input{all:unset;flex-grow:1;padding:0 10px 0 0;box-sizing:border-box;width:100%}.combobox .combobox-selected-selection__input::placeholder{opacity:.5}.combobox .combobox-selected-selection-label{padding:2px 8px;border-radius:4px;background-color:#e8f0fb;display:flex;gap:0px;align-items:center;text-overflow:clip;white-space:nowrap}.combobox .combobox-selected-selection-label__span{color:#0098ff;font-size:13px!important}.combobox .combobox-selected-selection-label__remove{line-height:normal;margin-bottom:3px;color:#0098ff;font-size:16px;padding:0 8px}.combobox .combobox-selected-selection-list{display:flex}.combobox .combobox-selected__clear{font-size:12px;padding:0 6px 0 0;color:#0098ff}.combobox .combobox-selected__arrow{padding:0!important;opacity:.3;width:18px;transform:rotate(180deg)}.combobox .combobox-selected__arrow.combobox-selected__arrow--toggled{transform:rotate(0)}.combobox .combobox-options-scroller{position:absolute;width:calc(100% - 8px);left:4px;overflow:scroll;overflow-x:hidden;z-index:1;border-radius:10px;border:1px solid var(--color-other-wb-4, #bebebe);min-height:28px;max-height:235px;background-color:#fff;padding:0}.combobox .combobox-options-scroller .combobox-options{display:flex;flex-direction:column}.combobox .combobox-options-scroller .combobox-options .combobox-options__option{padding:10px 16px;display:flex;align-items:center}.combobox .combobox-options-scroller .combobox-options .combobox-options__option-checkbox,.combobox .combobox-options-scroller .combobox-options .combobox-options__option-icon{margin-right:8px}.combobox .combobox-options-scroller .combobox-options .combobox-options__option-label{flex:1}.combobox .combobox-options-scroller .combobox-options .combobox-options__option:hover,.combobox .combobox-options-scroller .combobox-options .combobox-options__option--selected{background-color:#e8f0fb}.combobox .combobox-options-scroller .combobox-options--with-label{top:78px}.combobox .combobox-footer,.combobox .combobox-footer *{padding:0}.combobox .combobox-footer .combobox-footer-error{font-weight:400;font-size:12px;color:#da3d34;padding:4px 0 0 16px;display:flex;flex-direction:row;line-height:normal!important}.combobox--error .combobox-label{color:#da3d34}.combobox--error .combobox-selected{border-color:#da3d34}.combobox .combobox__icon{display:flex;align-items:center;justify-content:center}.combobox .combobox__icon-leading{position:absolute;left:16px;margin-right:16px}.combobox .combobox__icon-trailing{position:absolute;right:16px}.combobox--multi .combobox__placeholder{padding-left:6px}.combobox--multi .combobox-selected{padding-left:18px}.combobox--multi .combobox-selected-selection{overflow:hidden}.combobox--disabled *{cursor:not-allowed!important}.combobox--disabled .combobox-label{cursor:default!important}.combobox--disabled .combobox-selected{opacity:.5}@media screen and (max-width: 768px){.combobox--multi .combobox-selected-selection{overflow:scroll}}.fileuploader-original{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.fileuploader{border:0;border-radius:30px;cursor:pointer;color:#fff;background:var(--color-primary-blue-7, #013565);display:flex;flex-direction:row;align-items:center;justify-content:center}.fileuploader *{cursor:pointer}.fileuploader .fileuploader-content{display:flex;align-items:center;justify-content:center;padding:9px 24px}.fileuploader .fileuploader-content .fileuploader-content__icon{display:flex;align-items:center;justify-content:center}.fileuploader .fileuploader-content span{font-size:14px;flex-grow:1;color:#fff}.plan-tag{font-size:10px;font-weight:400;padding:2px 8px;border-radius:30px;display:flex;align-items:center;justify-content:center}.plan-tag--trial{display:none}.plan-tag--freelancer,.plan-tag--business,.plan-tag--enterprise{color:#013565;background:linear-gradient(91.32deg,#f7e47a 1.27%,#ffb544 51.23%,#ff7821 98.56%)}.rating{display:flex;align-items:center;justify-content:center}.rating .MuiRating-icon{color:#013565}.rating--color__yellow .MuiRating-icon{color:#faaf00}.profile{display:grid;grid-template-columns:auto;grid-template-rows:auto auto 1fr;width:100%;position:relative;align-items:start}.profile-guest-mode{grid-row:1;grid-column:1;background-color:#013565;color:#fff;text-align:center;padding:10px;display:flex;gap:12px;align-items:center;justify-content:center;z-index:1;font-size:14px}.profile-guest-mode__exit{cursor:pointer;text-decoration:underline}.profile-banner{width:100%;max-height:320px;object-fit:cover;object-position:center;grid-row:2;grid-column:1}.profile-container{display:grid;grid-row:1/4;grid-column:1;grid-template-columns:auto 1fr}.profile-content{background-color:#fff;display:flex;flex-direction:column;height:auto;padding:20px;box-sizing:border-box;margin-top:320px}.profile-content .profile-content-followers{display:flex;gap:20px}.profile-content .profile-content-followers__item{width:44px;height:44px;border-radius:50%;object-fit:cover;object-position:center;cursor:pointer}.profile-content .profile-content-tabs-scroller{position:relative;height:64px}.profile-content .profile-content-tabs{flex-shrink:0;display:flex;flex-direction:row;margin:10px 0;gap:10px;flex-grow:1;position:absolute;top:0;bottom:0;overflow-y:auto;width:100%}.profile-content .profile-content-tabs .profile-content-tabs-tab{padding:12px 8px;font-size:14px;color:#9d9d9d;cursor:pointer;white-space:nowrap}.profile-content .profile-content-tabs .profile-content-tabs-tab--active{color:#013565;font-weight:500}.profile-content-projects{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;box-sizing:border-box}.profile-content-projects-work{cursor:pointer;width:100%;aspect-ratio:1;object-fit:cover;object-position:center;border-radius:10px}.profile-content-reviews{display:flex;flex-direction:column;margin-top:20px}.profile-content-reviews .profile-content-reviews__title{color:#013565;font-size:16px;font-weight:500;margin-bottom:20px}.profile-content-reviews .profile-content-reviews-list{display:flex;flex-direction:column;gap:24px}.profile-content-reviews .profile-content-reviews-list .profile-content-reviews-list-review{display:grid;grid-template-columns:auto auto 1fr auto;grid-template-rows:auto auto 1fr auto;padding:0 12px}.profile-content-reviews .profile-content-reviews-list .profile-content-reviews-list-review__avatar{grid-column:1;grid-row:1/3;height:42px;aspect-ratio:1;object-fit:cover;object-position:center;border-radius:50%;margin-right:12px;cursor:pointer}.profile-content-reviews .profile-content-reviews-list .profile-content-reviews-list-review__score{grid-column:2/4;grid-row:2;display:flex;align-items:center;margin-left:-3px}.profile-content-reviews .profile-content-reviews-list .profile-content-reviews-list-review__name{grid-column:2;grid-row:1;font-size:14px;font-weight:500;color:#121212}.profile-content-reviews .profile-content-reviews-list .profile-content-reviews-list-review__date{grid-column:3;grid-row:1;font-size:10px;font-weight:400;color:#9d9d9d;line-height:22px;margin-left:8px}.profile-content-reviews .profile-content-reviews-list .profile-content-reviews-list-review__message{grid-column:2/4;grid-row:3;color:#5c5c5c;font-size:14px;margin-top:4px}.profile-content-reviews .profile-content-reviews-list .profile-content-reviews-list-review-work{grid-row:1/5;grid-column:5;cursor:pointer;display:flex;align-items:center;margin-left:24px}.profile-content-reviews .profile-content-reviews-list .profile-content-reviews-list-review-work__image{width:110px;height:70px;border-radius:8px;object-fit:cover;object-position:center}.profile-content-reviews .profile-content-reviews-list .profile-content-reviews-list-review__separator{grid-column:1/6;grid-row:5;margin-top:24px;height:1px;background-color:#f3f3f6}.profile-card{grid-column:1;grid-row:1/3;display:flex;flex-direction:column;padding:40px 24px;background-color:#fff;border-radius:10px;box-shadow:4px 4px 4px #0000000d;width:320px;box-sizing:border-box;align-items:stretch;gap:8px;margin:180px 0 48px 60px;z-index:1;position:relative}.profile-card__loader{display:flex;flex-direction:column;align-items:center;align-self:center;gap:8px}.profile-card-picture{width:120px;height:120px;position:relative;align-self:center}.profile-card-picture__avatar{align-self:center;width:120px;height:120px;border-radius:50%;margin-bottom:10px;object-fit:cover;object-position:center}.profile-card-picture__company{position:absolute;left:-6px;top:-6px;height:36px;aspect-ratio:1;border-radius:1;border-radius:50%;border:2px solid #0098ff;cursor:pointer;background-color:#fff}.profile-card .profile-card-verification{display:flex;align-self:center;gap:8px}.profile-card .profile-card-status{align-self:center;padding:4px 6px;display:flex;flex-direction:row;align-items:center;border-radius:30px;gap:4px}.profile-card .profile-card-status .profile-card-status__desc{font-size:10px!important;font-weight:400;cursor:default;user-select:none}.profile-card .profile-card-status--pending{background:var(--color-other-yellow-2, #fff6bf)}.profile-card .profile-card-status--pending .profile-card-status__desc{color:var(--color-other-yellow-6, #d8be10)}.profile-card .profile-card-status--approved{background:var(--color-other-yellow-2, #bdf8cf)}.profile-card .profile-card-status--approved .profile-card-status__desc{color:var(--color-other-yellow-6, #49c36d)}.profile-card .profile-card-status--rejected{background:var(--color-other-yellow-2, #ffc39c)}.profile-card .profile-card-status--rejected .profile-card-status__desc{color:var(--color-other-yellow-6, #99440e)}.profile-card .profile-card-uid{align-self:center;color:var(--color-other-light-blue-5, #0098ff);font-size:10px;font-weight:400;padding:4px 8px;background-color:#0098ff1a;border-radius:30px}.profile-card .profile-card-name{align-self:center;margin:0;font-size:18px;font-weight:500;text-align:center}.profile-card .profile-card-location{align-self:center;display:flex;flex-direction:row}.profile-card .profile-card-links{align-self:center;display:flex;flex-direction:row;gap:8px}.profile-card .profile-card-links *{cursor:pointer}.profile-card .profile-card-links .profile-card-links-link{display:flex;flex-direction:row;gap:8px;align-items:center;padding:4px 8px}.profile-card .profile-card-links .profile-card-links-link .profile-card-links-link__text{font-size:14px;color:#013565}.profile-card .profile-card-statistics{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:20px}.profile-card .profile-card-statistics .profile-card-statistics__title,.profile-card .profile-card-statistics .profile-card-statistics__value{color:var(--color-other-wb-7, #4a4a4a);font-size:12px;font-weight:400}.profile-card .profile-card-statistics .profile-card-statistics__value{text-align:right}.profile-card .profile-card-statistics .profile-card-statistics-ratings{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;flex-grow:1;width:100%;gap:4px}.profile-card .profile-card-statistics .profile-card-statistics-ratings .profile-card-statistics-ratings__stars{display:flex;flex-direction:row;align-items:center;flex-grow:1;gap:2px}.profile-card-certs{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.profile-card-certs-header{display:flex;flex-direction:row;align-items:center}.profile-card-certs-header .profile-card-certs-header__title{margin:0;font-size:14px;flex-grow:1;font-weight:500}.profile-card-certs-header .profile-card-certs-header__add{cursor:pointer;width:16px;height:16px;padding:8px;margin-right:-8px}.profile-card-certs-header__toggler{font-size:14px;color:#444}.profile-card-certs-dbd{width:100%;display:flex;flex-direction:column;gap:8px}.profile-card-certs-dbd__image{width:100%;object-fit:cover;object-position:center;height:150px;cursor:pointer}.profile-card-certs__empty{font-size:14px;color:#9d9d9d}.profile-card-certs-lists{display:flex;flex-direction:column;gap:8px}.profile-card-certs-lists .profile-card-certs-lists-item{display:grid;grid-template-rows:auto auto auto auto;grid-template-columns:1fr auto}.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__status{display:flex;font-size:12px}.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__status--1{color:#d8be10}.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__status--2{color:#49c36d}.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__status--3{color:#99440e}.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__title{grid-row:2;grid-column:1;font-size:14px;color:#4a4a4a}.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__cta{grid-row:2;grid-column:2;display:flex;flex-direction:row;gap:4px;margin-right:-4px;align-items:center}.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__cta__look,.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__cta__edit,.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__cta__delete{width:20px;height:20px;padding:2px;border-radius:4px;cursor:pointer}.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__cta__look:hover,.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__cta__edit:hover,.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__cta__delete:hover{background-color:#0098ff1a}.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__cta__look{width:18px!important;height:18px!important;padding:4px}.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__desc{grid-row:3;grid-column:1/3;font-size:12px;color:#4a4a4a}.profile-card-certs-lists .profile-card-certs-lists-item .profile-card-certs-lists-item__issued-period{grid-row:4;grid-column:1/3;font-size:10px;color:#4a4a4a;margin-top:4px}.profile-card-certs-lists .profile-card-certs-lists-item-delete{display:flex;flex-direction:column;min-width:340px;max-width:1440px;box-sizing:border-box;padding:20px 30px;align-self:flex-start;background-color:#f9f9f9;border-radius:30px;position:absolute;top:30%;left:40%;align-items:center}.profile-card-certs-lists .profile-card-certs-lists-item-delete__header{font-size:24px;font-weight:500;margin:12px 0 0}.profile-card-certs-lists .profile-card-certs-lists-item-delete__action{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;margin-top:24px}.profile-card-certs-see-more{color:#013565;font-size:14px;font-weight:400;text-decoration-line:underline;align-self:center;padding:8px;cursor:pointer}.profile-card-certs__empty-desc{font-size:14px;color:#5c5c5c}.profile-card-certs-modal{display:flex;flex-direction:column;width:450px}.profile-card-certs-modal-form{display:grid;grid-template-columns:1fr 1fr;gap:20px}.profile-card-certs-modal-form__header{color:#013565;font-size:30px;font-weight:500;margin:0;grid-column:1/3}.profile-card-certs-modal-form__upload,.profile-card-certs-modal-form-skills,.profile-card-certs-modal-form__footer{grid-column:1/3}.profile-card-certs-modal-form__upload,.profile-card-certs-modal-form-skills{margin:20px 0}.profile-card-certs-modal-form-upload{display:flex;flex-direction:column;grid-column:1/3}.profile-card-certs-modal-form-upload__file{word-break:break-word}.profile-card-certs-modal-form__footer{display:flex;flex-direction:row-reverse}.profile-card-certs-modal-view{display:flex;flex-direction:column}.profile-card-certs-modal-view__title{color:#013565;font-size:28px;font-weight:500;margin:0 0 12px}.profile-card-certs-modal-view__sub{color:#013565;font-weight:500;font-size:18px;margin:0 0 8px}.profile-card-certs-modal-view__period{font-size:14px;color:#5c5c5c}.profile-card-certs-modal-view-url{display:flex;flex-direction:column;font-size:14px;margin:8px 0 0}.profile-card-certs-modal-view-url__title{font-weight:500;color:#013565}.profile-card-certs-modal-view-url__value{color:#5c5c5c}.profile-card-certs-modal-view-file{max-width:600px;margin:8px 0 0}.profile-card-certs-modal-view-file__title{font-weight:500;color:#013565}.profile-card-certs-modal-view-file__image{width:100%}.profile-card-bio{display:flex;flex-direction:column;gap:8px;margin:10px 0 16px}.profile-card-bio__header{margin:0;font-size:14px;flex-grow:1;font-weight:500}.profile-card-bio__desc{font-size:14px;color:#5c5c5c}.profile-card-plan{align-self:center;font-size:10px;font-weight:400;padding:4px 8px;border-radius:30px}.profile-card-plan--trial{display:none}.profile-card-plan--freelancer,.profile-card-plan--business,.profile-card-plan--enterprise{color:#013565;background:linear-gradient(91.32deg,#f7e47a 1.27%,#ffb544 51.23%,#ff7821 98.56%)}.profile-card-trial{position:absolute;top:24px;right:24px;width:28px;height:28px}.profile-card-trial__popup{z-index:2;display:flex;flex-direction:column;align-items:center}.profile-card-trial__popup__cta{all:unset;color:#0072bc;cursor:pointer;font-size:14px}.profile-card-trial__popup__cta:hover{text-decoration:underline}.profile-modal{display:flex;flex-direction:column;min-width:40vw;min-height:45vh;max-height:75dvh;max-width:800px;box-sizing:border-box;padding:20px 30px;align-self:flex-start;margin:0 auto}.profile-modal-close{display:flex;align-items:center;padding:10px;align-self:flex-end;color:#fff;gap:10px;cursor:pointer;font-size:18px}.profile-modal-content{display:flex;flex-direction:column;padding:10px;width:100%;min-height:600px;max-height:80vh;background-color:#fff;border-radius:20px}.profile-modal-content__header{font-weight:500;font-size:24px;padding:20px 0 0;color:var(--color-primary-blue-7, #013565)}.profile-modal-content__uploader{display:flex;flex-direction:row;width:100%;height:100%;min-height:500px!important}.profile-modal-content__uploader .cropper{flex-grow:1;min-height:500px;height:unset}.profile-modal-content__uploader .cropper img{width:100%;max-height:50dvh!important;object-fit:contain}.profile-modal-content__action{padding:5px 5px 0 0;display:flex;flex-direction:row-reverse}.profile-modal-content__active{max-height:unset;width:unset;display:flex;flex-direction:column;padding:10px;background-color:#fff;border-radius:20px}.profile-modal-content__active .profile-modal-content__uploader .cropper,.profile-modal-content__active .profile-modal-content__uploader{min-height:unset}.profile-project-owner-header{display:flex;flex-direction:row;justify-content:flex-end;font-size:14px;padding:8px 0}.profile-project-owner-header__chip{display:flex}.profile-project-owner-header-dropdown{position:relative;display:flex;color:var(--color-primary-blue-7, #013565);cursor:pointer;padding:5px 0}.profile-project-owner-header-dropdown__menu{display:flex;flex-direction:column;position:absolute;z-index:1;padding:15px;gap:10px;top:100%;right:0;background-color:#fff;box-shadow:0 2px 5px #0000001a;border-radius:8px;min-width:150px}.profile-project-owner-header__filter{cursor:pointer}.profile-project-owner__loader{display:flex;flex-direction:column}.profile-project-owner-lists-item-name{display:flex;align-items:stretch;margin:10px 0;gap:10px;text-overflow:ellipsis}.profile-project-owner-lists-item-name-banner{display:flex;align-items:center;width:84px;height:56px}.profile-project-owner-lists-item-name-banner__image{width:100%;height:100%;border-radius:10px;object-fit:cover;object-position:center;cursor:pointer}.profile-project-owner-lists-item-name-desc{display:flex;flex-direction:column;flex-grow:1;padding:4px 0;justify-content:center}.profile-project-owner-lists-item-name-desc__name{font-size:14px;padding-left:2px;color:#222;max-width:300px}.profile-project-owner-lists-item-name-desc-statistics{display:flex;align-items:center;gap:6px}.profile-project-owner-lists-item-name-desc-statistics-item{display:flex;flex-direction:row;align-items:center;gap:2px}.profile-project-owner-lists-item-name-desc-statistics-item__icon{opacity:.5}.profile-project-owner-lists-item-name-desc-statistics-item__value{font-size:14px;color:#767676;opacity:.6}.profile-project-owner-lists-promote{display:flex;flex-direction:column}.profile-project-owner-lists-promote__price{font-weight:400;color:var(--color-other-wb-10, #121212)}.profile-project-owner-lists-promote__date{color:var(--color-other-wb-5, #9d9d9d);font-size:12px;width:100%}.profile-project-owner-lists-footer__pagination{display:flex}.profile-project-owner-lists-footer__button{display:none}.profile-project-owner-lists-type{display:flex;align-items:center}.profile-project-owner-lists-type__chip{font-size:12px;padding:3px 9px;border-radius:14px;border:1px solid}.profile-project-owner-lists-type__chip--1{color:#008ffd;border-color:#008ffd}.profile-project-owner-lists-type__chip--3{color:#3aaa5c;border-color:#3aaa5c}.profile-project-owner-lists-type__chip--2{color:#fd0098;border-color:#fd0098}.profile-project-owner-lists-actions{display:flex;flex-direction:row;align-items:center;gap:4px}.profile-project-owner-lists-actions-action{cursor:pointer}.profile-project-owner-lists-actions-action--disable{cursor:default;opacity:.2}.profile-project-owner-lists-collaborators{display:flex;flex-direction:row;gap:8px}.profile-project-owner-lists-collaborators-user{width:36px;height:36px;object-fit:cover;object-position:center;border-radius:50%}.profile-project-owner-delete,.profile-project-owner-copy{display:flex;flex-direction:column;min-width:340px;max-width:1440px;box-sizing:border-box;padding:20px 30px;align-self:flex-start;background-color:#f9f9f9;border-radius:30px;position:absolute;top:30%;left:40%;align-items:center}.profile-project-owner-delete__header,.profile-project-owner-copy__header{font-size:24px;font-weight:500;margin:12px 0 0}.profile-project-owner-delete__action,.profile-project-owner-copy__action{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;margin-top:24px}.profile-project-owner-copy .textbox{min-width:300px;width:100%;max-width:100%}.profile-edit{display:flex;flex-direction:column}.profile-edit-banner{position:relative;height:320px}.profile-edit-banner__image{position:absolute;left:0;width:100%;height:320px;object-fit:cover;object-position:center}.profile-edit-banner__upload{position:absolute;right:0;bottom:0;padding:20px 40px}.profile-edit-tabs{display:flex;gap:10px;padding:20px 40px}.profile-edit-tabs__tab{padding:8px 10px;font-size:14px;color:#9d9d9d;cursor:pointer}.profile-edit-tabs__tab--active{color:#013565;font-weight:500}.profile-edit-profile{display:flex;flex-direction:row}.profile-edit-profile-avatar-section{display:flex;flex-direction:column;align-items:center;padding:20px 40px}.profile-edit-profile-avatar-section .profile-edit-profile-avatar-section__avatar{width:120px;height:120px;border-radius:50%;margin-bottom:16px;object-fit:cover;object-position:center}.profile-edit-profile-info-section{flex-grow:1;border-left:1px solid rgb(190,190,190);padding:20px 40px}.profile-edit-profile-info-section__section{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;row-gap:8px;margin-bottom:24px}.profile-edit-profile-info-section-header{color:var(--color-primary-blue-7, #013565);font-size:14px;font-weight:500;margin:0 0 12px;grid-column:1/3}.profile-edit-profile-info-section-address-address__street-address,.profile-edit-profile-info-section-address-address__apt{grid-column:1/3}.profile-edit-profile-info-section-password .textbox{grid-column:1}.profile-edit-profile-info-section__trailing-icon{display:flex;align-items:center;gap:10px;cursor:pointer}.profile-edit-profile-info-section__trailing-icon *{cursor:pointer}.profile-edit-profile-info-section__trailing-icon span{color:#013565;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px}.profile-edit-profile-info-section-cta{display:flex;flex-direction:row-reverse;gap:18px}.profile-edit-profile-plan{display:flex;flex-direction:column}.profile-edit-profile-plan__title{font-size:14px;color:#333;margin:0 8px}.profile-edit-profile-plan-content{display:flex;border-radius:50px;border:1px solid var(--color-other-wb-4, #bebebe);align-items:center;height:40px;padding-left:16px;padding-right:16px}.profile-edit-profile-plan-content__value{flex-grow:1;font-size:14px;color:#5c5c5c}.profile-edit-password{display:flex;flex-direction:column;padding:20px 40px;gap:12px;max-width:400px}.profile-edit-password__header{color:#013565;font-size:18px;font-weight:500;margin:0 0 12px;grid-column:1/3}.profile-edit-password-cta{display:flex;gap:12px;margin-top:20px}.profile-edit-billing{display:flex;flex-direction:row;margin-bottom:28px}.profile-edit-billing-tabs{display:flex;flex-direction:column;gap:10px;padding:20px 40px;min-width:220px;box-sizing:border-box;border-right:1px solid rgba(190,190,190,.5)}.profile-edit-billing-tabs__tab{padding:8px 10px;font-size:14px;color:#9d9d9d;cursor:pointer}.profile-edit-billing-tabs__tab--active{color:#013565;font-weight:500}.profile-edit-billing-content{padding:20px 40px;flex:1}.profile-edit-billing__heading{font-weight:500;font-size:20px;color:#013565;margin:0 4px;flex:1}.profile-edit-billing-account{width:100%;display:flex;flex-direction:column;align-items:stretch}.profile-edit-billing-account-header{width:100%;display:flex}.profile-edit-billing-account-list-item-bank{display:flex;align-items:center;gap:8px;color:#121212;font-size:14px}.profile-edit-billing-account-list-item-actions{cursor:pointer;display:flex;width:44px;height:44px;align-items:center;justify-content:center}.profile-edit-billing-account-content-exist-account{display:flex;flex-direction:column;gap:20px;cursor:pointer}.profile-edit-billing-account-content-exist-account__item{flex-direction:row;padding-bottom:20px;border-bottom:1px solid #bebebe;width:100%;flex-grow:1}.profile-edit-billing-account-modal{display:flex;flex-direction:column}.profile-edit-billing-account-modal__header{color:#013565;font-size:24px;font-weight:500;margin-bottom:0}.profile-edit-billing-account-modal__heading3{color:#013565;font-size:14px;font-weight:500;margin:0}.profile-edit-billing-account-modal-info{display:flex;flex-direction:column;gap:12px}.profile-edit-billing-account-modal-info-row{display:flex;justify-content:space-between;font-size:14px;color:#121212;margin:0 8px}.profile-edit-billing-account-modal-info-row__value{color:#5c5c5c}.profile-edit-billing-account-modal-footer{display:flex;flex-direction:row-reverse;margin-top:48px}.profile-edit-billing-account-delete{display:flex;flex-direction:column;min-width:340px;max-width:1440px;box-sizing:border-box;padding:20px 30px;align-self:flex-start;background-color:#f9f9f9;border-radius:30px;position:absolute;top:30%;left:40%;align-items:center}.profile-edit-billing-account-delete__header{font-size:24px;font-weight:500;margin:12px 0 0}.profile-edit-billing-account-delete__action{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;margin-top:24px}.profile-edit-billing-payment{display:flex;flex-direction:column;gap:24px}.profile-edit-billing-payment-form{display:flex;flex-direction:column;max-width:500px;width:100%;gap:32px;align-items:flex-start}.profile-edit-billing-payment-form-content{display:flex;flex-direction:column;gap:6px}.profile-edit-billing-payment-form-carddetail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-followers-list-user{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr 1fr;padding:8px 0}.profile-followers-list-user__avatar{width:40px;height:40px;object-fit:cover;object-position:center;border-radius:50%;grid-row:1/3;margin-right:10px;align-self:center}.profile-followers-list-user__name{font-size:14px;color:#121212}.profile-followers-list-user__plan{font-size:12px;color:#9d9d9d}.profile-followers-list-user-actions{display:flex;gap:10px}.profile-followers-list-user-actions__item{display:flex;align-items:center;font-size:14px;color:#013565;padding:10px;cursor:pointer}.profile-followers-list-user-actions__item:hover{font-weight:500}.profile-collections-list{display:flex;flex-wrap:wrap;flex-direction:row;gap:20px}.profile-collections-list-item{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;cursor:pointer}.profile-collections-list-item *{cursor:pointer}.profile-collections-list-item-preview{border:1px solid #9d9d9d;border-radius:10px;padding:10px;display:grid;grid-template-columns:repeat(2,calc(50% - 5px));grid-template-rows:repeat(2,calc(50% - 5px));gap:10px;width:230px;height:212px}.profile-collections-list-item-preview__banner{width:100%;height:100%;object-fit:cover;object-position:center}.profile-collections-list-item__name{font-size:14px;color:#252525;margin-top:10px;text-align:center}.profile-collections-view{display:flex;flex-direction:column}.profile-collections-view-return{display:flex;gap:8px;align-items:center;padding:12px 0;color:#013565;font-size:16px;cursor:pointer}.profile-collections-view-list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px}.profile-collections-view-list-item{display:flex;width:240px;height:210px}.profile-collections-view-list-item__banner{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:10px}.profile-likes .table-container{max-width:1440px;width:100%;overflow:scroll}.profile-likes-list-project{display:flex;align-items:center;gap:12px;padding:0}.profile-likes-list-project__banner{width:70px;height:50px;border-radius:8px;object-fit:cover;object-position:center;margin:12px 0}.profile-likes-list-project__banner--inactive{opacity:.3}.profile-likes-list-project__name{font-size:14px;color:#121212;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-likes-list-project__name--inactive{opacity:.3}.profile-likes-list-project__alert{font-size:11px;color:red;opacity:1!important}.profile-likes-list-user{display:flex;align-items:center;gap:10px}.profile-likes-list-user__avatar{width:36px;height:36px;aspect-ratio:1;object-fit:cover;object-position:center;border-radius:50%;grid-row:1/3}.profile-likes-list-user__name{font-size:14px;color:#333}.profile-likes-list-user__plan{font-size:12px;color:#9d9d9d}.profile-likes-list-user-actions{display:flex;gap:10px}.profile-likes-list-user-actions__item{font-size:14px;color:#013565;padding:10px;cursor:pointer}.profile-likes-list-user-actions__item:hover{font-weight:500}.profile-likes-list-apps{display:flex;align-items:center;gap:8px}.profile-likes-list-actions{display:flex;flex-direction:row;align-items:center;gap:8px}.profile-likes-list-actions *{cursor:pointer}.profile-likes--mobile .profile-followers-list-user{grid-template-columns:1fr!important}.profile-likes--mobile .profile-followers-list-user__name,.profile-likes--mobile .profile-followers-list-user__plan{display:none}.profile-share{display:flex;flex-direction:column}.profile-share__header{color:#013565;font-size:24px;font-weight:500;margin:0 0 24px}.profile-share-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;row-gap:24px}.profile-share-list-item{display:flex;flex-direction:column;align-items:center;color:#bebebe;font-size:14px;gap:8px}.profile-share-list-item__border{height:48px;width:48px;border-radius:50%;border:1px solid #bebebe;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-share-list-item__icon{height:48px;width:48px;cursor:pointer;border-radius:50%}.profile-share-list-item__icon--small{height:26px;width:26px}.profile-members-header{display:flex;justify-content:space-between}.profile-members-lists-info{display:flex;gap:12px;font-size:14px;align-items:center}.profile-members-lists-info__avatar{height:36px;aspect-ratio:1;border-radius:50%}.profile-members-lists-role{font-size:12px;padding:4px 12px;border-radius:16px}.profile-members-lists-role--member{background-color:#bdf8cf;color:#26703c}.profile-members-lists-role--admin{background-color:#ffc39c;color:#99440e}.profile-members-lists-role--owner{background-color:#cbb5f4;color:#5000ef}.profile-members-lists-role--support{background-color:#b7d7f1;color:#008ffd}.profile-members-lists-actions{display:flex;align-items:center;gap:4px}.profile-members-lists-actions__action{display:flex;height:26px;aspect-ratio:1;align-items:center;justify-content:center;cursor:pointer}.company-new-user{display:grid;grid-template-columns:1fr 1fr;column-gap:16px;row-gap:8px;width:600px}.company-new-user__title{font-size:24px;font-weight:500;margin:0 0 18px}.profile-project-owner-list-actions{display:flex;flex-direction:row;align-items:center;gap:8px}.profile-project-owner-list-actions-action{display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-purchases .table-container{max-width:1440px;width:100%;overflow:scroll}.profile-purchases-list-project{display:flex;align-items:center;gap:12px;padding:0}.profile-purchases-list-project__banner{width:70px;height:50px;border-radius:8px;object-fit:cover;object-position:center;margin:12px 0}.profile-purchases-list-project__banner--inactive{opacity:.3}.profile-purchases-list-project__name{font-size:14px;color:#121212;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-purchases-list-project__name--inactive{opacity:.3}.profile-purchases-list-project__alert{font-size:11px;color:red;opacity:1!important}.profile-purchases-list-user{display:flex;align-items:center;gap:10px}.profile-purchases-list-user__avatar{width:36px;height:36px;aspect-ratio:1;object-fit:cover;object-position:center;border-radius:50%;grid-row:1/3}.profile-purchases-list-user__name{font-size:14px;color:#333}.profile-purchases-list-user__plan{font-size:12px;color:#9d9d9d}.profile-purchases-list-user-actions{display:flex;gap:10px}.profile-purchases-list-user-actions__item{font-size:14px;color:#013565;padding:10px;cursor:pointer}.profile-purchases-list-user-actions__item:hover{font-weight:500}.profile-purchases-list-apps{display:flex;align-items:center;gap:8px}.profile-purchases-list-actions{display:flex;flex-direction:row;align-items:center;gap:8px}.profile-purchases-list-actions *{cursor:pointer}.profile-purchases--mobile .profile-followers-list-user{grid-template-columns:1fr!important}.profile-purchases--mobile .profile-followers-list-user__name,.profile-purchases--mobile .profile-followers-list-user__plan{display:none}@media screen and (max-width: 1024px){.profile-container{display:flex;flex-direction:column;max-width:100vw}.profile-container .profile-card{width:auto!important;max-width:none;margin:60px 60px 20px}.profile-container .profile-content{margin:0;padding:20px 40px}.profile{grid-template-columns:auto}.profile-project-owner-lists-footer__pagination{max-width:100vw;height:3rem}.profile-project-owner-delete,.profile-project-owner-copy{width:50%;left:25%;top:30%;padding:3rem}}@media screen and (max-width: 907px){.profile-edit-profile{flex-direction:column!important;gap:20px;align-items:center!important;padding:20px!important}.profile-edit-profile-avatar-section{width:100%;padding:0}.profile-edit-profile-info-section{width:100%;padding:0;border-left:unset!important}.profile-edit-profile-info-section__section{display:flex!important;flex-direction:column}.profile-edit-profile-info-section-info,.profile-edit-profile-info-section-address,.profile-edit-profile-info-section-account{padding:20px}.profile-edit-profile-info-section-header{color:var(--color-primary-blue-7, #013565);font-size:14px;font-weight:500;margin:0 0 12px;grid-column:1/3}.profile-edit-profile-info-section-address-address__street-address,.profile-edit-profile-info-section-address-address__apt{grid-column:unset!important}.profile-edit-profile-info-section-password .textbox{grid-column:1}.profile-edit-profile-info-section__trailing-icon{display:flex;align-items:center;gap:10px;cursor:pointer}.profile-edit-profile-info-section__trailing-icon *{cursor:pointer}.profile-edit-profile-info-section__trailing-icon span{color:#013565;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.profile-edit-profile-info-section-cta{display:flex;flex-direction:row-reverse;gap:18px}.profile-content-projects{gap:8px}.profile-collections-list{flex-direction:column}.profile-collections-list-item-preview{width:auto}.profile-project-owner-delete,.profile-project-owner-copy{width:80%;left:10%;top:30%;padding:3rem}.profile-project-owner-delete p,.profile-project-owner-copy p{font-size:16px}}@media screen and (max-width: 600px){.profile-guest-mode{flex-direction:column;gap:0}.profile-edit-tabs{box-shadow:0 2px 8px #00000026;padding:12px}.profile-edit-bank-account{flex-direction:column}.profile-edit-bank-account-tabs{flex-direction:row;padding:12px}.profile-edit-bank-account-payment{padding:0 12px}}@media screen and (max-width: 430px){.profile-banner{height:320px}.profile-card{margin-left:24px!important;margin-right:24px!important}.profile-card-certs-modal{width:100%}.profile-content{padding-left:18px!important;padding-right:18px!important}.profile-project-owner-delete,.profile-project-owner-copy{width:80%;left:10%;top:30%;padding:3rem}.profile-project-owner-delete p,.profile-project-owner-copy p{font-size:16px}.profile-modal{padding:20px 50px;max-height:80dvh}.profile-modal-content{min-height:500px;max-height:80dvh;width:unset}.profile-modal-content__uploader{min-height:450px!important}.profile-modal-content__uploader .cropper{min-height:100%}.profile-modal-content__action{padding:5px 5px 0 0}.profile-modal-content__active .profile-modal-content__uploader{min-height:100px!important}.profile-project-owner-lists-footer__pagination{height:5rem;justify-content:center}}.textarea{min-height:180px;display:flex;flex-direction:column;position:relative}.textarea__label{font-size:14px;color:#333;margin:0 8px}.textarea--error .textarea-control{border-color:#da3d34}.textarea-container{position:relative;display:flex;flex-direction:column}.textarea-control{all:unset;flex-grow:1;width:100%;border-radius:20px;box-sizing:border-box;border:1px solid #bebebe;padding:10px 16px;font-size:14px;color:#5c5c5c;word-break:break-word;min-height:180px;background-color:#fff}.textarea-control::placeholder{color:#5c5c5c;opacity:.5}.textarea__max-length{color:#bebebe;font-size:12px;position:absolute;right:16px;bottom:16px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.textarea__error{font-weight:400;font-size:12px;color:#da3d34;padding:4px 0 0 16px;display:flex;flex-direction:row}.image-upload{height:100%;width:100%}.image-upload-file-uploader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100% - 2px);width:calc(100% - 2px);box-sizing:border-box;border-radius:20px;border:2px dashed var(--color-primary-blue-7, #013565);gap:1rem;padding:1.5rem 1rem 1rem}.image-upload-file-uploader--highlight{border-color:#013565}.image-upload-file-uploader__info{color:#9d9d9d;text-align:center;margin:0;box-sizing:border-box;padding:0 12px;font-size:14px}.image-upload-file-uploader__limit{color:#0098ff}.image-upload-file-uploader__input-trigger{font-weight:500;color:#013565;cursor:pointer}.image-upload-gallery-scroller{flex:1;display:flex;overflow-x:scroll;overflow-y:hidden;width:600px}.image-upload-gallery{display:flex;flex-direction:row;gap:20px;height:130px}.image-upload-gallery-image{position:relative;width:190px;height:130px;cursor:pointer}.image-upload-gallery-image__preview{width:100%;height:100%;background-size:contain;border-radius:8px}.image-upload-gallery-image__trash{position:absolute;right:5px;top:5px;cursor:pointer;padding:3px 4.5px}.image-upload-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.cropper{display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box;position:relative}.cropper .rc-slider-handle{background-color:var(--color-primary-blue-7, #013565);border:var(--color-primary-blue-7, #013565)}.cropper .rc-slider-handle-dragging{border-color:var(--color-primary-blue-7, #013565)!important;box-shadow:0 0 0 5px #013565!important}.cropper .rc-slider-track{background-color:var(--color-primary-blue-7, #013565)}.cropper-image-picker{display:flex;flex-direction:column;height:100%;box-sizing:border-box}.cropper-image-picker-action{position:absolute;top:-.5rem;right:-.5rem;width:1rem;height:1rem;z-index:5;cursor:pointer;background-color:red;border-radius:50%;padding:4px}.cropper-image-picker-action #Vector,.cropper-image-picker-action #Vector_2,.cropper-image-picker-action #Vector_3{fill:#fff}.cropper-recent-image{display:flex;flex-direction:column;max-height:100%;padding:10px}.cropper-recent-image p{font-size:14px;font-weight:800;color:#013565}.cropper-recent-image-list{display:flex;flex-direction:row;width:100%;height:8vh;justify-content:space-between}.cropper-recent-image-list .swiper{height:100%;width:100%;max-width:20vw;z-index:0}.cropper-recent-image-list__content{display:flex;flex-direction:row;width:100%;height:100%}.cropper-recent-image-list__content img{width:100%;height:100%;border-radius:5px;cursor:pointer}.cropper-recent-image-list-previous-button,.cropper-recent-image-list-next-button{display:flex;position:relative;user-select:none;top:calc(50% - 15px);cursor:pointer}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}/*!
* Cropper.js v1.5.13
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2022-11-20T05:30:43.444Z
*/.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{inset:0;position:absolute}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.c-table{width:100%;text-align:left;border-collapse:collapse;border-radius:1em}.c-table-container,.c-table-container__content{border-radius:10px;max-width:1440px}.c-table-container__content-border{border-top-left-radius:10px;border-top-right-radius:10px;max-width:1440px;overflow-x:auto}.c-table .c-table__header{align-items:center;height:50px}.c-table .c-table__header th{padding:0 10px}.c-table .c-table__header tr:first-child th:first-child{border-top-left-radius:10px}.c-table .c-table__header tr:first-child th:last-child{border-top-right-radius:10px}.c-table .c-table-records__record{align-items:center}.c-table th,.c-table td{text-align:center;white-space:normal}.c-table th{color:#9d9d9d}.c-table td:first-child,.c-table th:first-child{padding:0!important;width:18px;text-align:center}.c-table .c-table-records__footer{padding-right:18px;white-space:nowrap;color:#7f7f7f}.c-table .c-table__header label{font-style:normal;font-weight:400;font-size:12px;line-height:150%}.c-table thead:after{line-height:8px;display:block}.c-table tbody .c-table-records__record--loading td:first-child,.c-table tbody .c-table-records__record--loading td:last-child{display:none}.c-table tbody.c-table-body-enable-selection .c-table-records__record--loading td:first-child{display:block}.c-table tbody .c-table-records__record td{padding:0 10px}.c-table .c-table-records{border-top-left-radius:0;border-top-right-radius:0}.c-table .c-table-records .c-table-records__skeleton{cursor:progress!important;margin:0;max-width:256px}.c-table .c-table-records .c-table-records__record--loading:hover{background-color:#fff!important}.c-table .c-table-records .c-table-records__record--empty{height:128px!important}.c-table .c-table-records .c-table-records__record--empty td div{display:flex;justify-content:center;flex-direction:column;align-items:center;padding:12px 0}.c-table .c-table-records .c-table-records__record--empty td div svg{opacity:.3}.c-table .c-table-records .c-table-records__record--empty td div span{font-size:16px;color:#9d9d9d;margin-top:-8px}.c-table .c-table-records .c-table-records__record--empty td div img{width:88px;height:88px}.c-table .c-table-records .c-table-records__record--empty *{cursor:default!important}.c-table .c-table-records .c-table-records__record--empty:hover{background-color:#fff!important}.c-table .c-table-records .c-table-records__record{height:48px}.c-table .c-table-records .c-table-records__record>td>*{vertical-align:middle}.c-table .c-table-records .c-table-records__record:hover{background-color:#e2e4ea80}.c-table .c-table-records .c-table-records__record:hover .c-table-records-more__right{transform:translate3d(6px,0,0);opacity:0}.c-table .c-table-records .c-table-records__record:hover .c-table-records-more__left{transform:translate3d(6px,0,0);opacity:1}.c-table .c-table-records .c-table-records__record--selected,.c-table .c-table-records .c-table-records__record--selected:hover{background-color:#b7d7f1 3f}.c-table .c-table-records .c-table-records__checkbox{justify-self:center;align-self:center}.c-table .c-table-records .c-table-records__checkbox *{min-width:36px}.c-table .c-table-records .c-table-records-more{position:relative}.c-table .c-table-records .c-table-records-more .c-table-records-more__right,.c-table .c-table-records .c-table-records-more .c-table-records-more__left{position:absolute;opacity:.5;right:0;top:calc(50% - 5px);transition:all .3s ease-out}.c-table .c-table-records .c-table-records-more .c-table-records-more__left{right:6px;opacity:0}.c-table .c-table-records label{overflow:hidden;text-overflow:ellipsis;font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#121212;margin:0}.c-table-records__record--viewable,.c-table-records__record__label--viewable{cursor:pointer}.c-table-header__label--sort{cursor:pointer;user-select:none;transition:all ease-in .1s}.c-table-header__label--sort *{cursor:pointer}.c-table-header__label--sort:hover{background-color:#275aa495!important}.c-table-header__icon--sort{margin-left:16px;position:absolute;top:50%;translate:0 -50%}.c-table-records-more .c-table-records-more-icon-tooltip{position:absolute;right:16px}.c-table-records-column--small-size label{display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;line-height:180%!important}.c-table-records-column--medium-size label{display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:180%!important}.c-table-records-column--max-size label{display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:180%!important}.c-table-records-column--medium-size,.c-table-records-column--max-size{margin-top:9px;margin-bottom:9px}.c-table-container--scrollable.c-table-container,.c-table-container--scrollable .c-table-container__content,.c-table-container--scrollable .c-table-container__content-border,.c-table-container--scrollable .c-table{height:100%}.c-table-container--scrollable.c-table-container--second-pagination .c-table-container__content,.c-table-container--scrollable.c-table-container--second-pagination .c-table-container__content-border{height:calc(100% - 44px)}.c-table-container--scrollable .c-table{position:relative;overflow-y:auto}.c-table-container--scrollable .c-table .c-table__header{position:sticky;top:0}.c-table-container--scrollable .c-table-records__record--empty{position:relative}.c-table-container--scrollable .c-table-records__record--empty td,.c-table-container--scrollable .c-table .c-table-records .c-table-records__record--empty td div{width:100%;height:100%;min-height:0}.c-table-numbered-text{font-family:IBM Plex Mono,monospace;font-size:14px}.c-table-records .c-table-records__record:nth-last-child(2) td:nth-child(2){border-bottom-left-radius:10px}.c-table-records__nested-record-block:not(:last-child){border-right:1px solid #eaf0fa}.c-table--disable-box-shadow{box-shadow:none}.c-secondary-pagination{display:flex;justify-content:space-between;font-style:normal;font-size:14px;height:44px}.c-secondary-pagination__button{border:none;background-color:inherit;outline:none;display:flex;align-items:center;border-radius:4px;height:24px;width:40px;justify-content:center;cursor:pointer;user-select:none}.c-secondary-pagination__button:disabled{cursor:default}.c-secondary-pagination__button:hover{background-color:#f6fdff;border-radius:8px}.c-secondary-pagination__pagination{display:flex;gap:0px 4px;align-items:center}.c-secondary-pagination__pagination-group{display:flex;gap:0px 10px}.c-secondary-pagination__pagination-button{background-color:inherit;border:0;padding:4px 10px;cursor:pointer;user-select:none}.c-secondary-pagination__pagination-button:hover{background-color:#f6fdff;border-radius:8px}.c-secondary-pagination__pagination-button:hover>span{color:#285fc9}.c-secondary-pagination__input{width:30px;border-radius:5px;border:1px solid #454545;padding-left:5px;font-size:12px;outline:none}.c-secondary-pagination__button-name{color:#b3b3b3;font-style:normal;font-size:14px}.c-secondary-pagination__button-name--focus{color:#285fc9;font-style:normal;font-size:14px}.c-secondary-pagination__selection{border:1px solid #a5a5a5;border-radius:4px;color:#999;font-size:14px;margin-left:4px;height:24px;outline:none}.c-secondary-pagination__option{color:#999;font-size:14px}.c-secondary-pagination__label{height:100%;display:flex;align-items:center;font-size:14px;color:#7f7f7f}.c-secondary-pagination__select-group{display:flex;gap:0px 4px;height:100%;align-items:center}.c-secondary-pagination__range{font-style:normal;font-weight:500;font-size:14px;color:#7f7f7f;padding-left:16px;width:max-content}@media screen and (max-width: 430px){.c-secondary-pagination{flex-direction:column-reverse;height:100%}}.login{background-color:#fff;border-radius:40px;display:flex;flex-direction:column;align-items:center;padding:20px 30px 40px}.login .login-header{color:var(--color-primary-blue-7, #013565);text-transform:uppercase;font-size:58px;font-weight:800;margin:20px 0 80px}.login .login-remember{display:flex;flex-direction:row}.login .login-remember .login-remember__checkbox{flex:1;display:flex;align-items:center}.login .login__socials{display:flex;flex-direction:row;gap:16px;margin:24px 0}.login .login__socials .login__socials-link{all:unset;display:flex;width:48px;height:48px;justify-content:center;align-items:center;cursor:pointer}.login .login__switch{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:14px}.login-form{display:flex;flex-direction:column;gap:12px}.signup-form__password-strength{height:36px}.signup-form__password-strength .signup-form__password-strength-bar{width:300px;height:6px;background-color:#efefef;border-radius:3px}.signup-form__password-strength .signup-form__password-strength-bar .signup-form__password-strength-bar__progress{height:100%;border-radius:3px}.signup-form__password-strength .signup-form__password-strength-bar--1 .signup-form__password-strength-bar__progress{background-color:red}.signup-form__password-strength .signup-form__password-strength-bar--2 .signup-form__password-strength-bar__progress{background-color:#f29766}.signup-form__password-strength .signup-form__password-strength-bar--3 .signup-form__password-strength-bar__progress{background-color:#d8be10}.signup-form__password-strength .signup-form__password-strength-bar--4 .signup-form__password-strength-bar__progress{background-color:#3acd03}.signup-form__password-strength .signup-form__password-strength-desc{font-size:14px;font-weight:800;margin-top:8px}.signup-form__password-strength .signup-form__password-strength-desc--1{color:red}.signup-form__password-strength .signup-form__password-strength-desc--2{color:#f29766}.signup-form__password-strength .signup-form__password-strength-desc--3{color:#d8be10}.signup-form__password-strength .signup-form__password-strength-desc--4{color:#3acd03}.forgot-password{display:flex;flex-direction:column;align-items:center}.forgot-password-header{font-size:28px;font-weight:500;color:#013565;text-align:center;margin:14px 0}.forgot-password .forgot-password-form{display:flex;flex-direction:column;justify-content:stretch;max-width:320px;min-width:280px}.forgot-password .forgot-password__requested-span{color:#5c5c5c;font-size:14px;margin:20px 0 28px;align-self:center;text-align:center}.forgot-password .login__switch{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:14px;align-self:center}.change-password{display:flex;min-width:300px;max-width:400px;flex-direction:column;align-items:center;margin:60px auto}.change-password .change-password__header,.change-password .change-password-exp__header{color:#013565;font-size:32px;font-weight:500}.change-password .change-password-exp__header{font-size:20px;margin:24px 0 8px}.change-password .change-password-exp__desc{color:#5c5c5c;font-size:16px;margin-bottom:18px}.change-password__form{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 430px){.login{padding:20px 0 40px}}@media screen and (max-height: 810px){.overlay:has(.login){justify-content:flex-start}}.signup-otp{display:flex;flex-direction:column;align-items:center}.signup-otp h2{font-weight:500}.signup-otp .signup-otp__desc{margin-bottom:20px}.signup-otp .signup-otp__desc .signup-otp__desc-email{color:var(--color-primary-blue-7, #013565)}.signup-otp .signup-otp-form{display:flex;flex-direction:column;align-items:center}.signup-otp .signup-otp-form .pincode-input-container{padding:0 0 10px!important}.signup-otp .signup-otp__error{color:#da3d34;font-size:14px;text-align:center;margin-bottom:8px}.signup-otp .signup-otp__remaining{color:#0098ff;font-size:14px;text-align:center}.slick-current .home-banner__carousel-banner{display:flex;width:100%;opacity:1!important}.slick-current .home-banner__footer{opacity:1!important}.carousel-control-prev{position:relative;display:flex;top:10%;justify-content:flex-start}.project-desc{max-width:500px;min-width:300px;height:120px;background:rgba(255,255,255,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:60px;display:flex;gap:.75rem;padding-right:1.5rem;align-items:center;pointer-events:all;box-sizing:border-box}.project-desc__avatar{width:120px;height:120px;border-radius:50%;cursor:pointer;object-fit:cover;object-position:center;background-color:#fff}.project-desc-detail{display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;height:calc(100% - 1rem)}.project-desc-detail__header{display:flex;align-items:center;gap:4px;margin-bottom:2px}.project-desc-detail__name{font-size:1.1rem;font-weight:500;max-width:260px;color:#121212;cursor:pointer;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;align-self:stretch}.project-desc-detail__work-name{font-size:14px;color:#333}.project-desc-detail__rating{display:flex;gap:8px;align-items:center;margin-left:-4px}.project-desc-detail-programs{display:flex;align-items:center;gap:6px}.project-desc--oneline{height:90px}.project-desc--oneline .project-desc__avatar{height:90px;width:90px}.urbaan-content:has(.landing-page){max-width:100%!important}.landing-page{display:flex;flex-direction:column;align-items:center;width:100%}.landing-page__content{max-width:1440px;width:100%;position:relative;display:flex;flex-direction:column;gap:70px;padding:70px 100px 100px;box-sizing:border-box}@media screen and (max-width: 425px){.project-desc{width:calc(320px + .5rem)!important;padding-right:.5rem!important}.project-desc .rating{transform:scale(.7)!important;width:85px!important}}@media screen and (max-width: 768px){.home-banner-panorama__footer{bottom:20px!important;left:0!important;right:0!important;justify-content:center!important}.project-desc{height:100px;border-radius:50px;gap:.5rem;padding-right:1.5rem;width:calc(320px + 1.5rem)}.project-desc__avatar{width:100px;height:100px}.project-desc-detail{max-width:220px}.project-desc-detail__plan{padding:2px 12px;font-size:8px!important}.project-desc-detail__name{font-size:.9rem;max-width:220px}.project-desc-detail .rating{transform:scale(.8);width:95px}.project-desc--oneline{height:80px}.project-desc--oneline .project-desc__avatar{height:80px;width:80px}}@media screen and (max-width: 1064px){.landing-page__content{padding:60px 50px 50px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}.home-banner{width:100%;height:700px;max-height:700px;position:relative}.home-banner .swiper{height:100%;z-index:0}.home-banner__carousel-image{position:relative;width:100%;height:100%;object-fit:cover;object-position:center;cursor:pointer;border-radius:24px}.home-banner__carousel-image__image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:24px}.home-banner__carousel-image-indicator{position:absolute;top:40px;right:40px;background:rgba(255,255,255,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;border-radius:50%}.home-banner-panorama{width:100%;height:100%}.home-banner-panorama__footer{display:flex;position:absolute;bottom:40px;left:100px;align-items:flex-end}.home-banner-panorama__footer .home-banner__footer-expand{width:50px;height:50px;background-color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center}.home-banner-panorama__footer .home-banner__footer-expand *{cursor:pointer}.home-banner-panorama__footer .home-banner__footer-expand img{flex:1}.home-banner-previous-button,.home-banner-next-button{display:flex;position:absolute;user-select:none;top:calc(50% - 25px);cursor:pointer}.home-banner-previous-button{left:20px}.home-banner-next-button{right:20px!important}@media screen and (min-width: 1440px){.home-banner{height:auto!important;max-height:auto!important;aspect-ratio:2.4}}@media screen and (max-width: 768px){.home-banner-panorama__footer{width:100%;left:0;justify-content:center}}@media screen and (max-height: 790px){.home-banner{height:calc(100vh - 150px)}}.lp-blog{display:flex;flex-direction:column;box-sizing:border-box}.lp-blog-header{grid-column:1;display:flex;align-items:center;gap:48px;min-height:120px}.lp-blog__title{font-family:Kanit,sans-serif;font-weight:400;text-align:left;font-size:5vw;color:#000}.lp-blog-content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background-color:#fff;gap:16px}.lp-blog-item{display:grid;grid-template-columns:45% 55%}.lp-blog-item .lp-blog-item-left{grid-column:1;display:flex;flex-direction:column;gap:10px;width:100%;align-self:start}.lp-blog-item .lp-blog-item-left .lp-blog-item-left-image{width:100%;object-fit:cover;object-position:center;aspect-ratio:.5}.lp-blog-item .lp-blog-item-right{grid-column:2;display:flex;flex-direction:column;gap:10px;padding:16px;align-self:start;box-sizing:border-box}.lp-blog-item .lp-blog-item-right-content{display:flex;flex-direction:column;gap:10px;height:100%;width:100%;box-sizing:border-box}.lp-blog-item .lp-blog-item-right-content__header{font-size:14px;color:#bebebe}.lp-blog-item .lp-blog-item-right-content__desc{flex-grow:1;font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis;line-height:22px;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;word-break:break-word}.lp-blog-item .lp-blog-item-right-content__more{display:flex;align-items:center;justify-content:flex-end;color:#222;font-family:Kanit,sans-serif;font-size:16px;gap:8px;cursor:pointer}@media screen and (max-width: 435px){.lp-blog-header{flex-direction:column!important;align-items:flex-start;margin-bottom:30px}.lp-blog__title{font-size:48px!important}}@media screen and (max-width: 580px){.lp-blog{grid-template-rows:auto auto}.lp-blog-item{grid-template-columns:50% 50%}.lp-blog-item-left-image{aspect-ratio:1!important}.lp-blog-item-right-content__desc{line-height:20px!important}.lp-blog__title{font-size:40px}.lp-blog-header{flex-direction:row;justify-content:space-between;gap:0}.lp-blog-content{grid-template-columns:calc(100vw - 30px)!important}.lp-blog-item{display:grid!important;width:100%}}@media screen and (max-width: 640px){.landing-page__content{padding:60px 15px 15px!important}}@media screen and (max-width: 768px){.lp-blog-content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 1064px){.lp-blog{grid-template-rows:auto auto}.lp-blog-header{justify-content:space-between}.lp-blog-content{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-blog-content .lp-blog-item:last-child{display:none}}@media screen and (min-width: 1440px){.lp-blog__title{font-size:64px}}.project-preview{position:relative;display:flex;cursor:pointer;width:100%}.project-preview--s .project-preview-footer,.project-preview--xs .project-preview-footer{padding:0 15px 15px}.project-preview--s .project-preview-footer-content__separator,.project-preview--s .project-preview-footer-content-name,.project-preview--xs .project-preview-footer-content__separator,.project-preview--xs .project-preview-footer-content-name{display:none}.project-preview--s .project-preview-header,.project-preview--xs .project-preview-header{padding:15px 15px 30px}.project-preview--s .project-preview__rating,.project-preview--xs .project-preview__rating{margin-left:auto}.project-preview--s .project-preview-footer-content__avatar,.project-preview--xs .project-preview-footer-content__avatar{width:28px;object-fit:cover;object-position:center;background-color:#fff}.project-preview--xs .project-preview__rating{display:none}.project-preview-banner{flex-grow:1;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;border-radius:20px;overflow:hidden}.project-preview-banner .project-preview-banner-image,.project-preview-banner .project-preview-banner-desc{grid-column:1;grid-row:1;width:100%;height:100%}.project-preview-banner .project-preview-banner-image img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center}.project-preview-banner .project-preview-banner-desc{background:rgba(1,53,101,.8);opacity:0;padding:16px;display:flex;flex-direction:column;height:calc(100% - 32px)}.project-preview-banner .project-preview-banner-desc *{color:#fff;font-size:14px}.project-preview-banner .project-preview-banner-desc .project-preview-banner-desc-header{display:flex;width:calc(100% - 32px);align-items:center}.project-preview-banner .project-preview-banner-desc .project-preview-banner-desc-header .project-preview-banner-desc-header__project-name{flex-grow:1;font-size:16px;font-weight:500}.project-preview-banner .project-preview-banner-desc .project-preview-banner-desc-header .project-preview-banner-desc-header-cta{display:flex;align-items:center;gap:8px}.project-preview-banner .project-preview-banner-desc .project-preview-banner-desc-header .project-preview-banner-desc-header-cta .project-preview-banner-desc-header-cta__action{padding:4px}.project-preview-banner .project-preview-banner-desc .project-preview-banner-desc__separator{flex-grow:1}.project-preview-banner .project-preview-banner-desc .project-preview-banner-desc-detail{display:flex;flex-direction:column;gap:8px}.project-preview-banner .project-preview-banner-desc .project-preview-banner-desc-detail-styles{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;padding-right:20px}.project-preview-banner .project-preview-banner-desc .project-preview-banner-desc-detail-styles__item{font-size:12px;background-color:#fff;border-radius:50px;color:#012a50;padding:2px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-preview-banner .project-preview-banner-desc-info{color:#fff}.project-preview:hover .project-preview-banner-desc{opacity:1}.project-preview-footer{position:absolute;bottom:0;left:0;width:100%;height:50%;display:flex;align-items:flex-end;padding:30px;box-sizing:border-box;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#222 100%);border-radius:0 0 20px 20px}.project-preview-footer-content{display:flex;flex-direction:row;width:100%;align-items:center;gap:12px}.project-preview-footer-content__separator{width:2px;height:52px;background-color:#fff;opacity:.5}.project-preview-footer-content__avatar{width:40px;aspect-ratio:1;border-radius:50%;overflow:hidden;grid-column:1;grid-row:1/3;object-fit:cover;object-position:center;background-color:#fff}.project-preview-footer-content-info{display:flex;flex-direction:column;flex-grow:1;align-items:flex-start}.project-preview-footer-content-info-top{display:flex;align-items:center;gap:8px}.project-preview-footer-content-info-top--xs{flex-direction:column;align-items:flex-start}.project-preview-footer-content-name{grid-column:2;grid-row:2;display:flex;align-items:center;gap:8px;margin-bottom:-4px;color:#fff}.project-preview-footer-content-name__value{flex:1;min-width:0;font-size:14px;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-preview-footer-content-name__plan{margin-left:auto;font-size:12px;font-weight:400;padding:3px 8px;border-radius:30px}.project-preview-footer-content-name__plan--student,.project-preview-footer-content-name__plan--freelancer,.project-preview-footer-content-name__plan--business,.project-preview-footer-content-name__plan--enterprise{color:#013565;background:linear-gradient(91.32deg,#f7e47a 1.27%,#ffb544 51.23%,#ff7821 98.56%)}.project-preview-footer-content-name__plan--trial{display:none}.project-preview-footer-content__ratings{grid-column:2;grid-row:1;display:flex;align-items:center;gap:3px}.project-preview-footer-content-cta{grid-column:3;grid-row:1/3;display:flex;align-items:center;justify-content:center;gap:8px}.project-preview-footer-content-views{display:flex;align-items:center;gap:6px;color:#fff;margin-right:6px}.project-preview-footer-programs{display:flex;align-items:center;gap:8px}.project-preview-header{position:absolute;top:0;left:0;right:0;display:flex;padding:30px 30px 50px;gap:8px;align-items:center;justify-content:flex-start;background:linear-gradient(0deg,rgba(0,0,0,0) 0%,#333 100%);border-radius:20px 20px 0 0}.project-preview__indicator{display:flex;align-items:center;justify-content:center;border-radius:50%;margin-left:auto}.lp-trending-now{display:flex;flex-direction:column;gap:20px;position:relative}.lp-trending-now-header{display:flex;flex-direction:row;gap:50px;align-items:center;position:relative;container-name:trending-now-header;container-type:inline-size}.lp-trending-now-header-section{position:relative;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.lp-trending-now-header-section:first-child{flex-grow:1}.lp-trending-now-header-section:last-child{aspect-ratio:1;width:100%;max-width:530px}.lp-trending-now__title{color:#222;font-size:6.5vw;font-family:Kanit,Arial,Helvetica,sans-serif;font-weight:400;margin:0 0 24px;padding:0;line-height:90px}.lp-trending-now-filters{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:16px;width:460px;margin-top:60px}.lp-trending-now-list-loading-placeholder{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;height:380px;margin-bottom:44px}.lp-trending-now-list .swiper{padding-bottom:48px;z-index:0}.lp-trending-now-list .swiper .swiper-pagination{bottom:0!important}.lp-trending-now-list .swiper .swiper-pagination-bullet{height:12px;width:12px;border-radius:50%;background-color:#5c5c5c}.lp-trending-now-list .swiper .swiper-pagination-bullet-active{background-color:#013565;border-radius:6px;width:24px;height:12px}.lp-trending-now__scroll-down{position:absolute;top:0;height:100px;left:0;width:50%;display:flex;justify-content:center}.lp-trending-now__scroll-down .scrolldown-indicator{position:relative}@media screen and (max-width: 800px){.lp-trending-now{gap:20px}.lp-trending-now-header{flex-direction:column;align-items:stretch;gap:20px}.lp-trending-now-header-section:last-child{width:100%!important;max-width:100%}.lp-trending-now__title{font-size:48px!important;margin-bottom:16px}.lp-trending-now-filters{margin-top:16px}.lp-trending-now__scroll-down{display:none}}@media screen and (max-width: 1300px){.lp-trending-now-header-section:last-child{width:50%;aspect-ratio:1}.lp-trending-now__title{font-size:5.7vw;line-height:70px}.lp-trending-now-filters{width:100%}.lp-trending-now__scroll-down{top:-12px}}@media screen and (min-width: 1441px){.lp-trending-now__title{font-size:86.4px!important}}.how-to{position:relative;display:flex;flex-direction:column;gap:16px}.how-to-option{color:#000;display:grid;grid-template-rows:repeat(5,auto);grid-template-columns:auto 1fr auto}.how-to-option *{font-family:Kanit,sans-serif;font-style:normal;font-weight:400;line-height:normal;margin:0}.how-to-option__title{font-size:32px;grid-row:1;grid-column:1/4;padding:0 0 24px}.how-to-option__desc{font-size:26px;grid-row:2;grid-column:2}.how-to-option__sub{font-size:18px;grid-row:3;grid-column:2}.how-to-option__icon{grid-column:1;grid-row:2/4;width:74px;height:74px;display:flex;align-items:center;justify-content:center;margin-right:8px}.how-to-option__read{display:flex;flex-direction:row;align-items:center;gap:16px;font-size:24px;grid-row:2;grid-column:3;cursor:pointer}.how-to-option__separator{grid-column:1/4;grid-row:5;margin-top:24px;height:2px;background-color:#f3f3f6}.how-to-option:last-child .how-to-option__separator{display:none}@media screen and (max-width: 430px){.how-to-option__title{font-size:24px}.how-to-option__desc{font-size:20px;margin-bottom:8px}.how-to-option__sub,.how-to-option__read{font-size:16px}}@media screen and (max-width: 950px){.how-to-option__read{grid-row:4;grid-column:2;justify-content:flex-end;margin-top:24px}}.lp-work-exchange{display:flex;height:580px;gap:50px}.lp-work-exchange-header{width:60vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:30px}.lp-work-exchange-header__title h2{font-family:Kanit,sans-serif;font-size:5vw;font-weight:400;margin:0;line-height:90%}.lp-work-exchange-header__sub{font-size:2vw;line-height:123%;font-family:Kanit,Segoe UI,Tahoma,Verdana,sans-serif;font-weight:400}.lp-work-exchange-content{flex-grow:1;display:grid;grid-template-columns:repeat(3,1fr);max-width:820px}.lp-work-exchange-content-item{position:relative;cursor:pointer}.lp-work-exchange-content-item__image{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.6;transition:all .3s ease-out}.lp-work-exchange-content-item-title{position:absolute;bottom:0;left:0;right:0;height:50%;padding:40px 20px;border-radius:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#333 120%);display:flex;flex-direction:column-reverse;transition:all .3s ease-out}.lp-work-exchange-content-item-title__desc{font-family:Kanit,sans-serif;font-style:normal;font-weight:400;font-size:3vw;color:#fff;line-height:120%}.lp-work-exchange-content-item:hover .lp-work-exchange-content-item__image{opacity:1}.lp-work-exchange-content-item:hover .lp-work-exchange-content-item-title{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#333 100%)}.lp-work-exchange-content-item:first-child .lp-work-exchange-content-item__image,.lp-work-exchange-content-item:first-child .lp-work-exchange-content-item-title{border-radius:24px 0 0 24px}.lp-work-exchange-content-item:last-child .lp-work-exchange-content-item__image{border-radius:0 24px 24px 0}.lp-work-exchange-content-item:last-child .lp-work-exchange-content-item-title{border-radius:0 24px 24px 0}@media screen and (max-width: 768px){.lp-work-exchange{flex-direction:column;height:auto}.lp-work-exchange-header__title h2{font-size:48px}.lp-work-exchange-header__sub{font-size:20px}.lp-work-exchange-content{height:450px!important}.lp-work-exchange-content-item-title{padding:0 16px 16px}.lp-work-exchange-content-item-title__desc{font-size:28px}.lp-work-exchange-content-item__image{opacity:1}}@media screen and (max-width: 640px){.lp-work-exchange-content-item-title{padding-left:8px;padding-right:8px}.lp-work-exchange-content-item-title__desc{font-size:22px}}@media screen and (min-width: 1440px){.lp-work-exchange-header__title h2{font-size:72px!important}.lp-work-exchange-content-item-title__desc{font-size:44px!important}.lp-work-exchange-header__sub{font-size:29px}}.lp-tendering-container{box-sizing:border-box;display:grid;grid-template-columns:1fr 2fr;width:100%;gap:20px;position:relative}@media screen and (max-width: 1180px) and (min-width: 375px){.lp-tendering-container{grid-template-columns:1fr}}.lp-tendering-container-content{display:grid;gap:68px}@media screen and (max-width: 1180px) and (min-width: 375px){.lp-tendering-container-content{gap:36px}}.lp-tendering-container-content-header{font-size:80px;line-height:86.5px}@media screen and (max-width: 768px) and (min-width: 375px){.lp-tendering-container-content-header{font-size:40px;line-height:26.5px}}.lp-tendering-container-content-title{font-size:80px;font-weight:400;font-family:Kanit,Arial,Helvetica,sans-serif}@media screen and (max-width: 800px){.lp-tendering-container-content-title{font-size:48px;line-height:26.5px}}.lp-tendering-container-content-filters{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lp-tendering-container-content-detail{display:grid;grid-template-columns:1fr 2fr;gap:20px;font-size:18px}.lp-tendering-container-content-detail.loader{color:#9d9d9d!important}@media screen and (max-width: 768px) and (min-width: 375px){.lp-tendering-container-content-detail{font-size:16px}}.lp-tendering-container-content-detail div:nth-of-type(odd){color:#9d9d9d}.lp-tendering-container-content-detail-bagde-inner{display:flex}.lp-tendering-container-content-detail-bagde-inner__label{background-color:#013565;color:#fff!important;padding:2px 16px;border-radius:20px;margin-bottom:5px}.lp-tendering-container-btn{position:relative;z-index:4}.lp-tendering-container-banner{position:relative;width:100%;display:flex;justify-content:flex-end;align-items:flex-end}.lp-tendering-container-banner-active{position:relative;top:0;right:0;width:90%;padding-bottom:46px;display:flex;justify-content:center;align-items:center;z-index:2}.lp-tendering-container-banner-active.loader{height:900px}@media screen and (max-width: 768px) and (min-width: 375px){.lp-tendering-container-banner-active.loader{height:450px}}.lp-tendering-container-banner-active img{width:100%;aspect-ratio:.8;object-fit:cover;object-position:center;border-radius:30px}.lp-tendering-container-banner-active-btn{position:absolute;right:0;top:0;z-index:1;cursor:pointer}.lp-tendering-container-banner-active-btn-inner{all:unset;width:64px;height:64px;border-radius:50%;background-color:#013565;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:1}.lp-tendering-container-banner-active.hide-image{display:none}.lp-tendering-container-banner-next{position:absolute;bottom:0;left:0;width:65%;height:50%;display:flex;justify-content:center;align-items:center;z-index:1}.lp-tendering-container-banner-next--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#01356599;border-radius:30px}.lp-tendering-container-banner-next img{width:100%;height:100%;object-fit:cover;border-radius:30px}.lp-tendering-container-banner .swiper-slide{display:flex;justify-content:center;align-items:center}.lp-tendering-slider{height:830px;width:100%;position:relative}.lp-tendering-slider .swiper-wrapper{position:relative}.lp-tendering-slider .swiper-wrapper .swiper-slide{transform:translateZ(-49.1543px) rotateX(0) rotateY(0) scale(1)}.lp-tendering-slider-image{width:100%;height:100%}.lp-tendering-slider-image__active{padding-left:80px;width:calc(100% - 80px);height:770px;object-fit:cover;object-position:center;position:relative;z-index:0}.lp-tendering-slider-image__next{width:440px;height:440px;object-fit:cover;object-position:center;position:absolute;z-index:-2;bottom:0}.lp-tendering-slider-image__next--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#01356599;border-radius:30px}.lp-tendering-slider-image-btn{position:absolute;right:0;z-index:1}.lp-tendering-slider-image-btn-inner{all:unset;width:64px;height:64px;border-radius:50%;background-color:#013565;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:1}.lp-tendering-slider-image-inner-active{width:100%;height:100%;border-radius:30px;transition:opacity 1s ease;object-fit:cover;aspect-ratio:.8}.lp-tendering-slider-image-inner-active.transition{transition:none;opacity:.8;transition-delay:.3s}.lp-tendering-slider-image-inner-next{width:100%;height:100%;border-radius:30px;object-fit:cover;aspect-ratio:.8}.lp-tendering-swiper{height:830px;width:100%;position:relative}@media screen and (max-width: 435px){.lp-tendering{grid-template-columns:repeat(1,100%);margin-bottom:50px}.lp-tendering-header-title{font-size:48px;line-height:.5}.lp-tendering-header-detail{margin-top:30px}.lp-tendering-header-detail__detail{display:flex;gap:9px;flex-wrap:wrap}.lp-tendering-header-filters{width:100%}.lp-tendering-header-seemore{position:absolute;bottom:-65px}.lp-tendering-slider{height:375px;margin-top:20px}.lp-tendering-slider-image-btn-inner{width:34px;height:34px}.lp-tendering-slider-image-btn-inner svg{width:15px;height:15px}.lp-tendering-slider-image__active{padding-left:40px;width:calc(100% - 40px);height:353px}.lp-tendering-slider-image__next{height:234px;width:234px}.lp-tendering-slider-loader{height:353px}}@media screen and (min-width: 435px) and (max-width: 768px){.lp-tendering{grid-template-columns:repeat(1,100%);margin-bottom:50px}.lp-tendering-header-title{font-size:48px;line-height:.5}.lp-tendering-header-detail{margin-top:30px}.lp-tendering-header-detail__detail{display:flex;gap:9px;flex-wrap:wrap}.lp-tendering-header-filters{width:100%}.lp-tendering-header-seemore{position:absolute;bottom:-65px}.lp-tendering-slider{height:600px;margin-top:20px}.lp-tendering-slider-image-btn-inner{width:64px;height:64px}.lp-tendering-slider-image__active{padding-left:60px;width:calc(100% - 100px);height:550px}.lp-tendering-slider-image__next{height:265px;width:265px}}@media screen and (min-width: 768px) and (max-width: 1000px){.lp-tendering{grid-template-columns:repeat(1,100%);margin-bottom:50px}.lp-tendering-header-title{font-size:48px;line-height:.5}.lp-tendering-header-detail{margin-top:30px}.lp-tendering-header-detail__detail{display:flex;gap:9px;flex-wrap:wrap}.lp-tendering-header-filters{width:100%}.lp-tendering-header-seemore{position:absolute;bottom:-65px}.lp-tendering-slider{height:670px;margin-top:20px}.lp-tendering-slider-image{padding-left:50px}.lp-tendering-slider-image-btn-inner{width:64px;height:64px}.lp-tendering-slider-image__active{height:600px;width:calc(100% - 230px);padding-left:90px}.lp-tendering-slider-image__next{height:320px;width:320px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}: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);-webkit-backface-visibility:hidden;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,.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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.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-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;inset:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.search-box{background-color:#efefef;border-radius:50px;padding:8px 16px;display:flex;flex-direction:row;align-items:center}.search-box .search-box__input{all:unset;font-size:14px;padding:0 10px}.search-box .search-box__input::placeholder{color:#9d9d9d}.admin{height:100vh;background-color:#f9f9f9;display:flex;flex-direction:row;align-items:stretch;box-sizing:border-box}.admin-header{color:#013565;font-size:28px;font-weight:500}.admin .menu-bar{background-color:#fff;padding-top:20px}.admin .menu-bar .menu-bar-account{font-weight:700;padding-top:20px;padding-left:50px;border:10px}.admin .menu-bar .menu-bar-account-mail{padding-left:50px;border:10px}.admin .menu-bar .image{float:left;width:100px;height:100px;padding-left:30px}.admin .menu-bar .menu-bar-button-signout{float:left;padding-top:100px;padding-left:50px}.admin .menu-bar .menu-bar-button-group{padding-top:50px;padding-left:30px;border:1px solid white;margin-top:10px}.admin .menu-bar .menu-bar-button-group button{border-radius:15px 0 0 15px}.admin .menu-bar .button{font-size:14px;width:240px;cursor:pointer}.admin .menu-bar .button.button--primary{color:#fff;background:var(--color-primary-blue-7, #013565)}.admin .menu-bar .button.button--secondary{color:#013565;background-color:#fff;border:1px solid var(--color-primary-blue-7, #013565)}.admin .menu-bar .button.button--tertiary{color:var(--color-other-wb-5, #9d9d9d);background-color:#f2f2f2;text-decoration-line:none}.admin .menu-bar .button .button-contents{display:flex;flex-direction:row;align-items:center}.admin .menu-bar .button .button-contents .button-contents__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.admin .menu-bar .button .button-contents .button-contents__icon.button-contents__icon--leading{margin-right:8px}.admin .menu-bar .button .button-contents .button-contents__icon.button-contents__icon--trailing{margin-left:8px}.admin .menu-bar .button .button-contents .button-contents__label{flex-grow:1;text-align:left}.admin .menu-bar .button.button--disabled{cursor:not-allowed;background:var(--color-other-wb-5, #9d9d9d)}.admin .menu-bar .button.button--disabled.button--primary{color:var(--color-other-wb-7, #4a4a4a)}.admin .admin-content{flex:1;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.admin .admin-content--is-auth{padding:40px}.admin .admin-content .admin-content-button_tab{border:none;font-size:16px;padding-right:20px}.admin .admin-content .admin-content-chat-live{padding-top:20px}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_header{background-color:#fff;width:1000px;height:90px;border-radius:5px;display:flex}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_header .admin-content-chat-live-header_account{flex:5%;padding-top:20px;padding-left:20px;margin-right:auto}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_header .admin-content-chat-live-header_account .image{width:50px}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_header .admin-content-chat-live-header_account_detail{flex:20%;padding-top:20px;padding-left:10px}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_header .admin-content-chat-live-header_account_detail .account{font-weight:700}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_header .admin-content-chat-live-header_account_status{flex:75%;padding-top:20px}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_header .admin-content-chat-live-header_account_status .id{font-weight:10px;color:#706e6e}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_header .admin-content-chat-live-header_account_status .status{font-weight:10px;color:#539c51}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_content{padding-top:10px;border-radius:5px;width:1000px;height:600px}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_content .chat-view{background-color:#f0ebeb;width:1000px;height:550px}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_content .chat-view .chat-view-content{padding-top:5px;margin:auto;width:100%}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_content .chat-view .chat-view-content .chat-view-content_notify{width:50%;margin:auto;padding:15px;border-radius:10px;background-color:#fff}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_content .chat{display:flex;background-color:#fff;width:1000px;height:60px}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_content .chat .upload-image{flex:5%;padding-top:5px;align-items:center;justify-content:center;margin-left:10px}.admin .admin-content .admin-content-chat-live .admin-content-chat-live_content .chat .chat-text{flex:95%;padding:5px}.admin .admin-content .admin-content-chat-history{padding-top:20px;display:flex;width:1000px;height:60px}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-list{flex:30%;background-color:#fff;width:100%;height:800px}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-list .search{padding:10px}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail{flex:65%;padding-left:10px}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content{width:100%;height:800px}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content .admin-content-chat-history-detail_content_header{background-color:#fff;width:100%;height:100px;border-radius:5px;display:flex}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content .admin-content-chat-history-detail_content_header .admin-content-chat-live-header_account{flex:5%;padding-top:20px;padding-left:20px;margin-right:auto}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content .admin-content-chat-history-detail_content_header .admin-content-chat-live-header_account .image{width:50px}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content .admin-content-chat-history-detail_content_header .admin-content-chat-live-header_account_detail{flex:20%;padding-top:20px;padding-left:10px}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content .admin-content-chat-history-detail_content_header .admin-content-chat-live-header_account_detail .account{font-weight:700}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content .admin-content-chat-history-detail_content_header .admin-content-chat-live-header_account_status{flex:75%;padding-top:20px}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content .admin-content-chat-history-detail_content_header .admin-content-chat-live-header_account_status .id{font-weight:10px;color:#706e6e}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content .admin-content-chat-history-detail_content_header .admin-content-chat-live-header_account_status .status{font-weight:10px;color:#539c51}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content .admin-content-chat-history-detail_content_detail{padding-top:10px;border-radius:5px;width:100%}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content .admin-content-chat-history-detail_content_detail .chat-view{background-color:#fff;width:100%;height:690px}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content .admin-content-chat-history-detail_content_detail .chat-view .chat-view-content{padding-top:5px;margin:auto;width:100%}.admin .admin-content .admin-content-chat-history .admin-content-chat-history-detail .admin-content-chat-history-detail_content .admin-content-chat-history-detail_content_detail .chat-view .chat-view-content .chat-view-content_notify{width:50%;margin:auto;padding:15px;border-radius:10px;background-color:#fff}.admin .user_header{display:flex;align-items:center;justify-content:space-between;max-width:1440px;padding-top:20px}.admin .user_header_table_left{order:1;margin-right:auto}.admin .user_header_table_rigth{order:2;margin-left:auto}.admin-menu{box-sizing:border-box;width:300px;height:100vh;background:white;display:flex;flex-direction:column;padding:24px 0 24px 24px}.admin-menu-hamburger{display:none}.admin-menu-hamburger__icon{width:32px;height:32px;padding:6px}.admin-menu-header{display:flex;align-items:center;margin-bottom:24px;gap:16px}.admin-menu-header .admin-menu-header__image{height:72px;width:72px;border-radius:50%;grid-row:1/3;object-fit:cover;object-position:center}.admin-menu-header .admin-menu-header-info{display:flex;flex-direction:column}.admin-menu-header .admin-menu-header-info .admin-menu-header-info__name{display:flex;font-size:18px;font-weight:500;color:#252525}.admin-menu-header .admin-menu-header-info .admin-menu-header-info__email{color:#9d9d9d;font-size:14px}.admin-menu-lists{display:flex;flex-direction:column;flex-grow:1;gap:8px}.admin-menu-lists .admin-menu-lists-item{display:flex;flex-direction:row;padding:12px 24px 12px 12px;align-items:center;gap:12px;cursor:pointer;text-decoration:none;border-radius:10px 0 0 10px}.admin-menu-lists .admin-menu-lists-item *{cursor:pointer}.admin-menu-lists .admin-menu-lists-item:hover{background:rgba(249,249,249,.7490196078)}.admin-menu-lists .admin-menu-lists-item .admin-menu-lists-item__icon{width:22px;height:22px;display:flex;align-items:center;justify-items:center}.admin-menu-lists .admin-menu-lists-item .admin-menu-lists-item__title{flex-grow:1;font-size:14px}.admin-menu-lists .admin-menu-lists-item .admin-menu-lists-item__notification{background-color:#da3d34;font-size:13px;height:24px;min-width:24px;line-height:24px;border-radius:12px;color:#fff;text-align:center}.admin-menu-lists .admin-menu-lists-item--active{background:#f9f9f9}.admin-menu-lists .admin-menu-lists-item--active .admin-menu-lists-item__icon--inactive{display:none}.admin-menu-lists .admin-menu-lists-item--active .admin-menu-lists-item__title{color:#013565;font-weight:500}.admin-menu-lists .admin-menu-lists-item--inactive .admin-menu-lists-item__icon--active{display:none}.admin-menu-lists .admin-menu-lists-item--inactive .admin-menu-lists-item__title{color:#9d9d9d}.admin-users{display:flex;flex:1;flex-direction:column;gap:20px}.admin-users-summary{display:grid;grid-template-columns:repeat(4,minmax(auto,1fr));border:1px solid #0060a1;border-radius:12px;padding:12px 18px;background-color:#fffc;row-gap:8px;max-width:1440px;box-sizing:border-box}.admin-users-summary__title{grid-column:1/5;font-weight:500;color:#0060a1}.admin-users-summary__box{display:flex;flex-direction:column;gap:6px;color:#555;font-size:18px}.admin-users-summary__box__title{font-weight:500;color:#333;font-size:14px}.admin-users .admin-users-header{display:flex;flex-direction:row;align-items:center}.admin-users .admin-users-header .admin-users-header-actions{flex-grow:1;display:flex;flex-direction:row-reverse;gap:20px}.admin-users .admin-users-header .admin-users-header-actions .admin-users-header-actions-action{display:flex;flex-direction:row;align-items:center;gap:4px;padding:10px 0;cursor:pointer}.admin-users .admin-users-header .admin-users-header-actions .admin-users-header-actions-action *{cursor:pointer}.admin-users .admin-users-header .admin-users-header-actions .admin-users-header-actions-action .admin-users-header-actions-action__text{font-size:14px}.admin-users .admin-users-header .admin-users-header-actions .admin-users-header-actions-action .admin-users-header-actions-action__icon{display:flex;align-items:center;justify-items:center;width:24px;height:24px}.admin-users .admin-users-header .admin-users-header-actions .admin-users-header-actions-action--disable{color:#9d9d9d!important;cursor:default}.admin-users .admin-users-header .admin-users-header-actions .admin-users-header-actions-action--disable *{cursor:default}.admin-users .admin-users-item-actions{display:flex;flex-direction:row;align-items:center;gap:8px}.admin-users .admin-users-item-actions .admin-users-item-actions-action{width:36px;height:36px;display:flex;align-items:center;justify-items:center;cursor:pointer}.admin-users .admin-users-item-status{display:flex;align-items:center}.admin-users .admin-users-item-status .admin-users-item-status__label{line-height:26px;border-radius:13px;padding:0 16px}.admin-users .admin-users-item-status .admin-users-item-status__label--active{background-color:#bdf8cf;color:#26703c}.admin-users .admin-users-item-status .admin-users-item-status__label--inactive{background-color:#ffc39c;color:#99440e}.admin-users-view{display:flex;flex-direction:column;min-height:512px}.admin-users-view h2{color:#013565;font-size:16px;font-weight:800}.admin-users-view .admin-users-view-info{display:grid;grid-template-columns:auto 1fr;gap:10px;font-weight:400;font-size:14px;color:#121212;text-align:right}.admin-users-view .admin-users-view-info .admin-users-view-info__title{color:#5c5c5c;text-align:left}.admin-users-view .admin-users-view-info .admin-users-view-info-data{width:100%;display:flex;flex-direction:row-reverse;align-items:center;gap:4px}.admin-users-view .admin-users-view-info .admin-users-view-info-data .admin-users-view-info-data__icon{padding:4px;cursor:pointer}.admin-users-view .admin-users-view-bans{flex-grow:1}.admin-users-view .admin-users-view-ctas{display:grid;grid-template-columns:1fr 1fr;gap:20px}.admin-staffs-view{display:flex;flex-direction:column}.admin-staffs-view__header{color:#013565;font-size:24px;font-weight:800;margin-bottom:0}.admin-staffs-view__heading3{color:#013565;font-size:14px;font-weight:800;margin:0}.admin-staffs-view-info{display:flex;flex-direction:column;gap:12px}.admin-staffs-view-info-row{display:flex;justify-content:space-between;font-size:14px;color:#121212;margin:0 8px}.admin-staffs-view-info-row__value{color:#5c5c5c}.admin-staffs-view-info-avatar{position:relative;width:108px;height:108px;object-fit:cover;object-position:center;border-radius:50%;border:1px solid #ccc;align-self:center;margin-bottom:18px;background-color:#9d9d9d}.admin-staffs-view-info-avatar__empty-state{position:absolute;top:calc(50% - 22px);left:calc(50% - 22px);height:44px;width:44px}.admin-staffs-view-info-avatar__image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}.admin-staffs-view-info-split{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-staffs-view-footer{display:flex;flex-direction:row-reverse;margin-top:48px}.admin-staffs-view-change-password{display:flex;flex-direction:column;gap:8px}.admin-staffs-view-change-password__title{margin:0;padding:0;font-weight:500;font-size:16px}.admin-staffs-view-change-password__confirm{margin-top:14px}.admin-layout{display:flex;flex-direction:column;gap:20px;height:100%;width:100%}.admin-layout .admin-layout-content{display:flex;flex-direction:column;flex-grow:1;flex-basis:0}.admin-sub-header{display:flex}.admin-sub-header .admin-sub-header-tabs{flex-grow:1;display:flex;flex-direction:row;gap:10px;height:44px;align-items:center}.admin-sub-header .admin-sub-header-tabs .admin-sub-header-tabs-tab{color:#9d9d9d;font-size:14px;cursor:pointer;padding:0 8px;text-decoration:none}.admin-sub-header .admin-sub-header-tabs .admin-sub-header-tabs-tab--active{color:#013565;font-weight:500}.admin-sub-header .admin-sub-header-children{flex-grow:1;display:flex;align-items:center}.admin-login{width:100vw;height:100vh;background-color:#013565;display:grid;grid-template-columns:1fr 1fr 1fr;position:relative}.admin-login .admin-login-background{height:100vh;width:100%;grid-column:1/3;object-fit:cover;object-position:center}.admin-login .admin-login-form{position:absolute;width:450px;height:700px;background-color:#fff;border-radius:10px;right:200px;top:calc(50% - 350px);display:flex}.admin-login .admin-login-form .admin-login-form-content{margin:auto;display:flex;flex-direction:column}.admin-login .admin-login-form .admin-login-form-content .admin-login-form-content__header{color:#013565;font-size:58px;font-weight:800;text-transform:uppercase;align-self:center}.admin-chat-live{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:24px;width:100%}.admin-chat-live__empty-state{width:100%;height:300px}.admin-chat-live__sub{color:#013565;font-size:28px;font-weight:500;text-align:center}.admin-chat-history{display:flex;flex-direction:row;align-items:stretch;height:100%;width:100%}.admin-chat-history .admin-chat-history-session{background-color:#fff;padding:16px;min-width:300px;border-right:1px solid rgb(222,222,222)}.admin-chat-history .admin-chat-history-chat{flex-grow:1;background-color:#efefef}.admin-verification-users-lists-status{font-size:12px;padding:5px 16px;border-radius:30px;display:flex;align-items:center;justify-content:center}.admin-verification-users-lists-status--pending{background:var(--color-other-yellow-2, #fff6bf);color:var(--color-other-yellow-6, #d8be10)}.admin-verification-users-lists-status--rejected{background:var(--color-other-yellow-2, #ffc39c);color:var(--color-other-yellow-6, #99440e)}.admin-verification-users-lists-status--approved{background:var(--color-other-yellow-2, #bdf8cf);color:var(--color-other-yellow-6, #26703c)}.admin-verification-users-lists-actions{display:flex;align-items:center;padding:8px}.admin-verification-users-lists-actions-view{display:flex;align-items:center;cursor:pointer;padding:10px}.admin-verification-user-info{display:flex;flex-direction:column;gap:20px}.admin-verification-user-info__title{margin:0;font-size:24px;color:#013565}.admin-verification-user-info__heading{font-size:14px;margin:0 0 -10px;color:#013565}.admin-verification-user-info-details{display:grid;grid-template-columns:1fr auto;gap:10px;font-size:14px}.admin-verification-user-info-details__title{color:#5c5c5c}.admin-verification-user-info-details__value{color:#121212;text-align:right}.admin-verification-user-info-status{display:flex;align-items:center;justify-content:space-between;font-size:14px}.admin-verification-user-info-status__title{color:#5c5c5c}.admin-verification-user-info-status__value{font-weight:800}.admin-verification-user-info-status__value--1{color:#004472}.admin-verification-user-info-status__value--2{color:#26703c}.admin-verification-user-info-status__value--3{color:#da3d34}.admin-verification-user-info-ctas{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.admin-verification-user-info-rejections{max-width:400px}.admin-verification-rejection{display:flex;flex-direction:column;font-size:14px;color:#121212;gap:8px}.admin-verification-rejection__date{font-size:12px;color:#5c5c5c}.admin-verification-carousel-dots{display:flex!important;width:auto;flex-direction:row;padding:0;align-self:center;color:#013565;justify-content:center}.admin-verification-carousel-dots li{cursor:pointer;list-style:none;margin:0 4px}.admin-verification-carousel-dots li.slick-active .admin-verification-carousel-dot{background-color:#013565;border-radius:6px;width:24px;height:12px}.admin-verification-carousel-dots .admin-verification-carousel-dot{height:12px;width:12px;border-radius:50%;background-color:#5c5c5c}.admin-bp{flex:1;display:flex;flex-direction:column}.admin-bp .admin-bp-header{display:flex;flex-direction:row;align-items:center}.admin-bp .admin-bp-header .admin-bp-header-actions{flex-grow:1;display:flex;flex-direction:row-reverse;gap:20px}.admin-bp .admin-bp-header .admin-bp-header-actions .admin-bp-header-actions-action{display:flex;flex-direction:row;align-items:center;gap:4px;cursor:pointer}.admin-bp .admin-bp-header .admin-bp-header-actions .admin-bp-header-actions-action *{cursor:pointer}.admin-bp .admin-bp-header .admin-bp-header-actions .admin-bp-header-actions-action .admin-bp-header-actions-action__text{font-size:14px}.admin-bp .admin-bp-header .admin-bp-header-actions .admin-bp-header-actions-action .admin-bp-header-actions-action__icon{display:flex;align-items:center;justify-items:center;width:24px;height:24px}.admin-bp .admin-bp-header .admin-bp-header-actions .admin-bp-header-actions-action--disable{color:#9d9d9d!important;cursor:default}.admin-bp .admin-bp-header .admin-bp-header-actions .admin-bp-header-actions-action--disable *{cursor:default}.admin-bp-lists-item-name{display:flex;align-items:center;margin:10px 0;gap:20px}.admin-bp-lists-item-name-cover{display:flex;align-items:center;min-width:120px;width:120px;height:80px}.admin-bp-lists-item-name-cover__image{width:100%;height:100%;border-radius:10px;object-fit:cover;object-position:center}.admin-bp-lists-item-name__title{font-size:14px}.admin-bp-lists-footer__pagination{display:flex}.admin-bp-lists-footer__button{display:none}.admin-bp-item-actions{display:flex;flex-direction:row;align-items:center;gap:8px}.admin-bp-item-actions-action{width:36px;height:36px;display:flex;align-items:center;justify-items:center;cursor:pointer}.admin-bp-add{display:flex;flex-direction:column;width:100vw;max-width:1440px;height:100%;box-sizing:border-box;padding:20px 24px;align-self:flex-start}.admin-bp-add-form{height:100%;width:100%;background-color:#f9f9f9;display:grid;grid-template-rows:auto 1fr;grid-template-columns:30% 70%;row-gap:1rem;border-radius:12px;padding:1rem 1rem 1rem 0;box-sizing:border-box}.admin-bp-add-form--mobile{padding:1rem;border-radius:0}.admin-bp-add-form__ctas{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;grid-column:1/3;height:38px}.admin-bp-add-form__ctas-action{display:flex;flex-direction:row;align-items:center;gap:1rem}.admin-bp-add-form__settings{overflow-y:auto;grid-row:2;grid-column:1/2;padding:1rem;margin-top:-1rem}.admin-bp-add-form__settings--mobile{grid-row:2;grid-column:1/span 2;overflow:auto;padding:0}.admin-bp-add-form__settings--mobile .admin-bp-add-form-work-editor-body-recent-image-list{height:8vh;width:100%}.admin-bp-add-form__settings--mobile .admin-bp-add-form-work-editor-body-recent-image-list .swiper{width:100%;max-width:30vw}.admin-bp-add-form__settings__content{display:flex;flex-direction:column;gap:8px}.admin-bp-add-form__settings__content__cover-title{font-size:14px;font-weight:500;color:#013565;margin:0}.admin-bp-add-form__settings__content-block-setting{display:flex;flex-direction:column;height:100%}.admin-bp-add-form__settings__content-block-setting-image-picker{display:flex;flex-direction:column;max-height:100%}.admin-bp-add-form__settings__content-block-setting-image-picker-action{position:absolute;left:90%;top:2%;z-index:5;cursor:pointer}.admin-bp-add-form__settings__content-block-setting-image-picker-action #Vector,.admin-bp-add-form__settings__content-block-setting-image-picker-action #Vector_2,.admin-bp-add-form__settings__content-block-setting-image-picker-action #Vector_3{fill:#fff}.admin-bp-add-form__settings__content-block-setting__wrap{display:flex;flex-direction:column;gap:10px;padding-bottom:10px}.admin-bp-add-form__settings__content-block-setting__wrap .date-picker-popper{z-index:10}.admin-bp-add-form__settings__content-block-setting-tag-setting{display:flex;flex-direction:row;gap:10px;align-items:center}.admin-bp-add-form__settings__content-block-setting .input{margin-right:10px}.admin-bp-add-form__settings__content-gallery{display:flex;flex-direction:column;gap:1rem;max-height:100%}.admin-bp-add-form__settings__content-gallery p{font-size:14px;font-weight:500;color:#013565;margin:0}.admin-bp-add-form__settings__content-gallery-list{display:flex;flex-direction:row;width:100%;height:8vh;justify-content:space-between;align-items:center}.admin-bp-add-form__settings__content-gallery-list .swiper{height:100%;width:100%;max-width:20vw;z-index:0}.admin-bp-add-form__settings__content-gallery-list__content{display:flex;flex-direction:row;width:100%;height:100%}.admin-bp-add-form__settings__content-gallery-list__content img{width:100%;height:100%;border-radius:5px;cursor:pointer}.admin-bp-add-form__settings__content-gallery-list-previous-button,.admin-bp-add-form__settings__content-gallery-list-next-button{display:flex;position:relative;user-select:none;cursor:pointer}.admin-bp-add-form__settings__content__editor{display:flex;flex-direction:column;width:100%;font-size:14px!important;flex-grow:1}.admin-bp-add-form__settings__content__editor .ck-editor__editable_inline:not(.ck-comment__input *){height:70dvh;overflow-y:auto}.admin-bp-add-form__settings__content__editor_wrapper{max-width:66rem;height:70dvh;margin:0 auto 2rem}.admin-bp-add-form__settings__content__cropper{display:flex;flex-direction:column;position:relative}.admin-bp-add-form__settings__content__cropper__delete{position:absolute;top:-.5rem;right:-.5rem;z-index:1;cursor:pointer;background-color:#fff;padding:5px;border-radius:50%;border:1px solid red}.admin-bp-add-form__settings__content__cropper__options{display:flex;flex-direction:column;margin:0 .5rem}.admin-bp-add-form__settings__content__cropper__options label{font-size:13px;color:#333}.admin-bp-add-form__settings__content-image-upload-fileuploader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;border-radius:10px;border:2px dashed #9d9d9d;gap:.5rem}.admin-bp-add-form__settings__content-image-upload-fileuploader--highlight{border-color:#013565}.admin-bp-add-form__settings__content-image-upload-fileuploader__info{color:#9d9d9d;text-align:center;margin:0;font-size:14px}.admin-bp-add-form__settings__content-image-upload-fileuploader #admin-bp-add-form__settings__content-image-upload-fileuploader__input{display:none}.admin-bp-add-form__settings__content-image-upload-fileuploader__limit{color:#0098ff}.admin-bp-add-form__settings__content-image-upload-fileuploader__input-trigger{font-weight:500;color:#013565;cursor:pointer}.admin-bp-add-form__settings__content-image-upload-gallery-scroller{flex:1;display:flex;overflow-x:scroll;overflow-y:hidden;width:600px}.admin-bp-add-form__settings__content-image-upload-gallery{display:flex;flex-direction:row;gap:20px;height:130px}.admin-bp-add-form__settings__content-image-upload-gallery-image{position:relative;width:190px;height:130px;cursor:pointer}.admin-bp-add-form__settings__content-image-upload-gallery-image__preview{width:100%;height:100%;background-size:contain;border-radius:8px}.admin-bp-add-form__settings__content-image-upload-gallery-image__trash{position:absolute;right:5px;top:5px;cursor:pointer;padding:3px 4.5px}.admin-bp-add-form__settings__content-image-upload-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.admin-bp-add-form__editor{display:flex;flex-direction:column;width:100%;height:100%}.admin-bp-add-form__editor--mobile{grid-column:1/span 2;grid-row:2}.admin-bp-add-form__editor--mobile .ck-editor__editable_inline:not(.ck-comment__input *){height:calc(100dvh - 3rem - 84px)!important}.admin-bp-add-form__editor .ck-editor__editable_inline:not(.ck-comment__input *){height:calc(100dvh - 218px);overflow-y:auto}.admin-bp-delete{display:flex;flex-direction:column;width:30%;max-width:1440px;box-sizing:border-box;padding:20px 30px;align-self:flex-start;background-color:#f9f9f9;border-radius:30px;position:absolute;top:30%;left:40%;align-items:center}.admin-bp-delete__action{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}.admin-lp-hb{flex:1}.admin-lp-hb .admin-lp-hb-header{display:flex;flex-direction:row;align-items:center}.admin-lp-hb .admin-lp-hb-header .admin-lp-hb-header-actions{flex-grow:1;display:flex;flex-direction:row-reverse;gap:20px}.admin-lp-hb .admin-lp-hb-header .admin-lp-hb-header-actions .admin-lp-hb-header-actions-action{display:flex;flex-direction:row;align-items:center;gap:4px;padding:10px 0;cursor:pointer}.admin-lp-hb .admin-lp-hb-header .admin-lp-hb-header-actions .admin-lp-hb-header-actions-action *{cursor:pointer}.admin-lp-hb .admin-lp-hb-header .admin-lp-hb-header-actions .admin-lp-hb-header-actions-action .admin-lp-hb-header-actions-action__text{font-size:14px}.admin-lp-hb .admin-lp-hb-header .admin-lp-hb-header-actions .admin-lp-hb-header-actions-action .admin-lp-hb-header-actions-action__icon{display:flex;align-items:center;justify-items:center;width:24px;height:24px}.admin-lp-hb .admin-lp-hb-header .admin-lp-hb-header-actions .admin-lp-hb-header-actions-action--disable{color:#9d9d9d!important;cursor:default}.admin-lp-hb .admin-lp-hb-header .admin-lp-hb-header-actions .admin-lp-hb-header-actions-action--disable *{cursor:default}.admin-lp-hb .admin-lp-hb-lists-item-name{display:flex;align-items:center;margin:10px 0;gap:20px}.admin-lp-hb .admin-lp-hb-lists-item-name .admin-lp-hb-lists-item-name-banner{display:flex;align-items:center;min-width:120px;width:120px;height:80px}.admin-lp-hb .admin-lp-hb-lists-item-name .admin-lp-hb-lists-item-name-banner__image{width:100%;height:100%;border-radius:10px;object-fit:cover;object-position:center}.admin-lp-hb .admin-lp-hb-lists-item-name .admin-lp-hb-lists-item-name__title{font-size:14px}.admin-lp-hb .admin-lp-hb-lists-item-owner{display:flex;flex-direction:column;align-items:flex-start}.admin-lp-hb .admin-lp-hb-lists-item-owner .admin-lp-hb-lists-item-owner__name{font-size:14px}.admin-lp-hb .admin-lp-hb-lists-item-owner .admin-lp-hb-lists-item-owner__email{font-size:12px;color:#9d9d9d}.admin-lp-hb .admin-lp-hb-item-actions{display:flex;flex-direction:row;align-items:center;gap:8px}.admin-lp-hb .admin-lp-hb-item-actions .admin-lp-hb-item-actions-action{width:36px;height:36px;display:flex;align-items:center;justify-items:center;cursor:pointer}.admin-lp-hb .admin-lp-hb-item-status{display:flex;align-items:center}.admin-lp-hb .admin-lp-hb-item-status .admin-lp-hb-item-status__label{background-color:#bdf8cf;color:#26703c;line-height:26px;border-radius:13px;width:auto;padding:0 16px}.admin-lp-hb-add{background-color:#fff;border-radius:20px;display:flex;flex-direction:column}.admin-lp-hb-add .admin-lp-hb-add-header{display:flex;align-items:center;align-self:flex-end;cursor:pointer}.admin-lp-hb-add .admin-lp-hb-add-header .admin-lp-hb-add-header__text{color:#013565;font-size:14px;margin-left:12px}.admin-lp-hb-add .admin-lp-hb-add__title{color:#013565;font-size:36px;margin:0 0 16px}.admin-lp-hb-add .admin-lp-hb-add-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.admin-lp-hb-add .admin-lp-hb-add-form .admin-lp-hb-add-form__section{grid-column:1/3}.admin-lp-hb-add .admin-lp-hb-add-form .admin-lp-hb-add-form-work{display:flex;flex-direction:column;align-items:center;grid-column:1/3}.admin-lp-hb-add .admin-lp-hb-add-form .admin-lp-hb-add-form-work-selected{width:400px;display:flex;flex-direction:column;gap:18px}.admin-lp-hb-add .admin-lp-hb-add-form .admin-lp-hb-add-form-work-selected__image{width:100%;height:300px;object-fit:cover;object-position:center;border-radius:10px}.admin-lp-hb-add .admin-lp-hb-add-form .admin-lp-hb-add-form-work-selected-owner{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:auto auto 1fr}.admin-lp-hb-add .admin-lp-hb-add-form .admin-lp-hb-add-form-work-selected-owner__avatar{grid-column:1;grid-row:1/3;width:54px;height:54px;object-fit:cover;object-position:center;border-radius:50%;margin-right:10px}.admin-lp-hb-add .admin-lp-hb-add-form .admin-lp-hb-add-form-work-selected-owner__work-name{grid-column:2/4;grid-row:1;font-weight:800;font-size:16px}.admin-lp-hb-add .admin-lp-hb-add-form .admin-lp-hb-add-form-work-selected-owner__owner-name{grid-column:2;grid-row:2;font-size:14px}.admin-lp-hb-add .admin-lp-hb-add-form .admin-lp-hb-add-form-work-selected-owner__owner-plan{grid-column:3;grid-row:2;font-size:10px;padding-left:5px}.admin-lp-hb-add .admin-lp-hb-add-form .admin-lp-hb-add-form-work__empty-image{width:160px;opacity:.5}.admin-lp-hb-add .admin-lp-hb-add-form .admin-lp-hb-add-form-work__empty-text{color:#013565;font-size:24px;font-weight:500}.admin-lp-hb-add .admin-lp-hb-add-form .admin-lp-hb-add-form-footer{display:flex;grid-column:1/3;gap:20px}.admin-lp-hb-manage-priorities{display:flex;flex-direction:column}.admin-lp-hb-manage-priorities .admin-lp-hb-manage-priorities__title{color:#013565;font-size:40px;margin:0 0 24px}.admin-lp-hb-manage-priorities .admin-lp-hb-manage-priorities-form{display:flex;flex-direction:column;gap:20px}.admin-lp-hb-manage-priorities .admin-lp-hb-manage-priorities-form .admin-lp-hb-manage-priorities-form-footer{display:flex;gap:20px;margin-top:24px}.admin-lp-hb-manage-priorities .admin-lp-hb-manage-priorities-form .admin-lp-hb-manage-priorities-form-manage{display:flex;flex-direction:column}.admin-lp-hb-manage-priorities .admin-lp-hb-manage-priorities-form .admin-lp-hb-manage-priorities-form-manage .admin-lp-hb-manage-priorities-form-manage__header{color:#0060a1;font-size:14px;font-weight:800;margin-bottom:10px}.admin-lp-hb-manage-priorities .admin-lp-hb-manage-priorities-form .admin-lp-hb-manage-priorities-form-manage .admin-lp-hb-manage-priorities-form-manage-list{display:flex;flex-direction:column;gap:14px}.admin-lp-hb-manage-priorities .admin-lp-hb-manage-priorities-form .admin-lp-hb-manage-priorities-form-manage .admin-lp-hb-manage-priorities-form-manage-list .admin-lp-hb-manage-priorities-form-manage-list-item{display:flex;flex-direction:row;align-items:center;gap:20px}.admin-lp-hb-manage-priorities .admin-lp-hb-manage-priorities-form .admin-lp-hb-manage-priorities-form-manage .admin-lp-hb-manage-priorities-form-manage-list .admin-lp-hb-manage-priorities-form-manage-list-item .admin-lp-hb-manage-priorities-form-manage-list-item__work{flex-grow:1}.admin-lp-hb-manage-priorities .admin-lp-hb-manage-priorities-form .admin-lp-hb-manage-priorities-form-manage .admin-lp-hb-manage-priorities-form-manage-list .admin-lp-hb-manage-priorities-form-manage-list-item .admin-lp-hb-manage-priorities-form-manage-list-item__work,.admin-lp-hb-manage-priorities .admin-lp-hb-manage-priorities-form .admin-lp-hb-manage-priorities-form-manage .admin-lp-hb-manage-priorities-form-manage-list .admin-lp-hb-manage-priorities-form-manage-list-item .admin-lp-hb-manage-priorities-form-manage-list-item__price{font-size:14px}.admin-ticket{width:880px;display:flex;flex-direction:column}.admin-ticket-header{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;column-gap:16px;border-bottom:1px solid #bebebe;padding:24px 0}.admin-ticket-header__avatar{height:92px;width:92px;object-fit:cover;object-position:center;border-radius:50%;grid-column:1;grid-row:1/4}.admin-ticket-header-title{display:flex;flex-direction:row}.admin-ticket-header-title__id{color:#4a4a4a;font-size:22px;font-weight:400;flex-grow:1}.admin-ticket-header__topic{color:#121212;font-size:22px;font-weight:800}.admin-ticket-header-info{display:flex;gap:8px;align-items:center}.admin-ticket-header-info__label{color:#bebebe;font-size:14px;font-weight:400}.admin-ticket-header-info__label--link{color:#0060a1}.admin-ticket-desc{color:#121212;font-size:14px;padding:16px 10px}.admin-ticket-book{display:flex;flex-direction:row-reverse}.admin-ticket__support-tag{background-color:#0098ff;color:#fff;font-size:12px;padding:2px 8px;border-radius:20px}.admin-ticket-comments{display:flex;flex-direction:column;align-items:stretch}.admin-ticket-comments__count{align-self:flex-start;color:#013565;font-size:14px;font-weight:800}.admin-ticket-comments-comment{display:grid;grid-template-columns:32px 16px 1fr;grid-template-rows:auto;margin-top:12px}.admin-ticket-comments-comment__owner{width:32px;height:32px;border-radius:50%;object-fit:cover;object-position:center;margin-top:8px}.admin-ticket-comments-comment__arrow{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #bebebe;margin:18px 0 0 10px}.admin-ticket-comments-comment-info{border:1px solid #bebebe;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:10px}.admin-ticket-comments-comment-info-header{display:flex;gap:4px;align-items:center}.admin-ticket-comments-comment-info-header__name,.admin-ticket-comments-comment-info-header__date{font-size:14px;color:#0060a1}.admin-ticket-comments-comment-info-header__date{flex-grow:1;color:#bebebe}.admin-ticket-comments-comment-info-value{font-size:14px;color:#121212;margin:0}.admin-ticket-comments-comment-info-attachments{display:flex;flex-direction:row;gap:10px}.admin-ticket-comments-comment-info-attachments-item{height:64px;width:80px;position:relative}.admin-ticket-comments-comment-info-attachments-item__image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:12px;cursor:pointer}.admin-ticket__closed-info{font-size:16px;color:#9d9d9d;text-align:center;margin-top:24px}.image-preview__image{max-width:calc(100vw - 120px);max-height:calc(100vh - 200px);object-fit:cover;object-position:center}.admin-tickets-list-desc{font-size:14px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 430px){.admin{display:flex;flex-direction:column}.admin-menu{position:absolute;top:0;left:0;z-index:1}.admin-menu--hide{display:none}.admin-menu-hamburger{display:block;position:static;padding:1rem 0 0 1rem}.admin-login .admin-login-form{right:unset;left:10%;height:700px;width:80vw}.admin-bp-add{height:100dvh;padding:0}.admin-bp-add-form-work-editor-body__editor{display:flex;flex-direction:column;width:100%;height:90dvh!important;flex-grow:1;padding:1rem 0 0}.admin-bp-add-form-work-editor-body__editor .ck-editor__editable_inline:not(.ck-comment__input *){height:85dvh!important;overflow-y:auto}.admin-bp-add-form-work-editor-body__editor_wrapper{height:90dvh!important;margin:0 auto 2rem}}@media screen and (min-width: 431px) and (max-width: 768px){.admin{display:flex;flex-direction:column}.admin-menu{position:absolute;top:0;left:0;z-index:1}.admin-menu--hide{display:none}.admin-menu-hamburger{display:block;position:relative;padding:1rem 2rem 0}.admin-bp-delete{width:60%;top:30%;left:20%}.admin-bp-header{display:flex;gap:10px}.admin-bp-lists-footer__pagination{display:none}.admin-bp-lists-footer__button{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.admin-bp-add-form-work-editor-input-grid{overflow:auto;padding:10px;grid-row:2;grid-column:1/2}.admin-bp-add-form-work-editor-input-grid__mobile{grid-row:2;grid-column:1/span 2;overflow:auto}.admin-bp-add-form-work-editor-input-grid__mobile .admin-bp-add-form-work-editor-body-recent-image-list{height:8vh;width:100%}.admin-bp-add-form-work-editor-input-grid__mobile .admin-bp-add-form-work-editor-body-recent-image-list .swiper{width:100%;max-width:30vw!important}}@media screen and (min-width: 769px) and (max-width: 1023px){.admin{display:flex;flex-direction:column}.admin-menu{position:absolute;top:0;left:0;z-index:1}.admin-menu--hide{display:none}.admin-menu-hamburger{display:block;position:relative;padding:1rem 2rem 0}.admin-bp-delete{width:60%;top:30%;left:20%}.admin-bp-header{display:flex;gap:10px}.admin-bp-lists-footer__pagination{display:none}.admin-bp-lists-footer__button{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.admin-bp-add-form-work-editor-input-grid{overflow:auto;padding:10px;grid-row:2;grid-column:1/2}.admin-bp-add-form-work-editor-input-grid__mobile{grid-row:2;grid-column:1/span 2;overflow:auto}.admin-bp-add-form-work-editor-input-grid__mobile .admin-bp-add-form-work-editor-body-recent-image-list{height:8vh;width:100%}.admin-bp-add-form-work-editor-input-grid__mobile .admin-bp-add-form-work-editor-body-recent-image-list .swiper{width:100%;max-width:60vw!important}}@media screen and (min-width: 1024px) and (max-width: 1441px){.admin-bp-delete{width:60%;top:30%;left:20%}.admin-bp-lists-footer__pagination{display:none}.admin-bp-lists-footer__button{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.admin-bp-add-form-work-editor-input-grid{overflow:auto;padding:10px;grid-row:2;grid-column:1/2}.admin-bp-add-form-work-editor-input-grid__mobile{grid-row:2;grid-column:1/span 2;overflow:auto}.admin-bp-add-form-work-editor-input-grid__mobile .admin-bp-add-form-work-editor-body-recent-image-list{height:8vh;width:100%}.admin-bp-add-form-work-editor-input-grid__mobile .admin-bp-add-form-work-editor-body-recent-image-list .swiper{width:100%;max-width:18vw!important}}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-font-family: system-ui;--rdp-day-font: inherit;--rdp-day-height: 2.75rem;--rdp-day-width: 2.75rem;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: var(--rdp-day-width);--rdp-day_button-width: var(--rdp-day-height);--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-selected-font: bold large var(--rdp-font-family);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-month_caption-font: bold larger var(--rdp-font-family);--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-font: normal medium var(--rdp-font-family);--rdp-range_middle-foreground-color: white;--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-font: 400 small var(--rdp-font-family);--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-font: 500 smaller var(--rdp-font-family);--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-root button{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);font:var(--rdp-day-font);text-align:center}.rdp-day_button{justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-button_next,.rdp-button_previous{-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;position:relative;font:inherit;appearance:none;background:none;border:0;color:inherit;cursor:pointer;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_previous:disabled{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font:var(--rdp-month_caption-font)}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font:var(--rdp-weekday-font);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font:var(--rdp-week_number-font);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font:var(--rdp-selected-font)}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color);font:var(--rdp-range_middle-font)}.rdp-range_middle .rdp-day_button{border-color:transparent;border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}.date-picker-container{display:flex;flex-direction:column}.date-picker-label{font-size:14px;color:#333;margin:0 8px}.date-picker-input{all:unset;padding:10px 16px;border:1px solid #bebebe;border-radius:50px;font-size:14px;line-height:22px;color:#5c5c5c;background-color:#fff}.date-picker-popper{background-color:#fff;border-radius:8px;z-index:1;border:1px solid #bebebe;margin-top:8px}.date-picker-footer,.date-picker-footer *{padding:0}.date-picker-footer-error{font-weight:400;font-size:12px;color:#da3d34;padding:4px 0 0 8px;display:flex;flex-direction:row;line-height:normal!important}.date-picker--error .date-picker-label{color:#da3d34}.date-picker--error .date-picker-input{border-color:#da3d34}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat{height:100%;display:flex;flex-direction:column;position:relative}#chat__image-uploader,#chat__file-uploader{display:none}.chat-header{height:44px;padding:20px;display:flex;background-color:#fff;border-bottom:1px solid #e6e9ec;align-items:center;gap:8px}.chat-header--mini{padding:4px 16px 20px}.chat-header .chat-header-return{cursor:pointer;height:18px;padding:8px 0}.chat-header .chat-header-info{flex-grow:1;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:8px}.chat-header .chat-header-info .chat-header-info__avatar{grid-row:1/3;height:44px;width:44px;border-radius:50%;margin:auto 0;object-fit:cover;object-position:center}.chat-header .chat-header-info .chat-header-info__name{margin:0!important;font-size:16px;font-weight:400;line-height:24px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header .chat-header-info .chat-header-info-info{margin:0!important;font-size:12px;font-weight:400;color:#bebebe;display:flex;flex-direction:row;gap:8px}.chat-header .chat-header-info .chat-header-info-info .chat-header-info-info__commission-status{display:flex;align-items:center;gap:4px}.chat-header .chat-header-info .chat-header-info-info .chat-header-info-info__commission-status .chat-header-info-info__commission-status__dot{height:8px;width:8px;border-radius:50px;margin-top:2px}.chat-header .chat-header-info .chat-header-info-info .chat-header-info-info__commission-status--quotation,.chat-header .chat-header-info .chat-header-info-info .chat-header-info-info__commission-status--waiting-payment{color:#0098ff}.chat-header .chat-header-info .chat-header-info-info .chat-header-info-info__commission-status--quotation .chat-header-info-info__commission-status__dot,.chat-header .chat-header-info .chat-header-info-info .chat-header-info-info__commission-status--waiting-payment .chat-header-info-info__commission-status__dot{background-color:#0098ff}.chat-header .chat-header-info .chat-header-info-info .chat-header-info-info__commission-status--in-progress{color:#49c36d}.chat-header .chat-header-info .chat-header-info-info .chat-header-info-info__commission-status--in-progress .chat-header-info-info__commission-status__dot{background-color:#49c36d}.chat-header .chat-header-ctas{display:flex;flex-direction:row;align-items:center;align-self:center;gap:8px}.chat-header .chat-header-mini{display:flex;flex-direction:row;align-items:flex-start;align-self:flex-start;gap:8px}.chat-header .chat-header-mini .chat-header-mini-option{cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-items:center}.chat-header .chat-header-mini .chat-header-mini-option .chat-header-mini-option-icon{margin:auto}.chat-scroller{overflow:auto;display:flex;flex-direction:column;overscroll-behavior:contain;flex-grow:1;background-color:#efefef91;position:relative}.chat-scroller:has(.chat-pins) .chat-content{padding-top:57px}.chat-pins{position:absolute;top:0;left:0;right:0;margin:6px;z-index:3;box-sizing:border-box;display:flex;flex-direction:column;gap:4px}.chat-pins--has-more .chat-pins-msg:first-child{cursor:pointer}.chat-pins--toggled .chat-pins-msg{display:flex!important}.chat-pins-msg{background:rgba(255,255,255,.9);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);box-shadow:0 2px 8px #00000026;border-radius:8px;display:none;flex-direction:row;gap:6px;align-items:center;color:#666;font-size:14px;padding:12px 16px 12px 38px;cursor:pointer}.chat-pins-msg:first-child{display:flex;padding-left:16px}.chat-pins-msg--italic{font-style:italic;font-size:13px;color:#aaa}.chat-pins-msg__text{flex-grow:1}.chat-pins-msg__toggle{-webkit-transition:-webkit-transform .2s ease-out;-moz-transition:-moz-transform .2s ease-out;-o-transition:-o-transform .2s ease-out;-ms-transition:-ms-transform .2s ease-out;transition:transform .2s ease-out}.chat-pins-msg__toggle--active{transform:rotate(-180deg)}.chat-pins-msg__unpin{font-style:normal;font-size:12px;color:#aaa;display:none;cursor:pointer}.chat-pins-msg__unpin:hover{color:red}.chat-pins-msg:hover .chat-pins-msg__unpin{display:block}.chat-commission-action{position:absolute;top:78px;width:100%;display:flex;align-items:center}.chat-commission-action .chat-commission-action-button{margin:0 auto;padding:6px 16px;border-radius:40px;display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer;background-color:#fff6bf;color:#b19c0c}.chat-commission-action .chat-commission-action-button *{cursor:pointer}.chat-commission-action .chat-commission-action-button.chat-commission-action-button--edit-quotation,.chat-commission-action .chat-commission-action-button.chat-commission-action-button--confirm-quotation,.chat-commission-action .chat-commission-action-button.chat-commission-action-button--pay{background-color:#74b4ef!important;color:#0060a1!important}.chat-content{display:flex;padding:12px 0;overflow:auto;flex-direction:column-reverse;overflow-x:hidden}.chat-content-pin{width:18px;height:18px;position:absolute;top:-6px}.chat-content-msg{position:relative;display:flex;flex-direction:row;align-items:center;gap:4px;align-self:stretch}.chat-content-msg--right{flex-direction:row-reverse}.chat-content-msg--right .chat-content-msg-text{background-color:#003a86;color:#dfedff;font-size:14px}.chat-content-msg--right .chat-content-msg-attachments-item{background-color:#003a86;color:#dfedff}.chat-content-msg-text{padding:6px 14px;background-color:#dfedff;border-radius:17px;color:#0072bc;font-size:14px;max-width:50vw;position:relative;overflow-wrap:anywhere}.chat-content-msg-actions{display:none;flex-direction:row;gap:2px;align-items:center}.chat-content-msg-actions-action{position:relative;cursor:pointer;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center}.chat-content-msg-actions-action:hover{background-color:#88888823}.chat-content-msg-actions-action__icon{padding:4px}.chat-content-msg-actions-menu{display:flex;flex-direction:column;padding:4px;border-radius:8px;background-color:#fff;position:absolute;left:-27px;bottom:22px;margin:0 0 8px;opacity:1!important;cursor:default;width:72px;z-index:8}.chat-content-msg-actions-menu__item{font-size:14px;cursor:pointer;color:#003a86;line-height:30px;padding:0 6px;border-radius:6px}.chat-content-msg-actions-menu__item:hover{background:rgba(183,215,241,.5)}.chat-content-msg-images{display:grid;grid-template-columns:90px 90px;gap:4px}.chat-content-msg-images__img{position:relative;cursor:pointer}.chat-content-msg-images__img img{width:100%;object-fit:cover;object-position:center;border-radius:4px;min-height:70px;height:100%}.chat-content-msg-images__img:first-child:nth-last-child(3),.chat-content-msg-images__img:first-child:nth-last-child(5),.chat-content-msg-images__img:first-child:nth-last-child(7),.chat-content-msg-images__img:first-child:nth-last-child(9){grid-row:1;grid-column:1/3}.chat-content-msg-images__img:only-child{grid-row:1/3;grid-column:1/3}.chat-content-msg-images__more{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.3);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500}.chat-content-msg-attachments{display:flex;flex-direction:column;gap:4px}.chat-content-msg-attachments-item{display:flex;align-items:center;max-width:220px;padding:8px 12px;background-color:#dfedff;border-radius:12px;color:#0072bc;font-size:14px;cursor:pointer;gap:6px}.chat-content-msg-attachments-item__icon{width:48px;height:48px;border-radius:50%;margin:auto 0}.chat-content-msg-attachments-item__name{font-size:13px;line-height:130%;max-width:180px}.chat-content-msg-attachments-item__size{font-size:11px}.chat-content-msg__avatar{display:flex;align-items:center;justify-content:center;width:32px;align-self:flex-start}.chat-content-msg__avatar img{background-color:#fff;width:28px;height:28px;border-radius:50%;margin-top:2px;object-fit:cover;object-position:center}.chat-content-msg__date{color:#888;font-size:10px;align-self:flex-end}.chat-content-msg:hover .chat-content-msg-actions{display:flex}.chat-content-msg:hover .chat-content-msg__date{display:none}.chat-content-msg-location{display:flex;flex-direction:column;width:220px;border-radius:12px;overflow:hidden;background-color:#fff;cursor:pointer}.chat-content-msg-location-info{display:flex;flex-direction:column;align-items:stretch;padding:6px 8px;gap:2px}.chat-content-msg-location-info__name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:500;font-size:13px}.chat-content-msg-location-info__address{font-size:12px;color:#666}.chat-content-msg-location-info__address--minimal{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.chat-content-reply{display:flex;flex-direction:column;align-items:flex-start;color:#666;margin-bottom:-17px;gap:4px}.chat-content-reply__msg{position:relative;padding:6px 14px 23px;background-color:#eee;font-size:14px;border-radius:17px 17px 17px 0;cursor:pointer;min-height:51px;box-sizing:border-box}.chat-content-reply__msg--italic{font-size:13px;font-style:italic;margin:0 2px}.chat-content-reply__info{display:flex;align-items:center;gap:4px;font-size:12px;color:#999;margin:0 12px}.chat-content__date-separator{background-color:#efefef;font-size:12px;color:#777;line-height:24px;border-radius:13px;align-self:center;padding:0 12px;margin:8px 0}.chat-content-container{display:flex;flex-direction:column;padding:8px 32px 8px 12px;width:100%;box-sizing:border-box;align-items:flex-start}.chat-content-container .chat-content-pin{-moz-transform:scale(-1,1);-o-transform:scale(-1,1);-webkit-transform:scale(-1,1);transform:scaleX(-1);left:-4px}.chat-content-container:has(.chat-content-msg__avatar) .chat-content-reply{margin-left:36px;margin-right:0}.chat-content-container--right{align-items:flex-end;padding:8px 12px 8px 32px}.chat-content-container--right:has(.chat-content-msg__avatar) .chat-content-reply{margin-right:36px;margin-left:0}.chat-content-container--right .chat-content-reply{align-items:flex-end}.chat-content-container--right .chat-content-reply__msg{border-radius:17px 17px 0}.chat-content-container--right .chat-content-msg-actions{flex-direction:row-reverse}.chat-content-container--right .chat-content-pin{-moz-transform:scale(1,1);-o-transform:scale(1,1);-webkit-transform:scale(1,1);transform:scale(1);left:auto;right:-6px!important}.chat-content-container--center{align-items:center;padding:8px 12px}.chat-input{background-color:#efefef91;display:grid;grid-template-columns:auto 1fr;padding:8px;column-gap:8px;row-gap:4px}.chat-input:has(.chat-input-image-gallery),.chat-input:has(.chat-input-file-list),.chat-input:has(.chat-input-replying){padding-top:4px;border-top:1px solid #dbdde2}.chat-input-actions{display:flex;flex-direction:row;align-items:center;gap:6px;margin-left:6px}.chat-input-actions-action{display:flex;flex-direction:row;align-items:center;justify-content:center;height:22px;width:22px;cursor:pointer}.chat-input .chat-input-textbox{background-color:#fff;height:40px;border-radius:22px;display:flex;align-items:center}.chat-input .chat-input-textbox .chat-input-textbox__input{all:unset;background-color:transparent;padding:0 0 0 16px;color:#7f7f7f;font-size:14px;flex-grow:1}.chat-input .chat-input-textbox .chat-input-textbox__input:focus::placeholder{color:transparent}.chat-input .chat-input-textbox .chat-input-textbox__send-button{width:18px;height:18px;padding:11px;cursor:pointer}.chat-input .chat-input-textbox ::placeholder{color:#9d9d9d}.chat-input-attachments{grid-row:1;grid-column:1/3;display:flex;gap:10px}.chat-input-attachments--exists{margin-bottom:10px}.chat-input-attachments-item{height:64px;width:80px;position:relative}.chat-input-attachments-item__image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:12px}.chat-input-attachments-item__trash{position:absolute;right:-5px;top:-5px;cursor:pointer}.chat-input-image-gallery{grid-column:1/3;padding-top:10px}.chat-input-image-gallery-image{position:relative;width:fit-content}.chat-input-image-gallery-image__trash{position:absolute;top:-6px;right:-6px;cursor:pointer}.chat-input-file-list{grid-column:1/3;overflow:auto;min-height:36px;display:flex;flex-direction:column;gap:4px}.chat-input-file-list-item{position:relative;display:flex;align-items:center;width:100%;gap:8px}.chat-input-file-list-item__name{flex-grow:1;font-size:14px;color:#666;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:332px}.chat-input-file-list-item__trash{cursor:pointer;padding:5px 6px}.chat-input-replying{grid-column:1/3;display:flex;flex-direction:column;margin:4px 6px;color:#333;position:relative}.chat-input-replying__to{font-weight:500;font-size:13px}.chat-input-replying__msg{font-size:13px;color:#555}.chat-input-replying__close{position:absolute;right:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;top:calc(50% - 13px)}.chat-input-replying__close:hover{background-color:#88888823}.chat-section{position:fixed;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-end;z-index:13}.chat-section .chat-minimized{background-color:#fff;box-shadow:0 2px 8px #00000026;border-radius:8px 0 0 8px;margin-bottom:48px}.chat-section .chat-bubble{position:relative;height:56px;width:56px;display:flex;align-items:center;justify-items:center;cursor:pointer}.chat-section .chat-bubble:first-child{border-radius:8px 0 0}.chat-section .chat-bubble:last-child{border-radius:0 0 0 8px}.chat-section .chat-bubble:hover{background-color:#b7d7f133}.chat-section .chat-bubble__icon{margin:auto}.chat-section .chat-bubble__new-alert{position:absolute;top:12px;right:12px;width:8px;aspect-ratio:1;border-radius:50%;background-color:red}.mini-chats{display:flex;flex-direction:row-reverse;gap:20px}.mini-chats-window{background-color:#fff;max-width:400px;max-height:calc(100dvh - 114px);width:100vw;height:700px;padding:16px 0 0;box-shadow:0 3px 5px 2px #00000026;border-radius:10px 10px 0 0;margin-right:24px;box-sizing:border-box;position:relative;z-index:100}.mini-chats .chat-content-msg-text{max-width:180px!important}.chat-sessions{position:relative;display:flex;flex-direction:column;gap:10px;min-height:500px;padding:0 16px 16px;z-index:11}.chat-sessions .chat-sessions-mini-header{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.chat-sessions .chat-sessions-mini-header .chat-sessions-mini-header-tabs{flex-grow:1;display:flex;gap:4px;align-items:center}.chat-sessions .chat-sessions-mini-header .chat-sessions-mini-header-tabs .chat-sessions-mini-header-tabs__tab{font-size:14px;color:#9d9d9d;padding:0 8px;cursor:pointer}.chat-sessions .chat-sessions-mini-header .chat-sessions-mini-header-tabs .chat-sessions-mini-header-tabs__tab--active{font-weight:500;color:#013565}.chat-sessions .chat-sessions-mini-header .chat-sessions-mini-header-ctas{display:flex;gap:8px;align-items:center;float:right}.chat-sessions .chat-sessions-mini-header .chat-sessions-mini-header-ctas__icon{cursor:pointer;display:flex;align-items:center;justify-items:center;width:24px;height:24px}.chat-sessions .chat-sessions-content{display:flex;flex-direction:column;flex-grow:1;margin-bottom:10px}.chat-sessions .chat-sessions-content__empty{display:flex;flex-direction:column;align-items:center;color:#aaa;font-size:14px;flex:1;justify-content:center}.chat-sessions .chat-sessions-content:has(.chat-sessions-session) .chat-sessions-content__empty{display:none}.chat-sessions .chat-sessions-content:has(.chat-sessions-support) .chat-sessions-content__empty{display:none}.chat-sessions .chat-sessions-support{display:flex;flex-direction:column;flex-grow:1}.chat-sessions .chat-sessions-support__header{font-size:20px;font-weight:500;color:#013565;margin:0 0 14px 4px}.chat-sessions .chat-sessions-support-content{display:flex;flex-direction:column;flex-grow:1;gap:8px}.chat-sessions .chat-sessions-support-content .chat-sessions-support-ctas{flex-grow:1;display:flex;flex-direction:row}.chat-sessions .chat-sessions-support-content__desc{font-size:12px;color:#9d9d9d;padding:12px 10px 48px}.chat-sessions .chat-sessions-support-ticket{display:flex;flex-direction:column;flex-grow:1;align-items:center;justify-content:center;text-align:center;font-size:20px;font-weight:500;color:#013565;gap:8px}.chat-sessions .chat-sessions-support-ticket__link{font-size:14px;font-weight:400;cursor:pointer;color:#0098ff}.chat-sessions .chat-sessions-support-queue{display:flex;flex-direction:column;align-items:center;flex-grow:1;justify-self:center;gap:8px;color:#121212;margin-top:24px}.chat-sessions .chat-sessions-support-queue__h1{font-size:20px;font-weight:500;color:#013565}.chat-sessions .chat-sessions-support-queue__h2,.chat-sessions .chat-sessions-support-queue__footer{font-size:16px}.chat-sessions .chat-sessions-support-queue__sub{font-size:14px;margin:16px 0 8px}.chat-sessions .chat-sessions-support-queue__footer{margin:24px 0 48px;color:#013565}.chat-sessions .chat-sessions-support-queue__position{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background-color:#0098ff;color:#fff;font-size:36px}.chat-sessions .chat-sessions-search{background:#efefef;border-radius:50px;padding:10px 16px;display:flex;flex-direction:row;align-items:center;margin-bottom:12px}.chat-sessions .chat-sessions-search .chat-sessions-search__input{all:unset;font-size:14px;color:#9d9d9d;padding:0 10px}.chat-sessions-session{display:grid;grid-template-columns:auto 1fr auto auto;grid-template-rows:1fr 1fr;padding:6px 0;border-bottom:1px solid #e6e9ec;cursor:pointer;position:relative}.chat-sessions-session *{cursor:pointer}.chat-sessions-session:hover{background-color:#b7d7f180}.chat-sessions-session:hover .chat-sessions-session-option{display:block}.chat-sessions-session-avatar{position:relative;display:flex;align-items:center;justify-content:center;grid-column:1;grid-row:1/3;margin:0 8px}.chat-sessions-session-avatar__image{height:42px;aspect-ratio:1;border-radius:50%;object-fit:cover;object-position:center}.chat-sessions-session-avatar__online{width:10px;aspect-ratio:1;border-radius:50%;background-color:#49c36d;position:absolute;top:1px;border:1px solid white;right:-2px}.chat-sessions-session-avatar__pinned{width:16px;aspect-ratio:1;border-radius:50%;background-color:#49c36d;position:absolute;bottom:2px;border:1px solid white;right:-2px}.chat-sessions-session-name{display:flex;font-size:14px;line-height:24px;align-items:center}.chat-sessions-session-name--full-row{grid-row:1/3}.chat-sessions-session-name--new{font-weight:500;color:#333}.chat-sessions-session-message{display:flex;width:100%;gap:8px;align-items:center;grid-column:2;grid-row:2}.chat-sessions-session-message-msg{font-size:13px;color:#545454;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:220px}.chat-sessions-session-message-msg--new{color:#333;font-weight:500}.chat-sessions-session-message-last-msg-date{display:flex;align-items:center;font-size:11px;color:#a9a9a9;flex-shrink:0;white-space:nowrap;margin-top:2px}.chat-sessions-session-new-dot{width:8px;aspect-ratio:1;background-color:#0098ff;border-radius:50%;grid-row:1/3;align-self:center;margin:0 8px}.chat-sessions-session-staff{font-size:10px;color:#9d9d9d}.chat-sessions-session-option{grid-column:4;grid-row:1/3;width:16px;margin:auto 8px;padding:4px;border-radius:50%;display:none}.chat-sessions-session-option:hover{background-color:#ccc}.chat-sessions-session-options{background-color:#fff;position:absolute;top:-4px;right:38px;padding:4px;border-radius:8px;box-shadow:0 2px 8px #00000026;width:66px}.chat-sessions-session-options__item{font-size:14px;cursor:pointer;color:#003a86;line-height:30px;padding:0 6px;border-radius:6px}.chat-sessions-session-options__item:hover{background:rgba(183,215,241,.5)}.chat-sessions .chat-sessions-session:last-child{border-bottom:none!important}.full-chats{display:flex;height:calc(100vh - 90px);box-sizing:border-box;background-color:#dedede;align-items:stretch}.full-chats .full-chats-sessions{padding:16px;background-color:#fff;border-right:1px solid rgb(222,222,222)}.full-chats .full-chats-content{flex-grow:1}.full-chats .chat-sessions{z-index:9}.chat-commission-form{flex-grow:1;display:flex;flex-direction:column;align-items:center;gap:10px;min-width:600px}.chat-commission-form .chat-commission-form__header{color:#0098ff;font-size:14px;font-weight:400;margin:0;padding:0}.chat-commission-form .chat-commission-form__step{color:#013565;font-size:14px;font-weight:400}.chat-commission-form .chat-commission-form-content{background-color:#fff;padding:10px;border-radius:10px;display:flex;flex-direction:column;gap:10px;min-height:416px;align-self:stretch}.chat-commission-form .chat-commission-form-content .chat-commission-form-content__header{color:#013565;font-size:14px;margin:0;padding:0}.chat-commission-form .chat-commission-form-content .chat-commission-form-content-summary{flex-grow:1}.chat-commission-form .chat-commission-form-content .chat-commission-form-content-cta{display:flex;justify-content:space-between}.chat-commission-form .chat-commission-form-content-types{display:flex;flex-direction:column}.chat-commission-form .chat-commission-form-content-types-details{display:flex;gap:10px}.chat-payment-form{flex-grow:1;display:flex;flex-direction:column;align-items:stretch;gap:20px;background-color:#fff;margin:0 10px;padding:16px 10px;border-radius:10px;min-height:500px}.chat-payment-form .chat-payment-form__header{align-self:flex-start;color:#013565;font-size:16px;margin:0;padding:0}.chat-payment-form .chat-payment-form-tabs{display:flex;flex-direction:row;gap:20px;color:#9d9d9d;font-size:14px}.chat-payment-form .chat-payment-form-tabs .chat-payment-form-tabs-item{display:flex;align-items:center;gap:8px;cursor:pointer}.chat-payment-form .chat-payment-form-tabs .chat-payment-form-tabs-item--active{color:#013565!important}.chat-payment-form .chat-payment-form-content{display:flex;flex-direction:column;gap:4px;flex-grow:1;display:grid;grid-template-columns:1fr 1fr;column-gap:10px}.chat-payment-form .chat-payment-form-content.chat-payment-form-content-creditcard .chat-payment-form-content-creditcard-number__textbox-label{font-size:14px;margin:0 8px;color:#333;grid-column:1/2}.chat-payment-form .chat-payment-form-content.chat-payment-form-content-creditcard .chat-payment-form-content-creditcard-number__type-icons{display:flex;gap:10px;align-items:center;grid-column:2/3;flex-direction:row-reverse;margin-right:5px}.chat-payment-form .chat-payment-form-content.chat-payment-form-content-creditcard .chat-payment-form-content-creditcard-number__field{display:flex;flex-direction:row;gap:10px;grid-column:1/3}.chat-payment-form .chat-payment-form-content.chat-payment-form-content-creditcard .chat-payment-form-content__name{grid-column:1/3}.chat-payment-form .chat-payment-form-content.chat-payment-form-content-creditcard .chat-payment-form-content-creditcard__header{font-size:14px;margin:0 8px;color:#013565;grid-column:1/3}.chat-payment-form .chat-payment-form-content.chat-payment-form-content-creditcard .chat-payment-form-content-creditcard-number__label{font-size:14px;margin:0 8px;color:#9d9d9d}.chat-payment-form .chat-payment-form-content.chat-payment-form-content-creditcard .chat-payment-form-content-creditcard-number__value{font-size:14px;margin:0 8px;color:#252525;text-align:right}.chat-payment-form .chat-payment-form-content.chat-payment-form-content-qr .chat-payment-form-content-qr-code{display:flex;flex-direction:column;grid-column:1/3;align-items:center;gap:4px}.chat-payment-form .chat-payment-form-content.chat-payment-form-content-qr .chat-payment-form-content-qr__header{font-size:14px;margin:0 8px;color:#013565;grid-column:1/3}.chat-payment-form .chat-payment-form-content.chat-payment-form-content-qr .chat-payment-form-content-qr-number__label{font-size:14px;margin:0 8px;color:#9d9d9d}.chat-payment-form .chat-payment-form-content.chat-payment-form-content-qr .chat-payment-form-content-qr-number__value{font-size:14px;margin:0 8px;color:#252525;text-align:right}.chat-quotation{flex-grow:1;display:flex;flex-direction:column;align-items:center;gap:10px}.chat-quotation .chat-quotation-content{width:224px;background-color:#fff;border-radius:10px;padding:10px;display:flex;flex-direction:column;align-items:stretch;gap:4px}.chat-quotation .chat-quotation-content .chat-quotation-content__header{color:#013565;font-size:16px;font-weight:800;margin:0 0 4px;padding:0}.chat-quotation .chat-quotation-content .chat-quotation-content-info{display:grid;grid-template-columns:1fr auto;color:#9d9d9d;font-size:12px;row-gap:4px}.chat-quotation .chat-quotation-content .chat-quotation-content-info .chat-quotation-content-info__value{text-align:right}.chat-quotation .chat-quotation-content .chat-quotation-content-info .chat-quotation-content-info--highlight{font-size:14px;color:#121212}.chat-quotation .chat-quotation-content .chat-quotation-content-cta{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;align-self:stretch;margin-top:4px}.chat-quotation .chat-quotation-content .chat-quotation-content-cta .chat-quotation-content-cta-action{display:flex;flex-direction:row;align-items:center;font-size:14px;align-self:center;gap:8px;color:#013565;cursor:pointer}.chat-quotation .chat-quotation-content .chat-quotation-content-status{display:flex;flex-direction:row;align-items:center;font-size:14px;align-self:center;gap:8px}.chat-quotation .chat-quotation-content .chat-quotation-content-status--confirmed{color:#379955}.chat-quotation .chat-quotation-content .chat-quotation-content-status--rejected{color:#f0483e}.chat-quotation .chat-quotation-content .chat-quotation-content-status--waiting{color:#0098ff}.chat-quotation .chat-quotation-content .chat-quotation-content__auto-cancel{color:#f0483e;font-size:10px;align-self:center}.chat-subtitle{color:#0098ff;font-size:14px;font-weight:400;margin:0;padding:0}.chat-invoice{flex-grow:1;display:flex;flex-direction:column;align-items:center;gap:10px}.chat-invoice .chat-invoice-content{width:224px;background-color:#fff;border-radius:10px;padding:10px;display:flex;flex-direction:column;align-items:stretch;gap:4px}.chat-invoice .chat-invoice-content .chat-invoice-content__header{color:#013565;font-size:16px;font-weight:800;margin:0 0 4px;padding:0}.chat-invoice .chat-invoice-content .chat-invoice-content-info{display:grid;grid-template-columns:1fr auto;color:#9d9d9d;font-size:12px;row-gap:4px}.chat-invoice .chat-invoice-content .chat-invoice-content-info .chat-invoice-content-info__value{text-align:right}.chat-invoice .chat-invoice-content .chat-invoice-content-info .chat-invoice-content-info--highlight{font-size:14px;color:#121212}.chat-invoice .chat-invoice-content .chat-invoice-content__auto-cancel{color:#f0483e;font-size:10px;align-self:center}.chat-invoice .chat-invoice-content .chat-invoice-content-cta{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;align-self:stretch;margin-top:4px}.chat-invoice .chat-invoice-content .chat-invoice-content-cta .chat-invoice-content-cta-action{display:flex;flex-direction:row;align-items:center;font-size:14px;align-self:center;gap:8px;color:#013565;cursor:pointer}.chat-invoice .chat-invoice-content .chat-invoice-content-status{display:flex;flex-direction:row;align-items:center;font-size:14px;align-self:center;gap:8px}.chat-invoice .chat-invoice-content .chat-invoice-content-status .chat-invoice-content-status--paid{color:#379955}.chat-side-bar{background-color:#fff;width:300px;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:36px;border-left:1px solid rgb(222,222,222);overflow-y:auto}.chat-side-bar h2.chat-side-bar-header{color:#013565;font-size:18px;font-weight:500;margin:0}.chat-side-bar .chat-side-bar-terms{color:#5c5c5c;font-size:14px;font-weight:400;display:flex;flex-direction:column;gap:14px}.chat-side-bar .chat-side-bar-terms .chat-side-bar-terms__desc{margin:0}.chat-side-bar .chat-side-bar-step-header{display:flex;align-items:center;margin-bottom:14px}.chat-side-bar .chat-side-bar-step-header .chat-side-bar-step-header__steps{flex-grow:1;text-align:right;color:#74b4ef;font-weight:800}.chat-side-bar .chat-side-bar-step-content{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr 1fr 1fr 1fr;row-gap:8px}.chat-side-bar .chat-side-bar-step-content .chat-side-bar-step-content__step{width:8px;height:8px;background-color:#9d9d9d;border-radius:50%;margin:auto 10px;grid-column:1}.chat-side-bar .chat-side-bar-step-content .chat-side-bar-step-content__step--active{background-color:#0098ff}.chat-side-bar .chat-side-bar-step-content .chat-side-bar-step-content__text{font-size:14px;color:#9d9d9d;grid-column:2}.chat-side-bar .chat-side-bar-step-content .chat-side-bar-step-content__text--active,.chat-side-bar .chat-side-bar-step-content .chat-side-bar-step-content__text--done{color:#0098ff}.chat-side-bar .chat-side-bar-step-content .chat-side-bar-step-content__text--active{font-weight:500}.chat-side-bar .chat-side-bar-step-content .chat-side-bar-step-content__text--done{opacity:.5}.chat-side-bar .chat-side-bar-step-content .chat-side-bar-step-content__progress-line{background-color:#9d9d9d;width:2px;grid-row:1/5;grid-column:1;margin:auto}.chat-side-bar .chat-side-bar-step-content .chat-side-bar-step-content__progress-line--current{background-color:#0098ff;margin:15px auto}.chat-side-bar-drafts{display:flex;flex-direction:column;gap:14px}.chat-side-bar-drafts__header{color:#013565;font-size:18px;font-weight:500;margin:0}.chat-side-bar-drafts__empty{font-size:14px;color:#9d9d9d}.chat-side-bar-drafts-list{display:flex;flex-direction:column;gap:12px}.chat-side-bar-drafts-list-item{display:flex;flex-direction:column;font-size:14px;border:1px solid #9d9d9d;border-radius:8px;padding:8px}.chat-side-bar-drafts-list-item__header{color:#121212;font-weight:500}.chat-side-bar-drafts-list-item__date{color:#9d9d9d;font-size:13px}.chat-side-bar-drafts-list-item__sub{font-size:14px}.chat-side-bar-drafts-list-item__file{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;color:#0098ff}.chat-side-bar-drafts-list-item__file:hover{text-decoration:underline}.chat-side-bar-drafts-list-item__accept{align-self:center;margin-top:8px;color:#379955;cursor:pointer}.chat-side-bar-drafts-list-item__accept:hover{text-decoration:underline}.chat-side-bar .chat-side-bar-footer{display:flex;flex-direction:column;align-items:flex-start;gap:14px;font-size:14px;color:#5c5c5c}.chat-side-bar .chat-side-bar-footer .chat-side-bar-footer__help{text-decoration:underline;color:#0098ff;cursor:pointer}.chat-impression{display:grid;background-color:#efefef;border-radius:8px;padding:8px 10px 8px 8px;grid-template-columns:auto 1fr;column-gap:8px;align-items:center;max-width:250px;cursor:pointer}.chat-impression-banner{width:48px;height:100%;border-radius:6px;object-fit:cover;object-position:center}.chat-impression-desc{font-size:12px;color:#777;display:flex;flex-direction:column}.chat-impression-desc__name{color:#555;font-size:14px;font-weight:500}@media only screen and (max-width: 435px){.chat-sessions-session-option{display:block}}@media only screen and (max-width: 768px){.chat-section{z-index:11}.mini-chats-window{max-width:100dvw;max-height:100dvh;height:100dvh;margin:0;border-radius:0}.chat-header-mini-option__maximize,.chat-sessions-mini-header-ctas__icon--maximize{display:none!important}}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-12px)}40%{transform:translate(12px)}60%{transform:translate(-10px)}80%{transform:translate(5px)}to{transform:translate(0)}}.message-shake{animation:shake .5s ease}.label-checkbox{padding:10px;border:1px solid rgba(0,0,0,.2);border-radius:8px;user-select:none;width:auto;cursor:pointer;font-size:14px;color:#00000080}.label-checkbox--checked{border:1px solid rgb(0,0,0);color:#000}.submit-draft{display:flex;flex-direction:column}.submit-draft h2{margin:0}.submit-draft-form{display:flex;flex-direction:column;gap:16px}.reason-form{display:flex;flex-direction:column;gap:8px}.reason-form__title{font-size:28px;font-weight:500;margin:0}.reason-form-cta{display:flex;justify-content:space-between;gap:8px;margin-top:24px}/**
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/:root{--ck-color-base-foreground: hsl(0, 0%, 98%);--ck-color-base-background: hsl(0, 0%, 100%);--ck-color-base-border: hsl(220, 6%, 81%);--ck-color-base-action: hsl(104, 50.2%, 42.5%);--ck-color-base-focus: hsl(209, 92%, 70%);--ck-color-base-text: hsl(0, 0%, 20%);--ck-color-base-active: hsl(218.1, 100%, 58%);--ck-color-base-active-focus: hsl(218.2, 100%, 52.5%);--ck-color-base-error: hsl(15, 100%, 43%);--ck-color-focus-border-coordinates: 218, 81.8%, 56.9%;--ck-color-focus-border: hsl(var(--ck-color-focus-border-coordinates));--ck-color-focus-outer-shadow: hsl(212.4, 89.3%, 89%);--ck-color-focus-disabled-shadow: hsla(209, 90%, 72%,.3);--ck-color-focus-error-shadow: hsla(9,100%,56%,.3);--ck-color-text: var(--ck-color-base-text);--ck-color-shadow-drop: hsla(0, 0%, 0%, .15);--ck-color-shadow-drop-active: hsla(0, 0%, 0%, .2);--ck-color-shadow-inner: hsla(0, 0%, 0%, .1);--ck-color-button-default-background: transparent;--ck-color-button-default-hover-background: hsl(0, 0%, 94.1%);--ck-color-button-default-active-background: hsl(0, 0%, 94.1%);--ck-color-button-default-disabled-background: transparent;--ck-color-button-on-background: hsl(212, 100%, 97.1%);--ck-color-button-on-hover-background: hsl(211.7, 100%, 92.9%);--ck-color-button-on-active-background: hsl(211.7, 100%, 92.9%);--ck-color-button-on-disabled-background: hsl(211, 15%, 95%);--ck-color-button-on-color: hsl(218.1, 100%, 58%);--ck-color-button-action-background: var(--ck-color-base-action);--ck-color-button-action-hover-background: hsl(104, 53.2%, 40.2%);--ck-color-button-action-active-background: hsl(104, 53.2%, 40.2%);--ck-color-button-action-disabled-background: hsl(104, 44%, 58%);--ck-color-button-action-text: var(--ck-color-base-background);--ck-color-button-save: hsl(120, 100%, 27%);--ck-color-button-cancel: hsl(15, 100%, 43%);--ck-color-switch-button-off-background: hsl(0, 0%, 57.6%);--ck-color-switch-button-off-hover-background: hsl(0, 0%, 49%);--ck-color-switch-button-on-background: var(--ck-color-button-action-background);--ck-color-switch-button-on-hover-background: hsl(104, 53.2%, 40.2%);--ck-color-switch-button-inner-background: var(--ck-color-base-background);--ck-color-switch-button-inner-shadow: hsla(0, 0%, 0%, .1);--ck-color-dropdown-panel-background: var(--ck-color-base-background);--ck-color-dropdown-panel-border: var(--ck-color-base-border);--ck-color-dialog-background: var(--ck-custom-background);--ck-color-dialog-form-header-border: var(--ck-custom-border);--ck-color-input-background: var(--ck-color-base-background);--ck-color-input-border: var(--ck-color-base-border);--ck-color-input-error-border: var(--ck-color-base-error);--ck-color-input-text: var(--ck-color-base-text);--ck-color-input-disabled-background: hsl(0, 0%, 95%);--ck-color-input-disabled-border: var(--ck-color-base-border);--ck-color-input-disabled-text: hsl(0, 0%, 46%);--ck-color-list-background: var(--ck-color-base-background);--ck-color-list-button-hover-background: var(--ck-color-button-default-hover-background);--ck-color-list-button-on-background: var(--ck-color-button-on-color);--ck-color-list-button-on-background-focus: var(--ck-color-button-on-color);--ck-color-list-button-on-text: var(--ck-color-base-background);--ck-color-panel-background: var(--ck-color-base-background);--ck-color-panel-border: var(--ck-color-base-border);--ck-color-toolbar-background: var(--ck-color-base-background);--ck-color-toolbar-border: var(--ck-color-base-border);--ck-color-tooltip-background: var(--ck-color-base-text);--ck-color-tooltip-text: var(--ck-color-base-background);--ck-color-engine-placeholder-text: hsl(0, 0%, 44%);--ck-color-upload-bar-background: hsl(209, 92%, 70%);--ck-color-link-default: hsl(240, 100%, 47%);--ck-color-link-selected-background: hsla(201, 100%, 56%, .1);--ck-color-link-fake-selection: hsla(201, 100%, 56%, .3);--ck-color-highlight-background: hsl(60, 100%, 50%);--ck-color-light-red: hsl(0, 100%, 90%)}:root{--ck-disabled-opacity: .5}:root{--ck-focus-outer-shadow-geometry: 0 0 0 3px;--ck-focus-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-outer-shadow);--ck-focus-disabled-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-disabled-shadow);--ck-focus-error-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-error-shadow);--ck-focus-ring: 1px solid var(--ck-color-focus-border)}:root{--ck-font-size-base: 13px;--ck-line-height-base: 1.84615;--ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;--ck-font-size-tiny: .7em;--ck-font-size-small: .75em;--ck-font-size-normal: 1em;--ck-font-size-big: 1.4em;--ck-font-size-large: 1.8em}:root{--ck-ui-component-min-height: 2.3em}.ck.ck-reset,.ck.ck-reset_all,.ck-reset_all *:not(.ck-reset_all-excluded *){box-sizing:border-box;width:auto;height:auto;position:static;margin:0;padding:0;border:0;background:transparent;text-decoration:none;vertical-align:middle;transition:none;word-wrap:break-word}.ck.ck-reset_all,.ck-reset_all *:not(.ck-reset_all-excluded *){border-collapse:collapse;font:normal normal normal var(--ck-font-size-base)/var(--ck-line-height-base) var(--ck-font-face);color:var(--ck-color-text);text-align:left;white-space:nowrap;cursor:auto;float:none}.ck-reset_all .ck-rtl *:not(.ck-reset_all-excluded *){text-align:right}.ck-reset_all iframe:not(.ck-reset_all-excluded *){vertical-align:inherit}.ck-reset_all textarea:not(.ck-reset_all-excluded *){white-space:pre-wrap}.ck-reset_all textarea:not(.ck-reset_all-excluded *),.ck-reset_all input[type=text]:not(.ck-reset_all-excluded *),.ck-reset_all input[type=password]:not(.ck-reset_all-excluded *){cursor:text}.ck-reset_all textarea[disabled]:not(.ck-reset_all-excluded *),.ck-reset_all input[type=text][disabled]:not(.ck-reset_all-excluded *),.ck-reset_all input[type=password][disabled]:not(.ck-reset_all-excluded *){cursor:default}.ck-reset_all fieldset:not(.ck-reset_all-excluded *){padding:10px;border:2px groove hsl(255,7%,88%)}.ck-reset_all button:not(.ck-reset_all-excluded *)::-moz-focus-inner{padding:0;border:0}.ck[dir=rtl],.ck[dir=rtl] .ck{text-align:right}:root{--ck-border-radius: 2px}:root{--ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset;--ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop);--ck-drop-shadow-active: 0 3px 6px 1px var(--ck-color-shadow-drop-active)}:root{--ck-spacing-unit: .6em;--ck-spacing-large: calc(var(--ck-spacing-unit) * 1.5);--ck-spacing-standard: var(--ck-spacing-unit);--ck-spacing-medium: calc(var(--ck-spacing-unit) * .8);--ck-spacing-small: calc(var(--ck-spacing-unit) * .5);--ck-spacing-tiny: calc(var(--ck-spacing-unit) * .3);--ck-spacing-extra-tiny: calc(var(--ck-spacing-unit) * .16)}.ck.ck-autocomplete>.ck-search__results{border-radius:0}.ck-rounded-corners .ck.ck-autocomplete>.ck-search__results,.ck.ck-autocomplete>.ck-search__results.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-autocomplete>.ck-search__results{box-shadow:var(--ck-drop-shadow),0 0;max-height:200px;overflow-y:auto;background:var(--ck-color-base-background);border:1px solid var(--ck-color-dropdown-panel-border);min-width:auto}.ck.ck-autocomplete>.ck-search__results.ck-search__results_n{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:-1px}.ck.ck-autocomplete>.ck-search__results.ck-search__results_s{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.ck.ck-button,a.ck.ck-button{background:var(--ck-color-button-default-background);border-radius:0;white-space:nowrap;cursor:default;vertical-align:middle;padding:var(--ck-spacing-tiny);text-align:center;min-width:var(--ck-ui-component-min-height);min-height:var(--ck-ui-component-min-height);line-height:1;font-size:inherit;border:1px solid transparent;transition:box-shadow .2s ease-in-out,border .2s ease-in-out;-webkit-appearance:none}.ck.ck-button:not(.ck-disabled):hover,a.ck.ck-button:not(.ck-disabled):hover{background:var(--ck-color-button-default-hover-background)}.ck.ck-button:not(.ck-disabled):active,a.ck.ck-button:not(.ck-disabled):active{background:var(--ck-color-button-default-active-background)}.ck.ck-button.ck-disabled,a.ck.ck-button.ck-disabled{background:var(--ck-color-button-default-disabled-background)}.ck-rounded-corners .ck.ck-button,.ck-rounded-corners a.ck.ck-button,.ck.ck-button.ck-rounded-corners,a.ck.ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius)}@media (prefers-reduced-motion: reduce){.ck.ck-button,a.ck.ck-button{transition:none}}.ck.ck-button:active,a.ck.ck-button:active,.ck.ck-button:focus,a.ck.ck-button:focus{outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0}.ck.ck-button .ck-button__icon use,a.ck.ck-button .ck-button__icon use,.ck.ck-button .ck-button__icon use *,a.ck.ck-button .ck-button__icon use *{color:inherit}.ck.ck-button .ck-button__label,a.ck.ck-button .ck-button__label{font-size:inherit;font-weight:inherit;color:inherit;cursor:inherit;vertical-align:middle}[dir=ltr] .ck.ck-button .ck-button__label,[dir=ltr] a.ck.ck-button .ck-button__label{text-align:left}[dir=rtl] .ck.ck-button .ck-button__label,[dir=rtl] a.ck.ck-button .ck-button__label{text-align:right}.ck.ck-button .ck-button__keystroke,a.ck.ck-button .ck-button__keystroke{color:inherit}[dir=ltr] .ck.ck-button .ck-button__keystroke,[dir=ltr] a.ck.ck-button .ck-button__keystroke{margin-left:var(--ck-spacing-large)}[dir=rtl] .ck.ck-button .ck-button__keystroke,[dir=rtl] a.ck.ck-button .ck-button__keystroke{margin-right:var(--ck-spacing-large)}.ck.ck-button .ck-button__keystroke,a.ck.ck-button .ck-button__keystroke{opacity:.5}.ck.ck-button.ck-disabled:active,a.ck.ck-button.ck-disabled:active,.ck.ck-button.ck-disabled:focus,a.ck.ck-button.ck-disabled:focus{box-shadow:var(--ck-focus-disabled-outer-shadow),0 0}.ck.ck-button.ck-disabled .ck-button__icon,a.ck.ck-button.ck-disabled .ck-button__icon,.ck.ck-button.ck-disabled .ck-button__label,a.ck.ck-button.ck-disabled .ck-button__label{opacity:var(--ck-disabled-opacity)}.ck.ck-button.ck-disabled .ck-button__keystroke,a.ck.ck-button.ck-disabled .ck-button__keystroke{opacity:.3}.ck.ck-button.ck-button_with-text,a.ck.ck-button.ck-button_with-text{padding:var(--ck-spacing-tiny) var(--ck-spacing-standard)}[dir=ltr] .ck.ck-button.ck-button_with-text .ck-button__icon,[dir=ltr] a.ck.ck-button.ck-button_with-text .ck-button__icon{margin-left:calc(-1 * var(--ck-spacing-small));margin-right:var(--ck-spacing-small)}[dir=rtl] .ck.ck-button.ck-button_with-text .ck-button__icon,[dir=rtl] a.ck.ck-button.ck-button_with-text .ck-button__icon{margin-right:calc(-1 * var(--ck-spacing-small));margin-left:var(--ck-spacing-small)}.ck.ck-button.ck-button_with-keystroke .ck-button__label,a.ck.ck-button.ck-button_with-keystroke .ck-button__label{flex-grow:1}.ck.ck-button.ck-on,a.ck.ck-button.ck-on{background:var(--ck-color-button-on-background);color:var(--ck-color-button-on-color)}.ck.ck-button.ck-on:not(.ck-disabled):hover,a.ck.ck-button.ck-on:not(.ck-disabled):hover{background:var(--ck-color-button-on-hover-background)}.ck.ck-button.ck-on:not(.ck-disabled):active,a.ck.ck-button.ck-on:not(.ck-disabled):active{background:var(--ck-color-button-on-active-background)}.ck.ck-button.ck-on.ck-disabled,a.ck.ck-button.ck-on.ck-disabled{background:var(--ck-color-button-on-disabled-background)}.ck.ck-button.ck-button-save,a.ck.ck-button.ck-button-save{color:var(--ck-color-button-save)}.ck.ck-button.ck-button-cancel,a.ck.ck-button.ck-button-cancel{color:var(--ck-color-button-cancel)}.ck.ck-button-action,a.ck.ck-button-action{background:var(--ck-color-button-action-background);color:var(--ck-color-button-action-text)}.ck.ck-button-action:not(.ck-disabled):hover,a.ck.ck-button-action:not(.ck-disabled):hover{background:var(--ck-color-button-action-hover-background)}.ck.ck-button-action:not(.ck-disabled):active,a.ck.ck-button-action:not(.ck-disabled):active{background:var(--ck-color-button-action-active-background)}.ck.ck-button-action.ck-disabled,a.ck.ck-button-action.ck-disabled{background:var(--ck-color-button-action-disabled-background)}.ck.ck-button-bold,a.ck.ck-button-bold{font-weight:700}:root{--ck-switch-button-toggle-width: 2.6153846154em;--ck-switch-button-toggle-inner-size: calc(1.0769230769em + 1px);--ck-switch-button-translation: calc( var(--ck-switch-button-toggle-width) - var(--ck-switch-button-toggle-inner-size) - 2px );--ck-switch-button-inner-hover-shadow: 0 0 0 5px var(--ck-color-switch-button-inner-shadow)}.ck.ck-button.ck-switchbutton,.ck.ck-button.ck-switchbutton:hover,.ck.ck-button.ck-switchbutton:focus,.ck.ck-button.ck-switchbutton:active,.ck.ck-button.ck-switchbutton.ck-on:hover,.ck.ck-button.ck-switchbutton.ck-on:focus,.ck.ck-button.ck-switchbutton.ck-on:active{color:inherit;background:transparent}[dir=ltr] .ck.ck-button.ck-switchbutton .ck-button__label{margin-right:calc(2 * var(--ck-spacing-large))}[dir=rtl] .ck.ck-button.ck-switchbutton .ck-button__label{margin-left:calc(2 * var(--ck-spacing-large))}.ck.ck-button.ck-switchbutton .ck-button__toggle{border-radius:0}.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle,.ck.ck-button.ck-switchbutton .ck-button__toggle.ck-rounded-corners{border-radius:var(--ck-border-radius)}[dir=ltr] .ck.ck-button.ck-switchbutton .ck-button__toggle{margin-left:auto}[dir=rtl] .ck.ck-button.ck-switchbutton .ck-button__toggle{margin-right:auto}.ck.ck-button.ck-switchbutton .ck-button__toggle{transition:background .4s ease,box-shadow .2s ease-in-out,outline .2s ease-in-out;border:1px solid transparent;width:var(--ck-switch-button-toggle-width);background:var(--ck-color-switch-button-off-background)}.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{border-radius:0}.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner,.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner.ck-rounded-corners{border-radius:var(--ck-border-radius);border-radius:calc(.5 * var(--ck-border-radius))}.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{width:var(--ck-switch-button-toggle-inner-size);height:var(--ck-switch-button-toggle-inner-size);background:var(--ck-color-switch-button-inner-background);transition:all .3s ease}@media (prefers-reduced-motion: reduce){.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{transition:none}}.ck.ck-button.ck-switchbutton .ck-button__toggle:hover{background:var(--ck-color-switch-button-off-hover-background)}.ck.ck-button.ck-switchbutton .ck-button__toggle:hover .ck-button__toggle__inner{box-shadow:var(--ck-switch-button-inner-hover-shadow)}.ck.ck-button.ck-switchbutton.ck-disabled .ck-button__toggle{opacity:var(--ck-disabled-opacity)}.ck.ck-button.ck-switchbutton:focus{border-color:transparent;outline:none;box-shadow:none}.ck.ck-button.ck-switchbutton:focus .ck-button__toggle{box-shadow:0 0 0 1px var(--ck-color-base-background),0 0 0 5px var(--ck-color-focus-outer-shadow);outline-offset:1px;outline:var(--ck-focus-ring)}.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle{background:var(--ck-color-switch-button-on-background)}.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle:hover{background:var(--ck-color-switch-button-on-hover-background)}[dir=ltr] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner{transform:translate(var( --ck-switch-button-translation ))}[dir=rtl] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner{transform:translate(calc(-1 * var( --ck-switch-button-translation )))}:root{--ck-collapsible-arrow-size: calc(.5 * var(--ck-icon-size))}.ck.ck-collapsible>.ck.ck-button{width:100%;font-weight:700;padding:var(--ck-list-button-padding);border-radius:0;color:inherit}.ck.ck-collapsible>.ck.ck-button:focus{background:transparent}.ck.ck-collapsible>.ck.ck-button:active,.ck.ck-collapsible>.ck.ck-button:not(:focus),.ck.ck-collapsible>.ck.ck-button:hover:not(:focus){background:transparent;border-color:transparent;box-shadow:none}.ck.ck-collapsible>.ck.ck-button>.ck-icon{margin-right:var(--ck-spacing-medium);width:var(--ck-collapsible-arrow-size)}.ck.ck-collapsible>.ck-collapsible__children{padding:var(--ck-spacing-medium) var(--ck-spacing-large) var(--ck-spacing-large)}.ck.ck-collapsible.ck-collapsible_collapsed>.ck.ck-button .ck-icon{transform:rotate(-90deg)}:root{--ck-color-grid-tile-size: 24px;--ck-color-color-grid-check-icon: hsl(212, 81%, 46%)}.ck.ck-color-grid{grid-gap:5px;padding:8px}.ck.ck-color-grid__tile{transition:.2s ease box-shadow}@media (forced-colors: none){.ck.ck-color-grid__tile{width:var(--ck-color-grid-tile-size);height:var(--ck-color-grid-tile-size);min-width:var(--ck-color-grid-tile-size);min-height:var(--ck-color-grid-tile-size);padding:0;border:0}.ck.ck-color-grid__tile.ck-on,.ck.ck-color-grid__tile:focus:not(.ck-disabled),.ck.ck-color-grid__tile:hover:not(.ck-disabled){border:0}.ck.ck-color-grid__tile.ck-color-selector__color-tile_bordered{box-shadow:0 0 0 1px var(--ck-color-base-border)}.ck.ck-color-grid__tile.ck-on{box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-base-text)}.ck.ck-color-grid__tile:focus:not(.ck-disabled),.ck.ck-color-grid__tile:hover:not(.ck-disabled){box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-focus-border)}}@media (forced-colors: active){.ck.ck-color-grid__tile{width:unset;height:unset;min-width:unset;min-height:unset;padding:0 var(--ck-spacing-small)}.ck.ck-color-grid__tile .ck-button__label{display:inline-block}}@media (prefers-reduced-motion: reduce){.ck.ck-color-grid__tile{transition:none}}.ck.ck-color-grid__tile.ck-disabled{cursor:unset;transition:unset}.ck.ck-color-grid__tile .ck.ck-icon{display:none;color:var(--ck-color-color-grid-check-icon)}.ck.ck-color-grid__tile.ck-on .ck.ck-icon{display:block}.ck.ck-color-grid__label{padding:0 var(--ck-spacing-standard)}.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color,.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker{width:100%}.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker{padding:calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker:not(:focus){border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker .ck.ck-icon{margin-right:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker .ck.ck-icon{margin-left:var(--ck-spacing-standard)}.ck.ck-color-selector .ck-color-grids-fragment label.ck.ck-color-grid__label{font-weight:unset}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker{padding:8px}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker{height:100px;min-width:180px}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(saturation){border-radius:var(--ck-border-radius) var(--ck-border-radius) 0 0}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(hue){border-radius:0 0 var(--ck-border-radius) var(--ck-border-radius)}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(saturation-pointer),.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(hue-pointer){width:15px;height:15px}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar{padding:0 8px 8px}:root{--ck-dialog-overlay-background-color: hsla( 0, 0%, 0%, .5 );--ck-dialog-drop-shadow: 0px 0px 6px 2px hsl(0deg 0% 0% / 15%);--ck-dialog-max-width: 100vw;--ck-dialog-max-height: 90vh;--ck-color-dialog-background: var(--ck-color-base-background);--ck-color-dialog-form-header-border: var(--ck-color-base-border)}.ck.ck-dialog-overlay{animation:ck-dialog-fade-in .3s;background:var(--ck-dialog-overlay-background-color);z-index:var(--ck-z-dialog)}.ck.ck-dialog{border-radius:0}.ck-rounded-corners .ck.ck-dialog,.ck.ck-dialog.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-dialog{box-shadow:var(--ck-drop-shadow),0 0;--ck-drop-shadow: var(--ck-dialog-drop-shadow);background:var(--ck-color-dialog-background);max-height:var(--ck-dialog-max-height);max-width:var(--ck-dialog-max-width);border:1px solid var(--ck-color-base-border)}.ck.ck-dialog .ck.ck-form__header{border-bottom:1px solid var(--ck-color-dialog-form-header-border)}@keyframes ck-dialog-fade-in{0%{background:hsla(0,0%,0%,0)}to{background:var(--ck-dialog-overlay-background-color)}}.ck.ck-dialog .ck.ck-dialog__actions{padding:var(--ck-spacing-large)}.ck.ck-dialog .ck.ck-dialog__actions>*+*{margin-left:var(--ck-spacing-large)}:root{--ck-dropdown-arrow-size: calc(.5 * var(--ck-icon-size))}.ck.ck-dropdown{font-size:inherit}.ck.ck-dropdown .ck-dropdown__arrow{width:var(--ck-dropdown-arrow-size)}[dir=ltr] .ck.ck-dropdown .ck-dropdown__arrow{right:var(--ck-spacing-standard);margin-left:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-dropdown .ck-dropdown__arrow{left:var(--ck-spacing-standard);margin-right:var(--ck-spacing-small)}.ck.ck-dropdown.ck-disabled .ck-dropdown__arrow{opacity:var(--ck-disabled-opacity)}[dir=ltr] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){padding-left:var(--ck-spacing-small)}[dir=rtl] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text){padding-right:var(--ck-spacing-small)}.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label{width:7em;overflow:hidden;text-overflow:ellipsis}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-disabled .ck-button__label{opacity:var(--ck-disabled-opacity)}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on{border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-dropdown__button_label-width_auto .ck-button__label{width:auto}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active,.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active{box-shadow:none}.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active:focus,.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active:focus{box-shadow:var(--ck-focus-outer-shadow),0 0}.ck.ck-dropdown__panel{border-radius:0}.ck-rounded-corners .ck.ck-dropdown__panel,.ck.ck-dropdown__panel.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-dropdown__panel{box-shadow:var(--ck-drop-shadow),0 0;background:var(--ck-color-dropdown-panel-background);border:1px solid var(--ck-color-dropdown-panel-border);bottom:0;min-width:100%}.ck.ck-dropdown__panel.ck-dropdown__panel_se{border-top-left-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_sw{border-top-right-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_ne{border-bottom-left-radius:0}.ck.ck-dropdown__panel.ck-dropdown__panel_nw{border-bottom-right-radius:0}.ck.ck-dropdown__panel:focus{outline:none}.ck.ck-dropdown>.ck-dropdown__panel>.ck-list{border-radius:0}.ck-rounded-corners .ck.ck-dropdown>.ck-dropdown__panel>.ck-list,.ck.ck-dropdown>.ck-dropdown__panel>.ck-list.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0}.ck.ck-dropdown>.ck-dropdown__panel>.ck-list .ck-list__item:first-child>.ck-button{border-radius:0}.ck-rounded-corners .ck.ck-dropdown>.ck-dropdown__panel>.ck-list .ck-list__item:first-child>.ck-button,.ck.ck-dropdown>.ck-dropdown__panel>.ck-list .ck-list__item:first-child>.ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-dropdown>.ck-dropdown__panel>.ck-list .ck-list__item:last-child>.ck-button{border-radius:0}.ck-rounded-corners .ck.ck-dropdown>.ck-dropdown__panel>.ck-list .ck-list__item:last-child>.ck-button,.ck.ck-dropdown>.ck-dropdown__panel>.ck-list .ck-list__item:last-child>.ck-button.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}:root{--ck-color-split-button-hover-background: hsl(0, 0%, 92%);--ck-color-split-button-hover-border: hsl(0, 0%, 70%)}[dir=ltr] .ck.ck-splitbutton:hover>.ck-splitbutton__action,[dir=ltr] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action{border-top-right-radius:unset;border-bottom-right-radius:unset}[dir=rtl] .ck.ck-splitbutton:hover>.ck-splitbutton__action,[dir=rtl] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action{border-top-left-radius:unset;border-bottom-left-radius:unset}.ck.ck-splitbutton>.ck-splitbutton__arrow{min-width:unset}[dir=ltr] .ck.ck-splitbutton>.ck-splitbutton__arrow{border-top-left-radius:unset;border-bottom-left-radius:unset}[dir=rtl] .ck.ck-splitbutton>.ck-splitbutton__arrow{border-top-right-radius:unset;border-bottom-right-radius:unset}.ck.ck-splitbutton>.ck-splitbutton__arrow svg{width:var(--ck-dropdown-arrow-size)}.ck.ck-splitbutton>.ck-splitbutton__arrow:not(:focus){border-top-width:0px;border-bottom-width:0px}.ck.ck-splitbutton.ck-splitbutton_open>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover),.ck.ck-splitbutton:hover>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover){background:var(--ck-color-split-button-hover-background)}.ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,.ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{content:"";position:absolute;width:1px;height:100%;background-color:var(--ck-color-split-button-hover-border)}.ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:focus:after,.ck.ck-splitbutton:hover>.ck-splitbutton__arrow:focus:after{--ck-color-split-button-hover-border: var(--ck-color-focus-border)}[dir=ltr] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,[dir=ltr] .ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{left:-1px}[dir=rtl] .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,[dir=rtl] .ck.ck-splitbutton:hover>.ck-splitbutton__arrow:not(.ck-disabled):after{right:-1px}.ck.ck-splitbutton.ck-splitbutton_open{border-radius:0}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__action,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners>.ck-splitbutton__action{border-bottom-left-radius:0}.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open>.ck-splitbutton__arrow,.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners>.ck-splitbutton__arrow{border-bottom-right-radius:0}.ck.ck-toolbar-dropdown .ck-toolbar{border:0}:root{--ck-accessibility-help-dialog-max-width: 600px;--ck-accessibility-help-dialog-max-height: 400px;--ck-accessibility-help-dialog-border-color: hsl(220, 6%, 81%);--ck-accessibility-help-dialog-code-background-color: hsl(0deg 0% 92.94%);--ck-accessibility-help-dialog-kbd-shadow-color: hsl(0deg 0% 61%)}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content{padding:var(--ck-spacing-large);max-width:var(--ck-accessibility-help-dialog-max-width);max-height:var(--ck-accessibility-help-dialog-max-height);overflow:auto;user-select:text;border:1px solid transparent}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content:focus{outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content *{white-space:normal}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content .ck-label{display:none}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h3{font-weight:700;font-size:1.2em}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h4{font-weight:700;font-size:1em}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content p,.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h3,.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h4,.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content table{margin:1em 0}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl{display:grid;grid-template-columns:2fr 1fr;border-top:1px solid var(--ck-accessibility-help-dialog-border-color);border-bottom:none}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dt,.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dd{border-bottom:1px solid var(--ck-accessibility-help-dialog-border-color);padding:.4em 0}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dt{grid-column-start:1}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dd{grid-column-start:2;text-align:right}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd,.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content code{display:inline-block;background:var(--ck-accessibility-help-dialog-code-background-color);padding:.4em;vertical-align:middle;line-height:1;border-radius:2px;text-align:center;font-size:.9em}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content code{font-family:monospace}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd{min-width:1.8em;box-shadow:0 1px 1px var(--ck-accessibility-help-dialog-kbd-shadow-color);margin:0 1px}.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd+kbd{margin-left:2px}:root{--ck-color-editable-blur-selection: hsl(0, 0%, 85%)}.ck.ck-editor__editable:not(.ck-editor__nested-editable){border-radius:0}.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable){border-radius:var(--ck-border-radius)}.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable){outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-inner-shadow),0 0}.ck.ck-editor__editable_inline{overflow:auto;padding:0 var(--ck-spacing-standard);border:1px solid transparent}.ck.ck-editor__editable_inline[dir=ltr]{text-align:left}.ck.ck-editor__editable_inline[dir=rtl]{text-align:right}.ck.ck-editor__editable_inline>*:first-child{margin-top:var(--ck-spacing-large)}.ck.ck-editor__editable_inline>*:last-child{margin-bottom:var(--ck-spacing-large)}.ck.ck-editor__editable_inline.ck-blurred ::selection{background:var(--ck-color-editable-blur-selection)}.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_n]:after{border-bottom-color:var(--ck-color-panel-background)}.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_s]:after{border-top-color:var(--ck-color-panel-background)}:root{--ck-form-header-height: 44px}.ck.ck-form__header{padding:var(--ck-spacing-small) var(--ck-spacing-large);height:var(--ck-form-header-height);line-height:var(--ck-form-header-height);border-bottom:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-form__header>.ck-icon{margin-right:var(--ck-spacing-medium)}[dir=rtl] .ck.ck-form__header>.ck-icon{margin-left:var(--ck-spacing-medium)}.ck.ck-form__header .ck-form__header__label{--ck-font-size-base: 15px;font-weight:700}:root{--ck-icon-size: calc(var(--ck-line-height-base) * var(--ck-font-size-normal))}.ck.ck-icon{width:var(--ck-icon-size);height:var(--ck-icon-size);font-size:.8333350694em;cursor:inherit;will-change:transform}.ck.ck-icon *{cursor:inherit}.ck.ck-icon.ck-icon_inherit-color,.ck.ck-icon.ck-icon_inherit-color *{color:inherit}.ck.ck-icon.ck-icon_inherit-color *:not([fill]){fill:currentColor}:root{--ck-input-width: 18em;--ck-input-text-width: var(--ck-input-width)}.ck.ck-input{border-radius:0}.ck-rounded-corners .ck.ck-input,.ck.ck-input.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-input{background:var(--ck-color-input-background);border:1px solid var(--ck-color-input-border);padding:var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);min-width:var(--ck-input-width);min-height:var(--ck-ui-component-min-height);transition:box-shadow .1s ease-in-out,border .1s ease-in-out}@media (prefers-reduced-motion: reduce){.ck.ck-input{transition:none}}.ck.ck-input:focus{outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0}.ck.ck-input[readonly]{border:1px solid var(--ck-color-input-disabled-border);background:var(--ck-color-input-disabled-background);color:var(--ck-color-input-disabled-text)}.ck.ck-input[readonly]:focus{box-shadow:var(--ck-focus-disabled-outer-shadow),0 0}.ck.ck-input.ck-error{border-color:var(--ck-color-input-error-border);animation:ck-input-shake .3s ease both}@media (prefers-reduced-motion: reduce){.ck.ck-input.ck-error{animation:none}}.ck.ck-input.ck-error:focus{box-shadow:var(--ck-focus-error-outer-shadow),0 0}@keyframes ck-input-shake{20%{transform:translate(-2px)}40%{transform:translate(2px)}60%{transform:translate(-1px)}80%{transform:translate(1px)}}.ck.ck-label{font-weight:700}:root{--ck-labeled-field-view-transition: .1s cubic-bezier(0, 0, .24, .95);--ck-labeled-field-empty-unfocused-max-width: 100% - 2 * var(--ck-spacing-medium);--ck-labeled-field-label-default-position-x: var(--ck-spacing-medium);--ck-labeled-field-label-default-position-y: calc(.6 * var(--ck-font-size-base));--ck-color-labeled-field-label-background: var(--ck-color-base-background)}.ck.ck-labeled-field-view{border-radius:0}.ck-rounded-corners .ck.ck-labeled-field-view,.ck.ck-labeled-field-view.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper{width:100%}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{top:0}[dir=ltr] .ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{left:0;transform-origin:0 0;transform:translate(var(--ck-spacing-medium),-6px) scale(.75)}[dir=rtl] .ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{right:0;transform-origin:100% 0;transform:translate(calc(-1 * var(--ck-spacing-medium)),-6px) scale(.75)}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{pointer-events:none;background:var(--ck-color-labeled-field-label-background);padding:0 calc(.5 * var(--ck-font-size-tiny));line-height:initial;font-weight:400;text-overflow:ellipsis;overflow:hidden;max-width:100%;transition:transform var(--ck-labeled-field-view-transition),padding var(--ck-labeled-field-view-transition),background var(--ck-labeled-field-view-transition)}@media (prefers-reduced-motion: reduce){.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{transition:none}}.ck.ck-labeled-field-view.ck-error>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{color:var(--ck-color-base-error)}.ck.ck-labeled-field-view.ck-error .ck-input:not([readonly])+.ck.ck-label{color:var(--ck-color-base-error)}.ck.ck-labeled-field-view .ck-labeled-field-view__status{font-size:var(--ck-font-size-small);margin-top:var(--ck-spacing-small);white-space:normal}.ck.ck-labeled-field-view .ck-labeled-field-view__status.ck-labeled-field-view__status_error{color:var(--ck-color-base-error)}.ck.ck-labeled-field-view.ck-disabled>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{color:var(--ck-color-input-disabled-text)}[dir=ltr] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,[dir=ltr] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder):not(.ck-error)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{transform:translate(var(--ck-labeled-field-label-default-position-x),var(--ck-labeled-field-label-default-position-y)) scale(1)}[dir=rtl] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,[dir=rtl] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder):not(.ck-error)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{transform:translate(calc(-1 * var(--ck-labeled-field-label-default-position-x)),var(--ck-labeled-field-label-default-position-y)) scale(1)}.ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label,.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder):not(.ck-error)>.ck.ck-labeled-field-view__input-wrapper>.ck.ck-label{max-width:calc(var(--ck-labeled-field-empty-unfocused-max-width));background:transparent;padding:0}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown>.ck.ck-button{background:transparent}.ck.ck-labeled-field-view.ck-labeled-field-view_empty>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown>.ck-button>.ck-button__label{opacity:0}.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder)>.ck.ck-labeled-field-view__input-wrapper>.ck-dropdown+.ck-label{max-width:calc(var(--ck-labeled-field-empty-unfocused-max-width) - var(--ck-dropdown-arrow-size) - var(--ck-spacing-standard))}.ck.ck-labeled-input .ck-labeled-input__status{font-size:var(--ck-font-size-small);margin-top:var(--ck-spacing-small);white-space:normal}.ck.ck-labeled-input .ck-labeled-input__status_error{color:var(--ck-color-base-error)}:root{--ck-list-button-padding: calc(.11 * var(--ck-line-height-base) * var(--ck-font-size-base)) calc(.4 * var(--ck-line-height-base) * var(--ck-font-size-base))}.ck.ck-list{border-radius:0}.ck-rounded-corners .ck.ck-list,.ck.ck-list.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-list{list-style-type:none;background:var(--ck-color-list-background)}.ck.ck-list__item{cursor:default;min-width:12em}.ck.ck-list__item>.ck-button{min-height:unset;width:100%;border-radius:0}[dir=ltr] .ck.ck-list__item>.ck-button{text-align:left}[dir=rtl] .ck.ck-list__item>.ck-button{text-align:right}.ck.ck-list__item>.ck-button{padding:var(--ck-list-button-padding)}.ck.ck-list__item>.ck-button:active{box-shadow:none}.ck.ck-list__item>.ck-button.ck-on{background:var(--ck-color-list-button-on-background);color:var(--ck-color-list-button-on-text)}.ck.ck-list__item>.ck-button.ck-on:active{box-shadow:none}.ck.ck-list__item>.ck-button.ck-on:hover:not(.ck-disabled){background:var(--ck-color-list-button-on-background-focus)}.ck.ck-list__item>.ck-button.ck-on:focus:not(.ck-switchbutton):not(.ck-disabled){border-color:var(--ck-color-base-background)}.ck.ck-list__item>.ck-button:hover:not(.ck-disabled){background:var(--ck-color-list-button-hover-background)}.ck.ck-list__item>.ck-switchbutton.ck-on{background:var(--ck-color-list-background);color:inherit}.ck.ck-list__item>.ck-switchbutton.ck-on:hover:not(.ck-disabled){background:var(--ck-color-list-button-hover-background);color:inherit}.ck-list .ck-list__group{padding-top:var(--ck-spacing-medium)}*:not(.ck-hidden)~.ck-list .ck-list__group{border-top:1px solid var(--ck-color-base-border)}.ck-list .ck-list__group>.ck-label{font-size:11px;font-weight:700;padding:var(--ck-spacing-medium) var(--ck-spacing-medium) 0 var(--ck-spacing-medium)}.ck.ck-list__separator{height:1px;width:100%;background:var(--ck-color-base-border)}.ck.ck-menu-bar{display:flex;flex-wrap:wrap;justify-content:flex-start;background:var(--ck-color-base-background);padding:var(--ck-spacing-small);gap:var(--ck-spacing-small);border:1px solid var(--ck-color-toolbar-border);width:100%}.ck.ck-menu-bar__menu{font-size:inherit}.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level{max-width:100%}.ck.ck-menu-bar__menu>.ck-menu-bar__menu__button{padding:var(--ck-list-button-padding);width:100%}.ck.ck-menu-bar__menu>.ck-menu-bar__menu__button>.ck-button__label{flex-grow:1;overflow:hidden;text-overflow:ellipsis}.ck.ck-menu-bar__menu>.ck-menu-bar__menu__button.ck-disabled>.ck-button__label{opacity:var(--ck-disabled-opacity)}[dir=ltr] .ck.ck-menu-bar__menu>.ck-menu-bar__menu__button:not(.ck-button_with-text){padding-left:var(--ck-spacing-small)}[dir=rtl] .ck.ck-menu-bar__menu>.ck-menu-bar__menu__button:not(.ck-button_with-text){padding-right:var(--ck-spacing-small)}.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level>.ck-menu-bar__menu__button{padding:var(--ck-spacing-small) var(--ck-spacing-medium);min-height:unset}.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level>.ck-menu-bar__menu__button .ck-button__label{width:unset;line-height:unset}.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level>.ck-menu-bar__menu__button.ck-on{border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level>.ck-menu-bar__menu__button .ck-icon{display:none}.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button{border-radius:0}.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button:focus{border-color:transparent;box-shadow:none}.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button:focus:not(.ck-on){background:var(--ck-color-button-default-hover-background)}.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button:not(:has(.ck-button__icon))>.ck-button__label{margin-left:calc(var(--ck-icon-size) - var(--ck-spacing-small))}.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button>.ck-menu-bar__menu__button__arrow{width:var(--ck-dropdown-arrow-size)}[dir=ltr] .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button>.ck-menu-bar__menu__button__arrow{transform:rotate(-90deg)}[dir=rtl] .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button>.ck-menu-bar__menu__button__arrow{transform:rotate(90deg)}.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button.ck-disabled>.ck-menu-bar__menu__button__arrow{opacity:var(--ck-disabled-opacity)}[dir=ltr] .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button>.ck-menu-bar__menu__button__arrow{right:var(--ck-spacing-standard);margin-left:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button>.ck-menu-bar__menu__button__arrow{left:var(--ck-spacing-standard);margin-right:var(--ck-spacing-small)}:root{--ck-menu-bar-menu-item-min-width: 18em}.ck.ck-menu-bar__menu .ck.ck-menu-bar__menu__item{min-width:var(--ck-menu-bar-menu-item-min-width)}.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button{border-radius:0}.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button>.ck-spinner-container,.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button>.ck-spinner-container .ck-spinner{--ck-toolbar-spinner-size: 20px}.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button>.ck-spinner-container{margin-left:calc(-1 * var(--ck-spacing-small));margin-right:var(--ck-spacing-small)}.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button:focus{border-color:transparent;box-shadow:none}.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button:focus:not(.ck-on){background:var(--ck-color-button-default-hover-background)}.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level>.ck-menu-bar__menu__panel>ul>.ck-menu-bar__menu__item>.ck-menu-bar__menu__item__button:not(:has(.ck-button__icon))>.ck-button__label{margin-left:calc(var(--ck-icon-size) - var(--ck-spacing-small))}:root{--ck-menu-bar-menu-panel-max-width: 75vw}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel{border-radius:0}.ck-rounded-corners .ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel,.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel{box-shadow:var(--ck-drop-shadow),0 0;background:var(--ck-color-dropdown-panel-background);border:1px solid var(--ck-color-dropdown-panel-border);bottom:0;height:fit-content;max-width:var(--ck-menu-bar-menu-panel-max-width)}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es,.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se{border-top-left-radius:0}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws,.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw{border-top-right-radius:0}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en,.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne{border-bottom-left-radius:0}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn,.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw{border-bottom-right-radius:0}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel:focus{outline:none}:root{--ck-balloon-border-width: 1px;--ck-balloon-arrow-offset: 2px;--ck-balloon-arrow-height: 10px;--ck-balloon-arrow-half-width: 8px;--ck-balloon-arrow-drop-shadow: 0 2px 2px var(--ck-color-shadow-drop)}.ck.ck-balloon-panel{border-radius:0}.ck-rounded-corners .ck.ck-balloon-panel,.ck.ck-balloon-panel.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-balloon-panel{box-shadow:var(--ck-drop-shadow),0 0;min-height:15px;background:var(--ck-color-panel-background);border:var(--ck-balloon-border-width) solid var(--ck-color-panel-border)}.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before,.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after{width:0;height:0;border-style:solid}.ck.ck-balloon-panel[class*=arrow_n]:before,.ck.ck-balloon-panel[class*=arrow_n]:after{border-width:0 var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width)}.ck.ck-balloon-panel[class*=arrow_n]:before{border-color:transparent transparent var(--ck-color-panel-border) transparent;margin-top:calc(-1 * var(--ck-balloon-border-width))}.ck.ck-balloon-panel[class*=arrow_n]:after{border-color:transparent transparent var(--ck-color-panel-background) transparent;margin-top:calc(var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width))}.ck.ck-balloon-panel[class*=arrow_s]:before,.ck.ck-balloon-panel[class*=arrow_s]:after{border-width:var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width) 0 var(--ck-balloon-arrow-half-width)}.ck.ck-balloon-panel[class*=arrow_s]:before{border-color:var(--ck-color-panel-border) transparent transparent;filter:drop-shadow(var(--ck-balloon-arrow-drop-shadow));margin-bottom:calc(-1 * var(--ck-balloon-border-width))}.ck.ck-balloon-panel[class*=arrow_s]:after{border-color:var(--ck-color-panel-background) transparent transparent transparent;margin-bottom:calc(var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width))}.ck.ck-balloon-panel[class*=arrow_e]:before,.ck.ck-balloon-panel[class*=arrow_e]:after{border-width:var(--ck-balloon-arrow-half-width) 0 var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height)}.ck.ck-balloon-panel[class*=arrow_e]:before{border-color:transparent transparent transparent var(--ck-color-panel-border);margin-right:calc(-1 * var(--ck-balloon-border-width))}.ck.ck-balloon-panel[class*=arrow_e]:after{border-color:transparent transparent transparent var(--ck-color-panel-background);margin-right:calc(var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width))}.ck.ck-balloon-panel[class*=arrow_w]:before,.ck.ck-balloon-panel[class*=arrow_w]:after{border-width:var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width) 0}.ck.ck-balloon-panel[class*=arrow_w]:before{border-color:transparent var(--ck-color-panel-border) transparent transparent;margin-left:calc(-1 * var(--ck-balloon-border-width))}.ck.ck-balloon-panel[class*=arrow_w]:after{border-color:transparent var(--ck-color-panel-background) transparent transparent;margin-left:calc(var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_n:before,.ck.ck-balloon-panel.ck-balloon-panel_arrow_n:after{left:50%;margin-left:calc(-1 * var(--ck-balloon-arrow-half-width));top:calc(-1 * var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw:before,.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw:after{left:calc(2 * var(--ck-balloon-arrow-half-width));top:calc(-1 * var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne:before,.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne:after{right:calc(2 * var(--ck-balloon-arrow-half-width));top:calc(-1 * var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_s:before,.ck.ck-balloon-panel.ck-balloon-panel_arrow_s:after{left:50%;margin-left:calc(-1 * var(--ck-balloon-arrow-half-width));bottom:calc(-1 * var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw:before,.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw:after{left:calc(2 * var(--ck-balloon-arrow-half-width));bottom:calc(-1 * var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_se:before,.ck.ck-balloon-panel.ck-balloon-panel_arrow_se:after{right:calc(2 * var(--ck-balloon-arrow-half-width));bottom:calc(-1 * var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme:before,.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme:after{right:25%;margin-right:calc(2 * var(--ck-balloon-arrow-half-width));bottom:calc(-1 * var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw:before,.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw:after{left:25%;margin-left:calc(2 * var(--ck-balloon-arrow-half-width));bottom:calc(-1 * var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme:before,.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme:after{right:25%;margin-right:calc(2 * var(--ck-balloon-arrow-half-width));top:calc(-1 * var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw:before,.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw:after{left:25%;margin-left:calc(2 * var(--ck-balloon-arrow-half-width));top:calc(-1 * var(--ck-balloon-arrow-height))}.ck.ck-balloon-panel.ck-balloon-panel_arrow_e:before,.ck.ck-balloon-panel.ck-balloon-panel_arrow_e:after{right:calc(-1 * var(--ck-balloon-arrow-height));margin-top:calc(-1 * var(--ck-balloon-arrow-half-width));top:50%}.ck.ck-balloon-panel.ck-balloon-panel_arrow_w:before,.ck.ck-balloon-panel.ck-balloon-panel_arrow_w:after{left:calc(-1 * var(--ck-balloon-arrow-height));margin-top:calc(-1 * var(--ck-balloon-arrow-half-width));top:50%}.ck .ck-balloon-rotator__navigation{background:var(--ck-color-toolbar-background);border-bottom:1px solid var(--ck-color-toolbar-border);padding:0 var(--ck-spacing-small)}.ck .ck-balloon-rotator__navigation>*{margin-right:var(--ck-spacing-small);margin-top:var(--ck-spacing-small);margin-bottom:var(--ck-spacing-small)}.ck .ck-balloon-rotator__navigation .ck-balloon-rotator__counter{margin-right:var(--ck-spacing-standard);margin-left:var(--ck-spacing-small)}.ck .ck-balloon-rotator__content .ck.ck-annotation-wrapper{box-shadow:none}:root{--ck-balloon-fake-panel-offset-horizontal: 6px;--ck-balloon-fake-panel-offset-vertical: 6px}.ck .ck-fake-panel div{box-shadow:var(--ck-drop-shadow),0 0;min-height:15px;background:var(--ck-color-panel-background);border:1px solid var(--ck-color-panel-border);border-radius:var(--ck-border-radius);width:100%;height:100%}.ck .ck-fake-panel div:nth-child(1){margin-left:var(--ck-balloon-fake-panel-offset-horizontal);margin-top:var(--ck-balloon-fake-panel-offset-vertical)}.ck .ck-fake-panel div:nth-child(2){margin-left:calc(var(--ck-balloon-fake-panel-offset-horizontal) * 2);margin-top:calc(var(--ck-balloon-fake-panel-offset-vertical) * 2)}.ck .ck-fake-panel div:nth-child(3){margin-left:calc(var(--ck-balloon-fake-panel-offset-horizontal) * 3);margin-top:calc(var(--ck-balloon-fake-panel-offset-vertical) * 3)}.ck .ck-balloon-panel_arrow_s+.ck-fake-panel,.ck .ck-balloon-panel_arrow_se+.ck-fake-panel,.ck .ck-balloon-panel_arrow_sw+.ck-fake-panel{--ck-balloon-fake-panel-offset-vertical: -6px}.ck.ck-sticky-panel .ck-sticky-panel__content_sticky{box-shadow:var(--ck-drop-shadow),0 0;border-width:0 1px 1px;border-top-left-radius:0;border-top-right-radius:0}.ck-vertical-form>.ck-button:nth-last-child(2):after{border-right:1px solid var(--ck-color-base-border)}.ck.ck-responsive-form{padding:var(--ck-spacing-large)}.ck.ck-responsive-form:focus{outline:none}[dir=ltr] .ck.ck-responsive-form>:not(:first-child){margin-left:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-responsive-form>:not(:last-child){margin-left:var(--ck-spacing-standard)}@media screen and (max-width: 600px){.ck.ck-responsive-form{padding:0;width:calc(.8 * var(--ck-input-width))}.ck.ck-responsive-form .ck-labeled-field-view{margin:var(--ck-spacing-large) var(--ck-spacing-large) 0}.ck.ck-responsive-form .ck-labeled-field-view .ck-input-text,.ck.ck-responsive-form .ck-labeled-field-view .ck-input-number{min-width:0;width:100%}.ck.ck-responsive-form .ck-labeled-field-view .ck-labeled-field-view__error{white-space:normal}.ck.ck-responsive-form>.ck-button:nth-last-child(2):after{border-right:1px solid var(--ck-color-base-border)}.ck.ck-responsive-form>.ck-button:nth-last-child(1),.ck.ck-responsive-form>.ck-button:nth-last-child(2){padding:var(--ck-spacing-standard);margin-top:var(--ck-spacing-large);border-radius:0}.ck.ck-responsive-form>.ck-button:nth-last-child(1):not(:focus),.ck.ck-responsive-form>.ck-button:nth-last-child(2):not(:focus){border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-responsive-form>.ck-button:nth-last-child(1),[dir=ltr] .ck.ck-responsive-form>.ck-button:nth-last-child(2){margin-left:0}[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(1),[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2){margin-left:0}[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(1):last-of-type,[dir=rtl] .ck.ck-responsive-form>.ck-button:nth-last-child(2):last-of-type{border-right:1px solid var(--ck-color-base-border)}}:root{--ck-search-field-view-horizontal-spacing: calc(var(--ck-icon-size) + var(--ck-spacing-medium))}.ck.ck-search>.ck-labeled-field-view .ck-input{width:100%}.ck.ck-search>.ck-labeled-field-view.ck-search__query_with-icon{--ck-labeled-field-label-default-position-x: var(--ck-search-field-view-horizontal-spacing)}.ck.ck-search>.ck-labeled-field-view.ck-search__query_with-icon>.ck-labeled-field-view__input-wrapper>.ck-icon{opacity:.5;pointer-events:none}.ck.ck-search>.ck-labeled-field-view.ck-search__query_with-icon .ck-input{width:100%}[dir=ltr] .ck.ck-search>.ck-labeled-field-view.ck-search__query_with-icon .ck-input{padding-left:var(--ck-search-field-view-horizontal-spacing)}[dir=rtl] .ck.ck-search>.ck-labeled-field-view.ck-search__query_with-icon .ck-input:not(.ck-input-text_empty){padding-left:var(--ck-search-field-view-horizontal-spacing)}.ck.ck-search>.ck-labeled-field-view.ck-search__query_with-reset{--ck-labeled-field-empty-unfocused-max-width: 100% - 2 * var(--ck-search-field-view-horizontal-spacing)}.ck.ck-search>.ck-labeled-field-view.ck-search__query_with-reset.ck-labeled-field-view_empty{--ck-labeled-field-empty-unfocused-max-width: 100% - var(--ck-search-field-view-horizontal-spacing) - var(--ck-spacing-medium)}.ck.ck-search>.ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset{min-width:auto;min-height:auto;background:none;opacity:.5;padding:0}[dir=ltr] .ck.ck-search>.ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset{right:var(--ck-spacing-medium)}[dir=rtl] .ck.ck-search>.ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset{left:var(--ck-spacing-medium)}.ck.ck-search>.ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset:hover{opacity:1}.ck.ck-search>.ck-labeled-field-view.ck-search__query_with-reset .ck-input{width:100%}[dir=ltr] .ck.ck-search>.ck-labeled-field-view.ck-search__query_with-reset .ck-input:not(.ck-input-text_empty){padding-right:var(--ck-search-field-view-horizontal-spacing)}[dir=rtl] .ck.ck-search>.ck-labeled-field-view.ck-search__query_with-reset .ck-input{padding-right:var(--ck-search-field-view-horizontal-spacing)}.ck.ck-search>.ck-search__results{min-width:100%}.ck.ck-search>.ck-search__results>.ck-search__info{width:100%;padding:var(--ck-spacing-medium) var(--ck-spacing-large)}.ck.ck-search>.ck-search__results>.ck-search__info *{white-space:normal}.ck.ck-search>.ck-search__results>.ck-search__info>span:first-child{font-weight:700}.ck.ck-search>.ck-search__results>.ck-search__info>span:last-child{margin-top:var(--ck-spacing-medium)}.ck.ck-spinner-container{width:var(--ck-toolbar-spinner-size);height:var(--ck-toolbar-spinner-size);animation:1.5s infinite ck-spinner-rotate linear}@media (prefers-reduced-motion: reduce){.ck.ck-spinner-container{animation-duration:3s}}.ck.ck-spinner{width:var(--ck-toolbar-spinner-size);height:var(--ck-toolbar-spinner-size);border-radius:50%;border:2px solid var(--ck-color-text);border-top-color:transparent}@keyframes ck-spinner-rotate{to{transform:rotate(360deg)}}.ck-textarea{overflow-x:hidden}:root{--ck-color-block-toolbar-button: var(--ck-color-text);--ck-block-toolbar-button-size: var(--ck-font-size-normal)}.ck.ck-block-toolbar-button{color:var(--ck-color-block-toolbar-button);font-size:var(--ck-block-toolbar-size)}.ck.ck-toolbar{border-radius:0}.ck-rounded-corners .ck.ck-toolbar,.ck.ck-toolbar.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-toolbar{background:var(--ck-color-toolbar-background);padding:0 var(--ck-spacing-small);border:1px solid var(--ck-color-toolbar-border)}.ck.ck-toolbar .ck.ck-toolbar__separator{height:var(--ck-icon-size);width:1px;min-width:1px;background:var(--ck-color-toolbar-border);margin-top:var(--ck-spacing-small);margin-bottom:var(--ck-spacing-small)}.ck.ck-toolbar .ck-toolbar__line-break{height:0}.ck.ck-toolbar>.ck-toolbar__items>*:not(.ck-toolbar__line-break){margin-right:var(--ck-spacing-small)}.ck.ck-toolbar>.ck-toolbar__items:empty+.ck.ck-toolbar__separator{display:none}.ck.ck-toolbar>.ck-toolbar__items>*:not(.ck-toolbar__line-break),.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown{margin-top:var(--ck-spacing-small);margin-bottom:var(--ck-spacing-small)}.ck.ck-toolbar.ck-toolbar_vertical{padding:0}.ck.ck-toolbar.ck-toolbar_vertical>.ck-toolbar__items>.ck{width:100%;margin:0;border-radius:0}.ck.ck-toolbar.ck-toolbar_compact{padding:0}.ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>*{margin:0}.ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>*:not(:first-child):not(:last-child){border-radius:0}.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown>.ck.ck-button.ck-dropdown__button{padding-left:var(--ck-spacing-tiny)}.ck.ck-toolbar .ck-toolbar__nested-toolbar-dropdown>.ck-dropdown__panel{min-width:auto}.ck.ck-toolbar .ck-toolbar__nested-toolbar-dropdown>.ck-button>.ck-button__label{max-width:7em;width:auto}.ck.ck-toolbar:focus{outline:none}.ck-toolbar-container .ck.ck-toolbar{border:0}[dir=rtl] .ck.ck-toolbar>.ck-toolbar__items>.ck,.ck.ck-toolbar[dir=rtl]>.ck-toolbar__items>.ck{margin-right:0}[dir=rtl] .ck.ck-toolbar:not(.ck-toolbar_compact)>.ck-toolbar__items>.ck,.ck.ck-toolbar[dir=rtl]:not(.ck-toolbar_compact)>.ck-toolbar__items>.ck{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck.ck-toolbar>.ck-toolbar__items>.ck:last-child,.ck.ck-toolbar[dir=rtl]>.ck-toolbar__items>.ck:last-child{margin-left:0}[dir=rtl] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:first-child,.ck.ck-toolbar.ck-toolbar_compact[dir=rtl]>.ck-toolbar__items>.ck:first-child{border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:last-child,.ck.ck-toolbar.ck-toolbar_compact[dir=rtl]>.ck-toolbar__items>.ck:last-child{border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .ck.ck-toolbar>.ck.ck-toolbar__separator,.ck.ck-toolbar[dir=rtl]>.ck.ck-toolbar__separator{margin-left:var(--ck-spacing-small)}[dir=rtl] .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child),.ck.ck-toolbar.ck-toolbar_grouping[dir=rtl]>.ck-toolbar__items:not(:empty):not(:only-child){margin-left:var(--ck-spacing-small)}[dir=ltr] .ck.ck-toolbar>.ck-toolbar__items>.ck:last-child,.ck.ck-toolbar[dir=ltr]>.ck-toolbar__items>.ck:last-child{margin-right:0}[dir=ltr] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:first-child,.ck.ck-toolbar.ck-toolbar_compact[dir=ltr]>.ck-toolbar__items>.ck:first-child{border-top-right-radius:0;border-bottom-right-radius:0}[dir=ltr] .ck.ck-toolbar.ck-toolbar_compact>.ck-toolbar__items>.ck:last-child,.ck.ck-toolbar.ck-toolbar_compact[dir=ltr]>.ck-toolbar__items>.ck:last-child{border-top-left-radius:0;border-bottom-left-radius:0}[dir=ltr] .ck.ck-toolbar>.ck.ck-toolbar__separator,.ck.ck-toolbar[dir=ltr]>.ck.ck-toolbar__separator{margin-right:var(--ck-spacing-small)}[dir=ltr] .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items:not(:empty):not(:only-child),.ck.ck-toolbar.ck-toolbar_grouping[dir=ltr]>.ck-toolbar__items:not(:empty):not(:only-child){margin-right:var(--ck-spacing-small)}.ck.ck-balloon-panel.ck-tooltip{--ck-balloon-border-width: 0px;--ck-balloon-arrow-offset: 0px;--ck-balloon-arrow-half-width: 4px;--ck-balloon-arrow-height: 4px;--ck-tooltip-text-padding: 4px;--ck-color-panel-background: var(--ck-color-tooltip-background);padding:0 var(--ck-spacing-medium);box-shadow:none}.ck.ck-balloon-panel.ck-tooltip .ck-tooltip__text{font-size:.9em;line-height:1.5;color:var(--ck-color-tooltip-text)}.ck.ck-balloon-panel.ck-tooltip.ck-tooltip_multi-line .ck-tooltip__text{white-space:break-spaces;display:inline-block;padding:var(--ck-tooltip-text-padding) 0;max-width:200px}.ck.ck-balloon-panel.ck-tooltip:before{display:none}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content{border-radius:0}.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content,.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-rounded-corners{border-radius:var(--ck-border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content{border:1px solid var(--ck-color-base-border);border-bottom-width:0}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-sticky-panel__content_sticky{border-bottom-width:1px}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar{border:0;border-bottom:1px solid var(--ck-color-base-border)}.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar{border:0}.ck.ck-editor__main>.ck-editor__editable{background:var(--ck-color-base-background);border-radius:0}.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border-color:var(--ck-color-base-border)}:root{--ck-clipboard-drop-target-dot-width: 12px;--ck-clipboard-drop-target-dot-height: 8px;--ck-clipboard-drop-target-color: var(--ck-color-focus-border)}.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span{bottom:calc(-.5 * var(--ck-clipboard-drop-target-dot-height));top:calc(-.5 * var(--ck-clipboard-drop-target-dot-height));border:1px solid var(--ck-clipboard-drop-target-color);background:var(--ck-clipboard-drop-target-color);margin-left:-1px}.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span:after{content:"";width:0;height:0;display:block;position:absolute;left:50%;top:calc(-.5 * var(--ck-clipboard-drop-target-dot-height));transform:translate(-50%);border-color:var(--ck-clipboard-drop-target-color) transparent transparent transparent;border-width:calc(var(--ck-clipboard-drop-target-dot-height)) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width));border-style:solid}.ck.ck-editor__editable .ck-widget.ck-clipboard-drop-target-range{outline:var(--ck-widget-outline-thickness) solid var(--ck-clipboard-drop-target-color)!important}.ck.ck-editor__editable .ck-widget:-webkit-drag{zoom:.6;outline:none!important}.ck.ck-clipboard-drop-target-line{height:0;border:1px solid var(--ck-clipboard-drop-target-color);background:var(--ck-clipboard-drop-target-color);margin-top:-1px}.ck.ck-clipboard-drop-target-line:before{content:"";position:absolute;top:calc(-.5 * var(--ck-clipboard-drop-target-dot-width));width:0;height:0;border-style:solid}[dir=ltr] .ck.ck-clipboard-drop-target-line:before{left:-1px;border-width:calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height);border-color:transparent transparent transparent var(--ck-clipboard-drop-target-color)}[dir=rtl] .ck.ck-clipboard-drop-target-line:before{right:-1px;border-width:calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0;border-color:transparent var(--ck-clipboard-drop-target-color) transparent transparent}:root{--ck-color-code-block-label-background: hsl(0, 0%, 46%)}.ck.ck-editor__editable pre[data-language]:after{top:-1px;right:10px;background:var(--ck-color-code-block-label-background);font-size:10px;font-family:var(--ck-font-face);line-height:16px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);color:#fff;white-space:nowrap}.ck.ck-code-block-dropdown .ck-dropdown__panel{max-height:250px;overflow-y:auto;overflow-x:hidden}@media (forced-colors: active){.ck.ck-placeholder,.ck .ck-placeholder{forced-color-adjust:preserve-parent-color}}.ck.ck-placeholder:before,.ck .ck-placeholder:before{cursor:text}@media (forced-colors: none){.ck.ck-placeholder:before,.ck .ck-placeholder:before{color:var(--ck-color-engine-placeholder-text)}}@media (forced-colors: active){.ck.ck-placeholder:before,.ck .ck-placeholder:before{font-style:italic;margin-left:1px}}.ck.ck-find-and-replace-form{width:400px}.ck.ck-find-and-replace-form:focus{outline:none}.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs,.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions{flex:1 1 auto;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:stretch;padding:var(--ck-spacing-large);margin:0}.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs>.ck-button,.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions>.ck-button{flex:0 0 auto}[dir=ltr] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs>*+*,[dir=ltr] .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions>*+*{margin-left:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs>*+*,[dir=rtl] .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions>*+*{margin-right:var(--ck-spacing-standard)}.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-labeled-field-view,.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions .ck-labeled-field-view{flex:1 1 auto}.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-labeled-field-view .ck-input,.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions .ck-labeled-field-view .ck-input{width:100%;min-width:50px}.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs{align-items:flex-start}.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs>.ck-button-prev>.ck-icon{transform:rotate(90deg)}.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs>.ck-button-next>.ck-icon{transform:rotate(-90deg)}.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter{top:50%;transform:translateY(-50%)}[dir=ltr] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter{right:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter{left:var(--ck-spacing-standard)}.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter{color:var(--ck-color-base-border)}.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs>.ck-labeled-field-replace{flex:0 0 100%;padding-top:var(--ck-spacing-standard)}[dir=ltr] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs>.ck-labeled-field-replace{margin-left:0}[dir=rtl] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs>.ck-labeled-field-replace{margin-right:0}.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions{flex-wrap:wrap;justify-content:flex-end;margin-top:calc(-1 * var(--ck-spacing-large))}.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions>.ck-button-find{font-weight:700}.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions>.ck-button-find .ck-button__label{padding-left:var(--ck-spacing-large);padding-right:var(--ck-spacing-large)}.ck.ck-find-and-replace-form .ck-switchbutton{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}@media screen and (max-width: 600px){.ck.ck-find-and-replace-form{width:300px;max-width:100%}.ck.ck-find-and-replace-form.ck-find-and-replace-form__input{flex-wrap:wrap}.ck.ck-find-and-replace-form.ck-find-and-replace-form__input .ck-labeled-field-view{flex:1 0 auto;width:100%;margin-bottom:var(--ck-spacing-standard)}.ck.ck-find-and-replace-form.ck-find-and-replace-form__input>.ck-button{text-align:center}.ck.ck-find-and-replace-form.ck-find-and-replace-form__input>.ck-button:first-of-type{flex:1 1 auto}[dir=ltr] .ck.ck-find-and-replace-form.ck-find-and-replace-form__input>.ck-button:first-of-type{margin-left:0}[dir=rtl] .ck.ck-find-and-replace-form.ck-find-and-replace-form__input>.ck-button:first-of-type{margin-right:0}.ck.ck-find-and-replace-form.ck-find-and-replace-form__input>.ck-button:first-of-type .ck-button__label{width:100%;text-align:center}.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions>:not(.ck-labeled-field-view){flex-wrap:wrap;flex:1 1 auto}.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions>:not(.ck-labeled-field-view)>.ck-button{text-align:center}.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions>:not(.ck-labeled-field-view)>.ck-button:first-of-type{flex:1 1 auto}[dir=ltr] .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions>:not(.ck-labeled-field-view)>.ck-button:first-of-type{margin-left:0}[dir=rtl] .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions>:not(.ck-labeled-field-view)>.ck-button:first-of-type{margin-right:0}.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions>:not(.ck-labeled-field-view)>.ck-button .ck-button__label{width:100%;text-align:center}}.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label{width:8em}.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item{min-width:18em}:root{--ck-html-embed-content-width: calc(100% - 1.5 * var(--ck-icon-size));--ck-html-embed-source-height: 10em;--ck-html-embed-unfocused-outline-width: 1px;--ck-html-embed-content-min-height: calc(var(--ck-icon-size) + var(--ck-spacing-standard));--ck-html-embed-source-disabled-background: var(--ck-color-base-foreground);--ck-html-embed-source-disabled-color: hsl(0deg 0% 45%)}.ck-widget.raw-html-embed{font-size:var(--ck-font-size-base);background-color:var(--ck-color-base-foreground)}.ck-widget.raw-html-embed:not(.ck-widget_selected):not(:hover){outline:var(--ck-html-embed-unfocused-outline-width) dashed var(--ck-color-widget-blurred-border)}.ck-widget.raw-html-embed[dir=ltr]{text-align:left}.ck-widget.raw-html-embed[dir=rtl]{text-align:right}.ck-widget.raw-html-embed:before{content:attr(data-html-embed-label);top:calc(-1 * var(--ck-html-embed-unfocused-outline-width));left:var(--ck-spacing-standard);background:hsl(0deg 0% 60%);transition:background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);padding:calc(var(--ck-spacing-tiny) + var(--ck-html-embed-unfocused-outline-width)) var(--ck-spacing-small) var(--ck-spacing-tiny);border-radius:0 0 var(--ck-border-radius) var(--ck-border-radius);color:var(--ck-color-base-background);font-size:var(--ck-font-size-tiny);font-family:var(--ck-font-face)}.ck-widget.raw-html-embed[dir=rtl]:before{left:auto;right:var(--ck-spacing-standard)}.ck-widget.raw-html-embed[dir=ltr] .ck-widget__type-around .ck-widget__type-around__button.ck-widget__type-around__button_before{margin-left:50px}.ck.ck-editor__editable.ck-blurred .ck-widget.raw-html-embed.ck-widget_selected:before{top:0;padding:var(--ck-spacing-tiny) var(--ck-spacing-small)}.ck.ck-editor__editable:not(.ck-blurred) .ck-widget.raw-html-embed.ck-widget_selected:before{top:0;padding:var(--ck-spacing-tiny) var(--ck-spacing-small);background:var(--ck-color-focus-border)}.ck.ck-editor__editable .ck-widget.raw-html-embed:not(.ck-widget_selected):hover:before{top:0;padding:var(--ck-spacing-tiny) var(--ck-spacing-small)}.ck-widget.raw-html-embed .raw-html-embed__content-wrapper{padding:var(--ck-spacing-standard)}.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper{top:var(--ck-spacing-standard);right:var(--ck-spacing-standard)}.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper .ck-button.raw-html-embed__save-button{color:var(--ck-color-button-save)}.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper .ck-button.raw-html-embed__cancel-button{color:var(--ck-color-button-cancel)}.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper .ck-button:not(:first-child){margin-top:var(--ck-spacing-small)}.ck-widget.raw-html-embed[dir=rtl] .raw-html-embed__buttons-wrapper{left:var(--ck-spacing-standard);right:auto}.ck-widget.raw-html-embed .raw-html-embed__source{box-sizing:border-box;height:var(--ck-html-embed-source-height);width:var(--ck-html-embed-content-width);resize:none;min-width:0;padding:var(--ck-spacing-standard);font-family:monospace;tab-size:4;white-space:pre-wrap;font-size:var(--ck-font-size-base);text-align:left;direction:ltr}.ck-widget.raw-html-embed .raw-html-embed__source[disabled]{background:var(--ck-html-embed-source-disabled-background);color:var(--ck-html-embed-source-disabled-color);-webkit-text-fill-color:var(--ck-html-embed-source-disabled-color);opacity:1}.ck-widget.raw-html-embed .raw-html-embed__preview{min-height:var(--ck-html-embed-content-min-height);width:var(--ck-html-embed-content-width)}.ck-editor__editable:not(.ck-read-only) .ck-widget.raw-html-embed .raw-html-embed__preview{pointer-events:none}.ck-widget.raw-html-embed .raw-html-embed__preview-content{box-sizing:border-box;background-color:var(--ck-color-base-foreground)}.ck-widget.raw-html-embed .raw-html-embed__preview-content>*{margin-left:auto;margin-right:auto}.ck-widget.raw-html-embed .raw-html-embed__preview-placeholder{color:var(--ck-html-embed-source-disabled-color)}:root{--ck-image-insert-insert-by-url-width: 250px}.ck.ck-image-insert-url{--ck-input-width: 100%}.ck.ck-image-insert-url .ck-image-insert-url__action-row{grid-column-gap:var(--ck-spacing-large);margin-top:var(--ck-spacing-large)}.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button-save,.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button-cancel{justify-content:center;min-width:auto}.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button .ck-button__label{color:var(--ck-color-text)}.ck.ck-image-insert-form>.ck.ck-button{display:block;width:100%;padding:var(--ck-list-button-padding)}[dir=ltr] .ck.ck-image-insert-form>.ck.ck-button{text-align:left}[dir=rtl] .ck.ck-image-insert-form>.ck.ck-button{text-align:right}.ck.ck-image-insert-form>.ck.ck-collapsible{min-width:var(--ck-image-insert-insert-by-url-width)}.ck.ck-image-insert-form>.ck.ck-collapsible:not(:first-child){border-top:1px solid var(--ck-color-base-border)}.ck.ck-image-insert-form>.ck.ck-collapsible:not(:last-child){border-bottom:1px solid var(--ck-color-base-border)}.ck.ck-image-insert-form>.ck.ck-image-insert-url{min-width:var(--ck-image-insert-insert-by-url-width);padding:var(--ck-spacing-large)}.ck.ck-image-insert-form:focus{outline:none}:root{--ck-color-image-upload-icon: hsl(0, 0%, 100%);--ck-color-image-upload-icon-background: hsl(120, 100%, 27%);--ck-image-upload-icon-size: 20;--ck-image-upload-icon-width: 2px;--ck-image-upload-icon-is-visible: clamp(0px, 100% - 50px, 1px)}.ck-image-upload-complete-icon{opacity:0;background:var(--ck-color-image-upload-icon-background);animation-name:ck-upload-complete-icon-show,ck-upload-complete-icon-hide;animation-fill-mode:forwards,forwards;animation-duration:.5s,.5s;font-size:calc(1px * var(--ck-image-upload-icon-size));animation-delay:0ms,3s;overflow:hidden;width:calc(var(--ck-image-upload-icon-is-visible) * var(--ck-image-upload-icon-size));height:calc(var(--ck-image-upload-icon-is-visible) * var(--ck-image-upload-icon-size))}.ck-image-upload-complete-icon:after{left:25%;top:50%;opacity:0;height:0;width:0;transform:scaleX(-1) rotate(135deg);transform-origin:left top;border-top:var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);border-right:var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);animation-name:ck-upload-complete-icon-check;animation-duration:.5s;animation-delay:.5s;animation-fill-mode:forwards;box-sizing:border-box}@media (prefers-reduced-motion: reduce){.ck-image-upload-complete-icon{animation-duration:0ms}.ck-image-upload-complete-icon:after{animation:none;opacity:1;width:.3em;height:.45em}}@keyframes ck-upload-complete-icon-show{0%{opacity:0}to{opacity:1}}@keyframes ck-upload-complete-icon-hide{0%{opacity:1}to{opacity:0}}@keyframes ck-upload-complete-icon-check{0%{opacity:1;width:0;height:0}33%{width:.3em;height:0}to{opacity:1;width:.3em;height:.45em}}:root{--ck-color-upload-placeholder-loader: hsl(0, 0%, 70%);--ck-upload-placeholder-loader-size: 32px;--ck-upload-placeholder-image-aspect-ratio: 2.8}.ck .ck-image-upload-placeholder{width:100%;margin:0}.ck .ck-image-upload-placeholder.image-inline{width:calc(2 * var(--ck-upload-placeholder-loader-size) * var(--ck-upload-placeholder-image-aspect-ratio))}.ck .ck-image-upload-placeholder img{aspect-ratio:var(--ck-upload-placeholder-image-aspect-ratio)}.ck .ck-upload-placeholder-loader{width:100%;height:100%}.ck .ck-upload-placeholder-loader:before{width:var(--ck-upload-placeholder-loader-size);height:var(--ck-upload-placeholder-loader-size);border-radius:50%;border-top:3px solid var(--ck-color-upload-placeholder-loader);border-right:2px solid transparent;animation:ck-upload-placeholder-loader 1s linear infinite}@keyframes ck-upload-placeholder-loader{to{transform:rotate(360deg)}}.ck.ck-editor__editable .image.ck-appear,.ck.ck-editor__editable .image-inline.ck-appear{animation:fadeIn .7s}@media (prefers-reduced-motion: reduce){.ck.ck-editor__editable .image.ck-appear,.ck.ck-editor__editable .image-inline.ck-appear{opacity:1;animation:none}}.ck.ck-editor__editable .image .ck-progress-bar,.ck.ck-editor__editable .image-inline .ck-progress-bar{height:2px;width:0;background:var(--ck-color-upload-bar-background);transition:width .1s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ck .ck-link_selected{background:var(--ck-color-link-selected-background)}.ck .ck-link_selected span.image-inline{outline:var(--ck-widget-outline-thickness) solid var(--ck-color-link-selected-background)}.ck .ck-fake-link-selection{background:var(--ck-color-link-fake-selection)}.ck .ck-fake-link-selection_collapsed{height:100%;border-right:1px solid var(--ck-color-base-text);margin-right:-1px;outline:solid 1px hsla(0,0%,100%,.5)}.ck.ck-link-actions .ck-button.ck-link-actions__preview{padding-left:0;padding-right:0}.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label{padding:0 var(--ck-spacing-medium);color:var(--ck-color-link-default);text-overflow:ellipsis;cursor:pointer;max-width:var(--ck-input-width);min-width:3em;text-align:center}.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label:hover{text-decoration:underline}.ck.ck-link-actions .ck-button.ck-link-actions__preview,.ck.ck-link-actions .ck-button.ck-link-actions__preview:hover,.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus,.ck.ck-link-actions .ck-button.ck-link-actions__preview:active{background:none}.ck.ck-link-actions .ck-button.ck-link-actions__preview:active{box-shadow:none}.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus .ck-button__label{text-decoration:underline}[dir=ltr] .ck.ck-link-actions .ck-button:not(:first-child){margin-left:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-link-actions .ck-button:not(:last-child){margin-left:var(--ck-spacing-standard)}@media screen and (max-width: 600px){.ck.ck-link-actions .ck-button.ck-link-actions__preview{margin:var(--ck-spacing-standard) var(--ck-spacing-standard) 0}.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label{min-width:0;max-width:100%}[dir=ltr] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview){margin-left:0}[dir=rtl] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview){margin-left:0}}.ck.ck-link-form_layout-vertical{padding:0;min-width:var(--ck-input-width)}.ck.ck-link-form_layout-vertical .ck-labeled-field-view{margin:var(--ck-spacing-large) var(--ck-spacing-large) var(--ck-spacing-small)}.ck.ck-link-form_layout-vertical .ck-labeled-field-view .ck-input-text{min-width:0;width:100%}.ck.ck-link-form_layout-vertical>.ck-button{padding:var(--ck-spacing-standard);margin:0;width:50%;border-radius:0}.ck.ck-link-form_layout-vertical>.ck-button:not(:focus){border-top:1px solid var(--ck-color-base-border)}[dir=ltr] .ck.ck-link-form_layout-vertical>.ck-button{margin-left:0}[dir=rtl] .ck.ck-link-form_layout-vertical>.ck-button{margin-left:0}[dir=rtl] .ck.ck-link-form_layout-vertical>.ck-button:last-of-type{border-right:1px solid var(--ck-color-base-border)}.ck.ck-link-form_layout-vertical .ck.ck-list{margin:var(--ck-spacing-standard) var(--ck-spacing-large)}.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton{padding:0;width:100%}.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton:hover{background:none}:root{--ck-link-image-indicator-icon-size: 20;--ck-link-image-indicator-icon-is-visible: clamp(0px, 100% - 50px, 1px)}.ck.ck-editor__editable figure.image>a:after,.ck.ck-editor__editable a span.image-inline:after{content:"";top:min(var(--ck-spacing-medium),6%);right:min(var(--ck-spacing-medium),6%);background-color:#0006;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTExLjA3NyAxNSAuOTkxLTEuNDE2YS43NS43NSAwIDEgMSAxLjIyOS44NmwtMS4xNDggMS42NGEuNzQ4Ljc0OCAwIDAgMS0uMjE3LjIwNiA1LjI1MSA1LjI1MSAwIDAgMS04LjUwMy01Ljk1NS43NDEuNzQxIDAgMCAxIC4xMi0uMjc0bDEuMTQ3LTEuNjM5YS43NS43NSAwIDEgMSAxLjIyOC44Nkw0LjkzMyAxMC43bC4wMDYuMDAzYTMuNzUgMy43NSAwIDAgMCA2LjEzMiA0LjI5NGwuMDA2LjAwNHptNS40OTQtNS4zMzVhLjc0OC43NDggMCAwIDEtLjEyLjI3NGwtMS4xNDcgMS42MzlhLjc1Ljc1IDAgMSAxLTEuMjI4LS44NmwuODYtMS4yM2EzLjc1IDMuNzUgMCAwIDAtNi4xNDQtNC4zMDFsLS44NiAxLjIyOWEuNzUuNzUgMCAwIDEtMS4yMjktLjg2bDEuMTQ4LTEuNjRhLjc0OC43NDggMCAwIDEgLjIxNy0uMjA2IDUuMjUxIDUuMjUxIDAgMCAxIDguNTAzIDUuOTU1em0tNC41NjMtMi41MzJhLjc1Ljc1IDAgMCAxIC4xODQgMS4wNDVsLTMuMTU1IDQuNTA1YS43NS43NSAwIDEgMS0xLjIyOS0uODZsMy4xNTUtNC41MDZhLjc1Ljc1IDAgMCAxIDEuMDQ1LS4xODR6Ii8+PC9zdmc+);background-size:14px;background-repeat:no-repeat;background-position:center;border-radius:100%;overflow:hidden;width:calc(var(--ck-link-image-indicator-icon-is-visible) * var(--ck-link-image-indicator-icon-size));height:calc(var(--ck-link-image-indicator-icon-is-visible) * var(--ck-link-image-indicator-icon-size))}.ck.ck-list-properties.ck-list-properties_without-styles{padding:var(--ck-spacing-large)}.ck.ck-list-properties.ck-list-properties_without-styles>*{min-width:14em}.ck.ck-list-properties.ck-list-properties_without-styles>*+*{margin-top:var(--ck-spacing-standard)}.ck.ck-list-properties.ck-list-properties_with-numbered-properties>.ck-list-styles-list{grid-template-columns:repeat(4,auto)}.ck.ck-list-properties.ck-list-properties_with-numbered-properties>.ck-collapsible{border-top:1px solid var(--ck-color-base-border)}.ck.ck-list-properties.ck-list-properties_with-numbered-properties>.ck-collapsible>.ck-collapsible__children>*{width:100%}.ck.ck-list-properties.ck-list-properties_with-numbered-properties>.ck-collapsible>.ck-collapsible__children>*+*{margin-top:var(--ck-spacing-standard)}.ck.ck-list-properties .ck.ck-numbered-list-properties__start-index .ck-input{min-width:auto;width:100%}.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order{background:transparent;padding-left:0;padding-right:0;margin-bottom:calc(-1 * var(--ck-spacing-tiny))}.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order:active,.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order:hover{box-shadow:none;border-color:transparent;background:none}:root{--ck-list-style-button-size: 44px}.ck.ck-list-styles-list{grid-template-columns:repeat(3,auto);row-gap:var(--ck-spacing-medium);column-gap:var(--ck-spacing-medium);padding:var(--ck-spacing-large)}.ck.ck-list-styles-list .ck-button{width:var(--ck-list-style-button-size);height:var(--ck-list-style-button-size);padding:0;margin:0;box-sizing:content-box}.ck.ck-list-styles-list .ck-button .ck-icon{width:var(--ck-list-style-button-size);height:var(--ck-list-style-button-size)}:root{--ck-media-embed-placeholder-icon-size: 3em;--ck-color-media-embed-placeholder-url-text: hsl(0, 0%, 46%);--ck-color-media-embed-placeholder-url-text-hover: var(--ck-color-base-text)}.ck-media__wrapper{margin:0 auto}.ck-media__wrapper .ck-media__placeholder{padding:calc(3 * var(--ck-spacing-standard));background:var(--ck-color-base-foreground)}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon{min-width:var(--ck-media-embed-placeholder-icon-size);height:var(--ck-media-embed-placeholder-icon-size);margin-bottom:var(--ck-spacing-large);background-position:center;background-size:cover}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon .ck-icon{width:100%;height:100%}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text{color:var(--ck-color-media-embed-placeholder-url-text);white-space:nowrap;text-align:center;font-style:italic;text-overflow:ellipsis}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text:hover{color:var(--ck-color-media-embed-placeholder-url-text-hover);cursor:pointer;text-decoration:underline}.ck-media__wrapper[data-oembed-url*="open.spotify.com"]{max-width:300px;max-height:380px}.ck-media__wrapper[data-oembed-url*="google.com/maps"] .ck-media__placeholder__icon,.ck-media__wrapper[data-oembed-url*="goo.gl/maps"] .ck-media__placeholder__icon,.ck-media__wrapper[data-oembed-url*="maps.google.com"] .ck-media__placeholder__icon,.ck-media__wrapper[data-oembed-url*="maps.app.goo.gl"] .ck-media__placeholder__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTAuMzc4IiBoZWlnaHQ9IjI1NC4xNjciIHZpZXdCb3g9IjAgMCA2Ni4yNDYgNjcuMjQ4Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcyLjUzMSAtMjE4LjQ1NSkgc2NhbGUoLjk4MDEyKSI+PHJlY3Qgcnk9IjUuMjM4IiByeD0iNS4yMzgiIHk9IjIzMS4zOTkiIHg9IjE3Ni4wMzEiIGhlaWdodD0iNjAuMDk5IiB3aWR0aD0iNjAuMDk5IiBmaWxsPSIjMzRhNjY4IiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxwYXRoIGQ9Ik0yMDYuNDc3IDI2MC45bC0yOC45ODcgMjguOTg3YTUuMjE4IDUuMjE4IDAgMCAwIDMuNzggMS42MWg0OS42MjFjMS42OTQgMCAzLjE5LS43OTggNC4xNDYtMi4wMzd6IiBmaWxsPSIjNWM4OGM1Ii8+PHBhdGggZD0iTTIyNi43NDIgMjIyLjk4OGMtOS4yNjYgMC0xNi43NzcgNy4xNy0xNi43NzcgMTYuMDE0LjAwNyAyLjc2Mi42NjMgNS40NzQgMi4wOTMgNy44NzUuNDMuNzAzLjgzIDEuNDA4IDEuMTkgMi4xMDcuMzMzLjUwMi42NSAxLjAwNS45NSAxLjUwOC4zNDMuNDc3LjY3My45NTcuOTg4IDEuNDQgMS4zMSAxLjc2OSAyLjUgMy41MDIgMy42MzcgNS4xNjguNzkzIDEuMjc1IDEuNjgzIDIuNjQgMi40NjYgMy45OSAyLjM2MyA0LjA5NCA0LjAwNyA4LjA5MiA0LjYgMTMuOTE0di4wMTJjLjE4Mi40MTIuNTE2LjY2Ni44NzkuNjY3LjQwMy0uMDAxLjc2OC0uMzE0LjkzLS43OTkuNjAzLTUuNzU2IDIuMjM4LTkuNzI5IDQuNTg1LTEzLjc5NC43ODItMS4zNSAxLjY3My0yLjcxNSAyLjQ2NS0zLjk5IDEuMTM3LTEuNjY2IDIuMzI4LTMuNCAzLjYzOC01LjE2OS4zMTUtLjQ4Mi42NDUtLjk2Mi45ODgtMS40MzkuMy0uNTAzLjYxNy0xLjAwNi45NS0xLjUwOC4zNTktLjcuNzYtMS40MDQgMS4xOS0yLjEwNyAxLjQyNi0yLjQwMiAyLTUuMTE0IDIuMDA0LTcuODc1IDAtOC44NDQtNy41MTEtMTYuMDE0LTE2Ljc3Ni0xNi4wMTR6IiBmaWxsPSIjZGQ0YjNlIiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxlbGxpcHNlIHJ5PSI1LjU2NCIgcng9IjUuODI4IiBjeT0iMjM5LjAwMiIgY3g9IjIyNi43NDIiIGZpbGw9IiM4MDJkMjciIHBhaW50LW9yZGVyPSJtYXJrZXJzIHN0cm9rZSBmaWxsIi8+PHBhdGggZD0iTTE5MC4zMDEgMjM3LjI4M2MtNC42NyAwLTguNDU3IDMuODUzLTguNDU3IDguNjA2czMuNzg2IDguNjA3IDguNDU3IDguNjA3YzMuMDQzIDAgNC44MDYtLjk1OCA2LjMzNy0yLjUxNiAxLjUzLTEuNTU3IDIuMDg3LTMuOTEzIDIuMDg3LTYuMjkgMC0uMzYyLS4wMjMtLjcyMi0uMDY0LTEuMDc5aC04LjI1N3YzLjA0M2g0Ljg1Yy0uMTk3Ljc1OS0uNTMxIDEuNDUtMS4wNTggMS45ODYtLjk0Mi45NTgtMi4wMjggMS41NDgtMy45MDEgMS41NDgtMi44NzYgMC01LjIwOC0yLjM3Mi01LjIwOC01LjI5OSAwLTIuOTI2IDIuMzMyLTUuMjk5IDUuMjA4LTUuMjk5IDEuMzk5IDAgMi42MTguNDA3IDMuNTg0IDEuMjkzbDIuMzgxLTIuMzhjMC0uMDAyLS4wMDMtLjAwNC0uMDA0LS4wMDUtMS41ODgtMS41MjQtMy42Mi0yLjIxNS01Ljk1NS0yLjIxNXptNC40MyA1LjY2bC4wMDMuMDA2di0uMDAzeiIgZmlsbD0iI2ZmZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48cGF0aCBkPSJNMjE1LjE4NCAyNTEuOTI5bC03Ljk4IDcuOTc5IDI4LjQ3NyAyOC40NzVjLjI4Ny0uNjQ5LjQ0OS0xLjM2Ni40NDktMi4xMjN2LTMxLjE2NWMtLjQ2OS42NzUtLjkzNCAxLjM0OS0xLjM4MiAyLjAwNS0uNzkyIDEuMjc1LTEuNjgyIDIuNjQtMi40NjUgMy45OS0yLjM0NyA0LjA2NS0zLjk4MiA4LjAzOC00LjU4NSAxMy43OTQtLjE2Mi40ODUtLjUyNy43OTgtLjkzLjc5OS0uMzYzLS4wMDEtLjY5Ny0uMjU1LS44NzktLjY2N3YtLjAxMmMtLjU5My01LjgyMi0yLjIzNy05LjgyLTQuNi0xMy45MTQtLjc4My0xLjM1LTEuNjczLTIuNzE1LTIuNDY2LTMuOTktMS4xMzctMS42NjYtMi4zMjctMy40LTMuNjM3LTUuMTY5bC0uMDAyLS4wMDN6IiBmaWxsPSIjYzNjM2MzIi8+PHBhdGggZD0iTTIxMi45ODMgMjQ4LjQ5NWwtMzYuOTUyIDM2Ljk1M3YuODEyYTUuMjI3IDUuMjI3IDAgMCAwIDUuMjM4IDUuMjM4aDEuMDE1bDM1LjY2Ni0zNS42NjZhMTM2LjI3NSAxMzYuMjc1IDAgMCAwLTIuNzY0LTMuOSAzNy41NzUgMzcuNTc1IDAgMCAwLS45ODktMS40NGMtLjI5OS0uNTAzLS42MTYtMS4wMDYtLjk1LTEuNTA4LS4wODMtLjE2Mi0uMTc2LS4zMjYtLjI2NC0uNDg5eiIgZmlsbD0iI2ZkZGM0ZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48cGF0aCBkPSJNMjExLjk5OCAyNjEuMDgzbC02LjE1MiA2LjE1MSAyNC4yNjQgMjQuMjY0aC43ODFhNS4yMjcgNS4yMjcgMCAwIDAgNS4yMzktNS4yMzh2LTEuMDQ1eiIgZmlsbD0iI2ZmZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48L2c+PC9zdmc+)}.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder{background:hsl(220,46%,48%)}.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__icon{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMDI0cHgiIGhlaWdodD0iMTAyNHB4IiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPkZpbGwgMTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImZMb2dvX1doaXRlIiBmaWxsPSIjRkZGRkZFIj4gICAgICAgICAgICA8cGF0aCBkPSJNOTY3LjQ4NCwwIEw1Ni41MTcsMCBDMjUuMzA0LDAgMCwyNS4zMDQgMCw1Ni41MTcgTDAsOTY3LjQ4MyBDMCw5OTguNjk0IDI1LjI5NywxMDI0IDU2LjUyMiwxMDI0IEw1NDcsMTAyNCBMNTQ3LDYyOCBMNDE0LDYyOCBMNDE0LDQ3MyBMNTQ3LDQ3MyBMNTQ3LDM1OS4wMjkgQzU0NywyMjYuNzY3IDYyNy43NzMsMTU0Ljc0NyA3NDUuNzU2LDE1NC43NDcgQzgwMi4yNjksMTU0Ljc0NyA4NTAuODQyLDE1OC45NTUgODY1LDE2MC44MzYgTDg2NSwyOTkgTDc4My4zODQsMjk5LjAzNyBDNzE5LjM5MSwyOTkuMDM3IDcwNywzMjkuNTI5IDcwNywzNzQuMjczIEw3MDcsNDczIEw4NjAuNDg3LDQ3MyBMODQwLjUwMSw2MjggTDcwNyw2MjggTDcwNywxMDI0IEw5NjcuNDg0LDEwMjQgQzk5OC42OTcsMTAyNCAxMDI0LDk5OC42OTcgMTAyNCw5NjcuNDg0IEwxMDI0LDU2LjUxNSBDMTAyNCwyNS4zMDMgOTk4LjY5NywwIDk2Ny40ODQsMCIgaWQ9IkZpbGwtMSI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+)}.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__url__text{color:#cdf}.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__url__text:hover{color:#fff}.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder{background:linear-gradient(-135deg,hsl(246,100%,39%),hsl(302,100%,36%),hsl(0,100%,48%))}.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__icon{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MDRweCIgaGVpZ2h0PSI1MDRweCIgdmlld0JveD0iMCAwIDUwNCA1MDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+Z2x5cGgtbG9nb19NYXkyMDE2PC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIwIDAuMTU5IDUwMy44NDEgMC4xNTkgNTAzLjg0MSA1MDMuOTQgMCA1MDMuOTQiPjwvcG9seWdvbj4gICAgPC9kZWZzPiAgICA8ZyBpZD0iZ2x5cGgtbG9nb19NYXkyMDE2IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cC0zIj4gICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+ICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+ICAgICAgICAgICAgPC9tYXNrPiAgICAgICAgICAgIDxnIGlkPSJDbGlwLTIiPjwvZz4gICAgICAgICAgICA8cGF0aCBkPSJNMjUxLjkyMSwwLjE1OSBDMTgzLjUwMywwLjE1OSAxNzQuOTI0LDAuNDQ5IDE0OC4wNTQsMS42NzUgQzEyMS4yNCwyLjg5OCAxMDIuOTI3LDcuMTU3IDg2LjkwMywxMy4zODUgQzcwLjMzNywxOS44MjIgNTYuMjg4LDI4LjQzNiA0Mi4yODIsNDIuNDQxIEMyOC4yNzcsNTYuNDQ3IDE5LjY2Myw3MC40OTYgMTMuMjI2LDg3LjA2MiBDNi45OTgsMTAzLjA4NiAyLjczOSwxMjEuMzk5IDEuNTE2LDE0OC4yMTMgQzAuMjksMTc1LjA4MyAwLDE4My42NjIgMCwyNTIuMDggQzAsMzIwLjQ5NyAwLjI5LDMyOS4wNzYgMS41MTYsMzU1Ljk0NiBDMi43MzksMzgyLjc2IDYuOTk4LDQwMS4wNzMgMTMuMjI2LDQxNy4wOTcgQzE5LjY2Myw0MzMuNjYzIDI4LjI3Nyw0NDcuNzEyIDQyLjI4Miw0NjEuNzE4IEM1Ni4yODgsNDc1LjcyMyA3MC4zMzcsNDg0LjMzNyA4Ni45MDMsNDkwLjc3NSBDMTAyLjkyNyw0OTcuMDAyIDEyMS4yNCw1MDEuMjYxIDE0OC4wNTQsNTAyLjQ4NCBDMTc0LjkyNCw1MDMuNzEgMTgzLjUwMyw1MDQgMjUxLjkyMSw1MDQgQzMyMC4zMzgsNTA0IDMyOC45MTcsNTAzLjcxIDM1NS43ODcsNTAyLjQ4NCBDMzgyLjYwMSw1MDEuMjYxIDQwMC45MTQsNDk3LjAwMiA0MTYuOTM4LDQ5MC43NzUgQzQzMy41MDQsNDg0LjMzNyA0NDcuNTUzLDQ3NS43MjMgNDYxLjU1OSw0NjEuNzE4IEM0NzUuNTY0LDQ0Ny43MTIgNDg0LjE3OCw0MzMuNjYzIDQ5MC42MTYsNDE3LjA5NyBDNDk2Ljg0Myw0MDEuMDczIDUwMS4xMDIsMzgyLjc2IDUwMi4zMjUsMzU1Ljk0NiBDNTAzLjU1MSwzMjkuMDc2IDUwMy44NDEsMzIwLjQ5NyA1MDMuODQxLDI1Mi4wOCBDNTAzLjg0MSwxODMuNjYyIDUwMy41NTEsMTc1LjA4MyA1MDIuMzI1LDE0OC4yMTMgQzUwMS4xMDIsMTIxLjM5OSA0OTYuODQzLDEwMy4wODYgNDkwLjYxNiw4Ny4wNjIgQzQ4NC4xNzgsNzAuNDk2IDQ3NS41NjQsNTYuNDQ3IDQ2MS41NTksNDIuNDQxIEM0NDcuNTUzLDI4LjQzNiA0MzMuNTA0LDE5LjgyMiA0MTYuOTM4LDEzLjM4NSBDNDAwLjkxNCw3LjE1NyAzODIuNjAxLDIuODk4IDM1NS43ODcsMS42NzUgQzMyOC45MTcsMC40NDkgMzIwLjMzOCwwLjE1OSAyNTEuOTIxLDAuMTU5IFogTTI1MS45MjEsNDUuNTUgQzMxOS4xODYsNDUuNTUgMzI3LjE1NCw0NS44MDcgMzUzLjcxOCw0Ny4wMTkgQzM3OC4yOCw0OC4xMzkgMzkxLjYxOSw1Mi4yNDMgNDAwLjQ5Niw1NS42OTMgQzQxMi4yNTUsNjAuMjYzIDQyMC42NDcsNjUuNzIyIDQyOS40NjIsNzQuNTM4IEM0MzguMjc4LDgzLjM1MyA0NDMuNzM3LDkxLjc0NSA0NDguMzA3LDEwMy41MDQgQzQ1MS43NTcsMTEyLjM4MSA0NTUuODYxLDEyNS43MiA0NTYuOTgxLDE1MC4yODIgQzQ1OC4xOTMsMTc2Ljg0NiA0NTguNDUsMTg0LjgxNCA0NTguNDUsMjUyLjA4IEM0NTguNDUsMzE5LjM0NSA0NTguMTkzLDMyNy4zMTMgNDU2Ljk4MSwzNTMuODc3IEM0NTUuODYxLDM3OC40MzkgNDUxLjc1NywzOTEuNzc4IDQ0OC4zMDcsNDAwLjY1NSBDNDQzLjczNyw0MTIuNDE0IDQzOC4yNzgsNDIwLjgwNiA0MjkuNDYyLDQyOS42MjEgQzQyMC42NDcsNDM4LjQzNyA0MTIuMjU1LDQ0My44OTYgNDAwLjQ5Niw0NDguNDY2IEMzOTEuNjE5LDQ1MS45MTYgMzc4LjI4LDQ1Ni4wMiAzNTMuNzE4LDQ1Ny4xNCBDMzI3LjE1OCw0NTguMzUyIDMxOS4xOTEsNDU4LjYwOSAyNTEuOTIxLDQ1OC42MDkgQzE4NC42NSw0NTguNjA5IDE3Ni42ODQsNDU4LjM1MiAxNTAuMTIzLDQ1Ny4xNCBDMTI1LjU2MSw0NTYuMDIgMTEyLjIyMiw0NTEuOTE2IDEwMy4zNDUsNDQ4LjQ2NiBDOTEuNTg2LDQ0My44OTYgODMuMTk0LDQzOC40MzcgNzQuMzc5LDQyOS42MjEgQzY1LjU2NCw0MjAuODA2IDYwLjEwNCw0MTIuNDE0IDU1LjUzNCw0MDAuNjU1IEM1Mi4wODQsMzkxLjc3OCA0Ny45OCwzNzguNDM5IDQ2Ljg2LDM1My44NzcgQzQ1LjY0OCwzMjcuMzEzIDQ1LjM5MSwzMTkuMzQ1IDQ1LjM5MSwyNTIuMDggQzQ1LjM5MSwxODQuODE0IDQ1LjY0OCwxNzYuODQ2IDQ2Ljg2LDE1MC4yODIgQzQ3Ljk4LDEyNS43MiA1Mi4wODQsMTEyLjM4MSA1NS41MzQsMTAzLjUwNCBDNjAuMTA0LDkxLjc0NSA2NS41NjMsODMuMzUzIDc0LjM3OSw3NC41MzggQzgzLjE5NCw2NS43MjIgOTEuNTg2LDYwLjI2MyAxMDMuMzQ1LDU1LjY5MyBDMTEyLjIyMiw1Mi4yNDMgMTI1LjU2MSw0OC4xMzkgMTUwLjEyMyw0Ny4wMTkgQzE3Ni42ODcsNDUuODA3IDE4NC42NTUsNDUuNTUgMjUxLjkyMSw0NS41NSBaIiBpZD0iRmlsbC0xIiBmaWxsPSIjRkZGRkZGIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgICAgIDxwYXRoIGQ9Ik0yNTEuOTIxLDMzNi4wNTMgQzIwNS41NDMsMzM2LjA1MyAxNjcuOTQ3LDI5OC40NTcgMTY3Ljk0NywyNTIuMDggQzE2Ny45NDcsMjA1LjcwMiAyMDUuNTQzLDE2OC4xMDYgMjUxLjkyMSwxNjguMTA2IEMyOTguMjk4LDE2OC4xMDYgMzM1Ljg5NCwyMDUuNzAyIDMzNS44OTQsMjUyLjA4IEMzMzUuODk0LDI5OC40NTcgMjk4LjI5OCwzMzYuMDUzIDI1MS45MjEsMzM2LjA1MyBaIE0yNTEuOTIxLDEyMi43MTUgQzE4MC40NzQsMTIyLjcxNSAxMjIuNTU2LDE4MC42MzMgMTIyLjU1NiwyNTIuMDggQzEyMi41NTYsMzIzLjUyNiAxODAuNDc0LDM4MS40NDQgMjUxLjkyMSwzODEuNDQ0IEMzMjMuMzY3LDM4MS40NDQgMzgxLjI4NSwzMjMuNTI2IDM4MS4yODUsMjUyLjA4IEMzODEuMjg1LDE4MC42MzMgMzIzLjM2NywxMjIuNzE1IDI1MS45MjEsMTIyLjcxNSBaIiBpZD0iRmlsbC00IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+ICAgICAgICA8cGF0aCBkPSJNNDE2LjYyNywxMTcuNjA0IEM0MTYuNjI3LDEzNC4zIDQwMy4wOTIsMTQ3LjgzNCAzODYuMzk2LDE0Ny44MzQgQzM2OS43MDEsMTQ3LjgzNCAzNTYuMTY2LDEzNC4zIDM1Ni4xNjYsMTE3LjYwNCBDMzU2LjE2NiwxMDAuOTA4IDM2OS43MDEsODcuMzczIDM4Ni4zOTYsODcuMzczIEM0MDMuMDkyLDg3LjM3MyA0MTYuNjI3LDEwMC45MDggNDE2LjYyNywxMTcuNjA0IiBpZD0iRmlsbC01IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+ICAgIDwvZz48L3N2Zz4=)}.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__url__text{color:#ffe0fe}.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__url__text:hover{color:#fff}.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder{background:linear-gradient(to right,hsl(201,85%,70%),hsl(201,85%,35%))}.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__icon{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQwMCA0MDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMCA0MDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MDAsMjAwYzAsMTEwLjUtODkuNSwyMDAtMjAwLDIwMFMwLDMxMC41LDAsMjAwUzg5LjUsMCwyMDAsMFM0MDAsODkuNSw0MDAsMjAweiBNMTYzLjQsMzA1LjVjODguNywwLDEzNy4yLTczLjUsMTM3LjItMTM3LjJjMC0yLjEsMC00LjItMC4xLTYuMmM5LjQtNi44LDE3LjYtMTUuMywyNC4xLTI1Yy04LjYsMy44LTE3LjksNi40LTI3LjcsNy42YzEwLTYsMTcuNi0xNS40LDIxLjItMjYuN2MtOS4zLDUuNS0xOS42LDkuNS0zMC42LDExLjdjLTguOC05LjQtMjEuMy0xNS4yLTM1LjItMTUuMmMtMjYuNiwwLTQ4LjIsMjEuNi00OC4yLDQ4LjJjMCwzLjgsMC40LDcuNSwxLjMsMTFjLTQwLjEtMi03NS42LTIxLjItOTkuNC01MC40Yy00LjEsNy4xLTYuNSwxNS40LTYuNSwyNC4yYzAsMTYuNyw4LjUsMzEuNSwyMS41LDQwLjFjLTcuOS0wLjItMTUuMy0yLjQtMjEuOC02YzAsMC4yLDAsMC40LDAsMC42YzAsMjMuNCwxNi42LDQyLjgsMzguNyw0Ny4zYy00LDEuMS04LjMsMS43LTEyLjcsMS43Yy0zLjEsMC02LjEtMC4zLTkuMS0wLjljNi4xLDE5LjIsMjMuOSwzMy4xLDQ1LDMzLjVjLTE2LjUsMTIuOS0zNy4zLDIwLjYtNTkuOSwyMC42Yy0zLjksMC03LjctMC4yLTExLjUtMC43QzExMC44LDI5Ny41LDEzNi4yLDMwNS41LDE2My40LDMwNS41Ii8+PC9zdmc+)}.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__url__text{color:#b8e6ff}.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__url__text:hover{color:#fff}:root{--ck-color-mention-background: hsla(341, 100%, 30%, .1);--ck-color-mention-text: hsl(341, 100%, 30%)}.ck-content .mention{background:var(--ck-color-mention-background);color:var(--ck-color-mention-text)}:root{--ck-color-restricted-editing-exception-background: hsla(31, 100%, 65%, .2);--ck-color-restricted-editing-exception-hover-background: hsla(31, 100%, 65%, .35);--ck-color-restricted-editing-exception-brackets: hsla(31, 100%, 40%, .4);--ck-color-restricted-editing-selected-exception-background: hsla(31, 100%, 65%, .5);--ck-color-restricted-editing-selected-exception-brackets: hsla(31, 100%, 40%, .6)}.ck-editor__editable .restricted-editing-exception{transition:.2s ease-in-out background;background-color:var(--ck-color-restricted-editing-exception-background);border:1px solid;border-image:linear-gradient(to right,var(--ck-color-restricted-editing-exception-brackets) 0%,var(--ck-color-restricted-editing-exception-brackets) 5px,hsla(0,0%,0%,0) 6px,hsla(0,0%,0%,0) calc(100% - 6px),var(--ck-color-restricted-editing-exception-brackets) calc(100% - 5px),var(--ck-color-restricted-editing-exception-brackets) 100%) 1}@media (prefers-reduced-motion: reduce){.ck-editor__editable .restricted-editing-exception{transition:none}}.ck-editor__editable .restricted-editing-exception.restricted-editing-exception_selected{background-color:var(--ck-color-restricted-editing-selected-exception-background);border-image:linear-gradient(to right,var(--ck-color-restricted-editing-selected-exception-brackets) 0%,var(--ck-color-restricted-editing-selected-exception-brackets) 5px,var(--ck-color-restricted-editing-selected-exception-brackets) calc(100% - 5px),var(--ck-color-restricted-editing-selected-exception-brackets) 100%) 1}.ck-editor__editable .restricted-editing-exception.restricted-editing-exception_collapsed{padding-left:1ch}.ck-restricted-editing_mode_restricted,.ck-restricted-editing_mode_restricted *{cursor:default}.ck-restricted-editing_mode_restricted .restricted-editing-exception,.ck-restricted-editing_mode_restricted .restricted-editing-exception *{cursor:text}.ck-restricted-editing_mode_restricted .restricted-editing-exception:hover{background:var(--ck-color-restricted-editing-exception-hover-background)}:root{--ck-character-grid-tile-size: 24px}.ck.ck-character-grid{overflow-y:auto;overflow-x:hidden;width:350px;max-height:200px}@media screen and (max-width: 600px){.ck.ck-character-grid{width:190px}}.ck.ck-character-grid .ck-character-grid__tiles{grid-template-columns:repeat(10,1fr);margin:var(--ck-spacing-standard) var(--ck-spacing-large);grid-gap:var(--ck-spacing-standard)}@media screen and (max-width: 600px){.ck.ck-character-grid .ck-character-grid__tiles{grid-template-columns:repeat(5,1fr)}}.ck.ck-character-grid .ck-character-grid__tile{width:var(--ck-character-grid-tile-size);height:var(--ck-character-grid-tile-size);min-width:var(--ck-character-grid-tile-size);min-height:var(--ck-character-grid-tile-size);font-size:1.2em;padding:0;transition:.2s ease box-shadow;border:0}@media (prefers-reduced-motion: reduce){.ck.ck-character-grid .ck-character-grid__tile{transition:none}}.ck.ck-character-grid .ck-character-grid__tile:focus:not(.ck-disabled),.ck.ck-character-grid .ck-character-grid__tile:hover:not(.ck-disabled){border:0;box-shadow:inset 0 0 0 1px var(--ck-color-base-background),0 0 0 2px var(--ck-color-focus-border)}.ck.ck-character-grid .ck-character-grid__tile .ck-button__label{line-height:var(--ck-character-grid-tile-size);width:100%;text-align:center}.ck.ck-character-info{padding:var(--ck-spacing-small) var(--ck-spacing-large);border-top:1px solid var(--ck-color-base-border)}.ck.ck-character-info>*{text-transform:uppercase;font-size:var(--ck-font-size-small)}.ck.ck-character-info .ck-character-info__name{max-width:280px;text-overflow:ellipsis;overflow:hidden}.ck.ck-character-info .ck-character-info__code{opacity:.6}@media screen and (max-width: 600px){.ck.ck-character-info{max-width:190px}}.ck.ck-special-characters-navigation>.ck-label{max-width:160px;text-overflow:ellipsis;overflow:hidden}.ck.ck-special-characters-navigation>.ck-dropdown .ck-dropdown__panel{max-height:250px;overflow-y:auto;overflow-x:hidden}@media screen and (max-width: 600px){.ck.ck-special-characters-navigation{max-width:190px}.ck.ck-special-characters-navigation>.ck-form__header__label{text-overflow:ellipsis;overflow:hidden}}.ck.ck-dropdown.ck-style-dropdown.ck-style-dropdown_multiple-active>.ck-button>.ck-button__label{font-style:italic}:root{--ck-style-panel-button-width: 120px;--ck-style-panel-button-height: 80px;--ck-style-panel-button-label-background: hsl(0, 0%, 94.1%);--ck-style-panel-button-hover-label-background: hsl(0, 0%, 92.1%);--ck-style-panel-button-hover-border-color: hsl(0, 0%, 70%)}.ck.ck-style-panel .ck-style-grid{row-gap:var(--ck-spacing-large);column-gap:var(--ck-spacing-large)}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button{--ck-color-button-default-hover-background: var(--ck-color-base-background);--ck-color-button-default-active-background: var(--ck-color-base-background);padding:0;width:var(--ck-style-panel-button-width);height:var(--ck-style-panel-button-height)}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(:focus){border:1px solid var(--ck-color-base-border)}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-button__label{height:22px;line-height:22px;width:100%;padding:0 var(--ck-spacing-medium);overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview{width:100%;overflow:hidden;opacity:.9;padding:var(--ck-spacing-medium);background:var(--ck-color-base-background);border:2px solid var(--ck-color-base-background)}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled{--ck-color-button-default-disabled-background: var(--ck-color-base-foreground)}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled:not(:focus){border-color:var(--ck-style-panel-button-label-background)}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled .ck-style-grid__button__preview{opacity:.4;border-color:var(--ck-color-base-foreground);filter:saturate(.3)}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on{border-color:var(--ck-color-base-active)}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on .ck-button__label{box-shadow:0 -1px 0 var(--ck-color-base-active);z-index:1}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on:hover{border-color:var(--ck-color-base-active-focus)}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(.ck-on) .ck-button__label{background:var(--ck-style-panel-button-label-background)}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(.ck-on):hover .ck-button__label{background:var(--ck-style-panel-button-hover-label-background)}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:hover:not(.ck-disabled):not(.ck-on){border-color:var(--ck-style-panel-button-hover-border-color)}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:hover:not(.ck-disabled):not(.ck-on) .ck-style-grid__button__preview{opacity:1}.ck.ck-style-panel .ck-style-panel__style-group>.ck-label{margin:var(--ck-spacing-large) 0}.ck.ck-style-panel .ck-style-panel__style-group:first-child>.ck-label{margin-top:0}:root{--ck-style-panel-max-height: 470px}.ck.ck-style-panel{padding:var(--ck-spacing-large);overflow-y:auto;max-height:var(--ck-style-panel-max-height)}[dir=ltr] .ck.ck-input-color>.ck.ck-input-text{border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .ck.ck-input-color>.ck.ck-input-text{border-top-left-radius:0;border-bottom-left-radius:0}.ck.ck-input-color>.ck.ck-input-text:focus{z-index:0}.ck.ck-input-color>.ck.ck-dropdown>.ck.ck-button.ck-input-color__button{padding:0}[dir=ltr] .ck.ck-input-color>.ck.ck-dropdown>.ck.ck-button.ck-input-color__button{border-top-left-radius:0;border-bottom-left-radius:0}[dir=ltr] .ck.ck-input-color>.ck.ck-dropdown>.ck.ck-button.ck-input-color__button:not(:focus){border-left:1px solid transparent}[dir=rtl] .ck.ck-input-color>.ck.ck-dropdown>.ck.ck-button.ck-input-color__button{border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .ck.ck-input-color>.ck.ck-dropdown>.ck.ck-button.ck-input-color__button:not(:focus){border-right:1px solid transparent}.ck.ck-input-color>.ck.ck-dropdown>.ck.ck-button.ck-input-color__button.ck-disabled{background:var(--ck-color-input-disabled-background)}.ck.ck-input-color>.ck.ck-dropdown>.ck.ck-button.ck-input-color__button>.ck.ck-input-color__button__preview{border-radius:0}.ck-rounded-corners .ck.ck-input-color>.ck.ck-dropdown>.ck.ck-button.ck-input-color__button>.ck.ck-input-color__button__preview,.ck.ck-input-color>.ck.ck-dropdown>.ck.ck-button.ck-input-color__button>.ck.ck-input-color__button__preview.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-input-color>.ck.ck-dropdown>.ck.ck-button.ck-input-color__button>.ck.ck-input-color__button__preview{width:20px;height:20px;border:1px solid var(--ck-color-input-border)}.ck.ck-input-color>.ck.ck-dropdown>.ck.ck-button.ck-input-color__button>.ck.ck-input-color__button__preview>.ck.ck-input-color__button__preview__no-color-indicator{top:-30%;left:50%;height:150%;width:8%;background:hsl(0,100%,50%);border-radius:2px;transform:rotate(45deg);transform-origin:50%}.ck.ck-input-color .ck.ck-input-color__remove-color{width:100%;padding:calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);border-bottom-left-radius:0;border-bottom-right-radius:0}.ck.ck-input-color .ck.ck-input-color__remove-color:not(:focus){border-bottom:1px solid var(--ck-color-input-border)}[dir=ltr] .ck.ck-input-color .ck.ck-input-color__remove-color{border-top-right-radius:0}[dir=rtl] .ck.ck-input-color .ck.ck-input-color__remove-color{border-top-left-radius:0}.ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon{margin-right:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon{margin-right:0;margin-left:var(--ck-spacing-standard)}.ck.ck-form{padding:0 0 var(--ck-spacing-large)}.ck.ck-form:focus{outline:none}.ck.ck-form .ck.ck-input-text{min-width:100%;width:0}.ck.ck-form .ck.ck-dropdown{min-width:100%}.ck.ck-form .ck.ck-dropdown .ck-dropdown__button:not(:focus){border:1px solid var(--ck-color-base-border)}.ck.ck-form .ck.ck-dropdown .ck-dropdown__button .ck-button__label{width:100%}.ck.ck-form__row{padding:var(--ck-spacing-standard) var(--ck-spacing-large) 0}[dir=ltr] .ck.ck-form__row>*:not(.ck-label)+*{margin-left:var(--ck-spacing-large)}[dir=rtl] .ck.ck-form__row>*:not(.ck-label)+*{margin-right:var(--ck-spacing-large)}.ck.ck-form__row>.ck-label{width:100%;min-width:100%}.ck.ck-form__row.ck-table-form__action-row{margin-top:var(--ck-spacing-large)}.ck.ck-form__row.ck-table-form__action-row .ck-button .ck-button__label{color:var(--ck-color-text)}:root{--ck-insert-table-dropdown-padding: 10px;--ck-insert-table-dropdown-box-height: 11px;--ck-insert-table-dropdown-box-width: 12px;--ck-insert-table-dropdown-box-margin: 1px}.ck .ck-insert-table-dropdown__grid{width:calc(var(--ck-insert-table-dropdown-box-width) * 10 + var(--ck-insert-table-dropdown-box-margin) * 20 + var(--ck-insert-table-dropdown-padding) * 2);padding:var(--ck-insert-table-dropdown-padding) var(--ck-insert-table-dropdown-padding) 0}.ck .ck-insert-table-dropdown__label,.ck[dir=rtl] .ck-insert-table-dropdown__label{text-align:center}.ck .ck-insert-table-dropdown-grid-box{min-width:var(--ck-insert-table-dropdown-box-width);min-height:var(--ck-insert-table-dropdown-box-height);margin:var(--ck-insert-table-dropdown-box-margin);border:1px solid var(--ck-color-base-border);border-radius:1px;outline:none;transition:none}@media (prefers-reduced-motion: reduce){.ck .ck-insert-table-dropdown-grid-box{transition:none}}.ck .ck-insert-table-dropdown-grid-box:focus{box-shadow:none}.ck .ck-insert-table-dropdown-grid-box.ck-on{border-color:var(--ck-color-focus-border);background:var(--ck-color-focus-outer-shadow)}.ck.ck-table-cell-properties-form{width:320px}.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__padding-row{align-self:flex-end;padding:0;width:25%}.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar{background:none;margin-top:var(--ck-spacing-standard)}:root{--ck-color-selector-focused-cell-background: hsla(212, 90%, 80%, .3)}.ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck-widget.table th.ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck-widget.table td.ck-editor__nested-editable:focus,.ck-widget.table th.ck-editor__nested-editable:focus{background:var(--ck-color-selector-focused-cell-background);border-style:none;outline:1px solid var(--ck-color-focus-border);outline-offset:-1px}:root{--ck-table-properties-error-arrow-size: 6px;--ck-table-properties-min-error-width: 150px}.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view>.ck-label{font-size:var(--ck-font-size-tiny);text-align:center}.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width{width:80px;min-width:80px;max-width:80px}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row{padding:0}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height{margin:0}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator{align-self:flex-end;display:inline-block;height:var(--ck-ui-component-min-height);line-height:var(--ck-ui-component-min-height);margin:0 var(--ck-spacing-small)}.ck.ck-table-form .ck.ck-labeled-field-view{padding-top:var(--ck-spacing-standard)}.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status{border-radius:0}.ck-rounded-corners .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status,.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status.ck-rounded-corners{border-radius:var(--ck-border-radius)}.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status{background:var(--ck-color-base-error);color:var(--ck-color-base-background);padding:var(--ck-spacing-small) var(--ck-spacing-medium);min-width:var(--ck-table-properties-min-error-width);text-align:center;animation:ck-table-form-labeled-view-status-appear .15s ease both}.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status:after{border-color:transparent transparent var(--ck-color-base-error) transparent;border-width:0 var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size);border-style:solid}@media (prefers-reduced-motion: reduce){.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status{animation:none}}.ck.ck-table-form .ck.ck-labeled-field-view .ck-input.ck-error:not(:focus)+.ck.ck-labeled-field-view__status{display:none}@keyframes ck-table-form-labeled-view-status-appear{0%{opacity:0}to{opacity:1}}.ck.ck-table-properties-form{width:320px}.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row{align-self:flex-end;padding:0}.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar{background:none;margin-top:var(--ck-spacing-standard)}.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items>*{width:40px}:root{--ck-table-selected-cell-background: hsla(208, 90%, 80%, .3)}.ck.ck-editor__editable .table table td.ck-editor__editable_selected,.ck.ck-editor__editable .table table th.ck-editor__editable_selected{position:relative;caret-color:transparent;outline:unset;box-shadow:unset}.ck.ck-editor__editable .table table td.ck-editor__editable_selected:after,.ck.ck-editor__editable .table table th.ck-editor__editable_selected:after{content:"";pointer-events:none;background-color:var(--ck-table-selected-cell-background);position:absolute;inset:0}.ck.ck-editor__editable .table table td.ck-editor__editable_selected ::selection,.ck.ck-editor__editable .table table th.ck-editor__editable_selected ::selection,.ck.ck-editor__editable .table table td.ck-editor__editable_selected:focus,.ck.ck-editor__editable .table table th.ck-editor__editable_selected:focus{background-color:transparent}.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget,.ck.ck-editor__editable .table table th.ck-editor__editable_selected .ck-widget{outline:unset}.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget>.ck-widget__selection-handle,.ck.ck-editor__editable .table table th.ck-editor__editable_selected .ck-widget>.ck-widget__selection-handle{display:none}:root{--ck-widget-outline-thickness: 3px;--ck-widget-handler-icon-size: 16px;--ck-widget-handler-animation-duration: .2s;--ck-widget-handler-animation-curve: ease;--ck-color-widget-blurred-border: hsl(0, 0%, 87%);--ck-color-widget-hover-border: hsl(43, 100%, 62%);--ck-color-widget-editable-focus-background: var(--ck-color-base-background);--ck-color-widget-drag-handler-icon-color: var(--ck-color-base-background)}.ck .ck-widget{outline-width:var(--ck-widget-outline-thickness);outline-style:solid;outline-color:transparent;transition:outline-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve)}@media (prefers-reduced-motion: reduce){.ck .ck-widget{transition:none}}.ck .ck-widget.ck-widget_selected,.ck .ck-widget.ck-widget_selected:hover{outline:var(--ck-widget-outline-thickness) solid var(--ck-color-focus-border)}.ck .ck-widget:hover{outline-color:var(--ck-color-widget-hover-border)}.ck .ck-editor__nested-editable{border:1px solid transparent}.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck .ck-editor__nested-editable:focus{outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-inner-shadow),0 0}@media (forced-colors: none){.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,.ck .ck-editor__nested-editable:focus{background-color:var(--ck-color-widget-editable-focus-background)}}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{padding:4px;box-sizing:border-box;background-color:transparent;opacity:0;transition:background-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),visibility var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);border-radius:var(--ck-border-radius) var(--ck-border-radius) 0 0;transform:translateY(-100%);left:calc(0px - var(--ck-widget-outline-thickness));top:0}@media (prefers-reduced-motion: reduce){.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{transition:none}}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon{width:var(--ck-widget-handler-icon-size);height:var(--ck-widget-handler-icon-size);color:var(--ck-color-widget-drag-handler-icon-color)}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator{opacity:0;transition:opacity .3s var(--ck-widget-handler-animation-curve)}@media (prefers-reduced-motion: reduce){.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator{transition:none}}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover .ck-icon .ck-icon__selected-indicator{opacity:1}.ck .ck-widget.ck-widget_with-selection-handle:hover>.ck-widget__selection-handle{opacity:1;background-color:var(--ck-color-widget-hover-border)}.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover>.ck-widget__selection-handle{opacity:1;background-color:var(--ck-color-focus-border)}.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator,.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover>.ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator{opacity:1}.ck[dir=rtl] .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{left:auto;right:calc(0px - var(--ck-widget-outline-thickness))}.ck.ck-editor__editable.ck-read-only .ck-widget{transition:none}.ck.ck-editor__editable.ck-read-only .ck-widget:not(.ck-widget_selected){--ck-widget-outline-thickness: 0px}.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle,.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover{background:var(--ck-color-widget-blurred-border)}.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover{outline-color:var(--ck-color-widget-blurred-border)}.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle>.ck-widget__selection-handle,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover>.ck-widget__selection-handle,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle>.ck-widget__selection-handle:hover,.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover>.ck-widget__selection-handle:hover{background:var(--ck-color-widget-blurred-border)}.ck.ck-editor__editable>.ck-widget.ck-widget_with-selection-handle:first-child,.ck.ck-editor__editable blockquote>.ck-widget.ck-widget_with-selection-handle:first-child{margin-top:calc(1em + var(--ck-widget-handler-icon-size))}:root{--ck-resizer-size: 10px;--ck-resizer-offset: calc( ( var(--ck-resizer-size) / -2 ) - 2px);--ck-resizer-border-width: 1px}.ck .ck-widget__resizer{outline:1px solid var(--ck-color-resizer)}.ck .ck-widget__resizer__handle{width:var(--ck-resizer-size);height:var(--ck-resizer-size);background:var(--ck-color-focus-border);border:var(--ck-resizer-border-width) solid hsl(0,0%,100%);border-radius:var(--ck-resizer-border-radius)}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left{top:var(--ck-resizer-offset);left:var(--ck-resizer-offset)}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right{top:var(--ck-resizer-offset);right:var(--ck-resizer-offset)}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right{bottom:var(--ck-resizer-offset);right:var(--ck-resizer-offset)}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left{bottom:var(--ck-resizer-offset);left:var(--ck-resizer-offset)}:root{--ck-widget-type-around-button-size: 20px;--ck-color-widget-type-around-button-active: var(--ck-color-focus-border);--ck-color-widget-type-around-button-hover: var(--ck-color-widget-hover-border);--ck-color-widget-type-around-button-blurred-editable: var(--ck-color-widget-blurred-border);--ck-color-widget-type-around-button-radar-start-alpha: 0;--ck-color-widget-type-around-button-radar-end-alpha: .3;--ck-color-widget-type-around-button-icon: var(--ck-color-base-background)}.ck .ck-widget .ck-widget__type-around__button{width:var(--ck-widget-type-around-button-size);height:var(--ck-widget-type-around-button-size);background:var(--ck-color-widget-type-around-button);border-radius:100px;transition:opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);opacity:0;pointer-events:none}@media (prefers-reduced-motion: reduce){.ck .ck-widget .ck-widget__type-around__button{transition:none}}.ck .ck-widget .ck-widget__type-around__button svg{width:10px;height:8px;transform:translate(-50%,-50%);transition:transform .5s ease;margin-top:1px}@media (prefers-reduced-motion: reduce){.ck .ck-widget .ck-widget__type-around__button svg{transition:none}}.ck .ck-widget .ck-widget__type-around__button svg *{stroke-dasharray:10;stroke-dashoffset:0;fill:none;stroke:var(--ck-color-widget-type-around-button-icon);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.ck .ck-widget .ck-widget__type-around__button svg line{stroke-dasharray:7}.ck .ck-widget .ck-widget__type-around__button:hover{animation:ck-widget-type-around-button-sonar 1s ease infinite}.ck .ck-widget .ck-widget__type-around__button:hover svg polyline{animation:ck-widget-type-around-arrow-dash 2s linear}.ck .ck-widget .ck-widget__type-around__button:hover svg line{animation:ck-widget-type-around-arrow-tip-dash 2s linear}@media (prefers-reduced-motion: reduce){.ck .ck-widget .ck-widget__type-around__button:hover{animation:none}.ck .ck-widget .ck-widget__type-around__button:hover svg polyline{animation:none}.ck .ck-widget .ck-widget__type-around__button:hover svg line{animation:none}}.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button,.ck .ck-widget:hover>.ck-widget__type-around>.ck-widget__type-around__button{opacity:1;pointer-events:auto}.ck .ck-widget:not(.ck-widget_selected)>.ck-widget__type-around>.ck-widget__type-around__button{background:var(--ck-color-widget-type-around-button-hover)}.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button,.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__button:hover{background:var(--ck-color-widget-type-around-button-active)}.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:after,.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__button:hover:after{width:calc(var(--ck-widget-type-around-button-size) - 2px);height:calc(var(--ck-widget-type-around-button-size) - 2px);border-radius:100px;background:linear-gradient(135deg,hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,.3) 100%)}.ck .ck-widget.ck-widget_with-selection-handle>.ck-widget__type-around>.ck-widget__type-around__button_before{margin-left:20px}.ck .ck-widget .ck-widget__type-around__fake-caret{pointer-events:none;height:1px;animation:ck-widget-type-around-fake-caret-pulse linear 1s infinite normal forwards;outline:solid 1px hsla(0,0%,100%,.5);background:var(--ck-color-base-text)}.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_before,.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_after{outline-color:transparent}.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected:hover,.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected:hover{outline-color:var(--ck-color-widget-hover-border)}.ck .ck-widget.ck-widget_type-around_show-fake-caret_before>.ck-widget__type-around>.ck-widget__type-around__button,.ck .ck-widget.ck-widget_type-around_show-fake-caret_after>.ck-widget__type-around>.ck-widget__type-around__button{opacity:0;pointer-events:none}.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected:hover>.ck-widget__selection-handle,.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected:hover>.ck-widget__selection-handle{opacity:0}.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected.ck-widget_with-resizer>.ck-widget__resizer,.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected.ck-widget_with-resizer>.ck-widget__resizer{opacity:0}.ck[dir=rtl] .ck-widget.ck-widget_with-selection-handle .ck-widget__type-around>.ck-widget__type-around__button_before{margin-left:0;margin-right:20px}.ck-editor__nested-editable.ck-editor__editable_selected .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button,.ck-editor__nested-editable.ck-editor__editable_selected .ck-widget:hover>.ck-widget__type-around>.ck-widget__type-around__button{opacity:0;pointer-events:none}.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:not(:hover){background:var(--ck-color-widget-type-around-button-blurred-editable)}.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:not(:hover) svg *{stroke:#999}@keyframes ck-widget-type-around-arrow-dash{0%{stroke-dashoffset:10}20%,to{stroke-dashoffset:0}}@keyframes ck-widget-type-around-arrow-tip-dash{0%,20%{stroke-dashoffset:7}40%,to{stroke-dashoffset:0}}@keyframes ck-widget-type-around-button-sonar{0%{box-shadow:0 0 0 0 hsla(var(--ck-color-focus-border-coordinates),var(--ck-color-widget-type-around-button-radar-start-alpha))}50%{box-shadow:0 0 0 5px hsla(var(--ck-color-focus-border-coordinates),var(--ck-color-widget-type-around-button-radar-end-alpha))}to{box-shadow:0 0 0 5px hsla(var(--ck-color-focus-border-coordinates),var(--ck-color-widget-type-around-button-radar-start-alpha))}}@keyframes ck-widget-type-around-fake-caret-pulse{0%{opacity:1}49%{opacity:1}50%{opacity:0}99%{opacity:0}to{opacity:1}}.ck-content code{background-color:#c7c7c74d;padding:.15em;border-radius:2px}.ck.ck-editor__editable .ck-code_selected{background-color:#c7c7c780}.ck-content blockquote{overflow:hidden;padding-right:1.5em;padding-left:1.5em;margin-left:0;margin-right:0;font-style:italic;border-left:solid 5px hsl(0,0%,80%)}.ck-content[dir=rtl] blockquote{border-left:0;border-right:solid 5px hsl(0,0%,80%)}:root{--ck-image-processing-highlight-color: hsl(220, 10%, 98%);--ck-image-processing-background-color: hsl(220, 10%, 90%)}.ck.ck-editor__editable .image.image-processing{position:relative}.ck.ck-editor__editable .image.image-processing:before{content:"";position:absolute;top:0;left:0;z-index:1;height:100%;width:100%;background:linear-gradient(90deg,var(--ck-image-processing-background-color),var(--ck-image-processing-highlight-color),var(--ck-image-processing-background-color));background-size:200% 100%;animation:ck-image-processing-animation 2s linear infinite}.ck.ck-editor__editable .image.image-processing img{height:100%}@keyframes ck-image-processing-animation{0%{background-position:200% 0}to{background-position:-200% 0}}.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position{display:inline;position:relative;pointer-events:none}.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span{position:absolute;width:0}.ck.ck-editor__editable .ck-widget:-webkit-drag>.ck-widget__selection-handle{display:none}.ck.ck-editor__editable .ck-widget:-webkit-drag>.ck-widget__type-around{display:none}.ck.ck-clipboard-drop-target-line{position:absolute;pointer-events:none}.ck-content pre{padding:1em;color:#353535;background:hsla(0,0%,78%,.3);border:1px solid hsl(0,0%,77%);border-radius:2px;text-align:left;direction:ltr;tab-size:4;white-space:pre-wrap;font-style:normal;min-width:200px}.ck-content pre code{background:unset;padding:0;border-radius:0}.ck.ck-editor__editable pre{position:relative}.ck.ck-editor__editable pre[data-language]:after{content:attr(data-language);position:absolute}.ck.ck-editor{position:relative}.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar{z-index:var(--ck-z-panel)}.ck.ck-placeholder,.ck .ck-placeholder{position:relative}.ck.ck-placeholder:before,.ck .ck-placeholder:before{position:absolute;left:0;right:0;content:attr(data-placeholder);pointer-events:none}.ck.ck-read-only .ck-placeholder:before{display:none}.ck.ck-reset_all .ck-placeholder{position:relative}.ck.ck-editor__editable span[data-ck-unsafe-element]{display:none}.ck-find-result{background:var(--ck-color-highlight-background);color:var(--ck-color-text)}.ck-find-result_selected{background:hsl(29,100%,60%)}.ck.ck-find-and-replace-form{max-width:100%}.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs,.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions{display:flex}.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs.ck-find-and-replace-form__inputs .ck-results-counter,.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions.ck-find-and-replace-form__inputs .ck-results-counter{position:absolute}.ck-content .text-tiny{font-size:.7em}.ck-content .text-small{font-size:.85em}.ck-content .text-big{font-size:1.4em}.ck-content .text-huge{font-size:1.8em}.ck.ck-heading_heading1{font-size:20px}.ck.ck-heading_heading2{font-size:17px}.ck.ck-heading_heading3{font-size:14px}.ck[class*=ck-heading_heading]{font-weight:700}:root{--ck-highlight-marker-yellow: hsl(60, 97%, 73%);--ck-highlight-marker-green: hsl(120, 93%, 68%);--ck-highlight-marker-pink: hsl(345, 96%, 73%);--ck-highlight-marker-blue: hsl(201, 97%, 72%);--ck-highlight-pen-red: hsl(0, 85%, 49%);--ck-highlight-pen-green: hsl(112, 100%, 27%)}.ck-content .marker-yellow{background-color:var(--ck-highlight-marker-yellow)}.ck-content .marker-green{background-color:var(--ck-highlight-marker-green)}.ck-content .marker-pink{background-color:var(--ck-highlight-marker-pink)}.ck-content .marker-blue{background-color:var(--ck-highlight-marker-blue)}.ck-content .pen-red{color:var(--ck-highlight-pen-red);background-color:transparent}.ck-content .pen-green{color:var(--ck-highlight-pen-green);background-color:transparent}.ck-editor__editable .ck-horizontal-line{display:flow-root}.ck-content hr{margin:15px 0;height:4px;background:hsl(0,0%,87%);border:0}.ck-widget.raw-html-embed{margin:.9em auto;position:relative;display:flow-root;min-width:15em;font-style:normal}.ck-widget.raw-html-embed:before{position:absolute;z-index:1}.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper{position:absolute;display:flex;flex-direction:column}.ck-widget.raw-html-embed .raw-html-embed__preview{position:relative;overflow:hidden;display:flex}.ck-widget.raw-html-embed .raw-html-embed__preview-content{width:100%;position:relative;margin:auto;display:table;border-collapse:separate;border-spacing:7px}.ck-widget.raw-html-embed .raw-html-embed__preview-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}:root{--ck-html-object-embed-unfocused-outline-width: 1px}.ck-widget.html-object-embed{font-size:var(--ck-font-size-base);background-color:var(--ck-color-base-foreground);padding:var(--ck-spacing-small);padding-top:calc(var(--ck-font-size-tiny) + var(--ck-spacing-large));min-width:calc(76px + var(--ck-spacing-standard))}.ck-widget.html-object-embed:not(.ck-widget_selected):not(:hover){outline:var(--ck-html-object-embed-unfocused-outline-width) dashed var(--ck-color-widget-blurred-border)}.ck-widget.html-object-embed:before{font-weight:400;font-style:normal;position:absolute;content:attr(data-html-object-embed-label);top:0;left:var(--ck-spacing-standard);background:hsl(0deg 0% 60%);transition:background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);padding:calc(var(--ck-spacing-tiny) + var(--ck-html-object-embed-unfocused-outline-width)) var(--ck-spacing-small) var(--ck-spacing-tiny);border-radius:0 0 var(--ck-border-radius) var(--ck-border-radius);color:var(--ck-color-base-background);font-size:var(--ck-font-size-tiny);font-family:var(--ck-font-face)}.ck-widget.html-object-embed .ck-widget__type-around .ck-widget__type-around__button.ck-widget__type-around__button_before{margin-left:50px}.ck-widget.html-object-embed .html-object-embed__content{pointer-events:none}div.ck-widget.html-object-embed{margin:1em auto}span.ck-widget.html-object-embed{display:inline-block}:root{--ck-color-image-caption-background: hsl(0, 0%, 97%);--ck-color-image-caption-text: hsl(0, 0%, 20%);--ck-color-image-caption-highlighted-background: hsl(52deg 100% 50%)}.ck-content .image>figcaption{display:table-caption;caption-side:bottom;word-break:break-word;color:var(--ck-color-image-caption-text);background-color:var(--ck-color-image-caption-background);padding:.6em;font-size:.75em;outline-offset:-1px}@media (forced-colors: active){.ck-content .image>figcaption{background-color:unset;color:unset}}@media (forced-colors: none){.ck.ck-editor__editable .image>figcaption.image__caption_highlighted{animation:ck-image-caption-highlight .6s ease-out}}@media (prefers-reduced-motion: reduce){.ck.ck-editor__editable .image>figcaption.image__caption_highlighted{animation:none}}@keyframes ck-image-caption-highlight{0%{background-color:var(--ck-color-image-caption-highlighted-background)}to{background-color:var(--ck-color-image-caption-background)}}.ck.ck-image-insert-url{width:400px;padding:var(--ck-spacing-large) var(--ck-spacing-large) 0}.ck.ck-image-insert-url .ck-image-insert-url__action-row{display:grid;grid-template-columns:repeat(2,1fr)}.ck-content img.image_resized{height:auto}.ck-content .image.image_resized{max-width:100%;display:block;box-sizing:border-box}.ck-content .image.image_resized img{width:100%}.ck-content .image.image_resized>figcaption{display:block}.ck.ck-editor__editable td .image-inline.image_resized img,.ck.ck-editor__editable th .image-inline.image_resized img{max-width:100%}[dir=ltr] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon{margin-right:var(--ck-spacing-standard)}[dir=rtl] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon{margin-left:var(--ck-spacing-standard)}.ck.ck-dropdown .ck-button.ck-resize-image-button .ck-button__label{width:4em}.ck.ck-image-custom-resize-form{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start}.ck.ck-image-custom-resize-form .ck-labeled-field-view{display:inline-block}.ck.ck-image-custom-resize-form .ck-label{display:none}@media screen and (max-width: 600px){.ck.ck-image-custom-resize-form{flex-wrap:wrap}.ck.ck-image-custom-resize-form .ck-labeled-field-view{flex-basis:100%}.ck.ck-image-custom-resize-form .ck-button{flex-basis:50%}}:root{--ck-image-style-spacing: 1.5em;--ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2)}.ck-content .image.image-style-block-align-left,.ck-content .image.image-style-block-align-right{max-width:calc(100% - var(--ck-image-style-spacing))}.ck-content .image.image-style-align-left,.ck-content .image.image-style-align-right{clear:none}.ck-content .image.image-style-side{float:right;margin-left:var(--ck-image-style-spacing);max-width:50%}.ck-content .image.image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}.ck-content .image.image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}.ck-content .image.image-style-block-align-right{margin-right:0;margin-left:auto}.ck-content .image.image-style-block-align-left{margin-left:0;margin-right:auto}.ck-content .image-style-align-center{margin-left:auto;margin-right:auto}.ck-content .image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}.ck-content .image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}.ck-content p+.image.image-style-align-left,.ck-content p+.image.image-style-align-right,.ck-content p+.image.image-style-side{margin-top:0}.ck-content .image-inline.image-style-align-left,.ck-content .image-inline.image-style-align-right{margin-top:var(--ck-inline-image-style-spacing);margin-bottom:var(--ck-inline-image-style-spacing)}.ck-content .image-inline.image-style-align-left{margin-right:var(--ck-inline-image-style-spacing)}.ck-content .image-inline.image-style-align-right{margin-left:var(--ck-inline-image-style-spacing)}.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__action:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__action:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__arrow:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover){background-color:var(--ck-color-button-on-background)}.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__action:not(.ck-disabled):after,.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__action:not(.ck-disabled):after,.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__arrow:not(.ck-disabled):after,.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):after,.ck.ck-splitbutton.ck-splitbutton_flatten:hover>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover):after,.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover):after{display:none}.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover>.ck-splitbutton__action:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover>.ck-splitbutton__arrow:not(.ck-disabled),.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover>.ck-splitbutton__arrow:not(.ck-disabled):not(:hover){background-color:var(--ck-color-button-on-hover-background)}.ck.ck-text-alternative-form{display:flex;flex-direction:row;flex-wrap:nowrap}.ck.ck-text-alternative-form .ck-labeled-field-view{display:inline-block}.ck.ck-text-alternative-form .ck-label{display:none}@media screen and (max-width: 600px){.ck.ck-text-alternative-form{flex-wrap:wrap}.ck.ck-text-alternative-form .ck-labeled-field-view{flex-basis:100%}.ck.ck-text-alternative-form .ck-button{flex-basis:50%}}.ck.ck-editor__editable .image,.ck.ck-editor__editable .image-inline{position:relative}.ck.ck-editor__editable .image .ck-progress-bar,.ck.ck-editor__editable .image-inline .ck-progress-bar{position:absolute;top:0;left:0}.ck-image-upload-complete-icon{display:block;position:absolute;top:min(var(--ck-spacing-medium),6%);right:min(var(--ck-spacing-medium),6%);border-radius:50%;z-index:1}.ck-image-upload-complete-icon:after{content:"";position:absolute}.ck .ck-upload-placeholder-loader{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0}.ck .ck-upload-placeholder-loader:before{content:"";position:relative}.ck-content .image{display:table;clear:both;text-align:center;margin:.9em auto;min-width:50px}.ck-content .image img{display:block;margin:0 auto;max-width:100%;min-width:100%;height:auto}.ck-content .image-inline{display:inline-flex;max-width:100%;align-items:flex-start}.ck-content .image-inline picture{display:flex}.ck-content .image-inline picture,.ck-content .image-inline img{flex-grow:1;flex-shrink:1;max-width:100%}.ck.ck-editor__editable .image>figcaption.ck-placeholder:before{padding-left:inherit;padding-right:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ck.ck-editor__editable .image{z-index:1}.ck.ck-editor__editable .image.ck-widget_selected{z-index:2}.ck.ck-editor__editable .image-inline{z-index:1}.ck.ck-editor__editable .image-inline.ck-widget_selected{z-index:2}.ck.ck-editor__editable .image-inline.ck-widget_selected ::selection{display:none}.ck.ck-editor__editable .image-inline img{height:auto}.ck.ck-editor__editable td .image-inline img,.ck.ck-editor__editable th .image-inline img{max-width:none}.ck.ck-editor__editable img.image_placeholder{background-size:100% 100%}.ck.ck-link-form{display:flex;align-items:flex-start}.ck.ck-link-form .ck-label{display:none}@media screen and (max-width: 600px){.ck.ck-link-form{flex-wrap:wrap}.ck.ck-link-form .ck-labeled-field-view{flex-basis:100%}.ck.ck-link-form .ck-button{flex-basis:50%}}.ck.ck-link-form_layout-vertical{display:block}.ck.ck-link-form_layout-vertical .ck-button.ck-button-save,.ck.ck-link-form_layout-vertical .ck-button.ck-button-cancel{margin-top:var(--ck-spacing-medium)}.ck.ck-link-actions{display:flex;flex-direction:row;flex-wrap:nowrap}.ck.ck-link-actions .ck-link-actions__preview{display:inline-block}.ck.ck-link-actions .ck-link-actions__preview .ck-button__label{overflow:hidden}@media screen and (max-width: 600px){.ck.ck-link-actions{flex-wrap:wrap}.ck.ck-link-actions .ck-link-actions__preview{flex-basis:100%}.ck.ck-link-actions .ck-button:not(.ck-link-actions__preview){flex-basis:50%}}.ck.ck-editor__editable figure.image>a:after,.ck.ck-editor__editable a span.image-inline:after{display:block;position:absolute}.ck-editor__editable .ck-list-bogus-paragraph{display:block}.ck.ck-list-styles-list{display:grid}.ck-content ol{list-style-type:decimal}.ck-content ol ol{list-style-type:lower-latin}.ck-content ol ol ol{list-style-type:lower-roman}.ck-content ol ol ol ol{list-style-type:upper-latin}.ck-content ol ol ol ol ol{list-style-type:upper-roman}.ck-content ul{list-style-type:disc}.ck-content ul ul{list-style-type:circle}.ck-content ul ul ul,.ck-content ul ul ul ul{list-style-type:square}:root{--ck-todo-list-checkmark-size: 16px}.ck-content .todo-list{list-style:none}.ck-content .todo-list li{position:relative;margin-bottom:5px}.ck-content .todo-list li .todo-list{margin-top:5px}.ck-content .todo-list .todo-list__label>input{-webkit-appearance:none;display:inline-block;position:relative;width:var(--ck-todo-list-checkmark-size);height:var(--ck-todo-list-checkmark-size);vertical-align:middle;border:0;left:-25px;margin-right:-15px;right:0;margin-left:0}.ck-content[dir=rtl] .todo-list .todo-list__label>input{left:0;margin-right:0;right:-25px;margin-left:-15px}.ck-content .todo-list .todo-list__label>input:before{display:block;position:absolute;box-sizing:border-box;content:"";width:100%;height:100%;border:1px solid hsl(0,0%,20%);border-radius:2px;transition:.25s ease-in-out box-shadow}@media (prefers-reduced-motion: reduce){.ck-content .todo-list .todo-list__label>input:before{transition:none}}.ck-content .todo-list .todo-list__label>input:after{display:block;position:absolute;box-sizing:content-box;pointer-events:none;content:"";left:calc(var(--ck-todo-list-checkmark-size) / 3);top:calc(var(--ck-todo-list-checkmark-size) / 5.3);width:calc(var(--ck-todo-list-checkmark-size) / 5.3);height:calc(var(--ck-todo-list-checkmark-size) / 2.6);border-style:solid;border-color:transparent;border-width:0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;transform:rotate(45deg)}.ck-content .todo-list .todo-list__label>input[checked]:before{background:hsl(126,64%,41%);border-color:#26ab33}.ck-content .todo-list .todo-list__label>input[checked]:after{border-color:#fff}.ck-content .todo-list .todo-list__label .todo-list__label__description{vertical-align:middle}.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox]{position:absolute}.ck-editor__editable.ck-content .todo-list .todo-list__label>input,.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input{cursor:pointer}.ck-editor__editable.ck-content .todo-list .todo-list__label>input:hover:before,.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input:hover:before{box-shadow:0 0 0 5px #0000001a}.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input{-webkit-appearance:none;display:inline-block;position:relative;width:var(--ck-todo-list-checkmark-size);height:var(--ck-todo-list-checkmark-size);vertical-align:middle;border:0;left:-25px;margin-right:-15px;right:0;margin-left:0}.ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label>span[contenteditable=false]>input{left:0;margin-right:0;right:-25px;margin-left:-15px}.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input:before{display:block;position:absolute;box-sizing:border-box;content:"";width:100%;height:100%;border:1px solid hsl(0,0%,20%);border-radius:2px;transition:.25s ease-in-out box-shadow}@media (prefers-reduced-motion: reduce){.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input:before{transition:none}}.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input:after{display:block;position:absolute;box-sizing:content-box;pointer-events:none;content:"";left:calc(var(--ck-todo-list-checkmark-size) / 3);top:calc(var(--ck-todo-list-checkmark-size) / 5.3);width:calc(var(--ck-todo-list-checkmark-size) / 5.3);height:calc(var(--ck-todo-list-checkmark-size) / 2.6);border-style:solid;border-color:transparent;border-width:0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;transform:rotate(45deg)}.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input[checked]:before{background:hsl(126,64%,41%);border-color:#26ab33}.ck-editor__editable.ck-content .todo-list .todo-list__label>span[contenteditable=false]>input[checked]:after{border-color:#fff}.ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox]{position:absolute}.ck-content .media{clear:both;margin:.9em 0;display:block;min-width:15em}.ck-media__wrapper .ck-media__placeholder{display:flex;flex-direction:column;align-items:center}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url{max-width:100%;position:relative}.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url .ck-media__placeholder__url__text{overflow:hidden;display:block}.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*="google.com/maps"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*="goo.gl/maps"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*="maps.google.com"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*="maps.app.goo.gl"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder__icon *,.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder__icon *{display:none}.ck-editor__editable:not(.ck-read-only) .ck-media__wrapper>*:not(.ck-media__placeholder){pointer-events:none}.ck-editor__editable:not(.ck-read-only) .ck-widget:not(.ck-widget_selected) .ck-media__placeholder{pointer-events:none}.ck-vertical-form .ck-button:after{content:"";width:0;position:absolute;right:-1px;top:-1px;bottom:-1px;z-index:1}.ck-vertical-form .ck-button:focus:after{display:none}@media screen and (max-width: 600px){.ck.ck-responsive-form .ck-button:after{content:"";width:0;position:absolute;right:-1px;top:-1px;bottom:-1px;z-index:1}.ck.ck-responsive-form .ck-button:focus:after{display:none}}.ck.ck-media-form{display:flex;align-items:flex-start;flex-direction:row;flex-wrap:nowrap;width:400px}.ck.ck-media-form .ck-labeled-field-view{display:inline-block;width:100%}.ck.ck-media-form .ck-label{display:none}.ck.ck-media-form .ck-input{width:100%}@media screen and (max-width: 600px){.ck.ck-media-form{flex-wrap:wrap}.ck.ck-media-form .ck-labeled-field-view{flex-basis:100%}.ck.ck-media-form .ck-button{flex-basis:50%}}:root{--ck-mention-list-max-height: 300px}.ck.ck-mentions{max-height:var(--ck-mention-list-max-height);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.ck.ck-mentions>.ck-list__item{overflow:hidden;flex-shrink:0}:root{--ck-color-minimap-tracker-background: 208, 0%, 51%;--ck-color-minimap-iframe-outline: hsl(0deg 0% 75%);--ck-color-minimap-iframe-shadow: hsl(0deg 0% 0% / 11%);--ck-color-minimap-progress-background: hsl(0,0%,40%)}.ck.ck-minimap{position:absolute;user-select:none;background:var(--ck-color-base-background)}.ck.ck-minimap,.ck.ck-minimap iframe{width:100%;height:100%}.ck.ck-minimap iframe{border:0;pointer-events:none;position:relative;outline:1px solid var(--ck-color-minimap-iframe-outline);box-shadow:0 2px 5px var(--ck-color-minimap-iframe-shadow);margin:0}.ck.ck-minimap .ck.ck-minimap__position-tracker{position:absolute;width:100%;top:0;background:hsla(var(--ck-color-minimap-tracker-background),.2);z-index:1;transition:background .1s ease-in-out}@media (prefers-reduced-motion: reduce){.ck.ck-minimap .ck.ck-minimap__position-tracker{transition:none}}.ck.ck-minimap .ck.ck-minimap__position-tracker:hover{background:hsla(var(--ck-color-minimap-tracker-background),.3)}.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging,.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging:hover{background:hsla(var(--ck-color-minimap-tracker-background),.4)}.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging:after,.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging:hover:after{opacity:1}.ck.ck-minimap .ck.ck-minimap__position-tracker:after{content:attr(data-progress) "%";position:absolute;top:5px;right:5px;background:var(--ck-color-minimap-progress-background);color:var(--ck-color-base-background);border:1px solid var(--ck-color-base-background);padding:2px 4px;font-size:10px;border-radius:3px;opacity:0;transition:opacity .1s ease-in-out}@media (prefers-reduced-motion: reduce){.ck.ck-minimap .ck.ck-minimap__position-tracker:after{transition:none}}.ck-content .page-break{position:relative;clear:both;padding:5px 0;display:flex;align-items:center;justify-content:center}.ck-content .page-break:after{content:"";position:absolute;border-bottom:2px dashed hsl(0,0%,77%);width:100%}.ck-content .page-break__label{position:relative;z-index:1;padding:.3em .6em;display:block;text-transform:uppercase;border:1px solid hsl(0,0%,77%);border-radius:2px;font-family:Helvetica,Arial,Tahoma,Verdana,Sans-Serif;font-size:.75em;font-weight:700;color:#333;background:hsl(0,0%,100%);box-shadow:2px 2px 1px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media print{.ck-content .page-break{padding:0}.ck-content .page-break:after{display:none}}:root{--ck-show-blocks-border-color: hsl(0, 0%, 46%)}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget,.ck-widget *){background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget,.ck-widget *){background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget,.ck-widget *){background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget,.ck-widget *):not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget,.ck-widget *){background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget,.ck-widget *){background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image,figure.table) figcaption{background-repeat:no-repeat;padding-top:15px}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image,figure.table) figcaption{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image,figure.table) figcaption{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");background-position:calc(100% - 1px) 1px}.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image,figure.table) figcaption:not(.ck-widget_selected):not(.ck-widget:hover){outline:1px dashed var(--ck-show-blocks-border-color)}[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image,figure.table) figcaption{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");background-position:1px 1px}[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image,figure.table) figcaption{background-image:url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");background-position:calc(100% - 1px) 1px}.ck-source-editing-area{position:relative;overflow:hidden}.ck-source-editing-area:after,.ck-source-editing-area textarea{padding:var(--ck-spacing-large);margin:0;border:1px solid transparent;line-height:var(--ck-line-height-base);font-size:var(--ck-font-size-normal);font-family:monospace;white-space:pre-wrap}.ck-source-editing-area:after{content:attr(data-value) " ";visibility:hidden;display:block}.ck-source-editing-area textarea{position:absolute;width:100%;height:100%;resize:none;outline:none;overflow:hidden;box-sizing:border-box;border-color:var(--ck-color-base-border);border-radius:0}.ck-rounded-corners .ck-source-editing-area textarea,.ck-source-editing-area textarea.ck-rounded-corners{border-radius:var(--ck-border-radius);border-top-left-radius:0;border-top-right-radius:0}.ck-source-editing-area textarea:not([readonly]):focus{outline:none;border:var(--ck-focus-ring);box-shadow:var(--ck-inner-shadow),0 0}.ck.ck-character-grid{max-width:100%}.ck.ck-character-grid .ck-character-grid__tiles{display:grid}.ck.ck-character-info{display:flex;justify-content:space-between}:root{--ck-style-panel-columns: 3}.ck.ck-style-panel .ck-style-grid{display:grid;grid-template-columns:repeat(var(--ck-style-panel-columns),auto);justify-content:start}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button{display:flex;justify-content:space-between;flex-direction:column}.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview{display:flex;align-content:center;justify-content:flex-start;align-items:center;flex-grow:1;flex-basis:100%}.ck-content .table{margin:.9em auto;display:table}.ck-content .table table{border-collapse:collapse;border-spacing:0;width:100%;height:100%;border:1px double hsl(0,0%,70%)}.ck-content .table table td,.ck-content .table table th{min-width:2em;padding:.4em;border:1px solid hsl(0,0%,75%)}.ck-content .table table th{font-weight:700;background:hsla(0,0%,0%,5%)}.ck-content[dir=rtl] .table th{text-align:right}.ck-content[dir=ltr] .table th{text-align:left}.ck-editor__editable .ck-table-bogus-paragraph{display:inline-block;width:100%}.ck .ck-insert-table-dropdown__grid{display:flex;flex-direction:row;flex-wrap:wrap}.ck.ck-form__row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.ck.ck-form__row>*:not(.ck-label){flex-grow:1}.ck.ck-form__row.ck-table-form__action-row .ck-button-save,.ck.ck-form__row.ck-table-form__action-row .ck-button-cancel{justify-content:center}.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row{flex-wrap:wrap}.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:first-of-type{flex-grow:.57}.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:last-of-type{flex-grow:.43}.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar .ck-button{flex-grow:1}.ck.ck-input-color{width:100%;display:flex;flex-direction:row-reverse}.ck.ck-input-color>input.ck.ck-input-text{min-width:auto;flex-grow:1}.ck.ck-input-color>div.ck.ck-dropdown{min-width:auto}.ck.ck-input-color>div.ck.ck-dropdown>.ck-input-color__button .ck-dropdown__arrow{display:none}.ck.ck-input-color .ck.ck-input-color__button{display:flex}.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview{position:relative;overflow:hidden}.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview>.ck.ck-input-color__button__preview__no-color-indicator{position:absolute;display:block}.ck.ck-table-form .ck-form__row.ck-table-form__border-row,.ck.ck-table-form .ck-form__row.ck-table-form__background-row{flex-wrap:wrap}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row{flex-wrap:wrap;align-items:center}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view{display:flex;flex-direction:column-reverse;align-items:center}.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown,.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator{flex-grow:0}.ck.ck-table-form .ck.ck-labeled-field-view{position:relative}.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status{position:absolute;left:50%;bottom:calc(-1 * var(--ck-table-properties-error-arrow-size));transform:translate(-50%,100%);z-index:1}.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status:after{content:"";position:absolute;top:calc(-1 * var(--ck-table-properties-error-arrow-size));left:50%;transform:translate(-50%)}.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row{flex-wrap:wrap;flex-basis:0;align-content:baseline}.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items{flex-wrap:nowrap}:root{--ck-color-selector-caption-background: hsl(0, 0%, 97%);--ck-color-selector-caption-text: hsl(0, 0%, 20%);--ck-color-selector-caption-highlighted-background: hsl(52deg 100% 50%)}.ck-content .table>figcaption{display:table-caption;caption-side:top;word-break:break-word;text-align:center;color:var(--ck-color-selector-caption-text);background-color:var(--ck-color-selector-caption-background);padding:.6em;font-size:.75em;outline-offset:-1px}@media (forced-colors: active){.ck-content .table>figcaption{background-color:unset;color:unset}}@media (forced-colors: none){.ck.ck-editor__editable .table>figcaption.table__caption_highlighted{animation:ck-table-caption-highlight .6s ease-out}}.ck.ck-editor__editable .table>figcaption.ck-placeholder:before{padding-left:inherit;padding-right:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes ck-table-caption-highlight{0%{background-color:var(--ck-color-selector-caption-highlighted-background)}to{background-color:var(--ck-color-selector-caption-background)}}:root{--ck-color-selector-column-resizer-hover: var(--ck-color-base-active);--ck-table-column-resizer-width: 7px;--ck-table-column-resizer-position-offset: calc(var(--ck-table-column-resizer-width) * -.5 - .5px)}.ck-content .table .ck-table-resized{table-layout:fixed}.ck-content .table table{overflow:hidden}.ck-content .table td,.ck-content .table th{overflow-wrap:break-word;position:relative}.ck.ck-editor__editable .table .ck-table-column-resizer{position:absolute;top:0;bottom:0;right:var(--ck-table-column-resizer-position-offset);width:var(--ck-table-column-resizer-width);cursor:col-resize;user-select:none;z-index:var(--ck-z-default)}.ck.ck-editor__editable.ck-column-resize_disabled .table .ck-table-column-resizer,.ck.ck-editor__editable .table[draggable] .ck-table-column-resizer{display:none}.ck.ck-editor__editable .table .ck-table-column-resizer:hover,.ck.ck-editor__editable .table .ck-table-column-resizer__active{background-color:var(--ck-color-selector-column-resizer-hover);opacity:.25;top:-999999px;bottom:-999999px}.ck.ck-editor__editable[dir=rtl] .table .ck-table-column-resizer{left:var(--ck-table-column-resizer-position-offset);right:unset}.ck-hidden{display:none!important}:root{--ck-z-default: 1;--ck-z-panel: calc( var(--ck-z-default) + 999 );--ck-z-dialog: 9999}.ck-transitions-disabled,.ck-transitions-disabled *{transition:none!important}:root{--ck-powered-by-line-height: 10px;--ck-powered-by-padding-vertical: 2px;--ck-powered-by-padding-horizontal: 4px;--ck-powered-by-text-color: hsl(0, 0%, 31%);--ck-powered-by-border-radius: var(--ck-border-radius);--ck-powered-by-background: hsl(0, 0%, 100%);--ck-powered-by-border-color: var(--ck-color-focus-border)}.ck.ck-balloon-panel.ck-powered-by-balloon{--ck-border-radius: var(--ck-powered-by-border-radius);box-shadow:none;background:var(--ck-powered-by-background);min-height:unset;z-index:calc(var(--ck-z-panel) - 1)}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by{line-height:var(--ck-powered-by-line-height)}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by a{cursor:pointer;display:flex;align-items:center;opacity:.66;filter:grayscale(80%);line-height:var(--ck-powered-by-line-height);padding:var(--ck-powered-by-padding-vertical) var(--ck-powered-by-padding-horizontal)}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-powered-by__label{font-size:7.5px;letter-spacing:-.2px;padding-left:2px;text-transform:uppercase;font-weight:700;margin-right:4px;cursor:pointer;line-height:normal;color:var(--ck-powered-by-text-color)}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-icon{display:block;cursor:pointer}.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by:hover a{filter:grayscale(0%);opacity:1}.ck.ck-balloon-panel.ck-powered-by-balloon[class*=position_inside]{border-color:transparent}.ck.ck-balloon-panel.ck-powered-by-balloon[class*=position_border]{border:var(--ck-focus-ring);border-color:var(--ck-powered-by-border-color)}.ck.ck-button,a.ck.ck-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:inline-flex;align-items:center}[dir=ltr] .ck.ck-button,[dir=ltr] a.ck.ck-button{justify-content:left}[dir=rtl] .ck.ck-button,[dir=rtl] a.ck.ck-button{justify-content:right}.ck.ck-button .ck-button__label,a.ck.ck-button .ck-button__label{display:none}.ck.ck-button.ck-button_with-text .ck-button__label,a.ck.ck-button.ck-button_with-text .ck-button__label{display:inline-block}.ck.ck-button:not(.ck-button_with-text),a.ck.ck-button:not(.ck-button_with-text){justify-content:center}.ck.ck-button.ck-switchbutton .ck-button__toggle,.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner{display:block}.ck.ck-collapsible.ck-collapsible_collapsed>.ck-collapsible__children{display:none}.ck.ck-color-grid{display:grid}.color-picker-hex-input{width:max-content}.color-picker-hex-input .ck.ck-input{min-width:unset}.ck.ck-color-picker__row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin:var(--ck-spacing-large) 0 0;width:unset}.ck.ck-color-picker__row .ck.ck-labeled-field-view{padding-top:unset}.ck.ck-color-picker__row .ck.ck-input-text{width:unset}.ck.ck-color-picker__row .ck-color-picker__hash-view{padding-top:var(--ck-spacing-tiny);padding-right:var(--ck-spacing-medium)}.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color,.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker{display:flex;align-items:center}[dir=rtl] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color,[dir=rtl] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker{justify-content:flex-start}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar{display:flex;flex-direction:row;justify-content:space-around}.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar .ck-button-save,.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar .ck-button-cancel{flex:1}.ck.ck-dialog .ck.ck-dialog__actions{display:flex;justify-content:flex-end}.ck.ck-dialog-overlay{user-select:none;overscroll-behavior:none;position:fixed;inset:0}.ck.ck-dialog-overlay.ck-dialog-overlay__transparent{pointer-events:none;animation:none;background:none}.ck.ck-dialog{overscroll-behavior:none;width:fit-content;position:absolute}.ck.ck-dialog .ck.ck-form__header{flex-shrink:0}.ck.ck-dialog .ck.ck-form__header .ck-form__header__label{cursor:grab}.ck.ck-dialog-overlay.ck-dialog-overlay__transparent .ck.ck-dialog{pointer-events:all}:root{--ck-dropdown-max-width: 75vw}.ck.ck-dropdown{display:inline-block;position:relative}.ck.ck-dropdown .ck-dropdown__arrow{pointer-events:none;z-index:var(--ck-z-default)}.ck.ck-dropdown .ck-button.ck-dropdown__button{width:100%}.ck.ck-dropdown .ck-dropdown__panel{display:none;z-index:var(--ck-z-panel);max-width:var(--ck-dropdown-max-width);position:absolute}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel-visible{display:inline-block}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme{bottom:100%}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s{top:100%;bottom:auto}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se{left:0}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw{right:0}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n{left:50%;transform:translate(-50%)}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw{left:75%;transform:translate(-75%)}.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme{left:25%;transform:translate(-25%)}.ck.ck-toolbar .ck-dropdown__panel{z-index:calc(var(--ck-z-panel) + 1)}.ck.ck-splitbutton{font-size:inherit}.ck.ck-splitbutton .ck-splitbutton__action:focus{z-index:calc(var(--ck-z-default) + 1)}:root{--ck-toolbar-dropdown-max-width: 60vw}.ck.ck-toolbar-dropdown>.ck-dropdown__panel{width:max-content;max-width:var(--ck-toolbar-dropdown-max-width)}.ck.ck-toolbar-dropdown>.ck-dropdown__panel .ck-button:focus{z-index:calc(var(--ck-z-default) + 1)}.ck.ck-aria-live-announcer{position:absolute;left:-10000px;top:-10000px}.ck.ck-aria-live-region-list{list-style-type:none}.ck.ck-form__header{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between}.ck.ck-form__header h2.ck-form__header__label{flex-grow:1}.ck.ck-icon{vertical-align:middle}.ck.ck-label{display:block}.ck.ck-voice-label{display:none}.ck.ck-labeled-field-view>.ck.ck-labeled-field-view__input-wrapper{display:flex;position:relative}.ck.ck-labeled-field-view .ck.ck-label{display:block;position:absolute}.ck.ck-list{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:column}.ck.ck-list .ck-list__item,.ck.ck-list .ck-list__separator{display:block}.ck.ck-list .ck-list__item>*:focus{position:relative;z-index:var(--ck-z-default)}:root{--ck-balloon-panel-arrow-z-index: calc(var(--ck-z-default) - 3)}.ck.ck-balloon-panel{display:none;position:absolute;z-index:var(--ck-z-panel)}.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before,.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after{content:"";position:absolute}.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before{z-index:var(--ck-balloon-panel-arrow-z-index)}.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after{z-index:calc(var(--ck-balloon-panel-arrow-z-index) + 1)}.ck.ck-balloon-panel[class*=arrow_n]:before{z-index:var(--ck-balloon-panel-arrow-z-index)}.ck.ck-balloon-panel[class*=arrow_n]:after{z-index:calc(var(--ck-balloon-panel-arrow-z-index) + 1)}.ck.ck-balloon-panel[class*=arrow_s]:before{z-index:var(--ck-balloon-panel-arrow-z-index)}.ck.ck-balloon-panel[class*=arrow_s]:after{z-index:calc(var(--ck-balloon-panel-arrow-z-index) + 1)}.ck.ck-balloon-panel.ck-balloon-panel_visible{display:block}.ck .ck-balloon-rotator__navigation{display:flex;align-items:center;justify-content:center}.ck .ck-balloon-rotator__content .ck-toolbar{justify-content:center}.ck .ck-fake-panel{position:absolute;z-index:calc(var(--ck-z-panel) - 1)}.ck .ck-fake-panel div{position:absolute}.ck .ck-fake-panel div:nth-child(1){z-index:2}.ck .ck-fake-panel div:nth-child(2){z-index:1}.ck.ck-sticky-panel .ck-sticky-panel__content_sticky{z-index:var(--ck-z-panel);position:fixed;top:0}.ck.ck-sticky-panel .ck-sticky-panel__content_sticky_bottom-limit{top:auto;position:absolute}.ck.ck-autocomplete{position:relative}.ck.ck-autocomplete>.ck-search__results{position:absolute;z-index:var(--ck-z-panel)}.ck.ck-autocomplete>.ck-search__results.ck-search__results_n{bottom:100%}.ck.ck-autocomplete>.ck-search__results.ck-search__results_s{top:100%;bottom:auto}.ck.ck-search>.ck-labeled-field-view>.ck-labeled-field-view__input-wrapper>.ck-icon{position:absolute;top:50%;transform:translateY(-50%)}[dir=ltr] .ck.ck-search>.ck-labeled-field-view>.ck-labeled-field-view__input-wrapper>.ck-icon{left:var(--ck-spacing-medium)}[dir=rtl] .ck.ck-search>.ck-labeled-field-view>.ck-labeled-field-view__input-wrapper>.ck-icon{right:var(--ck-spacing-medium)}.ck.ck-search>.ck-labeled-field-view .ck-search__reset{position:absolute;top:50%;transform:translateY(-50%)}.ck.ck-search>.ck-search__results>.ck-search__info>span:first-child{display:block}.ck.ck-search>.ck-search__results>.ck-search__info:not(.ck-hidden)~*{display:none}.ck.ck-highlighted-text mark{background:var(--ck-color-highlight-background);vertical-align:initial;font-weight:inherit;line-height:inherit;font-size:inherit}.ck.ck-balloon-panel.ck-tooltip{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:calc(var(--ck-z-dialog) + 100)}:root{--ck-toolbar-spinner-size: 18px}.ck.ck-spinner-container{display:block;position:relative}.ck.ck-spinner{position:absolute;top:50%;left:0;right:0;margin:0 auto;transform:translateY(-50%);z-index:1}.ck.ck-toolbar{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-flow:row nowrap;align-items:center}.ck.ck-toolbar>.ck-toolbar__items{display:flex;flex-flow:row wrap;align-items:center;flex-grow:1}.ck.ck-toolbar .ck.ck-toolbar__separator{display:inline-block}.ck.ck-toolbar .ck.ck-toolbar__separator:first-child,.ck.ck-toolbar .ck.ck-toolbar__separator:last-child{display:none}.ck.ck-toolbar .ck-toolbar__line-break{flex-basis:100%}.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{flex-wrap:nowrap}.ck.ck-toolbar.ck-toolbar_vertical>.ck-toolbar__items{flex-direction:column}.ck.ck-toolbar.ck-toolbar_floating>.ck-toolbar__items{flex-wrap:nowrap}.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown>.ck-dropdown__button .ck-dropdown__arrow{display:none}.ck.ck-block-toolbar-button{position:absolute;z-index:var(--ck-z-default)}.ck.ck-menu-bar__menu>.ck-menu-bar__menu__button>.ck-menu-bar__menu__button__arrow{pointer-events:none;z-index:var(--ck-z-default)}:root{--ck-menu-bar-menu-max-width: 75vw;--ck-menu-bar-nested-menu-horizontal-offset: 5px}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel{z-index:var(--ck-z-panel);max-width:var(--ck-menu-bar-menu-max-width);position:absolute}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne,.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw{bottom:100%}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se,.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw{top:100%;bottom:auto}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne,.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se{left:0}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw,.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw{right:0}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es,.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en{left:calc(100% - var(--ck-menu-bar-nested-menu-horizontal-offset))}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es{top:0}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en{bottom:0}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws,.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn{right:calc(100% - var(--ck-menu-bar-nested-menu-horizontal-offset))}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws{top:0}.ck.ck-menu-bar__menu>.ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn{bottom:0}.ck.ck-menu-bar__menu{display:block;position:relative}:root{--ck-color-resizer: var(--ck-color-focus-border);--ck-color-resizer-tooltip-background: hsl(0, 0%, 15%);--ck-color-resizer-tooltip-text: hsl(0, 0%, 95%);--ck-resizer-border-radius: var(--ck-border-radius);--ck-resizer-tooltip-offset: 10px;--ck-resizer-tooltip-height: calc(var(--ck-spacing-small) * 2 + 10px)}.ck .ck-widget,.ck .ck-widget.ck-widget_with-selection-handle{position:relative}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle{position:absolute}.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon{display:block}.ck .ck-widget.ck-widget_with-selection-handle:hover>.ck-widget__selection-handle{visibility:visible}.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected>.ck-widget__selection-handle{visibility:visible}.ck .ck-size-view{background:var(--ck-color-resizer-tooltip-background);color:var(--ck-color-resizer-tooltip-text);border:1px solid var(--ck-color-resizer-tooltip-text);border-radius:var(--ck-resizer-border-radius);font-size:var(--ck-font-size-tiny);display:block;padding:0 var(--ck-spacing-small);height:var(--ck-resizer-tooltip-height);line-height:var(--ck-resizer-tooltip-height)}.ck .ck-size-view.ck-orientation-top-left,.ck .ck-size-view.ck-orientation-top-right,.ck .ck-size-view.ck-orientation-bottom-right,.ck .ck-size-view.ck-orientation-bottom-left,.ck .ck-size-view.ck-orientation-above-center{position:absolute}.ck .ck-size-view.ck-orientation-top-left{top:var(--ck-resizer-tooltip-offset);left:var(--ck-resizer-tooltip-offset)}.ck .ck-size-view.ck-orientation-top-right{top:var(--ck-resizer-tooltip-offset);right:var(--ck-resizer-tooltip-offset)}.ck .ck-size-view.ck-orientation-bottom-right{bottom:var(--ck-resizer-tooltip-offset);right:var(--ck-resizer-tooltip-offset)}.ck .ck-size-view.ck-orientation-bottom-left{bottom:var(--ck-resizer-tooltip-offset);left:var(--ck-resizer-tooltip-offset)}.ck .ck-size-view.ck-orientation-above-center{top:calc(var(--ck-resizer-tooltip-height) * -1);left:50%;transform:translate(-50%)}.ck .ck-widget_with-resizer{position:relative}.ck .ck-widget__resizer{display:none;position:absolute;pointer-events:none;left:0;top:0}.ck-focused .ck-widget_with-resizer.ck-widget_selected>.ck-widget__resizer{display:block}.ck .ck-widget__resizer__handle{position:absolute;pointer-events:all}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left,.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right{cursor:nwse-resize}.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right,.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left{cursor:nesw-resize}.ck .ck-widget .ck-widget__type-around__button{display:block;position:absolute;overflow:hidden;z-index:var(--ck-z-default)}.ck .ck-widget .ck-widget__type-around__button svg{position:absolute;top:50%;left:50%;z-index:calc(var(--ck-z-default) + 2)}.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before{top:calc(-.5 * var(--ck-widget-outline-thickness));left:min(10%,30px);transform:translateY(-50%)}.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after{bottom:calc(-.5 * var(--ck-widget-outline-thickness));right:min(10%,30px);transform:translateY(50%)}.ck .ck-widget.ck-widget_selected>.ck-widget__type-around>.ck-widget__type-around__button:after,.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__button:hover:after{content:"";display:block;position:absolute;top:1px;left:1px;z-index:calc(var(--ck-z-default) + 1)}.ck .ck-widget>.ck-widget__type-around>.ck-widget__type-around__fake-caret{display:none;position:absolute;left:0;right:0}.ck .ck-widget:hover>.ck-widget__type-around>.ck-widget__type-around__fake-caret{left:calc(-1 * var(--ck-widget-outline-thickness));right:calc(-1 * var(--ck-widget-outline-thickness))}.ck .ck-widget.ck-widget_type-around_show-fake-caret_before>.ck-widget__type-around>.ck-widget__type-around__fake-caret{top:calc(-1 * var(--ck-widget-outline-thickness) - 1px);display:block}.ck .ck-widget.ck-widget_type-around_show-fake-caret_after>.ck-widget__type-around>.ck-widget__type-around__fake-caret{bottom:calc(-1 * var(--ck-widget-outline-thickness) - 1px);display:block}.ck.ck-editor__editable.ck-read-only .ck-widget__type-around,.ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around,.ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around{display:none}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:.8;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-bottom:0;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0);transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;inset:0;pointer-events:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;inset:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.chip{display:flex;padding:4px 12px;align-items:center;justify-content:center;border-radius:20px;border:1px solid var(--color-other-wb-4, #bebebe);color:var(--color-other-wb-6, #5c5c5c);font-size:14px;font-weight:400;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;max-lines:1}.chip.chip--selected{background:var(--color-other-light-blue-6, #007cd0);border:1px solid var(--color-other-wb-4, #007cd0);color:#fff}.chip--size-small{font-size:12px;line-height:22px}.choice-chip{padding:6px 16px;display:flex;align-items:center;justify-content:center;border:1px solid;border-color:#222;border-radius:36px;opacity:.3;cursor:pointer}.choice-chip__label{font-size:14px;font-weight:400;color:#222}.choice-chip--selected{border-color:#013565;opacity:1}.choice-chip--selected .choice-chip__label{color:#013565!important}.onboard{max-width:1440px;padding:64px 0;margin:0 auto}.onboard h4{font-size:16px;margin:12px 12px 8px 4px;font-weight:500;color:#013565}.onboard-info,.onboard-avatar,.onboard-interests,.onboard-processing,.onboard-dbd,.onboard-certificate{max-width:768px;margin:0 auto}.onboard-dbd{align-items:center}.onboard-dbd__file{color:#888;margin-top:10px;font-size:14px;text-align:center}.onboard-certificate{max-width:480px}.onboard-certificate__file{color:#888;margin-top:10px;font-size:14px;text-align:center}.onboard-certificate__split{display:grid;width:100%;gap:12px;grid-template-columns:repeat(2,minmax(auto,1fr))}.onboard-certificate-existing{align-self:flex-end;font-size:14px;margin-top:8px;color:#4a4a4ab6;display:flex;align-items:center;gap:6px}.onboard-processing{display:flex;flex-direction:column;align-items:center}.onboard-processing__image{max-width:400px}.onboard-processing__desc{text-align:center}.onboard-processing-delete{display:flex;flex-direction:column;min-width:340px;max-width:1440px;box-sizing:border-box;padding:20px 30px;margin:10px;background-color:#f9f9f9;border-radius:30px;align-items:center;justify-self:center}.onboard-processing-delete__header{font-size:20px;font-weight:400;margin:12px 0 0;text-align:center}.onboard-processing-delete__action{display:grid;grid-template-columns:repeat(2,minmax(0,auto));gap:20px;margin-top:24px;width:100%}.onboard-select-plan{display:flex;flex-direction:column;gap:48px}.onboard-select-plan__header{text-align:center;font-size:42px;color:#013565;margin:0;font-weight:500}.onboard-select-plan-lists .swiper-slide.swiper-slide-active .onboard-select-plan-lists-item{background-color:#013565;z-index:1}.onboard-select-plan-lists .swiper-slide.swiper-slide-active .onboard-select-plan-lists-item *{color:#fff!important}.onboard-select-plan-lists .swiper-slide.swiper-slide-active .onboard-select-plan-lists-item-title__popular{background-color:#fff;color:#013565!important}.onboard-select-plan-lists .swiper-slide.swiper-slide-active .onboard-select-plan-lists-item__separator{background-color:#ffffff4d}.onboard-select-plan-lists .swiper-slide.swiper-slide-active .onboard-select-plan-lists-item-limit__icon path{stroke:#fff!important}.onboard-select-plan-lists .swiper-slide.swiper-slide-active .onboard-select-plan-lists-item-cta{background-color:#fff}.onboard-select-plan-lists .swiper-slide.swiper-slide-active .onboard-select-plan-lists-item-cta *{color:#013565!important}.onboard-select-plan-lists .swiper-slide.swiper-slide-next .onboard-select-plan-lists-item__overlay,.onboard-select-plan-lists .swiper-slide.swiper-slide-prev .onboard-select-plan-lists-item__overlay{display:none}.onboard-select-plan-lists-item{display:flex;flex-direction:column;min-height:544px;background:#fff;border:1px solid #efefef;padding:24px;border-radius:24px;box-sizing:border-box;position:relative}.onboard-select-plan-lists-item *{transition:all .5s ease-out}.onboard-select-plan-lists-item__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#01356526;border-radius:24px}.onboard-select-plan-lists-item--selected{background-color:#013565;z-index:1}.onboard-select-plan-lists-item--selected *{color:#fff!important}.onboard-select-plan-lists-item--selected__separator{background-color:#ffffff4d}.onboard-select-plan-lists-item--selected-cta{background-color:#fff}.onboard-select-plan-lists-item--selected-cta *{color:#013565!important}.onboard-select-plan-lists-item-title{display:flex;align-items:center;justify-content:space-between;text-align:left;padding:0;font-size:20px;font-weight:500;line-height:100%}.onboard-select-plan-lists-item-title__popular{font-size:14px;padding:4px 12px;border-radius:16px;background-color:#013565;color:#fff;font-weight:500}.onboard-select-plan-lists-item__price{font-size:40px;font-weight:500;display:flex;align-items:flex-end;gap:6px;color:#013565}.onboard-select-plan-lists-item__price span{font-size:14px;margin-bottom:12px;color:#626b77;font-weight:400}.onboard-select-plan-lists-item__separator{margin-top:12px;margin-bottom:22px;height:1px;background-color:#efefef}.onboard-select-plan-lists-item-desc{font-size:16px}.onboard-select-plan-lists-item-limits-values{display:flex;align-items:center;gap:8px;margin-bottom:8px}.onboard-select-plan-lists-item-limits-values__name{font-size:16px;margin-bottom:2px;color:#727682}.onboard-select-plan-lists-item-limits-values__value{font-size:16px;font-weight:500;color:#121212}.onboard-select-plan-lists-item__plan-limits{display:grid;grid-template-columns:1fr auto;color:var(--color-other-wb-6, #5c5c5c);margin-bottom:20px}.onboard-select-plan-lists-item__plan-limits__title{margin:10px 0}.onboard-select-plan-lists-item-limit{display:flex;align-items:center;gap:8px;margin-bottom:8px}.onboard-select-plan-lists-item-limit__icon{aspect-ratio:1}.onboard-select-plan-lists-item-limit__title{color:#727682;font-size:16px}.onboard-select-plan-lists-item-button{flex-grow:1;display:flex;justify-content:center;align-items:flex-end;align-self:center;margin-top:8px}.onboard-select-plan-lists-item-cta{width:192px;padding:8px 18px!important;font-size:16px!important}.onboard-select-plan-lists-item-cta *{text-align:center;font-weight:500}.onboard-select-plan-lists-item-contact{width:224px;font-size:24px;background:var(--color-other-light-blue-5, #0098ff)}.onboard-select-plan-lists-item-current-plan{text-align:center;font-size:18px;font-weight:500;line-height:70px}.onboard-select-plan-lists-item-trial{align-self:center;font-size:14px;margin:10px 0;color:#727682;text-align:center}.swiper{width:100%}.onboard__header{text-align:center;font-size:32px;font-weight:500;color:#013565;padding:0 24px;margin:0}.onboard__form{display:flex;flex-direction:column;padding-top:24px}.onboard__form .onboard__form-common-name{display:grid;grid-template-columns:1fr 1fr;gap:12px}.onboard__form-content{display:flex;flex-direction:column;width:100%;max-width:480px;margin:auto;box-sizing:border-box}.onboard__form .onboard__form-item{padding-top:12px}.onboard__form .onboard__form-student-major-degree{display:flex;gap:12px}.onboard__form .onboard__form-student-major-degree .onboard__form-student-major-degree__major{flex:1}.onboard__form-interests .onboard__form-cta{max-width:600px}.onboard__form-cta{box-sizing:border-box;display:flex;gap:8px;width:100%;max-width:480px;margin:48px auto 0}.onboard__form-cta .onboard__form-cta__divider{flex:1}.onboard__form-academic-duration__years,.onboard__form-birthdate-content{display:grid;grid-template-columns:1fr 1fr;gap:12px}.onboard__form-address__location{display:grid;grid-template-columns:calc(50% - 6px) calc(50% - 6px);gap:12px}.onboard__form-cardno{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.onboard__form-carddetail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:12px}.onboard__form-birthdate-content{grid-template-columns:repeat(3,minmax(0,1fr))}.onboard__form-avatar .onboard__form-content{align-items:center}.onboard__form-avatar__image{width:120px;height:120px;background:#9d9d9d;border-radius:50%;margin-bottom:24px;overflow:hidden;object-fit:cover;object-position:center}.onboard__form-avatar__image .onboard__form-avatar__image-content{background-color:#4148d3;width:120px;height:120px;font-size:54px;color:#fff;text-align:center;display:flex;align-items:center;object-fit:cover;object-position:center}.onboard__form-avatar__image .onboard__form-avatar__image-content div{flex-grow:1}.onboard__form-avatar__error{margin-top:8px;color:#da3d34}.onboard__form-avatar__restriction{margin-top:8px;color:#333;font-size:14px}.onboard-interests__options{display:flex;max-width:600px;flex-wrap:wrap;gap:8px;margin:auto}.onboard-select-plan-desc .onboard-select-plan-desc__title{width:160px;line-height:50px}.onboard-select-plan-desc__blank{grid-row:1/4}@media screen and (max-width: 1024px){.onboard-select-plan__plans__plan{width:calc(33.33% - 30px)!important}}@media screen and (max-width: 768px){.onboard{padding:48px 24px}.onboard-select-plan__plans__plan{width:calc(50% - 30px)!important}}@media screen and (max-width: 560px){.onboard-select-plan-lists-item{margin:0 24px}.onboard__form-common-name,.onboard__form-birthdate-content{grid-template-columns:1fr!important}}@media screen and (max-width: 430px){.onboard-select-plan__plans__plan{width:100%!important}}.terms{display:grid;grid-template-rows:auto 1fr auto auto;padding:24px;width:70dvw;height:calc(100dvh - 48px);background-color:#fff;position:relative;border-radius:20px;box-sizing:border-box;margin:24px 0}.terms__expand{position:absolute;right:24px;top:24px;padding:10px;cursor:pointer}.terms__expand:hover{background-color:#6aa4db4e;border-radius:8px}.terms__header{color:#013565;font-size:28px;font-weight:500;text-align:center;grid-row:1;margin-bottom:12px}.terms-content,.terms-content__mask{grid-row:2;color:#013565;overflow:auto;padding:0 12px}.terms-content__heading,.terms-content__mask__heading{font-size:18px;font-weight:500}.terms-content__paragraph,.terms-content__mask__paragraph{font-size:16px;font-weight:400;text-indent:24px}.terms-content__sub-paragraph,.terms-content__mask__sub-paragraph{font-size:16px;font-weight:400;text-indent:40px}.terms-content__mask{-webkit-mask-image:linear-gradient(180deg,#000 70%,transparent)}.terms-accept{grid-row:3;color:#013565;font-size:14px;font-weight:400}.terms-cta{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;margin-top:24px}.terms button{all:unset;padding:8px 30px;background-color:#013565;border-radius:8px;color:#fff;font-size:15px;cursor:pointer}.terms button:first-child{padding:7px 30px;background-color:#fff;color:#013565;border:1px solid #013565}.terms button:disabled{background-color:#01356552;border:none}.terms--fullscreen{box-sizing:border-box;position:fixed;width:100dvw;height:100dvh;overflow:auto;top:0;left:0;z-index:9;border-radius:0;max-height:none}.terms--fullscreen .terms-content{overflow:unset;-webkit-mask-image:none}@media screen and (max-width: 768px){.terms{position:fixed;top:0;left:0;right:0;width:100dvw;height:100dvh;box-sizing:border-box;max-height:100vh;border-radius:0;margin:0}.terms__expand{display:none}.terms-cta{justify-content:space-between}}html,body,#root{margin:0;padding:0;height:100vh;width:100dvw}html *,body *,#root *{-webkit-user-select:none;-ms-user-select:none;user-select:none}#root:has(.pannellum--fullscreen) .overlay{overflow:hidden}#root:has(.overlay) #root,#root:has(.overlay) body,#root:has(.overlay) html,#root:has(.overlay) #urbaan{overflow:hidden}.overlay:has(.overlay){overflow:hidden}#root:has(.shopping-cart-container) .chat-section{display:none}#urbaan{width:100%;height:100%;display:flex;flex-direction:column}.urbaan-content{position:relative;align-self:center;max-width:1440px;width:100%;margin-left:auto;margin-right:auto;flex-grow:1}.scrolldown-indicator{position:fixed;bottom:24px;fill:currentColor;height:auto;transform-origin:center}.scrolldown-indicator__text{font-size:14px;font-weight:400;font-family:Kanit,Arial,Helvetica,sans-serif;letter-spacing:2px;z-index:9;animation:scrollDownIndicatorRotateText 10s linear infinite;transform-origin:center center}.images-preview{width:100dvw;height:100dvh;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.images-preview-close{display:flex;align-items:center;color:#fff;gap:8px;align-self:flex-end;padding:10px 18px;cursor:pointer}.images-preview-content{align-self:center;flex-grow:1;display:flex;align-items:center;width:calc(100% - 16px);position:relative;gap:8px}.images-preview-slider{width:calc(100% - 48px);height:80dvh;padding:0 0 33px}.images-preview-slider:has(.swiper-pagination-lock){padding:0}.images-preview-slider-left,.images-preview-slider-right{cursor:pointer}.images-preview-slider-slide{width:100%;height:100%}.images-preview-slider-slide__image{width:100%;height:100%;object-fit:contain;object-position:center}.images-preview-slider .swiper-pagination{position:absolute;bottom:0}.images-preview-slider .swiper-pagination-bullet{height:12px;width:12px;border-radius:50%;background-color:#fff}.images-preview-slider .swiper-pagination-bullet-active{background-color:#fff;border-radius:6px;width:24px;height:12px}.breadcrumbs{display:flex;flex-direction:row;align-items:center;gap:8px;align-self:flex-start;margin-bottom:24px}.breadcrumbs *{color:#aaa;font-size:12px}.breadcrumbs-item{cursor:pointer;text-decoration:none}.breadcrumbs-item:hover{color:#000}.breadcrumbs-item--nolink{cursor:default}.breadcrumbs-item--nolink:hover{color:inherit}.breadcrumbs__separator:last-child{display:none}.location-share{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80dvw;max-width:700px;gap:4px}.location-share-close{align-self:flex-end;color:#fff;display:flex;align-items:center;gap:4px;padding-right:8px;cursor:pointer}.location-share-close path{stroke:#fff}.location-share-content{display:flex;flex-direction:column;border-radius:12px;background-color:#fff;width:100%;overflow:hidden}.location-share-content-info{padding:18px;display:flex;flex-direction:column;gap:12px}.location-share-content-info__address{font-size:14px}.location-share-content-info-ctas{display:grid;grid-template-columns:1fr 1fr;gap:12px}.location-share-content-info__cancel{align-self:stretch;display:none;flex-direction:column;align-items:center}.location-share-content__searchbox{box-sizing:border-box;width:100%;height:44px;padding:4px 18px;font-size:14px;outline:none;text-overflow:ellipsis;border:0}.address-textbox{display:flex;flex-direction:column;align-items:stretch}.address-textbox__title{margin:0 8px;color:#333;font-size:13px}.address-textbox__input{height:42px;box-sizing:border-box}.address-textbox__input .ant-select-selector{font-weight:400;font-size:14px!important;color:#5c5c5c!important;filter:none;border-radius:50px!important;border:1px solid #bebebe!important;box-sizing:border-box!important;padding:0 16px!important}.address-textbox__input .ant-select-selector .ant-select-selection-search-input{line-height:22px!important}.address-textbox__error{font-weight:400;font-size:12px;color:#da3d34;padding:4px 0 0 16px;display:flex;flex-direction:row}.pnlm-about-msg{display:none!important}.rti--container{border-radius:20px!important;box-sizing:border-box;border:1px solid #bebebe!important;padding:10px 16px!important;min-height:42px;--rti-main: #bebebe;box-shadow:none!important;max-width:484px}.rti--container .rti--input{font-weight:400;font-size:14px;line-height:22px;color:#5c5c5c!important;flex-grow:1}.rti--container .rti--input::placeholder{opacity:.5!important}.rti--container .rti--tag{font-size:12px;align-items:center;border:1px solid #027bd0;color:#027bd0;border-radius:24px;padding:2px 8px;gap:5px;background-color:#027ad016}.rti--container .rti--tag button{color:#027bd0!important;padding:0;font-size:10px;font-weight:500;display:flex;align-self:flex-end}.trial-ended{display:flex;flex-direction:column;align-items:center;background-color:#fff;align-self:center;max-width:500px;padding:24px 18px;border-radius:24px;gap:6px}.trial-ended h4{all:unset;font-size:20px;font-weight:500;color:#013565;margin-bottom:8px}.trial-ended p{all:unset;font-size:14px;text-align:center;margin-bottom:24px}@keyframes scrollDownIndicatorRotateText{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:100%!important}.images-preview-slider-left,.images-preview-slider-right{display:none}#root:has(.mini-chats) #root,#root:has(.mini-chats) body,#root:has(.mini-chats) html,#root:has(.mini-chats) #urbaan{overflow:hidden}}@media screen and (max-device-width: 480px){.location-share{position:absolute;top:0;left:0;bottom:0;width:100%;max-width:100dvw;justify-content:flex-start;height:100dvh}.location-share-close{display:none}.location-share-content{height:100dvh;border-radius:0}.location-share-content-map{flex-grow:1;max-height:auto}.location-share-content-info{padding-bottom:8px}.location-share-content-info-ctas{grid-template-columns:1fr}.location-share-content-info__cancel{display:flex;margin-top:-6px}}@media screen and (min-device-width: 481px){.location-share-content-map{height:100dvh;max-height:400px}}.custom-hotspot{width:100px;height:100px;background-color:red}.hotspot-pin{position:relative;width:auto;object-fit:cover;object-position:center;cursor:pointer}.hotspot-pin__icon{width:96px;height:96px}.hotspot-pin__tooltip{position:absolute;top:-18px;font-size:14px;color:#fff;background-color:#0009;padding:6px 12px;border-radius:4px;left:50%;transform:translate(-50%);white-space:nowrap;width:auto}.hotspot-pin--walk-way .hotspot-pin__icon{width:96px;height:96px}.hotspot-pin--walk-way .hotspot-pin__tooltip{top:-16px}.hotspot .hotspot-walkway__tooltip{position:absolute;top:48px;left:-32px;width:100px;font-size:12px;color:#333;background-color:#fff;padding:4px 8px;border-radius:6px;text-align:center;visibility:hidden}.hotspot .hotspot-walkway__img:hover+.hotspot-walkway__tooltip{visibility:visible}.pannellum--fullscreen{position:fixed!important;width:100dvw;left:0;top:0;height:100dvh!important;z-index:9}.pannellum-controls{position:absolute;left:16px;right:16px;top:16px;display:flex;align-items:flex-start;flex-direction:row;justify-content:space-between;pointer-events:none}.pannellum-controls-left,.pannellum-controls-right{display:flex;flex-direction:column;gap:16px;align-items:flex-end;pointer-events:auto}.pannellum-controls-left{align-items:flex-start}.pannellum-controls-fullscreen,.pannellum-controls-toggle,.pannellum-controls-daynight,.pannellum-controls-daynight-toggler,.pannellum-controls-daynight-remover,.pannellum-controls-material,.pannellum-controls-material-toggler{border-radius:40px;background:rgba(114,89,89,.8);height:34px;box-sizing:border-box;display:flex;flex-direction:row;padding:5px 14px 5px 10px;gap:6px;align-items:center;font-size:14px;color:#fff;z-index:9;cursor:pointer}.pannellum-controls-fullscreen__icon,.pannellum-controls-toggle__icon,.pannellum-controls-daynight__icon,.pannellum-controls-daynight-toggler__icon,.pannellum-controls-daynight-remover__icon,.pannellum-controls-material__icon,.pannellum-controls-material-toggler__icon{height:16px;width:16px;padding:4px}.pannellum-controls-fullscreen--active,.pannellum-controls-toggle--active,.pannellum-controls-daynight--active,.pannellum-controls-daynight-toggler--active,.pannellum-controls-daynight-remover--active,.pannellum-controls-material--active,.pannellum-controls-material-toggler--active{background:rgb(32,175,89)}.pannellum-controls-fullscreen--disable,.pannellum-controls-toggle--disable,.pannellum-controls-daynight--disable,.pannellum-controls-daynight-toggler--disable,.pannellum-controls-daynight-remover--disable,.pannellum-controls-material--disable,.pannellum-controls-material-toggler--disable{opacity:.4;cursor:not-allowed}.pannellum-controls-toggle-music,.pannellum-controls-material-toggler,.pannellum-controls-daynight-toggler,.pannellum-controls-floor-plans-toggler{padding:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.pannellum-controls-toggle-music__icon,.pannellum-controls-material-toggler__icon,.pannellum-controls-daynight-toggler__icon,.pannellum-controls-floor-plans-toggler__icon{width:24px!important;height:24px!important}.pannellum-controls-watermark{width:200px;height:200px;object-fit:contain;object-position:left;opacity:.3}.pannellum-daynight{position:absolute;width:100%;height:100%;z-index:9;display:flex;align-items:center;justify-content:center}.pannellum-daynight--hide{display:none}.pannellum-daynight-content{padding:10px 18px;display:flex;border-radius:8px;background:rgba(0,0,0,.7)}.pannellum-daynight-content-type{color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.pannellum-daynight-content-type__header{font-size:18px;font-weight:500;margin:0 0 12px}.pannellum-daynight-content-type-options{display:flex;gap:18px}.pannellum-daynight-content-type-options__item{cursor:pointer}.pannellum-daynight-content-type__sub{font-size:14px;margin:12px 0 0}.pannellum-daynight-content-scenes{color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.pannellum-daynight-content-scenes-header{margin:0 0 12px;display:grid;grid-template-columns:auto 1fr;width:100%}.pannellum-daynight-content-scenes-header__title{font-size:18px;font-weight:500;grid-column:1/3;grid-row:1;text-align:center;margin:0}.pannellum-daynight-content-scenes-header__return{grid-column:1;grid-row:1}.pannellum-daynight-content-scenes-gallery{display:grid;gap:18px;grid-template-columns:1fr 1fr 1fr 1fr}.pannellum-daynight-content-scenes-gallery__image{width:120px;height:80px;object-fit:cover;object-position:center;border-radius:8px;cursor:pointer}.pannellum-materials{position:absolute;width:100%;height:100%;z-index:9;display:flex;align-items:center;justify-content:center}.pannellum-materials--hide{display:none}.pannellum-materials-content{padding:10px 18px;display:flex;border-radius:8px;background:rgba(0,0,0,.7)}.pannellum-materials-content-type{color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.pannellum-materials-content-type__header{font-size:18px;font-weight:500;margin:0 0 12px}.pannellum-materials-content-type-options{display:flex;gap:18px}.pannellum-materials-content-type-options__item{cursor:pointer}.pannellum-materials-content-type__sub{font-size:14px;margin:12px 0 0}.pannellum-materials-content-scenes{color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.pannellum-materials-content-scenes-header{margin:0 0 12px;display:grid;grid-template-columns:auto 1fr;width:100%}.pannellum-materials-content-scenes-header__title{font-size:18px;font-weight:500;grid-column:1/3;grid-row:1;text-align:center;margin:0}.pannellum-materials-content-scenes-header__return{grid-column:1;grid-row:1}.pannellum-materials-content-scenes-gallery{display:grid;gap:18px;grid-template-columns:1fr 1fr 1fr 1fr}.pannellum-materials-content-scenes-gallery__image{width:120px;height:80px;object-fit:cover;object-position:center;border-radius:8px;cursor:pointer}.pannellum-materials-switcher{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9;display:flex;align-items:center;justify-content:center}.pannellum-materials-switcher-header{font-size:20px;font-weight:500;color:#fff;margin:0;display:flex;align-items:center;position:relative;width:100%}.pannellum-materials-switcher-header__title{margin:0 auto}.pannellum-materials-switcher-header__close{position:absolute;top:0;right:0;padding:5px;cursor:pointer}.pannellum-materials-switcher-header__close *{fill:#fff}.pannellum-materials-switcher-content{padding:10px 24px 16px;display:flex;flex-direction:column;gap:8px;align-items:center;border-radius:8px;background:rgba(0,0,0,.7);max-width:80dvw}.pannellum-materials-switcher-content-types{width:100%;padding:0 0 29px}.pannellum-materials-switcher-content-types:has(.swiper-pagination-lock){padding:0}.pannellum-materials-switcher-content-types .swiper-pagination{position:absolute;bottom:0}.pannellum-materials-switcher-content-types .swiper-pagination-bullet{height:12px;width:12px;border-radius:50%;background-color:#fff}.pannellum-materials-switcher-content-types .swiper-pagination-bullet-active{background-color:#fff;border-radius:6px;width:24px;height:12px}.pannellum-materials-switcher-content-types-item{cursor:pointer;width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.pannellum-materials-switcher-content-types-item__image{width:100%;max-width:300px;aspect-ratio:1.5;object-fit:cover;object-position:center}.pannellum-materials-switcher-content-types-item__name{font-size:14px;color:#fff;padding:2px 10px 3px;border-radius:16px}.pannellum-floor-plans{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9;display:flex;box-sizing:border-box;align-items:center;justify-content:center}.pannellum-floor-plans--hide{display:none}.pannellum-floor-plans-header{font-size:20px;font-weight:500;color:#fff;margin:0;display:flex;align-items:center;position:relative;width:100%}.pannellum-floor-plans-header__title{margin:0 auto}.pannellum-floor-plans-header__close{position:absolute;top:0;right:0;padding:5px;cursor:pointer}.pannellum-floor-plans-header__close *{fill:#fff}.pannellum-floor-plans-content,.pannellum-floor-plans-selected{box-sizing:border-box;padding:10px 18px;display:flex;background:rgba(0,0,0,.7);flex-direction:column;width:100%;height:100%;gap:8px;position:relative;flex-wrap:nowrap;overflow:none}.pannellum-floor-plans-content-types,.pannellum-floor-plans-selected-types{flex-grow:1;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:100%;padding:0 0 29px;box-sizing:border-box}.pannellum-floor-plans-content-types:has(.swiper-pagination-lock),.pannellum-floor-plans-selected-types:has(.swiper-pagination-lock){padding:0}.pannellum-floor-plans-content-types .swiper-pagination,.pannellum-floor-plans-selected-types .swiper-pagination{position:absolute;bottom:0}.pannellum-floor-plans-content-types .swiper-pagination-bullet,.pannellum-floor-plans-selected-types .swiper-pagination-bullet{height:12px;width:12px;border-radius:50%;background-color:#fff}.pannellum-floor-plans-content-types .swiper-pagination-bullet-active,.pannellum-floor-plans-selected-types .swiper-pagination-bullet-active{background-color:#fff;border-radius:6px;width:24px;height:12px}.pannellum-floor-plans-content-types-item,.pannellum-floor-plans-selected-types-item{display:flex;flex-direction:column;cursor:pointer;color:#fff;align-items:center;justify-content:center;font-size:16px;gap:4px;height:100%}.pannellum-floor-plans-content-types-item__image,.pannellum-floor-plans-selected-types-item__image{height:80%;object-fit:contain;object-position:center;max-width:90%}.pannellum-floor-plans-content-types-item__name,.pannellum-floor-plans-selected-types-item__name{font-size:16px;padding:4px 12px;background-color:#ffffff26;border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.pannellum-floor-plans-selected{width:80dvw;height:80dvh}.pannellum-floor-plans-selected__image{width:100%;height:100%;object-fit:contain;object-position:center}.pannellum-placement{position:absolute;left:0;top:0;width:100%;line-height:36px;background:rgba(0,0,0,.7);color:#fff;text-align:center}.pannellum-swap-scene{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9;display:flex;align-items:center;justify-content:center}.pannellum-swap-scene-header{font-size:20px;font-weight:500;color:#fff;margin:0;display:flex;align-items:center;position:relative;width:100%}.pannellum-swap-scene-header__title{margin:0 auto}.pannellum-swap-scene-header__close{position:absolute;top:0;right:0;padding:5px;cursor:pointer}.pannellum-swap-scene-header__close *{fill:#fff}.pannellum-swap-scene-content{padding:10px 24px 16px;display:flex;flex-direction:column;gap:8px;align-items:center;border-radius:8px;background:rgba(0,0,0,.7);width:80dvw}.pannellum-swap-scene-content-list{width:100%;padding:0 0 29px}.pannellum-swap-scene-content-list:has(.swiper-pagination-lock){padding:0}.pannellum-swap-scene-content-list .swiper-pagination{position:absolute;bottom:0}.pannellum-swap-scene-content-list .swiper-pagination-bullet{height:12px;width:12px;border-radius:50%;background-color:#fff}.pannellum-swap-scene-content-list .swiper-pagination-bullet-active{background-color:#fff;border-radius:6px;width:24px;height:12px}.pannellum-swap-scene-content-list-item{cursor:pointer;width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.pannellum-swap-scene-content-list-item__image{width:100%;aspect-ratio:1.5;object-fit:cover;object-position:center}.pannellum-swap-scene-content-list-item--selected{cursor:default}.pannellum-swap-scene-content-list-item__selected{font-size:10px;background-color:#008ffd;padding:2px 10px 3px;border-radius:16px}.pannellum-view{position:absolute;top:16px;right:16px;width:64px;height:64px;background:rgba(255,255,255,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.pannellum-view__icon{width:42px;aspect-ratio:1}@media screen and (max-width: 768px){.pannellum-swap-scene-content-list__arrow--left,.pannellum-swap-scene-content-list__arrow--right,.pannellum-materials-switcher-content-types__arrow--left,.pannellum-materials-switcher-content-types__arrow--right,.pannellum-floor-plans-content-types__arrow--left,.pannellum-floor-plans-content-types__arrow--right{display:none}.hotspot-pin__icon{width:64px!important;height:64px!important}}.pnlm-container{margin:0;padding:0;overflow:hidden;position:relative;cursor:default;width:100%;height:100%;font-family:Helvetica,Nimbus Sans L,Liberation Sans,Arial,sans-serif;background:#f4f4f4 url(/assets/background-f73f14f1.svg) repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;outline:0;line-height:1.4;contain:content;touch-action:none}.pnlm-container *{box-sizing:content-box}.pnlm-ui{position:absolute;width:100%;height:100%;z-index:1}.pnlm-grab{cursor:grab;cursor:url(/assets/grab-ba6686c9.svg) 12 8,default}.pnlm-grabbing{cursor:grabbing;cursor:url(/assets/grabbing-5fb55faa.svg) 12 8,default}.pnlm-sprite{background-image:url(/assets/sprites-ddbd7423.svg)}.pnlm-container:-moz-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-webkit-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-ms-fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-render-container{cursor:inherit;position:absolute;height:100%;width:100%}.pnlm-controls{margin-top:4px;background-color:#fff;border:1px solid #999;border-color:#0006;border-radius:3px;cursor:pointer;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-control:hover{background-color:#f8f8f8}.pnlm-controls-container{position:absolute;top:0;left:4px;z-index:1}.pnlm-zoom-controls{width:26px;height:52px}.pnlm-zoom-in{width:100%;height:50%;position:absolute;top:0;border-radius:3px 3px 0 0}.pnlm-zoom-out{width:100%;height:50%;position:absolute;bottom:0;background-position:0 -26px;border-top:1px solid #ddd;border-top-color:#0000001a;border-radius:0 0 3px 3px}.pnlm-fullscreen-toggle-button,.pnlm-orientation-button,.pnlm-hot-spot-debug-indicator{width:26px;height:26px}.pnlm-hot-spot-debug-indicator{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;background-color:#ffffff80;border-radius:13px;display:none}.pnlm-orientation-button-inactive{background-position:0 -156px}.pnlm-orientation-button-active{background-position:0 -182px}.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}.pnlm-panorama-info{position:absolute;bottom:4px;background-color:#000000b3;border-radius:0 3px 3px 0;padding-right:10px;color:#fff;text-align:left;display:none;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-title-box{position:relative;font-size:20px;display:table;padding-left:5px;margin-bottom:3px}.pnlm-author-box{position:relative;font-size:12px;display:table;padding-left:5px}.pnlm-load-box{position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000000b3;border-radius:3px;text-align:center;font-size:20px;display:none;color:#fff}.pnlm-load-box p{margin:20px 0}.pnlm-lbox{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;display:none}.pnlm-loading{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-name:pnlm-mv;-webkit-animation-name:pnlm-mv;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;height:10px;width:10px;background-color:#fff;position:relative}@keyframes pnlm-mv{0%{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}@-webkit-keyframes pnlm-mv{0%{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}.pnlm-load-button{position:absolute;top:50%;left:50%;width:200px;height:100px;margin:-50px 0 0 -100px;background-color:#000000b3;border-radius:3px;text-align:center;font-size:20px;display:table;color:#fff;cursor:pointer}.pnlm-load-button:hover{background-color:#000c}.pnlm-load-button p{display:table-cell;vertical-align:middle}.pnlm-info-box{font-size:15px;position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000;border-radius:3px;display:table;text-align:center;color:#fff;table-layout:fixed}.pnlm-info-box a{color:#fff;word-wrap:break-word;overflow-wrap:break-word}.pnlm-info-box p{display:table-cell;vertical-align:middle;padding:0 5px}.pnlm-error-msg{display:none}.pnlm-about-msg{font-size:11px;line-height:11px;color:#fff;padding:5px 8px;background:rgba(0,0,0,.7);border-radius:3px;position:absolute;top:50px;left:50px;display:none;opacity:0;-moz-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1}.pnlm-about-msg a:link,.pnlm-about-msg a:visited{color:#fff}.pnlm-about-msg a:hover,.pnlm-about-msg a:active{color:#eee}.pnlm-hotspot-base{position:absolute;visibility:hidden;cursor:default;vertical-align:middle;top:0;z-index:1}.pnlm-hotspot{height:26px;width:26px;border-radius:13px}.pnlm-hotspot:hover{background-color:#fff3}.pnlm-hotspot.pnlm-info{background-position:0 -104px}.pnlm-hotspot.pnlm-scene{background-position:0 -130px}div.pnlm-tooltip span{visibility:hidden;position:absolute;border-radius:3px;background-color:#000000b3;color:#fff;text-align:center;max-width:200px;padding:5px 10px;margin-left:-220px;cursor:default}div.pnlm-tooltip:hover span{visibility:visible}div.pnlm-tooltip:hover span:after{content:"";position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:rgba(0,0,0,.7) transparent transparent transparent;bottom:-20px;left:-10px;margin:0 50%}.pnlm-compass{position:absolute;width:50px;height:50px;right:4px;bottom:4px;border-radius:25px;background-image:url(/assets/compass-bd1d214b.svg);cursor:default;display:none}.pnlm-world{position:absolute;left:50%;top:50%}.pnlm-face{position:absolute;-webkit-transform-origin:0 0 0;transform-origin:0 0 0}.pnlm-dragfix,.pnlm-preview-img{position:absolute;height:100%;width:100%}.pnlm-preview-img{background-size:cover;background-position:center}.pnlm-lbar{width:150px;margin:0 auto;border:#fff 1px solid;height:6px}.pnlm-lbar-fill{background:#fff;height:100%;width:0}.pnlm-lmsg{font-size:12px}.pnlm-fade-img{position:absolute;top:0;left:0}.pnlm-pointer{cursor:pointer}#textInfo .tooltip-content{font-size:1.6em;position:absolute;left:-70px;bottom:80px;width:200px;pointer-events:none;background-color:#333;color:#fff;line-height:1.2em;padding:.8em;opacity:0;-webkit-transform-origin:50% calc(100% + 6em);transform-origin:50% calc(100% + 6em);-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg);-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s;-webkit-transition-timing-function:ease,cubic-bezier(.17,.67,.4,1.39);transition-timing-function:ease,cubic-bezier(.17,.67,.4,1.39)}#textInfo:hover{z-index:3}#textInfo:hover .tooltip-content{opacity:1;pointer-events:all;-webkit-transform:translate3d(0,0,0) rotate3d(0,0,0,0);transform:translateZ(0) rotate3d(0,0,0,0)}#textInfo .hotspot{cursor:pointer;box-sizing:border-box}#textInfo .hotspot .out:before{speak:none;font-size:48px;line-height:90px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;display:block;-webkit-font-smoothing:antialiased}#textInfo .hotspot .out{width:60px;height:60px;border-radius:50%;border:5px solid rgba(255,255,255,.8);-webkit-transition:-webkit-transform ease-out .1s,border .2s;-moz-transition:-moz-transform ease-out .1s,border .2s;transition:transform ease-out .1s,border .2s;box-sizing:border-box}#textInfo .hotspot .in{width:40px;height:40px;position:absolute;top:10px;left:10px;background-color:#fffc;border-radius:50%;-webkit-transition:-webkit-transform ease-out .1s,background .2s;-moz-transition:-moz-transform ease-out .1s,background .2s;transition:transform ease-out .1s,background .2s}#textInfo .hotspot .out:after{top:0;left:0;padding:0;z-index:-1;box-shadow:0 0 0 2px #ffffff1a;opacity:0;pointer-events:none;position:absolute;width:100%;height:100%;border-radius:50%;content:"";-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}#textInfo .hotspot:hover .out{border:5px solid rgba(255,255,255,1);-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);color:#fff}#textInfo .hotspot:hover .in{background-color:#fff;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}#textInfo .hotspot:hover .out:after{-webkit-animation:sonarEffect 1.2s ease-out;-moz-animation:sonarEffect 1.2s ease-out;animation:sonarEffect 1.2s ease-out}@-webkit-keyframes sonarEffect{0%{opacity:.5}20%{opacity:.8;box-shadow:0 0 0 2px #ffffff1a,0 0 10px 10px #25aae1cc,0 0 0 10px #ffffff80}to{box-shadow:0 0 0 2px #ffffff1a,0 0 10px 10px #25aae1cc,0 0 0 10px #ffffff80;-webkit-transform:scale(1.5);opacity:0}}@-moz-keyframes sonarEffect{0%{opacity:.5}20%{opacity:.8;box-shadow:0 0 0 2px #ffffff1a,0 0 10px 10px #25aae1cc,0 0 0 10px #ffffff80}to{box-shadow:0 0 0 2px #ffffff1a,0 0 10px 10px #25aae1cc,0 0 0 10px #ffffff80;-moz-transform:scale(1.5);opacity:0}}@keyframes sonarEffect{0%{opacity:.5}20%{opacity:.8;box-shadow:0 0 0 2px #ffffff1a,0 0 10px 10px #25aae1cc,0 0 0 10px #ffffff80}to{box-shadow:0 0 0 2px #ffffff1a,0 0 10px 10px #25aae1cc,0 0 0 10px #ffffff80;transform:scale(1.5);opacity:0}}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKgAAADYUHzoRaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4uByr8R4fpuvDNzsDCBw7f/3LmSanREszsHABKIAKi0J7gAAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");font-weight:400;font-style:normal}.vjs-icon-play,.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:"\f103"}.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:"\f104"}.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:"\f105"}.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:"\f106"}.vjs-icon-volume-high,.video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-high:before,.video-js .vjs-mute-control .vjs-icon-placeholder:before{content:"\f107"}.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f108"}.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.vjs-icon-subtitles,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-subtitles:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10c"}.vjs-icon-captions,.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-captions:before,.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10d"}.vjs-icon-chapters,.video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-chapters:before,.video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.vjs-icon-circle,.video-js .vjs-play-progress,.video-js .vjs-volume-level{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle:before,.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:"\f115"}.vjs-icon-replay,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay:before,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.vjs-icon-audio-description,.video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:"\f11d"}.vjs-icon-audio,.video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio:before,.video-js .vjs-audio-button .vjs-icon-placeholder:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js *:before,.video-js *:after{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;inset:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:#2b333fb3;border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:#73859f80;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:#73859f80}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:#2b333fb3}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:#2b333fb3;position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:#2b333fb3}.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus{text-shadow:0em 0em 1em white}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.666666666666666666em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.333333333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:relative;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:#000c}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:#73859f80}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0em 0em 1em white;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel:hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:9em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3.5em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:#2b333fb3}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;inset:0;height:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control,.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time,.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control .vjs-icon-placeholder{cursor:pointer;flex:none}.vjs-text-track-display{position:absolute;inset:0 0 3em;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.vjs-playback-rate>.vjs-menu-button,.vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:0s linear .3s forwards vjs-spinner-show;animation:0s linear .3s forwards vjs-spinner-show}.vjs-loading-spinner:before,.vjs-loading-spinner:after{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{to{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10d";font-size:1.5em;line-height:inherit}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \f11d";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{flex:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button{display:none}.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button{display:none}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:#2b333fbf;color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-font,.vjs-text-track-settings .vjs-track-settings-controls{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display: grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto}.vjs-text-track-settings .vjs-track-settings-colors{display:block;grid-column:1;grid-row:1}.vjs-text-track-settings .vjs-track-settings-font{grid-column:2;grid-row:1}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:2;grid-row:2}}.vjs-track-setting>select{margin-right:5px}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:focus,.vjs-track-settings-controls button:active{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:#2b333fbf}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>*:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;visibility:hidden}#my-tooltip{z-index:9}.new-project{display:flex;flex-direction:column;align-items:center}.new-project-type{display:flex;flex-direction:column;align-items:center;width:100%;max-width:700px;padding:0 24px;align-self:center;box-sizing:border-box}.new-project-type-list{display:flex;flex-direction:row;gap:20px;justify-content:center;width:100%;height:200px;overflow:hidden;padding:0 0 24px}.new-project-type-list-input{display:flex;flex-direction:row}.new-project-type-list-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.new-project-type-list-image__inactive{opacity:.4}.new-project-type-list-image img{width:100%;height:100%;aspect-ratio:1;border-radius:50%;object-fit:cover;object-position:center}.new-project-type-description{width:100%;height:100%;display:flex;flex-direction:column;padding-bottom:5rem;gap:16px}.new-project-type-description__title{color:#013565;font-weight:500;font-size:28px}.new-project-type-description__content{font-weight:400;font-size:14px}.new-project-type .new-project-cta{width:100%}.new-project .new-project__heading1{font-size:40px;font-weight:500;margin:0;color:#013565}.new-project__heading2{font-size:18px;font-weight:500;margin:0 0 8px;color:#013565}.new-project .new-project__heading3{font-size:14px;margin:0;color:#013565;font-weight:500}.new-project .new-project-label{color:#da3d34;font-size:12px}.new-project .new-project-steps{margin:0 auto 40px;width:100%;max-width:600px}.new-project .new-project-steps *{font-weight:400!important}.new-project .new-project-steps-compact{display:flex;flex-direction:column;align-items:center}.new-project .new-project-steps-compact__step{color:#023565;font-weight:500!important}.new-project .new-project-steps-compact__title{color:#0098ff}.new-project .new-project-steps:has(.new-project-steps-compact){margin-bottom:0;margin-top:20px}.new-project-content{box-sizing:border-box;width:100%;max-width:1000px;margin:20px 50px 50px;display:flex;flex-direction:column}.new-project-content:has(.new-project-tendering-summary){width:60vw;max-width:1440px}.new-project-content:has(.new-project-work-exchange-cover){width:35vw;max-width:1440px}.new-project-content:has(.new-project-work-exchange-summary){width:100%;max-width:1440px;margin:20px 50px 50px}.new-project .new-project-cta{display:flex;justify-content:space-between}.new-project-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%;max-width:600px;align-self:center;box-sizing:border-box}.new-project-info .new-project__heading1,.new-project-info .new-project__heading3{grid-column:1/3}.new-project .new-project-upload{display:grid;grid-template-columns:1fr 1fr;gap:20px}.new-project .new-project-upload .new-project-upload-area{width:300px;height:300px;background-color:gray}.new-project-image-upload{display:flex;flex-direction:column;gap:20px;padding:0 24px;width:100%;max-width:600px;align-self:center;box-sizing:border-box}.new-project-image-upload-fileuploader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:304px;padding:10px;border-radius:10px;border:2px dashed #9d9d9d;gap:20px;margin-bottom:20px}.new-project-image-upload-fileuploader--highlight{border-color:#013565}.new-project-image-upload-fileuploader__info{color:#9d9d9d;text-align:center}.new-project-image-upload-fileuploader #new-project-image-upload-fileuploader__input,.new-project-image-upload-fileuploader #new-project-watermark-uploader{display:none}.new-project-image-upload-fileuploader__limit{color:#0098ff}.new-project-image-upload-fileuploader__input-trigger{font-weight:500;color:#013565;cursor:pointer}.new-project-image-upload-gallery-scroller{flex:1;display:flex;overflow-x:scroll;overflow-y:hidden;width:100%;max-width:600px}.new-project-image-upload-gallery{display:flex;flex-direction:row;height:130px;padding-bottom:16px}.new-project-image-upload-gallery-image{position:relative;width:190px;height:130px;cursor:pointer;box-sizing:border-box;margin:0 8px}.new-project-image-upload-gallery-image--selected .new-project-image-upload-gallery-image__preview{border:2px solid #0098ff;opacity:1}.new-project-image-upload-gallery-image:last-child{margin-right:0}.new-project-image-upload-gallery-image__preview{width:100%;height:100%;background-size:contain;border-radius:8px;box-sizing:border-box}.new-project-image-upload-gallery-image__trash{position:absolute;right:5px;top:5px;cursor:pointer;background-color:red;border-radius:50%;padding:4px;width:1rem;height:1rem}.new-project-image-upload-gallery-image__trash #Vector,.new-project-image-upload-gallery-image__trash #Vector_2,.new-project-image-upload-gallery-image__trash #Vector_3{fill:#fff}.new-project-image-upload-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.new-project-panorama-load-cover-list{max-height:0;opacity:0}.new-project-hotspot{display:flex;flex-direction:column;gap:20px;padding:0 24px;width:100%;max-width:600px;align-self:center;box-sizing:border-box}.new-project-hotspot .new-project-new-hotspot{display:flex;align-items:center;justify-content:center;position:absolute;left:0;right:0;height:100%;z-index:10}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content{display:flex;background:#fff;padding:8px 0;border-radius:8px;gap:8px;color:#013565;flex-direction:column;min-width:320px;max-width:400px;width:100%}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-header{display:flex;justify-content:space-between}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-return{cursor:pointer;font-size:12px;display:flex;align-items:center;padding:0 5px;align-self:flex-start}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-select-type{display:flex;flex-direction:column;gap:4px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-select-type .new-project-new-hotspot-content-select-type__option{cursor:pointer;font-size:14px;padding:5px 10px;display:flex;align-items:center;justify-content:space-between}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-select-type .new-project-new-hotspot-content-select-type__option:hover{background-color:#b7d7f180}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-select-type .new-project-new-hotspot-content-select-type__option--disable{color:#bebebe;cursor:default}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-select-type .new-project-new-hotspot-content-select-type__option--disable:hover{background-color:#fff}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-scenes{padding:0 10px;display:flex;flex-direction:column;gap:4px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-scenes__title{font-size:14px;font-weight:500}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-scenes__image{object-fit:contain;object-position:center;max-height:50dvh}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-scenes-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-scenes-options__option{width:100%;aspect-ratio:16/12;object-fit:cover;object-position:center;cursor:pointer;border-radius:4px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-scenes-options__option--disabled{cursor:default;opacity:.3}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-scenes__audio-file{align-self:center;font-weight:400;font-size:12px;color:#999;text-align:center}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-final__confirm{margin-top:2px;margin-right:14px;font-size:12px;cursor:pointer}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-final__img{height:200px;background-size:cover;object-fit:cover;object-position:center;border-radius:6px;margin:0 10px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-final__name{all:unset;cursor:text;font-size:14px;background-color:#fff;border-radius:6px;border:1px solid rgb(190,190,190);color:#333;margin:0 10px;padding:8px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-final__name--error{border-color:#da3d34}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-final__name--error::placeholder{color:#da3d34;opacity:.8}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-confirm{cursor:pointer;font-size:14px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content__action{cursor:pointer;font-size:14px;padding:5px 10px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content__action:hover{background-color:#b7d7f180}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-select{display:flex;flex-direction:column}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-select .new-project-new-hotspot-content-select-images{display:flex;gap:10px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-select .new-project-new-hotspot-content-select-images .new-project-new-hotspot-content-select-images__img{width:86px;height:56px;background-size:cover;border-radius:4px;cursor:pointer}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-display{display:flex;flex-direction:column}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-display .new-project-new-hotspot-content-display__img{width:300px;height:200px;background-size:cover;border-radius:12px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content__heading4{font-size:14px;font-weight:500;margin:0 10px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-arrows{margin:0 10px;display:grid;grid-template-columns:repeat(4,auto);flex-wrap:wrap;gap:10px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-arrows-item{text-align:center;cursor:pointer;border-radius:10px;background-color:#000000b3;padding:8px;font-size:14px;position:relative;display:flex;align-items:center;justify-content:center;border:2px solid #fff;min-width:56px;min-height:56px}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-arrows-item--active{border:2px solid #0098ff}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-arrows-item--custom{background-color:#fff}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-arrows-item__icon{height:64px;width:64px;object-fit:cover;object-position:center}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-arrows-item-custom{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-weight:500}.new-project-hotspot .new-project-new-hotspot .new-project-new-hotspot-content .new-project-new-hotspot-content-arrows-item-custom--image{width:36px;height:36px;object-fit:cover;object-position:center;margin:10px}.new-project-hotspot-music{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.new-project-hotspot-music-soundcloud--hidden{visibility:hidden;height:0px}.new-project-hotspot .temp-hotspot{width:96px;height:96px}.new-project-hotspot .temp-hotspot .temp-hotspot__pin{cursor:pointer;position:absolute;top:4px;left:0;width:96px;height:96px}.new-project-hotspot .temp-hotspot .temp-hotspot__pin--inactive{opacity:.3}.new-project-hotspot-gallery-scroller{flex:1;display:flex;overflow-x:scroll;overflow-y:hidden;width:100%;max-width:1000px;margin:20px 0}.new-project-hotspot-gallery{display:flex;flex-direction:row;gap:20px;height:130px}.new-project-hotspot-gallery-image{position:relative;width:190px;height:130px;opacity:.5;cursor:pointer}.new-project-hotspot-gallery-image--selected{opacity:1;cursor:default}.new-project-hotspot-gallery-image__preview{width:100%;height:100%;background-size:cover;border-radius:8px}.new-project-hotspot-gallery-image__trash{position:absolute;right:5px;top:5px;cursor:pointer;padding:3px 4.5px}.new-project-hotspot-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.new-project-hotspot-panorama-container{position:relative;width:100%;height:600px}.new-project-hotspot-panorama-container--fullscreen{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:99}.new-project-hotspot-pannellum{position:absolute;left:0;top:0;width:100%;height:100%}.new-project-hotspot-pannellum-controls{position:absolute;left:16px;right:16px;top:16px;display:flex;align-items:flex-start;flex-direction:row;justify-content:space-between;pointer-events:none}.new-project-hotspot-pannellum-controls-left,.new-project-hotspot-pannellum-controls-right{display:flex;flex-direction:column;gap:16px;align-items:flex-end;pointer-events:all}.new-project-hotspot-pannellum-controls-left{align-items:flex-start}.new-project-hotspot-pannellum-controls-fullscreen,.new-project-hotspot-pannellum-controls-toggle,.new-project-hotspot-pannellum-controls-daynight,.new-project-hotspot-pannellum-controls-daynight-toggler,.new-project-hotspot-pannellum-controls-daynight-remover,.new-project-hotspot-pannellum-controls-material,.new-project-hotspot-pannellum-controls-material-toggler{border-radius:40px;background:rgba(114,89,89,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);height:34px;box-sizing:border-box;display:flex;flex-direction:row;padding:5px 14px 5px 10px;gap:6px;align-items:center;font-size:14px;color:#fff;z-index:9;cursor:pointer}.new-project-hotspot-pannellum-controls-fullscreen__icon,.new-project-hotspot-pannellum-controls-toggle__icon,.new-project-hotspot-pannellum-controls-daynight__icon,.new-project-hotspot-pannellum-controls-daynight-toggler__icon,.new-project-hotspot-pannellum-controls-daynight-remover__icon,.new-project-hotspot-pannellum-controls-material__icon,.new-project-hotspot-pannellum-controls-material-toggler__icon{height:16px;width:16px;padding:4px}.new-project-hotspot-pannellum-controls-fullscreen--active,.new-project-hotspot-pannellum-controls-toggle--active,.new-project-hotspot-pannellum-controls-daynight--active,.new-project-hotspot-pannellum-controls-daynight-toggler--active,.new-project-hotspot-pannellum-controls-daynight-remover--active,.new-project-hotspot-pannellum-controls-material--active,.new-project-hotspot-pannellum-controls-material-toggler--active{background:rgb(32,175,89)}.new-project-hotspot-pannellum-controls-fullscreen--disable,.new-project-hotspot-pannellum-controls-toggle--disable,.new-project-hotspot-pannellum-controls-daynight--disable,.new-project-hotspot-pannellum-controls-daynight-toggler--disable,.new-project-hotspot-pannellum-controls-daynight-remover--disable,.new-project-hotspot-pannellum-controls-material--disable,.new-project-hotspot-pannellum-controls-material-toggler--disable{opacity:.4;cursor:not-allowed}.new-project-hotspot-pannellum-controls-toggle-music,.new-project-hotspot-pannellum-controls-material-toggler,.new-project-hotspot-pannellum-controls-daynight-toggler,.new-project-hotspot-pannellum-controls-floor-plans-toggler{padding:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.new-project-hotspot-pannellum-controls-toggle-music__icon,.new-project-hotspot-pannellum-controls-material-toggler__icon,.new-project-hotspot-pannellum-controls-daynight-toggler__icon,.new-project-hotspot-pannellum-controls-floor-plans-toggler__icon{width:24px!important;height:24px!important}.new-project-hotspot-pannellum-daynight{position:absolute;width:100%;height:100%;z-index:9;display:flex;align-items:center;justify-content:center}.new-project-hotspot-pannellum-daynight--hide{display:none}.new-project-hotspot-pannellum-daynight-content{padding:10px 18px;display:flex;border-radius:8px;background:white}.new-project-hotspot-pannellum-daynight-content-type{color:#013565;display:flex;flex-direction:column;align-items:center;justify-content:center}.new-project-hotspot-pannellum-daynight-content-type__cancel{all:unset;color:#013565;font-size:12px;cursor:pointer;align-self:flex-start}.new-project-hotspot-pannellum-daynight-content-type__header{font-size:16px;font-weight:500;margin:0 0 12px}.new-project-hotspot-pannellum-daynight-content-type-options{display:flex;gap:18px}.new-project-hotspot-pannellum-daynight-content-type-options__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;border:1px solid #013565;width:72px;height:72px;border-radius:12px;font-size:14px;opacity:.7}.new-project-hotspot-pannellum-daynight-content-type-options__item:hover{opacity:1}.new-project-hotspot-pannellum-daynight-content-type__sub{font-size:12px;margin:12px 0 0;color:red;opacity:.8}.new-project-hotspot-pannellum-daynight-content-scenes{color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.new-project-hotspot-pannellum-daynight-content-scenes-header{margin:0 0 12px;display:grid;grid-template-columns:auto 1fr;width:100%}.new-project-hotspot-pannellum-daynight-content-scenes-header__title{font-size:18px;font-weight:500;grid-column:1/3;grid-row:1;text-align:center;margin:0}.new-project-hotspot-pannellum-daynight-content-scenes-header__return{all:unset;color:#013565;font-size:12px;cursor:pointer;grid-column:1;grid-row:1}.new-project-hotspot-pannellum-daynight-content-scenes-gallery{display:grid;gap:18px;grid-template-columns:1fr 1fr 1fr 1fr}.new-project-hotspot-pannellum-daynight-content-scenes-gallery__image{width:120px;height:80px;object-fit:cover;object-position:center;border-radius:8px;cursor:pointer}.new-project-hotspot-pannellum-materials{position:absolute;width:100%;height:100%;z-index:9;display:flex;align-items:center;justify-content:center}.new-project-hotspot-pannellum-materials--hide{display:none}.new-project-hotspot-pannellum-materials-content{padding:10px 18px 18px;display:flex;border-radius:8px;background-color:#fff;width:100%;min-width:320px;max-width:400px;margin:24px}.new-project-hotspot-pannellum-materials-content input{all:unset;font-size:14px;border:1px solid #bbb;padding:2px 6px;margin:2px 0 4px;border-radius:4px;width:100%;box-sizing:border-box;color:#666}.new-project-hotspot-pannellum-materials-content input::placeholder{opacity:.5}.new-project-hotspot-pannellum-materials-content-type{color:#013565;display:flex;flex-direction:column;align-items:stretch;justify-content:center;width:100%;flex-grow:1}.new-project-hotspot-pannellum-materials-content-type-cta{align-self:stretch;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.new-project-hotspot-pannellum-materials-content-type-cta button{all:unset!important;color:#013565;font-size:12px!important;cursor:pointer!important}.new-project-hotspot-pannellum-materials-content-type__header{font-size:14px;font-weight:400;margin:0;color:#666}.new-project-hotspot-pannellum-materials-content-type-options{display:flex;gap:18px}.new-project-hotspot-pannellum-materials-content-type-options__item{cursor:pointer}.new-project-hotspot-pannellum-materials-content-type__sub{font-size:14px;margin:12px 0 0}.new-project-hotspot-pannellum-materials-content-scenes{color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;width:100%}.new-project-hotspot-pannellum-materials-content-scenes-header{margin:0 0 4px;display:flex;align-items:center;justify-content:space-between;width:100%}.new-project-hotspot-pannellum-materials-content-scenes-header__return{all:unset;color:#013565;font-size:12px;cursor:pointer;grid-column:1;grid-row:1}.new-project-hotspot-pannellum-materials-content-scenes__title{align-self:flex-start;font-size:16px;font-weight:500;grid-column:1/3;grid-row:1;text-align:center;color:#013565;margin:8px 0 4px}.new-project-hotspot-pannellum-materials-content-scenes__upload{color:#09f;font-size:14px;align-self:flex-start;margin:8px 0 4px;cursor:pointer}.new-project-hotspot-pannellum-materials-content-scenes__new-image{align-self:stretch;object-fit:contain;object-position:center}.new-project-hotspot-pannellum-materials-content-scenes-gallery{display:grid;gap:18px;grid-template-columns:1fr 1fr 1fr 1fr}.new-project-hotspot-pannellum-materials-content-scenes-gallery__image{width:120px;height:80px;object-fit:cover;object-position:center;border-radius:8px;cursor:pointer;opacity:.5}.new-project-hotspot-pannellum-materials-content-scenes-gallery__image--selected{opacity:1}.new-project-hotspot-pannellum-materials-content-scenes__empty{display:flex;flex-direction:column;align-items:center;color:#bebebe;font-size:13px}.new-project-hotspot-pannellum-materials-switcher{position:absolute;width:100%;height:100%;z-index:9;display:flex;align-items:center;justify-content:center}.new-project-hotspot-pannellum-materials-switcher--hide{display:none}.new-project-hotspot-pannellum-materials-switcher-content{padding:10px 18px;display:flex;border-radius:8px;background:rgba(0,0,0,.7)}.new-project-hotspot-pannellum-materials-switcher-content-types{display:flex;gap:10px}.new-project-hotspot-pannellum-materials-switcher-content-types__item{padding:10px;cursor:pointer;color:#fff}.new-project-hotspot-pannellum-placement{position:absolute;left:0;top:0;width:100%;background:rgba(0,0,0,.5);color:#fff;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);text-align:center;display:flex;flex-direction:column;align-items:center;padding:8px 0;font-size:14px;gap:8px}.new-project-hotspot-pannellum-placement-cta{display:flex;gap:8px;align-items:center}.new-project-hotspot-pannellum-placement-cta button{all:unset;color:#fff;cursor:pointer;background-color:#013565;font-size:13px;padding:3px 12px;border-radius:24px}.new-project-hotspot-pannellum-placement-cta button:last-child{background-color:green}.new-project-hotspot-pannellum-edit{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.new-project-hotspot-pannellum-edit-close{width:100%;min-width:320px;max-width:400px;color:#fff;font-size:14px;display:flex;justify-content:flex-end;align-items:center;gap:4px;cursor:pointer}.new-project-hotspot-pannellum-edit-close path{fill:#fff}.new-project-hotspot-pannellum-edit-content{padding:18px;display:flex;flex-direction:column;border-radius:8px;background-color:#fff;width:100%;min-width:320px;max-width:400px;margin:0 24px;align-items:flex-start;gap:8px;box-sizing:border-box}.new-project-hotspot-pannellum-edit-content-header{display:flex;align-items:center;justify-content:space-between;align-self:stretch;color:#013565;font-size:12px}.new-project-hotspot-pannellum-edit-content-header__return,.new-project-hotspot-pannellum-edit-content-header__confirm{cursor:pointer}.new-project-hotspot-pannellum-edit-content__heading{color:#0098ff;font-size:14px}.new-project-hotspot-pannellum-edit-content__scene-image{width:100%;height:200px;object-fit:cover;object-position:center;border-radius:6px}.new-project-hotspot-pannellum-edit-content-option{display:flex;align-items:center;font-size:12px;gap:4px;cursor:pointer;color:#023565}.new-project-hotspot-pannellum-edit-content-option__icon{padding:4px}.new-project-hotspot-pannellum-edit-content-option__text{flex-grow:1;font-size:13px}.new-project-hotspot-pannellum-edit-content-remove{color:#da3d34}.new-project-hotspot-pannellum-edit-content-arrows{display:grid;grid-template-columns:repeat(4,auto);flex-wrap:wrap;gap:10px}.new-project-hotspot-pannellum-edit-content-arrows-item{text-align:center;cursor:pointer;border-radius:10px;background-color:#000000b3;padding:8px;font-size:14px;position:relative;display:flex;align-items:center;justify-content:center;border:2px solid #fff;min-width:56px;min-height:56px}.new-project-hotspot-pannellum-edit-content-arrows-item--active{border:2px solid #0098ff}.new-project-hotspot-pannellum-edit-content-arrows-item--custom{background-color:#fff}.new-project-hotspot-pannellum-edit-content-arrows-item__icon{height:64px;width:64px;object-fit:cover;object-position:center}.new-project-hotspot-pannellum-edit-content-arrows-item-custom{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-weight:500}.new-project-hotspot-pannellum-edit-content-arrows-item-custom--image{width:36px;height:36px;object-fit:cover;object-position:center;margin:10px}.new-project-hotspot-panorama-uploader{border:2px dashed #9d9d9d;width:190px;height:126px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;color:#9d9d9d;flex-direction:column;gap:8px;margin:0 8px 0 0}.new-project-floorplan-image-upload-fileuploader{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:304px;padding:10px;border-radius:10px;border:2px dashed #9d9d9d;gap:20px}.new-project-floorplan-image-upload-fileuploader--highlight{border-color:#013565}.new-project-floorplan-image-upload-fileuploader__info{color:#9d9d9d;text-align:center}.new-project-floorplan-image-upload-fileuploader #new-project-floorplan-image-upload-fileuploader__input,.new-project-floorplan-image-upload-fileuploader #new-project-watermark-uploader{display:none}.new-project-floorplan-image-upload-fileuploader__limit{color:#0098ff}.new-project-floorplan-image-upload-fileuploader__input-trigger{font-weight:500;color:#013565;cursor:pointer}.new-project-floorplan-image-upload-fileuploader .new-project-watermark-image{background-color:#fff;position:absolute;inset:0;border-radius:10px}.new-project-floorplan-image-upload-fileuploader .new-project-watermark-image-container{width:100%;height:100%;background-color:#00000080;border-radius:10px}.new-project-floorplan-image-upload-fileuploader .new-project-watermark-image-container__image{box-sizing:border-box;width:100%;height:100%;border-radius:10px;opacity:.4;object-fit:contain;object-position:center;padding:24px}.new-project-floorplan-image-upload-fileuploader .new-project-watermark-image__cancel{position:absolute;top:-12px;right:-12px;background-color:red;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%}.new-project-floorplan-image-upload-gallery-scroller{flex:1;display:flex;overflow-x:hidden;overflow-y:scroll;width:100%;max-width:600px;justify-content:stretch}.new-project-floorplan-image-upload-gallery{display:flex;flex-direction:column;gap:8px;height:130px;width:100%}.new-project-floorplan-image-upload-gallery-image{position:relative;display:flex;align-items:center;width:100%;gap:8px;padding:8px 12px;box-sizing:border-box;border-radius:12px;font-size:14px}.new-project-floorplan-image-upload-gallery-image:hover{background-color:#b7d7f180}.new-project-floorplan-image-upload-gallery-image-overlay{position:absolute;top:0;left:0;background-color:#0009;width:calc(100% - 20px);height:calc(100% - 20px);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;padding:10px}.new-project-floorplan-image-upload-gallery-image-overlay__name{font-size:14px;overflow:hidden;text-overflow:ellipsis}.new-project-floorplan-image-upload-gallery-image__name{all:unset;flex-grow:1;border:1px solid #aaa;padding:4px 6px;border-radius:8px;background-color:#fff}.new-project-floorplan-image-upload-gallery-image__name--error{border-color:red}.new-project-floorplan-image-upload-gallery-image__preview{width:80px;height:60px;object-fit:cover;object-position:center;border-radius:8px}.new-project-floorplan-image-upload-gallery-image__edit{color:#0098ff;font-size:12px;cursor:pointer}.new-project-floorplan-image-upload-gallery-image__trash{cursor:pointer;padding:3px 4.5px;margin-right:8px}.new-project-floorplan-image-upload-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.new-project-summary{display:flex;flex-direction:column;padding:0 24px;width:100%;max-width:600px;align-self:center;box-sizing:border-box}.new-project-summary-cover{position:relative;width:100%;height:500px;margin-bottom:10px}.new-project-summary-cover__image{width:100%;height:100%;background-size:cover;border-radius:8px;object-fit:cover;object-position:center}.new-project-summary-gallery-scroller{flex:1;display:flex;overflow-x:scroll;overflow-y:hidden;width:100%;margin-bottom:16px}.new-project-summary-gallery{display:flex;flex-direction:row;gap:20px;height:80px;margin-bottom:8px}.new-project-summary-gallery-image{position:relative;width:88px;height:89px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px}.new-project-summary-gallery-image__preview{width:100%;height:60px;background-size:cover;object-position:center;object-fit:cover;border-radius:8px}.new-project-summary-gallery-image__trash{position:absolute;right:5px;top:5px;cursor:pointer;padding:3px 4.5px}.new-project-summary-gallery-image__cover-tag{font-size:10px;background-color:#9d9d9d40;color:#646464;padding:1px 8px;border-radius:24px}.new-project-summary-categories{display:flex;flex-wrap:wrap;max-width:600px;gap:10px;margin-bottom:16px}.new-project-summary-categories__category{padding:4px 16px;border-radius:40px;font-size:12px;background-color:#bce4ff;color:#0060a1}.new-project-summary__name{font-size:26px;font-weight:800;margin:0 0 16px;color:#013565}.new-project-summary__desc{font-size:14px;margin:0 0 16px;color:#4a4a4a}.new-project-summary-price{display:flex;align-items:center;justify-content:flex-end;font-size:26px;color:#013565;font-weight:800;gap:8px}.new-project-summary-price__currency{font-size:14px;color:#4e8ac1}.new-project-summary-area-price{display:flex;align-items:center;justify-content:flex-end;font-size:14px;color:#013565;font-weight:400}.new-project-summary-footer{margin-top:30px;display:flex;justify-content:space-between}.new-project-select-cover{padding:0 24px;width:100%;max-width:600px;align-self:center;box-sizing:border-box}.new-project-select-cover__header{margin:0 0 10px;color:#013565;font-weight:500}.new-project-select-cover__sub{font-size:16px;font-weight:400;color:#555}.new-project-select-cover-selected{position:relative;width:100%;aspect-ratio:1.5}.new-project-select-cover-selected__image{width:100%;height:100%;background-size:cover;border-radius:8px}.new-project-select-cover-gallery-scroller{flex:1;display:flex;overflow-x:scroll;overflow-y:hidden;width:100%;margin-top:20px}.new-project-select-cover-gallery{display:flex;flex-direction:row;gap:20px;height:60px;margin-bottom:16px}.new-project-select-cover-gallery-image{position:relative;width:88px;height:60px;opacity:.6;cursor:pointer}.new-project-select-cover-gallery-image--active{opacity:1;cursor:default}.new-project-select-cover-gallery-image__preview{width:100%;height:100%;background-size:cover;border-radius:8px}.new-project-select-cover-gallery-image__trash{position:absolute;right:5px;top:5px;cursor:pointer;padding:3px 4.5px}.new-project-select-cover-footer{margin-top:30px;display:flex;justify-content:space-between}.new-project-work-exchange-description{display:flex;flex-direction:column;box-sizing:border-box}.new-project-work-exchange-description__header{font-weight:500;font-size:32px;color:var(--color-primary-blue-7, #013565);padding-bottom:8px}.new-project-work-exchange-description-content{display:flex;flex-direction:column;gap:32px;align-items:stretch}.new-project-work-exchange-description-content-main{display:flex;gap:32px}.new-project-work-exchange-description-content-main-description{display:flex;flex-direction:column;gap:18px;flex-grow:1;max-width:484px}.new-project-work-exchange-description-content-main-description-programs{display:flex;gap:14px}.new-project-work-exchange-description-content-main__image{width:calc((100% - 32px)/2);max-width:484px;box-sizing:border-box;aspect-ratio:.8;max-height:581px}.new-project-work-exchange-description-content-main__image .ReactCrop__child-wrapper{height:100%!important}.new-project-work-exchange-description-content-main__image .cropper{height:100%;max-height:100%}.new-project-work-exchange-description-content-main__image .cropper-image-picker-action{z-index:2}.new-project-work-exchange-description-content-second{display:flex;flex-direction:row;width:100%;min-height:40vh;max-height:50vh;gap:3rem;padding-top:5rem}.new-project-work-exchange-description-content-second__image{width:100%;min-height:40vh;max-height:50vh}.new-project-work-exchange-description-content-second-description{display:flex;flex-direction:column;width:100%;gap:15px;justify-content:flex-end}.new-project-work-exchange-description-content-second-description__title{border-radius:30px;padding:10px;font-weight:500;font-size:24px}.new-project-work-exchange-description-content-gallery{display:flex;flex-direction:column;width:100%;justify-content:flex-end}.new-project-work-exchange-description-content-gallery-action{display:flex;flex-direction:row;gap:10px;cursor:pointer}.new-project-work-exchange-description-content-gallery-action__section{display:flex;justify-content:space-between;padding-bottom:8px}.new-project-work-exchange-description-content-gallery-action__header{font-weight:500;font-size:32px;color:var(--color-primary-blue-7, #013565)}.new-project-work-exchange-description-content-gallery-action__button{display:flex;flex-direction:row;align-items:center;gap:7px;cursor:pointer}.new-project-work-exchange-description-content-gallery img{border-radius:18px;object-fit:cover}.new-project-work-exchange-description-content-gallery-scroller{flex:1;display:flex;overflow-x:scroll;overflow-y:hidden;width:100%;max-width:1000px;margin:20px 0 0}.new-project-work-exchange-description-content-gallery-list{display:flex;flex-direction:row;gap:20px;height:340px;padding-bottom:14px}.new-project-work-exchange-description-content-gallery-list__item{position:relative;display:flex;height:100%;aspect-ratio:.8;overflow:auto;box-sizing:border-box}.new-project-work-exchange-description-content-gallery-list__item__image{width:100%}.new-project-work-exchange-description-content-file,.new-project-work-exchange-description-content-file__input{display:flex;flex-direction:column}.new-project-work-exchange-description-content-file__header{font-weight:500;font-size:48px;color:var(--color-primary-blue-7, #013565);padding-bottom:1rem}.new-project-work-exchange-info .chip--selected{background-color:#013565}.new-project-work-exchange__footer{display:flex;flex-direction:row;justify-content:space-between}.new-project-work-exchange-file{display:flex;flex-direction:column}.new-project-work-exchange-file-fileuploader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:250px;padding:10px;border-radius:10px;border:2px dashed var(--color-primary-blue-7, #013565);gap:20px;margin-bottom:20px;position:relative}.new-project-work-exchange-file-fileuploader--highlight{border-color:#013565}.new-project-work-exchange-file-fileuploader__info{color:#9d9d9d;text-align:center;padding:0;margin:0}.new-project-work-exchange-file-fileuploader #new-project-work-exchange-file-fileuploader__input{display:none}.new-project-work-exchange-file-fileuploader__limit{color:#0098ff}.new-project-work-exchange-file-fileuploader__input-trigger{font-weight:500;color:#013565;cursor:pointer}.new-project-work-exchange-file-gallery-scroller{flex:1;display:flex;overflow-x:hidden;overflow-y:hidden;width:100%;position:relative;margin-bottom:25px}.new-project-work-exchange-file-gallery{display:flex;flex-direction:column;gap:12px;width:100%}.new-project-work-exchange-file-gallery-title{font-size:14px;color:#333;margin:0 8px}.new-project-work-exchange-file-gallery-image{position:relative;width:100%;cursor:pointer}.new-project-work-exchange-file-gallery-image__preview{width:100%;height:100%;background-size:contain;border-radius:8px}.new-project-work-exchange-file-gallery-image__trash{position:relative;top:5px;cursor:pointer;padding:3px 4.5px}.new-project-work-exchange-file-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.new-project-work-exchange-price{width:100%;display:flex;flex-direction:column}.new-project-work-exchange-price-header{font-size:40px;font-weight:800;color:var(--color-primary-blue-7, #013565)}.new-project-work-exchange-price-content{display:flex;flex-direction:column;padding:2rem}.new-project-work-exchange-price-content-setting{display:flex;flex-direction:column}.new-project-work-exchange-price-content-setting h4{color:var(--color-primary-blue-7, #013565);line-height:21px;margin-block-start:.5em;margin-block-end:.5em}.new-project-work-exchange-price-content-exist-account{display:flex;flex-direction:column;padding-top:50px;gap:20px}.new-project-work-exchange-price-content-exist-account__item{display:flex;flex-direction:row;padding-bottom:20px;border-bottom:1px solid #bebebe}.new-project-work-exchange-price-content-create-account{display:flex;flex-direction:column;width:100%}.new-project-work-exchange-price-content-create-account-input{display:flex;flex-direction:column;width:100%;height:100%}.new-project-work-exchange-price-content-create-account-input__input_box{display:flex;flex-direction:row;gap:10px;width:100%;padding-top:1.5rem;padding-bottom:.5rem}.new-project-work-exchange-price-content-create-account-input__input_box .combobox,.new-project-work-exchange-price-content-create-account-input__input_box .textbox{width:100%}.new-project-work-exchange-price-content-create-account-input__image{padding-top:2rem}.new-project-work-exchange-cover{width:100%;display:flex;flex-direction:column}.new-project-work-exchange-cover .cropper-image-picker .image-upload{width:100%;height:40vh}.new-project-work-exchange-cover .cropper{width:100%;height:30%}.new-project-work-exchange-cover .cropper .ReactCrop{height:100%;max-height:40vh}.new-project-work-exchange-cover .cropper-recent-image-list{width:90%;height:auto;align-items:center}.new-project-work-exchange-cover .cropper-recent-image-list__content .swiper-slide{aspect-ratio:16/9;height:100%}.new-project-work-exchange-cover .cropper-recent-image-list .swiper{max-width:100%}.new-project-work-exchange-cover-header{font-size:40px;font-weight:800;color:var(--color-primary-blue-7, #013565)}.new-project-work-exchange-cover-content{display:flex;flex-direction:column;padding-bottom:2rem;height:100%;width:100%;object-fit:contain;max-width:40vw}.new-project-work-exchange-summary{display:flex;flex-direction:column;gap:100px}.new-project-work-exchange-summary-header{display:grid;grid-template-columns:50% 50%;height:100%}.new-project-work-exchange-summary-header-container{display:flex;flex-direction:column;justify-content:space-between;max-width:484px}.new-project-work-exchange-summary-header-info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.new-project-work-exchange-summary-header-info__detail{display:flex;flex-direction:row;gap:4px}.new-project-work-exchange-summary-header-info__detail__label{display:flex;align-items:center;font-size:14px;color:#999;gap:4px;width:120px}.new-project-work-exchange-summary-header-info__detail__value{font-size:14px;color:#666}.new-project-work-exchange-summary-header-info__desc{display:flex;flex-direction:column;flex-grow:1;gap:8px}.new-project-work-exchange-summary-header-info__desc label{font-size:14px;color:#999}.new-project-work-exchange-summary-header-info__desc span{align-items:flex-start;word-break:break-word;color:#555}.new-project-work-exchange-summary-header-info__desc--loader{width:85%;margin:16px 0 20px}.new-project-work-exchange-summary-header-info-categories{display:flex;min-height:min-content;align-items:center;justify-content:center;gap:10px}.new-project-work-exchange-summary-header-info-categories__category{width:auto;padding:4px 16px;border-radius:40px;font-size:12px;background-color:#bce4ff;color:#0060a1;white-space:nowrap}.new-project-work-exchange-summary-header-info__apps img{width:20px;height:20px}.new-project-work-exchange-summary-header-info__rating{height:22px;width:134px}.new-project-work-exchange-summary-header-info__rating--active{width:22px;height:22px;margin-right:4px}.new-project-work-exchange-summary-header-info__rating--active path{fill:#013565}.new-project-work-exchange-summary-header-info__rating--inactive{width:22px;height:22px;margin-right:4px}.new-project-work-exchange-summary-header-info__title{font-family:inherit;font-size:36px;font-weight:500;color:#013565}.new-project-work-exchange-summary-header-info__price{color:#000;font-family:inherit;font-weight:500;font-size:22px}.new-project-work-exchange-summary-header-info__price--discount{text-decoration:line-through;font-size:14px;font-weight:400;position:relative;top:-3px}.new-project-work-exchange-summary-header-info__add-to-cart{all:unset;margin-top:26px;font-weight:900;font-size:18px}.new-project-work-exchange-summary-header-info__add-to-cart--active,.new-project-work-exchange-summary-header-info__add-to-cart--disabled{color:#fff;padding:10px 28px;border-radius:24px}.new-project-work-exchange-summary-header-info__add-to-cart--active{background-color:#013565;cursor:pointer}.new-project-work-exchange-summary-header-info__add-to-cart--disabled{background-color:#9d9d9d;cursor:default}.new-project-work-exchange-summary-header-info__apps,.new-project-work-exchange-summary-header-info__file-types,.new-project-work-exchange-summary-header-info__downloads,.new-project-work-exchange-summary-header-info__brief,.new-project-work-exchange-summary-header-info__renderer{font-family:inherit;color:#777;display:flex;align-items:center;gap:16px}.new-project-work-exchange-summary-header-info__apps,.new-project-work-exchange-summary-header-info__file-types,.new-project-work-exchange-summary-header-info__brief,.new-project-work-exchange-summary-header-info__renderer{font-size:20px;overflow-y:hidden;overflow-x:hidden;word-break:break-word}.new-project-work-exchange-summary-header-info__downloads{font-size:18px;fill:#777;stroke:#777}.new-project-work-exchange-summary-header-info__brief{margin-top:16px;flex-grow:1;align-items:flex-start;padding-right:80px;max-width:30rem;max-height:20rem;overflow-x:hidden}.new-project-work-exchange-summary-header-info__brief--loader{width:85%;margin:16px 0 20px}.new-project-work-exchange-summary-header-info__like{width:32px;aspect-ratio:1;cursor:pointer}.new-project-work-exchange-summary-header-info__like--active{fill:#013565}.new-project-work-exchange-summary-header-info__app,.new-project-work-exchange-summary-header-info__views{margin-top:12px}.new-project-work-exchange-summary-header-info__app img,.new-project-work-exchange-summary-header-info__views img{width:24px;height:24px}.new-project-work-exchange-summary-header-info__views{font-family:inherit;color:#777;display:flex;align-items:center;gap:6px;font-size:16px;font-weight:400}.new-project-work-exchange-summary-header-info-keywords{display:flex;gap:8px}.new-project-work-exchange-summary-header-info-keywords__tag{font-size:12px;align-items:center;border:1px solid #027bd0;color:#027bd0;border-radius:24px;padding:2px 8px;gap:5px;background-color:#027ad016}.new-project-work-exchange-summary-header-cover{width:100%}.new-project-work-exchange-summary-header-cover__image,.new-project-work-exchange-summary-header-item__image{width:100%;aspect-ratio:.8;object-fit:cover;object-position:center;border-radius:20px}.new-project-work-exchange-summary-header-item:nth-child(2){padding-left:80px;display:grid;align-items:center}.new-project-work-exchange-summary-header-item-detail__title{font-size:48px;font-style:normal;font-weight:500}.new-project-work-exchange-summary-header-item-detail-desc{max-width:30rem;max-height:20rem;overflow-x:scroll}.new-project-work-exchange-summary-header-item-detail-desc-loader{width:100%}.new-project-work-exchange-summary-header-item-detail-desc-loader__wrapper{display:flex;flex-direction:column;gap:10px}.new-project-work-exchange-summary-header-item-detail-desc-loader__title{font-size:20px;font-style:normal;font-weight:400;color:#777;margin-top:24px}.new-project-work-exchange-summary-header-content{padding-top:8rem}.new-project-work-exchange-summary-header-content-header{display:flex;flex-direction:column;gap:20px}.new-project-work-exchange-summary-header-content-title__btn-group{display:flex;justify-content:end;gap:16px}.new-project-work-exchange-summary-header-content-title__btn-group img{cursor:pointer}.new-project-work-exchange-summary-header-content-title__btn{all:unset;width:64px;height:64px;border-radius:50%;background-color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer}.new-project-work-exchange-summary-header-content-title__btn--disabled{background-color:#e0e5ea;pointer-events:none}.new-project-work-exchange-summary-header-content-group-silder{width:auto!important;margin-right:20px}.new-project-work-exchange-summary-header-content-group-silder__image{width:100%;aspect-ratio:.8;object-fit:cover;object-position:center;border-radius:20px}.new-project-work-exchange-summary-content-header{display:flex;flex-direction:column;gap:20px}.new-project-work-exchange-summary-content-title__btn-group{display:flex;justify-content:end;gap:7px}.new-project-work-exchange-summary-content-title__btn{all:unset;width:64px;height:64px;border-radius:50%;background-color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer}.new-project-work-exchange-summary-content-title__btn--disabled{background-color:#e0e5ea;pointer-events:none}.new-project-work-exchange-summary-content-group .swiper{z-index:0!important}.new-project-work-exchange-summary-content-group-silder{width:auto!important}.new-project-work-exchange-summary-content-group-silder__image{width:100%;aspect-ratio:.8;object-fit:cover;object-position:center;border-radius:20px}.new-project-work-exchange-summary-upload-file{display:flex;flex-direction:column;gap:20px;width:100%;margin:24px 0}.new-project-work-exchange-summary-upload-file-title{font-weight:500;font-size:36px;color:var(--color-primary-blue-7, #013565)}.new-project-work-exchange-summary-footer__right{display:flex;flex-direction:row;gap:10px}.new-project-work-exchange-summary .new-project-cta{gap:10px}.new-project-work-exchange-upload-file{width:100%}.new-project-work-exchange-upload-file-container{border:.5px solid #efefef;padding:12px 16px;border-radius:10px;background-color:#fff}.new-project-work-exchange-upload-file-container-file{display:flex;text-overflow:ellipsis;overflow:hidden;gap:8px}.new-project-work-exchange-upload-file-container-file-icon{display:flex;align-items:center}.new-project-work-exchange-upload-file-container-file-icon img{width:40px;height:40px}.new-project-work-exchange-upload-file-container-file-wrp{display:flex;justify-content:center;width:100%;flex-direction:column}.new-project-work-exchange-upload-file-container-file-wrp-detail{display:flex;justify-content:space-between;gap:8px}.new-project-work-exchange-upload-file-container-file-wrp-detail__name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;color:#444;font-size:14px}.new-project-work-exchange-upload-file-container-file-wrp-detail-delete{display:flex;align-items:center;cursor:pointer}.new-project-work-exchange-upload-file-container-progress{width:100%;background-color:#ddd;margin-top:10px;border-radius:3rem}.new-project-work-exchange-upload-file-container-progress-inner{width:2%;height:10px;background-color:#013565;border-radius:3rem}@media screen and (min-width: 1441px){.new-project-type{width:unset}.new-project-work-exchange-summary{padding:0 100px}.new-project-work-exchange-summary-header-info__like{margin-top:20px}}@media screen and (max-width: 1440px){.new-project-type{width:100%}.new-project-work-exchange-summary{padding:0 100px}.new-project-work-exchange-summary-header-info__brief{max-width:100%}.new-project-work-exchange-summary-header-info__like{margin-top:20px}.new-project-tendering-summary{padding:20px}}@media screen and (max-width: 1300px){.new-project-work-exchange-summary-header-info__like{margin-top:20px}.new-project-work-exchange-summary-content{padding-top:2rem}}@media screen and (max-width: 1024px){.new-project-type{width:100%}.new-project-type-list{gap:20px}.new-project-work-exchange-summary{padding:0 50px!important;display:flex;flex-direction:column;gap:12px!important}.new-project-work-exchange-summary-header{display:flex!important;flex-direction:column;max-height:280vw!important;gap:20px}.new-project-work-exchange-summary-header:nth-child(2){display:flex;flex-direction:column-reverse}.new-project-work-exchange-summary-header-container{display:flex;flex-direction:row!important;justify-content:space-between}.new-project-work-exchange-summary-header-container:has(.work-exchange-view-header-info__brief--loader){display:block}.new-project-work-exchange-summary-header-info{padding-top:0!important}.new-project-work-exchange-summary-header-info__brief{padding-right:0!important;margin-bottom:36px}.new-project-work-exchange-summary-header-info__brief--loader{padding-right:0;width:100%;margin:16px 0 20px}.new-project-work-exchange-summary-header-info__like{position:absolute;top:120px;right:80px!important}.new-project-work-exchange-summary-header-item:nth-child(2){padding-left:0!important;display:block!important}.new-project-work-exchange-summary-header-item-detail__title{margin-top:21px}.new-project-work-exchange-summary-header-item-detail-desc__title{margin:33px 0}.new-project-work-exchange-summary-content-header{gap:33px!important}.new-project-work-exchange-summary-content-title__btn-group{margin-top:33px}.new-project-work-exchange-summary-content-group-silder{margin-right:10px!important}.new-project-work-exchange-description{width:100%;max-width:100%;padding:0 24px}.new-project-work-exchange-description-content-main-description__heading,.new-project-work-exchange-description-content-main-description-content{padding:0 1rem}.new-project-work-exchange-description-content-main__image{width:100%;height:auto}.new-project-work-exchange-description-content-second{grid-column-start:1;grid-column-end:1;grid-row:2;height:100%;min-height:unset;max-height:unset;padding-top:20px;gap:1rem;display:grid;grid-template-rows:auto auto;grid-auto-columns:auto}.new-project-work-exchange-description-content-second__image{grid-row:2;width:100%;height:100%;min-height:100%}.new-project-work-exchange-description-content-second-description{grid-row:1;padding-bottom:0;justify-content:unset}.new-project-work-exchange-description-content-second-description .textarea{padding:10px}.new-project-work-exchange-description-content-gallery{width:100%;justify-content:center;display:flex;grid-column:1/3}.new-project-work-exchange-description-content-gallery-list__item{height:100%}.new-project-work-exchange-description-content-gallery__action{padding:0 1rem 0 0}.new-project-work-exchange-description-content-file{display:flex;grid-column:1/3;justify-content:center}.new-project-work-exchange-description .new-project-work-exchange-file-gallery-scroller{word-break:break-word}}@media screen and (max-height: 900px){.new-project-work-exchange-description-content-main .cropper{height:100%;max-height:unset}}@media screen and (max-width: 768px){.new-project .new-project-steps{min-width:100%}.new-project .new-project-content{max-width:100%;min-width:100%}.new-project-work-exchange-description{padding:0 24px}.new-project-work-exchange-description-content{display:flex;flex-direction:column}.new-project-work-exchange-description-content-main{height:100%;display:flex;flex-direction:column}.new-project-work-exchange-description-content-main-description{max-width:100%}.new-project-work-exchange-description-content-main-description__heading,.new-project-work-exchange-description-content-main-description-content{margin:0 1rem}.new-project-work-exchange-description-content-main-description-content{gap:1rem}.new-project-work-exchange-description-content-main-description-content__category{padding-bottom:unset}.new-project-work-exchange-description-content-main-description-content__price_section{gap:5px}.new-project-work-exchange-description-content-main__image{display:flex;flex-direction:column;width:100%;height:auto;align-self:center}.new-project-work-exchange-description-content-second{grid-column-start:1;grid-column-end:1;grid-row:2;height:100%;min-height:unset;max-height:unset;padding-top:20px;gap:1rem;display:grid;grid-template-rows:auto auto;grid-auto-columns:auto}.new-project-work-exchange-description-content-second__image{grid-row:2;width:100%;height:100%;min-height:100%}.new-project-work-exchange-description-content-second-description{grid-row:1;padding-bottom:0;justify-content:unset}.new-project-work-exchange-description-content-second-description .textarea{padding:10px}.new-project-work-exchange-description-content-gallery-action__header{font-size:32px}.new-project-work-exchange-description-content-gallery-list{height:240px}.new-project-work-exchange-description-content-file{display:flex;grid-column:1/3;justify-content:center}.new-project-work-exchange-description-content-file__header{font-size:32px;padding-bottom:.5rem}.new-project-work-exchange-description .new-project-work-exchange-file{width:100%}.new-project-work-exchange-description .new-project-work-exchange-file-gallery-scroller{word-break:break-word}.new-project-work-exchange-price{width:100%;display:flex;flex-direction:column}.new-project-work-exchange-cover-content{max-width:100%}.new-project-work-exchange-summary{padding:1rem!important;display:flex;flex-direction:column;gap:12px!important}.new-project-work-exchange-summary-header{display:flex!important;flex-direction:column;max-height:280vw!important}.new-project-work-exchange-summary-header:nth-child(2){display:flex;flex-direction:column-reverse}.new-project-work-exchange-summary-header-container{display:flex;flex-direction:row!important;justify-content:space-between}.new-project-work-exchange-summary-header-container:has(.work-exchange-view-header-info__brief--loader){display:block}.new-project-work-exchange-summary-header-info{padding-top:0!important}.new-project-work-exchange-summary-header-info__brief{padding-right:0!important;margin-bottom:36px;max-width:100%}.new-project-work-exchange-summary-header-info__brief--loader{padding-right:0;width:100%;margin:16px 0 20px}.new-project-work-exchange-summary-header-info__like{position:absolute;top:120px;right:45px!important}.new-project-work-exchange-summary-header-item:nth-child(2){padding-left:0!important;display:block!important}.new-project-work-exchange-summary-header-item-detail__title{margin-top:21px}.new-project-work-exchange-summary-header-item-detail-desc{max-width:100%}.new-project-work-exchange-summary-header-item-detail-desc__title{margin:33px 0;max-width:100%}.new-project-work-exchange-summary-content-header{gap:33px!important}.new-project-work-exchange-summary-content-title__btn-group{margin-top:33px}.new-project-work-exchange-summary-content-group-silder{margin-right:10px!important}.new-project-tendering-summary{padding:20px}.new-project-tendering-summary-content{display:flex;flex-direction:column}.new-project-tendering-summary-content-left,.new-project-tendering-summary-content-right{width:100%}.new-project-tendering-summary-content-left__mask-image,.new-project-tendering-summary-content-right__mask-image{display:flex;width:100%;height:100%;position:relative;overflow:hidden}.new-project-tendering-summary-content-left__mask-image img,.new-project-tendering-summary-content-right__mask-image img{width:100%;height:100%;border-radius:30px;mask-repeat:no-repeat;mask-size:cover;position:absolute;top:0;left:0}.new-project-tendering-summary-content-left__mask-image:before,.new-project-tendering-summary-content-right__mask-image:before{content:"";display:block;padding-bottom:100%}.new-project-tendering-summary-content-left__chip,.new-project-tendering-summary-content-right__chip{padding:2px 4px}.new-project-tendering-summary-content-left__description,.new-project-tendering-summary-content-right__description{padding-top:2rem}.new-project-tendering-summary-gallery{padding-bottom:0}.new-project-info{padding:0 24px}.new-project-info .new-project-cta{padding:0}}@media screen and (max-width: 545px){.new-project-summary-footer{flex-direction:column;gap:8px}.new-project-summary-footer__right{flex-direction:column-reverse;align-items:stretch!important}.new-project-work-exchange-description{padding:0 1rem;box-sizing:border-box}.new-project-work-exchange-description-content-main-description-programs{flex-direction:column;gap:18px}.new-project-work-exchange-description .image-upload-file-uploader__info{font-size:14px}}@media screen and (max-width: 425px){.new-project .new-project-steps{min-width:100%}.new-project .new-project-cta{padding:0 .05rem 0 .5rem}.new-project-type{width:95%;padding:0 .5rem}.new-project-type-list{overflow-x:scroll;gap:10px}.new-project-work-exchange-description{width:100%;max-width:100%}.new-project-work-exchange-description-content-main{grid-column-start:1;grid-column-end:1;grid-row:1;height:100%;gap:1rem;flex-direction:column}.new-project-work-exchange-description-content-main-description-content__price_section{gap:5px}.new-project-work-exchange-description-content-main__image{width:100%}.new-project-work-exchange-description-content-second{grid-column-start:1;grid-column-end:1;grid-row:2;height:100%;min-height:unset;max-height:unset;padding-top:20px;gap:1rem;display:grid;grid-template-rows:auto auto;grid-auto-columns:auto}.new-project-work-exchange-description-content-second__image{grid-row:2;width:100%;height:100%;min-height:100%}.new-project-work-exchange-description-content-second-description{grid-row:1;padding-bottom:0;justify-content:unset}.new-project-work-exchange-description-content-second-description .textarea{padding:10px}.new-project-work-exchange-description-content-gallery{justify-content:center;display:flex}.new-project-work-exchange-description-content-gallery__action{padding:0 1rem 0 0}.new-project-work-exchange-description-content-file{display:flex;grid-column:1/3;justify-content:center}.new-project-work-exchange-description .new-project-work-exchange-file-gallery-scroller{max-width:400px;word-break:break-word}.new-project-work-exchange-description .new-project .new-project-cta{padding-right:1rem!important;padding-left:1rem!important}.new-project-work-exchange-price{width:100%;display:flex;flex-direction:column}.new-project-work-exchange-cover-content{max-width:100%}.new-project-work-exchange-summary{padding:1rem!important;display:flex;flex-direction:column;gap:12px!important}.new-project-work-exchange-summary-header{display:flex!important;flex-direction:column;max-height:280vw!important}.new-project-work-exchange-summary-header-container{display:flex;flex-direction:row!important;justify-content:space-between}.new-project-work-exchange-summary-header-info{padding-top:0!important}.new-project-work-exchange-summary-header-info__brief{padding-right:0!important;margin-bottom:36px;max-width:100%}.new-project-work-exchange-summary-header-info__like{position:absolute;top:120px;right:45px!important}.new-project-work-exchange-summary-header-item-detail-desc{max-width:100%}.new-project-work-exchange-summary-header-item-detail-desc__title{margin:33px 0;max-width:100%}.new-project-work-exchange-summary-content{padding-top:2rem}.new-project-work-exchange-summary-content-title__btn-group{margin-top:33px}.new-project-tendering-summary{padding:20px}.new-project-tendering-summary-content{display:flex;flex-direction:column}.new-project-tendering-summary-content-left,.new-project-tendering-summary-content-right{width:100%}.new-project-tendering-summary-content-left__mask-image,.new-project-tendering-summary-content-right__mask-image{display:flex;width:100%;height:100%;position:relative;overflow:hidden}.new-project-tendering-summary-content-left__mask-image img,.new-project-tendering-summary-content-right__mask-image img{width:100%;height:100%;border-radius:30px;mask-repeat:no-repeat;mask-size:cover;position:absolute;top:0;left:0}.new-project-tendering-summary-content-left__mask-image:before,.new-project-tendering-summary-content-right__mask-image:before{content:"";display:block;padding-bottom:100%}.new-project-tendering-summary-content-left__chip,.new-project-tendering-summary-content-right__chip{padding:2px 4px}.new-project-tendering-summary-content-left__description,.new-project-tendering-summary-content-right__description{padding-top:2rem}.new-project-tendering-summary-gallery{padding-bottom:0}.new-project-info .new-project-cta{padding:0}.new-project-work-exchange__footer{display:flex;flex-direction:column;justify-content:space-evenly;gap:10px}.new-project-work-exchange__footer .button{font-size:12px}.new-project-work-exchange-summary{padding:0 15px!important;display:flex;flex-direction:column;gap:12px!important}.new-project-work-exchange-summary-header{display:flex!important;flex-direction:column;max-height:280vw!important;gap:20px}.new-project-work-exchange-summary-header:nth-child(2){display:flex;flex-direction:column-reverse}.new-project-work-exchange-summary-header-container{display:flex;flex-direction:row!important;justify-content:space-between;width:100%}.new-project-work-exchange-summary-header-container:has(.work-exchange-view-header-info__brief--loader){display:block}.new-project-work-exchange-summary-header-info{padding-top:0!important;width:100%}.new-project-work-exchange-summary-header-info__brief{padding-right:0!important;margin-bottom:1rem}.new-project-work-exchange-summary-header-info__brief--loader{padding-right:0;width:100%;margin:16px 0 20px}.new-project-work-exchange-summary-header-info__like{position:absolute;top:120px;right:23px}.new-project-work-exchange-summary-header-item:nth-child(2){padding-left:0!important;display:block!important}.new-project-work-exchange-summary-header-item-detail__title{margin-top:21px}.new-project-work-exchange-summary-header-item-detail-desc__title{margin:33px 0}.new-project-work-exchange-summary-content-header{gap:33px!important}.new-project-work-exchange-summary-content-title__btn-group{margin-top:20px}.new-project-work-exchange-summary-content-group-silder{margin-right:10px!important}.new-project-work-exchange-summary-footer__right{display:flex;flex-direction:column;gap:10px}}.faqs{display:flex;flex-direction:column;align-items:center;font-size:18px;color:#9d9d9d;gap:16px;margin:24px 0 64px;max-width:1440px;padding:40px}.faqs .faqs__header{font-size:36px;font-weight:500;color:#013565;margin:0}.faqs__sub{font-size:18px}.faqs-topics{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px;width:100%;max-width:1440px;margin-top:24px}.faqs-topics .faqs-topics-item{height:150px;border:1px solid #013565;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#013565;font-size:18px;font-weight:400;cursor:pointer;gap:8px}.faqs-topics .faqs-topics-item .faqs-topics-item__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px}.faqs-topics .faqs-topics-item .faqs-topics-item__icon img{width:44px;height:44px}.faqs-topics .faqs-topics-item__name{text-align:center}.faqs-support-renderer-layout{display:flex;flex-direction:column;align-items:center;font-size:18px;gap:16px;margin:24px 0 64px;max-width:1440px;padding:40px}.faqs-support-renderer-return{display:flex;align-items:center;gap:8px;cursor:pointer;color:#0098ff;font-size:14px;padding:1rem 0}.faqs-support-renderer-content{padding:0 2rem}.faqs-support-layout{display:flex;flex-direction:column;align-items:center;font-size:18px;color:#9d9d9d;gap:16px;margin:24px 0 64px;max-width:1440px;padding:40px}.faqs-support-layout-return{display:flex;align-items:center;gap:8px;cursor:pointer;color:#0098ff;font-size:14px;padding:2rem 0}.faqs-support-layout__header{font-size:36px;font-weight:500;color:#013565;margin:0}.faqs-support-layout__sub{font-size:18px}.faqs-support-layout-topics{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,25%));justify-content:center;gap:20px;width:100%;max-width:1440px;margin-top:24px}.faqs-support-layout-topics-item{height:150px;box-shadow:0 10px 8px #0000000d;border:1px solid #013565;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#013565;font-size:18px;font-weight:400;cursor:pointer;gap:8px}.faqs-support-layout-topics-item__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px}.faqs-support-layout-topics-item__icon img{width:44px;height:44px}.faqs-support-layout-topics-item__name{text-align:center}.tickets{padding:50px 100px}.tickets__heading1{font-size:32px;color:#013565;font-weight:500;margin:0}.ticket{width:880px;display:flex;flex-direction:column;margin:50px auto}.ticket-header{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;column-gap:16px;border-bottom:1px solid #bebebe;padding:24px 0}.ticket-header__avatar{height:92px;width:92px;object-fit:cover;object-position:center;border-radius:50%;grid-column:1;grid-row:1/4}.ticket-header-title{display:flex;flex-direction:row}.ticket-header-title__id{color:#4a4a4a;font-size:22px;font-weight:400;flex-grow:1}.ticket-header__topic{color:#121212;font-size:22px;font-weight:800}.ticket-header-info{display:flex;gap:8px;align-items:center}.ticket-header-info__label{color:#bebebe;font-size:14px;font-weight:400}.ticket-header-info__label--link{color:#0060a1}.ticket-desc{color:#121212;font-size:14px;padding:16px 10px}.ticket-book{display:flex;flex-direction:row-reverse}.ticket__support-tag{background-color:#0098ff;color:#fff;font-size:12px;padding:2px 8px;border-radius:20px}.ticket-comments{display:flex;flex-direction:column;align-items:stretch}.ticket-comments__count{align-self:flex-start;color:#013565;font-size:14px;font-weight:800}.ticket-comments-comment{display:grid;grid-template-columns:32px 16px 1fr;grid-template-rows:auto;margin-top:12px}.ticket-comments-comment__owner{width:32px;height:32px;border-radius:50%;object-fit:cover;object-position:center;margin-top:8px}.ticket-comments-comment__arrow{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #bebebe;margin:18px 0 0 10px}.ticket-comments-comment-info{border:1px solid #bebebe;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:10px}.ticket-comments-comment-info-header{display:flex;gap:4px;align-items:center}.ticket-comments-comment-info-header__name,.ticket-comments-comment-info-header__date{font-size:14px;color:#0060a1}.ticket-comments-comment-info-header__date{flex-grow:1;color:#bebebe}.ticket-comments-comment-info-value{font-size:14px;color:#121212;margin:0}.ticket-comments-comment-info-attachments{display:flex;flex-direction:row;gap:10px}.ticket-comments-comment-info-attachments-item{height:64px;width:80px;position:relative}.ticket-comments-comment-info-attachments-item__image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:12px;cursor:pointer}.ticket__closed-info{font-size:16px;color:#9d9d9d;text-align:center;margin-top:24px}@media screen and (max-width: 430px){.support-terms{padding:24px}.support-terms h1{font-size:24px}}@media screen and (max-width: 768px){.faqs{margin:24px 0 48px}.faqs-topics{grid-template-columns:1fr 1fr 1fr!important}}@media screen and (max-width: 600px){.faqs{padding:24px;margin:24px 0 48px;align-items:flex-start}.faqs__header{font-size:34px!important}.faqs__sub{font-size:16px!important}.faqs-support-layout-topics,.faqs-topics{grid-template-columns:1fr 1fr!important}.faqs-topics-item__name{font-size:16px!important}}.lp-footer{background-color:#013565;padding:40px 0 0;display:flex;flex-direction:column;align-items:stretch;justify-content:center;color:#fff;font-size:14px}.lp-footer-content{align-self:center;padding:0 50px 20px;flex-grow:1;width:calc(100% - 100px);max-width:1340px;display:flex;justify-content:space-between;gap:24px;margin-bottom:24px}.lp-footer-content-left{max-width:524px;display:flex;flex-direction:column;gap:16px}.lp-footer-content-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:24px;max-width:400px}.lp-footer-content-right-links{display:grid;grid-template-columns:1fr 1fr 1fr}.lp-footer-content-right-dbd{cursor:pointer}.lp-footer-content-separator{flex-grow:1}.lp-footer-content__logo{align-self:flex-start}.lp-footer-content-contacts,.lp-footer-content-contacts-section{display:flex;flex-direction:row;align-items:center;gap:16px}.lp-footer-content-contacts__link,.lp-footer-content-contacts__tel{cursor:pointer}.lp-footer-content-contacts__tel{text-decoration:none;color:#fff}.lp-footer-content-links-desktop{display:flex;gap:20px}.lp-footer-content-links-desktop-section{display:flex;flex-direction:column}.lp-footer-content-links-desktop__header{font-weight:500;margin:0;padding:10px 0}.lp-footer-content-links-desktop__link{font-weight:400;font-size:14px;margin:0;padding:10px 0;cursor:pointer}.lp-footer-content-links-mobile{display:none;flex-direction:column;align-items:stretch;width:100%}.lp-footer-content-links-mobile__header{width:100%;font-weight:500;font-size:14px;margin:0;padding:10px 0;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.lp-footer-content-links-mobile__header h4{font-weight:500;font-size:14px;margin:0}.lp-footer-content-links-mobile__header-arrow--toggle{transform:rotate(180deg)}.lp-footer-content-links-mobile__link{padding:10px 0;cursor:pointer;font-weight:400;font-size:14px;margin:0}.lp-footer-misc{position:relative;border-top:1px solid #dedede;padding:20px 0;display:flex;align-items:center;justify-content:center;flex-direction:column}.lp-footer-misc-language{text-align:center;width:calc(100% - 100px);max-width:1340px;position:absolute;top:0;line-height:62px;display:flex;flex-direction:row;align-items:center;gap:8px}.lp-footer-misc-language__label{cursor:pointer}.seo{height:0!important}.seo *{font-size:0px}@media screen and (max-width: 1064px){.lp-footer{padding:24px 0 0}.lp-footer-content{padding:0 24px}.lp-footer-content-contacts{flex-direction:column;align-items:flex-start}.lp-footer-content-right{flex-grow:1}.lp-footer-content-links-desktop{display:none}.lp-footer-content-links-mobile{display:flex}.lp-footer-misc-language{width:calc(100% - 48px)}.landing-page__content{padding:60px 50px 50px}}@media screen and (max-width: 768px){.lp-footer-content{flex-direction:column;align-items:flex-start}.lp-footer-content-left h3,.lp-footer-content-left span:not(.lp-footer-content-contacts__link){display:none}.lp-footer-content-links-mobile{display:none}}@media screen and (max-width: 435px){.lp-footer-misc{gap:12px}.lp-footer-misc-language{position:relative;line-height:32px;justify-content:center}.lp-footer-misc-language .header-menu{bottom:36px!important;margin:0}}.project-view{display:flex;flex-direction:column;width:100vw;max-width:1440px;box-sizing:border-box;padding:20px 30px;align-self:flex-start;justify-content:center}.project-view-close{display:flex;align-items:center;padding:10px;align-self:flex-end;color:#fff;gap:10px;cursor:pointer;font-size:18px}.project-view-content{display:flex;flex-direction:row;flex-grow:1;height:100%;gap:20px}.project-view-content-ctas{display:flex;flex-direction:column;align-items:center;gap:20px}.project-view-content-ctas-action{border-radius:50%;display:flex;flex-direction:column;box-sizing:border-box;width:60px;height:60px}.project-view-content-ctas-action--avatar{cursor:pointer}.project-view-content-ctas-action--avatar img{box-sizing:border-box;border-radius:50%;border:2px solid white;object-fit:cover;object-position:center;width:100%;height:100%;background-color:#fff}.project-view-content-ctas-action--avatar--is-owner{cursor:default!important}.project-view-content-ctas-action--like,.project-view-content-ctas-action--share{cursor:pointer;background-color:#ffffff4d;display:flex;align-items:center;justify-content:center}.project-view-content-ctas-action--share-icon{width:30px;height:30px}.project-view-content-ctas-action--close{display:none;flex-direction:row;align-items:center;color:#fff;gap:8px;flex-grow:1;justify-content:flex-end;margin-right:8px}.project-view-content-container{display:flex;background-color:#fff;flex-grow:1;height:100%;border-radius:4px;box-sizing:border-box;padding:24px;flex-direction:column;gap:20px;min-width:0}.project-view-content-container-banner{display:grid;grid-template-columns:1fr 180px;grid-template-rows:600px;gap:20px;width:100%;margin:8px 0 0}.project-view-content-container-banner--panorama{grid-template-columns:1fr auto;gap:0;margin:0}.project-view-content-container-banner-selected{min-height:600px;position:relative}.project-view-content-container-banner-selected__image{width:100%;height:100%;object-fit:cover;object-position:center}.project-view-content-container-banner-gallery-container{position:relative}.project-view-content-container-banner-gallery{max-height:640px;height:100%;overflow:auto}.project-view-content-container-banner-gallery__prev-button,.project-view-content-container-banner-gallery__next-button{position:absolute;left:calc(50% - 30px);z-index:9;cursor:pointer}.project-view-content-container-banner-gallery__prev-button{top:-25px;transform:rotate(90deg)}.project-view-content-container-banner-gallery__next-button{bottom:-25px;transform:rotate(90deg)}.project-view-content-container-banner-gallery .swiper{height:100%}.project-view-content-container-banner-gallery .swiper-wrapper{max-height:100%;height:100vw}.project-view-content-container-banner-gallery .swiper-slide{position:relative;width:fit-content}.project-view-content-container-banner-gallery-item{position:absolute;height:100%;aspect-ratio:1;object-fit:cover;object-position:center;cursor:pointer}.project-view-content-container-info{position:relative;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;width:100%}.project-view-content-container-info-categories-container{grid-column:1/3;grid-row:1;display:flex;overflow:auto;align-items:center;width:100%;height:28px;margin-bottom:16px;position:relative}.project-view-content-container-info-categories{display:flex;min-height:min-content;align-items:center;justify-content:center;gap:10px}.project-view-content-container-info-categories__category{width:auto;padding:4px 16px;border-radius:40px;font-size:12px;background-color:#bce4ff;color:#0060a1;white-space:nowrap;display:flex;flex-direction:row;align-items:center}.project-view-content-container-info-other{align-self:flex-start;grid-column:2;grid-row:2;display:flex;flex-direction:column;border-radius:8px;gap:16px;box-shadow:0 5px 8px 4px #0000000d;padding:16px}.project-view-content-container-info-other-price{font-size:14px;font-weight:500;color:#bebebe;display:flex;align-items:center;gap:8px;justify-content:flex-end}.project-view-content-container-info-other-price__value{color:#001528;font-size:26px}.project-view-content-container-info-other-area-price{display:flex;align-items:center;justify-content:flex-end;font-size:14px;color:#013565;font-weight:400}.project-view-content-container-info-desc{display:flex;flex-direction:column;align-self:start;align-items:flex-start}.project-view-content-container-info-desc__avatar{display:flex;align-items:center;gap:12px;margin:1rem 0}.project-view-content-container-info-desc__avatar img{cursor:pointer;width:48px;height:48px;border-radius:50%;object-fit:cover;aspect-ratio:.8}.project-view-content-container-info-desc__avatar__info{display:flex;flex-direction:column;align-items:flex-start}.project-view-content-container-info-desc__avatar__info__chat{display:flex;align-items:center;gap:4px;cursor:pointer;padding:2px 4px;border-radius:6px;margin-left:-2px}.project-view-content-container-info-desc__avatar__info__chat:hover{background-color:#0098ff1a}.project-view-content-container-info-desc__avatar__info__chat__text{font-size:14px;color:#013565}.project-view-content-container-info-desc__avatar label{font-size:16px;font-weight:500;color:#222;cursor:pointer}.project-view-content-container-info-desc__title{color:#013565;font-size:1.5rem;font-weight:500}.project-view-content-container-info-desc__rating{display:flex;align-items:center;margin-left:-3px;gap:.5rem}.project-view-content-container-info-desc__desc{color:#4a4a4a;font-size:1rem;word-break:break-word;margin-top:.5rem}.project-view-content-container-info-desc__title-rating{display:flex;justify-content:space-between}.project-view-content-container-more{display:flex;flex-direction:column;gap:8px}.project-view-content-container-more__header{color:#013565;font-size:16px;font-weight:500}.project-view-content-container-more-gallery{z-index:0;padding:0 0 35px}.project-view-content-container-more-gallery:has(.swiper-pagination-lock){padding:0}.project-view-content-container-more-gallery .swiper-pagination{position:absolute;bottom:0}.project-view-content-container-more-gallery .swiper-pagination-bullet{height:12px;width:12px;border-radius:50%;background-color:#5c5c5c}.project-view-content-container-more-gallery .swiper-pagination-bullet-active{background-color:#013565;border-radius:6px;width:24px;height:12px}.project-view-reviews{display:flex;flex-direction:column}.project-view-reviews__heading{font-weight:500;color:#013565;margin-bottom:12px}.project-view-reviews .swiper{padding:10px 5px 35px;z-index:0}.project-view-reviews .swiper .swiper-pagination{position:absolute;bottom:0}.project-view-reviews .swiper .swiper-pagination-bullet{height:12px;width:12px;border-radius:50%;background-color:#5c5c5c}.project-view-reviews .swiper .swiper-pagination-bullet-active{background-color:#013565;border-radius:6px;width:24px;height:12px}.project-view-reviews-content{font-weight:400;border-radius:16px;box-shadow:0 0 12px #0000000d;background-color:#fff;padding:16px 18px;position:relative;min-height:140px}.project-view-reviews-content-wrp{text-align:left;display:flex;flex-direction:column;align-items:flex-start}.project-view-reviews-content__review,.project-view-reviews-content__my-review{margin-top:8px;color:#777;font-size:16px;width:100%;height:80px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.project-view-reviews-content__my-review{height:100%}.project-view-reviews-content__name{color:#013565;font-size:16px;font-weight:400;margin-top:8px}.project-view-reviews-content__update{color:#777;font-size:12px;font-weight:400}.project-view-reviews-content__edit{cursor:pointer;position:absolute;top:10px;right:10px;width:35px;height:35px;display:flex;align-items:center;justify-content:center}.project-view-reviews-content__edit svg{width:20px;height:20px;pointer-events:none}.project-view-reviews-content__edit:hover{background-color:#efefef;border-radius:50%}.project-view-review{display:flex;flex-direction:column}.project-view-review__heading,.project-view-review__heading--my-review{font-weight:500;color:#013565;margin-bottom:12px}.project-view-review__heading--my-review{margin-bottom:0}.project-view-review-form{display:flex;flex-direction:column;gap:8px}.project-view-review-form__footer{display:flex;flex-direction:row;align-content:center;justify-content:space-between}.project-view-review-form__footer .MuiRating-iconFilled{color:#013565}.pannellum{position:relative;height:100%}.pannellum--fullscreen .pannellum-controls-like{background:rgba(114,89,89,.8)!important;backdrop-filter:none}.pannellum-placeholder{position:absolute;left:0;top:0;width:100%}.pannellum-placeholder--hide{display:none}.pannellum-controls{position:absolute;left:16px;right:16px;top:16px;display:flex;align-items:flex-start;flex-direction:row;justify-content:space-between}.pannellum-controls-left,.pannellum-controls-right{display:flex;flex-direction:column;gap:16px}.pannellum-controls-reset,.pannellum-controls-fullscreen,.pannellum-controls-toggle,.pannellum-controls-change-scene,.pannellum-controls-toggle-music,.pannellum-controls-cycle-toggler,.pannellum-controls-material-toggler,.pannellum-controls-floor-plans-toggler,.pannellum-controls-view,.pannellum-controls-like{border-radius:40px;background:rgba(114,89,89,.8);height:34px;box-sizing:border-box;display:flex;flex-direction:row;padding:5px 10px;gap:6px;align-items:center;font-size:14px;color:#fff;z-index:9;cursor:pointer}.pannellum-controls-reset__icon,.pannellum-controls-fullscreen__icon,.pannellum-controls-toggle__icon,.pannellum-controls-change-scene__icon,.pannellum-controls-toggle-music__icon,.pannellum-controls-cycle-toggler__icon,.pannellum-controls-material-toggler__icon,.pannellum-controls-floor-plans-toggler__icon,.pannellum-controls-view__icon,.pannellum-controls-like__icon{height:16px;width:16px;padding:4px}.pannellum-controls-reset--active,.pannellum-controls-fullscreen--active,.pannellum-controls-toggle--active,.pannellum-controls-change-scene--active,.pannellum-controls-toggle-music--active,.pannellum-controls-cycle-toggler--active,.pannellum-controls-material-toggler--active,.pannellum-controls-floor-plans-toggler--active,.pannellum-controls-view--active,.pannellum-controls-like--active{background:rgb(32,175,89)}.pannellum-controls-like{background:rgba(255,255,255,.3)!important}.pannellum-controls-toggle-music,.pannellum-controls-material-toggler,.pannellum-controls-cycle-toggler,.pannellum-controls-floor-plans-toggler,.pannellum-controls-like{padding:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.pannellum-controls-toggle-music__icon,.pannellum-controls-material-toggler__icon,.pannellum-controls-cycle-toggler__icon,.pannellum-controls-floor-plans-toggler__icon,.pannellum-controls-like__icon{width:24px!important;height:24px!important}.pannellum-controls-views{display:flex;align-items:center;gap:8px;color:#fff}.pannellum-scene-select{position:absolute;left:0;bottom:36px;width:100%;height:100px;background-color:#0006;display:none;align-items:center;flex-direction:row;gap:24px;justify-content:center;cursor:pointer;z-index:9}.pannellum-scene-select-item{position:relative;height:80px;width:120px;cursor:pointer}.pannellum-scene-select-item__image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:8px}.pannellum-scene-select-item__active{position:absolute;width:100%;height:100%;left:0;top:0;background-color:#00000080;line-height:80px;color:#fff;font-size:16px;text-align:center;font-weight:500;display:none;border-radius:8px}.pannellum-scene-select-item__active--active{display:block}.pannellum-scene-select--active{display:flex}.pannellum-materials-switcher{position:absolute;width:100%;height:100%;z-index:9;display:flex;align-items:center;justify-content:center}.pannellum-materials-switcher--hide{display:none}.pannellum-materials-switcher-content{padding:10px 18px;display:flex;border-radius:8px;background:rgba(0,0,0,.7)}.pannellum-materials-switcher-content-types{display:flex;gap:10px}.pannellum-materials-switcher-content-types__item{padding:10px;cursor:pointer;color:#fff}.pannellum-hotspot-tooltip{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.pannellum-hotspot-tooltip--hide{display:none}.pannellum-hotspot-tooltip-container{padding:16px 18px;display:grid;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);border-radius:8px;background:rgba(0,0,0,.7);color:#fff;max-width:80dvw;min-width:320px;max-height:100%;box-sizing:border-box}.pannellum-hotspot-tooltip-container-header{display:flex;align-items:flex-start;margin:0 0 12px;justify-content:space-between}.pannellum-hotspot-tooltip-container-header__title{font-size:16px;font-weight:500;margin:0}.pannellum-hotspot-tooltip-container-header__close{font-size:14px;cursor:pointer}.pannellum-hotspot-tooltip-container-content{margin:0;position:relative;height:100%;width:100%}.pannellum-hotspot-tooltip-container-content__desc{font-size:14px;margin:0}.pannellum-hotspot-tooltip-container-content__image{width:100%;height:100%;object-fit:cover;object-position:center}.pannellum-desc{position:absolute;left:16px;bottom:16px}.pannellum-desc--hide{display:none}.pannellum-info{position:absolute;left:0;bottom:0;padding:0 0 24px 24px}.pannellum-footer{position:absolute;right:0;bottom:0;padding:0 24px 24px 0;display:flex;flex-direction:row-reverse;gap:16px}.pannellum-soundcloud{position:absolute;right:0;bottom:0;width:600px;padding:0 0 24px 24px;visibility:hidden}@media screen and (max-width: 570px){.project-view,.project-view-content-container{padding:15px}.project-view-content-container-info-desc{grid-column:1/3;grid-row:2}.project-view-content-container-info-other{grid-column:1/3;grid-row:3}.project-view-content-container-info-other-price,.project-view-content-container-info-other-area-price{justify-content:center}.project-view-close{display:none}.project-view-content{flex-direction:column;gap:12px}.project-view-content-ctas{flex-direction:row}.project-view-content-ctas-action{width:36px;height:36px}.project-view-content-ctas-action--close{display:flex}.project-view-content-ctas-action--like-icon{width:18px;height:18px}.project-view-content-ctas-action--share-icon{width:20px;height:20px}}@media screen and (max-width: 768px){.pannellum-info{display:flex!important;left:0!important;right:0!important;justify-content:center!important;padding:0 0 20px}.project-view-content-container-banner-gallery{max-height:100px!important}.project-view-content-container-banner{grid-template-columns:minmax(0,auto);min-height:300px;grid-template-rows:auto fit-content(100px);width:100%}.project-view-content-container-banner-selected{min-height:none!important;width:100%}.project-view-content-container-banner-gallery-item{aspect-ratio:auto;width:100%;height:100%;object-fit:cover}.project-view-content-container-banner-gallery__prev-button{top:calc(50% - 25px);left:-20px;transform:rotate(0);bottom:auto}.project-view-content-container-banner-gallery__next-button{top:calc(50% - 25px);right:-20px;left:auto;transform:rotate(0);bottom:auto}}.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}.shopping{display:flex;flex-direction:column;padding:32px 100px 30px}.shopping-header{position:absolute;top:0;left:0;font-size:42px;font-weight:500;color:#013565;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;padding-bottom:32px;gap:0;border-radius:0 0 24px}.shopping-header-sub{background:white;display:flex;border-radius:0 0 24px;gap:24px;padding:6px 18px 6px 0}.shopping-header__title{word-break:normal}.shopping-header__action{display:flex;flex-direction:row;gap:0px;cursor:pointer;align-items:center}.shopping-header__action img{position:initial!important;color:#013565;width:64px;aspect-ratio:1}.shopping-header__patch{width:24px;height:24px;position:relative;overflow:hidden;align-self:flex-start}.shopping-header__patch:before{position:absolute;margin:0;padding:24px;border-radius:50%;box-shadow:0 0 0 24px #fff;content:""}.shopping-banner{position:relative}.shopping-banner-carousel{height:600px}.shopping-banner-carousel-slide{position:relative;width:100%;height:100%}.shopping-banner-carousel-slide__image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:24px}.shopping-banner-carousel-slide__indicator{position:absolute;top:25px;right:25px;background:rgba(255,255,255,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.shopping-banner-carousel-slide-footer{position:absolute;left:25px;bottom:25px;pointer-events:none}.shopping-banner .home-banner-panorama__footer{left:40px}.shopping-banner .swiper{padding-bottom:32px;z-index:0}.shopping-banner .swiper .swiper-pagination{bottom:0!important}.shopping-banner .swiper .swiper-pagination-bullet{height:12px;width:12px;border-radius:50%;background-color:#5c5c5c}.shopping-banner .swiper .swiper-pagination-bullet-active{background-color:#013565;border-radius:6px;width:24px;height:12px}.shopping-filter{position:fixed;right:0;top:0;height:100vh;width:100vw;grid-column:1;display:flex;flex-direction:column;z-index:11;align-items:flex-end;background:rgba(1,53,101,.6)}.shopping-filter-header{display:flex;align-items:center;justify-content:space-between}.shopping-filter-header__title{font-weight:500;color:#013565}.shopping-filter-content{width:100dvw;max-width:325px;background-color:#fff;height:100dvh;padding:24px;display:flex;flex-direction:column;gap:10px;overflow-y:scroll;overscroll-behavior:contain;box-sizing:border-box}.shopping-filter-category{margin:10px 0 0}.shopping-filter-category-header{display:flex;margin-bottom:10px}.shopping-filter-category-header__title{font-size:14px;font-weight:500;color:#013565;line-height:24px;flex:1}.shopping-filter-category-header__toggler{transform:rotate(180deg)}.shopping-filter-category-header__toggler--active{transform:rotate(0)}.shopping-filter-category-list{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.shopping-filter-category-list-option{font-size:14px;color:#121212;display:flex;flex-direction:row;align-items:center;gap:4px}.shopping-filter-category-list-option__label{flex-grow:1}.shopping-filter-ctas{display:flex;flex-direction:column;gap:8px}.shopping-container{margin-top:16px;grid-column:2;display:flex;flex-direction:column;position:relative;gap:24px}.shopping-container-filter{display:flex;justify-content:space-between;gap:10px}.shopping-container-filter__quick{display:flex;flex-direction:row;gap:10px}.shopping-container-filter__quick .chip--selected{background-color:#013565}.shopping-container-filter__quick .chip{flex-grow:1}.shopping-container-filter-dropdown{display:none}.shopping-container-filter-right{display:flex;align-items:center;gap:12px}.shopping-container-filter__mobile-search{display:none;align-items:center;justify-content:center;width:44px;height:44px;margin-right:-12px}.shopping-container-filter__mobile-search:hover{background-color:#b7d7f180}.shopping-container-filter__search{display:block}.shopping-container-filter-advanced{display:flex;align-items:center;gap:4px;color:#013565;font-weight:500;cursor:pointer;height:38px;padding:0 16px 0 12px;border-radius:22px}.shopping-container-filter-advanced:hover{background-color:#b7d7f180}.shopping-container-active-filters{display:flex;flex-direction:row-reverse;gap:8px;flex-wrap:nowrap}.shopping-container-active-filters-item{display:flex;font-size:12px;align-items:center;border:1px solid #027bd0;color:#027bd0;border-radius:24px;padding:2px 6px 2px 8px;gap:4px;background-color:#027ad016}.shopping-container-active-filters-item__value{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shopping-container-active-filters-item__remove{cursor:pointer}.shopping-container-projects{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.shopping-container-projects-item{display:flex;flex-direction:column}.shopping-container-projects-item__banner{width:100%;height:265px;object-fit:cover;object-position:center;border-radius:4px}.shopping-container-mobile-search{display:flex;align-items:center;gap:12px}@media screen and (max-width: 1240px){.shopping{padding:24px}.shopping-header{font-size:40px}.shopping-container-active-filters-item__value{max-width:300px}}@media screen and (max-width: 1060px){.shopping-container-filter-dropdown{display:block}.shopping-container-filter__quick{display:none}}@media screen and (max-width: 768px){.shopping-banner{display:flex;flex-direction:column-reverse;height:500px}.shopping-banner-carousel-slide-footer{left:0;bottom:0;width:100%}.shopping-header{position:relative;padding-bottom:0;font-size:34px}.shopping-header__patch{display:none}.shopping-header-sub{padding:18px 0;flex-grow:1;justify-content:space-between}.shopping-container-filter__mobile-search{display:flex}.shopping-container-filter__search{display:none}.shopping-container-active-filters-item__value{max-width:200px}.shopping-container-projects{grid-template-columns:1fr 1fr}.shopping .project-desc{margin:auto;margin-bottom:1rem!important}}@media screen and (max-width: 550px){.shopping{padding:18px}.shopping-header{font-size:30px}.shopping-header__action{display:none}.shopping-header-sub{padding:6px 0 12px}.shopping-banner{height:400px}.shopping-container-projects{gap:12px}.shopping-container-filter-advanced__text{display:none}.shopping-container-active-filters-item__value{max-width:120px}.shopping .project-desc{margin:auto}}.work-exchange{padding:60px}.work-exchange-scroll-down{display:flex;align-items:center;justify-content:center}.work-exchange-header{box-sizing:border-box;display:flex;position:relative;height:calc(100dvh - 218px);min-height:600px;max-height:600px}.work-exchange-header-scroll-down{display:flex;align-items:center;justify-content:center;margin-top:20px}.work-exchange-header-scroll-down .scrolldown-indicator{position:relative!important;bottom:0}.work-exchange-header-item{flex-grow:1;display:flex;align-items:flex-start;flex-direction:column;gap:2rem;max-width:50%}.work-exchange-header-item *{transition:all .3s ease-out}.work-exchange-header-item-wrap{display:flex;flex-direction:column;align-self:stretch;gap:16px;flex-grow:1}.work-exchange-header-item__title{font-family:inherit;font-weight:500;font-size:2.75rem;color:#013565;line-height:1.3}.work-exchange-header-item__price{font-family:inherit;font-weight:500;font-size:18px;color:#555;display:flex;align-items:center}.work-exchange-header-item__price--new-price{margin-left:4px}.work-exchange-header-item__price--discount{text-decoration:line-through;font-size:14px;font-weight:400}.work-exchange-header-item__avatar{height:2.5rem;width:2.5rem;object-fit:cover;object-position:center;border-radius:50%}.work-exchange-header-item__name{font-size:1rem;font-weight:500}.work-exchange-header-item-detail{padding-top:300px;padding-left:50px}.work-exchange-header-item-detail__title{font-weight:500;font-size:52px}.work-exchange-header-item-detail-desc{font-weight:450;font-size:28px;padding-top:10px;color:gray}.work-exchange-header-item-detail-desc__desc{padding-top:20px}.work-exchange-header-item-detail-desc__footer{padding-top:80px}.work-exchange-header-item__image{height:700px;width:100%;object-fit:cover;object-position:center;border-radius:5%}.work-exchange-header-item__desc{font-family:inherit;font-weight:400;font-size:18px;min-height:80px;color:#777;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;word-break:break-word;margin-bottom:16px;max-width:500px}.work-exchange-header-item__programs{display:flex;align-items:center;gap:.75rem}.work-exchange-header-item__programs img{width:1.5rem;height:1.5rem;object-fit:contain;object-position:center}.work-exchange-header-item-filters{display:flex;flex-direction:column;gap:16px;width:270px}.work-exchange-header-item-filters__item .choice-chip.choice-chip--selected{background-color:#013565}.work-exchange-header-item-filters__item .choice-chip.choice-chip--selected .choice-chip__label{color:#fff!important}.work-exchange-header-item-loader{width:50%;display:flex;justify-content:space-between;flex-direction:column;margin-top:3rem}.work-exchange-header-slider{aspect-ratio:.8;height:100%;width:auto!important}.work-exchange-header-slider-notfound{display:flex;flex-direction:column;align-items:center;justify-content:center}.work-exchange-header-slider-notfound img{width:343px;height:302.48px}.work-exchange-header-slider__item{height:100%;aspect-ratio:.8}.work-exchange-header-slider .swiper-button-prev,.work-exchange-header-slider .swiper-button-next{display:none}.work-exchange-header-slider .swiper-pagination-bullet{background-color:#fff;opacity:1;width:12px;height:12px;margin:0 var --swiper-pagination-bullet-horizontal-gap,2px}.work-exchange-header-slider .swiper-pagination-bullet-active{width:24px;height:12px;border-radius:20px;background-color:#fff}.work-exchange-main{display:flex;flex-direction:column;gap:64px}.work-exchange-main-notfound{display:flex;flex-direction:column;align-items:center;justify-content:center}.work-exchange-main-notfound img{width:343px;height:302.48px}.work-exchange-main-section{display:flex;flex-direction:column;gap:24px}.work-exchange-main-section .swiper-pagination-bullet{background-color:#fff;opacity:1;width:12px;height:12px;margin:0 var --swiper-pagination-bullet-horizontal-gap,2px}.work-exchange-main-section .swiper-pagination-bullet-active{width:24px;height:12px;border-radius:20px;background-color:#fff}.work-exchange-main-section-header{display:flex;flex-direction:row;align-items:center;gap:32px}.work-exchange-main-section-header__title{font-family:inherit;font-size:36px;font-weight:500;color:#013565}.work-exchange-main-section-header__name{font-weight:500;font-size:52px;padding-right:20px}.work-exchange-main-section-header__see-more{all:unset;font-family:inherit;display:flex;align-items:center;font-weight:500;font-size:18px;gap:20px;border:none;cursor:pointer;flex:none;color:#333}.work-exchange-main-section-header-arrows{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end;gap:7px}.work-exchange-main-section-header-arrows__button{all:unset;width:58px;height:58px;display:flex;align-items:center;justify-content:center;cursor:pointer}.work-exchange-main-section-header-arrows__button--disabled{cursor:not-allowed}.work-exchange-main-section-gallery .slick-slider{overflow:hidden}.work-exchange-main-section-gallery .slick-slider .slick-track{margin:inherit}.work-exchange-main-section-gallery .slick-slider .slick-list{width:calc(100% + 20px)}.work-exchange-main-section-gallery .swiper{z-index:0;width:100%!important;max-width:100%!important}.work-exchange-main-section-gallery-loader{display:grid;grid-template-columns:auto auto auto;gap:15px}.work-exchange-card{height:100%;aspect-ratio:.8;cursor:pointer;position:relative;box-sizing:border-box;overflow:hidden}.work-exchange-card--xs .work-exchange-card__creator{top:10px;left:15px}.work-exchange-card--xs .work-exchange-card__creator--avatar{width:20px;height:20px;background-color:#fff}.work-exchange-card--xs .work-exchange-card__add-cart{width:44px;height:44px;right:10px;bottom:60px}.work-exchange-card--xs .work-exchange-card-footer{padding:15px}.work-exchange-card--xs .work-exchange-card-footer-content-info__name{font-size:14px}.work-exchange-card--xs .work-exchange-card-footer-content-info__desc{font-size:10px}.work-exchange-card--xs .work-exchange-card-footer-content__price{font-size:14px}.work-exchange-card--s .work-exchange-card__creator{top:18px;left:18px}.work-exchange-card--s .work-exchange-card__creator--avatar{width:30px;height:30px;background-color:#fff}.work-exchange-card--s .work-exchange-card__add-cart{width:54px;height:54px;right:14px}.work-exchange-card--s .work-exchange-card-footer{padding:22px}.work-exchange-card--s .work-exchange-card-footer-content-info__name{font-size:18px}.work-exchange-card--s .work-exchange-card-footer-content-info__desc{font-size:14px}.work-exchange-card--s .work-exchange-card-footer-content__price{font-size:18px}.work-exchange-card-wrp{position:absolute;top:0;left:0;width:100%;height:15%;display:flex;align-items:flex-end;padding:30px;box-sizing:border-box;background:linear-gradient(0deg,rgba(0,0,0,0) 0%,#222 83%);border-radius:20px 20px 0 0}.work-exchange-card__creator{position:absolute;left:24px;top:22px;color:#fff;display:flex;align-items:center}.work-exchange-card__creator--avatar{width:40px;height:40px;border-radius:50%;margin-right:10px;object-fit:cover;object-position:center;flex:none;background-color:#fff}.work-exchange-card__badge{position:absolute;height:48px;width:243px;right:-115px;top:61px;transform:rotate(43deg) translate(-57px);background-color:#f0483e;display:flex;justify-content:center;align-items:center;align-content:center;flex-wrap:wrap;aspect-ratio:1/1;color:#fff;font-weight:500;font-size:22px}.work-exchange-card__image{width:100%;height:100%;aspect-ratio:.8;object-fit:cover;object-position:center;border-radius:20px}.work-exchange-card__add-cart{position:absolute;border-radius:50%;background-color:transparent;border:1px solid white;width:64px;height:64px;bottom:90px;right:25px;z-index:1;cursor:pointer}.work-exchange-card__add-cart--disabled{background-color:#9d9d9d;border:1px solid #9d9d9d;cursor:default;pointer-events:none}.work-exchange-card__add-cart--hide{display:none}.work-exchange-card-footer{position:absolute;bottom:0;left:0;width:100%;height:50%;display:flex;align-items:flex-end;padding:30px;box-sizing:border-box;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#333 83%);border-radius:0 0 20px 20px}.work-exchange-card-footer-content{display:flex;flex-direction:row;width:100%;align-items:flex-end;justify-content:space-between;gap:8px}.work-exchange-card-footer-content-wrp{display:flex;width:100%}.work-exchange-card-footer-content__separator{width:3px;background-color:#fff;margin-right:12px;opacity:.5}.work-exchange-card-footer-content-info{display:flex;flex-direction:column;padding:8px 0}.work-exchange-card-footer-content-info__name,.work-exchange-card-footer-content-info__desc,.work-exchange-card-footer-content-info__apps,.work-exchange-card-footer-content-info__views{font-size:16px;color:#fff}.work-exchange-card-footer-content-info__views{display:flex;gap:5px;align-items:center}.work-exchange-card-footer-content-info__views rect{fill:#fff}.work-exchange-card-footer-content-info__apps{display:flex;gap:5px;align-items:center;font-size:14px}.work-exchange-card-footer-content-info__apps img{width:16px;height:16px}.work-exchange-card-footer-content-info__discount{text-decoration:line-through;font-weight:400;position:relative;top:-3px}.work-exchange-card-footer-content-info__name{width:90%;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;font-size:22px;font-weight:500}.work-exchange-card-footer-content-info__desc{width:90%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;word-break:break-word}.work-exchange-card-footer-content-price-wrp{display:flex;align-items:flex-end}.work-exchange-card-footer-content__price{font-size:22px;font-weight:500;color:#fff;height:110px;display:flex;align-items:flex-end}.work-exchange-card-footer-content__price--have-discount{background-color:#f0483e;border-radius:8px;color:#fff;font-weight:500;font-size:20px;padding:3px 10px;margin-left:10px;margin-top:80px}.work-exchange-card-footer-content__discount{font-size:14px;color:#fff;text-decoration:line-through;font-weight:400;margin-bottom:9px}.work-exchange-card-footer-content__avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;grid-column:1;grid-row:1/3;object-fit:cover;object-position:center}.work-exchange-card-footer-content-info{display:flex;flex-direction:column;flex-grow:1;align-items:flex-start}.work-exchange-card-footer-content-info-top{display:flex;align-items:center;gap:8px}.work-exchange-card__desc{color:#fff}.work-exchange-card__price{position:absolute;bottom:30px;right:30px;color:#fff}.work-exchange-view{padding:64px 0;display:flex;flex-direction:column;gap:32px}.work-exchange-view-scroll-down{display:flex;align-items:center;justify-content:center}.work-exchange-view-header{display:grid;grid-template-columns:1fr auto;column-gap:48px;height:100%;position:relative}.work-exchange-view-header-scroll-down{position:absolute;top:60%;right:0}.work-exchange-view-header-scroll-down .scrolldown-indicator{position:unset}.work-exchange-view-header-container{display:flex;flex-direction:column;justify-content:space-between;gap:20px;position:relative}.work-exchange-view-header-info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;position:relative;max-width:530px}.work-exchange-view-header-info__apps img{width:20px;height:20px}.work-exchange-view-header-info__rating{align-self:stretch;display:flex;justify-content:space-between}.work-exchange-view-header-info__rating--inactive{width:22px;height:22px;margin-right:4px}.work-exchange-view-header-info__avatar{display:flex;align-items:center;gap:12px}.work-exchange-view-header-info__avatar img{cursor:pointer;width:48px;height:48px;border-radius:50%;object-fit:cover;aspect-ratio:.8}.work-exchange-view-header-info__avatar__info{display:flex;flex-direction:column;align-items:flex-start}.work-exchange-view-header-info__avatar__info__chat{display:flex;align-items:center;gap:4px;cursor:pointer;padding:2px 4px;border-radius:6px;margin-left:-2px}.work-exchange-view-header-info__avatar__info__chat:hover{background-color:#0098ff1a}.work-exchange-view-header-info__avatar__info__chat__text{font-size:14px;color:#013565}.work-exchange-view-header-info__avatar label{font-size:16px;font-weight:500;color:#222;cursor:pointer}.work-exchange-view-header-info__title{font-family:inherit;font-size:36px;font-weight:500;color:#013565;line-height:1.3}.work-exchange-view-header-info__price{color:#333;font-family:inherit;font-weight:500;font-size:22px}.work-exchange-view-header-info__price--discount{text-decoration:line-through;font-size:14px;font-weight:400;position:relative;top:-3px}.work-exchange-view-header-info__price--have-discount{background-color:#f0483e;border-radius:8px;color:#fff;font-weight:500;font-size:1.1rem;padding:3px 10px;margin-left:10px}.work-exchange-view-header-info-button{display:flex;align-items:center;gap:20px;margin-bottom:12px}.work-exchange-view-header-info__add-to-cart{all:unset;font-weight:500;font-size:16px;cursor:pointer}.work-exchange-view-header-info__add-to-cart--active{padding:7px 20px 8px;color:#fff;border-radius:24px;background-color:#013565}.work-exchange-view-header-info__add-to-cart--disabled{padding:8px 20px;border-radius:24px;background-color:#efefef;color:#b5b5b5;cursor:default}.work-exchange-view-header-info__detail{display:flex;flex-direction:row;gap:4px}.work-exchange-view-header-info__detail__label{display:flex;align-items:center;font-size:14px;color:#999;gap:4px;width:120px}.work-exchange-view-header-info__detail__value{font-size:14px;color:#666}.work-exchange-view-header-info__keywords{display:flex;gap:8px;margin-top:24px}.work-exchange-view-header-info__keywords__tag{font-size:14px;align-items:center;color:#666;border-radius:15px;padding:4px 12px;gap:5px;background-color:#f4f4f4}.work-exchange-view-header-info__apps{display:flex;align-items:center;gap:8px!important}.work-exchange-view-header-info__apps,.work-exchange-view-header-info__file-types,.work-exchange-view-header-info__downloads,.work-exchange-view-header-info__brief,.work-exchange-view-header-info__file-size,.work-exchange-view-header-info__views{font-family:inherit;color:#666;display:flex;align-items:center;gap:4px;font-size:16px}.work-exchange-view-header-info__apps,.work-exchange-view-header-info__views,.work-exchange-view-header-info__file-types,.work-exchange-view-header-info__downloads{color:#999}.work-exchange-view-header-info__desc{display:flex;flex-direction:column;flex-grow:1;gap:8px}.work-exchange-view-header-info__desc label{font-size:14px;color:#999}.work-exchange-view-header-info__desc span{align-items:flex-start;word-break:break-word}.work-exchange-view-header-info__desc--loader{width:85%;margin:16px 0 20px}.work-exchange-view-header-info-categories{grid-column:1/3;grid-row:1;display:flex;flex-wrap:wrap;align-items:center;width:100%;height:28px;margin:8px 0 16px;position:relative;gap:10px}.work-exchange-view-header-info-categories__wrp{display:flex;flex-wrap:wrap;min-height:min-content;align-items:center;gap:10px}.work-exchange-view-header-info-categories__wrp--category{width:auto;padding:4px 16px;border-radius:40px;font-size:12px;background-color:#bce4ff;color:#0060a1;white-space:nowrap}.work-exchange-view-header-info__share{cursor:pointer}.work-exchange-view-header-info__like{aspect-ratio:1;cursor:pointer;display:flex}.work-exchange-view-header-info__like--active{fill:#013565}.work-exchange-view-header-action{display:flex;align-items:center;gap:16px}.work-exchange-view-header-action__status{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500;color:#333}.work-exchange-view-header-action__icon{display:flex;align-items:center;gap:12px}.work-exchange-view-header-action__icon svg{cursor:pointer}.work-exchange-view-header-action__icon svg:focus{outline:none}.work-exchange-view-header-action__icon--disabeld{opacity:.5;pointer-events:none}.work-exchange-view-header-action__icon--download{width:22px;height:25px;stroke:#013565}.work-exchange-view-header-cover{display:flex;width:100%;min-height:540px;max-height:600px;height:calc(100dvh - 218px);position:relative;justify-content:flex-end;box-sizing:border-box;overflow:hidden}.work-exchange-view-header-cover__badge{position:absolute;height:48px;width:243px;right:-115px;top:61px;transform:rotate(43deg) translate(-57px);background-color:#f0483e;display:flex;justify-content:center;align-items:center;align-content:center;flex-wrap:wrap;aspect-ratio:1/1;color:#fff;font-weight:500;font-size:22px}.work-exchange-view-header-cover__image{height:100%;aspect-ratio:.8;object-fit:cover;object-position:center;border-radius:20px}.work-exchange-view-header-item__image{width:100%;aspect-ratio:.8;object-fit:cover;object-position:center;border-radius:20px}.work-exchange-view-header-item:nth-child(2){padding-left:80px;display:grid;align-items:center}.work-exchange-view-header-item-detail__title{font-size:48px;font-style:normal;font-weight:500}.work-exchange-view-header-item-detail-desc-loader{width:100%}.work-exchange-view-header-item-detail-desc__title{font-size:20px;font-style:normal;font-weight:400;color:#777;margin-top:24px;word-break:break-word;overflow-y:scroll;height:220px}.work-exchange-view-header-item-detail-desc__title::-webkit-scrollbar{width:8px}.work-exchange-view-header-item-detail-desc__title::-webkit-scrollbar-thumb{border-radius:4px;background-color:#0000001a;box-shadow:0 0 1px #ffffff80;background-clip:padding-box}.work-exchange-view-content-header{display:flex;flex-direction:column;gap:20px}.work-exchange-view-content-title__btn-group{display:flex;justify-content:end;gap:7px}.work-exchange-view-content-title__btn{all:unset;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.work-exchange-view-content-title__btn--disabled{pointer-events:none}.work-exchange-view-content-group .swiper{z-index:0}.work-exchange-view-content-group-silder{width:auto!important}.work-exchange-view-content-group-silder__image{width:100%;aspect-ratio:.8;object-fit:cover;object-position:center;border-radius:20px;cursor:pointer}.work-exchange-view-reviews{border-top:1px solid #bebebe}.work-exchange-view-reviews-title{font-size:32px;font-weight:500;margin-top:40px}.work-exchange-view-reviews-content{margin-top:40px}.work-exchange-view-reviews-content .swiper{padding:10px 5px}.work-exchange-view-reviews-content-input{margin-top:40px}.work-exchange-view-reviews-content-input-my-review{font-weight:400;border-radius:16px;box-shadow:0 0 12px #0000000d;background-color:#fff;padding:16px 18px;position:relative;min-height:140px}.work-exchange-view-reviews-content-input-my-review-content{text-align:left;display:flex;flex-direction:column;align-items:flex-start}.work-exchange-view-reviews-content-input-my-review-content__review{margin-top:8px;color:#777;font-size:16px;width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.work-exchange-view-reviews-content-input-my-review-content__name{color:#013565;font-size:16px;font-weight:400;margin-top:8px}.work-exchange-view-reviews-content-input-my-review-content__update{color:#777;font-size:12px;font-weight:400}.work-exchange-view-reviews-content-input-my-review-edit{cursor:pointer;position:absolute;top:10px;right:10px;width:35px;height:35px;display:flex;align-items:center;justify-content:center}.work-exchange-view-reviews-content-input-my-review-edit svg{width:20px;height:20px;pointer-events:none}.work-exchange-view-reviews-content-input-my-review-edit:hover{background-color:#efefef;border-radius:50%}.work-exchange-view-reviews-content-input form{cursor:pointer}.work-exchange-view-reviews-content-input form .MuiRating-iconFilled{color:#013565}.work-exchange-view-reviews-content-input form .textarea{height:200px;margin-bottom:20px}.work-exchange-view-reviews-content-input form .textarea .textarea__label .textarea-control{cursor:auto}.work-exchange-view-reviews-content-input form .button{margin-top:12px;min-width:140px;max-width:170px;height:40px}.work-exchange-view-reviews-content-input form .button--submitting{max-width:200px}.work-exchange-view-reviews-content-input-label{color:#013565;font-weight:500;margin-bottom:10px;margin-top:10px}.work-exchange-view-reviews-content-input-btn{display:flex;justify-content:end}.work-exchange-view-reviews-content-detail{font-weight:400;border-radius:16px;box-shadow:0 0 12px #0000000d;background-color:#fff}.work-exchange-view-reviews-content-detail__warp{padding:16px 18px}.work-exchange-view-reviews-content-detail .MuiRating-iconFilled{color:#013565}.work-exchange-view-reviews-content-detail__title{font-size:24px}.work-exchange-view-reviews-content-detail__desc{margin-top:8px;color:#777;font-size:16px;width:100%;height:80px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.work-exchange-view-reviews-content-detail__name{color:#013565;font-size:16px;font-weight:400}.work-exchange-view-reviews-content-detail__update{color:#777;font-size:12px;font-weight:400}.work-exchange-view-reviews__btn-group{display:flex;justify-content:center;gap:16px;margin-top:20px}.work-exchange-view-reviews__btn{all:unset;width:64px;height:64px;display:flex;align-items:center;justify-content:center;cursor:pointer}.work-exchange-view-reviews__btn--disabled{pointer-events:none}.work-exchange-recommended-header{font-size:32px;font-weight:500;margin-bottom:20px}.work-exchange-recommended-section-slider .swiper{padding-bottom:48px;z-index:0}.work-exchange-recommended-section-slider .swiper .swiper-pagination{bottom:0!important}.work-exchange-recommended-section-slider .swiper .swiper-pagination-bullet{height:12px;width:12px;border-radius:50%;background-color:#5c5c5c}.work-exchange-recommended-section-slider .swiper .swiper-pagination-bullet-active{background-color:#013565;border-radius:6px;width:24px;height:12px}@media screen and (min-width: 1180px){.work-exchange-header{position:relative}.work-exchange-header-scroll-down{display:flex;align-items:center;justify-content:flex-end;position:absolute;bottom:0;right:52%}.work-exchange-view{padding:64px 0}.work-exchange-recommended-loader{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}}@media screen and (max-width: 1440px){.work-exchange-view{padding:64px 40px}}@media screen and (max-width: 1180px){.work-exchange{padding:50px}.work-exchange-header-scroll-down{display:none}.work-exchange-header-item-wrap{gap:8px}.work-exchange-header-item__avatar{height:42px;width:42px}.work-exchange-header-item__title{font-size:36px}.work-exchange-header-item__price{font-size:32px}.work-exchange-header-item__desc{width:100%;-webkit-line-clamp:5}.work-exchange-header-item-loader{width:100%;margin-top:0}.work-exchange-header-slider .swiper{width:70vw!important;max-width:100%!important}.work-exchange-main-section-header__title{font-size:42px}.work-exchange-main-section-gallery-loader{display:grid;grid-template-columns:auto auto;gap:15px}.work-exchange-main-section-gallery-loader svg:last-child{display:none!important}.work-exchange-view{padding:64px 40px}.work-exchange-view-scroll-down{padding-right:140px}.work-exchange-view-header-scroll-down{top:50%}.work-exchange-view-header-item__image{width:29vw;aspect-ratio:.8;object-fit:cover;object-position:center;border-radius:20px}.work-exchange-view-header-item-detail-desc__title{overflow-y:scroll;max-height:300px}.work-exchange-view-header-item-detail-desc__title::-webkit-scrollbar{width:8px}.work-exchange-view-header-item-detail-desc__title::-webkit-scrollbar-thumb{border-radius:4px;background-color:#0000001a;box-shadow:0 0 1px #ffffff80;background-clip:padding-box}.work-exchange-view-header-info__title{font-size:28px}.work-exchange-view-header-info__brief{overflow-y:scroll;max-height:160px}.work-exchange-view-header-info__brief::-webkit-scrollbar{width:8px}.work-exchange-view-header-info__brief::-webkit-scrollbar-thumb{border-radius:4px;background-color:#0000001a;box-shadow:0 0 1px #ffffff80;background-clip:padding-box}.work-exchange-view-header-info-categories:has(.work-exchange-view-header-info-categories__loader){height:auto;margin:8px 0 0;overflow:hidden}.work-exchange-view-header-cover{min-height:400px;max-height:480px;height:calc(100dvh - 218px)}.work-exchange-recommended-loader{display:grid;grid-template-columns:1fr 1fr;gap:20px}.work-exchange-recommended-loader svg:first-child{display:none!important}}@media screen and (max-width: 768px){.work-exchange{padding:40px 24px}.work-exchange-header{display:flex;min-height:400px;max-height:438px}.work-exchange-header-scroll-down{display:none}.work-exchange-header-item{max-width:calc(48dvw - 32px)}.work-exchange-header-item__avatar{height:48px;width:48px}.work-exchange-header-item__title{font-size:36px}.work-exchange-header-item__price{font-size:32px}.work-exchange-header-item__desc{width:100%}.work-exchange-header-item-filters{display:none}.work-exchange-header-item-loader{width:100%;margin-top:0}.work-exchange-main-section-header{justify-content:space-between}.work-exchange-main-section-header__title{font-size:36px!important}.work-exchange-main-section-header-arrows{display:none}.work-exchange-main-section-gallery-loader{display:grid;grid-template-columns:auto auto;gap:15px}.work-exchange-main-section-gallery-loader svg:last-child{display:none!important}.work-exchange-view{padding:40px 35px!important;display:flex;flex-direction:column;gap:12px!important}.work-exchange-view-header{display:flex!important;flex-direction:column;gap:24px}.work-exchange-view-header-scroll-down{display:none}.work-exchange-view-header-container{display:flex;flex-direction:row!important;justify-content:space-between}.work-exchange-view-header-container:has(.work-exchange-view-header-info__brief--loader){display:block}.work-exchange-view-header-info{padding-top:0!important;margin-top:0;width:100%}.work-exchange-view-header-info__title{font-size:32px}.work-exchange-view-header-info__brief{padding-right:0!important}.work-exchange-view-header-info__brief--loader{padding-right:0;width:100%;margin:16px 0 20px}.work-exchange-view-header-info-categories{margin:8px 0 16px;height:auto;overflow:hidden;overflow:auto}.work-exchange-view-header-info-categories:has(.work-exchange-view-header-info-categories__loader){height:auto;margin:8px 0 0;overflow:hidden}.work-exchange-view-header-info-button{display:flex}.work-exchange-view-header-info__like{display:flex;justify-content:center}.work-exchange-view-header-cover{min-height:unset!important;max-height:unset!important;height:unset!important;aspect-ratio:.8}.work-exchange-view-header-cover__image{height:unset!important;width:100%}.work-exchange-view-header-item:nth-child(2){padding-left:0!important;display:block!important}.work-exchange-view-header-item-detail__title{margin-top:21px}.work-exchange-view-header-item-detail-desc__title{margin:33px 0}.work-exchange-view-content-header{gap:33px!important}.work-exchange-view-content-title__btn-group{margin-top:33px}.work-exchange-recommended-header{margin-top:20px}.work-exchange-recommended-loader svg:not(:first-child){display:none!important}}@media screen and (max-width: 425px){.work-exchange{padding:40px 15px}.work-exchange-header{display:flex;flex-direction:column;gap:32px;min-height:unset;max-height:unset;height:unset}.work-exchange-header-scroll-down{display:none}.work-exchange-header-item{max-width:unset!important}.work-exchange-header-item-wrap{margin-top:0}.work-exchange-header-item__avatar{height:48px;width:48px}.work-exchange-header-item__title{font-size:40px}.work-exchange-header-item__price{font-size:34px}.work-exchange-header-item__price--discount{font-size:11px}.work-exchange-header-item__desc{font-size:16px}.work-exchange-header-item-filters{display:none}.work-exchange-header-item-loader{width:100%;margin-top:0}.work-exchange-header__separator{display:none}.work-exchange-header-slider{width:100%!important;height:100%}.work-exchange-main{gap:50px}.work-exchange-main-section-header{justify-content:space-between}.work-exchange-main-section-header__title{font-size:26px!important}.work-exchange-main-section-header__see-more{margin-right:8px}.work-exchange-main-section-header__see-more__text,.work-exchange-main-section-header-arrows{display:none}.work-exchange-main-section-gallery-loader{display:grid;grid-template-columns:auto;gap:15px}.work-exchange-main-section-gallery-loader svg:not(:first-child){display:none!important}.work-exchange-card{z-index:0}.work-exchange-card__add-cart{width:58px;height:58px}.work-exchange-card__add-cart svg{width:22px;height:22px}.work-exchange-card__badge{height:42px;font-size:18px}.work-exchange-card-footer-content{display:flex;flex-direction:column;width:100%;gap:8px;align-items:flex-start}.work-exchange-card-footer-content-info__desc,.work-exchange-card-footer-content-info__name{width:80%}.work-exchange-card-footer-content-info__desc{font-size:16px}.work-exchange-card-footer-content__price{height:100%}.work-exchange-card-footer-content__price--have-discount{margin-top:0}.work-exchange-card-footer-content__discount{display:none}.work-exchange-view{padding:40px 15px!important;display:flex;flex-direction:column;gap:36px!important}.work-exchange-view-header{display:flex!important;flex-direction:column}.work-exchange-view-header-cover__badge{height:42px;font-size:18px}.work-exchange-view-header:nth-child(2){display:flex;flex-direction:column}.work-exchange-view-header-container:has(.work-exchange-view-header-info__brief--loader){display:block}.work-exchange-view-header-info{padding-top:0!important;margin-top:0}.work-exchange-view-header-info__title{font-size:28px}.work-exchange-view-header-info__apps,.work-exchange-view-header-info__file-types,.work-exchange-view-header-info__downloads,.work-exchange-view-header-info__brief{font-size:16px;gap:8px}.work-exchange-view-header-info__brief{padding-right:0!important;margin-right:0;line-height:26px}.work-exchange-view-header-info__brief--loader{padding-right:0;width:100%;margin:16px 0 20px}.work-exchange-view-header-info-categories{margin:8px 0 16px;height:28px;flex-wrap:nowrap;overflow:auto}.work-exchange-view-header-info-categories:has(.work-exchange-view-header-info-categories__loader){height:auto;margin:8px 0 0;overflow:hidden}.work-exchange-view-header-info-button{display:flex}.work-exchange-view-header-info__like{display:flex;justify-content:center}.work-exchange-view-header-item:nth-child(2){padding-left:0!important;display:block!important}.work-exchange-view-header-item-detail__title{margin-top:21px}.work-exchange-view-content-header{gap:24px!important}.work-exchange-view-content-header-cover__image{width:100%!important}.work-exchange-view-content-title__btn{width:52px;height:52px}.work-exchange-view-content-title__btn-group{margin-top:20px}}.c-pagination-new{display:flex;justify-content:space-between;font-style:normal;font-size:14px;height:44px}.c-pagination-new__button{border:none;background-color:inherit;outline:none;display:flex;align-items:center;height:50px;width:50px;justify-content:center;cursor:pointer;user-select:none;background-color:#000;border-radius:50%;padding:12px}.c-pagination-new__button--left{transform:rotate(180deg)}.c-pagination-new__button:disabled{cursor:default;background-color:#0135651a}.c-pagination-new__button:disabled:hover{background-color:#0135651a}.c-pagination-new__button:hover{background-color:#000;border-radius:50%}.c-pagination-new__pagination{display:flex;gap:0px 4px;align-items:center}.c-pagination-new__pagination-group{display:flex;gap:0px 10px}.c-pagination-new__pagination-button{background-color:inherit;border:0;padding:4px 10px;cursor:pointer;user-select:none;color:#e0e5ea}.c-pagination-new__pagination-button:hover{border-radius:8px}.c-pagination-new__pagination-button:hover>span{color:#000}.c-pagination-new__input{width:30px;border-radius:5px;border:1px solid #454545;padding-left:5px;font-size:12px;outline:none}.c-pagination-new__button-name{color:#e0e5ea;font-style:normal;font-size:14px}.c-pagination-new__button-name--focus{color:#000;font-style:normal;font-size:14px}.c-pagination-new__selection{border:1px solid #a5a5a5;border-radius:4px;color:#999;font-size:14px;margin-left:4px;height:24px;outline:none}.c-pagination-new__option{color:#999;font-size:14px}.c-pagination-new__label{height:100%;display:flex;align-items:center;font-size:16px;color:#7f7f7f}.c-pagination-new__select-group{display:flex;gap:0px 4px;height:100%;align-items:center}.c-pagination-new__range{font-style:normal;font-weight:500;font-size:14px;color:#7f7f7f;padding-left:16px;width:max-content}.category-container{padding:30px 100px;display:flex;flex-direction:column;gap:100px;height:100%}.category-container-scroll-down{display:flex;align-items:center;justify-content:center}.category-container .work-exchange-header-item{margin-top:3rem}.category-container-section{box-sizing:border-box;display:grid;width:100%;position:relative}.category-container-section-list{display:flex;flex-direction:column;gap:24px}.category-container-section-list-quick-tabs{display:flex;justify-content:flex-end;gap:10px}.category-container-section-list-quick-tabs .choice-chip.choice-chip--selected{background-color:#013565}.category-container-section-list-quick-tabs .choice-chip.choice-chip--selected .choice-chip__label{color:#fff!important}.category-container-section-list-quick-filter{display:none}.category-container-section-list-notfound{display:flex;justify-content:center}.category-container-section-list-notfound img{width:343px;height:302.48px}.category-container-section-list-loader{display:grid;grid-template-columns:1fr 1fr;gap:15px}.category-container-section-list-card{box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;gap:20px}.category-container-section-list-card:has(.category-container-section-list-notfound){height:100%;width:100%;display:flex;align-items:center;justify-content:center;margin-top:20px}.category-container-section-list-pagination .c-pagination-new{display:flex;justify-content:center}.category-container-section-list-pagination .c-pagination-new__select-group{display:none}.category-container-section-list-filters{display:flex;align-items:center;justify-content:space-between;gap:12px}.category-container-section-list-filters__mobile-search{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:22px;margin-right:-8px}.category-container-section-list-filters__mobile-search:hover{background-color:#b7d7f180}.category-container-section-list-filters__advanced{display:flex;align-items:center;gap:4px;color:#013565;font-weight:500;cursor:pointer;height:38px;padding:0 16px 0 12px;border-radius:22px}.category-container-section-list-filters__advanced:hover{background-color:#b7d7f180}.category-container-section-list-filters__form{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:12px}.category-container-section-list-mobile-search{display:flex;align-items:center;gap:12px}@media screen and (min-width: 320px) and (max-width: 390px){.category-container{padding:40px 15px 50px;gap:30px}.category-container .work-exchange-header-item{margin-top:0}.category-container-section{grid-template-columns:1fr}.category-container-section-filter{display:flex;justify-content:center}.category-container-section-list-loader{display:grid;grid-template-columns:auto;gap:15px}.category-container-section-list-card{grid-template-columns:1fr}}@media screen and (min-width: 390px) and (max-width: 768px){.category-container{padding:40px 15px 50px;gap:30px}.category-container .work-exchange-header-item{margin-top:0}.category-container-section{grid-template-columns:1fr}.category-container-section-filter{display:flex;justify-content:center}.category-container-section-list-tab{display:grid;grid-template-columns:1fr 1fr;justify-items:center}.category-container-section-list-loader{display:grid;grid-template-columns:auto;gap:15px}.category-container-section-list-card{grid-template-columns:1fr}}@media screen and (min-width: 768px) and (max-width: 1024px){.category-container{padding:70px 60px;gap:30px}.category-container .work-exchange-header-item{margin-top:0}.category-container-section{grid-template-columns:1fr}.category-container-section-filter{display:flex;justify-content:center}.category-container-section-list-card{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1000px) and (max-width: 1200px){.category-container .work-exchange-header-item{margin-top:0}.category-container-section{grid-template-columns:1fr}.category-container-section-filter,.category-container-section-list-notfound{display:flex;justify-content:center}.category-container-section-list-notfound img{width:423px;height:382.48px}}@media screen and (max-width: 768px){.category-container-section-list-quick-filter{display:flex}.category-container-section-list-quick-tabs{display:none}}@media screen and (max-width: 1060px){.category-container-section-list-filters__mobile-search{display:flex}.category-container-section-list-filters__search{display:none}}.commissions{max-width:1440px;padding:20px 40px 0;display:flex;flex-direction:column}.commissions__heading{font-size:32px;color:#013565;margin:0 0 16px;width:100%}.commissions-content{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;max-width:1440px;padding:0 120px;width:100%;box-sizing:border-box}.commissions-content-header{padding:10px;width:100%}.commissions-content-header-tabs{display:flex;gap:10px}.commissions-content-header-tabs-item{font-size:14px;color:#9d9d9d;line-height:44px;padding:0 8px}.commissions-content-header-tabs-item--active{font-weight:800;color:#013565}.commissions-content-list-user{display:flex;flex-direction:row;align-items:center;gap:8px}.commissions-content-list-user__avatar{height:36px;width:36px;object-fit:cover;object-position:center;border-radius:40px}.commissions-content-list-user__name{font-size:14px}.commissions-content-list-status{padding:4px 12px;font-size:12px;border-radius:24px;background-color:gray}.blog{display:flex;flex-direction:column;padding:80px}.blog__header{color:#013565;font-weight:500;text-align:left;font-size:52px;margin-bottom:24px}.blog-highlight{position:relative;display:grid;grid-template-columns:40% 60%;width:100%;border-radius:24px;margin-bottom:10rem;height:650px;grid-gap:18px;box-sizing:border-box}.blog-highlight-main{display:flex;flex-direction:column;gap:16px;width:100%;height:100%;position:relative;grid-row-end:span 2}.blog-highlight-main *{cursor:pointer}.blog-highlight-main__mask-image{display:flex;width:100%;height:100%;position:relative;overflow:hidden}.blog-highlight-main__mask-image img{width:100%;height:100%;border-radius:24px;mask-repeat:no-repeat;mask-size:cover;object-fit:cover;object-position:center}.blog-highlight-main-section{color:#fff;bottom:0}.blog-highlight-main-info{padding:0 8px}.blog-highlight-main-info-header{display:flex;gap:8px;font-size:15px}.blog-highlight-main-info-header__name{color:red}.blog-highlight-main-info-header__date{color:#bebebe}.blog-highlight-main-info-header__tags{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;color:#7f7f7f}.blog-highlight-main-info__name{font-weight:500;text-align:left;font-size:28px;color:#444;width:100%;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.blog-highlight-main__description{overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;width:18vw;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.blog-highlight-main__tags{display:flex;flex-direction:row;flex-wrap:wrap}.blog-highlight-category{display:flex;flex-direction:column;gap:18px;width:100%;height:100%;position:relative}.blog-highlight-category-content-info{padding:8px}.blog-highlight-category-content-info-header{display:flex;gap:8px;font-size:15px}.blog-highlight-category-content-info-header__name{color:red}.blog-highlight-category-content-info-header__date{color:#bebebe}.blog-highlight-category-content-info-header__tags{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;color:#7f7f7f}.blog-highlight-category-content-info__name{font-weight:500;text-align:left;font-size:18px;color:#444;width:100%;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.blog-highlight-category-content-image{display:flex;flex-direction:row;width:100%;height:400px;max-height:400px;gap:18px}.blog-highlight-category-content-image *{cursor:pointer}.blog-highlight-category-content-image__left{width:50%!important;height:100%;display:flex;flex-direction:column}.blog-highlight-category-content-image__right{width:45%!important;height:100%;flex-direction:column}.blog-highlight-category-content-image img{width:100%;height:100%;min-height:350px;max-height:350px;object-fit:cover;object-position:center;border-radius:24px}.blog-highlight-category-content-image__loading{display:flex;flex-direction:row;width:100%;height:100%;gap:10px}.blog-highlight-category-content-image__loading__left,.blog-highlight-category-content-image__loading__right{width:50%;height:100%}.blog-highlight-category-content-image__loading img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:24px}.blog-highlight-category-content-image-2{display:flex;flex-direction:row;width:100%;gap:18px;grid-row-start:2;grid-column-start:2}.blog-highlight-category-content-image-2 *{cursor:pointer}.blog-highlight-category-content-image-2__left{width:50%;height:100%;flex-direction:column}.blog-highlight-category-content-image-2__right{width:45%;height:100%;flex-direction:column}.blog-highlight-category-content-image-2 img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:24px}.blog-highlight-category-content-image-2__loading{display:flex;flex-direction:row;height:100%;padding-top:10px;gap:10px}.blog-highlight-category-content-image-2__loading__left,.blog-highlight-category-content-image-2__loading__right{width:50%;height:100%}.blog-highlight-category-content-image-2__loading img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:24px}.blog-highlight-category-top{display:flex;width:100%}.blog-highlight-category__section{display:flex;flex-direction:column;height:100%;width:100%;gap:10px}.blog-filter{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:1rem;padding-bottom:1rem}.blog-filter__button{display:flex;flex-direction:row;align-items:center;gap:4px;cursor:pointer}.blog-filter__button__text{font-size:14px;color:#08f}.blog-filter-content{display:flex;font-size:12px;align-items:center;border:1px solid #027bd0;color:#027bd0;border-radius:24px;padding:2px 6px 2px 8px;gap:4px;background-color:#027ad016}.blog-filter-content__value{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-filter-content__remove{cursor:pointer}.blog-list-content{display:grid;justify-content:center;grid-template-columns:repeat(3,32%);grid-template-rows:repeat(auto-fill,1fr);gap:24px}.blog-list-content-card{display:flex;flex-direction:column;width:100%;height:100%}.blog-list-content-card__cover{position:relative;cursor:pointer;border-radius:24px;width:100%;aspect-ratio:1;object-fit:cover;object-position:center}.blog-list-content-card-category{display:flex;flex-direction:row;gap:10px;justify-content:space-between;padding:12px 4px 0}.blog-list-content-card-category-detail{display:flex;flex-direction:row;gap:10px}.blog-list-content-card-category-detail__name{color:#121416}.blog-list-content-card-category-detail__date{color:#bebebe;font-size:14px}.blog-list-content-card-category-view{display:flex;flex-direction:row;align-items:center;color:#7f7f7f}.blog-list-content-card__name{font-weight:500;text-align:left;font-size:20px;color:#121416;overflow:hidden;word-wrap:break-word;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px}.blog-list-content-card__tags{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap}.blog-list-content-card__description{margin:8px 0 0;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:16px}.blog-list-content-card__action{color:#013565;font-size:14px;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:10px}.blog-pagination{margin-top:32px;display:flex;justify-content:center;align-items:center}.blog-detail{display:flex;flex-direction:column;overscroll-behavior:contain;margin:80px;height:100%}.blog-detail-header{display:flex;flex-direction:column;gap:10px}.blog-detail-header-action{display:flex;flex-direction:row;align-items:center;cursor:pointer;gap:10px}.blog-detail-header-action p{color:#013565}.blog-detail-content{display:flex;flex-direction:column;width:100%}.blog-detail-content-header-text{display:flex;flex-direction:row;gap:10px;padding:10px 0}.blog-detail-content-header-text__category{font-weight:400}.blog-detail-content-header-text__date{color:#bebebe}.blog-detail-content-header-text__view{display:flex;flex-direction:row;align-items:center;justify-content:center;color:#bebebe}.blog-detail-content-header-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}.blog-detail-content-header-tags__chip{display:flex;padding:2px 12px;align-items:center;justify-content:center;border-radius:50px;border:1px solid #bebebe;color:#646464;font-size:12px;font-weight:400;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.blog-detail-content-header-credit{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;color:#013565;gap:5px}.blog-detail-content-header-credit__text{font-size:14px;font-weight:800}.blog-detail-content-header-credit__value{font-size:14px}.blog-detail-content-name p{font-weight:400;text-align:left;font-size:40px;color:#013565;margin:0;word-break:break-word}.blog-detail-content-body{width:100%;color:#121416;display:flex;flex-direction:column;align-items:flex-start;word-wrap:break-word}.blog-detail-content-body p{width:100%;word-wrap:break-word;margin-block-start:0px;margin-block-end:0px}.blog-detail-content-body img{max-width:100%}.blog-detail-footer{display:flex;margin-top:3rem;padding-top:1.5rem;border-top:2px solid #bebebe;width:100%}.blog-detail-footer__span span{font-weight:400;padding:0 1rem}.blog-detail-footer-icon{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px}.blog-detail-footer-icon__facebook{width:24px;height:24px}.blog-detail-footer-icon__facebook svg{width:24px;height:24px}.blog-detail-footer-icon__facebook #Vector{fill:#fff}.blog-detail-footer-icon__facebook #Vector_2{fill:#19164f}.blog-detail-footer-icon__email{width:24px;height:24px}.blog-detail-footer-icon__email svg{width:24px;height:24px}.blog-detail-footer-icon__email #Vector{fill:#19164f}.blog-detail-footer-icon__linkedin{width:24px;height:24px}.blog-detail-footer-icon__linkedin svg{width:24px;height:24px}.blog-detail-footer-icon__line{width:24px;height:24px}.blog-detail-footer-icon__line svg{width:24px;height:26px}@media screen and (max-width: 1024px){.blog{padding:60px}.blog-list-content{grid-template-columns:1fr 1fr}.blog-filter-content{display:flex;font-size:12px;align-items:center;border:1px solid #027bd0;color:#027bd0;border-radius:24px;padding:2px 6px 2px 8px;gap:4px;background-color:#027ad016}.blog-filter-content__value{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-filter-content__remove{cursor:pointer}}@media screen and (max-width: 768px){.blog{padding:48px}.blog-list-content{grid-template-columns:1fr}}@media screen and (max-width: 430px){.blog{padding:24px}.blog-highlight{display:none}.blog-highlight-main__mask-image{min-height:300px}.blog-detail{margin:35px}}.tendering-detail{padding:50px 100px}.tendering-detail-header{box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;width:100%;position:relative;gap:20px}.tendering-detail-header-info{width:100%;height:100%;position:relative}.tendering-detail-header-info-content{position:absolute}.tendering-detail-header-info-content__status--open,.tendering-detail-header-info-content__status--wait-pay,.tendering-detail-header-info-content__status--inprogress,.tendering-detail-header-info-content__status--end-project{padding:5px 30px;width:40px;border-radius:20px}.tendering-detail-header-info-content__status--open{background-color:#013565;color:#fff}.tendering-detail-header-info-content__status--wait-pay{background-color:#eb5757;color:#790700}.tendering-detail-header-info-content__status--inprogress{background-color:#ffdb4f;color:#947000}.tendering-detail-header-info-content__status--end-project{background-color:#bdf8cf;color:#26703c}.tendering-detail-header-info-content__title{font-size:56px;font-weight:400;font-family:Kanit}.tendering-detail-header-info img{width:100%;height:100%;object-fit:cover;aspect-ratio:1}.tendering-detail-header-content{grid-row:span 2;display:grid;grid-template-columns:1fr 2fr;font-size:24px;font-weight:400;font-family:Kanit;gap:24px}.tendering-detail-header-content div:nth-child(odd){color:#9d9d9d}.tendering-detail-header-content div:nth-child(even){color:#121212}.tendering-detail-header-content-badge{display:flex}.tendering-detail-header-content-badge__inner{background-color:#013565;color:#fff!important;padding:0 31px;border-radius:30px;margin-bottom:5px;line-height:.1;display:flex;align-items:center;justify-content:center}.tendering-detail-header-content-icon{position:absolute;bottom:-50px}.tendering-detail-header-desc{font-size:20px;font-weight:400;color:#777}.tendering-detail-gallery{display:flex;justify-content:space-between;align-items:center;margin-bottom:70px;margin-top:20px;font-size:32px;font-weight:500}.tendering-detail-gallery__btn-group{display:flex;justify-content:end;gap:16px}.tendering-detail-gallery__btn{all:unset;width:64px;height:64px;border-radius:50%;background-color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer}.tendering-detail-gallery__btn--disabled{background-color:#e0e5ea;pointer-events:none}.tendering-landing{padding:64px 100px}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-landing{padding:40px 15px}}@media screen and (max-width: 1180px) and (min-width: 768px){.tendering-landing{padding:50px}}.tendering-landing-container{display:flex;flex-direction:column;gap:100px}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-landing-container{gap:50px}}.tendering-card{position:relative;height:100%;cursor:pointer}.tendering-card-container{background-color:#fff;box-shadow:0 0 24px #0000000d;border-radius:24px;width:100%;height:100%}.tendering-card-container-wrap{display:grid;gap:24px;padding:38px}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-card-container-wrap{padding:20px}}.tendering-card-container-wrap-header{display:flex;justify-content:space-between;align-items:center}.tendering-card-container-wrap-header-title{display:flex;align-items:center;gap:20px}.tendering-card-container-wrap-header-title__cate{color:#9d9d9d;font-size:20px}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-card-container-wrap-header-title__cate{font-size:16px}}.tendering-card-container-wrap-header-title__name{font-size:24px}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-card-container-wrap-header-title__name{font-size:20px}}.tendering-card-container-wrap-header-badge--open{padding:10px 20px;border-radius:36px;font-size:20px;color:#fff;background-color:#49c36d}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-card-container-wrap-header-badge--open{font-size:16px;padding:5px 10px}}.tendering-card-container-wrap-header-badge--close{padding:10px 20px;border-radius:36px;font-size:20px;color:#fff;background-color:#01356530}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-card-container-wrap-header-badge--close{font-size:16px;padding:5px 10px}}.tendering-card-container-wrap-image{width:100%;height:251px}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-card-container-wrap-image{height:200px}}@media screen and (max-width: 1180px) and (min-width: 768px){.tendering-card-container-wrap-image{height:300px}}.tendering-card-container-wrap-image img{width:100%;height:100%;overflow:hidden;border-radius:36px;object-fit:cover}.tendering-card-container-wrap-content{display:grid;grid-template-columns:1fr 2fr;gap:20px;font-size:20px}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-card-container-wrap-content{font-size:16px}}.tendering-card-container-wrap-content div:nth-of-type(odd){color:#9d9d9d}.tendering-card-container-wrap-content-bagde{display:flex;gap:10px}.tendering-card-container-wrap-content-bagde-inner{padding:2px 16px;color:#013565;border:1px solid #013565;border-radius:30px;display:flex;align-items:center}.tendering-card-container-wrap-view-now{display:flex;align-items:center;gap:10px;font-size:20px;cursor:pointer}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-card-container-wrap-view-now{font-size:16px}}.tendering-card-container-wrap-view-now-text{color:#013565;text-decoration:underline}.tendering-header{box-sizing:border-box;display:grid;width:100%;position:relative;gap:24px}.tendering-header .swiper-pagination{bottom:36px!important;right:20px!important}.tendering-header .swiper-pagination .swiper-pagination-bullet{background-color:#fff;opacity:1;margin:0 var(--swiper-pagination-bullet-horizontal-gap, 2px);width:14px;height:14px}.tendering-header .swiper-pagination .swiper-pagination-bullet-active{width:32px;height:14px;border-radius:20px;background-color:#fff}.tendering-header-container{box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;width:100%;gap:20px}@media screen and (max-width: 1180px) and (min-width: 375px){.tendering-header-container{grid-template-columns:1fr}}.tendering-header-container-content{display:grid;gap:48px;margin-top:60px}@media screen and (max-width: 1180px) and (min-width: 375px){.tendering-header-container-content{margin-top:0}}.tendering-header-container-content-header{font-family:inherit;font-weight:500;font-size:64px;color:#013565;line-height:1.3}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-header-container-content-header{font-size:40px;line-height:26.5px}}.tendering-header-container-content-detail{display:grid;align-items:center;grid-template-columns:1fr 2fr;gap:20px;font-size:22px}.tendering-header-container-content-detail.loader{color:#9d9d9d!important}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-header-container-content-detail{font-size:16px}}.tendering-header-container-content-detail div:nth-of-type(odd){color:#9d9d9d}.tendering-header-container-content-detail-bagde{display:flex;gap:10px}.tendering-header-container-content-detail-bagde-inner{padding:2px 16px;color:#013565;border:1px solid #013565;border-radius:30px;display:flex;align-items:center}.tendering-header-container-banner{position:relative;width:100%;display:flex;justify-content:flex-end;align-items:flex-end;cursor:pointer}.tendering-header-container-banner-active{position:relative;top:0;right:0;width:90%;padding-bottom:26px;display:flex;justify-content:center;align-items:center;z-index:2}.tendering-header-container-banner-active.loader{height:750px}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-header-container-banner-active.loader{height:450px}}.tendering-header-container-banner-active img{width:100%;aspect-ratio:.8;object-fit:cover;object-position:center;border-radius:30px}.tendering-header-container-banner-active.hide-image{display:none}.tendering-header-container-banner-next{position:absolute;bottom:0;left:0;width:60%;height:50%;display:flex;justify-content:center;align-items:center;z-index:1}.tendering-header-container-banner-next--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#01356599;border-radius:30px}.tendering-header-container-banner-next img{width:100%;height:100%;object-fit:cover;border-radius:30px}.tendering-header-container-banner .swiper-slide{display:flex;justify-content:center;align-items:center}.tendering .section-swpier{box-sizing:border-box;display:grid;width:100%;position:relative}.tendering-section{box-sizing:border-box;display:grid;width:100%;position:relative;gap:24px}.tendering-section-container{box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;width:100%;gap:20px}@media screen and (max-width: 1180px) and (min-width: 375px){.tendering-section-container{grid-template-columns:1fr}}@media screen and (max-width: 1180px) and (min-width: 375px){.tendering-section-container-image{margin-top:60px}}.tendering-section-container-image img{width:100%;object-fit:cover;border-radius:20px;aspect-ratio:6/5}.tendering-section-container-image-loader{aspect-ratio:6/5}.tendering-section-container-image-text{line-height:60px;font-weight:500;font-size:58px;color:#013565;margin:40px 0 57px}@media screen and (max-width: 1180px) and (min-width: 375px){.tendering-section-container-image-text{margin:0 0 20px;font-size:36px}}.tendering-section-container-body{display:flex;flex-direction:column;justify-content:space-between}.tendering-section-container-body-content-sub-image{display:grid;grid-template-columns:1.3fr 2fr;gap:20px;margin-top:35px}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-section-container-body-content-sub-image{margin-top:0}}.tendering-section-container-body-content-sub-image__wrp{height:134px;width:100%}.tendering-section-container-body-content-sub-image__wrp img{width:100%;height:100%;object-fit:cover;border-radius:24px}.tendering-section-container-body-content-detail{display:grid;align-items:center;grid-template-columns:1fr 2fr;gap:20px;font-size:22px;margin-top:48px}.tendering-section-container-body-content-detail.loader{color:#9d9d9d!important}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-section-container-body-content-detail{font-size:16px}}.tendering-section-container-body-content-detail div:nth-of-type(odd){color:#9d9d9d}.tendering-section-container-body-content-detail-bagde{display:flex;gap:10px}.tendering-section-container-body-content-detail-bagde-inner{padding:2px 16px;color:#013565;border:1px solid #013565;border-radius:30px;display:flex;align-items:center}.tendering-section-container-body-content-pagination{display:grid;width:100%;grid-template-columns:1fr 1fr 1fr;gap:10px}@media screen and (max-width: 1180px) and (min-width: 375px){.tendering-section-container-body-content-pagination{position:absolute;top:0}}.tendering-section-container-body-content-pagination-item{display:flex;align-items:flex-end;cursor:pointer}.tendering-section-container-body-content-pagination-item-line{background-color:#01356530;height:7px;width:100%;border-radius:16px}.tendering-section-container-body-content-pagination-item-line.active{background-color:#013565}.tendering-section-container-body-content-pagination-item-text{color:#013565;font-size:40px;line-height:35px;font-weight:500}.tendering-section-container-body-content-pagination-item-text.hide{display:none}.tendering-section-container-body-footer-view-now{display:flex;align-items:center;gap:10px;font-size:20px;cursor:pointer}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-section-container-body-footer-view-now{margin-top:16px}}.tendering-section-container-body-footer-view-now-text{color:#013565;text-decoration:underline}.tendering-category{box-sizing:border-box;display:grid;width:100%;position:relative;gap:24px}@media screen and (max-width: 1180px) and (min-width: 375px){.tendering-category{display:block}}.tendering-category-filter{display:flex;justify-content:space-between}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-category-filter{flex-direction:column;gap:16px;margin-bottom:24px}}@media screen and (max-width: 1180px) and (min-width: 768px){.tendering-category-filter{margin-bottom:24px}}.tendering-category-filter-tab{display:flex;gap:20px}@media screen and (max-width: 1180px) and (min-width: 375px){.tendering-category-filter-tab .choice-chip{width:80px!important}}.tendering-category-filter-tab .choice-chip.choice-chip--selected{background-color:#013565}.tendering-category-filter-tab .choice-chip--selected{border-color:#013565;opacity:1;color:#fff}.tendering-category-filter-tab .choice-chip--selected .choice-chip__label{color:#fff!important}.tendering-category-list{box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;width:100%;gap:20px}@media screen and (max-width: 1180px) and (min-width: 375px){.tendering-category-list{display:flex;flex-direction:column}}.tendering-category-list-loader{height:600px}@media screen and (max-width: 768px) and (min-width: 375px){.tendering-category-list-loader{display:flex;flex-direction:column;height:450px}}.tendering-category-pagination{margin-top:30px}.tendering-category-pagination .c-pagination-new{display:flex;justify-content:center}.tendering-category-pagination .c-pagination-new__select-group{display:none}.missing-404{display:flex;flex-direction:column;align-items:center;padding:0 0 64px}.missing-404__image{width:80%;max-width:500px}.missing-404__text{font-size:16px;color:#444}.confirm{position:fixed;width:100dvw;height:100dvh;top:0;left:0;background:rgba(1,53,101,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center!important;overscroll-behavior:contain;overflow:scroll;z-index:100;flex-direction:column}.confirm-content{display:flex;flex-direction:column;background-color:#fff;padding:18px 24px;border-radius:20px;overscroll-behavior:contain;margin:30px;box-sizing:border-box;gap:6px;align-items:center}.confirm-content__title{font-size:20px;color:#013565;font-weight:500;text-align:center}.confirm-content__desc{font-size:14px;color:#444;font-weight:400;text-align:center}.confirm-content-ctas{display:grid;gap:12px;margin-top:12px;align-self:stretch}*{font-family:urbaan,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:urbaan;font-weight:600;src:url(/assets/LINESeedSansTH_W_XBd-6351a4eb.woff2) format("woff2")}@font-face{font-family:urbaan;font-weight:500;src:url(/assets/LINESeedSansTH_W_Bd-634218be.woff2) format("woff2")}@font-face{font-family:urbaan;font-weight:400;src:url(/assets/LINESeedSansTH_W_Rg-46b09510.woff2) format("woff2")}@font-face{font-family:urbaan;font-weight:300;src:url(/assets/LINESeedSansTH_W_Th-45e49a0d.woff2) format("woff2")}
