.link{display:inline-block;position:relative}.link--styles>span{color:var(--color-white);font-weight:400;transition:color .1s;position:relative}.link--styles>span:after{content:"";background-color:var(--color-white);opacity:0;visibility:hidden;width:100%;height:1px;transition:opacity .1s,visibility .1s;display:block;position:absolute;bottom:0;left:0}.link--styles:hover>span:after{opacity:.8;visibility:visible}.link--no-line>span{color:var(--color-black-60)}.link--no-line>span:after{display:none}.link--no-line:hover>span,.link--no-line-active>span,.link--dark>span{color:var(--color-text-black)}.link--dark>span:after{background-color:var(--color-text-black)}.navigate{display:flex}.navigate--styles>.navigate__link+.navigate__link{margin-left:4px}.navigate__link{color:var(--color-steel-gray-100);padding:3px 12px 5px;text-decoration:none;transition:color .1s,background-color .1s}.navigate__link--active,.navigate__link:hover{color:var(--color-white)}.mobile-menu{background-color:var(--color-white);opacity:0;visibility:hidden;width:100%;max-width:742px;max-height:calc(100% - 20px);z-index:var(--z-index-popup);flex-direction:column;transition:opacity .2s,visibility .2s,box-shadow .2s;display:flex;position:fixed;top:9px;left:50%;transform:translate(-50%)}.mobile-menu--with-bottom-padding{padding-bottom:48px}@media screen and (max-width:766px){.mobile-menu{max-width:calc(100% - 24px);top:8px}}.mobile-menu__header{border-bottom:1px solid var(--color-black-10);justify-content:space-between;align-items:center;width:100%;padding:20px 16px 18px;display:flex}.mobile-menu__header_back-button{display:none}.mobile-menu__header_back-button--icon{transform:rotate(180deg)}.mobile-menu__header_back-button--show{display:block}.mobile-menu__header_close{cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-menu__header_close path{transition:stroke .1s}.mobile-menu__header_close:hover path{stroke:var(--color-black-75)}.mobile-menu__content{flex-direction:column;gap:20px;padding:24px 16px;display:flex}.mobile-menu__list{flex-direction:column;gap:20px;display:flex}.mobile-menu__row{flex-direction:row;gap:12px;width:100%;display:flex}.mobile-menu__row_between{justify-content:space-between}.mobile-menu__link{transition:color .1s}.mobile-menu__link:hover{color:var(--color-text-primary)}.mobile-menu__more-items{max-height:0;display:none}.mobile-menu__more-label:hover{cursor:pointer}.mobile-menu__input{opacity:0;-webkit-user-select:none;user-select:none;visibility:hidden;display:none}.mobile-menu__input:checked~.mobile-menu__more-label{display:none}.mobile-menu__input:checked~.mobile-menu__more-items{max-height:100%;display:flex}.mobile-menu__profile-block{border-top:1px solid var(--color-black-75);width:100%;padding:0}.mobile-menu__lang-selector{flex-direction:column;display:none}.mobile-menu__lang-selector--show{display:flex}.mobile-menu__lang-selector_title{cursor:pointer;color:var(--color-black-40);align-self:flex-end;font-size:24px;font-style:normal;font-weight:400;line-height:32px;position:relative}.mobile-menu__lang-selector_arrow{cursor:pointer;position:relative;transform:rotate(180deg)}.mobile-menu__lang-selector_arrow path{fill:var(--color-black-40)}.mobile-menu__lang-selector_link{color:var(--color-steel-gray-100);margin:0 16px;padding:11px 0;transition:color .1s}.mobile-menu__lang-selector_link+.mobile-menu__lang-selector_link{border-top:1px solid var(--color-black-75)}.mobile-menu__lang-selector_link:hover{color:var(--color-white)}.mobile-menu--dark{background-color:var(--color-black-90)}.mobile-menu--dark .mobile-menu__header{border-bottom:1px solid var(--color-black-75)}.mobile-menu--dark .mobile-menu__header_close path{stroke:var(--color-black-10)}.mobile-menu--dark .mobile-menu__header_close:hover path{stroke:var(--color-black-40)}.mobile-menu--dark .mobile-menu__header_text{color:var(--color-black-10)}.mobile-menu .user-limits{padding-left:0}.mobile-menu .user-profile__bonuse-line{display:none}.mobile-menu--shifted-down{transform:translate(-50%,12px)}.mobile-menu:not(:has(.mobile-profile-root .mobile-menu__profile-block)) .mobile-menu__more-items{max-height:100%;display:flex}.mobile-menu:not(:has(.mobile-profile-root .mobile-menu__profile-block)) .mobile-menu__more-label{display:none}.mobile-menu-button{display:none}.mobile-menu-button--styles{justify-content:center;align-items:center;width:40px;height:40px}@media screen and (max-width:1278px){.mobile-menu-button--styles{display:flex}}.mobile-menu-button--styles+.mobile-menu-button--styles{margin-left:4px}.mobile-menu-button--mobile{display:none}@media screen and (max-width:766px){.mobile-menu-button--mobile{display:flex}}.mobile-menu-button__checkbox{display:none}.mobile-menu-button__label{width:inherit;height:inherit;cursor:pointer;justify-content:center;align-items:center;transition:background-color .2s;display:flex;position:relative}.mobile-menu-button__label:hover path{stroke:var(--color-white)}@media screen and (max-width:766px){.mobile-menu-button__label:hover path{stroke:var(--color-black-75)}}.mobile-menu-button__label--white:hover path,.mobile-menu-button__label--white:hover .mobile-menu-button__icon path{stroke:var(--color-white)}@media screen and (max-width:766px){.mobile-menu-button__label--white .mobile-menu-button__icon path{stroke:var(--color-steel-gray-100)}}.mobile-menu-button__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mobile-menu-button__icon:nth-child(2){opacity:0}.mobile-menu-button__icon path{stroke:var(--color-steel-gray-100);transition:stroke .1s}.mobile-menu-button__icon path:hover{stroke:var(--color-white)}@media screen and (max-width:766px){.mobile-menu-button__icon path{stroke:var(--color-black-100)}.mobile-menu-button__icon--white path{stroke:var(--color-steel-gray-100)}}.mobile-menu-button__item{background:var(--color-white);width:100%;height:2px;transition:transform .2s,opacity .2s;display:block;position:absolute;transform:rotate(0)}.mobile-menu-button__item:first-child{top:3px}.mobile-menu-button__item:nth-child(2){top:50%;transform:translateY(-50%)}.mobile-menu-button__item:nth-child(3){bottom:3px}.mobile-menu-button__shadow{background-color:var(--color-black-alpha100-70);opacity:0;visibility:hidden;width:100vw;height:110vh;z-index:var(--z-index-popup-shadow);transition:opacity .1s,visibility .1s;position:fixed;top:-10px;left:0}.mobile-menu-button__checkbox:checked+.mobile-menu-button__label>.mobile-menu-button__icon:first-child{opacity:0}.mobile-menu-button__checkbox:checked+.mobile-menu-button__label>.mobile-menu-button__icon:nth-child(2){opacity:1}.mobile-menu-button__checkbox:checked+.mobile-menu-button__label>.mobile-menu-button__item{width:99%}.mobile-menu-button__checkbox:checked+.mobile-menu-button__label>.mobile-menu-button__item:first-child{transform:rotate(135deg)translate(5px,-4px)}.mobile-menu-button__checkbox:checked+.mobile-menu-button__label>.mobile-menu-button__item:nth-child(2){opacity:0;transform:translate(-100%,-50%)}.mobile-menu-button__checkbox:checked+.mobile-menu-button__label>.mobile-menu-button__item:nth-child(3){transform:rotate(-135deg)translate(4px,4px)}.mobile-menu-button__checkbox:checked~.mobile-menu-button__shadow{opacity:1;visibility:visible}.mobile-menu-button__checkbox:checked~.mobile-menu{opacity:1;visibility:visible;overflow-y:scroll;box-shadow:0 40px 40px #0a002014,0 10px 20px #0000000d}.menu-card{border-bottom:1px solid var(--color-black-75);gap:12px;padding:16px 0;display:flex}.menu-card:first-child{padding-top:0}.menu-card:last-child{border:none;padding-bottom:0}@media screen and (max-width:1278px){.menu-card__icon{width:24px;height:24px}}.menu-card__text-wrapper{flex-direction:column;gap:4px;display:flex}.menu-card__header,.menu-card__description{color:var(--color-text-secondary)}@media screen and (max-width:1278px){.menu-card__header{font-size:18px;font-style:normal;font-weight:400;line-height:24px}.menu-card__description{display:none}}.menu-card:hover .menu-card__header,.menu-card:hover .menu-card__description{color:var(--color-text-primary)}.menu-card:hover .menu-card__icon path{fill:var(--color-white)}.menu-card--active .menu-card__header,.menu-card--active .menu-card__description{color:var(--color-white)}.menu-card--active .menu-card__icon path{fill:var(--color-white)}.menu-card__status{background:var(--color-accent-negative);border-radius:50%;width:8px;height:8px;display:inline-block}@media screen and (max-width:1278px){.menu-card{border:none;padding-top:0;padding-bottom:20px}}.article-menu__nav{flex-direction:column;margin-top:32px;display:flex}.article-menu__nav--padding{padding:18px 16px}.article-menu__nav--overflow-auto{overflow:auto}.article-menu__nav--margin-0{margin-top:0}.article-menu__nav--hidden{display:none}.article-menu__nav_wrapper+.article-menu__nav_wrapper{margin-top:24px}.article-menu__nav_wrapper{flex-direction:column;gap:24px;display:flex}.article-menu__nav_title{color:var(--color-black-60);transition:color .1s}.article-menu__nav_title--margin-bottom{margin-bottom:24px}@media screen and (max-width:378px){.article-menu__nav_title--margin-bottom{margin-bottom:14px}}.article-menu__nav_title--margin-bottom-min{margin-bottom:12px}.article-menu__nav_title:hover,.article-menu__nav_title--active{color:var(--color-black-90)}.article-menu__nav_title--white{color:var(--color-black-10)}.article-menu__nav_title--white:hover,.article-menu__nav_title--white.article-menu__nav_title--active{color:var(--color-black-40)}.article-menu__nav_list{flex-direction:column;gap:16px;max-height:-webkit-fit-content;max-height:fit-content;transition:max-height 1s;display:flex;overflow:hidden}.article-menu__nav_item{max-width:232px;padding-left:16px;position:relative}.article-menu__nav_item_link--active>span{color:var(--color-black-90)}.article-menu__nav_item_link--active>span:before{content:"";background-color:var(--color-black-90);border-radius:50%;width:4px;height:4px;position:absolute;top:8px;left:-10px}.article-menu__nav_item_link+.article-menu__nav_item_link{margin-top:12px}.article-menu__nav_item>.link{display:block}.article-menu__nav_horizontal{justify-content:space-between;display:flex}.dropdown-menu{flex-direction:column;display:flex;position:relative}.dropdown-menu__title{position:relative}.dropdown-menu__label{cursor:pointer;align-items:center;gap:4px;display:flex;position:relative}.dropdown-menu__badge{text-transform:uppercase;background-color:var(--color-accent-negative);border-radius:6px;margin-right:4px;padding:4px}.dropdown-menu__body{background-color:var(--color-black-90);opacity:0;visibility:hidden;flex-direction:column;min-width:320px;padding:16px;transition:opacity .2s,visibility .2s;display:flex;position:absolute;top:calc(100% + 16px);left:-12px;box-shadow:0 2px 6px #00000040}@media screen and (max-width:766px){.dropdown-menu__body{display:none}}.dropdown-menu__arrow{cursor:pointer;transition:transform .2s;position:relative;transform:rotate(180deg)}.dropdown-menu__arrow path{fill:var(--color-white)}.dropdown-menu__arrow--mobile path{fill:var(--color-black-40)}.dropdown-menu:hover .dropdown-menu__label_text{color:var(--color-white)}.dropdown-menu__label:hover .dropdown-menu__arrow,.dropdown-menu__label:focus .dropdown-menu__arrow,.dropdown-menu__label:focus-within .dropdown-menu__arrow{transform:rotate(0)}.dropdown-menu__label:hover .dropdown-menu__arrow path{fill:var(--color-white)}.dropdown-menu__body:hover,.dropdown-menu__body:focus,.dropdown-menu__body:focus-within,.dropdown-menu__label:hover .dropdown-menu__body,.dropdown-menu__label:focus .dropdown-menu__body,.dropdown-menu__label:focus-within .dropdown-menu__body{opacity:1;visibility:visible}.header{width:100%;z-index:var(--z-index-over-page-elements);background-color:#0000;flex-direction:column;justify-content:center;align-items:center;transition:top .2s linear;display:flex;position:-webkit-sticky;position:sticky;top:0}.header--shifted-up{top:-40px}.header--fix .header__wrapper{padding:0 12px;transition:padding .2s .2s,max-width .2s}.header--fix .header__wrapper_user{background-color:var(--color-black-75)}.header--fix .header__wrapper_user g>path,.header--fix .header__wrapper_user g>circle{stroke:var(--color-steel-gray-100)}.header--fix .header__wrapper_user:hover,.header--fix .header__wrapper_user:focus,.header--fix .header__wrapper_user:focus-within{background-color:var(--color-black-90)}.header--fix .header__wrapper_user:hover g>path,.header--fix .header__wrapper_user:focus g>path,.header--fix .header__wrapper_user:focus-within g>path,.header--fix .header__wrapper_user:hover g>circle,.header--fix .header__wrapper_user:focus g>circle,.header--fix .header__wrapper_user:focus-within g>circle{opacity:1}@media screen and (max-width:1438px){.header--fix .header__wrapper{padding:0 12px}}.header--fix .navigate__link{background-color:var(--color-bg-header)}.header--fix .navigate__link:hover{background-color:var(--color-bg-header-hover)}.header--fix .navigate__link--active{background-color:var(--color-steel-gray-100);color:var(--color-text-contrast)}.header--fix .navigate__link--active:hover{color:var(--color-white);background-color:var(--color-black-90)}.header--fix .mobile-menu-button__label{background-color:var(--color-black-75)}.header--fix .mobile-menu-button__label:hover{background-color:var(--color-black-90)}.header--fix .mobile-menu-button__label:hover path{stroke:var(--color-white)}.header--fix .mobile-menu-button__icon path{stroke:var(--color-steel-gray-100)}.header--fix .header__logo{padding:0 4px 0 0;transition:padding .2s .2s}.header--fix .header__logo_short{width:40px;height:40px;margin-bottom:0;transition:width .2s .2s,height .2s .2s,margin .2s .2s}.header--fix .header__logo_text{opacity:0;visibility:hidden;max-width:0;margin-left:0;transition:opacity .2s,visibility .2s,margin .2s .2s,max-width .2s .2s}.header__wrapper{width:100%;height:60px;max-width:var(--screen-width);justify-content:space-between;align-items:center;padding:0;transition:padding .2s,max-width .2s;display:flex;position:relative}.header__wrapper_navigate{align-items:center;display:flex}@media screen and (max-width:1278px){.header__wrapper_navigate_menu{display:none}}.header__wrapper_info{justify-content:flex-end;align-items:center;display:flex}.header__wrapper_info>*+*{margin-left:4px}@media screen and (max-width:766px){.header__wrapper_info>*+*{margin-left:20px}}@media screen and (max-width:460px){.header__wrapper_info>*+*{margin-left:16px}}.header__wrapper_user{background-color:#0000;justify-content:center;align-items:center;height:40px;transition:background-color .1s;display:flex}.header__wrapper_user g>path,.header__wrapper_user g>circle{stroke:var(--color-steel-gray-100);opacity:.8;transition:opacity .1s}@media screen and (max-width:766px){.header__wrapper_user{visibility:hidden;display:none}}.header__wrapper_user--white g>path,.header__wrapper_user--white g>circle{stroke:var(--color-steel-gray-100)}.header__wrapper_user--width-auto{width:auto;padding:0 6px}.header__wrapper_user--width-auto span{color:var(--color-steel-gray-100)}.header__wrapper_user:hover g>path,.header__wrapper_user:hover g>circle{opacity:1}.header__wrapper .widget-custom-voice-packs-notification+*{margin-left:20px}.header__wrapper_login-skeleton{border-radius:6px;padding:4px 8px}@media screen and (max-width:1438px){.header__wrapper{padding:0 12px}}.header__logo{align-items:center;height:100%;padding:0 12px 0 0;transition:padding .2s;display:flex}.header__logo--hidden{display:none}.header__logo_short{will-change:width,height,margin;width:19px;height:20px;transition:width .2s,height .2s,margin .2s}.header__logo_text{will-change:margin,max-width;max-width:130px;margin-left:7px;transition:opacity .2s .2s,visibility .2s .2s,margin .2s,max-width .2s}.header__logo_text--dark path{fill:var(--color-black-100)}.header__logo_text--dark:hover path{fill:var(--color-black-75)}.header__logo_text:hover path{fill:var(--color-white)}@media screen and (max-width:766px){.header__logo_text path{fill:var(--color-black-100)}.header__logo_text:hover path{fill:var(--color-black-75)}.header__logo_text--white path{fill:var(--color-steel-gray-100)}.header__logo_text--white path:hover{fill:var(--color-white)}}.header__navigate{flex:auto;justify-content:center}@media screen and (max-width:991px){.header__navigate{display:none}}.header__lang{justify-content:flex-end;align-items:center;width:60px;display:flex;position:relative}.header__lang-img{object-fit:contain;object-position:center;width:20px;height:20px}@media screen and (max-width:991px){.header__lang{display:none}}.card{background-color:var(--color-bg-content-primary);border-radius:16px;width:100%}.card__body{padding:32px 24px 40px}@media screen and (max-width:460px){.card__body{padding:24px 24px 32px}}.compare-table{width:100%;color:var(--color-text-tertiary);flex-direction:column;margin-top:60px;display:flex}.compare-table__row{grid-template-columns:repeat(4,1fr);padding:12px 0;display:grid}.compare-table__row~.compare-table__row{border-top:1px solid var(--color-black-alpha5-10)}.compare-table__header{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.compare-table__heading-row{padding:12px 0 36px}.compare-table__cell{align-items:center;display:flex}.compare-table__cell~.compare-table__cell,.compare-table__header~.compare-table__header{padding:0 48px}.compare-table__info-button{background-color:initial;cursor:pointer;margin-left:4px}.compare-table__info-button:hover{text-decoration:underline}@media screen and (max-width:991px){.compare-table{gap:8px}.compare-table__header-gap{display:none}.compare-table__row{background-color:var(--color-bg-content-primary);border-radius:6px;grid-template-rows:auto 1fr;grid-template-columns:repeat(3,1fr);grid-template-areas:"label label label";padding:0;display:grid}.compare-table__row>:nth-child(n+2):nth-last-child(n+2){border-right:1px solid var(--color-separator-primary)}.compare-table__heading-row{grid-template-rows:1fr}.compare-table .compare-table__cell,.compare-table .compare-table__header{text-align:center;word-break:break-word;justify-content:center;padding:16px 12px}.compare-table__header{align-items:center}.compare-table__row-label{border-bottom:1px solid var(--color-separator-primary);grid-area:label}.compare-table__row~.compare-table__row{border-top:none}}@media screen and (max-width:460px){.compare-table .medium-font{font-size:14px;line-height:20px}.compare-table .base-font{font-size:18px;line-height:24px}}.pricing{flex-direction:column;align-items:center;gap:60px;width:100%;display:flex}@media screen and (max-width:991px){.pricing{gap:48px}}.pricing__node{width:100%}.pricing__description-container{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.pricing__packs-container{flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;max-width:996px;display:flex}.pricing__packs{grid-template-columns:1fr 1fr 1fr;gap:12px;width:100%;display:grid}@media screen and (max-width:991px){.pricing__packs{grid-template-columns:1fr;margin-top:12px}}.pricing__terms{align-self:flex-start}.pricing__pack{flex-direction:column;gap:24px;display:flex}.pricing__pack-title-info{flex-direction:column;gap:8px;display:flex}.pricing__pack-price{flex-direction:column;gap:4px;display:flex}.pricing__pack-features{flex-direction:column;gap:20px;display:flex}.pricing__subscription-period-switcher{border:1px solid var(--color-separator-tertiary);border-radius:12px;gap:4px;height:44px;padding:4px;display:flex}.audio-player--styles{border-radius:16px;width:100%;padding:20px}.audio-player--dark{background-color:var(--color-black-90)}.audio-player--white{background-color:var(--color-white)}.audio-player--lite-gray{background-color:var(--color-black-10)}.audio-player--gray{background-color:var(--color-steel-gray-100)}.audio-player__header{align-items:center;display:flex}.audio-player__header-text{margin-left:16px}.audio-player__button{cursor:pointer;background-color:#0000;border:none;outline:none;width:40px;height:40px;transition:opacity .1s}.audio-player__button-icon{width:inherit;height:inherit;object-fit:contain;object-position:center}.audio-player__button-icon--hide{display:none}.audio-player__button:hover{opacity:.8}.audio-player__button--loading{cursor:wait;animation:2s linear infinite playerLoading}.audio-player__sample{object-position:center;cursor:pointer;width:100%;max-height:63px;margin-top:16px}.audio-player__footer{justify-content:space-between;align-items:center;width:100%;margin-top:20px;display:flex}.audio-player__text{letter-spacing:-.3px;font-size:12px;line-height:17px}.audio-player__text--white{color:var(--color-white)}.audio-player__text+.audio-player__text{margin-left:8px}.audio-player__info{justify-content:space-between;display:flex}.audio-player__link{color:var(--color-text-black);font-size:12px;line-height:17px;position:relative}.audio-player__link:after{content:"";background-color:var(--color-black-90);opacity:0;width:100%;height:1px;transition:opacity .1s;display:block;position:absolute;bottom:2px;left:0}.audio-player__link--white{color:var(--color-white)}.audio-player__link--white:after{background-color:var(--color-black-10)}.audio-player__link:hover:after{opacity:1}.audio-player__timer{min-width:35px}.audio-player__artist{display:none}.audio-player__artist--visible{display:block}@media screen and (max-width:991px){.audio-player__artist--visible{display:none}}@keyframes playerLoading{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.collapse{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.collapse__header{cursor:pointer;justify-content:space-between;align-items:center;width:100%;padding:32px 0;display:flex}.collapse__header--text{max-width:84%;color:var(--color-black-5);margin-right:20px}@media screen and (max-width:328px){.collapse__header--text{word-break:break-word}}.collapse__chevron{width:24px;height:24px;display:inline-block;position:relative}.collapse__chevron:before{transform:translate(9px)rotate(-45deg)}.collapse__chevron:after{transform:translate(-2px)rotate(45deg)}.collapse__chevron:before,.collapse__chevron:after{content:"";background-color:var(--color-black-5);width:17px;height:1.5px;transition:transform .5s;position:absolute;top:12px}@media screen and (max-width:600px){.collapse__chevron:before,.collapse__chevron:after{transition:transform .1s}}.active .collapse__chevron:before{transform:translate(-2px)rotate(-45deg)}.active .collapse__chevron:after{transform:translate(9px)rotate(45deg)}.active~.collapse__content{max-height:4000px}@media screen and (max-width:600px){.active~.collapse__content{max-height:100%}}.collapse__content{will-change:max-height;width:100%;max-height:0;padding-right:24px;transition:max-height .5s ease-out;overflow:hidden}@media screen and (max-width:600px){.collapse__content{transition:max-height .1s ease-out}}.list{flex-direction:column;display:flex}.list--styles{max-width:696px}.list--styles>*+*{margin-top:26px}@media screen and (max-width:766px){.list--styles>*+*{margin-top:20px}}.list__point{padding-left:20px;position:relative}.list__point:before{content:"";background-color:var(--color-black-100);border-radius:50%;width:3px;height:3px;position:absolute;top:12px;left:4px}@media screen and (max-width:766px){.list__point:before{top:8px}}.list__point_faq-block:before{content:"";background-color:var(--color-text-white);border-radius:50%;width:3px;height:3px;position:absolute;top:15px;left:4px}.list__number{margin-left:26px;padding-left:8px;position:relative}.faq-block{width:100%;color:var(--color-black-5);margin-bottom:62px;padding:40px}.faq-block__header{text-align:center;padding-top:62px;padding-bottom:60px}.faq-block__header--affiliate{margin-bottom:60px;padding:0}.faq-block__main{flex-direction:column;display:flex}.faq-block__questions{border-top:1px solid var(--color-black-90);width:100%;display:flex}.faq-block__questions_header{flex-basis:30%;align-items:flex-start;padding:32px 20px 32px 0;display:flex}.faq-block__questions_header--text{color:var(--color-black-5)}.faq-block__questions_list{flex-direction:column;flex-basis:70%;align-content:center;display:flex}.faq-block__questions_list--noheader{flex-basis:100%}@media screen and (max-width:766px){.faq-block__questions{flex-direction:column}.faq-block__questions:not(:last-child){margin-bottom:70px}.faq-block__questions_header{padding:12px 0}.faq-block__questions,.faq-block__questions_header{border-bottom:1px solid var(--color-black-90)}}.faq-block__question-row~.faq-block__question-row{border-top:1px solid var(--color-black-90)}.faq-block__paragraph{color:var(--color-black-5)}@media screen and (max-width:328px){.faq-block__paragraph{word-break:break-word}}.faq-block__paragraph_link{color:var(--color-yellow-100);font-weight:500;transition:color .1s;position:relative}.faq-block__paragraph_link:after{content:"";background-color:var(--color-yellow-100);opacity:0;visibility:hidden;width:100%;height:1px;transition:opacity .1s,visibility .1s;display:block;position:absolute;bottom:0;left:0}.faq-block__paragraph_link:hover:after{opacity:.8;visibility:visible}.faq-block__paragraph~.faq-block__paragraph{margin-top:24px}.faq-block__list{list-style:initial;margin-top:24px;padding-left:32px}.faq-block__list:not(:first-child){margin-top:24px}.faq-block__list--numeric{list-style-type:decimal}.faq-block__list-item:not(:first-child){margin-top:24px}.faq-block__paragraph:last-child,.faq-block__list:last-child{margin-bottom:32px}.faq-block__questions~.faq-block__questions .faq-block__question-row:last-child{border-bottom:1px solid var(--color-black-90)}.faq-block__list{margin-top:24px;padding-left:26px}.faq-block__list .faq-block__paragraph{padding-left:8px}@media screen and (max-width:766px){.faq-block{padding:40px 12px}}.tabs{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}@media screen and (max-width:991px){.tabs{align-items:flex-end}}.tabs__content{flex-direction:column;justify-content:center;align-items:center;width:100%;animation:.2s ease-in-out content-disappearing;display:none}.tabs__label{-webkit-user-select:none;user-select:none;cursor:pointer;text-align:center;width:16%;color:var(--color-black-70);will-change:color;justify-content:center;align-self:flex-end;transition:color .1s ease-in-out;display:flex;position:relative}.tabs__label:before{box-sizing:inherit;content:"";border-bottom:2px solid;border-color:var(--color-black-70);width:100%;height:100%;margin-top:4px;position:absolute;left:0}.tabs__label:after{box-sizing:inherit;content:"";border-bottom:2px solid;border-color:var(--color-white);transform-origin:50%;will-change:transform;width:100%;height:100%;margin-top:4px;position:absolute;left:0;transform:scaleX(0)}@media screen and (max-width:1278px){.tabs__label{width:20%}}@media screen and (max-width:991px){.tabs__label{width:30%;margin-top:24px}}@media screen and (max-width:460px){.tabs__label{width:45%}}.tabs .first-tab-button:checked~.first-tab-content,.tabs .second-tab-button:checked~.second-tab-content{animation:.1s ease-in-out content-appearance;display:flex}.tabs>input[type=radio]{display:none}.tabs>input[type=radio]:checked+label{color:var(--color-white)}.tabs>input[type=radio]:checked+label:after{transition:transform .5s;transform:scale(1)}@keyframes content-appearance{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes content-disappearing{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.block{flex-direction:column;align-items:center;display:flex}.block--styles{border-bottom:1px solid var(--color-black-90);width:100%}.block__description{width:100%;max-width:808px;margin-top:20px}.block__description_link{white-space:nowrap;color:var(--color-yellow-100);font-weight:500}.block__description_link:hover{text-decoration:underline}@media screen and (max-width:991px){.block__description{padding:0 20px}}@media screen and (max-width:766px){.block__description{font-size:21px;line-height:28px}}.section{padding:102px 40px}.section__title{color:var(--color-text-primary);text-align:center;max-width:805px}@media screen and (max-width:460px){.section__title{font-size:32px;line-height:36px}}@media screen and (max-width:1438px){.section{padding:90px 12px}}@media screen and (max-width:600px){.section{padding:60px 12px}}.section--with-bottom-border{border-bottom:1px solid var(--color-bg-content-primary)}.section--with-top-border{border-top:1px solid var(--color-bg-content-primary)}.section--relative{position:relative}.section--first{padding:90px 40px 56px}@media screen and (max-width:1438px){.section--first{padding:78px 20px 56px}}@media screen and (max-width:600px){.section--first{padding:48px 20px 56px}}@media screen and (max-width:328px){.section--first{padding:48px 8px 56px}}@media screen and (max-width:991px){.section--without-bottom-padding{padding-bottom:0}}.row-section{flex-direction:row;justify-content:space-between;display:flex}.row-section__left-column{flex-direction:column;align-items:flex-start;max-width:540px;display:flex}@media screen and (max-width:991px){.row-section__left-column{align-items:center}}.row-section__right-column{flex-direction:column;display:flex}.row-section__title{text-align:left}@media screen and (max-width:991px){.row-section__title{text-align:center}}.row-section__subtitle{text-align:left;margin-top:24px}@media screen and (max-width:991px){.row-section__subtitle{text-align:center}}.row-section__content-item{margin-top:60px}@media screen and (max-width:766px){.row-section__content-item{margin-top:40px}}@media screen and (max-width:460px){.row-section__content-item{margin-top:24px}}@media screen and (max-width:991px){.row-section{flex-direction:column;align-items:center}}.row-section__description{margin-top:24px}.row-section__release{align-self:flex-start;margin-top:8px}.column-section{flex-direction:column;align-items:center;display:flex}.column-section__title{text-align:center;max-width:760px}.column-section__subtitle{text-align:center;max-width:808px;margin-top:24px}.column-section__content-item{margin-top:60px}@media screen and (max-width:766px){.column-section__content-item{margin-top:44px}}.column-section__control-item{margin-top:40px}.column-section__image{width:100%;max-width:852px;margin-top:56px}@media screen and (max-width:600px){.column-section__image{margin-top:40px}}.rounded-section{border-radius:24px}@media screen and (max-width:1438px){.rounded-section{margin:0 20px}.rounded-section--no-bg-margin{margin:0}}@media screen and (max-width:766px){.rounded-section--no-bg-margin{margin:0 12px}}@media screen and (max-width:328px){.rounded-section{margin:0 8px}}.rounded-section__title{max-width:864px}.rounded-section__subtitle{max-width:1074px}.rounded-section__button{max-width:423px;margin-top:40px}@media screen and (max-width:600px){.rounded-section__button{margin-top:212px}}.rounded-section__title+.rounded-section__subtitle{margin-top:40px}.rounded-section__subtitle+.rounded-section__subtitle{margin-top:32px}.rounded-section--grey-bg{background-color:var(--color-bg-content-primary)}@media screen and (max-width:600px){.rounded-section--with-button{padding:48px 12px 12px}}.arrow-link{cursor:pointer;border:none;outline:none;align-items:center;display:flex}.arrow-link+.arrow-link{margin-left:12px}.arrow-link--large{width:100%;max-height:96px;padding:32px 20px}@media screen and (max-width:1278px){.arrow-link--large+.arrow-link--large{margin-left:0}}@media screen and (max-width:600px){.arrow-link--large{padding:16px 20px}}.arrow-link+.arrow-link--without-margin{margin:0}.arrow-link--small{max-width:196px;padding:16px 20px}.arrow-link--disabled{background-color:var(--color-bg-disabled);cursor:default}.arrow-link--start-transition{max-width:390px;transition:box-shadow .1s,opacity .1s,transform .1s;position:fixed;bottom:-120px;left:50%;transform:translate(-50%)}@media screen and (max-width:460px){.arrow-link--start-transition{max-width:calc(100% - 24px)}}.arrow-link--fixed-transition{z-index:var(--z-index-priority-page-elements);transform:translate(-50%,-140px);box-shadow:0 2px 8px #1a002314,0 20px 40px #00000026}.arrow-link__icon{margin-right:8px}.arrow-link__arrow{margin-left:8px;transition:transform .1s}.arrow-link__text{text-align:left}.arrow-link__text--relative{position:relative}.arrow-link:hover>.arrow-link__arrow{transform:translate(2px,-2px)}.button{justify-content:center;align-items:center;display:flex;position:relative}.button--styles{cursor:pointer;background-color:var(--color-steel-gray-100);width:100%;padding:32px 20px;font-size:24px;line-height:32px;transition:background-color .2s,opacity .2s}.button--styles:hover{background-color:var(--color-yellow-100)}@media screen and (max-width:460px){.button--styles{padding:16px 20px;font-size:20px;line-height:28px}}.button--send>.button__value{opacity:0;visibility:hidden}.button--send>.button__loader{opacity:1}.button--dark{background-color:var(--color-black-100);color:var(--color-white);border:2px solid #0000;outline:none;transition:border .1s,background-color .2s,opacity .2s}.button--dark:hover{background-color:var(--color-black-90)}.button--dark:focus{border:2px solid var(--color-yellow-100)}.button--yellow{background-color:var(--color-yellow-100);color:var(--color-text-black)}.button--yellow path{fill:var(--color-black-100)}.button--yellow:hover{background-color:var(--color-yellow-90)}.button--gray{background-color:var(--color-steel-gray-100);color:var(--color-text-black)}.button--blue{background-color:var(--color-blue-90);color:var(--color-white)}.button--blue:hover{background-color:var(--color-blue-100)}.button--blue:active{background-color:var(--color-blue-110)}.button--tertiary-alpha{background-color:var(--color-bg-tertiary-alpha)}.button--tertiary-alpha:hover{background-color:var(--color-bg-tertiary-alpha-hover)}.button--tertiary-alpha:active{background-color:var(--color-bg-tertiary-alpha-active)}.button--white{color:var(--color-text-black);background-color:var(--color-white)}.button--white:hover{background-color:var(--color-yellow-100)}.button--white-event{color:var(--color-blue-90);background-color:var(--color-white)}.button--white-event:hover{color:var(--color-text-black);background-color:var(--color-white)}.button--bg-offer{color:var(--color-white);background-color:var(--color-offer)}.button--bg-offer path{fill:currentColor}.button--bg-offer:hover{background-color:#ff9291}.button--negative{color:var(--color-text-white);background-color:var(--color-accent-negative)}.button--negative:hover{color:var(--color-text-black);background-color:var(--color-accent-negative)}.button--hide{display:none}.button--mini{padding:16px 20px}.button--mini:disabled{opacity:1}.button--height-65{height:65px}.button--height-96{height:96px}@media screen and (max-width:600px){.button--height-96{height:64px}}.button--width-unset{width:unset}.button--email-form{height:unset;width:unset;padding:28px}@media screen and (max-width:766px){.button--email-form{padding:12px}}.button--rounded{border-radius:6px}.button__value{opacity:1;visibility:visible;transition:opacity .2s,visibility .2s}.button__value--hide{opacity:0;visibility:hidden}.button__value--static{opacity:1;visibility:visible}.button__loader{opacity:0;object-fit:contain;object-position:center;pointer-events:none;max-width:150px;height:100%;transition:opacity .2s;display:block;position:absolute}.button__loader--show{opacity:1}.button__icon{justify-content:center;align-items:center;width:32px;height:32px;margin-right:8px;display:flex;position:relative}.button__icon--width-animate{max-width:0;margin:0;transition:max-width .5s .1s,margin .5s .1s}.button__icon_default{width:100%;height:100%;transition:opacity .1s;position:absolute;top:0;left:0}.button__icon_loader{opacity:0;will-change:transform,opacity;transition:opacity .1s;animation:1s linear infinite circleLoader}.button__icon_loader--mini{object-fit:contain;object-position:center;height:50%;top:auto}.button__icon_loader--width-animate{transition:opacity .1s}.button__icon_loader--show{opacity:1}.button__icon_loader--single{width:40px;height:40px;top:auto;left:auto}.button--mini:disabled .button__icon--width-animate{max-width:32px;margin-right:16px;transition:max-width .5s,margin .5s}.button--fetching .button__icon_default{opacity:0}.button--fetching .button__icon_loader{opacity:1}.button--email-form>.button__loader{width:100%}.button--email-form .button__value{width:40px;height:40px}.button--disabled{opacity:.4;cursor:default;color:var(--color-black-90)}.button--disabled:hover{background-color:var(--color-steel-gray-100)}.button:disabled{color:var(--color-text-disabled);background-color:var(--color-bg-disabled);cursor:not-allowed}.button:disabled .button:hover{background-color:var(--color-bg-disabled)}@keyframes circleLoader{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.promo{background-color:var(--color-bg-content-tertiary);border-radius:16px;column-gap:56px;width:100%;min-height:700px;padding:40px 47px;display:flex;position:relative}@media screen and (max-width:1278px){.promo{min-height:unset;flex-direction:column;display:flex}}@media screen and (max-width:766px){.promo{border-radius:0 0 16px 16px;padding:40px 12px}}.promo--dark{background-color:var(--color-black-90)}.promo__informationContainer{flex-direction:column;flex-basis:50%;justify-content:space-between;display:flex}.promo__info{flex-direction:column;flex-basis:50%;gap:20px;width:100%;max-width:600px;display:flex}@media screen and (max-width:766px){.promo__info--mobile-padding{padding-top:34px}}.promo__logo{width:97px;height:20px}.promo__logo-img{width:inherit;height:inherit;object-fit:contain;object-position:center}@media screen and (max-width:766px){.promo__logo{display:none}}.promo__title{width:100%;max-width:550px}.promo__title--no-margin{margin:0}@media screen and (max-width:766px){.promo__title{padding-top:34px}}@media screen and (max-width:991px){.promo__title{text-align:left}}.promo__description{width:100%;max-width:494px}@media screen and (max-width:766px){.promo__description{display:none}}@media screen and (max-width:460px){.promo__description{max-width:366px}}.promo__description--mobile{display:none}@media screen and (max-width:766px){.promo__description--mobile{word-break:break-word;margin-top:0;display:block}}.promo__information{flex-direction:column;align-self:flex-start;width:100%;display:flex;position:relative}.promo__information--white>.promo__information-info{color:var(--color-white)}@media screen and (max-width:1278px){.promo__information{display:none}}.promo__information--mobile{display:none}@media screen and (max-width:1278px){.promo__information--mobile{display:flex}}.promo__information_text{letter-spacing:-.3px;font-size:12px;font-weight:100;line-height:17px}.promo__information_text a{color:var(--color-text-primary)}.promo__information_text--white,.promo__information_text--white a{color:var(--color-white)}.promo__information_social{border:1px solid var(--color-steel-gray-100);align-items:center;width:100%;max-width:641px;margin-bottom:18px;padding:20px;display:flex}.promo__information_social_text{text-align:center;max-width:285px;color:var(--color-text-primary);transform:translateY(2px)}.promo__information_social_wrapper{justify-content:space-between;align-items:center;width:295px;margin-left:20px;display:flex}@media screen and (max-width:346px){.promo__information_social_wrapper{width:unset;flex-wrap:wrap}}.promo__information_social_link{max-height:40px}@media screen and (max-width:460px){.promo__information_social_link{margin-bottom:2px}}.promo__information_social_link--youtube{background-color:var(--color-black-90)}.promo__information_social_link--wechat{position:relative}.promo__information_social_link--wechat:after{content:"";background-color:var(--color-black-100);opacity:0;visibility:hidden;z-index:101;background-image:url(https://s.lalal.ai/img/icons/social/wechat-qr.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:142px;height:142px;transition:opacity .1s,visibility .1s;position:absolute;bottom:124%;left:-125%}@media screen and (max-width:460px){.promo__information_social_link--wechat:after{left:-225%}}@media screen and (max-width:346px){.promo__information_social_link--wechat:after{left:0}}@media screen and (max-width:306px){.promo__information_social_link--wechat:after{left:-225%}}.promo__information_social_link--wechat:hover:after,.promo__information_social_link--wechat:focus:after{opacity:1;visibility:visible}@media (max-width:1438px) and (min-width:1278px){.promo__information_social{flex-direction:column;max-width:443px}.promo__information_social_wrapper{margin-top:12px;margin-left:0}}@media screen and (max-width:1278px){.promo__information_social{max-width:622px}}@media screen and (max-width:766px){.promo__information_social{flex-direction:column}.promo__information_social_wrapper{margin-top:12px;margin-left:0}}.promo__widget{align-items:flex-start;width:100%;max-width:586px;min-height:250px;margin:0 auto;display:flex;position:relative}.promo__widget--voice-changer{max-width:626px}@media screen and (max-width:1278px){.promo__widget{align-items:flex-start;margin:20px 0 24px}}.promo__widget--batch-state{grid-row:2/5;max-width:632px;min-height:420px;padding-top:66px}@media screen and (max-width:1278px){.promo__widget--batch-state{min-height:inherit;padding-top:0}}.promo__widget--batch-done-state{grid-row:1/5}.promo__loader{object-fit:contain;object-position:center;height:73px}.promo__loader--align-self-center{align-self:center}.promo__loader--center{width:100%}@media screen and (max-width:600px){.promo__loader{width:100%}}.whatis{border-bottom:1px solid var(--color-black-90);flex-direction:column;align-items:center;width:100%;margin-top:12px;padding-top:72px;display:flex}.whatis__title{text-align:center}.whatis__description{text-align:center;width:100%;max-width:808px;margin-top:24px}@media screen and (max-width:766px){.whatis__description{padding:0 16px}}.whatis__modern{background-image:url(https://s.lalal.ai/img/home/modern.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;flex-direction:column;justify-content:center;align-items:center;width:100%;height:205px;margin:88px 0 123px;display:flex}.whatis__modern-logo{width:96px}@media screen and (max-width:766px){.whatis__modern{background-size:cover;margin:60px 0}}@media screen and (max-width:650px){.whatis__modern{background-image:url(https://s.lalal.ai/img/home/modern.min.svg)}}.whatis__img-wrapper{margin:80px 0 100px}@media screen and (max-width:766px){.whatis__img-wrapper{margin:40px 0;padding:0 16px}}.whatis__img-voice-cleaner{width:100%}@media screen and (max-width:600px){.whatis__img-voice-cleaner{height:200px}}.whatis--voice-cleaner{border-bottom:1px solid var(--color-black-90);border-top:1px solid var(--color-black-90);background-color:var(--color-bg);border-radius:unset;margin-top:0}.whatis--producthunt{border-bottom:1px solid var(--color-black-90);background-color:var(--color-bg);border-radius:unset;margin-top:0}.whatis--bento{background-color:var(--color-bg-content-tertiary);border-radius:16px;padding:102px 40px 40px}@media screen and (max-width:1438px){.whatis--bento{padding:90px 20px 20px}}.bento{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.bento__link{transition:transform .1s linear}.bento__link:hover{transform:scale(1.03)}@media screen and (max-width:766px){.bento__link:hover{transform:none}}.bento__arrow-link{position:absolute;top:8px;right:8px}.bento__orion-text{color:var(--color-orion)}.bento__card{background-color:var(--color-separator-primary);border:1px solid var(--color-stroke-tertiary);border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;padding:8px;display:flex;position:relative;overflow:hidden}.bento__card-main-content{z-index:var(--z-index-page-elements);flex-direction:column;align-items:center;max-width:350px;display:flex;position:relative}@media screen and (max-width:991px){.bento__card-main-content{max-width:320px}}@media screen and (max-width:766px){.bento__card-main-content{max-width:300px}}.bento__card-subtitle{max-width:350px;margin:4px 0 12px}.bento__card-subtitle b{color:var(--color-text-primary);font-weight:400}@media screen and (max-width:991px){.bento__card-subtitle{letter-spacing:-.3px;font-size:14px;font-style:normal;font-weight:400;line-height:20px}}.bento__card-subtitle--main{letter-spacing:-1.8px;text-align:center;color:#fff;margin:0;font-size:26px;font-style:normal;font-weight:500;line-height:110%}@media screen and (max-width:1278px){.bento__card-subtitle--main{letter-spacing:-1.7px;font-size:24px}}@media screen and (max-width:766px){.bento__card-subtitle--main{letter-spacing:-1.5px;font-size:22px}}.bento__card-title{color:var(--color-text-black);text-align:center;letter-spacing:-3px;font-size:36px;font-style:normal;font-weight:500;line-height:34px}.bento__card-title--main-yellow{color:#ffe613;text-shadow:0 0 12px #ffe61340,0 0 12px #ffe6138c}@media screen and (max-width:766px){.bento__card-title{letter-spacing:-.72px;font-size:24px;line-height:22px}}.bento__card-title--main{letter-spacing:-1.2px;text-transform:capitalize;color:#fff;font-size:40px;font-style:normal;font-weight:500;line-height:110%}@media screen and (max-width:600px){.bento__card-title--main{letter-spacing:-1.02px;font-size:34px}}.bento__image{width:100%;margin:0 auto;display:block}@media screen and (max-width:600px){.bento__image{width:90%}}@media screen and (max-width:460px){.bento__image{width:100%}}.bento__image-logo{height:18px;margin-top:10px;position:relative}@media screen and (max-width:1278px){.bento__image-logo{height:16px}}@media screen and (max-width:766px){.bento__image-logo{height:15px}}.bento__image-main{width:100%;height:100%;position:absolute;bottom:0;left:0}.bento__image-main img{object-fit:cover;object-position:top;width:100%;height:100%}@media screen and (max-width:766px){.bento__orion-icon{width:17px;height:17px}}@media screen and (max-width:991px){.bento{grid-template-columns:1fr 1fr}}@media screen and (max-width:766px){.bento,.bento__first-section,.bento__second-section,.bento__third-section{gap:6px}}@media screen and (max-width:600px){.bento{grid-template-rows:1fr 1fr min-content;grid-template-columns:1fr}}:root,:before,:after{--color-text-black:#1b191c;--color-text-white:#fff;--color-bg-white:#fff;--color-bg-black:#1b191c;--color-bg-modal:#fff;--color-accent-negative:#f42f47;--color-accent-positive:#37cc71;--color-accent-warning:#ffa514;--color-accent-warning-hover:#ffb743;--color-accent-warning-active:#ffc25f;--color-bg-primary:#f8d231;--color-bg-primary-hover:#ffe042;--color-bg-primary-active:#e5c51f;--color-stroke-accent:#f8d231;--color-overlay-primary:#1b191cb3;--color-wave-hover:#dce0e3;--color-bg-header:#545255;--color-bg-header-hover:#323033;--color-black-100:#1b191c;--color-black-90:#323033;--color-black-85:#3d3b3e;--color-black-80:#494749;--color-black-75:#545255;--color-black-70:#5f5e60;--color-black-60:#767577;--color-black-50:#8d8c8d;--color-black-40:#a4a3a4;--color-black-30:#bbbabb;--color-black-20:#d1d1d2;--color-black-15:#ddd;--color-black-10:#e8e8e8;--color-black-5:#f4f4f4;--color-white:#fff;--color-steel-gray-100:#cfd3d6;--color-steel-gray-70:#dce0e3;--color-red-180:#340910;--color-red-100:#f42f47;--color-red-10:#feeaed;--color-green:#37cc71;--color-green-10:#d7f5e3;--color-green-180:#0b2917;--color-orange:#ffa514;--color-yellow-90:#ffe042;--color-yellow-100:#f8d231;--color-yellow-110:#e5c51f;--color-blue-90:#4675fd;--color-blue-100:#1c63ec;--color-blue-110:#0053d4;--color-black-alpha5-10:#f4f4f41a;--color-black-alpha10-60:#e8e8e899;--color-black-alpha30-10:#bbbabb1a;--color-black-alpha30-20:#bbbabb33;--color-black-alpha30-30:#bbbabb4d;--color-black-alpha30-40:#bbbabb66;--color-black-alpha30-60:#bbbabb99;--color-black-alpha70-60:#5f5e6099;--color-black-alpha85-60:#3d3b3e99;--color-black-alpha100-10:#1b191c1a;--color-black-alpha100-70:#1b191cb3;--color-orion:#379bf5;--color-orion-hover:#208ff4;--color-orion-active:#208ff4;--color-offer:#1c63ec;--color-subscription-offer:var(--color-blue-90);--color-perseus:#87c127}.bento__first-section{grid-template:"top-card top-card"45fr"middle-left-card middle-right-card"22fr"bottom-card bottom-card"26fr/1fr 1fr;gap:12px;display:grid}.bento__first-section--first-card{grid-area:top-card}.bento__first-section--first-card-text-container{flex-direction:column;justify-content:center;align-items:center;margin-top:12px;display:flex}.bento__first-section--second-card{grid-area:middle-left-card}.bento__first-section--third-card{grid-area:middle-right-card}.bento__first-section--fourth-card{background-color:var(--color-perseus);grid-area:bottom-card;justify-content:center;align-items:center}.bento__first-section--fourth-card-text{letter-spacing:-2px;text-align:center;color:#0000;background-image:linear-gradient(90deg,#fff 0%,#ffffffba 100%);-webkit-background-clip:text;background-clip:text;max-width:382px;font-size:32px;font-weight:500;line-height:30px}@media screen and (max-width:1278px){.bento__first-section--fourth-card-text{font-size:28px;line-height:26px}}@media screen and (max-width:766px){.bento__first-section--fourth-card-text{font-size:24px;line-height:24px}}@media screen and (max-width:1278px){.bento__first-section{grid-template-rows:45fr 18fr 24fr}}@media screen and (max-width:991px){.bento__first-section{grid-template-rows:45fr 18fr 25fr}}@media screen and (max-width:766px){.bento__first-section{grid-template-rows:45fr 17fr 19fr}}@media screen and (max-width:600px){.bento__first-section{grid-template-rows:39fr 18fr 20fr}}.bento__second-section{grid-template:"main-card main-card"3fr"bottom-left-card bottom-right-card"1fr/1fr 1fr;gap:12px;display:grid}.bento__second-section--first-card{grid-area:main-card;padding:20px 8px 8px;position:relative}.bento__second-section--second-card{grid-area:bottom-left-card}.bento__second-section--third-card{grid-area:bottom-right-card}.bento__third-section{grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;display:grid}.bento__third-section--fifth-card{grid-area:3/1/4/3}@media screen and (max-width:991px){.bento__third-section{grid-area:2/1/3/-1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}.bento__third-section--fifth-card{grid-area:auto/2/auto/4}}@media screen and (max-width:600px){.bento__third-section{grid-area:auto;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr 1fr}.bento__third-section--fifth-card{grid-area:3/1/4/3}}
/*# sourceMappingURL=7353-5deebcecc46caa537096.css.map*/