@keyframes appZoomOut{0%{transform:scale(1)}to{opacity:0;transform:scale(.2)}}@keyframes appZoomIn{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@keyframes appFadeIn{0%{opacity:0}to{opacity:1}}@keyframes appFadeOut{0%{opacity:1}to{opacity:0}}.app-fade-appear,.app-fade-enter,.app-fade-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.app-fade-appear.app-fade-appear-active,.app-fade-enter.app-fade-enter-active{animation-name:appFadeIn;animation-play-state:running}.app-fade-leave.app-fade-leave-active{animation-name:appFadeOut;animation-play-state:running;pointer-events:none}.app-fade-appear,.app-fade-enter{opacity:0}.app-fade-appear,.app-fade-enter,.app-fade-leave{animation-timing-function:linear}.app-zoom-appear,.app-zoom-enter,.app-zoom-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.app-zoom-appear.app-zoom-appear-active,.app-zoom-enter.app-zoom-enter-active{animation-name:appZoomIn;animation-play-state:running}.app-zoom-leave.app-zoom-leave-active{animation-name:appZoomOut;animation-play-state:running;pointer-events:none}.app-zoom-appear,.app-zoom-enter{animation-timing-function:cubic-bezier(.08,.82,.17,1);opacity:0;transform:scale(0)}.app-zoom-appear-prepare,.app-zoom-enter-prepare{transform:none}.app-zoom-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.app-modal{box-sizing:border-box;font-feature-settings:"tnum","tnum";font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;margin:0 auto;max-width:calc(100vw - 32px);padding:0 0 24px;pointer-events:none;position:relative;top:100px;width:auto}.app-modal_small{max-width:575px}.app-modal_small .app-modal-body{padding:70px 55px}.app-modal_extra-small{width:auto!important}@media only screen and (max-width:576px){.app-modal_extra-small{width:100%!important}}.app-modal_extra-small .app-modal-body{padding:17px 20px 20px}.app-modal_extra-small .app-modal-content{border-radius:20px}.app-modal_large{max-width:900px}@media only screen and (max-width:1280px){.app-modal_large{width:auto!important}}.app-modal_full-height{height:100%;overflow:hidden;padding:0}.app-modal_full-height .app-modal-content{height:100%}.app-modal.zoom-appear,.app-modal.zoom-enter{-webkit-animation-duration:.3s;animation-duration:.3s;opacity:0;transform:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-modal-mask{background-color:#00000073;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;z-index:1000}.app-modal-mask-hidden{display:none}.app-modal-wrap{bottom:0;left:0;outline:0;overflow:auto;position:fixed;right:0;top:0;-webkit-overflow-scrolling:touch;z-index:1001}.app-modal-title{color:#000000d9;font-size:16px;font-weight:500;line-height:22px;margin:0;word-wrap:break-word}.app-modal-content{background-clip:padding-box;background-color:var(--modal-background-new);border:0;border-radius:30px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px 0 #00000014,0 9px 28px 8px #0000000d;overflow:clip;pointer-events:auto;position:relative}.app-modal-close{background:#0000;border:0;color:#00000073;cursor:pointer;font-weight:700;line-height:1;outline:0;padding:0;position:absolute;right:10px;text-decoration:none;top:10px;transition:color .3s;z-index:10}.app-modal__close-icon circle{fill:var(--blue-60)}.app-modal-close:focus,.app-modal-close:hover{color:#000000bf;text-decoration:none}.app-modal-header{background:vra(--background-color);border-bottom:1px solid #f0f0f0;border-radius:2px 2px 0 0;color:var(--main-text-color);padding:16px 24px}.app-modal-body{font-size:14px;line-height:1.5715;word-wrap:break-word;padding:1.25rem}@media only screen and (max-width:576px){.app-modal-body{padding:0}}.app-modal-footer{background:#0000;border-radius:0 0 2px 2px;border-top:1px solid #f0f0f0;padding:10px 16px;text-align:right}.app-modal-footer .app-btn+.app-btn:not(.app-dropdown-trigger){margin-bottom:0;margin-left:8px}.app-modal-open{overflow:hidden}.app-modal-centered{text-align:center}.app-modal-centered:before{content:"";display:inline-block;height:100%;vertical-align:middle;width:0}.app-modal-centered .app-modal{display:inline-block;text-align:left;top:0;vertical-align:middle}@media(max-width:767px){.app-modal{margin:8px auto;max-width:calc(100vw - 16px)}.app-modal_full-height{height:calc(100% - 16px);overflow:hidden}.app-modal-centered .app-modal{flex:1 1}}.app-modal_big{max-width:887px}@media only screen and (max-width:991px){.app-modal_big{max-width:700px}}@media(max-width:767px){.app-modal_big{max-width:375px}}@media only screen and (max-width:543px){.app-modal_big{max-width:100%}}.app-modal-wrap-rtl{direction:rtl}.app-modal-wrap-rtl .app-modal-close{left:0;right:auto}.app-modal-wrap-rtl .app-modal-footer{text-align:left}.app-modal-wrap-rtl .app-modal-footer .app-btn+.app-btn{margin-left:0;margin-right:8px}.app-modal-wrap-rtl .app-modal-confirm-body{direction:rtl}.app-modal-wrap-rtl .app-modal-confirm-body>.anticon{float:right;margin-left:16px;margin-right:0}.app-modal-wrap-rtl .app-modal-confirm-body>.anticon+.app-modal-confirm-title+.app-modal-confirm-content{margin-left:0;margin-right:38px}.app-modal-wrap-rtl .app-modal-confirm-btns{float:left}.app-modal-wrap-rtl .app-modal-confirm-btns .app-btn+.app-btn{margin-left:0;margin-right:8px}.app-modal-wrap-rtl.app-modal-centered .app-modal{text-align:right}.carousel{position:relative}.carousel-container{overflow:hidden;position:relative;width:100%}.carousel-slide{align-items:center;display:flex;height:100%;transition:transform .5s ease}.carousel-image-container{display:flex;flex:0 0 100%;height:100%;justify-content:center}.carousel-button{background:#0000;border:none;cursor:pointer;outline:none;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.carousel-button__disabled{cursor:not-allowed;opacity:.5}@media only screen and (max-width:767px){.carousel-button{display:none}}.carousel-controls__item{align-items:center;background:var(--grey);border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:50px}.carousel-controls__item:hover{background:var(--header-btns-hover)}.carousel-controls__item:hover svg:hover path{stroke:var(--main-text-color)}.carousel-controls__item.disabled{background:var(--grey);cursor:not-allowed;opacity:.5}.carousel-controls__next{right:-60px}@media only screen and (max-width:1450px){.carousel-controls__next{right:-30px}}@media only screen and (max-width:767px){.carousel-controls__next{display:none}}.carousel-controls__hide{display:none}.carousel-controls__prev{left:-60px}@media only screen and (max-width:1450px){.carousel-controls__prev{left:-30px}}@media only screen and (max-width:767px){.carousel-controls__prev{display:none}}.prev{left:10px}.next{right:10px}.slider-dots{bottom:10px;display:flex;left:50%;position:absolute;transform:translateX(-50%)}.dot{border-radius:50%;cursor:pointer;height:10px;margin:0 5px;opacity:.5;width:10px}.dot,.dot.active{background-color:#fff}.dot.active{opacity:1}.whats-new-modal{margin:-70px -55px}.whats-new-modal__content{margin:20px}@media only screen and (max-width:543px){.whats-new-modal__content{margin:20px 10px}}.whats-new-modal__date{color:var(--grey-80);font-size:12px;font-weight:300;line-height:140%}.whats-new-modal__title{color:var(--main-text-color);font-size:20px;font-weight:600;line-height:120%;margin-top:5px}.whats-new-modal__text{color:var(--main-text-color);font-size:14px;font-weight:300;line-height:140%;margin-top:10px;white-space:pre-line}.whats-new-modal__image-container{background:linear-gradient(120deg,#3027ef -2.78%,#888eff 144.37%);border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:350px;margin:0 auto;overflow:hidden}@media only screen and (max-width:543px){.whats-new-modal__image-container{height:324px}.whats-new-modal__image-container img{height:100%}}.app-col{max-width:100%;min-height:1px;position:relative}.app-col-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.app-col-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.app-col-3{flex:0 0 12.5%;max-width:12.5%}.app-col-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.app-col-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.app-col-6{flex:0 0 25%;max-width:25%}.app-col-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.app-col-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.app-col-9{flex:0 0 37.5%;max-width:37.5%}.app-col-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.app-col-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.app-col-12{flex:0 0 50%;max-width:50%}.app-col-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.app-col-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.app-col-15{flex:0 0 62.5%;max-width:62.5%}.app-col-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.app-col-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.app-col-18{flex:0 0 75%;max-width:75%}.app-col-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.app-col-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.app-col-21{flex:0 0 87.5%;max-width:87.5%}.app-col-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.app-col-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.app-col-24{flex:0 0 100%;max-width:100%}.app-col-xs-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.app-col-xs-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.app-col-xs-3{flex:0 0 12.5%;max-width:12.5%}.app-col-xs-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.app-col-xs-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.app-col-xs-6{flex:0 0 25%;max-width:25%}.app-col-xs-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.app-col-xs-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.app-col-xs-9{flex:0 0 37.5%;max-width:37.5%}.app-col-xs-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.app-col-xs-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.app-col-xs-12{flex:0 0 50%;max-width:50%}.app-col-xs-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.app-col-xs-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.app-col-xs-15{flex:0 0 62.5%;max-width:62.5%}.app-col-xs-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.app-col-xs-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.app-col-xs-18{flex:0 0 75%;max-width:75%}.app-col-xs-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.app-col-xs-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.app-col-xs-21{flex:0 0 87.5%;max-width:87.5%}.app-col-xs-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.app-col-xs-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.app-col-xs-24{flex:0 0 100%;max-width:100%}@media(min-width:576px){.app-col-sm-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.app-col-sm-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.app-col-sm-3{flex:0 0 12.5%;max-width:12.5%}.app-col-sm-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.app-col-sm-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.app-col-sm-6{flex:0 0 25%;max-width:25%}.app-col-sm-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.app-col-sm-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.app-col-sm-9{flex:0 0 37.5%;max-width:37.5%}.app-col-sm-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.app-col-sm-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.app-col-sm-12{flex:0 0 50%;max-width:50%}.app-col-sm-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.app-col-sm-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.app-col-sm-15{flex:0 0 62.5%;max-width:62.5%}.app-col-sm-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.app-col-sm-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.app-col-sm-18{flex:0 0 75%;max-width:75%}.app-col-sm-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.app-col-sm-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.app-col-sm-21{flex:0 0 87.5%;max-width:87.5%}.app-col-sm-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.app-col-sm-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.app-col-sm-24{flex:0 0 100%;max-width:100%}}@media(min-width:768px){.app-col-md-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.app-col-md-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.app-col-md-3{flex:0 0 12.5%;max-width:12.5%}.app-col-md-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.app-col-md-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.app-col-md-6{flex:0 0 25%;max-width:25%}.app-col-md-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.app-col-md-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.app-col-md-9{flex:0 0 37.5%;max-width:37.5%}.app-col-md-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.app-col-md-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.app-col-md-12{flex:0 0 50%;max-width:50%}.app-col-md-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.app-col-md-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.app-col-md-15{flex:0 0 62.5%;max-width:62.5%}.app-col-md-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.app-col-md-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.app-col-md-18{flex:0 0 75%;max-width:75%}.app-col-md-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.app-col-md-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.app-col-md-21{flex:0 0 87.5%;max-width:87.5%}.app-col-md-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.app-col-md-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.app-col-md-24{flex:0 0 100%;max-width:100%}}@media(min-width:992px){.app-col-lg-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.app-col-lg-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.app-col-lg-3{flex:0 0 12.5%;max-width:12.5%}.app-col-lg-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.app-col-lg-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.app-col-lg-6{flex:0 0 25%;max-width:25%}.app-col-lg-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.app-col-lg-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.app-col-lg-9{flex:0 0 37.5%;max-width:37.5%}.app-col-lg-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.app-col-lg-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.app-col-lg-12{flex:0 0 50%;max-width:50%}.app-col-lg-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.app-col-lg-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.app-col-lg-15{flex:0 0 62.5%;max-width:62.5%}.app-col-lg-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.app-col-lg-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.app-col-lg-18{flex:0 0 75%;max-width:75%}.app-col-lg-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.app-col-lg-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.app-col-lg-21{flex:0 0 87.5%;max-width:87.5%}.app-col-lg-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.app-col-lg-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.app-col-lg-24{flex:0 0 100%;max-width:100%}}@media(min-width:1200px){.app-col-xl-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.app-col-xl-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.app-col-xl-3{flex:0 0 12.5%;max-width:12.5%}.app-col-xl-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.app-col-xl-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.app-col-xl-6{flex:0 0 25%;max-width:25%}.app-col-xl-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.app-col-xl-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.app-col-xl-9{flex:0 0 37.5%;max-width:37.5%}.app-col-xl-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.app-col-xl-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.app-col-xl-12{flex:0 0 50%;max-width:50%}.app-col-xl-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.app-col-xl-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.app-col-xl-15{flex:0 0 62.5%;max-width:62.5%}.app-col-xl-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.app-col-xl-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.app-col-xl-18{flex:0 0 75%;max-width:75%}.app-col-xl-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.app-col-xl-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.app-col-xl-21{flex:0 0 87.5%;max-width:87.5%}.app-col-xl-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.app-col-xl-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.app-col-xl-24{flex:0 0 100%;max-width:100%}}@media(min-width:1600px){.app-col-xxl-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.app-col-xxl-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.app-col-xxl-3{flex:0 0 12.5%;max-width:12.5%}.app-col-xxl-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.app-col-xxl-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.app-col-xxl-6{flex:0 0 25%;max-width:25%}.app-col-xxl-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.app-col-xxl-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.app-col-xxl-9{flex:0 0 37.5%;max-width:37.5%}.app-col-xxl-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.app-col-xxl-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.app-col-xxl-12{flex:0 0 50%;max-width:50%}.app-col-xxl-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.app-col-xxl-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.app-col-xxl-15{flex:0 0 62.5%;max-width:62.5%}.app-col-xxl-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.app-col-xxl-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.app-col-xxl-18{flex:0 0 75%;max-width:75%}.app-col-xxl-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.app-col-xxl-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.app-col-xxl-21{flex:0 0 87.5%;max-width:87.5%}.app-col-xxl-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.app-col-xxl-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.app-col-xxl-24{flex:0 0 100%;max-width:100%}}.app-row{display:flex;flex-flow:row wrap}.app-row-top{align-items:flex-start}.app-row-bottom{align-items:flex-end}.app-row-middle{align-items:center}.app-row-start{justify-content:flex-start}.app-row-center{justify-content:center}.app-row-end{justify-content:flex-end}.app-row-space-between{justify-content:space-between}.app-row-space-around{justify-content:space-around}@media only screen and (max-width:991px){.app-row-reverse{align-items:stretch;flex-flow:column-reverse}}.index-main{letter-spacing:0}.main-title{font-size:50px;font-style:normal;font-weight:500;line-height:1.18}@media only screen and (max-width:991px){.main-title{font-size:25px;line-height:117.5%;text-align:center}}.main-subtitle{font-size:35px;font-style:normal;font-weight:500;line-height:136.5%}@media only screen and (max-width:991px){.main-subtitle{font-size:20px;line-height:136.5%;text-align:center}}.small-subtitle{color:var(--main-text-color);font-size:25px;font-weight:400;line-height:125.5%}@media only screen and (max-width:991px){.small-subtitle{font-size:20px;line-height:25px}}.main-body-text{font-size:16px;font-weight:500;line-height:158.7%;padding-bottom:10px}@media only screen and (max-width:576px){.main-body-text{font-size:16px;line-height:136.5%;text-align:center}}.submit-button.app-button{color:var(--main-color);margin-top:30px}.submit-button.app-button,.submit-button.app-button:hover{background:var(--black-btn)}@media only screen and (max-width:991px){.submit-button.app-button{width:300px!important}}@media only screen and (max-width:576px){.submit-button.app-button{font-size:15px;height:40px!important;line-height:14px;width:232px!important}}.main-header-layout{margin-bottom:84px;padding:32px 106px 0}.main-header-layout .main-title{align-items:center;display:flex;justify-content:center}@media only screen and (max-width:576px){.main-header-layout .main-title{display:block}}.main-header-layout .main-title svg{margin:0 20px}.main-header-layout .generate-track-button{background:var(--generate-button-gradient);border-radius:30px;box-shadow:0 4px 20px #0003;height:64px;margin-top:37px;width:386px}.main-header-layout .generate-track-button svg{margin-right:11px}.main-header-layout .generate-track-button span{align-items:center;display:flex}.main-header-layout .generate-track-button:active{box-shadow:none}.main-header-layout .generate-track-button:hover{background:var(--generate-button-gradient);color:#fff}.main-header-layout .small-subtitle__blue{color:#0029ff;font-weight:300}.main-header-layout h1{margin-bottom:0;text-align:center}.main-header-layout .header-img-block{text-align:center;width:100%}.main-header-layout .header-img-block video{max-width:100%}.main-header-layout p{margin:12px auto 0;text-align:center;width:793px}@media only screen and (max-width:991px){.main-header-layout{margin-bottom:80px;margin-top:50px;padding:0}.main-header-layout p{text-align:center;width:100%}.main-header-layout .main-title{margin-bottom:0;margin-top:7px;padding:0 40px}.main-header-layout .main-title svg{height:24px;width:24px}.main-header-layout .app-button{font-size:20px;height:52px;margin-top:21px;width:318px}.main-header-layout .small-subtitle{margin-top:30px;padding:0 40px}.main-header-layout .small-subtitle__blue{font-size:16px;margin-top:16px}}@media only screen and (max-width:576px){.main-header-layout .header-layout-animated{height:230px}}.main-projects-layout{background:var(--background-color);overflow:hidden}.main-projects-layout__wrapper{column-gap:100px;display:grid;grid-template-columns:repeat(2,231px);justify-content:center;padding:102px 0;row-gap:100px}@media only screen and (max-width:991px){.main-projects-layout__wrapper{column-gap:70px;grid-template-columns:repeat(2,231px);padding:102px 0;row-gap:65px}}@media only screen and (max-width:767px){.main-projects-layout__wrapper{grid-template-columns:repeat(1,1fr);padding:102px 10px;row-gap:50px}}@media only screen and (max-width:576px){.main-projects-layout__wrapper{row-gap:20px}}.main-projects-layout .card:before{background-size:contain;content:"";left:-120px;position:absolute;top:-100px}@media only screen and (max-width:991px){.main-projects-layout .card:before{left:0;top:-90px}}.main-projects-layout .card__mubert-render{position:relative}.main-projects-layout .card__mubert-render:before{background-image:url(/static/media/mubert-render.720c0da5.svg);height:277px;width:377px}@media only screen and (max-width:991px){.main-projects-layout .card__mubert-render:before{height:278px;width:358px}}.main-projects-layout .card__mubert-studio:before{background-image:url(/static/media/mubert-studio.3ce2b703.svg);height:296px;width:374px}@media only screen and (max-width:991px){.main-projects-layout .card__mubert-studio:before{height:296px;width:360px}}.main-projects-layout .card__extension:before{background-image:url(/static/media/mubert-play.52ea6966.svg);height:289px;width:393px}@media only screen and (max-width:991px){.main-projects-layout .card__extension:before{height:289px;width:360px}}.main-projects-layout .card__mubert-api:before{background-image:url(/static/media/mubert-api.aba191bd.svg);height:289px;width:393px}@media only screen and (max-width:991px){.main-projects-layout .card__mubert-api:before{height:289px;width:360px}}.main-projects-layout .card__mubert_play:before{background-image:url(/static/media/mubert-play.52ea6966.svg);height:327px;top:-160px;width:388px}@media only screen and (max-width:991px){.main-projects-layout .card__mubert_play:before{height:327px;top:-90px;width:360px}}.main-projects-layout .main-title{margin-bottom:8px;width:368px}@media only screen and (max-width:1199px){.main-projects-layout .main-title{width:350px}}@media only screen and (max-width:991px){.main-projects-layout .main-title{margin-bottom:4px}}.main-projects-layout .project-subtitle{font-size:25px;font-weight:500;margin-bottom:30px}@media only screen and (max-width:991px){.main-projects-layout .project-subtitle{font-size:20px;font-weight:100;line-height:25px;margin-bottom:18px}}.main-projects-layout .small-subtitle{max-width:357px}@media only screen and (max-width:991px){.main-projects-layout .small-subtitle{line-height:1.6}}.main-projects-layout .card{display:flex;flex-direction:column;min-height:231px;position:relative;width:237px}.main-projects-layout .card .app-button{background-color:var(--black-btn);color:var(--main-color);font-size:20px;height:45px;text-wrap:balance;width:237px}.main-projects-layout .card .app-button:hover{background-color:var(--black-btn)}.main-projects-layout .card .submit-button-container{margin-top:auto;position:relative;z-index:1}.main-projects-layout .card .main-title{font-size:25px;font-weight:500;margin-bottom:2px;margin-top:0;text-align:left;width:100%}.main-projects-layout .card .project-subtitle{color:var(--accent-color);font-size:16px;font-weight:300;margin-bottom:16px}.main-projects-layout .card .small-subtitle{font-size:16px;font-weight:300;line-height:1.2}.main-projects-layout .card__invisible{visibility:hidden}@media only screen and (max-width:767px){.main-projects-layout .card{margin-bottom:60px;min-height:211px;text-align:center;width:100%}.main-projects-layout .card .main-title{text-align:center}.main-projects-layout .card .small-subtitle{margin:0 auto;max-width:327px}}.logo-little{margin:75px 141px 75px 159px;text-align:center}.logo-little.logos-main{display:flex;flex-wrap:wrap;justify-content:center}@media only screen and (min-width:577px){.logo-little.logos-main>img{flex:0 0 33.33333333%;max-width:33.33333333%}}@media only screen and (min-width:768px){.logo-little.logos-main>img{flex:0 0 16.66666667%;max-width:16.66666667%}}.logo-little .logo-block{display:flex;justify-content:space-around}@media only screen and (max-width:991px){.logo-little{margin:20px;text-align:center}}@media only screen and (max-width:576px){.logo-little .logo-block{display:flex;justify-content:center}.logo-little .logo-block img{height:54px;width:158px}}.main-music-made{background:var(--background-color);overflow:hidden;padding:192px 0 60px;position:relative;text-align:center}.main-music-made:before{background-image:url(/static/media/music-made-top.e98dcc31.svg);content:"";height:273px;left:210px;position:absolute;top:100px;width:1016px}@media only screen and (max-width:991px){.main-music-made:before{background-image:url(/static/media/music-made-top.1463b75b.svg);height:286px;left:0;top:-20px;width:360px}}.main-music-made:after{background-image:url(/static/media/music-made-bottom.73224336.svg);bottom:30px;content:"";height:292px;position:absolute;right:20px;width:1086px}@media only screen and (max-width:991px){.main-music-made:after{background-image:url(/static/media/music-made-bottom.76b29913.svg);height:292px;right:0;width:360px}}.main-music-made .main-title{margin:25px auto 0;width:600px}.main-music-made .small-subtitle{margin:48px auto 113px;width:663px}@media only screen and (max-width:991px){.main-music-made{padding:50px 30px 106px}.main-music-made .main-title{margin:25px auto 0;width:100%}.main-music-made .small-subtitle{margin:48px auto 0;width:100%}}.main-fullscreen-banner{align-items:center;background:#ddd;color:#bababa;display:flex;font-size:20px;height:487px;justify-content:center;line-height:118%}@media only screen and (max-width:576px){.main-fullscreen-banner{height:256px}}.create-buttons{display:grid;margin-top:11px}.create-buttons .submit-button:last-child{margin-top:16px}.create-with-mubert{margin:0 auto;max-width:1202px;overflow:hidden;padding:200px 20px 0;position:relative}.create-with-mubert__image{flex-shrink:0}@media only screen and (max-width:1199px){.create-with-mubert__image{flex-shrink:1}}.create-with-mubert .app-row{flex-wrap:nowrap;justify-content:space-between}@media only screen and (max-width:991px){.create-with-mubert .app-row{flex-wrap:wrap;gap:0}.create-with-mubert .app-row>div{width:100%}.create-with-mubert .desktop-only-show{display:none!important}}@media only screen and (min-width:992px){.create-with-mubert .desktop-only{display:block!important}}.create-with-mubert .card:before{content:"";position:absolute}.create-with-mubert .card__create-and-earn{z-index:1}.create-with-mubert .create-with-mubert-image{position:relative;top:45px}@media only screen and (max-width:991px){.create-with-mubert .create-with-mubert-image{top:0}}.create-with-mubert img{width:540px}@media only screen and (max-width:991px){.create-with-mubert img{aspect-ratio:1/1;max-width:500px;width:95%}}.create-with-mubert.create-and-earn-with-mubert .submit-button{margin-top:38px}.create-with-mubert.create-and-earn-with-mubert .create-with-mubert-image{top:45px;z-index:0}@media only screen and (max-width:991px){.create-with-mubert.create-and-earn-with-mubert .create-with-mubert-image{top:0}}.create-with-mubert.main-faq{padding-top:50px;text-align:center}@media only screen and (max-width:991px){.create-with-mubert.main-faq{padding:50px 30px 0}.create-with-mubert.main-faq .faq-items-list{margin-top:30px}}.create-with-mubert.main-faq .main-title{margin-top:0;width:100%}.create-with-mubert.listen-with-mubert{padding-bottom:50px}@media only screen and (max-width:991px){.create-with-mubert.listen-with-mubert{padding-bottom:30px}}@media only screen and (min-width:992px){.create-with-mubert.listen-with-mubert .small-subtitle{width:400px}}.create-with-mubert.music-given{padding-bottom:200px}.create-with-mubert .main-title{margin-top:80px;width:368px}@media only screen and (max-width:1199px){.create-with-mubert .main-title{width:350px}}@media only screen and (min-width:1200px){.create-with-mubert .main-title{width:368px}}.create-with-mubert .main-title.studio{max-width:468px}.create-with-mubert .small-subtitle{padding-top:7px;width:495px}@media only screen and (max-width:991px){.create-with-mubert .small-subtitle{padding-top:32px}}.create-with-mubert .main-body-text{font-weight:300;padding-top:15px;width:531px}@media only screen and (min-width:992px){.create-with-mubert .main-body-text{width:450px}}@media only screen and (min-width:1200px){.create-with-mubert .main-body-text{width:531px}}.create-with-mubert .logo-create-mubert{background:#e4e4e4;height:822px;width:539px}.create-with-mubert .submit-button{width:350px}@media only screen and (max-width:991px){.create-with-mubert{padding:50px 20px;text-align:center}.create-with-mubert.music-given{padding-bottom:80px}.create-with-mubert .logo-create-mubert{height:400px;margin-top:50px;width:100%}.create-with-mubert .main-title{margin:117px auto 0;max-width:528px;width:100%}.create-with-mubert .main-title.studio{width:100%}.create-with-mubert .main-body-text{margin:40px auto 0;max-width:531px;padding-top:0;width:100%}.create-with-mubert .small-subtitle{width:100%}.create-with-mubert .main-title{margin-top:48px}.create-with-mubert{padding:30px 0}.create-with-mubert .main-body-text,.create-with-mubert .main-title,.create-with-mubert .small-subtitle{padding-left:30px;padding-right:30px}.create-with-mubert .main-body-text{padding-left:22px;padding-right:22px}.create-with-mubert .logo-create-mubert{height:182px;margin-top:78px}}.need-more-wrapper{background:var(--main-color)}.need-more-wrapper .main-need-more{margin:0 auto;padding:132px 0 170px;text-align:center;width:749px}.need-more-wrapper .main-need-more .small-subtitle{margin:0 auto 70px;width:300px}.need-more-wrapper .main-need-more .main-body-text{font-weight:600;margin-top:25px}.need-more-wrapper .main-need-more .submit-button{width:339px}@media only screen and (max-width:991px){.need-more-wrapper{text-align:center}.need-more-wrapper .main-need-more{padding:73px 0;width:100%}}.ios-market-btn{align-items:center;cursor:pointer;display:flex;flex-wrap:nowrap;margin-top:30px}@media only screen and (max-width:991px){.ios-market-btn{display:block}}.ios-market-btn a img{aspect-ratio:auto}.footer-logo-text{margin:65px auto 0;max-width:893px}@media only screen and (max-width:991px){.footer-logo-text{margin:14px auto 0;width:100%}}.footer-logo-banner{margin:136px auto 0;max-width:1140px;padding-bottom:136px;padding-left:20px;padding-right:20px}@media only screen and (max-width:991px){.footer-logo-banner{margin-bottom:0;margin-top:40px;padding-bottom:40px}}@media only screen and (min-width:992px){.vertical-space{background:#dcdcdc;height:19px;margin:0 7px!important;width:1px}}.rainbow-text{background:var(--generate-button-gradient);-webkit-background-clip:text;-webkit-text-fill-color:#0000}@keyframes moveText{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - 20px))}}.waveform-wrapper{min-height:290px}.waveform-wrapper-row{padding:0 0 0 30px}@media only screen and (max-width:991px){.waveform-wrapper-row{display:flex;justify-content:space-between;padding:0 15px}}.waveform-wrapper-row .player-time{color:#8e98a3;font-size:13px;font-style:normal;font-weight:400;line-height:118%}.waveform-wrapper-row .app-col:nth-child(2){color:var(--main-text-color);font-size:16px;font-weight:500;line-height:20px;max-height:42px;overflow:hidden}@media only screen and (max-width:576px){.waveform-wrapper-row .app-col:nth-child(2){font-size:12px;line-height:15px;max-height:45px}}.waveform-wrapper-row .app-col:nth-child(3),.waveform-wrapper-row .app-col:nth-child(4){text-align:center}.waveform-wrapper-row .app-col:nth-child(4) input::-webkit-scrollbar{display:none}.waveform-wrapper-row .app-col:last-child a{padding-right:10px}.centered{text-align:center}.waveform-player-block{cursor:pointer}.waveform-player-block__non-interactive{pointer-events:none}.waveform-player-block wave::-webkit-scrollbar{display:none!important}@media only screen and (max-width:543px){.play-btn-icon{font-size:40px}.centered{font-size:14px}.player-time{font-size:13px}}.inline{display:inline}.player-main-controls{display:flex;justify-content:space-between;margin:0 auto;max-width:435px}.player-main-controls>div:first-child{float:left;line-height:70px}.player-main-controls>div:last-child{float:right;line-height:70px}@media only screen and (max-width:576px){.player-main-controls{max-width:80%}}.waveform-control-btn{cursor:pointer}.waveform-control-btn:hover path,.waveform-control-btn:hover rect{fill:var(--accent-color)}.player-btn img{cursor:pointer}.waveform-player{align-items:center;display:flex}.waveform-player__title{flex-shrink:0;font-size:16px;font-weight:300;line-height:140%;margin-left:25px;max-width:100%;overflow:hidden;width:160px}@media only screen and (max-width:767px){.waveform-player__title{width:calc(100% - 215px)}}@media only screen and (max-width:576px){.waveform-player__title{display:block;margin-right:10px;width:calc(100% - 225px)}}.waveform-player__track{display:flex;gap:10px}.waveform-player__time{display:none}@media only screen and (max-width:767px){.waveform-player__time{color:var(--grey-80);display:block;font-size:12px}}.waveform-player .track-name a{color:var(--main-text-color)}.waveform-player .track-name.move{animation:moveText 10s linear infinite;width:300%}.waveform-player .player-button{flex-shrink:0}.waveform-player .wave{margin:0 50px}@media only screen and (max-width:1055px){.waveform-player .wave{margin:0 30px}}.waveform-player__controls{display:flex;margin-left:auto;position:relative}.waveform-player__controls-icon:hover svg path{stroke:var(--accent-color)}@media only screen and (max-width:543px){.waveform-player__controls-icon:first-child{display:none}}.waveform-player__volume{align-items:center;background:var(--modal-background-new);border:1px solid var(--border-color);border-radius:10px;display:flex;height:40px;left:0;padding:20px;position:absolute;top:-50px}@media only screen and (max-width:991px){.waveform-player__volume{left:-15px}}@media only screen and (max-width:767px){.waveform-player__volume{left:-30px}}.volume-slider{width:130px}@media only screen and (max-width:991px){.volume-slider{width:105px}}.player-button{background:var(--generate-button-gradient);border-radius:50%;position:relative}.player-button img.play-btn{display:none;left:2px}.player-button img.play-btn_main{display:block}.player-button__notify{background:#ed0493;border:1px solid #fff;border-radius:50%;height:10px;position:absolute;right:0;top:1px;width:10px;z-index:1}.player-button .player-control{bottom:0;cursor:pointer;height:auto;left:0;margin:auto;object-fit:contain;position:absolute;right:0;top:0;width:auto}.player-button .avatar-img{border-radius:50%;height:100%;object-fit:cover;width:100%}.app-table-row:hover .player-button:not(.player-button_colored) .avatar-img,.player-button_focused .player-button:not(.player-button_colored) .avatar-img,.track-block:hover .player-button:not(.player-button_colored) .avatar-img{backdrop-filter:blur(20px);background:#fff;border-radius:50%;cursor:pointer;opacity:.5}.app-table-row:hover .player-button:not(.player-button_colored) img.play-btn,.player-button_focused .player-button:not(.player-button_colored) img.play-btn,.track-block:hover .player-button:not(.player-button_colored) img.play-btn{display:block}.lazy-image-container{display:inline-block;width:100%}.lazy-image-container:before{content:"";display:block}.lazy-image-container_dynamic-size{position:relative}.lazy-image-container_dynamic-size img{height:100%;left:0;position:absolute;top:0;width:100%}.lazy-image{display:inline-block}.faq-item-render{border:1px solid var(--grey-80);border-radius:20px;cursor:pointer;padding:18px 20px 15px;text-align:left;width:100%}.faq-item-render_open{border-color:var(--main-text-color)}.faq-item-render__header{align-items:center;display:flex;justify-content:space-between}.faq-item-render__toggle{height:24px;position:relative;transform:rotate(90deg);width:24px}.faq-item-render__toggle_open{transform:rotate(270deg)}.faq-item-render__toggle_open path{stroke:var(--accent-color)}.faq-item-render__title{cursor:pointer;font-size:14px;font-style:normal;font-weight:300;line-height:140%}.faq-item-render__title_open{font-size:16px;font-style:normal;font-weight:700;line-height:140%}.faq-item-render__description{font-size:14px;font-style:normal;font-weight:300;line-height:140%;padding-bottom:15px;padding-top:20px}.faq-item-render__description a:hover{text-decoration:underline}.faq-item-render__description img{border:1px solid var(--border-color);border-radius:20px;display:block;margin-bottom:20px;margin-top:20px}.faq-items-list{display:flex;flex-direction:column;gap:10px;margin-bottom:50px}
/*# sourceMappingURL=pages-Main.6b1541fa.chunk.css.map*/