*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Helvetica;line-height:1.5;font-weight:400}.container{max-width:1700px;width:100%;margin:0 auto}header{display:flex;align-items:center;justify-content:space-between;padding:2rem}nav{display:flex;justify-content:space-between;align-items:center;margin:2rem}.logo img{width:100%;max-width:10rem}.logo{cursor:pointer}.nav-links{display:flex;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.nav-links li{font-size:1.2rem;cursor:pointer;text-transform:uppercase;font-weight:500;margin-left:2rem;list-style-type:none}.nav-icon{display:none}@media screen and (min-width: 1024px) and (max-width: 1024px){nav{margin-left:-10rem}}@media screen and (min-width: 768px) and (max-width: 920px){nav{margin-left:-8rem}.nav-links li{font-size:.82rem}}@media (max-width: 768px){.nav-links{position:absolute;top:15vh;right:0;bottom:0;height:100vh;width:100%;background-color:#fff;padding:3rem 2rem;flex-direction:column;align-items:flex-start;z-index:100;opacity:0;transform:translate(100%);box-shadow:0 10px 15px -3px #0000001a;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.nav-links.open{opacity:1;transform:translate(0)}.nav-icon{display:block;font-size:2rem;color:#000;cursor:pointer}.nav-links li{margin-left:0;margin-bottom:1.5rem}}.toogle-button{font-size:2rem;color:#000;cursor:pointer}.hero{display:flex;margin:3rem 7rem 0;align-items:stretch}.meet-jerry-oh{flex:2}.jerry-oh{flex:1;margin:0;padding:0}.jerry-oh-logo{display:flex;align-items:center}.jerry-oh-logo h1{font-size:2.5rem;margin:0;font-weight:500}.jerry-oh-logo img{width:40%}.meet-jerry-oh h6{font-size:1.5rem;margin:0;line-height:3em;color:#757272;font-weight:500}.meet-jerry-oh p{font-size:1.15rem;line-height:1.5em}@media (min-width: 1600px){.container{max-width:1600px;width:100%;margin:0 auto}}@media screen and (min-width: 1280px) and (max-width: 1280px){.hero{margin:3rem 3.5rem 0}}@media screen and (min-width: 1024px) and (max-width: 1024px){.hero{margin:0 0 0 2rem}.jerry-oh img{max-width:100%;height:auto;max-width:500px}.meet-jerry-oh p{font-size:1rem;width:auto!important}}@media screen and (min-width: 768px) and (max-width: 912px){.hero{flex-direction:column;margin:3rem 4rem 2.6rem}.jerry-oh{width:auto!important;display:flex;align-items:center;justify-content:center}.container-talk{margin-top:-42px!important}.meet-jerry-oh p{width:auto}}@media screen and (min-width: 768px) and (max-width: 768px){.container-talk{margin-top:-18px!important}}@media (max-width: 768px){.hero{flex-direction:column;margin:1rem 2.5rem}.meet-jerry-oh p{width:100%}.meet-jerry-oh h6{font-size:.9rem}.jerry-oh{flex:none;display:flex;align-items:center;justify-content:center}.jerry-oh img{height:100%;width:300px;object-fit:cover}}.container-talk{margin-top:-8px}.talk-with-jerry-oh{display:grid;align-items:center;grid-template-columns:2fr 1fr;padding:6rem 4rem;background-color:#111}.talk-with-jerry-oh-left p{color:#fff;font-size:2rem;width:70%;line-height:1.2}.straight-talk{display:flex;flex-direction:column;margin-top:6rem;gap:.7rem}.straight-talk p{font-size:2.5rem}.jerry-oh-text-img{width:80%}.jerry-oh-text-img img{width:100%;margin-left:-6%}.talk-with-jerry-oh-right{background-color:#fff;border-radius:1.5rem;display:flex;flex-direction:column;padding:3rem;row-gap:.7rem}.input-group-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.input-group{display:flex;flex-direction:column;gap:.4rem}.input-group input,.input-group textarea{font-size:1rem;width:auto;padding:10px;border:1px solid #ccc;border-radius:10px;background-color:#f8f8f8}.input-group input:focus,.input-group textarea:focus{border-color:#ccc;outline:none}.input-group label{font-size:1rem;font-weight:500}.input-group input[type=date],.input-group input[type=time]{color:#000;-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;max-width:100%;box-sizing:border-box;padding:10px;border:1px solid #ccc;border-radius:10px;background-color:#f8f8f8;font-size:1rem}.input-group input[type=date]:focus,.input-group input[type=time]:focus{border-color:#999;outline:none}.input-group input[type=date]::-webkit-datetime-edit,.input-group input[type=time]::-webkit-datetime-edit{color:#000}textarea{width:100%;height:150px;padding:12px 20px;box-sizing:border-box;border:1px solid #ccc;border-radius:10px;background-color:#f8f8f8;font-size:16px;resize:none}.agreement-group{display:flex;align-items:center;gap:.5rem}.talk-with-jerry-oh-right button{width:100%;background-color:#000;color:#fff;padding:10px 0;font-size:1rem;border-radius:10px;margin-top:1rem}@media (min-width: 1600px){.container-talk{background-color:#111}.talk-with-jerry-oh{margin:0 auto;max-width:1600px}}@media screen and (min-width: 1024px) and (max-width: 1024px){.talk-with-jerry-oh-left p{font-size:1.2rem}.talk-with-jerry-oh{padding:3rem 2rem}.straight-talk{margin-top:3rem}.talk-with-jerry-oh-right{border-radius:1rem;padding:2.5rem 2rem}.talk-with-jerry-oh-left{flex:1.5}}@media screen and (min-width: 768px) and (max-width: 912px){.talk-with-jerry-oh{display:flex;flex-direction:column}}@media (max-width: 768px){.container-talk{margin-top:-18px}.talk-with-jerry-oh{grid-template-columns:1fr;padding:6rem 0rem}.talk-with-jerry-oh-left{padding:0 2.5rem 3rem}.talk-with-jerry-oh-left p{width:100%;font-size:1.15rem;line-height:1.5em}.talk-with-jerry-oh-right{margin:1rem;padding:4rem 2rem}.input-group-grid{grid-template-columns:1fr;gap:1rem}.straight-talk{margin-top:3rem}.talk-with-jerry-oh-form-wrapper{display:flex;width:380px;height:fit-content;align-items:center;justify-content:center;margin:auto}}.partner-section-wrapper{display:flex;padding:4rem 4rem 0}.partner-section-left{flex:1}.partner-section-left h4{font-size:3rem;font-weight:500;line-height:1;margin-bottom:1.5rem}.partner-section-left p{font-size:1.8rem;margin:0 auto 1em;line-height:1.2}.partner-section-right{flex:1;margin-bottom:-.5rem}@media screen and (min-width: 1024px) and (max-width: 1024px){.partner-section-left h4{font-size:2.5rem}.partner-section-left p{font-size:1.2rem}.partner-section-wrapper{margin-bottom:4.2rem;padding:4rem 4rem 0 2rem}.partner-section-right img{max-width:480px}.footer-wrapper{margin-top:-6.5%}}@media screen and (min-width: 768px) and (max-width: 912px){.partner-section-wrapper{flex-direction:column;margin-bottom:4.5rem}.partner-section-right{display:flex;align-items:center;justify-content:center;margin-bottom:-.3rem}}@media (max-width: 768px){.partner-section-wrapper{flex-direction:column;padding:2rem 2rem 0;margin:0}.partner-section-right{width:100%;flex:none;display:flex;align-items:center;justify-content:center;margin-bottom:-.1rem}.partner-section-right img{height:100%;width:400px;object-fit:contain}.partner-section-left h4{font-size:2rem;line-height:1.15}.partner-section-left p{font-size:1.15rem;line-height:1.5em}}@media (min-width: 1600px){.container{max-width:1700px;width:100%;margin:0 auto}.partner-section-wrapper{width:100%;margin:0 auto;max-width:1600px;align-items:center}}.massive-action-wrapper{display:flex;align-items:flex-start;padding:4rem;background-color:#d5d4d3}.massive-action-left{flex:1}.massive-action-left h5{font-size:3rem;font-weight:500;line-height:1;margin-bottom:1.5rem}.massive-action-left p{font-size:1.8rem;margin:0 auto 1em;line-height:1.2}.massive-action-left button{margin-top:3rem;background-color:#111;color:#fff;font-size:1.8rem;padding:10px 25px;border-radius:10px;border:transparent;cursor:pointer}.massive-action-right{flex:1.5}.massive-action-right img{width:100%}@media screen and (min-width: 1024px) and (max-width: 1024px){.massive-action-left h5{font-size:2.5rem}.massive-action-left p{font-size:1.2rem}.massive-action-left button{font-size:1.5rem}.massive-action-wrapper{padding:4rem 2rem}}@media screen and (min-width: 768px) and (max-width: 912px){.massive-action-wrapper{flex-direction:column}}@media (max-width: 768px){.massive-action-wrapper{padding:2rem;flex-direction:column}.massive-action-left h5{font-size:2rem;line-height:1.15em}.massive-action-left p{font-size:1.15rem;line-height:1.5em}.massive-action-left button{margin-top:2rem;font-size:1.2rem;padding:8px 18px}}@media (min-width: 1600px){.container-action{background-color:#d5d4d3}.massive-action-wrapper{width:100%;margin:0 auto;max-width:1600px}}.footer-wrapper{background-color:#111;color:#fff;padding:4rem}.footer-wrapper h4{text-align:center;font-size:2.5rem;letter-spacing:1rem;font-weight:500}.logo-socials{display:flex;align-items:center;justify-content:space-between;padding:3rem 0}.footer-logo{width:350px}.footer-logo img{width:80%}.social-media-logos{margin-left:2rem}.social-media-logos ul{display:flex;list-style:none;gap:1rem;align-items:center}.social-media-logos ul li{background-color:#fff;border-radius:50%;height:30px;width:30px;display:flex;align-items:center;justify-content:center}.social-media-logos ul svg{width:20px;height:20px;cursor:pointer}.lets-connect{border:transparent;border-radius:10px;padding:15px 30px;font-size:1.8rem}footer{display:flex;align-items:center;justify-content:center}footer p{text-align:center;font-size:2rem;margin:1.5rem 0}@media screen and (min-width: 1024px) and (max-width: 1024px){.footer-wrapper{padding:3rem;margin-top:-6.5%}.footer-wrapper h4{font-size:2rem}.lets-connect{font-size:1.4rem}.footer-logo{width:18rem}.copyright p{font-size:1.7rem}}@media screen and (min-width: 768px) and (max-width: 912px){.footer-wrapper h4{font-size:1.2rem}.footer-logo{width:18rem}.lets-connect,.copyright p{font-size:1.5rem}.footer-wrapper{margin-top:-8.5%}}@media (max-width: 768px){.logo-socials{flex-direction:column;align-items:center;justify-content:center}.lets-connect{margin:2rem 0;font-size:1.5rem;padding:12px 26px;color:#000}.social-media-logos ul{justify-content:center;align-items:center}.footer-wrapper h4{font-size:1.2rem;letter-spacing:.8rem;font-weight:500}.social-media-logos{margin-left:auto}.footer-logo{display:flex;align-items:center;justify-content:center}.footer-wrapper{padding:3rem}.copyright p{font-size:1.5rem}}#root{max-width:100vw;margin:0;padding:0;box-sizing:border-box}.register{display:flex;align-items:center;justify-content:space-between;width:80%;margin:0 auto;padding:8rem 0}.register p{font-size:2rem;width:50%}.register button{border:transparent;background-color:#111;color:#fff;font-size:2rem;font-weight:600;padding:15px 30px;border-radius:10px;text-transform:uppercase}@media screen and (min-width: 1024px) and (max-width: 1024px){.register{padding-top:8rem;padding-bottom:10rem}}@media (max-width: 768px){.register{display:flex;align-items:center;justify-content:center;margin:0 auto;width:90%;flex-direction:column;padding:4rem 0}.register p{font-size:1.5rem;text-align:center;width:100%}.register button{border:transparent;background-color:#111;color:#fff;font-size:1rem;margin:1rem 0;font-weight:600;padding:15px 30px;border-radius:10px;text-transform:uppercase}}.beginning-section{background-color:#111;margin-top:-.5%;padding:4rem;color:#fff;text-align:center}.beginning-section h1{font-size:3.5rem;letter-spacing:.5rem;font-weight:600;text-transform:uppercase}.beginning-secion-paragraph{width:85%;margin:0 auto}.beginning-section p{font-size:1.5rem;font-size:500;margin:2.5rem 0rem}.beginning-img{display:flex;align-items:center;justify-content:center}.beginning-img img{width:80%;margin:2rem}.container-beginning{margin-top:-8px}@media (min-width: 1600px){.container-beginning{background-color:#111}.beginning-section{margin:0 auto;max-width:1600px}}@media screen and (min-width: 768px) and (max-width: 912px){.beginning-img img{width:100%}}@media (max-width: 768px){.beginning-section{padding:1.5rem}.beginning-section h1{font-size:2rem}.beginning-secion-paragraph{width:100%;margin:0 auto}.beginning-secion-paragraph p{font-size:1.2rem}.beginning-img{padding:0}.beginning-img img{width:100%;margin:2rem}.container-beginning{margin-top:-1px}}.blueprint{background-color:#363e45;display:flex;align-items:stretch;padding:6rem 4rem 0rem}.blueprint-left{flex:2}.blueprint-right{flex:1;margin:0;padding:0}.blueprint-left h4{color:#fff;font-size:3rem;font-weight:500;margin:0;line-height:1}.blueprint-left img{margin-left:-7%;width:100%}.blueprint-left button{border:transparent;text-transform:uppercase;border-radius:10px;padding:10px 20px;font-size:2rem;font-weight:600;margin-bottom:6rem}@media (min-width: 1600px){.container-blue{background-color:#363e45}.blueprint{margin:0 auto;max-width:1600px;width:100%}}@media screen and (min-width: 1024px) and (max-width: 1024px){.blueprint-right{flex:0 0 50%;padding-left:2rem}.blueprint-right img{width:450px!important;height:auto}}@media screen and (min-width: 768px) and (max-width: 912px){.blueprint{flex-direction:column}}@media (max-width: 768px){.blueprint{flex-direction:column;padding:4rem 2rem 0rem}.blueprint-right{display:flex;justify-content:center;align-items:center;width:100%;height:auto}.blueprint-right img{max-width:100%;height:auto;object-fit:contain}.blueprint-left h4{font-size:2rem}.blueprint-left button{font-size:1.5rem;color:#000}}.contact-section{background-image:url(/assets/Publicspeaking_JerryOh-BD7ic3HH.png);background-size:cover;background-position:center;object-fit:cover;padding:8rem 7rem}.contact-section .talk-with-jerry-oh-right{width:45vw}@media (min-width: 1600px){.container-contact{background-image:url(/assets/Publicspeaking_JerryOh-BD7ic3HH.png);background-size:cover;background-position:center;background-repeat:no-repeat}.contact-section{margin:0 auto;max-width:1600px;background:none}}@media screen and (min-width: 1024px) and (max-width: 1024px){.contact-section .talk-with-jerry-oh-right{width:fit-content}}@media screen and (min-width: 768px) and (max-width: 912px){.contact-section .talk-with-jerry-oh-right{width:fit-content}}@media (max-width: 768px){.contact-section{padding:3rem 0}.contact-section .talk-with-jerry-oh-right{width:90vw}}
