body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#fc5d66;--secondary-color:#ffc05a;--light-color:#f9fafb;--dark-color:#272d35}body,html{font-family:Open Sans,sans-serif;line-height:1.6;scroll-behavior:smooth}a{text-decoration:none}ul{list-style:none}img{max-width:100%}.container,.container-sm{margin:0 auto;max-width:1200px;padding:0 2rem}.container-sm{max-width:1000px}.btn{background:#ffc05a;background:var(--secondary-color);border:1px solid #ffc05a;border:1px solid var(--secondary-color);border-radius:32px;color:#272d35;color:var(--dark-color);cursor:pointer;display:inline-block;padding:1.3rem 2.3rem;transition:all .2s}.btn:hover{background:#fc5d66;background:var(--primary-color);border-color:#fff;color:#fff}.footer{background:var(--dark-color);border-top:1px solid #384653;padding:.5rem 2rem}.footer,.footer a{color:#fff}.footer a:hover{color:var(--secondary-color)}.footer ul{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.footer-flex{align-items:center;display:flex;justify-content:space-between}.inner-header{background:var(--primary-color);color:#fff;height:250px;padding-top:8rem}.inner-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-form p{margin-bottom:3rem}.contact-form input,.contact-form textarea{border:1px solid #ccc;display:block;font-family:inherit;font-size:medium;margin:1.5rem 0;padding:1.2rem 1rem;width:100%}.contact-form textarea{height:200px}.contact-form .btn{display:block;font-family:inherit;font-size:inherit;margin:0 auto;width:100%}.location h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.location p{margin-bottom:2rem}.location .map{border-radius:.25rem;height:0;margin-bottom:3rem;overflow:hidden;padding-bottom:50%;position:relative}.location .map iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--secondary-color)}.hero{background:#000 url(/static/media/header-background.5abdeadcedb1b5e74b29.jpg) 50%/cover no-repeat;color:#fff;overflow-x:hidden;padding:11.5rem 2rem 8rem;position:relative}.hero .hero-flex{align-items:center;display:flex;gap:6rem;justify-content:spac-ebetween;padding-bottom:8rem}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero p{font-size:1.2rem;font-weight:400;line-height:1.8;margin-bottom:2rem}.hero img{margin-right:-100px;width:100%}.hero .frame-decoration{bottom:0;height:100px;left:0;position:absolute;width:100%}@media(max-width:1200px){.hero .hero-flex{gap:2rem}.hero img{margin-right:0;max-width:500px}.hero h1{font-size:3rem}}@media(max-width:992px){.hero{text-align:center}.hero img{margin-top:2rem;max-width:600px}.hero-flex{flex-direction:column;padding-bottom:4rem}}@media(max-width:576px){.hero{padding-left:.2rem;padding-right:.2rem}.hero img{max-width:350px}.hero h1{font-size:2.5rem}}.section{margin:4rem 0}.section-header{margin:0 auto 3rem;max-width:750px;text-align:center}.section-header h2{color:var(--dark-color);font-size:2rem;font-weight:700;margin-bottom:.5rem}.section-header p{color:var(--dark-color);font-size:1.2rem}.heading-border{background-color:var(--primary-color);height:4px;margin:0 auto 2rem;width:64px}.topics{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.topic img{transition:transform .3s}.topic img:hover{transform:scale(1.1)}.topic h3{font-size:1rem;font-weight:700;margin:.5rem 0}@media(max-width:1200px){.topics{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.topics{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.topics{grid-template-columns:1fr}}.chapter-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding:1rem 0 4rem}.chapter-cards img{margin-top:1rem;width:130px}.chapter-cards h3{font-size:1.25rem;font-weight:700;margin:1rem 0}.card{align-items:center;background:#fff;box-shadow:0 4px 12px 0 #0000004d;display:flex;flex-direction:column;justify-content:center;padding:2rem 1.75rem;text-align:center}@media(max-width:992px){.chapter-cards{grid-template-columns:1fr}}.summary{background:var(--light-color);color:var(--dark-color);padding:4rem 2rem 5rem}.summary .section-lists{background:#fff;padding:2rem}.summary .list-header{background:var(--primary-color);color:#fff;font-size:1.2rem;font-weight:700;margin:1rem 0;padding:.5rem 1rem}.summary .list-item{border-bottom:1px solid #f1f4f6;padding:1.4rem 0}.summary .list-item:last-of-type{border-bottom:none}@media(max-width:576px){.summary .container{padding:0}}.info-container{background:url(/static/media/audience.f18853540e7414555dfe.jpg) top/cover no-repeat;display:flex}.info-content{background-color:var(--primary-color);color:#fff;flex:1 1;padding:4rem}.info-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.info-content p{font-size:1.2rem;margin-bottom:2rem}.info-content ul li{font-size:1.2rem;line-height:2}.info-content i{color:var(--secondary-color);margin-right:.5rem}.info-left{width:50%}@media(max-width:768px){.info-container{flex-direction:column}.info-content{padding:2rem}.info-content h2{font-size:1.5rem}.info-content p{font-size:1rem}.info-left{display:none}}.takeaways-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding:1.5rem 0}.takeaways-cards .card{flex-direction:row;text-align:left}.takeaways-cards .card i{margin-right:1rem}@media(max-width:992px){.takeaways-cards{grid-template-columns:1fr}}.details .details-flex{align-items:center;display:flex;gap:4rem;justify-content:center}.details img{max-width:500px;width:100%}.details h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.details .heading-border{margin:0}.details p{margin:1rem 0 2rem}.details+.details .details-flex{flex-direction:row-reverse}.details ul{margin-bottom:2rem}.details ul li{line-height:2}.details i{margin-right:.5rem}@media(max-width:992px){.details-flex{gap:2rem}.details+.details .details-flex,.details-flex{flex-direction:column}}.stats{background:#000 url(/static/media/stats-background.996ed59ce7bbcb746246.jpg) 50%/cover no-repeat;color:#fff}.stats img{max-width:500px;width:100%}.stats .stats-numbers{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0;text-align:center}.stats .stats-numbers h3{font-size:3rem;font-weight:700}.stats .stats-numbers p{font-size:.8rem}.stats .stats-text{font-size:1.2rem;margin-bottom:2rem;text-align:center}.stats .btn{display:block;margin:0 auto;text-align:center;width:200px}.stats-flex{align-items:center;display:flex;justify-content:space-between;padding:4rem 2rem}.stats-content{max-width:500px}@media(max-width:992px){.stats .stats-flex{flex-direction:column;gap:2rem}}@media(max-width:576px){.stats .stats-numbers{flex-direction:column}}.newsletter{margin:0 2rem;text-align:center}.newsletter h2{font-size:2rem;font-weight:700}.newsletter p{max-width:600px}.newsletter input[type=email]{border:1px solid #ccc;border-radius:32px;margin:1rem 0;max-width:400px;padding:1rem 2rem;width:100%}.newsletter-flex{align-items:center;background:var(--light-color);border:1px solid #eee;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:4rem 2rem}@media(max-width:576px){.newsletter h2{font-size:1.5rem}.newsletter p{display:none}}.social{background:var(--dark-color);color:#fff;font-size:1.7rem;margin-bottom:0;padding:6rem 2rem;text-align:center}.social p{margin-bottom:2rem}.social .social-icons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.social a{color:#fff}.social a:hover{color:var(--secondary-color)}@media(max-width:768px){.social .social-icons{flex-wrap:wrap}.social p{font-size:1.2rem}.social i{font-size:2rem}.footer{padding:.5rem 1rem}.footer-flex{flex-direction:column;text-align:center}}.navbar{background:#0000;color:#fff;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;transition:background-color .5s ease-in-out;z-index:1000}.navbar.navbar-scroll{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#eb4d55cc}.navbar .logo-container{height:32px;width:81px}.navbar .main-menu-list,.navbar .navbar-flex{align-items:center;display:flex;justify-content:space-between}.navbar .main-menu-list{font-weight:600;gap:4vw}.mobile-menu{display:none}.navbar .mobile-menu-toggle{color:#fff;cursor:pointer}.navbar .mobile-menu-items{background-color:#000c;border-top:1px solid #ffffff1a;box-shadow:0 2px 5px #0000001a;left:0;opacity:.95;padding:3rem 2rem;position:absolute;text-align:center;top:100%;transform:translateX(100%);transition:transform .3s ease;width:100%}.navbar .mobile-menu-items.active{transform:translateX(0)}.navbar .mobile-menu-list{display:flex;flex-direction:column;font-size:1.2rem;gap:2rem}@media(max-width:935px){.main-menu-items{display:none}.navbar .mobile-menu{display:block}.navbar .mobile-menu-toggle{display:block;padding:10px}}.navbar a{color:#fff}.navbar a:hover{color:var(--secondary-color)}.navbar i{font-size:1.5rem}
/*# sourceMappingURL=main.ff14cbff.css.map*/