@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box}.form_popup,.video_none{display:none}.form_popup{z-index:100;padding:16px;top:0;left:0;position:fixed;width:100vw;justify-content:center;align-items:center;height:100vh;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form_popup-content{max-width:500px;width:100%;background:#1b2221;display:flex;flex-direction:column;align-items:center}.form-image{width:100%;height:-moz-fit-content;height:fit-content;aspect-ratio:100/50;position:relative;overflow:hidden}.form-image img{width:100%!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.form-container{padding:24px;display:flex;flex-direction:column;width:100%;gap:16px}.form-container input{background-color:hsla(0,0%,100%,.1)}.form-container button,.form-container input{width:100%;height:50px;padding:0 16px;border-radius:12px;color:#fff;font-family:Montserrat;font-weight:400;font-size:16px;outline:none;border:0}.form-container button{background-color:#000;cursor:pointer}.form-container p{font-family:Montserrat;font-weight:600;color:#fff;font-size:24px;margin-bottom:12px}.visible{display:flex}.header__inner-info.visible{display:flex;width:100%;justify-content:space-between;padding:16px;margin-top:16px;background-color:#1b2221}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:rgba(27,34,33,.9);border-radius:20px}body{margin:0;font-family:Montserrat;font-weight:500;size:16px;color:#1b2221}.app{display:flex;flex-direction:column;gap:100px;align-items:center}h1,h2,h3,h4,h5,p{margin:0}.burger,.menu{display:none}.menu{position:fixed;top:0;left:0;width:100%;background-color:#1b2221;flex-direction:column;align-items:center;padding-top:50px;z-index:10;height:100dvh;justify-content:space-between;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.menu-link,.menu.visible{display:flex}.menu-link{height:48px;width:100%;padding:0 16px;text-decoration:none;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.05);align-items:center}.menu-link:first-child{border-top:1px solid hsla(0,0%,100%,.05)}.menu-links{width:100%}.header{position:fixed;top:0;left:0;background-color:rgba(27,34,33,.9);height:50px;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header,.header__inner{width:100%;display:flex;align-items:center}.header__inner{z-index:1000;padding:0 40px;justify-content:space-between}.header__inner-navs{display:flex;gap:24px;position:absolute;left:50%;transform:translateX(-50%)}.header__inner-link{font-size:14px;font-family:Montserrat;font-weight:400;color:#fff;text-decoration:none;display:inline-block;position:relative}.header__inner-link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#fff;transition:transform .25s ease-out}.header__inner-link:hover:after{transform:scaleX(1);transform-origin:bottom left}.header__inner-info,.header__inner-links{display:flex;gap:16px;align-items:center}.header__inner-links{padding-left:16px;border-left:1px solid hsla(0,0%,100%,.5)}.header__inner-links a{height:24px}.intro{height:60vh;width:100%;background-color:#000;position:relative}.intro.intro-pages{height:45vh}.intro__title{color:#fff;font-family:Montserrat;font-weight:600;position:relative}.intro__title:after{content:"";background-color:#fff;position:absolute;bottom:-16px;width:100px;height:3px;border-radius:4px;transform:translateX(-50%);left:50%}.intro__video{object-fit:cover}.intro-content,.intro__video{position:absolute;width:100%;height:100%}.intro-content{background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px}.intro-logo{width:200px;height:-moz-fit-content;height:fit-content;aspect-ratio:200/46}.intro-button{display:flex;align-items:center;gap:10px;color:#fff;font-family:Montserrat;font-weight:600;background:transparent;outline:none;border:0;cursor:pointer}.intro-button.contact{color:#1b2221}.recomended{max-width:80%;width:100%}.recomended__header{margin-bottom:32px}.recomended__header-title{font-family:Montserrat;font-weight:600;font-size:32px;margin-bottom:8px}.recomended__header-text{font-family:Montserrat;font-weight:500;font-size:16px;color:#6a6a6a}.recomended__list{display:flex;flex-wrap:wrap;gap:42px}.recomended__item{flex-grow:1;width:280px;border-radius:4px;position:relative;height:-moz-fit-content;height:fit-content;aspect-ratio:1130/550;overflow:hidden}.recomended__item:first-child{width:100%;aspect-ratio:1130/400}.recomended__item img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;transition:all 1s ease-in-out}.recomended__item img:hover{width:120%}.recomended__item:hover img{width:115%}.recomended__item-name{font-family:Montserrat;font-weight:600;font-size:32px;color:#fff;text-transform:uppercase;position:absolute;left:32px;bottom:32px;z-index:10}.kitchens{padding:0 40px;width:100%}.kitchens__header{margin-bottom:32px}.kitchens__header-title{font-family:Montserrat;font-weight:600;font-size:32px;margin-bottom:8px}.kitchens__header-text{font-family:Montserrat;font-weight:500;font-size:16px;color:#6a6a6a}.kitchens__list{display:flex;flex-wrap:wrap;gap:16px}.kitchens__list.featured{width:100%;padding:0 40px;margin-bottom:24px}.kitchens__item{flex-grow:1;width:45%;border-radius:4px;position:relative;height:-moz-fit-content;height:fit-content;aspect-ratio:1130/700;overflow:hidden}.kitchens__item img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;transition:all 1s ease-in-out}.kitchens__item img:hover{width:120%}.kitchens__item:hover img{width:115%}.kitchens__item-name{font-family:Montserrat;font-weight:600;font-size:32px;color:#fff;text-transform:uppercase;position:absolute;left:32px;bottom:32px;z-index:10}.info{background-color:#1b2221;padding:68px 0;flex-direction:column;align-items:center;gap:54px}.info,.info__top{display:flex;width:100%}.info__top{justify-content:space-between;padding:0 40px;flex-wrap:wrap;gap:16px}.info__header-title{font-family:Montserrat;font-weight:600;font-size:32px;color:#fff;margin-bottom:8px}.info__header-text{color:hsla(0,0%,100%,.5)}.info__header-body,.info__header-text{font-family:Montserrat;font-weight:500;font-size:16px}.info__header-body{color:hsla(0,0%,100%,.6);max-width:60%;font-size:18px}.info__header a{color:#fff;text-decoration:underline}.info__video{width:80%;height:-moz-fit-content;height:fit-content;aspect-ratio:1130/535;object-fit:cover;margin-bottom:60px}.news{width:80%;display:flex;gap:20px;flex-wrap:wrap}.article{flex-grow:1;width:280px}.article-img{position:relative;overflow:hidden;height:-moz-fit-content;height:fit-content;aspect-ratio:555/300;margin-bottom:24px}.article-img img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.article__body{display:flex;flex-direction:column;gap:6px}.article__body-title{flex-grow:1;font-size:24px;font-family:Montserrat;font-weight:500;color:#fff}.article__body-date{font-size:16px;font-family:Montserrat;font-weight:500;color:hsla(0,0%,100%,.4);width:-moz-fit-content;width:fit-content;margin-top:4px}.testiomonials{max-width:80%;width:100%}.testiomonials-button{display:flex;align-items:center;gap:10;color:#1b2221;font-family:Montserrat;font-weight:600}.testiomonials__header{margin-bottom:42px}.testiomonials__header-title{font-family:Montserrat;font-weight:600;font-size:32px;margin-bottom:8px}.testiomonials__header-text{font-family:Montserrat;font-weight:500;font-size:16px;color:#6a6a6a}.testiomonials__content{display:flex;gap:20px}.testiomonials__share{flex-grow:1;width:280px}.testiomonials__share-image{width:100%;height:-moz-fit-content;height:fit-content;aspect-ratio:555/180;position:relative;overflow:hidden}.testiomonials__share-image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.testiomonials__share-content{display:flex;gap:12px;padding:16px}.testiomonials__share-content img{width:90px;height:-moz-fit-content;height:fit-content;aspect-ratio:1/1;margin-top:-60px;z-index:1}.testiomonials__share-text{flex-grow:1;display:flex;flex-direction:column;gap:8px}.testiomonials__share-title{font-family:Montserrat;font-weight:600;text-transform:uppercase;font-size:16px}.testiomonials__share-body{font-family:Montserrat;font-weight:500;font-size:14px;color:#6a6a6a}.testiomonials__list{flex-grow:1;width:280px}.about{background-color:#1b2221;padding:68px 0 68px 40px;display:flex;gap:20px;width:100%;align-items:center}.about__content{display:flex;flex-direction:column;gap:86px}.about__content-logo{width:140px;height:-moz-fit-content;height:fit-content}.about__content-text{display:flex;flex-direction:column;gap:16px}.about__content-title{font-family:Montserrat;font-weight:600;font-size:32px;color:#fff;margin-bottom:8px}.about__content-body{font-family:Montserrat;font-weight:500;font-size:16px;color:hsla(0,0%,100%,.5);margin-bottom:32px}.about__image{width:100%;height:-moz-fit-content;height:fit-content;aspect-ratio:825/480;max-height:700px;position:relative;overflow:hidden}.about__image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.showroom{background-color:#1b2221;padding:68px 40px;gap:42px;width:100%}.showroom,.showroom__contact{display:flex;flex-direction:column}.showroom__contact{flex-grow:1;width:40%;gap:24px}.showroom__contact.link{width:-moz-fit-content;width:fit-content;flex-grow:0}.showroom__contact-item{display:flex;flex-direction:column;gap:16px}.showroom__contact-title{font-family:Montserrat;font-weight:600;color:#fff}.showroom__contact-text{color:#6a6a6a;text-decoration:none}.showroom__contact-text.link{display:flex;align-items:center;color:#fff;font-family:Montserrat;font-weight:300}.showroom__contact-links{display:flex;gap:10px}.showroom-title{font-size:32px;font-family:Montserrat;font-weight:500;color:#fff}.showroom__inner{width:100%;align-items:center}.showroom__content,.showroom__inner{display:flex;flex-wrap:wrap;gap:20px}.showroom__content{row-gap:42px;flex-grow:1;width:280px}.showroom__content-text{display:flex;flex-direction:column;gap:16px}.showroom__content-title{font-family:Montserrat;font-weight:600;font-size:32px;color:#fff;margin-bottom:8px}.showroom__content-body{font-family:Montserrat;font-weight:500;font-size:16px;color:hsla(0,0%,100%,.5);margin-bottom:32px}.showroom__image{border-radius:4px;width:280px;flex-grow:1;height:-moz-fit-content;height:fit-content;aspect-ratio:540/300;max-height:700px;position:relative;overflow:hidden}.showroom__image img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.footer{background-color:#1b2221;border-top:1px solid hsla(0,0%,100%,.05)}.footer__inner{padding:40px;display:flex;flex-wrap:wrap;gap:32px}.footer__info{flex-grow:1;width:280px;display:flex;gap:40px;flex-direction:column}.footer__info-logo{width:140px;height:-moz-fit-content;height:fit-content}.footer__contact{flex-grow:1;width:280px;display:flex;flex-direction:column;gap:24px}.footer__contact.link{width:-moz-fit-content;width:fit-content;flex-grow:0}.footer__contact-item{display:flex;flex-direction:column;gap:16px}.footer__contact-title{font-family:Montserrat;font-weight:600;color:#fff}.footer__contact-text{color:#6a6a6a;text-decoration:none}.footer__contact-links{display:flex;gap:10px}.preview{gap:42px}.preview-form{border-radius:100px;border:none;justify-content:center;gap:10px;width:229px;height:42px;padding:0 16px;color:#fff;font-family:Montserrat;font-weight:600;font-size:13px;background-color:#1b2221;cursor:pointer}.preview-form,.preview__head{display:flex;align-items:center}.preview__head{z-index:40;background-color:hsla(0,0%,100%,.8);width:100%;height:70px;padding:0 40px;justify-content:space-between;position:fixed;left:0;top:50px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.preview__head-title{font-family:Montserrat;font-weight:500;font-size:24px}.preview__images{margin-top:140px;padding:0 40px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:8px;grid-row-gap:8px;height:-moz-fit-content;height:fit-content;aspect-ratio:1360/450;width:100%}.preview__images-item{position:relative;overflow:hidden;border-radius:4px}.preview__images-item.item_1{grid-area:1/1/3/3}.preview__images-item.item_2{grid-area:1/3/2/4}.preview__images-item.item_3{grid-area:1/4/2/5}.preview__images-item.item_4{grid-area:2/3/3/4}.preview__images-item.item_5{grid-area:2/4/3/5}.preview__images-item .preview__images-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;transition:all 1s ease-in-out}.preview__images-item .preview__images-image:hover{width:120%}.preview__images-item:hover .preview__images-image{width:115%}.preview-nav{width:56px;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:4px;border:1px solid #fff;background-color:#fff;position:absolute;display:flex;flex-wrap:wrap;gap:1px;overflow:hidden;right:16px;bottom:16px;box-shadow:0 0 15px 0 rgba(0,0,0,.05);cursor:pointer}.preview-nav--placeholder{flex-grow:1;width:24px;height:20px}.preview-nav--placeholder:first-child{width:100%}.preview__main{width:100%;display:flex;gap:20px;padding:0 40px}.preview__main-container{flex-grow:1;display:flex;gap:20px;padding:16px;border-radius:4px;background-color:#1b2221}.preview__main-container:first-child{max-width:30%;background-color:#463226}.preview__main-item{flex-grow:1;display:flex;flex-direction:column;gap:8px}.preview__main-title{font-family:Montserrat;font-weight:300;font-size:16px;color:#fff;text-transform:uppercase}.preview__main-body{font-family:Montserrat;font-weight:500;font-size:24px;color:#fff}.preview__info{padding:0 40px;width:100%}.preview__info-content{padding:32px 0;border-bottom:1px solid #eee;display:flex;gap:20px}.preview__info-content:first-child{border-top:1px solid #eee}.preview__info-title{min-width:30%;max-width:30%;font-size:24px}.preview__info-description,.preview__info-title{flex-grow:1;font-family:Montserrat;font-weight:400}.preview__info-description{font-size:16px}.preview__info-container{flex-grow:1;display:flex;flex-wrap:wrap;gap:20px}.preview__info-item{flex-grow:1;width:45%;display:flex;flex-direction:column;gap:8px}.preview__info-label{font-family:Montserrat;font-weight:300;font-size:14px;color:#1b2221;text-transform:uppercase}.preview__info-body{font-family:Montserrat;font-weight:500;font-size:18px;color:#1b2221}.view_slider{display:flex;justify-content:center;align-items:center;overflow:hidden;width:100%;max-height:500px;margin:140px auto}.view-image_slider{display:flex;flex-wrap:nowrap;overflow:none;scrollbar-width:none;-ms-overflow-style:none}.view-image_slider::-webkit-scrollbar{display:none}.view-image_slider img{max-width:100%;height:auto;margin-top:140px;padding:0 20px;transition:transform .7s ease;cursor:pointer}.view-image_slider img:hover{transform:scale(1.05)}.franke_pdf{max-width:1200px;width:100%;aspect-ratio:20/25;max-height:80vh;margin:0 auto;border-radius:4px;border:1px solid #eee;display:block}.franke__intro{max-width:1440px;margin-top:50px;width:100%;aspect-ratio:1360/400;height:inherit}.franke__list{display:flex;gap:20px;flex-wrap:wrap}.franke__item{border:1px solid #eee;padding:16px;display:flex;flex-direction:column;gap:32px;width:140px;flex-grow:1;align-items:center;transition:all .2s ease-in}.franke__item:hover{transform:scale(110%);box-shadow:0 0 15px 0 rgba(0,0,0,.05)}.franke__item-title{font-family:Montserrat;font-weight:600;font-size:16px;align-self:flex-start}.franke__item-arrow{align-self:end}@media(max-width:768px){.view_slider{padding:10px}.view-image_slider{flex-wrap:nowrap;overflow-x:scroll;gap:10px}.view-image_slider img{max-width:100%;margin:120px auto;border-radius:5px}}@media screen and (max-width:3050px){.preview__images-slider{display:none}}@media screen and (max-width:1650px){.recomended,.testiomonials{max-width:90%}.header__inner,.info__top,.kitchens__list.featured,.preview__head,.preview__images,.preview__info,.preview__main,.showroom{padding-left:24px;padding-right:24px}.about{padding-left:24px}.info__video,.news{width:90%}.preview__images-slider{display:none}}@media screen and (max-width:1200px){.app{gap:48px}.recomended,.testiomonials{max-width:100%}.footer__inner,.header__inner,.info__top,.info__video,.kitchens,.kitchens__list.featured,.news,.preview__head,.preview__images,.preview__info,.preview__main,.recomended,.testiomonials{padding-left:16px;padding-right:16px}.showroom{padding:32px 16px}.about{padding-left:16px}.info__video,.news,.showroom__content,.showroom__image{width:100%}.showroom__inner{flex-direction:column-reverse}.preview_images{display:flex}.preview__images-slider{display:none}}@media screen and (max-width:750px){.header__inner-info,.header__inner-navs,video.intro-video{display:none}.app,.info{gap:32px}.info{padding:32px 0}.about__content{gap:24px}.about{padding:32px 16px;gap:32px;display:flex;flex-direction:column-reverse}.info__video{margin-bottom:16px}.about__content-title,.info__header-title,.recomended__header-title,.testiomonials__header-title{font-size:24px}.recomended__list{gap:16px}.recomended__item{aspect-ratio:16/12!important}.kitchens__item{width:100%;aspect-ratio:16/10!important}.recomended__header{margin-bottom:24px}.info__header-body{max-width:100%;font-size:14px}.kitchens__item-name,.recomended__item-name{left:16px;bottom:16px;font-size:24px}.info__header-text{font-family:Montserrat;font-weight:400}.header__inner-burger{display:block}.article__body{flex-wrap:wrap}.article__body-title{font-size:18px;width:100%}.testiomonials__share-content{flex-wrap:wrap}.testiomonials__share-text{width:100%}.burger{display:block}.preview__images-item{display:none}.preview__images-item.item_1{display:block;grid-area:1/1/3/5}.preview__images{aspect-ratio:16/10}.preview__main{flex-wrap:wrap}.preview__main-container{min-width:100%;max-width:100%}.preview__info-content{flex-wrap:wrap}.preview__info-title{min-width:100%;max-width:100%}.preview__info-item{width:45%}.showroom{gap:24px}.showroom-title{font-size:24px}.showroom__content{gap:24px}.showroom__contact{width:100%}.preview__images-slider{display:flex}}: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:hsla(0,0%,100%,.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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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(90deg,#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-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}