*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.section{position:relative;font-size:1rem;background-color:#fff;border:1px solid #CECECE;border-radius:25px;padding:1.6em;font-family:"Roboto",sans-serif;display:none}.section.active{display:block}.section-wrapper{width:90%;max-width:40rem}.section__header{margin-left:.2em;color:#333}.section__heading{font-size:1.4em;font-weight:500;margin-bottom:.3em}.section__desc{font-size:.9em;margin-bottom:1.2em}.loader{position:absolute;top:50%;left:50%;z-index:99;border:14px solid #f3f3f3;border-radius:50%;border-top:14px solid #16ACDB;width:100px;height:100px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;display:none}.loader.active{display:block}@-webkit-keyframes spin{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@keyframes spin{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}.label{font-size:0.9em;color:#333}.link{position:relative;color:#16ACDB;text-decoration:none}.link::after{content:'';position:absolute;bottom:0px;left:0;width:100%;height:1px;border-bottom:1px dashed #16ACDB}.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.3em;height:1.3em;border:1px solid #333;border-radius:4px;cursor:pointer;margin-right:.4em}.checkbox::before{position:absolute;display:block;content:'';width:.25em;height:.6em;border-style:solid;border-color:#fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0;-webkit-transition:opacity .1s;transition:opacity .1s}.checkbox:checked{background-color:#16ACDB;border-color:#16ACDB}.checkbox:checked::before{opacity:1}.btn{display:block;color:#fff;background-color:#F92121;font-size:1.07em;font-weight:500;font-family:"Roboto",sans-serif;text-transform:uppercase;text-decoration:none;letter-spacing:1px;border:none;border-radius:10px;cursor:pointer;padding:.8em 3em}.success{font-size:.9em;background-color:#F0FFE3;border:1px solid #9CDC6A;border-radius:15px;padding:.9em 1.2em}.success-text{font-weight:500;color:#049A25}.error{font-size:.9em;color:#D61919;background-color:#FFCFCF;border:1px solid #CF6868;border-radius:15px;padding:.9em 1.2em;margin-bottom:.8em}.error__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700}.error img{width:1.5em;margin-top:-.2em;margin-right:.4rem}.error__desc{margin-top:.3em;font-weight:400;margin-left:.2em}.error-text{color:#D61919;font-weight:500}@media (min-width: 64em){html{font-size:1.1em}}.container{display:-ms-grid;display:grid;-ms-grid-columns:100%;grid-template-columns:100%;-ms-grid-rows:auto auto 1fr;grid-template-rows:auto auto 1fr;justify-items:center;min-height:100vh;background-color:#F8F7F7;padding:2rem 0}.overlay{position:absolute;inset:0;z-index:98;background-color:rgba(255,255,255,0.5);display:none}.overlay.active{display:block}.logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:clamp(2.7rem, calc(4vw + 1.2rem), 3.5rem);font-family:"Roboto",sans-serif;margin-top:7vh;margin-bottom:2rem}.logo__icon{width:2em;margin-right:.15em;margin-top:.1em}.logo__title{font-size:1em;font-weight:700;color:#333}.logo__subtitle{display:block;font-size:.44em;font-weight:400;text-indent:.3em;text-transform:uppercase;margin-top:-.3em}.menu{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1rem;width:90%;max-width:40rem;background-color:#fff;-webkit-box-shadow:0 0 0 1px #CECECE;box-shadow:0 0 0 1px #CECECE;border-radius:25px;margin-bottom:1.5rem}.menu__toggler{position:absolute;top:0;left:0;width:50%;height:100%;-webkit-transform:translateX(0);transform:translateX(0);background-color:#16ACDB;-webkit-box-shadow:0 0 0 1px #16ACDB;box-shadow:0 0 0 1px #16ACDB;border-radius:25px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.menu__toggler.switched{-webkit-transform:translateX(100%);transform:translateX(100%)}.menu__btn{position:relative;width:50%;font-family:"Roboto",sans-serif;font-size:.9em;font-weight:500;color:#333;background-color:transparent;border:none;border-radius:25px;padding:.4em;-webkit-transition:color .2s;transition:color .2s}.menu__btn.active{color:#fff}.create__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.create__input-url{display:block;width:100%;font-size:.9em;color:#333;-webkit-appearance:none;-webkit-box-shadow:0 0 0 1px #CECECE;box-shadow:0 0 0 1px #CECECE;border:none;border-radius:10px;padding:.8em;margin-bottom:.9em}.create__input-url::-webkit-input-placeholder{color:#CECECE}.create__input-url:-ms-input-placeholder{color:#CECECE}.create__input-url::-ms-input-placeholder{color:#CECECE}.create__input-url::placeholder{color:#CECECE}.create__input-url:focus{-webkit-box-shadow:0 0 0 3px #16ACDB;box-shadow:0 0 0 3px #16ACDB;outline:none}.create__label-url{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.create__label-url img{width:1.3em;margin-right:.3em;margin-top:-0.1em}.create__checkbox-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1.4rem;margin-left:0.1rem}.create__checkbox-wrapper label{cursor:pointer}.create__btn{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-top:2.4rem}.find__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.find__input-file{width:0.1px;height:0.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.find__input-file:focus+.find__label-file{outline:2px solid #000}.find__label-file{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:2px dashed #9d9d9d;padding:.8em;margin-bottom:0.9em;cursor:pointer}.find__label-file img{width:1.7em;margin-right:0.3em}.find__btn{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-top:1.4rem}.export__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.export__info{font-size:.9rem;color:#333;margin:1.6rem .7rem}.export__info-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.5em}.export__info-text{margin-right:.4em}.export__info-bold{font-weight:500}.export__download-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center}.export__download-btn img{width:1.8em;margin-right:.7em}.compare{font-size:1rem}.compare__content{display:-ms-grid;display:grid}@media (min-width: 40em){.compare__content{-ms-grid-columns:1fr auto;grid-template-columns:1fr auto;-webkit-column-gap:2.5rem;column-gap:2.5rem}}@media (min-width: 40em){.compare__success{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3}}.compare__info{font-size:.9em;margin-top:1.5rem;margin-left:.7rem}@media (min-width: 40em){.compare__info{margin:2.3rem .7rem}}.compare__added{margin-bottom:1.3rem}.compare__label{margin-bottom:.5em}.compare__list{list-style:none}.compare__list li{margin-bottom:.2em}.compare__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.5rem}@media (min-width: 40em){.compare__buttons{margin-top:2.3rem}}.compare__btn-update{font-size:.95em;padding:.8em 2em}.compare__btn-download{display:block;font-size:1em;font-family:"Roboto",sans-serif;color:#454545;background-color:transparent;border:none;border-bottom:1px dashed #454545;margin-top:1.3em;cursor:pointer}.footer{color:#666;font-size:.8em;font-family:"Roboto",sans-serif;margin-top:1.5rem}
/*# sourceMappingURL=main.css.map */