.modal-window{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:9999;background:rgba(0,0,0,.27);.modal-container{width:90%;min-width:250px;min-height:300px;max-width:600px;background:#fff;box-shadow:0 2px 7px 4px hsla(0,0%,54%,.566);border-radius:5px;background-size:cover;flex-direction:column;justify-content:space-around}.input-part,.modal-container{display:flex;align-items:center}.input-part{flex-direction:row;justify-content:center;width:60%;gap:1em}.input-part input{width:100%;height:3em;border:1px solid #000;border-radius:5px;padding:0 10px}.main-box{flex:1 1 65%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2em}h1{color:#3e3e3e;font-size:1.2em;width:80%;margin:0 auto}button,h1{font-weight:500}button{max-width:150px;height:2.7em;background:none;color:#fff;font-size:.8em;flex:1 1 30%;display:flex;justify-content:space-around;background-color:var(--main-green)}button:hover{transition:.3s;background-color:#0000003b}.main-box .error-text{color:red}.main-box .error-text,.main-box .success-text{font-size:.8em;font-weight:500;width:80%;margin:0 auto}.main-box .success-text{color:var(--main-green)}}.webinar-detail-page{display:flex;flex-direction:column;align-items:center;justify-content:center;width:90%;max-width:var(--content-box-width);margin:var(--navbar-height) auto;.back-button{max-width:90%;margin:0 auto;padding:3em 2em 0;position:relative;align-items:left;text-align:left}.back-button,.back-button .fa-icon{color:#777e85;font-size:.8em}.header-row{display:flex;align-items:flex-start;justify-content:space-between;width:100%;margin:0 auto;padding:2em 0;gap:1em}.header-row .header-part{width:50%;max-width:500px;margin:0 auto;text-align:left;text-transform:uppercase}.header-row .header-part h2{font-size:1.8em;font-weight:400;margin:0 auto;width:100%}.header-row .header-part h1{font-size:.7em;font-weight:300;letter-spacing:.3em;line-height:2em;text-align:left;margin:0 auto 0 0}.header-row .image-part{width:50%;margin:0 auto;align-items:center}.header-row .image-part .webinar-video{width:100%;height:150%}.image-part .webinar-video .iframe{height:300px;border-radius:15px}.linkedin-video-container{position:relative;width:100%}.linkedin-video-link{position:absolute;bottom:0;left:50%;transform:translate(-50%,-100%);background-color:rgba(0,0,0,.4);color:#fff;padding:5px 10px;border-radius:5px;text-decoration:none}.linkedin-video-link:hover{background-color:rgba(0,0,0,.6)}.header-row .image-part img{width:100%}.image-part .download-button button{width:100%;margin:0 auto;background:var(--main-green);padding:.5em;color:#fff;font-size:.7em;font-weight:600;max-width:100%}.download-button .fa-icon{font-size:.9em}.download-button .register-button{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5em}.chevron{max-width:15px}.page-content{display:flex;flex-direction:row;align-items:flex-start;max-width:var(--content-box-width);width:100%;margin:0 auto;padding:2em 0 0;gap:2em}.page-content .speakers-column{display:flex;flex-direction:column;width:25%;text-align:left}.page-content .main-webinar-column{display:flex;flex-direction:column;width:80%;text-align:left;gap:1em}.page-content .webinar-content{display:flex;flex-direction:column;width:100%;text-align:left}.webinar-content .event-share-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5em}.event-share-buttons .share{cursor:pointer}.webinar-content .event-share-buttons div{font-size:.9em;font-weight:500}.webinar-content .event-share-buttons img{width:25px;transform:translateY(.2em)}.webinar-content .event-share-buttons p{font-weight:700;color:#000}.page-content .upcoming-webinar-detail{display:flex;flex-direction:column;width:80%;text-align:left}.page-content .speakers-header{color:var(--main-green);font-weight:600}.speakers-column .speaker-row{display:flex;flex-direction:row;align-items:flex-start;margin-top:.7em;gap:.7em;width:100%}.speaker-row .speaker-image img{max-width:65px}.speaker-row .speaker-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.04em;width:100%}.speaker-row .speaker-info .linkedin img{max-width:20px}.speaker-info .name{font-size:.7em;font-weight:600;color:var(--main-green)}.speaker-info .title{font-size:.5em;font-weight:500;color:#000}.speaker-info .linkedin:hover{opacity:.9;cursor:pointer}.upcoming-webinar-detail .webinar-date{display:flex;flex-direction:row;justify-content:space-between;width:100%;font-size:var(--font-16);font-weight:500;margin:.5em auto}.upcoming-webinar-detail .webinar-date img{width:23px;margin-right:.3em;transform:translateY(.2em)}.latest-webinars{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin:2em 0 0;text-align:center}.latest-webinars .header{color:var(--second-blue);text-transform:uppercase;font-size:var(--font-32);margin:1em auto;font-weight:600}.webinar-grid{width:100%;max-width:1300px;margin:0 auto 2em;display:grid;grid-template-columns:1fr 1fr 1fr;justify-items:center;grid-column-gap:2em;grid-row-gap:2em}.webinar-card{box-shadow:var(--card-box-shadow);border-radius:1em;padding:0;font-size:var(--font-16);background:#fff;z-index:1;transition:.3s}.webinar-card,.webinar-card .content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1em}.webinar-card .content{flex:1 1 50%;width:100%;padding:0 1em 1em}.webinar-card .content h2{font-size:.9em;font-weight:700;color:var(--text-black);cursor:pointer;margin:10px 0 15px;text-align:left}.content .webinar-card-header-row{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:1em}.content .webinar-card-header-row p{font-size:.8em;font-weight:400;color:var(--second-green)}.webinar-card .img-container{position:relative}.img-container .webinar-photo{object-fit:cover;width:100%}.webinar-card .content .date-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1em}.date-row .speakers-photo img{max-width:40px;margin-left:-3px;border-radius:50%}@media (max-width:1220px){.image-part .webinar-video .iframe{height:270px}.webinar-grid{grid-template-columns:1fr 1fr}.page-content .speakers-column{width:35%}}@media (max-width:900px){.header-row{flex-direction:column;align-items:center;justify-content:center;gap:1em}.header-row .header-part{width:65%;max-width:-moz-fit-content;max-width:fit-content}.header-row .header-part h2{font-size:1.6em}.header-row .image-part{width:70%}.page-content .speaker-image img{max-width:50px}.speaker-row .speaker-info .linkedin img{max-width:15px}.upcoming-webinar-detail .webinar-date img{width:15px}.page-content{flex-direction:column;width:70%;margin:0 auto;align-items:center}.page-content .speakers-column{align-items:left;width:80%}.page-content .speakers-column .speakers{display:grid;grid-template-columns:1fr 1fr 1fr}.webinar-grid{grid-template-columns:1fr;width:60%}}@media (max-width:750px){.image-part .webinar-video .iframe{height:350px}.header-row .header-part,.header-row .image-part{width:70%}.page-content{flex-direction:column;width:70%;margin:0 auto;align-items:center}.page-content .speakers-column{align-items:left;width:80%}.page-content .speakers-column .speakers{display:grid;grid-template-columns:1fr 1fr 1fr}.header-row .header-part{width:100%;max-width:-moz-fit-content;max-width:fit-content}.header-row .image-part,.page-content,.page-content .upcoming-webinar-detail{width:100%}.latest-webinars h1{font-size:var(--font-24)}.webinar-grid{width:80%}}@media (max-width:550px){.header-row .header-part{width:90%}.page-content .speakers-column .speakers{grid-template-columns:1fr 1fr}.upcoming-webinar-detail .webinar-date{flex-direction:column}.date-row .speakers-photo img{max-width:30px}.webinar-content .event-share-buttons img{width:20px}}@media (max-width:380px){.latest-webinars h1{font-size:var(--font-18)}.page-content .speakers-column .speakers{grid-template-columns:1fr}}}