@import"https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif;line-height:1.6;font-size:1rem}:root{--bg: #f7f8fa;--nav: #136b8e;--shadow: rgba(0, 0, 0, .09);--toggle: #000;--border: transparent;--header: #292e34;--text: #000;--price: #136b8e}html[data-theme=dark]{--bg: #000;--nav: #000;--shadow: rgba(0, 182, 255, .09);--toggle: #136b8e;--border: #136b8e;--header: #136b8e;--text: #fff;--price: #fff}.App{display:grid;grid-template-rows:100px auto 130px}body{background-color:var(--bg)}.navigation{height:100px;width:100%;overflow:hidden;background:var(--nav);display:flex;justify-content:flex-start;align-items:center;padding-left:1.5rem}.navigation__toggle{display:block;border-radius:5px;background-color:transparent;height:38px;width:38px;cursor:pointer;padding:8px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.navigation__toggle.open span:first-child{transform:rotate(45deg) translate(4.4px,4.4px)}.navigation__toggle.open span:nth-child(2){width:0%;opacity:0}.navigation__toggle.open span:last-child{transform:rotate(-45deg) translate(4.4px,-4.4px)}.navigation__toggle span{position:relative;display:block;height:2px;width:100%;margin-top:4px;background-color:#fff;transition:all .25s}.navigation__menu{background:var(--nav);color:#000;position:absolute;z-index:999;left:-100%;bottom:0;top:0;width:100%;min-height:100vh;transition:left .8s cubic-bezier(.17,.04,.03,.94);overflow:hidden}.navigation__menu .btn__close{height:100px;width:100%;display:flex;justify-content:flex-end;align-items:center;padding-right:1.5rem}.navigation__menu__item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem 0;max-width:300px;margin:0 auto}.navigation__menu__item a,.navigation__menu__item a:active,.navigation__menu__item a:visited,.navigation__menu__item a:hover{color:#fff;padding:.725em 0;font-family:Lato,sans-serif;letter-spacing:.2rem;font-size:1.1rem;text-transform:uppercase;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);text-decoration:none!important;display:flex;align-items:center;justify-content:space-between;width:100%}.navigation__menu__item a svg,.navigation__menu__item a img,.navigation__menu__item a:active svg,.navigation__menu__item a:active img,.navigation__menu__item a:visited svg,.navigation__menu__item a:visited img,.navigation__menu__item a:hover svg,.navigation__menu__item a:hover img{width:1.5rem;height:1.5rem}.navigation__menu__item p{color:#fff;padding:.725em 0;font-family:Lato,sans-serif;letter-spacing:.2rem;font-size:1.1rem;text-transform:uppercase;text-decoration:none}.navigation__menu__item input[type=checkbox]{height:0;width:0;visibility:hidden}.navigation__menu__item label{cursor:pointer;text-indent:-9999px;width:52px;height:27px;background:var(--toggle);float:right;border-radius:100px;position:relative}.navigation__menu__item label:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:90px;transition:.3s}.navigation__menu__item label:after:active:after{width:45px}.navigation__menu__item input:checked+label{background:var(--toggle)}.navigation__menu__item input:checked+label:after{left:calc(100% - 5px);transform:translate(-100%)}.secondary-nav{height:170px;width:50px;position:fixed;bottom:2rem;right:2rem;overflow:hidden;z-index:33}.secondary-nav__trigger{transition:all .6s;z-index:33;position:fixed;width:50px;height:50px;border-radius:50%;bottom:2rem;right:2rem;align-items:center;justify-content:center;cursor:pointer;background:#136b8e;color:#fff;opacity:1;border:1px solid #fff}.secondary-nav__trigger:before,.secondary-nav__trigger:after{transition:transform .3s ease-out}.secondary-nav__trigger:before{content:"";position:absolute;left:50%;top:50%;width:20px;margin-left:-10px;margin-top:-1px;border:1px solid #fff}.secondary-nav__trigger:after{content:"";position:absolute;left:50%;top:50%;height:20px;margin-left:-1px;margin-top:-10px;border:1px solid #fff}.secondary-nav__trigger.is-open:before,.secondary-nav__trigger.is-open:after{transition:transform .6s ease-out}.secondary-nav__trigger.is-open:before{transform:rotate(45deg)}.secondary-nav__trigger.is-open:after{transform:rotate(45deg)}.secondary-nav ul{width:50px;right:2rem;bottom:80px;visibility:hidden;list-style:none;transform:translateY(100%);transition:all .6s ease-out;opacity:0}.secondary-nav ul.is-visible{visibility:visible;transform:translateY(0);opacity:1}.secondary-nav__item{display:flex;margin-bottom:10px;width:50px;height:50px;border-radius:50%;background:#136b8e;align-items:center;justify-content:center;color:#fff;cursor:pointer;border:1px solid #fff}.secondary-nav__item svg{width:2em;height:2rem}section{max-width:1000px;margin:4rem auto;display:flex;flex-wrap:wrap;justify-content:center}section .container{box-shadow:0 1.5rem 4rem #00000026;width:100%;padding:0 1rem}@media (min-width: 600px){section .container{width:580px;padding:0}}@media (min-width: 769px){section .container{width:auto}}section .container .row{box-shadow:0 2px 1px var(--shadow),0 4px 2px var(--shadow),0 8px 4px var(--shadow),0 16px 8px var(--shadow),0 32px 16px var(--shadow)}@media (min-width: 600px){section .container .row{display:flex}}section .container .row .intro{background:#fff;max-width:900px}section .container .row .intro__item{display:flex;flex-wrap:wrap;position:relative;text-align:center}section .container .row .intro__item:nth-of-type(2n){flex-direction:row-reverse}section .container .row .intro__item__image,section .container .row .intro__item__text{width:100%}@media (min-width: 769px){section .container .row .intro__item__image,section .container .row .intro__item__text{width:50%}}section .container .row .intro__item__image{display:grid;place-items:center;height:100px;width:100%;background:#136b8e}@media (min-width: 769px){section .container .row .intro__item__image{height:150px}}@media (min-width: 993px){section .container .row .intro__item__image{height:200px}}section .container .row .intro__item__image img{width:3rem;height:auto;color:#fff}@media (min-width: 769px){section .container .row .intro__item__image img{width:4rem}}@media (min-width: 993px){section .container .row .intro__item__image img{width:5rem}}section .container .row .intro__item__text{display:grid;place-items:center;width:100%;padding:1rem}@media (min-width: 600px){section .container .row .intro__item__text{height:100px}}@media (min-width: 769px){section .container .row .intro__item__text{height:150px}}@media (min-width: 993px){section .container .row .intro__item__text{height:200px}}section .container .row .intro__item__text h3{text-transform:uppercase;color:#136b8e}@media (min-width: 600px){section .container .row .right .intro__item{flex-direction:column-reverse}}.slider{display:flex;overflow:hidden;position:relative;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;height:500px}@media (min-width: 769px){.slider{height:100vh}}.slider__slide{overflow:hidden;width:100%;min-height:100%;text-align:center;height:100%;position:absolute;top:0}.scroll{display:none}@media (min-width: 769px){.scroll{position:absolute;z-index:10;bottom:50px;left:50%;width:38px;height:100px;cursor:pointer;display:block}}.courses{margin:4rem auto;max-width:1200px}.courses input[type=radio]{position:absolute;left:-9999px}.courses__filters{text-align:center;margin-bottom:2rem;list-style:none}.courses__filters *{display:inline-block}.courses__filters label{padding:.5rem 1rem;transition:background .5s,box-shadow .3s,color .5s;cursor:pointer;margin:0 .5rem .5rem 0;color:var(--text)}.courses__filters label:hover{background:#136b8e;color:#fff;box-shadow:0 10px 10px gray}.courses [value=all]:checked~.courses__filters [for=all],.courses [value=office]:checked~.courses__filters [for=office],.courses [value=web]:checked~.courses__filters [for=web],.courses [value=other]:checked~.courses__filters [for=other],.courses [value=graphics]:checked~.courses__filters [for=graphics]{background:#136b8e;color:#fff;box-shadow:0 10px 10px gray}.courses [value=all]:checked~.courses__items [data-category]{display:block}.courses [value=office]:checked~.courses__items li:not([data-category~=office]),.courses [value=web]:checked~.courses__items li:not([data-category~=web]),.courses [value=other]:checked~.courses__items li:not([data-category~=other]),.courses [value=graphics]:checked~.courses__items li:not([data-category~=graphics]){display:none}.courses__items{display:grid;_gap:1rem;margin:1rem;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));list-style:none}.card{position:relative;min-height:300px;min-width:280px}.card__side{height:100%;transition:all .8s ease;position:absolute;inset:0;width:100%;backface-visibility:hidden;overflow:hidden}.card__side--front{background:#fff;box-shadow:0 1.5rem 4rem #00000026;border:1px solid #a0a0a0}.card__side--back{transform:rotateY(180deg);box-shadow:0 1.5rem 4rem #0000004d;display:grid;place-items:center;background:#fff;border:1px solid #a0a0a0}.card__side .card__cta{text-align:center;width:100%;display:flex;flex-direction:column;justify-content:flex-start;height:100%;margin-top:3rem}.card__side .card__cta__image{width:100%;height:120px;object-fit:cover;display:block;margin-bottom:1rem}.card__side .card__cta__name{font-size:1.5rem;text-transform:uppercase;font-weight:400;padding:0 1rem}.card__side .card__details{padding:1rem;color:#000;text-align:center}.card__side .card__details__text{font-size:1.5rem}.card__side .card__details__price{font-size:2rem;font-weight:700;color:#136b8e;margin-bottom:5rem}.card__side .card__details__btn a{padding:1rem;display:block;color:#136b8e;text-decoration:none;text-transform:uppercase;border:0px solid;outline:1px solid;outline-color:#136b8e;outline-offset:0px;transition:all .6s cubic-bezier(.36,.63,.5,.73);font-size:.8em}.card__side .card__details__btn a:hover{border:1px solid #8ec8ed;outline-color:#fff0;outline-offset:15px;color:#8ec8ed}@media (min-width: 400px){.card__side .card__details__btn a{font-size:1.1em}}.card:hover .card__side--front{transform:rotateY(-180deg)}.card:hover .card__side--back{-webkit-transform:rotateY(0);transform:rotateY(0)}.wrap{position:relative;width:100%;max-width:1200px;margin-right:auto;margin-left:auto;overflow:hidden}.wrap .row{display:flex;flex-wrap:wrap;padding:1rem;flex-direction:column}@media (min-width: 769px){.wrap .row{flex-direction:row}}.wrap .row .left{flex:0 0 auto;overflow:hidden}@media (min-width: 769px){.wrap .row .left{width:66.66666667%;padding-right:1rem}}.wrap .row .left .shadow{background:#fff;margin-bottom:2rem;box-shadow:0 2px 1px var(--shadow),0 4px 2px var(--shadow),0 8px 4px var(--shadow),0 16px 8px var(--shadow),0 32px 16px var(--shadow);border:1px solid var(--border)}.wrap .row .left__image{display:block;position:relative;overflow:hidden;width:100%;margin-right:auto;margin-left:auto}.wrap .row .left__image img{display:block;width:100%;height:auto;max-height:183px;object-fit:cover}.wrap .row .left__content{padding:2rem 1rem 0;background:var(--bg);color:var(--text)}@media (min-width: 769px){.wrap .row .left__content{padding:2rem 2rem 0}}.wrap .row .left__content__intro{border-left:3px solid #ccc;padding-left:1rem;margin-bottom:2rem}.wrap .row .left__content__intro p{display:inline;font-size:1.2rem}.wrap .row .left__content h1{color:var(--header);font-weight:900;display:block;font-size:2rem;margin-bottom:10px;font-family:Lato,sans-serif}@media (min-width: 769px){.wrap .row .left__content h1{margin-bottom:2rem}}.wrap .row .left__content h3{margin-top:1rem;text-transform:uppercase}.wrap .row .left__content h4{text-align:center;margin-top:2rem;padding:0 1rem}.wrap .row .left__content h4 span{padding-bottom:1rem;font-style:italic;display:block}.wrap .row .left__content ul{list-style:square}.wrap .row .left__content ul li{margin-left:2rem;text-transform:lowercase}.wrap .row .left__form{padding:0 2rem 2rem;overflow:hidden;background:var(--bg)}.wrap .row .right{flex:0 0 auto}@media (min-width: 769px){.wrap .row .right{width:33.33333333%;padding-left:1rem}}.wrap .row .right .shadow{box-shadow:0 2px 1px var(--shadow),0 4px 2px var(--shadow),0 8px 4px var(--shadow),0 16px 8px var(--shadow),0 32px 16px var(--shadow);background:var(--bg);padding:1rem;margin-bottom:2rem;border:1px solid var(--border)}.wrap .row .right .shadow h2{color:var(--header);font-weight:600;padding-bottom:1rem;font-family:Lato,sans-serif;font-size:1rem}@media (min-width: 769px){.wrap .row .right .shadow h2{font-size:1.5rem}}.wrap .row .right .shadow .price h2{text-align:center;padding:1.5rem 0}.wrap .row .right .shadow .price h2 span{color:var(--price);font-size:1rem}@media (min-width: 769px){.wrap .row .right .shadow .price h2 span{font-size:1.5rem}}.wrap .row .right .shadow .price:has(h2 + h4) h2{padding:1.5rem 0 0}.wrap .row .right .shadow .price h4{color:var(--header);text-align:center;padding:0 0 1.5rem}.wrap .row .right .shadow .price h4 span{color:var(--price);font-size:1rem}@media (min-width: 769px){.wrap .row .right .shadow .price h4 span{font-size:1.1rem}}.side-course{position:relative;height:120px;margin-bottom:1rem;overflow:hidden}.side-course:last-of-type{margin-bottom:0}.side-course__overlay{background:rgba(0,0,0,.33);position:absolute;z-index:10;inset:0;transition:all .6s}.side-course__overlay:hover{background:rgba(0,0,0,.7)}.side-course__image{width:100%;position:absolute;z-index:5}.side-course__image img{width:100%;height:auto;height:120px;object-fit:cover}.side-course__title{z-index:11;position:absolute;top:10px;left:10px}.side-course__title h3{font-weight:700;font-size:1.1em;color:#fff;padding:0 1rem;text-transform:uppercase;font-family:Lato,sans-serif;text-shadow:2px 2px #000}#contact-form{max-width:700px;display:block;margin:auto}.contact{position:relative;margin:2rem 0;padding:1rem}@media (min-width: 769px){.contact{margin:0 0 10rem}}.contact__title{font-family:Lato,sans-serif;text-transform:uppercase;letter-spacing:4px;font-size:1.25em;font-weight:900;text-align:center}@media (min-width: 769px){.contact__title{font-size:1.5em}}@media (min-width: 993px){.contact__title{font-size:1.75em}}.contact__input__wrap{width:100%;margin:40px 0 8px;position:relative}.contact__input__wrap input[type=text],.contact__input__wrap input[type=email],.contact__input__wrap input[type=password],.contact__input__wrap textarea{width:100%;letter-spacing:1px;background:transparent;border:none;padding:10px;border-bottom-width:1px;border-bottom-style:solid;font-size:1.125rem;color:var(--text)!important}.contact__input__wrap textarea{min-height:115px;border-bottom-width:1px;border-bottom-style:solid}.contact__input__wrap input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:#136b8e;width:1.15em;height:1.15em;border:.15em solid currentColor;border-radius:50%;transform:translateY(-.075em);display:grid;place-content:center}.contact__input__wrap input[type=radio]:before{content:"";width:.65em;height:.65em;border-radius:50%;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #136b8e;background-color:CanvasText}.contact__input__wrap input[type=radio]:checked:before{transform:scale(.5)}.contact__input__wrap input[type=radio]:focus{outline:max(2px,.15em) solid currentColor;outline-offset:max(2px,.15em)}.contact__input__wrap .form-header{font-size:1.125rem;font-weight:600;text-transform:uppercase;margin-bottom:.5rem}.contact__input__wrap .form-control{font-size:1.125rem;gap:.5em;display:flex;margin-bottom:1rem;line-height:1.1}.contact__input__wrap .form-control:focus-within{color:#136b8e}.contact__button__send{width:280px;cursor:pointer;text-align:center;margin:1.5rem auto;padding:1rem;display:block;color:#136b8e;text-decoration:none;text-transform:uppercase;border:0px solid;outline:1px solid;outline-color:#136b8e;outline-offset:0px;transition:all .6s cubic-bezier(.36,.63,.5,.73);font-size:.8em;background:transparent}.contact__button__send:hover{border:1px solid #8ec8ed;outline-color:#fff0;outline-offset:15px;color:#8ec8ed}@media (min-width: 400px){.contact__button__send{font-size:1.1em}}.border1{border:0;border-bottom:1px solid rgb(202,201,201);padding:10px 0;background-color:transparent}.border1:focus~.bb{width:100%;transition:.8s}.border1~.bb{position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#136b8e}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{box-shadow:0 0 0 30px #fffefe0d inset!important;-webkit-box-shadow:0 0 0 30px rgba(255,254,254,.05) inset!important;transition:background-color 0s 600000s,color 0s 600000s;-webkit-box-shadow:0 0 0px 1000px yellow inset}button:active,button:focus,button:hover{outline:none}input,textarea{outline:none;border:none}input:focus,input:focus,textarea:focus,textarea:focus{border-color:transparent!important}.login{display:flex;align-items:center;justify-content:center;height:100vh}.cta{cursor:pointer;color:#fff;text-align:center;margin:1.5rem 3rem;transition:all .5s ease;padding:1rem;display:block;color:#136b8e;text-decoration:none;text-transform:uppercase;border:0px solid;outline:1px solid;outline-color:#136b8e;outline-offset:0px;transition:all .6s cubic-bezier(.36,.63,.5,.73);font-size:.8em}.cta:hover{border:1px solid #8ec8ed;outline-color:#fff0;outline-offset:15px;color:#8ec8ed}@media (min-width: 400px){.cta{font-size:1.1em}}.full{left:0!important}.message{background:var(--bg);color:var(--text);position:absolute;z-index:120;left:-100%;bottom:0;top:0;width:100%;height:100%;padding:20px;transition:left .8s cubic-bezier(.17,.04,.03,.94);overflow:hidden;box-sizing:border-box}.message__close{display:block;border-radius:100%;margin-right:5px;background-color:#136b8e;float:right;height:38px;width:38px;cursor:pointer;padding:8px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.message__close span{position:relative;display:block;height:2px;width:100%;margin-top:4px;background-color:#fff;transition:all .25s}.message__close span:first-child{transform:rotate(45deg) translate(4.4px,4.4px)}.message__close span:nth-child(2){width:0%;opacity:0}.message__close span:last-child{transform:rotate(-45deg) translate(4.4px,-4.4px)}.message .content{display:flex;align-items:center;justify-content:space-between;padding:3rem 0;flex-direction:column;width:100%}@media (min-width: 769px){.message .content{padding:3rem 2rem;flex-direction:row}}.message .content__left{display:flex;align-items:center;gap:1rem;justify-content:flex-start;flex:auto;flex-direction:column}@media (min-width: 769px){.message .content__left{flex-direction:row;max-width:70%}}.message .content__left img{width:30%;height:auto;max-height:120px;object-fit:cover}.message .content__left h3{text-transform:uppercase;font-size:1.2rem;color:var(--header);text-align:center}.message .content__right b{max-width:20ch}.message .content__right b span{color:#136b8e}.validation-error{font-style:italic;font-weight:700;color:red}.footer{padding:2rem;display:flex;flex-direction:column;align-items:center;background:#000}.footer__logo{display:flex;margin:0 auto}.footer__logo__icon{fill:#fff;font-size:4rem}.footer__social{margin:1rem 0 0}.footer__social ul{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;list-style:none}.footer__social ul li{width:40px;height:40px;cursor:pointer;display:grid;place-items:center;transition:all .3s}.footer__social ul li a{display:grid;place-items:center;width:100%;height:100%;color:#fff}.footer__social ul li a svg{height:1.5rem;width:1.5rem;transition:.6s;fill:#fff}.footer__social ul li:hover a svg{transform:rotateY(360deg);stroke-width:1.75;fill:#136b8e}.footer__copyright p{font-size:.9rem;margin-top:1rem;text-align:center;color:#fff}.notfound{display:flex;align-items:center;justify-content:center;flex-flow:column;min-width:300px;width:100%;height:calc(100vh - 198px);padding:1rem}.notfound h1{font-size:2rem;text-align:center;line-height:1.2;margin-bottom:1rem;color:var(--text)}@media (min-width: 769px){.notfound h1{font-size:4rem}}.notfound__link{font-size:1.4rem;color:#136b8e;text-decoration:none;position:relative}.notfound__link:before{content:"";position:absolute;display:block;width:100%;height:2px;bottom:-4px;left:0;background-color:#136b8e;transform:scaleX(0);transition:transform .6s ease}.notfound__link:hover{color:#136b8e}.notfound__link:hover:before{transform:scaleX(1)}@media (min-width: 769px){.notfound__link{font-size:2rem}}.image-wrap{display:flex;flex-direction:column}.image-wrap .images .image-box{cursor:pointer}.image-wrap .images .image-box__image{margin-bottom:.5rem;border:5px solid white;-webkit-box-shadow:0 0 4px #136b8e;box-shadow:0 0 4px #136b8e;width:100%;height:auto;max-height:120px;object-fit:cover}.image-wrap .images .image-box__text{text-align:center;text-transform:uppercase;font-weight:400}.modal-overlay{background:rgb(0,0,0);z-index:994;position:fixed;inset:0;width:100%;height:100%;align-items:center}.modal-overlay .modal{max-width:800px;margin:0 auto;width:100%;position:relative;height:100%}.modal-overlay .modal__close{background-color:#fff;color:#136b8e;cursor:pointer;position:fixed;right:32px;top:32px;border-radius:100%;width:42px;height:42px;z-index:996;display:flex;align-items:center;justify-content:center}.modal-overlay .modal__inner{padding:1rem;position:absolute;inset:0;height:100%;display:flex;align-items:center;justify-content:center}.modal-overlay .modal__inner__image{max-width:100%;max-height:100%;padding:1rem;border:5px solid #fff;-webkit-box-shadow:0 0 4px #fff;box-shadow:0 0 4px #fff}.modal-overlay .modal__inner__title{text-transform:uppercase;text-align:center;font-size:1.3rem;color:#fff}.modal-overlay .modal__inner__text{padding:0 2rem 2rem;color:#fff;font-size:1.2rem;text-align:center}.modal-overlay .modal__arrow-left,.modal-overlay .modal__arrow-right{background-color:#fff;position:absolute;top:50%;width:50px;height:50px;z-index:999;cursor:pointer;padding:12px;border-radius:100%;border:1px solid #136b8e}.modal-overlay .modal__arrow-left{left:1rem}.modal-overlay .modal__arrow-right{right:1rem}: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) px);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:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.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-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)}}
