@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700";body{font-family:"Poppins",sans-serif;font-size:1.8rem;line-height:1.7}.xxl{font-size:clamp(6rem,8vw + 1rem,8rem);line-height:1.3}.xl{font-size:clamp(3.6rem,6vw + 1rem,6rem);line-height:1.3}.l{font-size:clamp(2.8rem,4.8vw + 1rem,4.8rem);line-height:1.2}.m{font-size:clamp(2.4rem,3.6vw + 1rem,3.6rem);line-height:1.3}.s{font-size:2.4rem;font-size:clamp(2rem,2.4vw + 1rem,2.4rem);line-height:1.7}.copy{font-size:1.8rem;line-height:1.6}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;scroll-behavior:smooth}@media screen and (max-width: 64em){html{font-size:56.25%}}@media screen and (max-width: 48em){html{font-size:50%}}@media screen and (max-width: 26.25em){html{font-size:48.75%}}body{box-sizing:border-box;background-color:#fff}body.no-scroll{overflow:hidden}::selection{background-color:#9a275d;color:#fff}a{text-decoration:none}a,button{display:inline-block}button,input,textarea{outline:none;border:none;font-family:inherit;font-size:inherit}ol,ul{list-style:none}img{display:block;max-width:100%;border:0;object-fit:cover}button{cursor:pointer}.bold{font-weight:700}.normal{font-weight:400}.light{font-weight:300}.container{max-width:140rem;margin:0 auto}.block{display:block}.soon{padding:8rem 2.4rem}.soon__icon{display:block;width:12rem;margin-bottom:2rem}.soon__text{max-width:80rem}.primary{color:#9a275d}.btn{display:flex;justify-content:flex-start;align-items:center;gap:2rem;max-width:max-content;padding:1rem 3rem 1rem 1rem;border-radius:8px;font-weight:700;color:#fff;text-align:center;cursor:pointer}@media screen and (max-width: 21.25em){.btn{max-width:100%;width:100%}}.btn__icon-wrapper{display:flex;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;background-color:#730b3b;padding:.6rem;border-radius:4px}.btn__icon-wrapper::after{content:"";display:block;width:1.2rem;height:1.2rem;background-image:url("../img/icon-right.svg");background-size:contain;background-position:center}.btn__text{width:100%;text-align:center}.btn--primary{background-color:#9a275d;transition:background-color .3s}.btn--primary:hover{background-color:#730b3b}.btn--ghost{padding:1.5rem 3rem;border:4px solid #9a275d;background-color:rgba(154,39,93,.2);color:#fff;transition:background-color .3s}.btn--ghost:hover{background-color:#730b3b;border-color:#730b3b}.btn--success .btn__icon-wrapper{animation:none !important}.btn--success .btn__icon-wrapper::after{height:3rem;width:3rem;background-image:url("../img/icon-tick.svg") !important}.btn:disabled{pointer-events:none;background-color:#730b3b}.btn:disabled .btn__icon-wrapper{animation:rotate 2s linear infinite}.btn:disabled .btn__icon-wrapper::after{height:3rem;width:3rem;background-image:url("../img/icon-loading.svg")}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.input:not(:last-child){margin-bottom:2rem}.input__label{display:block;font-weight:700}.input__control{display:block;width:100%;padding:1.6rem 2rem;background-color:#f3f3f3;border-radius:8px;transition:box-shadow .3s,background-color .3s}.input__control--error+.input__message{display:block}.input__control:focus{outline:2px solid #9a275d;background-color:#fff;box-shadow:0 10px 20px rgba(115,11,59,.2)}.input__message{color:red;display:none}.link{padding:1rem 2rem;background-color:rgba(0,0,0,0);border-radius:8px;text-decoration:underline;color:#fff;transition:background-color .3s,color .3s}.link:hover{background-color:#fff;color:#9a275d}.mnml-link{text-decoration:underline;color:#9a275d;transition:color .3s}.mnml-link:hover{color:#730b3b}.toast{position:fixed;bottom:0;left:0;right:0;z-index:24;max-width:800px;padding:10px 20px;margin:auto;background:#ccc;font-family:inherit;text-align:center;color:#333;visibility:hidden;opacity:0;transition:opacity .2s,top .2s,visibility .2s;border-radius:3px;box-shadow:0 6px 20px rgba(0,0,0,.2)}@media screen and (max-width: 50em){.toast{border-radius:0}}.toast--visible{bottom:20px;opacity:1;visibility:visible}@media screen and (max-width: 50em){.toast--visible{bottom:0}}.toast--success{background:#00c02b;border-color:#009d23;color:#fff}.toast--error{background:#d50000;border-color:#ba0000;color:#fff}.designed{position:relative;display:flex;justify-content:center;align-items:center;background-color:#0a0a0a;padding:1rem 2.4rem 0;color:#fff}.designed__container{display:flex;justify-content:center;align-items:center;gap:2rem}@media screen and (max-width: 25em){.designed__container{flex-direction:column;gap:0}}.designed__link{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1rem 2rem;background-color:#fff;border-top-left-radius:8px;border-top-right-radius:8px;color:#141414;text-decoration:underline;font-weight:700;transition:background-color .3s .1s,color .3s .1s}.designed__link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#fff;transition:background-color .3s}.designed__link:hover{background-color:#414141;color:#fff}.designed__link:hover::after{background-color:#414141}.designed__logo{max-width:6rem}.nav{position:fixed;top:0;left:0;z-index:10;width:100%;padding:1rem;overflow:hidden}.nav--expanded .hamburger__line{background-color:rgba(0,0,0,0)}.nav--expanded .hamburger__line::before{transform:translateY(0) rotate(45deg)}.nav--expanded .hamburger__line::after{transform:translateY(0) rotate(-45deg)}.nav--expanded .nav__background{opacity:1;pointer-events:all}.nav--expanded .nav__list{opacity:1;transform:translateX(0);pointer-events:all}.nav__container{display:flex;justify-content:space-between;align-items:stretch;width:100%;height:6.4rem;padding:0 1rem 0 2rem;background-color:#fff;border-radius:12px;box-shadow:0 10px 20px rgba(20,20,20,.12)}@media screen and (max-width: 69.375em){.nav__container{align-items:center}}.nav__logo-wrapper{display:flex;justify-content:center;align-items:center}.nav__logo{display:block;width:4.5rem;height:auto}.nav__background{position:fixed;top:0;left:0;z-index:-1;width:100vw;height:100vh;background-color:rgba(154,39,93,.9);opacity:0;pointer-events:none;transition:opacity .3s}.nav__list{display:flex;justify-content:center;align-items:center;gap:1rem;height:100%}@media screen and (max-width: 69.375em){.nav__list{flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:3rem;position:fixed;top:0;right:0;z-index:-1;height:100%;padding:12rem 3rem;background-color:#fff;opacity:0;pointer-events:none;transform:translateX(10%);transition:opacity .3s,transform .3s}}.nav__list-item{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;height:100%}@media screen and (max-width: 69.375em){.nav__list-item{height:auto;width:100%;text-align:right}}.nav__link{padding:0 1rem;color:#141414;transition:color .3s}@media screen and (max-width: 69.375em){.nav__link{width:100%;padding:1rem}}.nav__link::after{content:"";position:absolute;bottom:0;left:0;z-index:-1;width:100%;height:.6rem;background-color:rgba(0,0,0,0);border-radius:4px}@media screen and (max-width: 69.375em){.nav__link::after{height:100%;border-radius:8px}}.nav__link:hover{color:#730b3b}.nav__link--active{font-weight:700;color:#9a275d}.nav__link--active::after{background-color:#9a275d}@media screen and (max-width: 69.375em){.nav__link--active::after{background-color:#fff6f9}}.nav__list-btn-item{padding-left:1rem}.nav__btn{background-color:#9a275d;padding:1rem 1.6rem;border-radius:8px;color:#fff;font-weight:700;transition:background-color .3s}.nav__btn:hover{background-color:#730b3b}.hamburger{display:none;padding:1rem;height:5.2rem;width:5.2rem;background-color:#9a275d;border-radius:8px}.hamburger:hover{background-color:#730b3b}@media screen and (max-width: 69.375em){.hamburger{display:block}}.hamburger__line{display:block;position:relative;width:100%;height:4px;background-color:#fff}.hamburger__line::before,.hamburger__line::after{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:#fff;border-radius:4px}.hamburger__line::before{transform:translateY(-1.2rem)}.hamburger__line::after{transform:translateY(1.2rem)}.cta{position:relative;z-index:2;padding:0 4rem}@media screen and (max-width: 53.75em){.cta{padding:0 2.4rem}}@media screen and (max-width: 26.25em){.cta{padding:0 .8rem}}.cta__container{padding:32rem 4rem 6rem;background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url("../img/cta.jpg");background-size:cover;background-position:center;border-radius:16px;box-shadow:0px 25px 36px 6px rgba(0,0,0,.5)}.cta__content{max-width:72rem;color:#fff}.cta__text{margin-bottom:3.2rem !important}.header{position:relative;z-index:0;padding:24rem 2.4rem 3.6rem;background-color:#000;color:#fff}.header__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.3}.footer{position:relative;background-color:#0a0a0a;padding:10rem 2.4rem 2rem;margin-top:-6rem;border-top:4px solid #9a275d;color:#fff}.footer--no-cta{margin-top:unset;padding:3.2rem 2.4rem}.footer__info-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}@media screen and (max-width: 40em){.footer__info-wrapper{flex-direction:column;justify-content:flex-start;gap:4rem}}.footer__logo{height:10rem}.footer__section-header{margin-bottom:1rem}.footer__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:3rem;grid-row-gap:2rem;justify-content:center}@media screen and (max-width: 26.25em){.footer__list{grid-template-columns:repeat(2, 1fr)}}.footer__link{color:#fff;text-decoration:underline;opacity:.7}.footer__link:hover{opacity:1;color:#9a275d}.footer__copyright-wrapper{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding-top:2rem;margin-top:2rem;border-top:1px solid #606060}@media screen and (max-width: 40em){.footer__copyright-wrapper{flex-direction:column;justify-content:flex-start;gap:1rem}}.footer__social-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.footer__social-link{transition:transform .3s}.footer__social-link:hover{transform:scale(1.2)}.footer__social-icon{width:3rem}.modal{position:fixed;top:0;left:0;z-index:20;width:100vw;height:100vh;overflow-y:auto;pointer-events:none}.modal--visible{pointer-events:all}.modal--visible .modal__background{opacity:1;transform:scaleY(1)}.modal--visible .modal__btn-wrapper{opacity:1}.modal--visible .modal__form-wrapper{opacity:1}.modal__background{position:fixed;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:rgba(20,20,20,.8);transform:scaleY(0);transform-origin:bottom;opacity:0;transition:transform .3s,opacity .3s}.modal__btn-wrapper{position:fixed;top:0;left:0;z-index:12;width:100%;border-top:4px solid #9a275d;text-align:right;opacity:0;transition:opacity .3s}.modal__btn{padding:1rem 2rem;background-color:#9a275d;color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;transition:background-color .3s}.modal__btn:hover{background-color:#730b3b}.modal__form-wrapper{position:relative;z-index:1;max-width:80rem;margin:4rem auto 4rem;background-color:#fff;border-radius:12px;overflow:hidden;opacity:0;transition:opacity .3s}.modal__leaf{position:absolute;bottom:4rem;right:4rem;z-index:-1;max-width:50rem;width:100%;height:auto;opacity:.05}.modal__form-header{padding:4rem 4rem 2.8rem;margin-bottom:3.2rem;background-image:linear-gradient(to bottom, #9a275d, #730b3b);color:#fff}.modal__logo-wrapper{padding:2rem 2rem .2rem;background-color:#fff;max-width:max-content;border-radius:12px;margin-bottom:2rem}.modal__logo{display:block;height:10rem;margin-bottom:3.2rem}.modal__form{padding:4rem}.modal__submit-btn-wrapper{display:flex;justify-content:flex-end;align-items:flex-end;margin-top:4rem;padding-top:4rem;border-top:2px solid #9a275d}.hero{padding:16rem 2.4rem 6rem;background-image:linear-gradient(rgba(20, 20, 20, 0.72), rgba(20, 20, 20, 0.72)),url("../img/hero.jpg");background-size:cover;background-position:center}@media screen and (max-width: 26.25em){.hero{padding:16rem 1.6rem 6rem}}.hero__content-wrapper{color:#fff}.hero__title{max-width:72.2rem;font-size:clamp(6rem,16vw + 1rem,16rem);line-height:1}.hero__title-name{color:#9a275d}.hero__title-date{color:#730b3b}.hero__info-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:3.2rem;max-width:max-content;margin-top:2rem}@media screen and (max-width: 39.375em){.hero__info-wrapper{flex-direction:column;align-items:flex-start;gap:1rem}}.hero__link{text-decoration:underline;color:#fff}.hero__link:hover{color:#9a275d}.hero__btns-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:1rem}@media screen and (max-width: 26.875em){.hero__btns-wrapper{flex-direction:column;align-items:stretch}.hero__btns-wrapper .btn{width:100%;max-width:unset}}.hero__info{display:grid;grid-template-columns:3.6rem 1fr;justify-content:flex-start;align-items:center;gap:.8rem}@media screen and (max-width: 31.875em){.hero__info{align-items:stretch}}.hero__icon-wrapper{display:flex;justify-content:center;align-items:center;width:3.6rem;height:3.6rem;padding:.88rem;background-color:#9a275d;border-radius:4px}@media screen and (max-width: 31.875em){.hero__icon-wrapper{height:100%}}.hero__icon{object-fit:contain}.hero__text-wrapper{max-width:72rem;margin:2.4rem 0}.intro__title-container{padding:4rem 2.4rem;border-bottom:4px solid #9a275d}@media screen and (max-width: 26.25em){.intro__title-container{padding:4rem 1.6rem}}.intro__title{display:flex;justify-content:flex-start;align-items:center;gap:4rem}@media screen and (max-width: 83.75em){.intro__title{flex-direction:column;align-items:flex-start;gap:0}}.intro__number{font-size:16rem;font-weight:700;line-height:1}@media screen and (max-width: 40.3125em){.intro__number{font-size:16rem}}@media screen and (max-width: 19.375em){.intro__number{font-size:10rem}}.intro__text{flex:1}.intro__theme-title-container{position:relative;padding:28rem 2.4rem 4rem}.intro__theme-title-background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.3}.intro__theme-title{max-width:120rem}.intro__content-container{padding:4rem 2.4rem}.intro__content{max-width:116rem}.intro__content-title{margin-bottom:1rem}.intro__list{display:flex;justify-content:flex-start;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2.4rem;padding-top:2.4rem;border-top:1px solid #cacaca}@media screen and (max-width: 24.375em){.intro__list{justify-content:stretch}}.intro__list-item{display:flex;justify-content:flex-start;align-items:center;gap:1rem;padding:1.2rem;border-radius:4px;background-color:#fff6f9}@media screen and (max-width: 24.375em){.intro__list-item{width:100%}}.intro__list-item::before{content:"";display:inline-block;height:1rem;width:1rem;border-radius:50%;background-color:#9a275d}.highlights{padding:8rem 2.4rem;background-image:linear-gradient(to bottom, rgba(20, 20, 20, 0.8), rgba(20, 20, 20, 0.3)),url("../img/highlights.jpg");background-size:cover;background-position:center}.highlights__header{margin-bottom:2.4rem;color:#fff}@media screen and (max-width: 26.25em){.highlights__header{padding:0 1.6rem}}.highlights__subtitle{max-width:80rem}.highlights__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.2rem}.highlights__single{display:flex;justify-content:stretch;align-items:flex-end;position:relative;z-index:1;min-height:32rem;padding:1rem;border-radius:12px;overflow:hidden}.highlights__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-position:center}.highlights__icon-wrapper{display:flex;justify-content:center;align-items:center;position:absolute;top:1rem;left:1rem;width:8rem;height:8rem;padding:1rem;background-color:#fff;border-radius:8px;box-shadow:0 10px 20px rgba(20,20,20,.16)}.highlights__icon{width:100%;height:auto;object-fit:contain}.highlights__content-wrapper{width:100%;padding:2.4rem;background-color:rgba(255,255,255,.92);border-radius:12px}.theme{padding:6rem 2.4rem}@media screen and (max-width: 26.25em){.theme{padding:6rem 1.6rem}}.theme__header{margin-bottom:1.2rem}.theme__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:12px}@media screen and (max-width: 54.375em){.theme__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 31.25em){.theme__grid{grid-template-columns:1fr}}.theme__grid-item{position:relative;z-index:1;min-height:26rem;padding:4rem 3.6rem 3.2rem;background-image:linear-gradient(to top, #730b3b, #9a275d);border-radius:12px;overflow:hidden}.theme__background{position:absolute;top:4rem;right:-2rem;z-index:-1;height:100%;width:auto;opacity:.08}.theme__icon-wrapper{display:flex;justify-content:center;align-items:center;width:8.6rem;height:8.6rem;margin-bottom:1rem;padding:1rem;border-radius:12px;background-color:#9a275d;box-shadow:0 10px 20px rgba(20,20,20,.16)}.theme__icon{max-width:100%;height:100%;object-fit:contain}.theme__content{color:#fff;font-weight:bold}.benefit__header{padding:4rem 2.4rem;background-color:#fff6f9;border-top:2px solid #9a275d;border-bottom:1px solid #9a275d}@media screen and (max-width: 26.25em){.benefit__header{padding:4rem 1.6rem}}.benefit__title{max-width:54rem}.benefit__grid{display:grid;grid-template-columns:repeat(4, 1fr)}@media screen and (max-width: 86.25em){.benefit__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 35.625em){.benefit__grid{grid-template-columns:1fr}}.benefit__grid-item{padding:3.2rem;border:1px solid #9a275d}.benefit__icon{width:6.6rem;height:auto}.preconf__header{padding:24rem 2.4rem 2.4rem;background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/preconf.jpg");background-size:cover;background-position:center 25%}@media screen and (max-width: 26.25em){.preconf__header{padding:24rem 1.6rem 2.4rem}}.preconf__title{max-width:110rem;color:#fff}.preconf__title-text{margin-bottom:-0.8rem;color:#9a275d}.preconf__info{padding:4rem 2.4rem}.preconf__info-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:3.2rem}@media screen and (max-width: 59.375em){.preconf__info-grid{grid-template-columns:1fr}}.testimonials{padding:8rem 0;background-color:#fff6f9}.testimonials__header{margin-bottom:2.4rem;padding:0 2.4rem}@media screen and (max-width: 26.25em){.testimonials__header{padding:0 1.6rem}}.testimonial__wrapper{position:relative;height:100%;overflow:hidden}.testimonial__video-wrapper{content:"";position:absolute;top:0;left:0;z-index:3;width:100%;height:80%;background-color:rgba(0,0,0,0);cursor:pointer}.testimonial__video{display:block;height:40rem;width:100%;object-fit:cover;border-radius:12px}@media screen and (max-width: 87.5em){.testimonial__video{height:32rem}}@media screen and (max-width: 40em){.testimonial__video{height:40rem}}@media screen and (max-width: 30em){.testimonial__video{height:28rem}}@media screen and (max-width: 22.5em){.testimonial__video{height:28rem}}.promo{position:relative;z-index:1;padding:8rem 2.4rem;border-top:2px solid #9a275d}.promo::before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:30rem;background-color:#fff6f9}@media screen and (max-width: 51.25em){.promo{padding:2rem 2.4rem 4rem}}@media screen and (max-width: 26.25em){.promo{padding:2rem 1.6rem 4rem}}.promo__grid{display:grid;grid-template-columns:1fr 4fr;grid-gap:4rem}@media screen and (max-width: 89.0625em){.promo__grid{grid-template-columns:1fr 3fr}}@media screen and (max-width: 51.25em){.promo__grid{grid-template-columns:1fr;grid-gap:1rem}}.promo__header{padding-top:2rem}.promo__video-wrapper{border-radius:12px;box-shadow:0 10px 20px rgba(20,20,20,.2),0 5px 20px rgba(20,20,20,.2);overflow:hidden}.promo__video{display:block;width:100%;height:auto}.research{position:relative;z-index:1;padding:6rem 2.4rem}@media screen and (max-width: 28.125em){.research{padding:0}}.research__bg{position:absolute;bottom:0;right:0;z-index:-1;height:90%;width:100%;max-width:50rem;object-fit:contain;opacity:.1}.research__wrapper{padding:16rem 4.2rem 4.2rem;border-radius:12px;background-image:linear-gradient(rgba(20, 20, 20, 0.8), rgba(20, 20, 20, 0.8)),url("../img/research-bg.jpg");background-size:cover;background-position:right}@media screen and (max-width: 28.125em){.research__wrapper{padding:16rem 2.4rem 2.4rem;border-radius:unset}}.research__content{max-width:72rem;color:#fff}.research__content p:not(:last-child){margin-bottom:1.2rem}.research__title{margin-bottom:1rem}.research__link{text-decoration:underline;color:#9a275d}.research__link:hover{color:#730b3b}.association{padding:8rem 0;border-top:2px solid #9a275d}.association__header{margin-bottom:2.4rem;padding:0 2.4rem}@media screen and (max-width: 26.25em){.association__header{padding:0 1.6rem}}.association__section{padding:4rem 2.4rem;box-shadow:0 10px 20px rgba(202,202,202,.2)}@media screen and (max-width: 26.25em){.association__section{padding:4rem 1.6rem}}.association__title-wrapper{display:grid;grid-template-columns:max-content 1fr;justify-content:flex-start;align-items:center;margin-bottom:2rem}.association__title-wrapper::after{content:"";display:block;width:100%;height:4px;background-color:#9a275d;border-top-right-radius:8px;border-bottom-right-radius:8px}.association__title{padding:1rem 2rem;background-color:#9a275d;border-radius:12px;word-break:break-all;color:#fff}.association__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:3rem}@media screen and (max-width: 64em){.association__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 25em){.association__grid{grid-template-columns:1fr}}.association__grid--single{display:flex;justify-content:flex-start;align-items:flex-start;grid-template-columns:unset}.association__logo-wrapper{position:relative;display:flex;justify-content:center;align-items:center;padding:3rem 3rem 3rem 3.6rem;border-radius:12px;box-shadow:0 0 10px rgba(20,20,20,.12)}.association__logo-wrapper::before{content:"";position:absolute;top:50%;left:1rem;width:1rem;height:calc(100% - 2rem);transform:translateY(-50%);background-color:#cacaca;border-radius:8px}.association__logo-wrapper--wellness::before{background-color:#039c41}.association__logo-wrapper--inma::before{background-color:#313b75}.association__logo-wrapper--biowell .association__logo{max-width:24rem}.association__logo-wrapper--biowell::before{background-color:#779a74}.association__logo-wrapper--kas::before{background-color:#991b1e}.association__logo-wrapper--ushy .association__logo{max-width:24rem}.association__logo-wrapper--ushy::before{background-color:#7f2a8b}.association__logo-wrapper--nutrigenomics::before{background-color:#ef6e20}.association__logo-wrapper--akshara::before{background-color:#e11c57}.association__logo-wrapper--maafim::before{background-color:#68c6ac}@media screen and (max-width: 42.5em){.association__logo-wrapper--maafim{grid-column:1/-1}}.association__logo-wrapper--maggenome::before{background-color:#e83639}.association__logo-wrapper--ofi::before{background-color:#79eba1}.association__logo-wrapper--impresario::before{background-color:#fbed10}.association__logo-wrapper--jb{padding:3rem 4rem 3rem 5rem}.association__logo-wrapper--jb::before{background-color:#1b1b1b}.association__logo{max-height:10rem}.nemcon{padding:20rem 2.4rem 4rem;background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url("../img/about.jpg");background-size:cover;background-position:center;color:#fff}@media screen and (max-width: 26.25em){.nemcon{padding:20rem 1.6rem 4rem}}.nemcon__header{margin-bottom:1rem}.nemcon__logo{display:block;height:10.4rem;margin-bottom:1rem}.nemcon__content{max-width:108rem}.about-intro{position:relative;z-index:1;padding:4rem 2.4rem 12rem;border-bottom:4px solid #9a275d;overflow:hidden}@media screen and (max-width: 73.5625em){.about-intro{padding:4rem 2.4rem 20rem}}@media screen and (max-width: 26.25em){.about-intro{padding:4rem 1.6rem 20rem}}.about-intro__img{position:absolute;bottom:0;right:0;width:auto;height:100%;max-height:20rem;transform:scale(1.4);transform-origin:right;opacity:.3}@media screen and (max-width: 25em){.about-intro__img{transform:scale(1)}}.about-intro__content{max-width:92rem}.about-intro__content p:not(:last-child){margin-bottom:1.6rem}.history{padding:8rem 2.4rem;background-color:#fff6f9}@media screen and (max-width: 26.25em){.history{padding:8rem 1.6rem}}.history__header{margin-bottom:2.4rem}.history__single{display:grid;grid-template-columns:12rem 1fr;grid-gap:4rem}.history__single--2024 .history__year-wrapper{color:#dc655f}.history__single--2024 .history__card{background-image:linear-gradient(to right, rgba(91, 23, 20, 0.7), rgba(220, 101, 95, 0.7))}.history__single--2023 .history__year-wrapper{color:#1b9cfc}.history__single--2023 .history__card{background-image:linear-gradient(to right, rgba(1, 43, 74, 0.7), rgba(27, 156, 252, 0.7))}.history__single--2022 .history__year-wrapper{color:#427264}.history__single--2022 .history__card{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(66, 114, 100, 0.7))}.history__single--2021 .history__year-wrapper{color:#f5be26}.history__single--2021 .history__card{background-image:linear-gradient(to right, rgba(20, 20, 20, 0.7) 40%, rgba(245, 190, 38, 0.7))}.history__single--2021 .history__theme-wrapper{max-width:80rem}.history__single--2020 .history__year-wrapper{color:#6dc313}.history__single--2020 .history__card{background-image:linear-gradient(to right, rgba(5, 9, 1, 0.7) 40%, rgba(109, 195, 19, 0.7))}.history__single--2020 .history__theme-wrapper{max-width:80rem}.history__single:not(:last-child){margin-bottom:4rem}@media screen and (max-width: 37.5em){.history__single{grid-template-columns:1fr;grid-gap:0}}@media screen and (max-width: 37.5em){.history__year-wrapper{text-align:center}}.history__card{position:relative;z-index:1;max-width:70rem;min-height:30rem;padding:12rem 5rem 1rem 6rem;background-color:#141414;border-radius:12px;overflow:hidden;color:#fff}@media screen and (max-width: 28.125em){.history__card{padding:10rem 2rem 1rem}}.history__card::before{content:"";position:absolute;top:0;left:0;height:100%;width:2rem;border-right:2px dashed rgba(255,246,249,.6)}@media screen and (max-width: 28.125em){.history__card::before{left:0;width:100%;height:2rem;border-right:unset;border-bottom:2px dashed rgba(255,246,249,.6)}}.history__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.2}.history__logo{display:block;max-width:20rem;margin-bottom:2rem}.history__theme-wrapper{max-width:68rem}.history__link-wrapper{margin-top:.8rem;padding-top:.8rem;border-top:2px solid rgba(255,255,255,.3);text-align:right}.past{padding:6rem 2.4rem}@media screen and (max-width: 26.25em){.past{padding:6rem 1.6rem}}.past__header{margin-bottom:2rem}.past__grid{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:1rem}@media screen and (max-width: 64em){.past__grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 40em){.past__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 22.5em){.past__grid{grid-template-columns:1fr}}.past__grid-item{display:flex;justify-content:stretch;align-items:flex-end;position:relative;z-index:1;height:32rem;padding:1rem;background-color:#141414;border-radius:12px;overflow:hidden;color:#141414;transition:opacity .3s}.past__grid-item:hover{color:#fff}.past__grid-item:hover .past__background{opacity:1}.past__grid-item:hover .past__content-wrapper{background-color:#9a275d}.past__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.7;transition:opacity .3s ease-out}.past__content-wrapper{width:100%;background-color:rgba(255,255,255,.9);padding:1rem;border-radius:8px;text-align:center;transition:background-color .3s,color .4s}.gallery__header{position:relative;z-index:1;padding:24rem 2.4rem 0;background-color:#730b3b;color:#fff}@media screen and (max-width: 26.25em){.gallery__header{padding:24rem 1.6rem 0}}.gallery__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-position:center 33%;opacity:.1}.gallery__title{line-height:1;transform:translateY(1.6rem)}.gallery__grid-container{padding:8rem 2.4rem}@media screen and (max-width: 26.25em){.gallery__grid-container{padding:8rem 1.6rem}}.gallery__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1rem}@media screen and (max-width: 45em){.gallery__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 20em){.gallery__grid{grid-template-columns:1fr}}.gallery__grid-item{height:32rem;background-color:#9a275d;overflow:hidden;border-radius:12px;cursor:pointer}@media screen and (max-width: 28.75em){.gallery__grid-item{height:26rem}}.gallery__grid-item:hover .gallery__img{transform:scale(1.1);opacity:.8}.gallery__img{display:block;width:100%;height:100%;pointer-events:none;transition:transform .3s,opacity .3s}.viewer{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:12;width:100vw;height:100vh;padding:2.4rem;opacity:0;pointer-events:none}.viewer--visible{opacity:1;pointer-events:all}.viewer--visible .viewer__background{opacity:1}.viewer--visible .viewer__img{opacity:1}.viewer__btn{display:flex;justify-content:flex-start;align-items:center;gap:1rem;position:absolute;top:2.4rem;right:3rem;z-index:3;padding:1rem 1rem 1rem 2rem;background-color:#9a275d;border-radius:8px;color:#fff}.viewer__btn:hover{background-color:#730b3b}.viewer__btn-icon{display:inline-block;padding:1rem 1.6rem;border-radius:4px;background-color:#730b3b}.viewer__background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);opacity:0;transition:opacity .3s}.viewer__img{position:relative;z-index:2;max-width:100%;max-height:100%;opacity:0;transition:opacity .3s .2s}.registration{padding:8rem 2.4rem 16rem}@media screen and (max-width: 26.25em){.registration{padding:4rem 1.6rem 12rem}}.registration-card{position:relative;max-width:88rem;padding:20rem 3.2rem 3.2rem 4rem;background-color:#141414;border-radius:16px;background-size:cover;background-position:center;overflow:hidden}.registration-card--foreign-nationals{background-image:linear-gradient(to top, #141414 10%, rgba(20, 20, 20, 0.6)),url("../img/registration-foreign-nationals.jpg")}.registration-card--full{background-image:linear-gradient(to top, #141414 10%, rgba(20, 20, 20, 0.6)),url("../img/registration-full.jpg")}.registration-card--conf-only{background-image:linear-gradient(to top, #141414 10%, rgba(20, 20, 20, 0.6)),url("../img/registration-conference-only.jpg")}.registration-card--preconf-only{background-image:linear-gradient(to top, #141414 10%, rgba(20, 20, 20, 0.6)),url("../img/registration-preconf-only.jpg")}.registration-card--participants{background-image:linear-gradient(to top, #141414 10%, rgba(20, 20, 20, 0.6)),url("../img/registration-participants.jpg")}.registration-card--teachers{background-image:linear-gradient(to top, #141414 10%, rgba(20, 20, 20, 0.6)),url("../img/registration-teachers.jpg")}.registration-card--students{background-image:linear-gradient(to top, #141414 10%, rgba(20, 20, 20, 0.6)),url("../img/registration-students.jpg")}.registration-card--finem-foreign{background-image:linear-gradient(to top, #141414 10%, rgba(20, 20, 20, 0.6)),url("../img/registration-finem-foreign.jpg")}.registration-card--finem-indian{background-image:linear-gradient(to top, #141414 10%, rgba(20, 20, 20, 0.6)),url("../img/registration-finem-indian.jpg")}.registration-card:not(:last-child){margin-bottom:4rem}@media screen and (max-width: 20.625em){.registration-card{padding:20rem 2.4rem 2.8rem 2.4rem}}.registration-card::before{content:"";position:absolute;top:4.8rem;left:0;width:8rem;height:8rem;border-radius:50%;background-color:#fff;transform:translateX(-5rem)}.registration-card__logo-wrapper{position:absolute;top:2.4rem;right:2rem}.registration-card__logo{height:6rem}.registration-card__content{color:#fff}.registration-card__category{margin-bottom:.4rem}.registration-card__rate{margin-bottom:.8rem}@media screen and (max-width: 28.75em){.registration-card__price{display:block}}.registration-card__text{max-width:70rem}.registration-card__btn-wrapper{display:flex;justify-content:flex-end;align-items:flex-end;padding-top:2rem;margin-top:2rem;border-top:2px solid rgba(255,255,255,.2)}.contact{position:relative;z-index:3;margin-top:4rem;padding:0 2.4rem}@media screen and (max-width: 26.25em){.contact{padding:0 1.6rem}}.contact__grid{display:grid;grid-template-columns:1.2fr 1fr;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 0 30px rgba(20,20,20,.12)}@media screen and (max-width: 48.125em){.contact__grid{grid-template-columns:1fr}}@media screen and (max-width: 26.25em){.contact__grid{padding:0}}.contact__info-wrapper{position:relative;z-index:1;padding:8rem 4rem 3rem;border-radius:12px;overflow:hidden;background-color:#000;color:#fff}.contact__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.1}.contact__header{max-width:60rem}.contact__text{margin-bottom:1.6rem;max-width:60rem}.contact__links-wrapper{margin-top:2rem}.contact__link-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:.6rem}@media screen and (max-width: 27.5em){.contact__link-wrapper{flex-direction:column;align-items:flex-start;gap:0}}.contact__link-wrapper:not(:last-child){margin-bottom:1rem}@media screen and (max-width: 27.5em){.contact__link-wrapper:not(:last-child){margin-bottom:2rem}}@media screen and (max-width: 27.5em){.contact__slash{display:none}}.contact__whatsapp-wrapper{margin-top:2rem;padding-top:2rem;border-top:2px solid rgba(255,255,255,.3)}.contact__icon-wrapper{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem}.contact__link{color:#fff;text-decoration:underline}.contact__form-wrapper{padding:6rem 3rem 8rem 4.2rem}.contact__form{padding:2rem 0 0}.contact__btn-wrapper{display:flex;justify-content:flex-end;align-items:flex-end;margin-top:2rem;text-align:right}.redirect{padding:20rem 2.4rem 12rem;text-align:center}@media screen and (max-width: 26.25em){.redirect{padding:20rem 1.6rem 412rem}}.redirect__img{max-width:50rem;margin:0 auto 2rem}.speakers{padding:8rem 2.4rem}@media screen and (max-width: 26.25em){.speakers{padding:8rem 1.6rem}}.speakers__section:not(:last-child){margin-bottom:4rem;padding-bottom:4rem;border-bottom:2px solid rgba(20,20,20,.1)}.speakers__header{margin-bottom:2.4rem;color:#9a275d}.speaker{display:grid;grid-template-columns:30.4rem 1fr;grid-gap:2.8rem}.speaker:not(:last-child){margin-bottom:4rem;padding-bottom:4rem;border-bottom:2px solid rgba(20,20,20,.1)}@media screen and (max-width: 35.625em){.speaker{grid-template-columns:1fr}}.speaker__img-wrapper{background-color:#fff6f9;border-radius:12px}.speaker__img{display:block;width:100%;height:42.5rem;border-radius:12px}.speaker__intro{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(20,20,20,.1)}.speaker__list{list-style:disc;margin-left:2rem}.speaker__extra-wrapper{margin-top:2.8rem}.speaker__read-more-button{display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative;z-index:1;width:100%;padding:2rem;background-color:#fff;background-size:cover;border-radius:12px;box-shadow:0 0 20px rgba(20,20,20,.12);overflow:hidden;color:#9a275d;transition:color .3s ease-in}.speaker__read-more-button--active{background-color:#730b3b;color:#fff;box-shadow:0 10px 20px rgba(20,20,20,.2)}.speaker__read-more-button--active::before{transform:scaleX(1) !important;background-color:#5c092f !important}.speaker__read-more-button--active .speaker__icon{transform:rotate(180deg)}.speaker__read-more-button--active+.speaker__extra-list{max-height:180rem;opacity:1;pointer-events:all}.speaker__read-more-button::before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:#730b3b;transform:scaleX(0);transform-origin:left;transition:transform .3s}.speaker__read-more-button:hover{color:#fff}.speaker__read-more-button:hover::before{transform:scaleX(1)}.speaker__icon-wrapper{display:flex;justify-content:center;align-items:center;width:3.6rem;height:3.6rem;background-color:#9a275d;border-radius:8px}.speaker__icon{transition:transform .3s}.speaker__extra-list{list-style:disc;padding:4rem 4rem 2rem;background-image:linear-gradient(to left, #9a275d, #730b3b);border-radius:12px;max-height:0;opacity:0;pointer-events:none;transform:translateY(-2rem);transition:max-height .3s ease-in-out,opacity .3s ease-out}.speaker__extra-list-item{color:#fff}.speaker__extra-list-item:not(:last-child){margin-bottom:1.6rem}.committees{padding:8rem 2.4rem}@media screen and (max-width: 26.25em){.committees{padding:8rem 1.6rem}}.committee{display:grid;grid-template-columns:30rem 1fr;grid-gap:4rem;padding-top:1rem}.committee:not(:last-child){margin-bottom:6rem;padding-bottom:6rem;border-bottom:2px solid rgba(20,20,20,.1)}@media screen and (max-width: 49.375em){.committee{grid-template-columns:1fr;grid-gap:1rem}}.member{display:grid;grid-template-columns:20rem 1fr;grid-gap:3rem}.member:not(:last-child){margin-bottom:4.2rem}@media screen and (max-width: 26.625em){.member{grid-template-columns:1fr;grid-gap:1rem}}.member__img-wrapper{padding:8px;background-color:#fff;border-radius:12px;box-shadow:0 0 20px rgba(20,20,20,.16)}.member__img{display:block;width:100%;height:25.4rem;border-radius:12px}@media screen and (max-width: 26.625em){.member__img{height:40rem}}.success{position:relative;z-index:2;padding:12rem 4rem}@media screen and (max-width: 53.75em){.success{padding:0 2.4rem}}@media screen and (max-width: 26.25em){.success{padding:0 .8rem}}.success__container{padding:12rem 4rem 6rem;background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url("../img/hero.jpg");background-size:cover;background-position:center;border-radius:16px;box-shadow:0px 25px 36px 6px rgba(0,0,0,.5)}.success__icon-wrapper{position:relative;width:100px;height:100px;margin-bottom:.2rem}.success__icon{position:absolute;width:100%;height:auto}.success__content{max-width:70rem;color:#fff}.success__title{margin-bottom:1rem}.success__info-wrapper{margin:2rem 0;padding:2rem 0;border-top:2px solid #fff;border-bottom:2px solid #fff}.topic{padding:8rem 2.4rem}@media screen and (max-width: 26.25em){.topic{padding:8rem 1.6rem}}.topic__single{display:grid;grid-template-columns:36rem 1fr;align-items:stretch;max-width:104rem;background-color:#fff;border-radius:12px;box-shadow:0 0 30px rgba(20,20,20,.12)}.topic__single:not(:last-child){margin-bottom:3.2rem}@media screen and (max-width: 48em){.topic__single{grid-template-columns:24rem 1fr}}@media screen and (max-width: 30.625em){.topic__single{grid-template-columns:1fr}}.topic__speaker-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:3.2rem;border-right:2px solid #fff6f9}@media screen and (max-width: 30.625em){.topic__speaker-wrapper{border-right:unset;border-bottom:2px solid #fff6f9}}.topic__speaker-img{display:block;height:8rem;width:8rem;margin-bottom:.4rem;border-radius:12px}.topic__content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:3.2rem}.topic__content:not(:last-child){margin-bottom:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid #cacaca}.topic__sub{display:flex;justify-content:flex-start;align-items:center;gap:1rem;margin-top:-4px}.topic__sub span{padding:1rem;background-color:#fff6f9;height:100%;border-radius:4px;color:#9a275d}.schedule{padding:8rem 2.4rem 16rem}@media screen and (max-width: 26.25em){.schedule{padding:4rem 1.6rem 12rem}}.schedule__container{scroll-margin-top:8rem}.schedule__day{position:relative;z-index:1;background-color:#730b3b;padding:3.2rem 2.4rem;color:#fff}@media screen and (max-width: 26.25em){.schedule__day{padding:3.2rem 1.6rem}}.schedule__day-icon{position:absolute;top:0;right:0;z-index:-1;height:100%;width:100%;max-width:50rem;opacity:.8}.schedule__chair{margin-bottom:3rem;padding-bottom:3rem;border-bottom:2px solid #cacaca}.schedule__chairmen-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;gap:2.4rem;margin-top:2.4rem}@media screen and (max-width: 27.5em){.schedule__chairmen-wrapper{flex-direction:column;align-items:stretch;max-width:30rem;gap:1rem}}.schedule__chairman{display:flex;justify-content:flex-start;align-items:center;gap:1rem;background-color:#fff;padding:1rem 2rem 1rem 1rem;border-radius:12px;box-shadow:0 10px 20px rgba(20,20,20,.12)}.schedule__single{display:grid;grid-template-columns:30rem 1fr;align-items:start}.schedule__single--break{background-color:#9a275d}.schedule__single:not(:last-child){margin-bottom:4.8rem;padding-bottom:4.8rem;border-bottom:2px solid #f3f3f3}@media screen and (max-width: 42.5em){.schedule__single{grid-template-columns:1fr;gap:1rem}}.schedule__time{padding-top:1.2rem;padding-bottom:.4rem;padding-right:2.4rem;border-bottom:2px solid #e9e9e9}@media screen and (max-width: 42.5em){.schedule__time{padding:unset;padding-left:3.2rem;border-bottom:unset}}.schedule__content-wrapper{padding:2.4rem;border-radius:12px;background-color:#fff;box-shadow:0 0 30px rgba(20,20,20,.12)}.schedule__content-wrapper--intermission{background-image:linear-gradient(to right, #730b3b, #9a275d);color:#fff}.schedule__content-wrapper--intermission .schedule__topic{background-image:unset}.schedule__topic{padding:2.4rem;background-image:linear-gradient(to right, #f8f8f8, #fff);border-radius:12px}.schedule__topic--newline{max-width:84rem}.schedule__topic--event{background-image:linear-gradient(to right, #600931, #9a275d) !important}.schedule__speaker-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:2rem;margin-top:2rem}.schedule__speaker-img{height:8rem;width:8rem;border-radius:12px;object-position:top}.schedules{position:relative;z-index:1}.schedules .cta{z-index:4}.schedules .footer,.schedules .designed{z-index:3}.schedule-nav{position:fixed;bottom:0;left:0;z-index:1;width:100%;padding:1rem 1rem 0;background-color:#fff;box-shadow:0 -10px 20px rgba(20,20,20,.12)}.schedule-nav__container{display:flex;justify-content:flex-end;align-items:center;gap:1rem}@media screen and (max-width: 20.8125em){.schedule-nav__container{flex-direction:column}}.schedule-nav__links{display:flex;justify-content:flex-start;align-items:flex-end;gap:1rem}.schedule-nav__link{padding:1rem 2rem;background-color:#9a275d;border-top-left-radius:4px;border-top-right-radius:4px;color:#fff;font-size:1.6rem;transition:padding .3s}.schedule-nav__link--active{background-image:linear-gradient(to bottom, #9a275d, #57082d);padding:1rem 2rem 2rem;font-weight:700}.login{padding:20rem 2.4rem 16rem;background-image:linear-gradient(rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.9)),url("../img/nemcon_24_22.jpg");background-size:cover}@media screen and (max-width: 26.25em){.login{padding:20rem 1.6rem 16rem}}.login__grid{display:grid;grid-template-columns:repeat(2, 1fr);max-width:90rem;margin:0 auto;background-color:#fff;border-radius:12px;overflow:hidden}@media screen and (max-width: 31.25em){.login__grid{grid-template-columns:1fr}}.login__img-wrapper{position:relative;z-index:1}@media screen and (max-width: 31.25em){.login__img-wrapper{height:16rem}}.login__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.login__form{padding:4rem}.login__header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #cacaca}.login__btn-wrapper{text-align:right}.login__btn{width:100%;max-width:100%;text-align:center}.dashboard{padding:12rem 2.4rem 16rem;background-color:#fff;color:#141414}@media screen and (max-width: 26.25em){.dashboard{padding:20rem 1.6rem 16rem}}.dashboard__single:not(:last-child){margin:4rem 0}.dashboard__header{padding:2rem;background-color:#fff6f9;border-radius:12px;margin-bottom:3rem}.dashboard__grid div{border-radius:12px;overflow:hidden}.dashboard__video{position:relative;z-index:1;display:grid;grid-template-columns:2fr 1fr;grid-gap:2rem;background-color:#fff6f9;border-radius:12px;overflow:hidden}.dashboard__video:not(:last-child){margin-bottom:4rem}@media screen and (max-width: 47.5em){.dashboard__video{grid-template-columns:1fr}}.dashboard__video-info{position:relative;z-index:-1;padding:3rem 2rem 2rem;border-radius:12px}.dashboard__video-topic{margin-bottom:2rem}.dashboard__video-speaker{text-align:right}/*# sourceMappingURL=main.min.css.map */