/* Hero */
.webinar-open-house-page .hero{ background: #0023E5; max-height: 900px; } 
.webinar-open-house-page .hero .content{ position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.webinar-open-house-page .hero .content:before{ content: ""; display: block; width: 1500px; height: 1500px; background: url("../svg/bg-hero.svg"); background-size: 1500px 1500px; position: absolute; top: -350px; left: -630px; }

.webinar-open-house-page .hero .text{ color: var(--white); z-index: 10; position: relative; max-width: 500px; }
.webinar-open-house-page .hero .text .pill{ border: 1px solid #1472FF; font-weight: 600; border-radius: 50px; display: inline-block; padding: 5px 13px; margin-bottom: 15px; font-size: 15px; }
.webinar-open-house-page .hero .text h1{ font-size: 102px; font-weight: 600; line-height: 1.1; letter-spacing: -5px; margin-bottom: 15px; }
.webinar-open-house-page .hero .text .description{}
.webinar-open-house-page .hero .text .description p{ font-size: 16px; line-height: 1.5; margin-bottom: 15px; }
.webinar-open-house-page .hero .text .button{ margin-top: 20px; }

.webinar-open-house-page .hero .main-image{ max-width: 600px; position: relative; z-index: 10; }
.webinar-open-house-page .hero .main-image img{ width: 100%; }

/* Whats in */
.webinar-open-house-page .whats-in{ background: var(--white); margin-top: -40px; position: relative; z-index: 10; border-radius: 40px; padding: 120px 0; }
.webinar-open-house-page .whats-in .content{ display: flex; justify-content: space-between; }
.webinar-open-house-page .whats-in .left { max-width: 550px; } 
.webinar-open-house-page .whats-in .left .pre{ text-transform: uppercase; margin-bottom: 20px; display: block; font-size: 15px; }
.webinar-open-house-page .whats-in .left h2{ font-size: 48px; margin-bottom: 60px; letter-spacing: -1px; }
.webinar-open-house-page .whats-in .left .whats-in-list { }
.webinar-open-house-page .whats-in .left .whats-in-list li{ display: flex; align-items: center; margin-bottom: 80px; }
.webinar-open-house-page .whats-in .left .whats-in-list li i{ color: #0023E5; font-size: 42px; width: 70px; min-width: 70px; margin-right: 35px; }

    .webinar-open-house-page .whats-in .left .whats-in-list li i.icon-user{ font-size: 36px; }

.webinar-open-house-page .whats-in .left .whats-in-list li p{ font-size: 16px; position: relative; line-height: 1.3; }
.webinar-open-house-page .whats-in .left .whats-in-list li p:before{ content: ""; display: block; width: 100%; height: 4px; position: absolute; bottom: -25px; background: linear-gradient(90deg, #0023E5 0%, #E7EDF1 98.97%); }

.webinar-open-house-page .whats-in .right{ width: 500px; margin-top: 35px; } 
.webinar-open-house-page .whats-in .right .top{ display: flex; height: 260px; gap: 15px; margin-bottom: 15px; }
.webinar-open-house-page .whats-in .right .top figure{ border-radius: 10px; overflow: hidden; line-height: 0; width: 100%; }
.webinar-open-house-page .whats-in .right .bottom{ display: flex; justify-content: space-between; height: 230px; gap: 15px;  }
.webinar-open-house-page .whats-in .right .bottom figure{ border-radius: 10px; overflow: hidden; line-height: 0; width: 50%; }
.webinar-open-house-page .whats-in .right img{ width: 100%; height: 100%; object-fit: cover; } 

/* Schedule */
.webinar-open-house-page #schedule{ position: relative; top: -150px; }
.webinar-open-house-page .schedule{ background: radial-gradient(65.54% 65.54% at 49.09% 6.12%, #131B21 0%, #000000 100%); padding: 180px 0; margin-top: -40px; color: var(--white); }
.webinar-open-house-page .schedule .content{ display: flex; justify-content: space-between; align-items: center; }

.webinar-open-house-page .schedule .left{ max-width: 420px; }
.webinar-open-house-page .schedule .left .pre{ text-transform: uppercase; margin-bottom: 20px; display: block; font-size: 15px; }
.webinar-open-house-page .schedule .left h2{ letter-spacing: -1px; font-size: 46px; margin-bottom: 30px; }
.webinar-open-house-page .schedule .left p{ line-height: 1.4; font-size: 16px; margin-bottom: 30px; }

.webinar-open-house-page .schedule .right{ max-width: 550px; width: 100%; }

.webinar-open-house-page .schedule .right .schedule-box{ display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2A2A2A; margin-bottom: 0; }
.webinar-open-house-page .schedule .right .schedule-box:nth-child(2){ border-bottom: none; }

.webinar-open-house-page .schedule .right .schedule-box .schedule-left{}
.webinar-open-house-page .schedule .right .schedule-box .schedule-left p{ font-size: 32px; text-align: center; font-weight: 500; }

.webinar-open-house-page .schedule .right .schedule-box .schedule-right{ width: 100%; padding-left: 40px; }
.webinar-open-house-page .schedule .right .schedule-box .schedule-right .schedule-box-row { display: flex; align-items: center; width: 100%; justify-content: space-between; border-bottom: 1px solid #2A2A2A; font-size: 14px; padding: 13px 0; }
.webinar-open-house-page .schedule .right .schedule-box .schedule-right .schedule-box-row:nth-child(2){ border-bottom: none; }
.webinar-open-house-page .schedule .right .schedule-box .schedule-right .schedule-box-row .info-left{ display: flex; align-items: center; justify-content: space-between; }
.webinar-open-house-page .schedule .right .schedule-box .schedule-right .schedule-box-row .info-left figure{ width: 50px; height: 50px; min-width: 50px; border-radius: 100%; overflow: hidden; margin-right: 15px; }
.webinar-open-house-page .schedule .right .schedule-box .schedule-right .schedule-box-row .info-left figure img{ width: 100%; }
.webinar-open-house-page .schedule .right .schedule-box .schedule-right .schedule-box-row .info-left .info-text{ }
.webinar-open-house-page .schedule .right .schedule-box .schedule-right .schedule-box-row .info-left .info-text .name{ font-weight: 600; margin-bottom: 3px; }
.webinar-open-house-page .schedule .right .schedule-box .schedule-right .schedule-box-row .info-left .info-text .role{ font-weight: 300; }

.webinar-open-house-page .schedule .right .schedule-box .info-right{ display: flex; align-items: center; font-size: 18px; }
.webinar-open-house-page .schedule .right .schedule-box .info-right .flags{ margin-left: 20px; width: 80px; min-width: 80px; text-align: right; position: relative; }
.webinar-open-house-page .schedule .right .schedule-box .info-right .flags p{ margin-bottom: 3px; }
.webinar-open-house-page .schedule .right .schedule-box .info-right .flags p img{ width: 22px; margin-left: 3px; }

.webinar-open-house-page .schedule .right figure{ width: 100%; overflow: hidden; border-radius: 10px; }
.webinar-open-house-page .schedule .right figure img{ width: 100%; }

/* Dive deeper */
.webinar-open-house-page .dive-deeper{ background: var(--white); border-radius: 40px; margin-top: -40px; padding: 100px 0; position: relative; z-index: 10; }

.webinar-open-house-page .dive-deeper .top{ display: flex; justify-content: space-between; margin-bottom: 60px; }
.webinar-open-house-page .dive-deeper .top .left{ max-width: 500px; }
.webinar-open-house-page .dive-deeper .top .left .pill{ border: 1px solid #1472FF; font-weight: 700; border-radius: 50px; display: inline-block; padding: 4px 10px; margin-bottom: 15px; font-size: 15px; }
.webinar-open-house-page .dive-deeper .top .left h2{ letter-spacing: -1px; }
.webinar-open-house-page .dive-deeper .top .right{ max-width: 500px; padding-top: 60px; }
.webinar-open-house-page .dive-deeper .top .right strong{ font-weight: 600; }

.webinar-open-house-page .dive-deeper .bottom{ display: flex; justify-content: space-between; margin-bottom: 60px; }
.webinar-open-house-page .dive-deeper .bottom .left{ max-width: 500px; }
.webinar-open-house-page .dive-deeper .bottom .right{ max-width: 500px; }

.webinar-open-house-page .dive-deeper .top p,
.webinar-open-house-page .dive-deeper .bottom p{ color: #6D6D6D; font-size: 15px; line-height: 1.4; }

.webinar-open-house-page .dive-deeper .big-image{ position: relative; overflow: hidden; border-radius: 20px; margin-top: 30px; line-height: 0; padding-top: 45%; }
.webinar-open-house-page .dive-deeper .big-image img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }

/* Speakers */
.webinar-open-house-page .speakers{ background: radial-gradient(65.54% 65.54% at 49.09% 6.12%, #0222D2 0%, #0421C7 100%); color: var(--white); margin-top: -40px; padding: 140px 0 100px; }
.webinar-open-house-page .speakers .head{ display: flex; justify-content: space-between; margin-bottom: 80px; align-items: flex-end; }
.webinar-open-house-page .speakers .head .left{ max-width: 450px; }
.webinar-open-house-page .speakers .head .left .pre{ text-transform: uppercase; margin-bottom: 10px; display: block; font-size: 15px; }
.webinar-open-house-page .speakers .head .left h2{ font-size: 42px; letter-spacing: -1px; }
.webinar-open-house-page .speakers .head .right{ max-width: 600px; font-size: 15px; line-height: 1.4; }

.webinar-open-house-page .speakers .speakers-list{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.webinar-open-house-page .speakers .speakers-list li{ display: flex; max-width: 540px; align-items: center; margin-bottom: 100px; }
.webinar-open-house-page .speakers .speakers-list li figure{ width: 200px; min-width: 200px; height: 200px; overflow: hidden; border-radius: 15px; }
.webinar-open-house-page .speakers .speakers-list li figure img{ width: 100%; height: 100%; object-fit: cover; }
.webinar-open-house-page .speakers .speakers-list li .text{ padding-left: 25px; }
.webinar-open-house-page .speakers .speakers-list li .text .name{ font-weight: 600; margin-bottom: 5px; }
.webinar-open-house-page .speakers .speakers-list li .text .role{ margin-bottom: 10px; font-size: 15px; }
.webinar-open-house-page .speakers .speakers-list li .text .description{ line-height: 1.4; margin-bottom: 10px; font-size: 13px; }
.webinar-open-house-page .speakers .speakers-list li .text a{ color: var(--white); font-size: 26px; text-decoration: none; }

/* Join team */
.webinar-open-house-page .join-team{ background: var(--black) url("../jpg/join.jpg"); background-size: cover; background-position: center center; padding: 100px 0 140px; border-radius: 40px 40px 0 0; color: var(--white); height: 550px; margin-top: -40px; }
.webinar-open-house-page .join-team .content{ display: flex; justify-content: center; align-items: center; height: 100%; }
.webinar-open-house-page .join-team .content .text{ max-width: 600px; text-align: center; }
.webinar-open-house-page .join-team .content .text h3{ font-size: 34px; margin-bottom: 30px; letter-spacing: -1px; font-weight: 500; }
.webinar-open-house-page .join-team .content .text p{ font-size: 15px; line-height: 1.4; margin-bottom: 30px; }
.webinar-open-house-page .join-team .content .text p span{ display: block; }
.webinar-open-house-page .join-team .content .text a{ background: #0023E5; border-color: #0023E5; padding: 14px 18px; }
.webinar-open-house-page .join-team .content .text a:hover{ background: transparent; color: var(--white); border-color: var(--white); }

/* Modal */
#signup-modal .hs_which_webinar_do_you_want_to_attend{ margin: 20px 0 30px; }
#signup-modal .hs_newsletter_subscription{ margin-top: 40px; }

@media screen and (max-width: 1280px){

    /* Hero */
    .webinar-open-house-page .hero .text{ padding-right: 40px; }
    .webinar-open-house-page .hero .text h1{ font-size: 72px; letter-spacing: -1px; }
    .webinar-open-house-page .hero .text .description p{ font-size: 14px; }
    .webinar-open-house-page .hero .main-image{ max-width: 500px; }

    /* Whats in it */
    .webinar-open-house-page .whats-in .left{ padding-right: 40px; }
    .webinar-open-house-page .whats-in .left h2{ font-size: 38px; }
    .webinar-open-house-page .whats-in .left .pre{ font-size: 14px; }
    .webinar-open-house-page .whats-in .left .whats-in-list li i{ margin-right: 5px; }
    .webinar-open-house-page .whats-in .left .whats-in-list li p{ font-size: 15px; }

    /* Schedule */
    .webinar-open-house-page .schedule .left h2{ font-size: 38px; }
    .webinar-open-house-page .schedule .left p{ font-size: 14px; }
    .webinar-open-house-page .schedule .right{ max-width: 450px; }
    .webinar-open-house-page .schedule .right .schedule-box .schedule-left p{ font-size: 28px; }

    /* Dive deeper */
    .webinar-open-house-page .dive-deeper .top p, 
    .webinar-open-house-page .dive-deeper .bottom p{ font-size: 14px; }
    .webinar-open-house-page .dive-deeper .top .left h2{ font-size: 38px; }
    .webinar-open-house-page .dive-deeper .top .right{ padding-left: 30px; }
    .webinar-open-house-page .dive-deeper .bottom .right{ padding-left: 30px; }

    /* Speakers */
    .webinar-open-house-page .speakers .head .right{ font-size: 14px; }
    .webinar-open-house-page .speakers .speakers-list li{ max-width: 45%; }
    .webinar-open-house-page .speakers .speakers-list li figure{ width: 180px; min-width: 180px; height: 180px; }

}

@media screen and (max-width: 1024px){

    /* Hero */
    .webinar-open-house-page .hero .main-image{ display: none; }
    .webinar-open-house-page .hero .text{ max-width: 100%; padding-right: 0; }
    .webinar-open-house-page .hero .text h1{ font-size: 62px; }    
    .webinar-open-house-page .hero .text .description p{ font-size: 13px; }

    /* Whats in it */
    .webinar-open-house-page .whats-in{ padding: 80px 0 70px; }
    .webinar-open-house-page .whats-in .content{ flex-direction: column; }
    .webinar-open-house-page .whats-in .left{ max-width: 100%; padding-right: 0; }
    .webinar-open-house-page .whats-in .left h2{ margin-bottom: 40px; font-size: 32px; }
    .webinar-open-house-page .whats-in .left .whats-in-list li{ margin-bottom: 50px; }
    .webinar-open-house-page .whats-in .left .whats-in-list li p{ font-size: 14px; }
    .webinar-open-house-page .whats-in .left .whats-in-list li p:before{ height: 2px; bottom: -20px; }

    .webinar-open-house-page .whats-in .right{ width: 100%; margin-top: 20px; }
    .webinar-open-house-page .whats-in .right .top,
    .webinar-open-house-page .whats-in .right .bottom{ height: auto; }
    .webinar-open-house-page .whats-in .right .top figure,
    .webinar-open-house-page .whats-in .right .bottom figure{ position: relative; height: auto; padding-top: 60%; }
    .webinar-open-house-page .whats-in .right img{ position: absolute; top: 0; left: 0; }

    /* Schedule */
    .webinar-open-house-page .schedule{ padding: 110px 0 70px; }
    .webinar-open-house-page .schedule .content{ flex-direction: column; }
    .webinar-open-house-page .schedule .left{ max-width: 100%; }
    .webinar-open-house-page .schedule .left .pre{ font-size: 14px; }
    .webinar-open-house-page .schedule .right{ max-width: 100%; margin-top: 40px; }
    .webinar-open-house-page .schedule .right .schedule-box{ flex-wrap: wrap; align-items: center; margin-bottom: 20px; }
    .webinar-open-house-page .schedule .right .schedule-box .schedule-left{ width: 100%; }
    .webinar-open-house-page .schedule .right .schedule-box .schedule-left p{ font-size: 22px; display: inline; }
    .webinar-open-house-page .schedule .right .schedule-box .schedule-right{ padding-left: 0; margin-top: 0; width: calc(100% - 100px); }
    .webinar-open-house-page .schedule .right .schedule-box .schedule-right .schedule-box-row{ font-size: 13px; }
    .webinar-open-house-page .schedule .right .schedule-box .info-right{ font-size: 13px; padding-left: 0; }  
    .webinar-open-house-page .schedule .right .schedule-box .info-left figure{ width: 40px; height: 40px; min-width: 40px; }
    .webinar-open-house-page .schedule .right .schedule-box .info-left .info-text .role{ line-height: 1.3; font-size: 12px; }
    .webinar-open-house-page .schedule .right .schedule-box .info-right .flags{ top: 0; }

    /* Dive deeper */
    .webinar-open-house-page .dive-deeper{ padding: 70px 0 50px; }
    .webinar-open-house-page .dive-deeper .top{ flex-direction: column; margin-bottom: 20px; }
    .webinar-open-house-page .dive-deeper .top .left h2{ font-size: 32px; }
    .webinar-open-house-page .dive-deeper .top .right{ padding-left: 0; }
    .webinar-open-house-page .dive-deeper .top .left{ max-width: 100%; }
    .webinar-open-house-page .dive-deeper .top .right{ max-width: 100%; padding-top: 10px; }
    .webinar-open-house-page .dive-deeper .bottom{ flex-direction: column; }
    .webinar-open-house-page .dive-deeper .bottom .right{ padding-left: 0; }
    .webinar-open-house-page .dive-deeper .bottom .left{ max-width: 100%; margin-bottom: 20px; }
    .webinar-open-house-page .dive-deeper .bottom .right{ max-width: 100%; } 
    .webinar-open-house-page .dive-deeper .big-image{ padding-top: 60%; }
    .webinar-open-house-page .dive-deeper .top p, 
    .webinar-open-house-page .dive-deeper .bottom p{ font-size: 13px; }

    /* Speakers */
    .webinar-open-house-page .speakers{ padding: 100px 0 50px; }
    .webinar-open-house-page .speakers .head{ flex-direction: column; justify-content: flex-start; align-items: flex-start; margin-bottom: 50px; }
    .webinar-open-house-page .speakers .head .left .pre{ font-size: 14px; }
    .webinar-open-house-page .speakers .head .right{ font-size: 13px; margin-top: 30px; max-width: 100%; }
    .webinar-open-house-page .speakers .speakers-list li{ max-width: 100%; width: 100%; align-items: flex-start; margin-bottom: 50px; }
    .webinar-open-house-page .speakers .speakers-list li figure{ width: 150px; min-width: 150px; height: 150px; }
    .webinar-open-house-page .speakers .speakers-list li .text a{ font-size: 20px; }

    /* Join team */
    .webinar-open-house-page .join-team .content .text h3{ font-size: 28px; margin-bottom: 20px; }
    .webinar-open-house-page .join-team .content .text p{ font-size: 14px; }
    .webinar-open-house-page .join-team .content .text p span{ display: inline; }
 
}

@media screen and (max-width: 520px){

    /* Speakers */
    .webinar-open-house-page .speakers .speakers-list li figure{ width: 80px; min-width: 80px; height: 80px; }
    .webinar-open-house-page .speakers .speakers-list li .text{ padding-left: 15px; }
    .webinar-open-house-page .speakers .speakers-list li .text .name{ font-size: 14px; }
    .webinar-open-house-page .speakers .speakers-list li .text .role{ font-size: 13px; }
    .webinar-open-house-page .speakers .speakers-list li .text .description{ font-size: 12px; }


}