@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800;900&family=Trispace&display=swap);body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;font-family:Inter,Arial,sans-serif;margin:0}html{scroll-behavior:smooth}.App{background-color:#fff;box-sizing:border-box;color:#2d3436;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.App__container{display:flex;flex-direction:column;min-height:100vh;width:100%}.main{flex-grow:1}body.body_lock{overflow:hidden}.tic-tac-toe__status{font-size:18px;font-weight:400;line-height:32px;opacity:1}.tic-tac-toe{box-sizing:border-box;display:flex;flex-direction:column;padding:30px 135px;width:100%}.tic-tac-toe__square-border{background-color:#4158d0;background-image:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border-radius:8px;display:flex;flex-direction:column;gap:10px;height:500px;justify-content:center;margin:0 auto;width:500px}.tic-tac-toe__square{background:#fff;border:none;border-radius:8px;font-size:32px;font-weight:400;height:150px;line-height:32px;opacity:1;padding:0;text-align:center;width:150px}.tic-tac-toe__board-row{display:flex;gap:10px;height:30%;justify-content:center;margin:0 auto;width:97%}.tic-tac-toe__status{margin:20px auto}.celebration__button{background-color:#6c5ce7;border:0;border-radius:16px;box-shadow:0 1.7px 2.2px #00000005,0 4px 5.3px rgba(0,0,0,.028),0 7.5px 10px rgba(0,0,0,.035),0 13.4px 17.9px rgba(0,0,0,.042),0 25.1px 33.4px #0000000d,0 60px 80px #00000012;box-sizing:border-box;color:#fff;cursor:pointer;font-size:24px;font-weight:700;gap:.5em;height:80px;letter-spacing:.25px;line-height:36px;margin:0 auto;opacity:1;padding:20px 50px;position:relative;text-align:center;transition:all .2s linear .1s;z-index:1}.celebration__button:active{transform:scale(1.01)}.celebration__button:hover,.celebration__button_disabled{background-color:#6c5ce7cc}@media screen and (max-width:1024px){.celebration__button{margin:inherit}}.notfound__link{font-size:18px;font-weight:400;line-height:32px;opacity:1}.notfound__title{font-size:96px;font-weight:800;line-height:104px;opacity:1}.aaaa,.notfound__subtitle{font-size:64px;font-weight:900;line-height:77px;opacity:1}.notfound__link{transition:all .2s linear .1s}.notfound{align-items:center;display:flex;flex-direction:column;margin:0 auto}.notfound__title{color:#fdcb6e;margin:146px auto 5px}.notfound__subtitle{margin:0}.notfound__link{border:none;color:#2d3436;text-align:center}.notfound__link:hover{color:#25b1b0}.container{margin-right:80%;padding-top:0;width:100%}.container,.loro{height:300px;position:relative}.loro{margin-right:120px;width:231px}.circ{background:#25b1b0;border-radius:300px 0 0 300px;height:212px;margin:30px 50%;width:121px;z-index:2}.circ,.circ3{position:absolute}.circ3{background:#f7a500;border-radius:0 0 90px 90px;display:block;height:45px;margin:140px 192px;transform:rotate(20deg);width:80px}.circ5{background:#fff;border-radius:90px 0 0 90px;height:121px;margin:70px 161px;width:75px;z-index:3}.circ5,.ojo{position:absolute}.ojo{background:#333;border:3px solid #f66;border-radius:100%;height:30px;margin:90px 192px;width:30px;z-index:33}.circ7{background:#f7ce43;border-radius:0 192px 0 0;height:60px;margin:70px 215px;transform:rotate(-25deg);width:65px}.circ7,.circ8{position:absolute}.circ8{animation:circ8 1s linear infinite;background:#f66;border-radius:50%;height:10px;margin:135px 220px;width:45px}.text-figure{border:3px solid #25b1b0;border-radius:50px;height:100px;margin:85px 305px;overflow:hidden;position:absolute;width:200px}.aaaa{animation:aaaa 1.5s linear infinite;margin:0;padding:10px;text-align:center;white-space:nowrap}.aaaa:after{content:"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}.detail{border-bottom:12px solid #0000;border-right:24px solid #25b1b0;border-top:12px solid #0000;height:0;margin:125px 285px;position:absolute;width:0}@media screen and (max-width:430px){.container{margin-right:60%}.text-figure{height:75px;margin:85px 310px;width:100px}.aaaa,.notfound__subtitle{font-size:32px;font-weight:500;line-height:48px}.detail{margin:115px 291px}}@keyframes aaaa{0%{transform:translateX(0)}50%{transform:translateX(-50%)}}@keyframes circ8{0%{transform:rotate(-15deg)}to{transform:rotate(10deg)}}.navigation__link{font-size:18px;font-weight:400;line-height:32px}.navigation__link,.navigation__link_active{cursor:pointer;text-decoration:none;transition:all .2s linear .1s}.navigation__list{display:flex;flex-direction:row;gap:40px;list-style:none;margin:0;padding:0}.navigation__link_with-dot{position:relative}.navigation__link_with-dot:before{background:#fdcb6e;border-radius:50%;content:"";height:10px;left:-25px;position:absolute;top:31%;width:10px}.navigation__link_active{color:#2d3436;font-size:18px;font-weight:700;letter-spacing:.2px;line-height:32px;opacity:1}.navigation__link_active:hover{opacity:.8}.navigation__link{color:#6c5ce7;opacity:1}.navigation__link:hover{opacity:.8}.navigation__hamburger-menu,.navigation__hamburger-menu_fixed{display:none}@media screen and (max-width:767px){.navigation__hamburger-menu{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#0000;border:none;cursor:pointer;display:block;height:20px;margin:10px;padding:0;position:relative;right:0;transition-duration:.25s;width:20px;z-index:5}.navigation__hamburger-menu span,.navigation__hamburger-menu:after,.navigation__hamburger-menu:before{background-color:#000;height:2.5px;left:0;position:absolute;transition:all .5s ease 0s;width:100%}.navigation__hamburger-menu:after,.navigation__hamburger-menu:before{content:""}.navigation__hamburger-menu:before{top:0}.navigation__hamburger-menu:after{bottom:0}.navigation__hamburger-menu span{top:50%;transform:scale(1) translateY(-50%)}.navigation__hamburger-menu.navigation_active span{transform:scale(0) translateY(-50%)}.navigation__hamburger-menu.navigation_active:before{top:50%;transform:rotate(-45deg) translateY(-50%)}.navigation__hamburger-menu.navigation_active:after{bottom:50%;transform:rotate(45deg) translateY(50%)}.navigation__hamburger-menu_fixed{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:block;height:20px;margin:10px;padding:0;position:fixed;right:0;transition-duration:.25s;width:20px;z-index:5}.navigation__container{background-color:#fff;height:100vh;margin:0;position:fixed;right:-100%;top:0;transition:all .6s;visibility:hidden;width:79%;z-index:2}.navigation__list{align-items:flex-start;flex-direction:column}.navigation_active{right:0;transition:all .6s;visibility:visible}.navigation_state_opened{background-color:#0000004d;height:100vh;justify-content:flex-end;left:0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:5}.navigation__link,.navigation__link_active{margin-left:50px}.navigation__item:first-child{margin-left:0;margin-top:50px}.navigation_active .navigation__link_active{position:relative}.navigation_active .navigation__link_active:before{background:#fdcb6e;border-radius:50%;content:"";height:10px;left:-25px;position:absolute;top:31%;width:10px}.navigation_active .navigation__link{position:relative}.navigation_active .navigation__link:before{background:#fdcb6e;border-radius:50%;content:"";height:10px;left:-25px;position:absolute;top:31%;width:10px}}@media screen and (max-width:568px){.navigation__container{width:100%}}.header__link{transition:all .2s linear .1s}.header{background-color:#fff;filter:drop-shadow(0 2px 4px rgba(38,50,56,.16)) drop-shadow(0 4px 8px rgba(38,50,56,.08));max-height:96px;position:relative;transition:all .5s ease 0s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;width:100%;z-index:2}.header__box{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin:0 auto;max-width:1440px;padding:16px 135px;width:100%}.header__logo{height:40px;width:40px}.header__logo-background{align-items:center;background:#fdcb6e;border-radius:50%;display:flex;height:48px;justify-content:center;width:48px}.header__company-name{font-size:48px;font-weight:700;letter-spacing:-1px;line-height:56px;margin:0 0 0 10px;opacity:1}.logo__group{align-items:center;display:flex}.header__link{opacity:1}.header__link:hover{opacity:.8}@media screen and (max-width:1280px){.header__box{padding-left:65px;padding-right:65px}}@media screen and (max-width:1024px){.header__company-name{font-size:36px}.header__box{padding-left:25px;padding-right:25px}}@media screen and (max-width:767px){.header{filter:none;max-height:72px}.header__box{max-width:100%;padding:16px 15px}.header__logo{height:30px;width:30px}.header__logo-background{height:40px;width:40px}.header__company-name{font-size:24px;font-weight:700;letter-spacing:.25px;line-height:36px;opacity:1}}.footer__email{font-size:32px;font-weight:700;line-height:48px}.footer__caption_author,.footer__caption_company{font-size:14px;font-weight:400;line-height:24px;opacity:1}.footer__email{transition:all .2s linear .1s}.footer{background:#fff;color:#000;display:flex;flex-shrink:0;overflow:hidden;position:relative;width:100%}.footer__content{display:flex;justify-content:space-between;margin:0 auto;max-width:1170px;padding:80px 135px 100px;width:100%}.footer__content-box{color:#000;display:flex;flex-direction:column;z-index:1}.footer__email{color:#6c5ce7;letter-spacing:-.5px;margin-bottom:40px;opacity:1;text-decoration:none}.footer__email:hover{opacity:.8}.footer__caption_company{margin-bottom:5px;margin-top:100px}.footer__caption_author{margin:0}.footer__caption_author-span,.footer__figure-first_mobile,.footer__figure-second_mobile,.footer__figure-third_mobile{display:none}.footer__wave{background-color:#fdcb6e;bottom:0;box-shadow:inset 0 0 50px #00000080;height:200px;left:0;position:absolute;right:0;transition:.5s}.footer__wave:before{animation:waves 18s linear infinite;background:#fff;border-radius:44%}.footer__wave:after{animation:waves 39s linear infinite;background:#ffffff80;border-radius:44%}.footer__wave:after,.footer__wave:before{content:"";height:300vw;left:50%;position:absolute;top:-65vw;transform:translate(-50%,-75%);width:300vw}@keyframes waves{0%{transform:translate(-50%,-75%) rotate(0deg)}to{transform:translate(-50%,-75%) rotate(1turn)}}@media screen and (max-width:1280px){.footer__content{padding-left:65px;padding-right:65px}}@media screen and (max-width:1024px){.footer__content{flex-direction:column-reverse;flex-wrap:wrap;gap:40px;padding:40px 25px}.footer__wave{display:none}}@media screen and (max-width:767px){.footer__content{margin:0 auto;max-width:100%;padding:40px 15px 101px;position:relative}.footer__content,.footer__content-box{flex-direction:column}.footer__caption_company{font-size:14px;font-weight:500;letter-spacing:.2px;line-height:24px;margin:0 auto;max-width:330px;min-height:48}.footer__caption_company-span{display:block;margin:0 auto;text-align:center}.footer__caption_author{color:#00b894;font-size:12px;font-weight:400;letter-spacing:.3px;line-height:22px;margin:10px auto;min-height:48px;text-align:center}.footer__caption_author-span{display:block;margin:0 auto;text-align:center}.footer__email{color:#2d3436;font-size:18px;font-weight:700;letter-spacing:.2px;line-height:32px;margin:0 auto;min-height:38px}.footer__figure-first_mobile{background:#6c5ce7;height:140px;left:-75px;width:140px}.footer__figure-first_mobile,.footer__figure-second_mobile{bottom:-75px;display:block;opacity:.24;position:absolute;transform:matrix(.71,.71,.71,-.71,0,0)}.footer__figure-second_mobile{background:#fdcb6e;border-radius:45.4479px;height:150px;left:10px;mix-blend-mode:multiply;width:170px}.footer__figure-third_mobile{background-color:#0000;background-image:url(/ParrotTale/static/media/dots.c43ec37da025267ad2b0.svg);background-repeat:no-repeat;background-size:contain;bottom:-35.64px;display:block;height:110px;left:80px;position:absolute;transform:rotate(90deg);width:80px}}.footer__social-title{font-size:12px;font-weight:800;line-height:15px;opacity:1}.footer__social-box{margin:0;padding:0}.footer__social-link{transition:all .2s linear .1s}.footer__social-title{color:#adadad;display:block;letter-spacing:2.5px;margin-bottom:10px;text-transform:uppercase}.footer__social-box{display:flex;flex-direction:row;gap:37px;list-style:none;margin-bottom:48px}.footer__social-link{background-color:#0000;border-radius:50%;display:block;height:40px;width:40px}.footer__social-link:hover{background:#fdcb6e}@media screen and (max-width:767px){.footer__social-title{display:none}.footer__social-box{bottom:40px;gap:initial;justify-content:space-between;margin-bottom:0;position:absolute;width:calc(100% - 30px)}.footer__social-icon{stroke:#000}}.footer__informaiton-link{font-size:14px;font-weight:400;line-height:24px;opacity:1}.footer__informaiton-list{margin:0;padding:0}.footer__informaiton-link{cursor:pointer;text-decoration:none;transition:all .2s linear .1s}.footer__informaiton-box{display:flex;flex-direction:row;gap:30px;margin-top:6px;width:100%}.footer__informaiton-list{display:flex;flex-direction:column;gap:16px;list-style:none}.footer__informaiton-link{color:#2d3436;display:block;min-width:170px}.footer__informaiton-link:hover{color:#6c5ce7}@media screen and (max-width:767px){.footer__informaiton-box{display:none}}.contact-form__input,.contact-form__input::placeholder{font-size:18px;font-weight:400;line-height:32px;opacity:1}.contact-form__error{font-size:14px;font-weight:400;line-height:24px;opacity:1}.contact-form__email,.contact-form__name{box-sizing:border-box;flex-grow:1;height:48px;padding:8px 16px;width:270px}.contact-form{display:flex;flex-direction:column;gap:30px;margin-top:16px;width:100%}.contact-form__box{display:flex;flex-direction:row;gap:30px;width:100%}.contact-form__input{background-color:#f0f0f0;border:none;border-radius:16px;color:#2d3436;display:block;font-family:inherit}.contact-form__input:focus{color:#6c5ce7;font-weight:700;outline-color:#6c5ce7;outline-style:solid;outline-width:2px}.contact-form__input::placeholder{color:#2d3436;font-family:Inter}.contact-form__text{box-sizing:border-box;flex-grow:1;height:80px;padding:16px;resize:none;width:370px}.contact-form__error{bottom:-25px;color:#f66;display:block;left:0;margin-left:10px;margin-top:10px;max-width:270px;position:absolute}.contact-form__email-input,.contact-form__message-input,.contact-form__name-input{position:relative}@media screen and (max-width:767px){.contact-form{display:none}}.benefits__description{font-size:24px;font-weight:400;line-height:36px;opacity:1}.benefits__title{font-size:32px;font-weight:700;line-height:48px;opacity:1}.benefits__description,.benefits__title{margin:0;padding:0}.benefits{background-color:#fff;width:100%}.benefits__box{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:1440px;padding:80px 135px;width:100%}.benefits__title-box{display:flex;flex-direction:column;gap:15px}.benefits__title{letter-spacing:-.5px}.benefits__description{display:block;max-width:85%}.benefits__cardlist{display:flex;flex-direction:row;gap:30px}@media screen and (max-width:1280px){.benefits__box{padding-left:65px;padding-right:65px}.benefits__cardlist{flex-wrap:wrap;justify-content:space-between}}@media screen and (max-width:1024px){.benefits__box{padding:40px 25px}}@media screen and (max-width:767px){.benefits__box{max-width:100%;padding:40px 15px}.benefits__title-box{gap:8px}.benefits__title{font-size:24px;font-weight:700;letter-spacing:.25px;line-height:36px}.benefits__description{font-size:18px;font-weight:400;line-height:32px;max-width:100%}.benefits__cardlist{flex-wrap:wrap;justify-content:space-between}}.benefits__card-text{font-size:18px;font-weight:400;line-height:32px;opacity:1}.benefits__card-title{font-size:24px;font-weight:700;line-height:36px;opacity:1}.benefits__card-text{margin:0;padding:0}.benefits__link{cursor:pointer;text-decoration:none;transition:all .2s linear .1s}.benefits__card{display:flex;flex-direction:column;max-width:270px}.benefits__card-icon{align-items:center;border-radius:999px;display:flex;height:70px;justify-content:center;padding:5px;width:70px}.benefits__card-icon_1{background-color:#e84393}.benefits__card-icon_2{background-color:#0984e3}.benefits__card-icon_3{background-color:#6c5ce7}.benefits__card-icon_4{background-color:#00b894}.benefits__card-pic{background-color:#0000;background-repeat:no-repeat;background-size:contain;border:none;height:40px;width:40px}.benefits__card-pic_1{background-image:url(/ParrotTale/static/media/icon-bird-5.08a4a6b9328b6ae9708d.svg);height:35px;width:35px}.benefits__card-pic_2{background-image:url(/ParrotTale/static/media/icon-bird-3.cb8df9b003cf5df6869d.svg)}.benefits__card-pic_3{background-image:url(/ParrotTale/static/media/icon-bird-6.2d5634f2e910e85f3ee0.svg)}.benefits__card-pic_4{background-image:url(/ParrotTale/static/media/icon-bird-4.430fa51eb7cdbc98730d.svg)}.benefits__card-title{margin:24px 0 16px;min-height:36px}.benefits__card-text{max-width:270px;min-height:128px;width:100%}.benefits__link{border:1px solid #adadad;border-radius:16px;box-sizing:border-box;color:#6c5ce7;display:block;font-size:18px;font-weight:700;letter-spacing:.2px;line-height:32px;margin-top:18px;max-width:146px;opacity:1;padding:8px 16px;text-align:center}.benefits__link:hover{background:#6c5ce7;border-color:#6c5ce7;color:#fff}@media screen and (max-width:767px){.benefits__card{max-width:45.45%;width:45.45%}.benefits__card-icon{border-radius:12px;height:52.5px;width:52.5px}.benefits__card-pic{height:42px;width:42px}.benefits__card-title{font-size:18px;font-weight:700;letter-spacing:.25px;line-height:27px;margin:18px 0 12px;min-height:27px;width:100%}.benefits__card-text{font-size:13.5px;font-weight:400;line-height:24px;min-height:auto;width:100%}.benefits__link{border-radius:12px;margin-top:7.5px;padding:6px 12px}}@media screen and (max-width:359px){.benefits__card{max-width:100%;width:100%}}.FAQ__accordion-box[open] .FAQ__answer{font-size:18px;font-weight:400;line-height:32px;opacity:1}.FAQ__title{font-size:32px;font-weight:700;line-height:48px;margin:0;opacity:1;padding:0}.FAQ__container{background-color:#fff}.FAQ__box,.FAQ__container{transition:all .5s ease 0s;width:100%}.FAQ__box{box-sizing:border-box;margin:0 auto;max-width:1440px;padding:80px 135px}.FAQ__title{margin-bottom:30px;transition:all .5s ease 0s}.FAQ__accordion-box{border-bottom:dotted #fdcb6e;border-width:10px;box-sizing:border-box;color:#2d3436;font-size:1.5rem;margin-bottom:15px;transition:all .5s ease 0s}.FAQ__question{display:flex;font-size:18px;font-weight:700;justify-content:space-between;letter-spacing:.2px;line-height:32px;list-style:none;opacity:1;padding:1.3em;transition:all .5s ease}.FAQ__question::-webkit-details-marker{display:none;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}.FAQ__question:after{content:"+";font-size:36px;font-weight:300;transform:rotate(0);transition:all .5s ease}.FAQ__question:hover{color:#6c5ce7}summary::-webkit-details-marker{display:none;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}.FAQ__accordion-box[open] .FAQ__question{border-radius:16px;margin-bottom:.5em;transition:all .5s ease}.FAQ__accordion-box[open] .FAQ__question:after{content:"+";font-size:36px;font-weight:300;-webkit-transform:rotate(45deg);transform:rotate(45deg);transform-origin:center;transition:all .3s ease;will-change:transform}.FAQ__accordion-box[open] .FAQ__answer{padding:.5em 1.3em 1.3em;transition:all .5s ease}@media screen and (max-width:1280px){.FAQ__box{padding-left:65px;padding-right:65px}}@media screen and (max-width:1024px){.FAQ__box{padding:40px 25px}}@media screen and (max-width:767px){.FAQ__box{max-width:100%;padding:40px 15px}.FAQ__title{font-size:24px;font-weight:700;letter-spacing:.25px;line-height:36px;margin-bottom:8px}.FAQ__accordion-box{margin-bottom:0}.FAQ__question{align-items:flex-start;font-weight:400;padding:1.3em 0}.FAQ__question:after{margin-left:15px}.FAQ__accordion-box[open] .FAQ__answer{padding:1.3em 0}.FAQ__accordion-box[open] .FAQ__question:after{margin-left:15px}.FAQ__accordion-box[open] .FAQ__question{max-width:100%}}.about-us__text{font-size:18px;font-weight:400;line-height:32px;opacity:1}.about-us__title{font-size:32px;font-weight:700;line-height:48px;opacity:1}.about-us__text,.about-us__title{margin:0;padding:0}.about-us{background-color:#fff;width:100%}.about-us__box{box-sizing:border-box;display:flex;justify-content:space-between;margin:0 auto;max-width:1440px;padding:80px 135px;width:100%}.about-us__pic{border-radius:20px;height:100%;max-height:380px;max-width:470px;object-fit:cover;width:100%}.about-us__pic-box{position:relative;z-index:0}.about-us__pic-box:after{background-image:url(/ParrotTale/static/media/wiggle.e564326910cf72f552c2.svg);bottom:-30px;content:"";height:126px;left:-30px;position:absolute;width:200px;z-index:-1}.about-us__text-box{display:flex;flex-direction:column;justify-content:space-between;max-width:50%}.about-us__title{letter-spacing:-.5px}.about-us__link{background-color:#6c5ce7;color:#fff;margin-top:0;opacity:1}.about-us__link:hover{opacity:.8}.about-us__pic_mobile{display:none}@media screen and (max-width:1280px){.about-us__box{padding-left:65px;padding-right:65px}}@media screen and (max-width:1024px){.about-us__box{padding:40px 25px}.about-us__text{margin-bottom:30px;max-width:90%}}@media screen and (max-width:767px){.about-us__box{max-width:100%;padding:40px 15px}.about-us__pic{border-radius:12px}.about-us__pic-box{flex-shrink:2;max-width:50%}.about-us__text-box{max-width:40%}.about-us__text{font-size:13.5px;font-weight:400;line-height:24px;margin-bottom:24px;max-width:100%}.about-us__title{font-size:24px;font-weight:700;letter-spacing:.25px;line-height:36px;margin-bottom:8px}}@media screen and (max-width:524px){.about-us__pic-box{display:none}.about-us__pic_mobile{display:block}.about-us__text-box{max-width:100%}.about-us__pic_mobile{border-radius:12px;height:183px;margin-bottom:24px;object-fit:cover;width:224px}}.promo__text{font-size:18px;font-weight:400;line-height:32px;opacity:1}.promo__title{font-size:96px;font-weight:800;line-height:104px;opacity:1}.promo__subtitle_desktop{font-size:64px;font-weight:900;line-height:77px;opacity:1}.promo{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;padding:80px 135px;position:relative}.promo,.promo__box{margin:0 auto;max-width:1440px;width:100%}.promo__figure{background-color:#fad867;border-radius:99px;height:768px;opacity:.5;position:absolute;right:-10%;top:-20%;transform:rotate(-45deg);width:868px}.promo__dots{background-color:#0000;background-image:url(/ParrotTale/static/media/dots.c43ec37da025267ad2b0.svg);background-repeat:no-repeat;background-size:contain;height:285px;opacity:1;position:absolute;right:0;top:24px;width:209px}.promo__title-box{position:relative;text-align:center;z-index:1}.promo__title{letter-spacing:-3px;margin:0 0 16px}.promo__subtitle_desktop{letter-spacing:-1px;margin:0}.promo__strong-word{color:#f66;position:relative;text-shadow:0 4px 0 #fff;z-index:2}.promo__strong-word:after{background-color:#55efc4;border-radius:99px;bottom:-4%;content:"";height:51px;opacity:1;position:absolute;right:-1%;width:203px;z-index:-1}.promo__figure_background,.promo__strong-word_mobile,.promo__subtitle_mobile{display:none}@media screen and (min-width:1441px){.promo__dots{display:none}}@media screen and (max-width:1280px){.promo{padding-left:65px;padding-right:65px}}@media screen and (max-width:1024px){.promo{padding:40px 25px}.promo__dots{height:185px;top:0;width:123px}.promo__figure_background{background-image:url(/ParrotTale/static/media/wave.3d08263383c66e7392bb.svg);background-size:contain;display:block;height:28%;position:absolute;right:0;top:0;width:100%}.promo__figure{animation:none;background-color:#0000;background-image:url(/ParrotTale/static/media/Rectangle.03e05504553e9c109344.svg);border-radius:0;height:400px;opacity:1;right:0;top:-70px;transform:none;width:300px}}@media screen and (max-width:767px){.promo{padding:48px 0 32px}.promo__box{margin:0 auto;max-width:100%}.promo__title{font-size:64px;font-weight:900;letter-spacing:-1px;line-height:77px;margin:0;opacity:1;text-shadow:0 4px 0 #fff}.promo__strong-word_desktop,.promo__subtitle_desktop{display:none}.promo__strong-word_mobile{display:block;font-size:48px;font-weight:700;letter-spacing:-1px;line-height:56px;margin:8px auto 16px;opacity:1;text-shadow:0 4px 0 #fff}.promo__strong-word{position:relative;z-index:2}.promo__strong-word:after{background-color:#55efc4;border-radius:99px;bottom:-11%;content:"";height:32px;opacity:1;position:absolute;right:-11%;width:119px;z-index:-1}.promo__subtitle_mobile{display:block;font-size:24px;font-weight:700;letter-spacing:.25px;line-height:36px;margin:0 auto;max-width:80%;opacity:1}.promo__dots{height:185px;top:0;width:123px}.promo__figure_background{background-image:url(/ParrotTale/static/media/wave.3d08263383c66e7392bb.svg);background-size:contain;display:block;height:28%;position:absolute;right:0;top:0;width:100%}.promo__figure{animation:none;background-color:#0000;background-image:url(/ParrotTale/static/media/Rectangle.03e05504553e9c109344.svg);border-radius:0;height:400px;opacity:1;right:0;top:-70px;width:300px}}@media screen and (max-width:425px){.promo__figure_background{height:35%}}.link{color:#111;text-decoration:none}@media screen and (min-width:768px){.explore-button{margin:auto;padding:19px 22px;position:relative;transition:all .2s ease}.explore-button:before{background:#6c5ce780;border-radius:28px;content:"";display:block;height:56px;left:3px;position:absolute;top:18%;transition:all .3s ease;width:56px}.explore-button span{font-size:32px;font-weight:700;letter-spacing:-.5px;line-height:48px;position:relative;vertical-align:middle}.explore-button svg{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke:#111;stroke-width:2;margin-left:15px;position:relative;top:3px;transform:translateX(-5px);transition:all .3s ease}.explore-button:hover{color:#fff}.explore-button:hover:before{background:#6c5ce7;width:100%}.explore-button:hover svg{stroke:#fff;transform:translateX(30px)}.explore-button:hover:active{transform:scale(.96)}}@media screen and (max-width:1024px){.explore-button span{font-size:24px}}@media screen and (max-width:767px){.explore-button{background:#6c5ce7;border-radius:99px;color:#fff;filter:drop-shadow(0 4px 6px rgba(38,50,56,.16)) drop-shadow(0 4px 16px rgba(38,50,56,.08));font-size:14px;font-weight:700;letter-spacing:.2px;line-height:24px;padding:8px 16px;position:static;text-align:center}.explore-button svg{display:none}.explore-button span{font-size:14px}}.pictureBox__text{font-size:18px;font-weight:400;line-height:32px;opacity:1}.pictureBox__pic2-headline,.pictureBox__pic6-headline{color:#fff;font-size:48px;font-weight:700;letter-spacing:-1px;line-height:56px;opacity:1;text-align:center;text-shadow:0 4px 0 #000}.pictureBox__figure,.pictureBox__pic1-descripton,.pictureBox__pic1-headline{margin:0;padding:0}.pictureBox{display:flex;flex-direction:row;gap:2.5%;margin:64px 0 0;max-width:1170px;opacity:1;position:relative;width:100%;z-index:1}.pictureBox__mobile{display:none}.pictureBox__fragment_left{display:flex;flex-direction:column;position:relative;width:23.6%}.pictureBox__pic1-headline{font-size:18px;font-weight:700;left:3%;line-height:32px;max-width:250px;top:40px}.pictureBox__pic1-descripton,.pictureBox__pic1-headline{color:#fff;letter-spacing:.2px;opacity:1;position:absolute;text-align:center;z-index:2}.pictureBox__pic1-descripton{display:block;font-size:14px;font-weight:400;left:22%;line-height:24px;top:110px}.pictureBox__pic_1{border-radius:20px;max-height:464px;max-width:270px;object-fit:cover;transform:scaleX(-1);width:100%}.pictureBox__text_left-figure{margin:0 0 16px;max-width:270px;min-height:102px}.pictureBox__button{margin:30px 0 0;max-width:226px;width:100%}.pictureBox__fragment_top{align-items:flex-end;display:flex;flex-direction:row;gap:3.5%;position:relative}.pictureBox__pic_2{border-radius:20px;height:100%;max-height:380px;max-width:470px;object-fit:cover;width:100%}.pictureBox__pic_3,.pictureBox__pic_4{border-radius:20px;max-height:222px;max-width:170px;object-fit:cover;width:46%}.pictureBox__figure-box{display:flex;flex-direction:row;gap:8%}.pictureBox__text_top-figure{max-width:370px;min-height:78px}.pictureBox__fragment-container{display:flex;flex-direction:column;gap:30px;width:77%}.pictureBox__figure{display:flex;flex-direction:column;gap:16px}.pictureBox__pic_5{border-radius:20px;max-height:284px;max-width:270px;object-fit:cover;width:31%}.pictureBox__pic_6{border-radius:20px;height:100%;max-height:356px;max-width:370px;object-fit:cover;width:100%}.pictureBox__pic2-headline{bottom:20px;left:0;position:absolute;z-index:2}.pictureBox__pic6-headline{left:0;position:absolute;top:20px;z-index:2}.pictureBox__pic_7{border-radius:20px;max-height:222px;max-width:170px;object-fit:cover;width:20%}.pictureBox__fragment_bottom{align-items:flex-start;display:flex;flex-direction:row;gap:3.5%;position:relative}.pictureBox__overlay{display:block;position:relative}.pictureBox__overlay:after{border-radius:20px;content:"";height:99%;left:0;position:absolute;top:0;transition:all .3s;width:100%}.pictureBox__overlay:hover:after{background-color:#0000004d}@media screen and (max-width:1280px){.pictureBox__pic6-headline{top:20px}.pictureBox__pic2-headline,.pictureBox__pic6-headline{font-size:28px;left:0;line-height:36px;margin:auto;right:0}.pictureBox__pic2-headline{bottom:20px}.pictureBox__pic1-headline{left:0;margin:auto;right:0;top:20px}.pictureBox__pic1-descripton{left:0;margin:auto;right:0;top:100px}}@media screen and (max-width:1024px){.pictureBox__text{font-size:16px}}@media screen and (max-width:902px){.pictureBox__pic1-descripton{left:0;margin:auto;right:0;top:120px}}@media screen and (max-width:767px){.pictureBox__desktop{display:none}.pictureBox__mobile{align-items:center;display:flex;justify-content:center;max-width:100%}.pictureBox{gap:15px;margin-top:24px;max-width:100%;width:auto}.pictureBox__fragment_left{align-items:flex-end;gap:15px;width:130px}.pictureBox__fragment_top{align-items:flex-end;gap:15px;position:relative}.pictureBox__fragment-container{gap:15px;width:324px}.pictureBox__fragment_bottom{gap:15px;max-width:100%}.pictureBox__pic_1{border-radius:16px;width:130px}.pictureBox__pic_5{border-radius:16px;height:107px;width:82px}.pictureBox__pic_2{border-radius:16px;height:183px;object-position:left;width:224px}.pictureBox__pic_3{border-radius:16px;height:107px;width:84px}.pictureBox__pic_4{border-radius:16px;height:136px;width:130px}.pictureBox__pic_6{border-radius:16px;height:182px;width:179px}.pictureBox__pic_7{border-radius:16px;height:146px;width:130px}.pictureBox__group_1,.pictureBox__group_2{display:flex;flex-direction:column;gap:15px}.pictureBox__button{box-sizing:border-box;margin:0;width:130px}}@media screen and (max-width:400px){.pictureBox__fragment_left{display:none;width:70px}}@media screen and (max-width:340px){.pictureBox__pic_3{display:none}.pictureBox__fragment_bottom,.pictureBox__fragment_top{justify-content:center}.pictureBox__pic_6{width:139px}}.parrots-profiles__title{font-size:64px;font-weight:900;line-height:77px;opacity:1}.parrots-profiles__subtitle{font-size:32px;font-weight:700;line-height:48px;opacity:1}.parrots-profiles__title{margin:0;padding:0}.parrots-profiles{background-color:#fff;width:100%}.parrots-profiles__box{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:1440px;padding:80px 135px;width:100%}.parrots-profiles__title{letter-spacing:-1px;text-align:center}.parrots-profiles__subtitle{color:#adadad;letter-spacing:-.5px;margin:30px auto 40px;text-align:center}.parrots-profiles__accent-word{color:#6c5ce7;position:relative;z-index:2}.parrots-profiles__accent-word:after{background-color:#fdcb6e;border-radius:99px;bottom:0;content:"";height:12px;position:absolute;right:0;width:133px;z-index:-1}.parrots-profiles__card-box{display:flex;flex-direction:row;gap:30px;margin-right:30px}@media screen and (max-width:1280px){.parrots-profiles__box{padding-left:65px;padding-right:65px}}@media screen and (max-width:1024px){.parrots-profiles__box{padding:40px 25px}}@media screen and (max-width:767px){.parrots-profiles__box{max-width:100%;padding:40px 15px;width:100%}.parrots-profiles__title{font-size:32px;font-weight:700;letter-spacing:-.5px;line-height:48px;text-align:center;text-align:left}.parrots-profiles__subtitle{font-size:24px;font-weight:400;letter-spacing:-.25px;line-height:36px;margin:8px auto 40px;text-align:left}.parrots-profiles__accent-word:after{width:105%}.parrots-profiles__card-box{gap:20px;margin-right:20px}}.buttonBack___1mlaL,.buttonFirst___2rhFr,.buttonLast___2yuh0,.buttonNext___2mOCa,.buttonNext___3Lm3s,.dot___3c3SI{cursor:pointer}.image___xtQGH{display:block;height:100%;width:100%}.spinner___27VUp{animation-duration:1s;animation-iteration-count:infinite;animation-name:spin___S3UuE;animation-timing-function:linear;border:4px solid #a9a9a9;border-radius:30px;border-top-color:#000;height:30px;left:calc(50% - 15px);position:absolute;top:calc(50% - 15px);width:30px}@keyframes spin___S3UuE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container___2O72F{height:100%;overflow:hidden;position:relative;width:100%}.overlay___IV4qY{bottom:0;cursor:zoom-in;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s,transform .3s}.hover___MYy31,.loading___1pvNI,.zoom___3kqYk{opacity:1}.imageLoadingSpinnerContainer___3UIPD{background-color:#f4f4f4;bottom:0;left:0;position:absolute;right:0;top:0}.slide___3-Nqo{box-sizing:border-box;display:block;height:0;list-style-type:none;margin:0;position:relative}.slide___3-Nqo:focus{outline:none!important}.slideHorizontal___1NzNV{float:left}[dir=rtl] .slideHorizontal___1NzNV{direction:rtl;transform:scaleX(-1)}.slideInner___2mfX9{height:100%;left:0;position:absolute;top:0;width:100%}.focusRing___1airF{bottom:5px;left:5px;outline-color:Highlight;outline-style:solid;outline-width:5px;pointer-events:none;position:absolute;right:5px;top:5px}@media (-webkit-min-device-pixel-ratio:0){.focusRing___1airF{outline-color:-webkit-focus-ring-color;outline-style:auto}}.horizontalSlider___281Ls{overflow:hidden;position:relative;touch-action:pan-y pinch-zoom}[dir=rtl] .horizontalSlider___281Ls{direction:ltr;transform:scaleX(-1)}.horizontalSliderTray___1L-0W{overflow:hidden;width:100%}.verticalSlider___34ZFD{overflow:hidden;position:relative}.verticalSliderTray___267D8{overflow:hidden}.verticalTray___12Key{float:left}.verticalSlideTrayWrap___2nO7o{overflow:hidden}.sliderTray___-vHFQ{display:block;list-style:none;margin:0;padding:0}.sliderAnimation___300FY{transition:transform .5s;transition-timing-function:cubic-bezier(.645,.045,.355,1);will-change:transform}.masterSpinnerContainer___1Z6hB{background-color:#f4f4f4;bottom:0;left:0;position:absolute;right:0;top:0}.parrot-card__condition,.parrot-card__title{font-size:18px;font-weight:400;line-height:32px;opacity:1}.parrot-card__button{font-size:24px;font-weight:700;line-height:36px;opacity:1}.parrot-card__condition,.parrot-card__condition-list,.parrot-card__title{margin:0;padding:0}.parrot-card,.parrot-card__button{transition:all .2s linear .1s}.parrot-card{background-color:#fff;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:700px;justify-content:space-between;max-width:370px;padding:32px}.parrot-card:hover{filter:drop-shadow(0 8px 8px rgba(38,50,56,.12)) drop-shadow(0 16px 24px rgba(38,50,56,.08))}.parrot-card__picture{border-radius:20px;height:200px;margin:20px 0;object-fit:cover;width:100%}.parrot-card__title{color:#6c5ce7;font-weight:700;letter-spacing:.2px}.parrot-card__condition-list{align-items:flex-start;display:flex;flex-direction:column;gap:10px;list-style:none}.parrot-card__condition{margin-bottom:0;margin-left:48px;position:relative}.parrot-card__condition:after{background-image:url(/ParrotTale/static/media/Icon-list-gray.65950a737d566ab3c325.svg);content:"";height:32px;left:-48px;position:absolute;top:0;width:32px}.parrot-card__condition_yellow:after{background-image:url(/ParrotTale/static/media/Icon-list-yellow.d71ef8d6c8e7777c0264.svg)}.parrot-card__condition_green:after{background-image:url(/ParrotTale/static/media/Icon-list-green.0c260ef9a972f638e0f2.svg)}.parrot-card__button{align-items:center;background:#fff;display:flex;height:64px;justify-content:center;margin-top:20px;max-width:306px;width:100%}.parrot-card__button:hover{background:#6c5ce7;color:#fff}@media screen and (max-width:767px){.parrot-card{border-radius:12px;filter:drop-shadow(0 2px 4px rgba(38,50,56,.16)) drop-shadow(0 4px 8px rgba(38,50,56,.08));height:600px;max-width:48%;min-height:392px;min-width:48%;padding:24px;width:48%}.parrot-card__condition{font-size:14px;font-weight:500;letter-spacing:.2px;line-height:24px;margin-left:32px}.parrot-card__condition:after{background-size:contain;height:24px;left:-32px;width:24px}.parrot-card__button{font-size:18px;font-weight:700;height:48px;letter-spacing:.2px;line-height:32px;margin:0 auto}}@media screen and (max-width:631px){.parrot-card{max-width:100%;width:100%}}@media screen and (max-width:360px){.parrot-card{min-width:100%}}.carousel{padding:10px;position:relative;width:100%}.carousel__arrow{background-color:#0000;background-repeat:no-repeat;background-size:contain;border:none;height:100px;position:absolute;top:50%;width:100px}.carousel__arrow_left{background-image:url(/ParrotTale/static/media/icon-chevron-left.05e1c44d0c0acffa82e3.svg);left:-75px}.carousel__arrow_right{background-image:url(/ParrotTale/static/media/icon-chevron-right.4c5aec347bfbf2a6ac43.svg);right:-65px}@media screen and (max-width:1024px){.carousel__arrow{display:none}}@media screen and (max-width:767px){.carousel{height:600px;position:static}}.article-template{display:flex;flex-direction:column}.back-button{max-width:224px;width:100%}.article-template__paragraph{font-size:18px;font-weight:400;line-height:32px;opacity:1}.article-template__title{font-size:64px;font-weight:900;line-height:77px;opacity:1}.article-template__paragraph,.article-template__title{margin:0;padding:0}.article-template{box-sizing:border-box;margin:0 auto;max-width:1440px;padding:16px 135px}.article-template__title{letter-spacing:-1px;margin:40px 0}.article-template__text{display:flex;flex-direction:column;gap:20px;margin-top:40px}.article-template__picture{border-radius:20px;max-width:370px;object-fit:cover;width:33%}.article-template__picture-box{display:flex;gap:20px;width:100%}@media screen and (max-width:1280px){.article-template{padding-left:65px;padding-right:65px}}@media screen and (max-width:1024px){.article-template{padding:40px 25px}.article-template__picture-box{flex-wrap:wrap}}@media screen and (max-width:767px){.article-template__title{font-size:18px;font-weight:700;letter-spacing:.25px;line-height:32px;margin:20px 0;opacity:1}.article-template__paragraph{font-size:14px;font-weight:400;line-height:24px;opacity:1}.article-template__picture{max-width:100%;width:100%}.article-template__picture-box{flex-direction:row;flex-wrap:nowrap;overflow:scroll}.article-template__text{margin-top:20px}}.extended-article-template__block-title{font-size:24px;font-weight:700;line-height:36px;opacity:1}.extended-article-template__lead{font-size:24px;font-weight:400;line-height:36px;margin:0;opacity:1;padding:0}.article-template__block-text{display:flex;flex-direction:column;gap:10px}.extended-article-template_picture{margin:40px 0 0;max-width:670px;width:70%}.extended-article-template__subtitle{color:#6c5ce7;font-style:italic;margin-bottom:20px}.extended-article-template__lead{max-width:800px}.extended-article-template__block-title{min-height:36px}.extanded-article-template__paragraph{max-width:700px}@media screen and (max-width:767px){.extended-article-template__lead{font-size:16px;font-weight:400;line-height:24px}.extended-article-template__block-title{font-size:18px;font-weight:700;line-height:32px;margin-top:0}.extended-article-template_picture{margin:20px 0 0;max-width:100%;width:100%}}.return-button__text{margin:0;padding:0}.return-button,.return-button__arrow{transition:all .2s linear .1s}.return-button{align-items:center;color:#6c5ce7;display:flex;margin-top:20px;opacity:1;text-decoration:none}.return-button:hover{opacity:.8}.return-button:hover .return-button__arrow{transform:translateX(-5px) scaleX(-1)}.return-button__arrow{background-image:url(/ParrotTale/static/media/icon-link-arrow.d10b2573e4202fd3b48e.svg);background-repeat:no-repeat;background-size:40px;height:40px;transform:scaleX(-1);width:40px}.article-card__title{font-size:12px;font-weight:800;line-height:15px;opacity:1}.article-card__text{font-size:14px;font-weight:400;line-height:24px;margin:0;opacity:1;padding:0}.article-card__link{transition:all .2s linear .1s}.article-card{animation:fadeIn .5s ease-in-out;display:flex;flex-basis:370px;flex-direction:column;flex-shrink:0;min-height:127px}.article-card__picture{border-radius:20px;height:250px;max-width:100%;object-fit:cover;width:100%}.article-card__title{letter-spacing:2.5px;margin:16px 0;max-width:320px;overflow:hidden;padding:0;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.article-card__text{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;letter-spacing:.25px;overflow:hidden;text-overflow:ellipsis;width:100%}.article-card__text-box{height:120px;overflow:hidden;width:100%}.article-card__content-box{width:100%}.article-card__bottom-box{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.article-card__link{background-image:url(/ParrotTale/static/media/icon-link-arrow.d10b2573e4202fd3b48e.svg);background-repeat:no-repeat;background-size:40px;height:40px;width:40px}.article-card__link:hover{transform:translate(5px)}@media screen and (max-width:567px){.article-card{max-width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.taglist__tag{font-size:14px;font-weight:400;line-height:24px;opacity:1}.taglist,.taglist__tag{margin:0;padding:0}.taglist__tag{border-radius:20px;letter-spacing:.25px;padding:5px 10px}.taglist{display:flex;gap:10px;list-style:none}.taglist__tag_green{background-color:#00b894;color:#fff}.taglist__tag_blue{background-color:#0984e3;color:#fff}.taglist__tag_pink{background-color:#e84393;color:#fff}.taglist__tag_violet{background-color:#6c5ce7;color:#fff}.articles-list__list{margin:0;padding:0}.articles-list{width:100%}.articles-list__box{box-sizing:border-box;margin:0 auto;max-width:1440px;padding:80px 135px}.articles-list__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;margin:0 auto}@media screen and (max-width:1439px){.articles-list__list,.tag-container__list{justify-content:center}}@media screen and (max-width:1280px){.articles-list__box{padding-left:65px;padding-right:65px}}@media screen and (max-width:1024px){.articles-list__box{padding:40px 25px}}.tag-container__tag{font-size:14px;font-weight:400;line-height:24px;opacity:1}.tag-container__list,.tag-container__tag{margin:0;padding:0}.tag-container{margin:0 0 40px}.tag-container__list{display:flex;gap:10px;list-style:none}.tag-container__tag{background-color:#d3d3d3;border-radius:20px;cursor:pointer;display:inline-block;letter-spacing:.25px;margin-right:.5rem;padding:5px 10px}.tag-container__tag--active{background-color:blue;color:#fff}.tag-container__tag--inactive{background-color:#d3d3d3;color:gray;opacity:.5}.tag-container__tag_green{background-color:#00b894;color:#fff}.tag-container__tag_blue{background-color:#0984e3;color:#fff}.tag-container__tag_pink{background-color:#e84393;color:#fff}.tag-container__tag_violet{background-color:#6c5ce7;color:#fff}.question{color:#6c5ce7;font-size:32px;font-weight:700;letter-spacing:-.5px;line-height:48px;margin:0;opacity:1}@media screen and (max-width:767px){.question{font-size:18px;font-weight:700;letter-spacing:.25px;line-height:32px;opacity:1}}.questionCount{color:#adadad;font-weight:400;font-weight:700;letter-spacing:.2px;margin:0;padding:0}.answerOption,.questionCount{font-size:18px;line-height:32px;opacity:1}.answerOption{font-weight:400;margin:0;padding:0;width:100%}.answerOption:hover{background-color:#6c5ce733;border-radius:7px}.radioCustomButton{opacity:0;position:absolute;width:auto}.radioCustomButton,.radioCustomLabel{cursor:pointer;display:inline-block;vertical-align:middle}.radioCustomLabel{box-sizing:border-box;font-size:16px;line-height:1.5;margin:0;padding:10px 0 10px 40px;position:relative;width:100%}.radioCustomButton~.radioCustomLabel:before{background:#fff;border:1px solid #bbb;border-radius:5px;content:"";display:inline-block;height:28px;left:3px;position:absolute;top:7px;transition:all .3s;vertical-align:middle;width:28px}.radioCustomButton:checked~.radioCustomLabel:before{background:#8bc53f;background-repeat:no-repeat;background-size:27px;border-color:#8bc53f;content:"🦜";text-align:center}@media screen and (max-width:767px){.radioCustomLabel{font-size:14px;font-weight:400;line-height:24px;opacity:1}}.result__text{font-size:18px;font-weight:400;line-height:32px;opacity:1}.result__title{font-size:32px;font-weight:700;line-height:48px;opacity:1}.result__text,.result__title{margin:0;padding:0}.result__title{letter-spacing:-.5px;margin:40px 0}.result__picture{border-radius:20px;max-width:370px;object-fit:cover;width:33%}@media screen and (max-width:767px){.result__title{font-size:18px;font-weight:700;letter-spacing:.25px;line-height:32px;margin:20px 0;opacity:1}.result__picture{max-width:100%;width:100%}.result__text{font-size:14px;font-weight:400;line-height:24px;opacity:1}}.quiz__title{font-size:64px;font-weight:900;line-height:77px;opacity:1;padding:0}.quiz{box-sizing:border-box;margin:0 auto;max-width:1440px;padding:80px 135px;width:100%}.quiz__box{margin:0 0 40px}.quiz__title{letter-spacing:-1px;margin:0}.answerOptions{list-style:none;margin:40px 0 0;max-width:60%;padding:0}@media screen and (max-width:1280px){.quiz{padding-left:65px;padding-right:65px}}@media screen and (max-width:1024px){.quiz{padding:40px 25px}}@media screen and (max-width:767px){.quiz__title{font-size:24px;font-weight:700;letter-spacing:.25px;line-height:36px;opacity:1}.answerOptions{margin:20px 0 0;max-width:100%}.quiz__box{margin:0 0 20px}}
/*# sourceMappingURL=main.b503472d.css.map*/