@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700";body{font-family:"Inter",sans-serif;font-size:2rem;line-height:1.7}.serif{font-family:"Playfair Display",serif}.txt120{font-size:clamp(8rem,10vw + 1rem,12rem);line-height:1.3}.txt80{font-size:clamp(6rem,8vw + 1rem,8rem);line-height:1.3}.txt60{font-size:clamp(4.8rem,6vw + 1rem,6rem);line-height:1.2}.txt48{font-size:clamp(3.6rem,4.8vw + 1rem,4.8rem);line-height:1.3}.txt36{font-size:clamp(2.8rem,3.6vw + 1rem,3.6rem);line-height:1.5}.txt24{font-size:2.4rem;line-height:1.7}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%}@media screen and (max-width: 64em){html{font-size:56.25%}}@media screen and (max-width: 48em){html{font-size:50%}}body{box-sizing:border-box;background-color:#fff}::selection{background-color:#53b61a;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;object-position:center}.bold{font-weight:700}.normal{font-weight:400}.light{font-weight:300}.container{max-width:127.8rem;margin:0 auto}.btn{position:relative;padding:1.6rem 3rem;border-radius:12px;font-weight:700;cursor:pointer}.btn--primary{background-color:#53b61a;color:#fff;transition:background-color .3s}.btn--primary:hover{background-color:#4ba417}.btn .btn:disabled{opacity:.3;pointer-events:none}.link{color:#53b61a;text-decoration:underline}.link:hover{color:#4ba417}.toast{position:fixed;bottom:0;left:0;right:0;z-index:4;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)}.toast--visible{bottom:20px;opacity:1;visibility:visible}.toast--success{background:#00c02b;border-color:#009d23;color:#fff}.toast--error{background:#d50000;border-color:#ba0000;color:#fff}.nav{position:fixed;top:0;left:0;z-index:10;width:100%}.nav__container{display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;margin:0 1rem;background-color:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:0 10px 20px rgba(0,0,0,.2)}@media screen and (max-width: 20em){.nav__container{flex-direction:column;gap:1rem;margin:0}}.nav__icon{height:6rem}.nav__btn{padding:1rem 2rem;background-color:#53b61a;border-radius:8px;color:#fff}.nav__btn:hover{background-color:#4ba417}.footer{padding:2rem;background-color:#000;text-align:center;color:#fff}.hero{background-color:#000;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;padding:28rem 2.4rem 4rem;margin:2rem;border-radius:12px}@media screen and (max-width: 44.375em){.hero{margin:0;border-radius:0}}.hero__container{max-width:108rem;color:#fff}.hero__title{margin-bottom:1.6rem}.hero__sub-title{max-width:60rem}.hero__info-wrapper{display:flex;justify-content:space-between;align-items:center;gap:2.4rem;padding:2rem 0;margin:2rem 0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}@media screen and (max-width: 39.375em){.hero__info-wrapper{flex-direction:column;align-items:flex-start;gap:1rem}}.why{padding:6rem 2.4rem 8rem}.why__header{margin-bottom:3.2rem}.why__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:6rem}@media screen and (max-width: 39.375em){.why__list{grid-template-columns:1fr}}.why__list-title{padding-bottom:1rem;margin-bottom:1rem;border-bottom:2px solid #f8f8f8}.why__copy{max-width:56rem}.topics{position:relative;z-index:1;padding:10rem 2.4rem;background-color:#000;overflow:hidden;color:#fff}.topics__bg{position:absolute;top:0;right:0;z-index:-1;height:100%;width:100%;max-width:100rem;max-height:100rem;opacity:1;object-fit:contain;transform:translate(30%, -20%);opacity:.1}.topics__header{margin-bottom:2.4rem}.topic{display:grid;grid-template-columns:20rem 1fr;grid-gap:1rem;max-width:110rem;background-color:#0f0f0f;border-radius:12px;overflow:hidden}@media screen and (max-width: 33.5em){.topic{grid-template-columns:1fr}}.topic:not(:last-child){margin-bottom:3.2rem}.topic__img{display:block;width:100%;height:100%}.topic__content{padding:3rem 3rem 4.2rem}.topic__speaker{display:flex;justify-content:flex-start;align-items:center;gap:1.2rem}@media screen and (max-width: 20.625em){.topic__speaker{flex-direction:column;align-items:flex-start}}@media screen and (max-width: 43.4375em){.topic__speaker--double{flex-direction:column;align-items:flex-start}}.topic__speaker-img-wrapper--double{display:flex;justify-content:flex-start;align-items:center}.topic__speaker-img-wrapper--double .topic__speaker-img:nth-child(2){margin-left:-2rem}.topic__speaker-img{height:7rem;width:7rem;border-radius:50%}.topic__speaker-name-wrapper{padding:1rem 2rem;background-color:#1a1a1a;border-radius:4px}.topic__speaker-title{font-size:1.6rem}.topic__list{margin-top:3rem;padding-top:3rem;border-top:1px solid #f8f8f8}.topic__list-item{display:grid;grid-template-columns:1rem 1fr;grid-gap:1.2rem;background-color:#1a1a1a;padding:1rem;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:8px}.topic__list-item:not(:last-child){margin-bottom:2rem}.topic__list-item::before{content:"";display:block;height:100%;width:.6rem;background-color:#53b61a;border-radius:4px}.who{padding:8rem 2.4rem}.who__grid{display:grid;grid-template-columns:max-content 1fr;grid-gap:4rem}@media screen and (max-width: 51.875em){.who__grid{grid-template-columns:1fr;grid-gap:1rem}}.who__header{margin-bottom:3.6rem}.who__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem}@media screen and (max-width: 26.25em){.who__list{grid-template-columns:1fr}}.who__list-item{position:relative;z-index:1;padding:2rem;border-radius:8px;background-image:linear-gradient(to top right, #4ba417, #53b61a);box-shadow:0 10px 30px rgba(0,0,0,.1);overflow:hidden;color:#fff}.who__bg{position:absolute;top:0;right:0;z-index:-1;height:100%;width:auto;opacity:.1;transform:scale(1.3)}.who__icon{display:block;height:6rem;margin-bottom:1rem}.training{padding:8rem 2.4rem;background-color:#fafafa}.training__header{margin-bottom:3.2rem}.training__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.6rem}@media screen and (max-width: 51.875em){.training__list{grid-template-columns:1fr}}.training__list-item{position:relative;z-index:1;background-color:#000;padding:20rem 3rem 3rem;border-radius:12px;overflow:hidden;color:#fff}.training__bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.2}.cta{position:relative;z-index:1;margin:2rem;border-radius:12px;background-color:#000;overflow:hidden}@media screen and (max-width: 44.375em){.cta{margin:0;border-radius:0}}.cta__bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:.2}.cta__content{padding:32rem 4rem 4rem;color:#fff}@media screen and (max-width: 44.375em){.cta__content{padding:32rem 2.4rem 4rem}}.cta__title{margin-bottom:1rem}.cta__sub-title{margin-bottom:2.4rem;max-width:70rem}.cta__context{margin-top:1rem}.success{position:relative;z-index:1;padding:16rem 2.4rem}.success__bg{position:absolute;top:0;right:0;z-index:-1;width:100%;max-width:80rem;height:100%;opacity:.3;object-position:left}.success__img-wrapper{max-width:80rem;margin:0 auto}.success__img{display:block;max-width:40rem}.success__container{max-width:80rem;margin:-4rem auto 3rem;background-color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:8rem 3rem 3rem;border-radius:12px}.success__details{margin-top:3rem;padding-top:3rem;border-top:2px solid #f8f8f8}/*# sourceMappingURL=main.min.css.map */