@font-face{font-family:'RobotoExtraBold';src:url('/static/fonts/RobotoCondensed-ExtraBold.ttf?2113aa1a4d8e');font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:'RobotoBold';src:url('/static/fonts/RobotoCondensed-Bold.ttf?2113aa1a4d8e');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'InterSemiBold';src:url('/static/fonts/Inter-SemiBold.ttf?2113aa1a4d8e');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'InterMedium';src:url('/static/fonts/Inter-Medium.ttf?2113aa1a4d8e');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'InterRegular';src:url('/static/fonts/Inter-Regular.ttf?2113aa1a4d8e');font-weight:400;font-style:normal;font-display:swap}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes centerSlideIn{from{transform:translate(-50%,-35%)}to{transform:translate(-50%,0)}}@keyframes centerSlideOut{from{transform:translate(-50%,0)}to{transform:translate(-50%,-35%)}}.phone-input-wrapper{display:flex;gap:3px;width:100%;border:1px solid #B3B3B3;padding:10px 12px;border-radius:4px;align-items:center}.phone-input-wrapper::before{content:"+62";display:inline-block;font:16px/1.2 "InterRegular"}.phone-input-wrapper>input{width:100%;border:none;padding:0 5px;background-color:transparent;color:inherit}.phone-input-wrapper>input:focus-within,.phone-input-wrapper>input:focus-visible{outline:none;border:none}.text-blue{color:#5cc7cf}.text-black{color:#000000}.bg-pattern-blue{background-image:url("/static/img/hero-bg.webp?2113aa1a4d8e");background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed}.min-width-350{min-width:350px}.mt-20{margin-top:20px}html{box-sizing:border-box;scroll-behavior:smooth}*,*::after,*::before{margin:0;padding:0;box-sizing:border-box}a{color:inherit;text-decoration:none}ul{list-style:none;list-style-type:none}label{display:block;margin-bottom:8px;font-family:"InterSemiBold"}input,select{width:100%;padding:10px 12px;border:1px solid #B3B3B3;border-radius:4px;font-size:16px}.button{background:transparent;border:1px solid #ffffff;padding:12px 22px;margin:0;font:18px/1.2 "InterSemiBold";color:#ffffff;border-radius:55px;cursor:pointer;display:block}.button-black{border-color:#000000;color:#000000}.button-solid-blue{border-color:#5cc7cf;background-color:#5cc7cf;color:#ffffff}.button-dark-blue{border-color:#00456C;color:#00456C}.button-solid-dark-blue{border-color:#00456C;background-color:#00456C;color:#ffffff}.button--small{font:15px/1.2 "InterRegular";padding:12px 25px}.button--big{font-size:19px;padding-top:17px;padding-bottom:17px}@media (max-width:896px){.button{font-size:16px}}@media (max-width:568px){.button{font-size:14px}}.errorlist{font:11px/1.2 "InterRegular";color:#BD192E;margin-top:5px}.container,.expert-mobile,.expert,.registration-form__container,.registration__logo,.registration__video,.expert-insights__container,.about-us__container,.hero__logo-container,.footer__container,.header__container{max-width:1440px;margin:0 auto;padding:20px 40px}@media (max-width:568px){.container,.expert-mobile,.expert,.registration-form__container,.registration__logo,.registration__video,.expert-insights__container,.about-us__container,.hero__logo-container,.footer__container,.header__container{padding:20px}}.header{background-color:#ffffff;height:82px;position:fixed;top:0;width:100%;z-index:999}.header__container{display:flex;justify-content:space-between;align-items:center;height:100%}.header__container a:hover{background-color:#000000;color:#ffffff}.header__logo{display:flex;gap:20px;align-items:center}.header__logo-mcc{display:block;width:123px;height:auto}.header__logo-fff{display:block;width:134px;height:auto}@media (max-width:568px){.header__logo{gap:0}.header__logo-mcc{width:80px}.header__logo-fff{width:90px}}.footer{padding:0 40px}.footer__container{max-width:1360px;padding:40px 0;width:100%;border-top:1px solid #B3B3B3;display:flex;justify-content:space-between;align-items:center}.footer__text{display:flex;gap:40px;align-items:center;color:#ffffff}.footer__title{font:35px/1.2 "RobotoExtraBold";color:#ff9700;max-width:358px}.footer__body{font:16px/1.5 "InterRegular";max-width:246px}.footer__social{display:flex;gap:20px;align-items:center}.footer__social-logo{width:42px;height:42px;border-radius:42px;background-color:#5cc7cf;padding:8px}.footer__social img{display:block;width:100%}@media (max-width:896px){.footer__container,.footer__text{gap:20px}.footer__title{font-size:30px}.footer__body{font-size:14px}}@media (max-width:568px){.footer{padding:0 20px}.footer__container{padding:10px 0 40px;border-top:none;gap:30px;flex-direction:column;justify-content:center}.footer__text{flex-direction:column;justify-content:center;gap:15px}.footer__title,.footer__body{text-align:center;max-width:100%}.footer__title{font-size:28px}.footer__body{font-size:14px}}.messages{font:13px/1.2 "InterMedium";position:fixed;z-index:1;left:50%;transform:translate(-50%);top:115px;width:100%;max-width:1440px;display:flex;flex-direction:column;gap:15px;animation:fadeIn 0.3s cubic-bezier(0,0,0.2,1),centerSlideIn 0.3s cubic-bezier(0,0,0.2,1)}.messages--hide{animation:fadeOut 0.3s cubic-bezier(0,0,0.2,1),centerSlideOut 0.3s cubic-bezier(0,0,0.2,1)}.messages li{padding:10px 20px;border-radius:10px;background-color:#ff9700;color:#000000;display:flex;gap:10px;justify-content:center}.modal{font:16px/1.2 "InterRegular";position:fixed;z-index:100;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,0.3);text-align:center;display:flex;justify-content:center;align-items:center;animation:fadeOut 0.15s}.modal--show{animation:fadeIn 0.3s}.modal--show .modal__card{animation:fadeInUp 0.3s}.modal__header{display:flex;justify-content:center}.modal__header-cancel{background-image:url("/static/img/x.svg?c68004cd2cf6");height:17px;width:17px;background-size:cover;cursor:pointer;content:"";position:absolute;top:20px;right:20px}.modal__card{animation-duration:0.3s;background-color:#ffffff;border-radius:10px;padding:45px 30px;margin-left:20px;margin-right:20px;max-width:580px;animation:fadeOutDown 0.15s;position:relative}.modal__footer{display:flex;align-items:center;gap:15px;justify-content:space-between;width:100%}.modal__footer>*{flex:1}.modal__footer>*:only-child{margin:auto}.modal__title{font:40px/1.2 "RobotoExtraBold";color:#5cc7cf}@media (max-width:568px){.modal__title{font-size:28px}}.modal__content{display:flex;flex-direction:column;align-items:center;gap:15px;font:20px/1.5 "InterRegular";margin-top:10px}@media (max-width:568px){.modal__content{font-size:14px}}.modal__img{display:block;width:102px}@media (max-width:568px){.modal__img{width:66px}}.modal__success{font:40px/1.2 "RobotoExtraBold";color:#5cc7cf;margin-top:25px}@media (max-width:568px){.modal__success{font-size:28px}}.modal ul{font:18px/1.3 "InterRegular"}.modal ul li:nth-child(2),.modal ul li:nth-child(3){margin-top:20px}.modal ul li:last-child{margin-top:30px}@media (max-width:568px){.modal ul{font-size:14px}}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;position:relative}.hero__video-preloader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000;display:flex;justify-content:center;align-items:center;z-index:1;color:#ffffff}.hero__video-preloader.hidden{display:none}.hero__video-display{width:100%}.hero__audio-control{position:absolute;bottom:30px;right:30px;z-index:2;border:none;border-radius:50%;width:48px;height:48px;cursor:pointer;background:transparent url("/static/img/icon-unmute.webp?c85ad7613162") center/cover no-repeat}.hero__audio-control.muted{background-image:url("/static/img/icon-mute.webp?c85ad7613162")}.hero__logo{display:flex;gap:40px;align-items:center}.hero__logo-container{position:absolute;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;z-index:2}.hero__logo-container a:hover{background-color:#ffffff;color:#000000}.hero__logo-mcc{display:block;width:120px}.hero__logo-fff{display:block;width:74px}@media (max-width:896px){.hero__title{font-size:66px}}@media (max-width:568px){.hero{background:url("/static/img/hero-bg.webp?2113aa1a4d8e") center/cover no-repeat;gap:0}.hero__title{font-size:48px}.hero__logo{gap:20px}.hero__logo-container{position:static}.hero__logo-mcc{width:80px}.hero__logo-fff{width:50px}.hero__audio-control{width:40px;height:40px}}.marquee{display:flex;width:fit-content;animation:scroll 40s linear infinite;gap:100px}.marquee-container{width:100%;overflow:hidden;background-color:#000000;padding:30px 0}.marquee__logo{height:52px;display:flex;align-items:center}.marquee__logo img{display:block;max-height:100%}@media (max-width:568px){.marquee{gap:40px}.marquee-container{padding-top:20px;padding-bottom:20px}.marquee__logo{height:40px}}.about-us{background-color:#ffffff;padding:50px}.about-us__container{max-width:1360px;background-color:#fc9500;height:660px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;position:relative;color:#ffffff;overflow:hidden;border-radius:10px}.about-us__label{font:18px/1.2 "InterMedium"}.about-us__content{display:flex;flex-direction:column;font:40px/1.2 "RobotoExtraBold";text-align:center;z-index:10}.about-us__content-text{background-image:linear-gradient(90deg,#FFFFFF 0%,#FFFFFF 0%,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%);background-clip:text;color:transparent}.about-us__img{display:block;position:absolute;transform:translateY(0);opacity:1;transition:transform 0.4s ease,opacity 0.4s ease}.about-us__img img{display:block;width:100%}.about-us__img--pizza{width:460px;top:0;left:-75px}.about-us__img--donut{width:260px;top:20px;right:50px}.about-us__img--coffee{width:370px;bottom:-135px;left:140px}.about-us__img--burger{width:580px;bottom:-135px;right:-100px}.about-us__img:nth-child(1){transition-delay:calc(0.1s * 1)}.about-us__img:nth-child(2){transition-delay:calc(0.1s * 2)}.about-us__img:nth-child(3){transition-delay:calc(0.1s * 3)}.about-us__img:nth-child(4){transition-delay:calc(0.1s * 4)}.about-us__img.hidden{transform:translateY(100px);opacity:0}@media (max-width:896px){.about-us{padding:30px}.about-us__label{font-size:16px}.about-us__content{font-size:36px;padding-left:20px;padding-right:20px}.about-us__img--pizza{width:360px}.about-us__img--donut{width:160px}.about-us__img--coffee{width:270px;left:20px}.about-us__img--burger{width:480px}}@media (max-width:568px){.about-us{padding:10px}.about-us__label{font-size:14px}.about-us__content{font-size:28px;padding-left:10px;padding-right:10px}.about-us__img--pizza{width:260px;left:-20px}.about-us__img--donut{width:150px;right:0}.about-us__img--coffee{width:180px;left:0;bottom:-50px}.about-us__img--burger{width:380px}}.expert-insights{width:100%}.expert-insights__container{display:grid;grid-template-columns:2fr 1.5fr 2fr;gap:20px;padding:40px 0;overflow:hidden}.expert-insights__first{padding-top:60px;display:flex;align-items:end;transform:translateY(0);transition:transform 0.5s ease}.expert-insights__first.hidden{transform:translateY(130%)}.expert-insights__first-img{background-image:url("/static/img/food-on-table.webp?2113aa1a4d8e");background-repeat:no-repeat;background-position:center;background-size:cover;width:100%;position:relative}.expert-insights__first img{display:block;width:100%}.expert-insights__logo{position:absolute}.expert-insights__logo--core{top:-30px;right:-30px}.expert-insights__logo--edge{top:-71px;right:-67px;animation:rotate 30s linear infinite}.expert-insights__second{display:flex;align-items:end;padding-right:40px;transform:translateY(0);transition:transform 0.5s ease}.expert-insights__second.hidden{transform:translateY(130%)}.expert-insights__second img{display:block;width:100%;height:auto}.expert-insights__third{display:flex;flex-direction:column}.expert-insights__highlight{padding-right:50px;font:40px/1.2 "RobotoExtraBold";color:#5cc7cf;transform:translateX(0);transition:transform 0.5s ease}.expert-insights__highlight.hidden{transform:translateX(100%)}.expert-insights__highlight:nth-child(2){margin-bottom:40px}.expert-insights__highlight--overlap{margin-left:-250px}.expert-insights__content{font:18px/1.6 "InterMedium";padding-right:50px;transition:transform 0.5s ease;transform:translateX(0)}.expert-insights__content.hidden{transform:translateX(100%)}.expert-insights__ribbon{display:flex;height:100%;align-items:end;justify-content:end;color:#ffffff;font:22px/1.2 "RobotoBold";transition:transform 0.5s ease;transform:translateX(0)}.expert-insights__ribbon.hidden{transform:translateX(100%)}.expert-insights__ribbon-content{padding:15px 40px;background-image:url("/static/img/red-ribbon.svg?2113aa1a4d8e");background-repeat:no-repeat;background-position:center;background-size:cover}@media (max-width:1280px){.expert-insights__highlight{font-size:30px}.expert-insights__highlight:nth-child(2){margin-bottom:30px}.expert-insights__content{font-size:14px;line-height:1.4}.expert-insights__ribbon{font-size:18px}}@media (max-width:896px){.expert-insights__container{grid-template-columns:1fr}.expert-insights__first{padding:0 40px}.expert-insights__first.hidden{transform:none}.expert-insights__second.hidden{transform:none}.expert-insights__second,.expert-insights__third{padding-left:40px}.expert-insights__logo--core{top:35px;right:35px}.expert-insights__logo--edge{top:0;right:0}.expert-insights__highlight--overlap{margin-left:0}.expert-insights__highlight.hidden{transform:none}.expert-insights__content.hidden{transform:none}.expert-insights__ribbon{margin-top:40px;margin-right:-50px}.expert-insights__ribbon.hidden{transform:none}}@media (max-width:568px){.expert-insights__first{padding:0 10px}.expert-insights__second{padding-left:10px;padding-right:10px;margin-bottom:20px}.expert-insights__third{padding-left:10px;padding-right:10px}.expert-insights__logo--core{max-width:40px;top:45px;right:45px}.expert-insights__logo--edge{max-width:100px;top:15px;right:15px}.expert-insights__highlight{font-size:24px}.expert-insights__ribbon{margin-right:-10px}}.unlock-exclusive{height:768px;display:flex;align-items:center;justify-content:center;background-color:#5cc7cf;position:relative;overflow:hidden;margin-top:60px}.unlock-exclusive__content{text-align:center;font:90px/1.2 "RobotoExtraBold";color:#ffffff}.unlock-exclusive__card-container{position:absolute;top:50%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:0 60px;transform:translateY(-50%)}.unlock-exclusive__card{background-color:#ffffff;display:flex;flex-direction:column;gap:40px;padding:20px;border-radius:10px;width:275px;height:303px;font:18px/1.4 "InterMedium";transition:transform .5s ease}.unlock-exclusive__card-img{width:123px}.unlock-exclusive__card-img img{display:block;width:100%}.unlock-exclusive__card:nth-child(1){transform:rotate(13.41deg) translateY(200%)}.unlock-exclusive__card:nth-child(1).animate{transform:rotate(13.41deg) translateY(0)}.unlock-exclusive__card:nth-child(2){transform:rotate(-8.21deg) translateY(200%)}.unlock-exclusive__card:nth-child(2).animate{transform:rotate(-8.21deg) translateY(25%)}.unlock-exclusive__card:nth-child(3){transform:rotate(-14.34deg) translateY(200%)}.unlock-exclusive__card:nth-child(3).animate{transform:rotate(-14.34deg) translateY(0)}.unlock-exclusive__card:nth-child(4){transform:rotate(10.86deg) translateY(200%)}.unlock-exclusive__card:nth-child(4).animate{transform:rotate(10.86deg) translateY(20%)}@media (max-width:896px){.unlock-exclusive__content{font-size:70px}.unlock-exclusive__card-container{gap:0}.unlock-exclusive__card{font-size:14px;width:200px;height:210px;gap:20px}.unlock-exclusive__card-img{width:75px}}@media (max-width:568px){.unlock-exclusive__content{font-size:50px}.unlock-exclusive__card-container{grid-template-columns:repeat(2,1fr);justify-items:center;gap:10px}.unlock-exclusive__card{font-size:14px}.unlock-exclusive__card:nth-child(1),.unlock-exclusive__card:nth-child(2),.unlock-exclusive__card:nth-child(3),.unlock-exclusive__card:nth-child(4){transform:rotate(0) translateY(400%)}.unlock-exclusive__card:nth-child(1).animate,.unlock-exclusive__card:nth-child(2).animate,.unlock-exclusive__card:nth-child(3).animate,.unlock-exclusive__card:nth-child(4).animate{transform:none}}.book__container{max-width:1360px;height:543px;background-color:#ff9700;color:#ffffff;width:100%;border-radius:10px;margin:80px auto;padding:60px 40px;position:relative;overflow-y:hidden}.book__content{width:80%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px}.book__title{display:flex;align-items:center;gap:10px;font:90px/1.2 "RobotoExtraBold"}.book__title img{display:block;width:44px;font-size:12px}.book__body{font:16px/1.5 "InterMedium";max-width:291px}.book__card{position:absolute;top:40%;left:13%;background-color:#ffffff;border-radius:10px;padding:30px;width:476px;height:255px;display:flex;flex-direction:column;justify-content:space-between;transform:rotate(0) translateY(75%);box-shadow:0 4px 12px rgba(0,0,0,0.15);will-change:transform,box-shadow;transition:transform 0.3s,box-shadow 0.4s}.book__card:hover{background-color:#5cc7cf;box-shadow:0px 30px 50px 0px #C17200}.book__card:hover .book__card-day,.book__card:hover .book__card-date{color:#ffffff}.book__card.right{left:auto;right:13%}.book__card.right.moved{transform:rotate(3.59deg) translateY(0)}.book__card.moved{transform:rotate(-5.53deg) translateY(0)}.book__card.moved:hover{transform:rotate(-2.53deg) translate(8px,-5px)}.book__card.moved.right:hover{transform:rotate(5.59deg) translate(8px,-5px)}.book__card-time{display:flex;flex-direction:column;gap:5px}.book__card-day{font:18px/1.2 "InterMedium";color:#B3B3B3}.book__card-day.white{color:#ffffff}.book__card-date{font:40px/1.2 "RobotoExtraBold";color:#5cc7cf}.book__card-date.white{color:#ffffff}.book__card-footer{display:flex;justify-content:space-between;align-items:end}.book__card-footer-button:hover{border-color:#00456C;background-color:#00456C;color:#ffffff}.book__card-footer-text{font:18px/1.3 "InterRegular";color:black;max-width:250px}.book__card-footer-text.white{color:#ffffff}@media (max-width:1280px){.book__card{padding:20px;width:390px;height:200px;transform:rotate(0) translateY(115%)}.book__card-day{font-size:16px}.book__card-date{font-size:36px}.book__card-footer-text{max-width:200px;font-size:16px}}@media (max-width:896px){.book__container{max-width:1360px;height:700px;padding:30px 20px}.book__content{width:100%;flex-direction:column;justify-content:center;gap:10px}.book__title{font-size:60px}.book__title img{width:35px;font-size:9px}.book__body{font:14px / 1.5 "InterMedium"}.book__card{transform:none;transition:none;position:static;margin:40px auto}.book__card.right{right:50%}.book__card.moved,.book__card.moved:hover,.book__card.moved.right,.book__card.moved.right:hover{transform:none}}@media (max-width:568px){.book__card{width:350px;height:170px}.book__card-day{font-size:14px}.book__card-date{font-size:28px}.book__card-footer-text{font-size:14px}.book__card-footer-button{font-size:12px;padding:10px 15px}}.registration{width:100%;display:flex;flex-direction:column;overflow:hidden}.registration__video{position:relative}.registration__video-preloader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000;display:flex;justify-content:center;align-items:center;z-index:1;color:#ffffff}.registration__video-preloader.hidden{display:none}.registration__video-display{width:100%}.registration__audio-control{position:absolute;bottom:50px;right:70px;z-index:2;border:none;border-radius:50%;width:48px;height:48px;cursor:pointer;background:transparent url("/static/img/icon-unmute.webp?c85ad7613162") center/cover no-repeat}.registration__audio-control.muted{background-image:url("/static/img/icon-mute.webp?c85ad7613162")}.registration__logo{width:100%;display:flex;justify-content:center;align-items:center;gap:40px;max-width:100%}.registration__logo-mcc{display:block;width:218px}.registration__logo-fff{display:block;width:128px}@media (max-width:896px){.registration__logo{gap:30px}.registration__logo-mcc{width:198px}.registration__logo-fff{width:108px}}@media (max-width:568px){.registration__audio-control{width:40px;height:40px;right:35px;bottom:35px}.registration__logo{gap:20px}.registration__logo-mcc{width:180px}.registration__logo-fff{width:90px}}.registration-form{margin-bottom:40px}.registration-form__container{display:flex;width:100%}.registration-form__content{width:100%;display:flex;justify-content:space-between;gap:30px}.registration-form__info{color:#ffffff;max-width:440px;font:20px/1.5 "InterRegular";line-height:1.5}.registration-form__header{font:35px/1.2 "RobotoExtraBold";font-weight:700;margin-bottom:15px;color:#ff9700;line-height:1.2}.registration-form__form{width:100%;font:16px/1.2 "InterRegular"}.registration-form__form-container{flex:1;max-width:841px;background-color:#ffffff;border-radius:10px;padding:30px;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.registration-form__form-grid{display:grid;grid-template-rows:repeat(4,1fr);grid-auto-flow:column;gap:20px}.registration-form__submit-btn{margin-top:40px;width:100%;padding:20px;background-color:#5cc7cf;color:#ffffff;border:none;border-radius:25px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color 0.3s;font:19px/1.2 "InterSemiBold"}@media (max-width:896px){.registration-form{height:100%}.registration-form__content{flex-direction:column;align-items:center}.registration-form__container{transform:translateY(0)}.registration-form__info{text-align:center}}@media (max-width:568px){.registration-form__info{font-size:14px;text-align:left}.registration-form__header{font-size:28px}.registration-form__content{gap:40px}.registration-form__form{font-size:14px}.registration-form__form input,.registration-form__form select{font-size:15px}.registration-form__form-grid{grid-auto-flow:row;grid-template-columns:1fr}.registration-form__form-group:nth-child(4){order:8}.registration-form__form-container{width:100%}.registration-form__submit-btn{font-size:15px;padding-top:14px;padding-bottom:14px}}.expert{padding-top:90px;padding-bottom:0px;display:grid;grid-template-columns:1fr 2fr 1fr;grid-template-areas:"title content photo"}.expert>*{padding:0 5%}.expert__title{position:relative;grid-area:title;font:18px/1.2 "InterRegular";color:#000000;gap:5px;letter-spacing:1px;display:flex;flex-direction:column}.expert__title::before,.expert__title::after{content:"";display:block;position:absolute;height:100%;width:4px;border-radius:4px;background-color:#B3B3B3;right:0;top:0}.expert__title::after{background-color:#5cc7cf;height:200px}.expert__content{-ms-overflow-style:none;scrollbar-width:none;grid-area:content;max-height:780px;overflow:auto;padding-bottom:600px}.expert__content::-webkit-scrollbar{display:none}.expert__photo{grid-area:photo;position:relative}@media (max-width:896px){.expert{grid-template-columns:1fr;grid-template-areas:"title" "content" "photo"}}@media (max-width:768px){.expert{display:none}}.expert-content{display:flex;flex-direction:column;gap:120px}.expert-content__header{font:40px/1.2 "RobotoExtraBold";color:#5cc7cf}.expert-content__item{display:flex;flex-direction:column;gap:16px;cursor:pointer}.expert-content__item-title{font:30px/1.2 "InterSemiBold"}.expert-content__item-subtitle{font:18px/1.2 "InterMedium"}.expert-content__item-desc{font:16px/1.2 "InterRegular"}.expert-person{display:flex;flex-direction:column;gap:35px;position:absolute;top:0;left:0;opacity:0;transition:opacity 0.3s linear}.expert-person--active{opacity:1}.expert-person--placeholder{opacity:0;position:relative}.expert-person__logo{display:block;height:132px;margin:auto;width:auto}.expert-person__person{position:relative}.expert-person__person-img{display:block;width:100%;border-radius:10px}.expert-person__person-pattern{position:absolute;bottom:0;left:0;display:block;width:45%;aspect-ratio:1;transform:translate(-33%,33%)}@media (max-width:896px){.expert-person{padding:40px 0}.expert-person__person-pattern{width:20%}}.expert-mobile{display:none;flex-direction:column;gap:14px}.expert-mobile__label{font:14px/1.2 "InterRegular"}.expert-mobile__title{font:28px/1.2 "RobotoExtraBold";color:#5cc7cf;margin-bottom:20px}.expert-mobile__content{display:flex;flex-direction:column;gap:70px;padding-left:50px;position:relative}.expert-mobile__content-item{display:flex;flex-direction:column;gap:26px}.expert-mobile__content-scroll{display:block;position:absolute;height:100%;width:4px;border-radius:4px;background-color:#B3B3B3;left:0;top:0;overflow:hidden}.expert-mobile__content-scrollbar{position:absolute;top:0;left:0;height:30vh;width:4px;border-radius:4px;background-color:#5cc7cf;z-index:2}.expert-mobile__logo{height:35px;width:auto;margin-right:auto;display:block}.expert-mobile__person{position:relative}.expert-mobile__person-img{width:90%;aspect-ratio:1.5;object-fit:cover;object-position:top;border-radius:10px}.expert-mobile__person-pattern{position:absolute;bottom:-15px;right:-20px;height:45%}.expert-mobile__item-title{font:20px/1.2 "InterSemiBold"}.expert-mobile__item-label{font:15px/1.2 "InterSemiBold"}.expert-mobile__item-desc{font:15px/1.2 "InterMedium"}.expert-mobile__text{display:flex;flex-direction:column;gap:8px}@media (max-width:768px){.expert-mobile{display:flex}}