@import url(https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap);html{scroll-behavior:smooth}*,::after,::before{margin:0;padding:0;box-sizing:border-box}*{margin:0;padding:0;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-sizing:border-box}ol,ul{list-style:none}body{min-height:100vh;line-height:1.5;font-family:var(--font-family,sans-serif);font-size:1rem;overflow-x:hidden;background-color:var(--body-bg,#fff);color:var(--default-text-color)}h1,h2,h3,h4,h5,h6{font-family:var(--font-family,sans-serif);font-weight:600}canvas,img,picture,svg,video{display:block;max-width:100%}a{text-decoration:none;color:var(--default-text-color);font-size:var(--fs2);text-decoration:none;text-underline-offset:2px;text-decoration-color:var(--black);text-wrap:beautify;font-weight:500}a:hover{text-decoration:underline;text-decoration-color:var(--primary-color)}a:active{transform:translate(1px,1px);text-decoration-color:var(--primary-color-hover)}:root{--container-max-width-sm:540px;--container-max-width-md:720px;--container-max-width-lg:960px;--container-max-width-xl:1140px;--container-max-width-xxl:1280px;--container-max-width-xxxl:1320px;--container-max-width-25k:1320px;--container-max-width-4k:1320px;--container-max-width-mobile:100%;--container-padding:1rem}.container{width:100%;margin-left:auto;margin-right:auto}@media (min-width:576px){.container{max-width:var(--container-max-width-sm)}}@media (min-width:768px){.container{max-width:var(--container-max-width-md)}}@media (min-width:992px){.container{max-width:var(--container-max-width-lg)}}@media (min-width:1200px){.container{max-width:var(--container-max-width-xl)}}@media (min-width:1400px){.container{max-width:var(--container-max-width-xxl)}}@media (min-width:1600px){.container{max-width:var(--container-max-width-xxxl)}}@media (min-width:2560px){.container{max-width:var(--container-max-width-25k)}}@media (min-width:3840px){.container{max-width:var(--container-max-width-4k)}}.w-100{width:100%}.w-50{width:50%}.w-33{width:33.33%}.w-25{width:25%}.w-20{width:20%}.flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.p1{padding:var(--p1)}.p2{padding:var(--p2)}.p3{padding:var(--p3)}.p4{padding:var(--p4)}.p5{padding:var(--p5)}.m1{margin:var(--m1)}.m2{margin:var(--m2)}.m3{margin:var(--m3)}.m4{margin:var(--m4)}.m5{margin:var(--m5)}.m-auto{margin:var(--m-auto,auto)}.gap1{gap:var(--g1)}.gap2{gap:var(--g2)}.gap3{gap:var(--g3)}.gap4{gap:var(--g4)}.gap5{gap:var(--g5)}.gapHalf{gap:var(--gHalf)}.br-1{border-radius:var(--br1)}.br-2{border-radius:var(--br2)}.br-3{border-radius:var(--br3)}.br-4{border-radius:var(--br4)}.br-5{border-radius:var(--br5)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow{box-shadow:var(--shadow)}.flex-center{display:flex;justify-content:center;align-items:center}.flex-col-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-around{display:flex;justify-content:space-around;align-items:center}.flex-end{display:flex;justify-content:flex-end;align-items:center}@media (max-width:768px){.flex-row,.flex-row-reverse{flex-direction:column!important}.gap1,.gap2,.gap3,.gap4,.gap5{gap:var(--g2)!important}.p1,.p2,.p3,.p4,.p5{padding:var(--p2)!important}.m1,.m2,.m3,.m4,.m5{margin:var(--m2)!important}}*{font-family:Archivo,sans-serif;margin:0;padding:0}.navigation-th{position:fixed;top:1rem;left:50%;transform:translateX(-50%);width:100%;padding:1rem 1.5rem;background:rgba(0,0,0,.4666666667);z-index:1000;border-radius:999px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;gap:1rem;border:.1rem solid rgba(255,255,255,.3)}.navigation-th img.th-logo{height:30px;width:auto}.navigation-th ul{display:flex;gap:1.5rem;list-style:none}.navigation-th ul li a{font-size:1rem;font-weight:500;color:#fff;text-decoration:none}.navigation-th ul li a:hover{color:#ff5e00;text-decoration:none}.dhn-th-main{display:flex;flex-direction:column;width:100vw;min-height:100vh;overflow-x:hidden;justify-content:flex-start;align-items:flex-start;box-sizing:border-box;background:#000}.dhn-th-hero{display:flex;align-items:center;justify-content:flex-start;height:100vh;width:100%;background:#000;padding:0;overflow:hidden;box-sizing:border-box;position:relative;z-index:1;min-height:720px}.dhn-th-hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.4);z-index:1}.dhn-th-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 50%,#000 100%);z-index:2;transform:scale(1.2)}.dhn-th-hero video{width:120%;height:120%;-o-object-position:top center;object-position:top center;-o-object-fit:cover;object-fit:cover;position:absolute;z-index:0}.dhn-th-hero .introTownHallHero{position:absolute;top:12%;left:50%;transform:translate(-50%,-10%);color:#fff;text-align:center;z-index:3;padding:1rem 2rem;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.dhn-th-hero .introTownHallHero h1{font-size:clamp(1.5rem,3vw,2rem);font-weight:lighter;line-height:1}.dhn-th-hero .introTownHallHero p{font-size:1rem;line-height:1rem;max-width:850px}.dhn-th-hero .speakrSection{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:3}.dhn-th-hero .speakrSection .speakersContainer{display:flex;flex-wrap:wrap;justify-content:center;position:relative;width:-moz-fit-content;width:fit-content;box-sizing:border-box;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:2rem 1rem 0 0;border-bottom:0;border:.1rem solid #ff5e00;border-bottom:0}.dhn-th-hero .speakrSection .speakersContainer .speakers{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;align-items:flex-start;padding:2.5rem 2rem 2rem 2rem;position:relative}.dhn-th-hero .speakrSection .speakersContainer .speakers::before{content:"Our Speakers";position:absolute;top:-1rem;left:50%;transform:translateX(-50%);font-size:1rem;font-weight:600;color:#fff;background:#ff5e00;padding:.2rem 1rem;border-radius:3rem}.dhn-th-hero .speakrSection .speakersContainer .speakers .speakerProfile{display:flex;flex-direction:column;align-items:center;gap:.5rem;max-width:140px}.dhn-th-hero .speakrSection .speakersContainer .speakers .speakerProfile img{height:100px;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;border-radius:100px}.dhn-th-hero .speakrSection .speakersContainer .speakers .speakerProfile span.speakerName{font-size:1rem;line-height:95%;font-weight:400;color:#ff5e00;text-align:center;white-space:nowrap}.dhn-th-hero .speakrSection .speakersContainer .speakers .speakerProfile span{font-size:12px;line-height:100%;color:#fff;text-align:center}.dhn-th-hero .speakrSection .speakersContainer .hostedBy{background:#ff5e00;padding:2.5rem 2rem 2rem 2rem;border-radius:inherit;position:relative;border-top-left-radius:0}.dhn-th-hero .speakrSection .speakersContainer .hostedBy::before{content:"Moderated By";white-space:nowrap;position:absolute;top:-1rem;left:50%;transform:translateX(-50%);font-size:1rem;font-weight:600;color:#fff;background:#000;padding:.2rem 1rem;border-radius:3rem;border:.1rem solid #ff5e00}.dhn-th-hero .speakrSection .speakersContainer .hostedBy .speakerProfile{display:flex;flex-direction:column;align-items:center;gap:.5rem;max-width:130px}.dhn-th-hero .speakrSection .speakersContainer .hostedBy .speakerProfile img{height:100px;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;border-radius:100px}.dhn-th-hero .speakrSection .speakersContainer .hostedBy .speakerProfile span.speakerName{font-size:1rem;line-height:95%;font-weight:400;color:#fff;text-align:center}.dhn-th-hero .speakrSection .speakersContainer .hostedBy .speakerProfile span{font-size:12px;line-height:100%;font-weight:600;color:#181818;text-align:center}img.overlayL1{position:absolute;top:50%;right:50%;transform:translate(-50%,-50%);width:120vw;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:1}.dhn-th-hero-content{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:3;color:#fff;gap:1rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dhn-th-hero-content span.upcoming{font-size:14px;line-height:.9;text-transform:uppercase;letter-spacing:2px;font-weight:400;background:#f05a28;padding:.4rem .8rem;border-radius:999px}.dhn-th-hero-content h1{font-size:clamp(2rem,5vw,3rem);font-weight:lighter;text-align:center;line-height:1;max-width:950px}.dhn-th-hero-content p{font-size:16px;text-align:center;line-height:1.2;max-width:500px}.dhn-th-hero-content .dhn-th-hero-cta{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;align-items:flex-start}.dhn-th-hero-content button{padding:.4rem 1rem;font-size:1rem;background:#000;color:#fff;border:none;border-radius:999px;cursor:pointer;transition:all .15s ease-in-out;border:.1rem solid #ff5e00}.dhn-th-hero-content button.dhn-btn--secondary{background:0 0;border:.05rem solid #fff}.dhn-th-hero-content button.dhn-btn--secondary:hover{color:#000;background:#fff}.dhn-th-hero-content button:hover{color:#fff;background:#ff5e00}.dhn-th-hero-content button:active{transform:translate(1px,1px);box-shadow:none;filter:brightness(.7)}.dhn-th-marquee{position:relative;overflow:hidden;padding:2.4rem 0;border-block:1px solid rgba(255,255,255,.06);-webkit-mask-image:linear-gradient(to right,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(to right,transparent,#000 12%,#000 88%,transparent)}.dhn-th-marquee.is-dragging{cursor:grabbing}.dhn-th-marquee__track{display:inline-flex;align-items:center;white-space:nowrap;will-change:transform;cursor:grab}.dhn-th-marquee__item{font-size:clamp(1.5rem,4.2vw,2rem);font-weight:100;text-transform:uppercase;letter-spacing:.08em;margin-right:2rem;color:#f05a28}.dhn-th-marquee__item:nth-child(odd){color:#fff}.marquee.is-dragging .marquee__track{cursor:grabbing}:root{--font-family:Archivo,sans-serif;--footer-bg:black;--dhn-ecoSystem-bg:#000000;--marQueeTime:9s}body{background:#fff}.dhn-th-hero{min-height:620px}.dhn-th-page.thankYou{background:#313131}@media (max-width:576px){.container{max-width:90%!important}}.navigation-th ul li{display:flex;align-items:center}.navigation-th ul li a{line-height:100%}.navigation-th .mobileMenu{display:none}.whyTownhall{display:flex;width:100%;padding:4rem 0;background:#fff}.whyTownhall .whyTownhallContent{display:flex;justify-content:center;align-items:flex-start;gap:3rem;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;border:1px solid hsla(0,0%,100%,.2784313725);box-shadow:0 10px 40px rgba(0,0,0,.2)}.whyTownhall .whyTownhallContent .left{width:40%;display:flex;flex-direction:column;gap:1rem}.whyTownhall .whyTownhallContent .left h2{color:#000;font-size:clamp(2rem,4vw,5rem);font-weight:100;line-height:90%;text-align:right}.whyTownhall .whyTownhallContent .left p{color:#000;font-size:1.2rem;font-weight:lighter;line-height:1.6rem}.whyTownhall .whyTownhallContent .left p span{font-weight:500;color:#f05a28}.whyTownhall .whyTownhallContent .right{width:60%;display:flex;flex-direction:column;gap:1rem}.whyTownhall .whyTownhallContent .right p{color:#000;font-size:1.2rem;font-weight:lighter;line-height:1.6rem}.whyTownhall .whyTownhallContent .right p span{font-weight:500;color:#f05a28}.whyTownhall .whyTownhallContent .right button.dhn-btn{margin-top:1rem}.townHallHistory{display:flex;width:100%;padding:4rem 0}.townHallHistory .sectionHeader h2{color:#fff;width:100%;font-size:clamp(2rem,2vw,4rem);font-weight:400;line-height:2.5rem;text-align:center;margin-bottom:3rem}.townHallHistory .sectionHeader h2 span{color:#e66003}.townHallHistory .historyGrid{display:flex;flex-wrap:wrap;width:100%;justify-content:center;gap:1rem}.townHallHistory .historyGrid .historyItem{display:flex;width:55%;flex-direction:column;box-shadow:rgba(0,0,0,.2) 0 15px 30px;gap:.5rem;background:#000;border-radius:10px;border-width:1px;border-style:solid;border-color:rgba(224,191,152,.4);-o-border-image:initial;border-image:initial}.townHallHistory .historyGrid .historyItem iframe{border:0;width:100%;height:440px;border-top-right-radius:10px;border-top-left-radius:10px}.townHallHistory .historyGrid .historyItem .contentArea{display:flex;padding:1rem;flex-direction:column;align-items:center;gap:.5rem}.townHallHistory .historyGrid .historyItem .contentArea h4{color:#f05a28;font-size:1.2rem;line-height:100%}.themeDescription{display:flex;width:100%;padding:4rem 0;background:#fff}.themeDescription .themeSubDescription{display:flex;flex-direction:column;align-items:center;gap:5rem;background:#000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:3rem;border:1px solid hsla(0,0%,100%,.2784313725)}.themeDescription .themeSubDescription .content{display:flex;width:100%;gap:5rem}.themeDescription .themeSubDescription .content * h2{color:#fff;font-size:clamp(2rem,2vw,4rem);font-weight:400;line-height:2.5rem;text-align:center;max-width:700px;line-height:95%;margin-bottom:2rem}.themeDescription .themeSubDescription .content * h2.subTitle{color:#f05a28;margin:4rem 0 2rem 0}.themeDescription .themeSubDescription .content * h2 span{font-weight:500;color:#f05a28}.themeDescription .themeSubDescription .content .left{width:100%;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.themeDescription .themeSubDescription .content .left h3{color:#fff;font-size:1.8rem;font-weight:lighter;line-height:100%;margin-top:1rem;text-align:center;max-width:850px}.themeDescription .themeSubDescription .content .left h3 span{font-weight:500;color:#f05a28}.themeDescription .themeSubDescription .content .left p{color:#fff;font-size:clamp(1rem,1.5vw,3rem);font-weight:100;line-height:100%;text-align:center}.themeDescription .themeSubDescription .content .left p span{font-weight:500;color:#f05a28}.themeDescription .themeSubDescription .content .left ul{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}.themeDescription .themeSubDescription .content .left ul li{background:#fff;padding:1rem;color:#000;font-weight:100;font-size:1.4rem;line-height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border-radius:10px;width:23%;gap:1rem;box-shadow:0 5px 20px rgba(255,255,255,.5)}.themeDescription .themeSubDescription .content .left ul li h3{font-size:1rem;opacity:.6;color:#adadad;margin-top:0;font-size:clamp(2rem,4vw,3rem)}.themeDescription .themeSubDescription .content .left button.dhn-btn{margin-top:2rem}.themeDescription .themeSubDescription .offers{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;max-width:100%}.themeDescription .themeSubDescription .offers h2{color:#fff;font-size:clamp(2rem,2vw,4rem);font-weight:400;line-height:2.5rem;text-align:center}.themeDescription .themeSubDescription .offers h2 span{font-weight:500;color:#f05a28}.themeDescription .themeSubDescription .offers h3{color:#fff;font-size:1.4rem;font-weight:lighter;line-height:100%;margin-top:1rem;text-align:center;max-width:800px;line-height:100%}.themeDescription .themeSubDescription .offers h3 span{font-weight:500;color:#f05a28}.themeDescription .themeSubDescription .offers p{color:#fff;font-size:clamp(1rem,1.5vw,3rem);font-weight:lighter;line-height:2rem;text-align:center;max-width:800px;line-height:100%}.themeDescription .themeSubDescription .offers p span{font-weight:500;color:#f05a28}.themeDescription .themeSubDescription .offers ul{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin:2rem 0}.themeDescription .themeSubDescription .offers ul li{color:#fff;background:#2d2d2d;padding:1rem .5rem;z-index:1000;border-radius:10px;width:30%;font-size:clamp(1.5rem,2vw,2rem);font-weight:400;line-height:105%;display:inline;justify-content:center;align-items:flex-start;text-align:left;padding:2.5rem}.themeDescription .themeSubDescription .offers ul li span{color:#f05a28}.speakersSection{display:flex;width:100%;padding:8rem 0;background:#000}.speakersSection .speakersHeader{margin-bottom:4rem}.speakersSection .speakersHeader h2{text-align:center;font-weight:lighter;font-size:2.2rem;line-height:2.5rem;color:#fff}.speakersSection .live-people-grid{display:flex;gap:1rem}.speakersSection .live-people-grid .tp-team-it-item{width:23%;border:1px solid rgba(255,255,255,.1)}.speakersSection .live-people-grid .tp-team-it-item .tp-team-it-thumb{background:#f3f1f2;display:block;border-radius:20px;position:relative}.speakersSection .live-people-grid .tp-team-it-item .tp-team-it-thumb::before{position:absolute;content:"";width:100%;height:100%;background:linear-gradient(180deg,rgba(180,231,23,0) 55.57%,#b4e717 100%);bottom:0;left:0;border-radius:20px;opacity:0;visibility:hidden;transition:all .4s ease}.speakersSection .live-people-grid .tp-team-it-item .tp-team-it-thumb img{border-radius:20px;width:100%}.speakersSection .live-people-grid .tp-team-it-item .tp-team-it-content{padding:15px 0;display:flex;flex-direction:column;gap:.5rem;position:relative}.speakersSection .live-people-grid .tp-team-it-item .tp-team-it-content .tp-team-it-socials{position:absolute;width:104px;left:5.5%;bottom:calc(100% - 1px);z-index:2;text-align:center;pointer-events:none}.speakersSection .live-people-grid .tp-team-it-item .tp-team-it-content .tp-team-it-socials .tp-team-it-socials-trigger{display:block;position:absolute;bottom:0;left:0;margin:0 19px;border-radius:10px 10px 0 0;background:#f05a28;padding:0 20px;color:#fff;width:-moz-max-content;width:max-content}.speakersSection .live-people-grid .tp-team-it-item .tp-team-it-content h3{color:#fff;font-weight:100;font-size:1.4rem;line-height:100%}.speakersSection .live-people-grid .tp-team-it-item .tp-team-it-content span{color:#fff;font-weight:100;font-size:1rem;line-height:100%}.speakersSection .live-people-grid .live-people-card{width:23%;display:flex;flex-direction:column;align-items:center;gap:2rem}.speakersSection .live-people-grid .live-people-card .speaker-img-wrapper{position:relative;width:180px;height:180px;margin:0 auto}.speakersSection .live-people-grid .live-people-card .speaker-img-wrapper img{border-radius:50%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 25px rgba(255,255,255,.5803921569)}.speakersSection .live-people-grid .live-people-card .speaker-img-wrapper .speaker-type{position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);background-color:#f05a28;color:#fff;font-size:10px;font-weight:600;padding:6px 16px;border-radius:999px;white-space:nowrap;box-shadow:0 0 12px rgba(94,94,94,.4)}.speakersSection .live-people-grid .live-people-card .details{display:flex;flex-direction:column;align-items:center;justify-content:center}.speakersSection .live-people-grid .live-people-card .details .speaker-name{text-align:center;font-size:1.5rem;font-weight:600;color:#f05a28;line-height:1.5rem}.speakersSection .live-people-grid .live-people-card .details .speaker-designation{text-align:center;font-size:12px;line-height:14px;color:#fff;margin:.5rem auto 0}.whatYouLearn{display:flex;width:100%;padding:4rem 0;background:#fff}.whatYouLearn .whatYouLearnContent{display:flex;flex-direction:column;gap:.5rem;background:#000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:4rem;border-radius:2rem;border:1px solid hsla(0,0%,100%,.2784313725)}.whatYouLearn .whatYouLearnContent h2{color:#fff;font-size:2.2rem;font-weight:lighter;line-height:100%;margin-bottom:1rem}.whatYouLearn .whatYouLearnContent p{color:#fff;font-size:1.2rem;font-weight:lighter;line-height:1.5rem}.whatYouLearn .whatYouLearnContent p span{font-weight:500;color:#f05a28}.whatYouLearn .whatYouLearnContent ul{display:flex;flex-direction:column;gap:1rem;list-style:disc;padding-left:30px}.whatYouLearn .whatYouLearnContent ul li{color:#fff;font-weight:lighter;font-size:1.4rem}.whatYouLearn .whatYouLearnContent a,.whatYouLearn .whatYouLearnContent button{margin-top:1rem;padding:.2rem 2rem}.whatYouLearn .whatYouLearnContent a.dhn-btn,.whatYouLearn .whatYouLearnContent button.dhn-btn{width:-moz-fit-content;width:fit-content}.whyWeDo{display:flex;width:100%;padding:8rem 0;background:#000}.whyWeDo .whyWeDoContent{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;max-width:90%;margin:0 auto}.whyWeDo .whyWeDoContent h2{text-align:center;color:#fff;font-size:clamp(2rem,2vw,4rem);font-weight:100;line-height:100%;margin-bottom:2rem}.whyWeDo .whyWeDoContent h2 span{font-weight:500;color:#f05a28}.whyWeDo .whyWeDoContent .whyWeDoBox{display:flex;gap:2.5rem;flex-wrap:wrap;justify-content:center}.whyWeDo .whyWeDoContent .whyWeDoBox .card{width:29%;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 1rem;border-radius:20px;border:1px solid hsla(0,0%,100%,.2784313725);display:flex;flex-direction:column;gap:2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.whyWeDo .whyWeDoContent .whyWeDoBox .card img{max-width:160px;margin:0 auto}.whyWeDo .whyWeDoContent .whyWeDoBox .card .cardBody{display:flex;flex-direction:column;width:100%;align-items:center;gap:.5rem}.whyWeDo .whyWeDoContent .whyWeDoBox .card .cardBody h3{color:#000;font-size:1.6rem;font-weight:400;line-height:2.3rem;text-align:center;letter-spacing:-.03em}.whyWeDo .whyWeDoContent .whyWeDoBox .card .cardBody p{color:#000;font-size:1.2rem;font-weight:lighter;line-height:1.6rem;text-align:center}.whyWeDo .whyWeDoContent .whyWeDoBox .card .cardBody p span{font-weight:500;color:#f05a28}.whyWeDo .whyWeDoContent .whyWeDoBox .card:hover{transform:scale(1.1) perspective(1500px) rotateX(10deg);box-shadow:rgba(240,90,40,.4) 0 10px 40px}.whyWeDo .whyWeDoContent .whyWeDoBox .card:hover img{transform:scale(1.1) perspective(1500px) rotateX(10deg)}.whyWeDo .learnFromIndustry{display:flex;justify-content:center;align-items:center;gap:3rem;background:url(/assets/town-hall/images/wave-background.jpg) center center no-repeat;background-size:cover;-webkit-backdrop-filter:blur(10px);padding:2rem 4rem;border-radius:20px;max-width:100%;margin:4rem auto 0;min-height:300px;border:1px solid rgba(255,255,255,.1);overflow:hidden;position:relative}.whyWeDo .learnFromIndustry::before{content:"";position:absolute;background:linear-gradient(360deg,#000,transparent);z-index:0;inset:1px;border-radius:inherit}.whyWeDo .learnFromIndustry .left{width:50%;display:flex;flex-direction:column;gap:1rem;justify-content:end;z-index:1}.whyWeDo .learnFromIndustry .left h3{color:#fff;font-size:clamp(3rem,3vw,7rem);font-weight:500;line-height:100%;text-align:right}.whyWeDo .learnFromIndustry .left p{color:#fff;font-size:1.2rem;font-weight:lighter;line-height:1.6rem}.whyWeDo .learnFromIndustry .left p span{font-weight:500;color:#f05a28}.whyWeDo .learnFromIndustry .right{width:50%;display:flex;flex-direction:column;gap:1rem;z-index:1}.whyWeDo .learnFromIndustry .right p{color:#fff;font-size:1.4rem;font-weight:lighter;line-height:1.6rem}.whyWeDo .learnFromIndustry .right p span{font-weight:500;color:#f05a28}.whyWeDo .learnFromIndustry .right button.dhn-btn{width:-moz-fit-content;width:fit-content}.aboutDhn{display:flex;width:100%;padding:6rem 0;background:#fff}.aboutDhn .content{display:flex;flex-direction:column;gap:1rem;padding:4rem;border-radius:20px;background:#fff;box-shadow:2px 10px 40px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.aboutDhn .content h2{font-size:2.2rem;font-weight:500;line-height:2.6rem;color:#000}.aboutDhn .content h3{font-size:1.4rem;font-weight:500;line-height:1.6rem;color:#f05a28}.aboutDhn .content h4{font-size:clamp(2rem,2vw,5rem);font-weight:100;line-height:90%;color:#000;font-style:italic}.aboutDhn .content p{font-size:1.4rem;font-weight:lighter;line-height:1.6rem;color:#000}.aboutDhn .content p span{font-weight:500;color:#f05a28}.aboutDhn .content span{padding:1.5rem 2rem;border-radius:20px;background:rgba(255,253,253,.231372549);margin-top:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.callActionSection{display:flex;width:100%;padding:3rem 0;background:#fff}.callActionSection .callAction{display:flex;width:100%;gap:2rem}.callActionSection .callAction .decemberTownHall{width:50%;display:flex;flex-direction:column;padding:1rem;gap:1rem;align-items:center;background:#000;border-radius:20px}.callActionSection .callAction .decemberTownHall p{font-size:1.4rem;font-weight:lighter;line-height:1.6rem;color:#fff}.callActionSection .callAction .quarterlyUpdates{width:50%;display:flex;flex-direction:column;padding:1rem;gap:1rem;align-items:center;background:#000;border-radius:20px}.callActionSection .callAction .quarterlyUpdates p{font-size:1.4rem;font-weight:lighter;line-height:1.6rem;color:#fff}a.dhn-btn,button.dhn-btn{padding:.4rem 1rem;font-size:1rem;background:#ff5e00;color:#fff;border:none;border-radius:999px;cursor:pointer;transition:all .15s ease-in-out;border:.1rem solid #ff5e00}a.dhn-btn.dhn-btn--secondary,button.dhn-btn.dhn-btn--secondary{background:0 0;border:.05rem solid #fff}a.dhn-btn.dhn-btn--secondary:hover,button.dhn-btn.dhn-btn--secondary:hover{color:#000;background:#fff}a.dhn-btn:hover,button.dhn-btn:hover{background:#000;text-decoration:none}a.dhn-btn:active,button.dhn-btn:active{transform:translate(1px,1px);box-shadow:none;filter:brightness(.7)}.townhall-container{max-width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 0 2rem;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;min-height:100vh}.townhall-container .close-btn{position:absolute;right:5%;top:5%;color:#fff;border-radius:100%;z-index:99999;width:30px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.3rem}.townhall-container .close-btn:hover{background:#f05a28}.townhall-container:before{position:fixed;top:0;left:0;content:"";width:100%;height:100%;background:rgba(0,0,0,.4784313725);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);height:100vh}.townhall-container .townhall-header{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1250px;z-index:1}.townhall-container .townhall-header img{width:220px}.townhall-container .townhall-header h1{font-size:1.6rem;font-weight:lighter;color:#fff;margin-left:auto;text-align:right;align-self:flex-end;max-width:30ch}.townhall-container .hr-line{border:none;border-top:1px solid hsla(0,0%,100%,.4509803922);margin:2rem 0 2.5rem;width:100%;max-width:1250px;z-index:1}.townhall-container .townhall-form-wrapper{background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem 3rem;max-width:1250px;width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;color:#fff;z-index:1;border:.05rem solid rgba(255,255,255,.2)}.townhall-container .townhall-form-wrapper h2{grid-column:1/-1;text-align:center;font-size:1.5rem;font-weight:lighter;margin-bottom:1rem}.townhall-container .townhall-form-wrapper .townhall-form-area{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem}.townhall-container .townhall-form-wrapper .townhall-form-area .townhall-form-group{display:flex;flex-direction:column;gap:.5rem;width:48.5%}.townhall-container .townhall-form-wrapper .townhall-form-area .townhall-form-group.w-100{width:100%!important}.townhall-container .townhall-form-wrapper .townhall-form-area .townhall-form-group label{font-weight:500}.townhall-container .townhall-form-wrapper .townhall-form-area .townhall-form-group input{padding:10px;border:1.5px solid hsla(0,0%,100%,.2);background:rgba(0,0,0,0);color:#fff;font-size:.85rem;outline:0;transition:border-color .3s ease;border-radius:6px}.townhall-container .townhall-form-wrapper .townhall-form-area .townhall-form-group input:focus{border-color:#fff}.townhall-container .townhall-form-wrapper .townhall-form-area .townhall-form-group .error-message{color:red;font-size:.8rem;margin-top:4px}.townhall-container .townhall-form-wrapper .townhall-submit-btn{margin:auto;grid-column:1/-1;background:#f05a28;color:#fff;padding:.9rem 2.5rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .3s ease;width:100%}.townhall-container .townhall-form-wrapper .townhall-submit-btn:hover{box-shadow:0 12px 44px 0 rgba(0,0,0,.5)}.thankYouContainer{height:100vh;display:flex;width:100%;align-items:center}.thankYouContainer .thankYou{width:100%;min-height:70vh;background:rgba(0,0,0,.3098039216);border-radius:20px;padding:5rem;display:flex;flex-direction:column;align-items:center;gap:2rem;justify-content:center}.thankYouContainer .thankYou h2{color:#fff;font-size:3rem;line-height:3.5rem}.thankYouContainer .thankYou p{color:#fff;font-size:1.8rem;line-height:2rem;text-align:center}.dhn-th-hero iframe,.dhn-th-hero img.heroBanner{position:absolute;bottom:0;left:50%;height:300px;transform:translateX(-50%);z-index:3;border:0;min-width:30%;border-radius:2rem 2rem 0 0;border-bottom:0;border:.1rem solid #ff5e00;border-bottom:0}.dhn-th-hero .speakrSection .speakersContainer .title{display:none}.dhn-th-hero .speakrSection .speakersContainer .speakers .speakerProfile img{border-radius:0}.dhn-th-hero .speakrSection .speakersContainer .hostedBy .speakerProfile img{border-radius:0}.dhn-th-hero .dhn-th-hero-cta .dhn-btn{padding:.6rem 3.5rem}.dhn-th-hero .dhn-th-hero-content{transform:translate(-50%,-80%)}.dhn-th-hero .dhn-th-hero-content .introTownHallHero{position:unset;top:unset;left:unset;transform:unset;padding:1rem 2rem 4rem 2rem}.dhn-ech-system-marquee{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;overflow:hidden;position:relative;margin-top:-1rem}.dhn-ech-system-marquee:hover .dhn-ech-system-marquee-content{animation-play-state:paused}.dhn-ech-system-marquee .dhn-ech-system-marquee-content{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;animation:marQueeEcoSystemAnimation01 var(--marQueeTime) linear infinite;white-space:nowrap}.dhn-ech-system-marquee .dhn-ech-system-marquee-content .dhn-ech-system-marquee-item{cursor:unset;transition:transform .2s cubic-bezier(.075,.82,.165,1);margin-right:2rem;min-width:200px}.dhn-ech-system-marquee .dhn-ech-system-marquee-content .dhn-ech-system-marquee-item img{width:100%}.gap1{gap:1rem}.gapHalf{gap:.5rem}.flex{display:flex}.justify-content-between{justify-content:space-between}.align-content-center{align-content:center}.footer{display:flex;width:100%}.footer footer{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:var(--footer-bg);min-height:50vh;padding:3rem 0;color:#fff;gap:2rem;box-shadow:0 -20px 40px rgba(0,0,0,.12);margin-top:1.5rem}.footer footer a{color:#f05a28}.footer footer a:hover{color:#e66003}.footer footer .footersection-l3{display:flex;justify-content:space-between;align-items:flex-start;width:100%}@media (max-width:992px){.footer footer .footersection-l3{flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center}}.footer footer .footersection-l3 .aboutDHN{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;max-width:40%}.footer footer .footersection-l3 .aboutDHN p{font-size:14px}@media (max-width:992px){.footer footer .footersection-l3 .aboutDHN{max-width:100%;align-items:center;justify-content:center}.footer footer .footersection-l3 .aboutDHN p{text-align:center}}.footer footer .footersection-l3 .aboutDHN .btn{padding:.5rem 1rem;background:#f05a28;color:#fff;font-weight:400;border-radius:var(--br1);border:1px solid #f05a28;box-shadow:0 1px 3px rgba(0,0,0,.1);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease,border-color .2s ease,transform .1s ease}.footer footer .footersection-l3 .aboutDHN .btn.btn-sm.has-icon-only{display:inline-flex;align-items:center;justify-content:center;aspect-ratio:1/1;padding:.4rem}.footer footer .footersection-l3 .aboutDHN .btn.btn-sm.has-icon-only img{width:16px;height:16px;filter:invert(0)}.footer footer .footersection-l3 .aboutDHN .btn.btn-pill{border-radius:999px}.footer footer .footersection-l3 .aboutDHN .btn.btn-sm{padding:.4rem .75rem;font-size:.9rem}.footer footer .footersection-l3 .dhnContactInfo{display:flex;flex-direction:column;justify-content:flex-start;align-content:flex-start;gap:1rem}.footer footer .footersection-l3 .dhnContactInfo p{margin:0;font-size:14px}.footer footer .footersection-l3 .dhnContactInfo .followUs{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media (max-width:576px){.footer footer .footersection-l3 .dhnContactInfo .followUs{flex-direction:column;align-items:center}}.footer footer .footersection-l3 .dhnContactInfo .followUs h3{margin:0}.footer footer .footersection-l3 .dhnContactInfo .followUs ul{display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.footer footer .footersection-l3 .footerNewsletterSignUp{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;max-width:320px;padding:1rem;border-radius:8px;border:1px solid #303030;background:linear-gradient(36.51deg,#190d00 0,#4c3926 15.41%,#3d2813 33.45%,#160e05 57.5%,#080400 78.18%);color:#fff}.footer footer .footersection-l3 .footerNewsletterSignUp h3{font-size:18px;line-height:110%;font-weight:600}.footer footer .footersection-l3 .footerNewsletterSignUp p{font-size:12px;line-height:110%;color:#949494}.footer footer .footersection-l3 .footerNewsletterSignUp .w-100{width:100%}@media (max-width:768px){.footer footer .footersection-l3 .footerNewsletterSignUp{max-width:100%}}.footer footer .dhn-footer-separator{position:relative;width:inherit;height:.08rem;border-bottom:1px solid #b8b7b7}.footer footer .dhn-footer-separator .m-tb-2{margin:2rem auto}.footer footer .dhn-footer-separator::before{content:attr(data-separator-text);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--body-bg,#fff);color:#000;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap;border:1px solid #b8b7b7;border-radius:999rem}.footer footer .dhn-footer-separator:not([data-separator-text])::before,.footer footer .dhn-footer-separator[data-separator-text=""]::before{display:none}.footer footer .dhn-ecoSystem{background:#000;width:100%;padding:1rem 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.5rem}.footer footer .dhn-ecoSystem .dhn-marquee{width:100%;overflow:hidden}.footer footer .dhn-ecoSystem .dhn-marquee.faded{position:relative}.footer footer .dhn-ecoSystem .dhn-marquee .dhn-marquee-content{display:flex;gap:1rem;animation:marquee-scroll 20s linear infinite}.footer footer .dhn-ecoSystem .dhn-marquee .dhn-marquee-content .dhn-marquee-item img{height:auto;max-height:60px}.footer footer .dhn-ecoSystem .dhn-marquee .dhn-marquee-content[aria-hidden=true]{position:absolute;top:0;left:100%}@keyframes marquee-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.footer footer .linksSection{display:flex;justify-content:flex-start;align-items:flex-start;gap:2rem;width:100%}@media (max-width:992px){.footer footer .linksSection{flex-wrap:wrap}}.footer footer .linksSection>div{flex:1;min-width:200px}.footer footer .linksSection .weeklyTrendingArticles{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.footer footer .linksSection .weeklyTrendingArticles li{display:flex;gap:.5rem;max-width:240px}.footer footer .linksSection .weeklyTrendingArticles li img{width:70px;height:50px;border-radius:var(--br1);-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.footer footer .linksSection .weeklyTrendingArticles li a{font-size:12px;line-height:110%;color:#fff}.footer footer .linksSection .weeklyTrendingArticles li a:hover{color:#f05a28}.footer footer .linksSection .weeklyTrendingArticles li span.smallCardArticleDate{font-size:var(--fs1)}.footer footer .linksSection h4{margin-top:0;margin-bottom:.5rem}.footer footer .linksSection ul{list-style:none;margin:0;padding:0}.footer footer .downloadMobileApp{display:flex;flex-direction:column;gap:1rem}.footer footer .downloadMobileApp img{width:200px}@media (max-width:768px){.footer footer .downloadMobileApp{align-items:center}}.footer footer .termsOfUseSection{display:flex;width:100%;justify-content:space-between;align-items:center}@media (max-width:576px){.footer footer .termsOfUseSection{flex-direction:column;gap:.5rem}}.footer footer .termsOfUseSection .flex{display:flex;gap:1rem;align-items:center}.footer footer .termsOfUseSection .flex span{display:inline-block}#lds-roller{background:rgba(0,0,0,.3803921569);position:fixed;z-index:10510;height:100%;width:100%;cursor:progress;display:none}#lds-roller .lds-roller{position:absolute;width:64px;height:64px;top:50%;left:50%;transform:translate(-50%,-50%)}#lds-roller .lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:32px 32px}#lds-roller .lds-roller div:after{content:" ";display:block;position:absolute;width:6px;height:6px;border-radius:50%;background:#ff5c00;margin:-3px 0 0 -3px}#lds-roller .lds-roller div:nth-child(1){animation-delay:-36ms}#lds-roller .lds-roller div:nth-child(1):after{top:50px;left:50px}#lds-roller .lds-roller div:nth-child(2){animation-delay:-72ms}#lds-roller .lds-roller div:nth-child(2):after{top:54px;left:45px}#lds-roller .lds-roller div:nth-child(3){animation-delay:-108ms}#lds-roller .lds-roller div:nth-child(3):after{top:57px;left:39px}#lds-roller .lds-roller div:nth-child(4){animation-delay:-144ms}#lds-roller .lds-roller div:nth-child(4):after{top:58px;left:32px}#lds-roller .lds-roller div:nth-child(5){animation-delay:-.18s}#lds-roller .lds-roller div:nth-child(5):after{top:57px;left:25px}#lds-roller .lds-roller div:nth-child(6){animation-delay:-216ms}#lds-roller .lds-roller div:nth-child(6):after{top:54px;left:19px}#lds-roller .lds-roller div:nth-child(7){animation-delay:-252ms}#lds-roller .lds-roller div:nth-child(7):after{top:50px;left:14px}#lds-roller .lds-roller div:nth-child(8){animation-delay:-288ms}#lds-roller .lds-roller div:nth-child(8):after{top:45px;left:10px}@keyframes lds-roller{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes marQueeEcoSystemAnimation01{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@media (max-width:1024px){.thankYouContainer .thankYou{padding:2rem}.townHallHistory .sectionHeader h2{text-align:center;font-size:1.4rem;line-height:1.6rem;margin-bottom:2.5rem}.townHallHistory .historyGrid .historyItem{width:100%}.townHallHistory .historyGrid .historyItem iframe{height:240px}.navigation-th ul{display:none}.navigation-th ul li{width:100%}.navigation-th.open{top:0;border-radius:0;max-width:100%!important;height:64px}.navigation-th.open ul{display:flex;flex-direction:column;position:fixed;top:63px;width:100%;left:0;background:#000;gap:0}.navigation-th.open ul li{width:100%;padding:1rem 2rem}.navigation-th .mobileMenu{display:flex}.dhn-th-hero{height:110vh}.dhn-th-hero iframe,.dhn-th-hero img.heroBanner{min-width:40%;height:290px}.whyTownhall{padding:2rem 0}.whyTownhall .whyTownhallContent{flex-direction:column;gap:.5rem;padding:2rem}.whyTownhall .whyTownhallContent .left{width:100%}.whyTownhall .whyTownhallContent .left h2{text-align:left;font-size:1.4rem;line-height:1.6rem;margin-bottom:1rem}.whyTownhall .whyTownhallContent .left p{font-size:1rem;line-height:1.4rem}.whyTownhall .whyTownhallContent .right{width:100%}.themeDescription .themeSubDescription{padding:2rem}.themeDescription .themeSubDescription .content{flex-direction:column-reverse;gap:2rem}.themeDescription .themeSubDescription .content .right{width:100%;justify-content:center}.themeDescription .themeSubDescription .content .right img{width:50%}.themeDescription .themeSubDescription .content .left{width:100%}.themeDescription .themeSubDescription .content .left h2{font-size:1.4rem;line-height:1.6rem}.themeDescription .themeSubDescription .content .left h2.subTitle{margin:2rem 0 1rem 0}.themeDescription .themeSubDescription .content .left p{font-size:1rem;line-height:1.4rem}.themeDescription .themeSubDescription .content .left ul li{width:100%;font-size:1rem;line-height:1.4rem}.themeDescription .themeSubDescription .content .left h3{font-size:1.2rem;line-height:1.4rem}.themeDescription .themeSubDescription .offers{width:100%;max-width:100%}.themeDescription .themeSubDescription .offers h2{text-align:center;font-size:1.4rem;line-height:1.6rem}.themeDescription .themeSubDescription .offers p{text-align:center;font-size:1rem;line-height:1.4rem}.themeDescription .themeSubDescription .offers ul{flex-direction:column}.themeDescription .themeSubDescription .offers ul li{width:100%}.themeDescription .themeSubDescription .offers h3{text-align:center;font-size:1.2rem;line-height:1.4rem}.speakersSection{padding:2rem 0}.speakersSection h2{text-align:center;font-size:1.4rem;line-height:1.6rem;margin-bottom:1rem}.speakersSection .speakersHeader{margin-bottom:2rem}.speakersSection .live-people-grid{flex-direction:column;gap:2rem;align-items:center}.speakersSection .live-people-grid .tp-team-it-item{width:85%}.speakersSection .live-people-grid .live-people-card{width:100%;gap:1rem}.speakersSection .live-people-grid .live-people-card .speaker-img-wrapper{width:120px;height:120px}.whatYouLearn{padding:2rem 0}.whatYouLearn .whatYouLearnContent{padding:2rem}.whatYouLearn .whatYouLearnContent h2{text-align:center;font-size:1.4rem;line-height:1.6rem;margin-bottom:1rem}.whatYouLearn .whatYouLearnContent p{text-align:center;font-size:1rem;line-height:1.4rem}.whatYouLearn .whatYouLearnContent ul li{font-size:1rem;line-height:1.4rem}.whatYouLearn .whatYouLearnContent button{margin:1rem auto 0}.whyWeDo{padding:2rem 0}.whyWeDo .whyWeDoContent h2{text-align:center;font-size:1.4rem;line-height:1.6rem;margin-bottom:1rem}.whyWeDo .whyWeDoContent .whyWeDoBox{flex-direction:column}.whyWeDo .whyWeDoContent .whyWeDoBox .card{width:100%}.whyWeDo .whyWeDoContent .whyWeDoBox .card img{max-width:100px}.whyWeDo .whyWeDoContent .whyWeDoBox .card .cardBody h3{text-align:center;font-size:1.2rem;line-height:1.4rem}.whyWeDo .whyWeDoContent .whyWeDoBox .card .cardBody p{text-align:center;font-size:1rem;line-height:1.4rem}.whyWeDo .learnFromIndustry{flex-direction:column;gap:.5rem;padding:2rem;margin-top:2rem}.whyWeDo .learnFromIndustry .left{width:100%}.whyWeDo .learnFromIndustry .left h3{text-align:center;font-size:1.4rem;line-height:1.6rem}.whyWeDo .learnFromIndustry .right{width:100%}.whyWeDo .learnFromIndustry .right p{text-align:center;font-size:1rem;line-height:1.4rem}.aboutDhn{padding:2rem 0}.aboutDhn .content h2{text-align:center;font-size:1.4rem;line-height:1.6rem;margin-bottom:1rem}.aboutDhn .content h3{text-align:center;font-size:1.2rem;line-height:1.4rem}.aboutDhn .content h4{text-align:center;font-size:1.2rem;line-height:1.4rem}.aboutDhn .content p{text-align:center;font-size:1rem;line-height:1.4rem}.callActionSection{padding:2rem 0}.callActionSection .callAction{flex-direction:column}.callActionSection .callAction .decemberTownHall{width:100%}.callActionSection .callAction .decemberTownHall p{text-align:center;font-size:1rem;line-height:1.4rem}.callActionSection .callAction .quarterlyUpdates{width:100%}.callActionSection .callAction .quarterlyUpdates p{text-align:center;font-size:1rem;line-height:1.4rem}.townhall-container{padding:0;display:inline-block;overflow-y:auto}.townhall-container .close-btn{right:3%;top:2%}.townhall-container .townhall-header{padding:3rem 1rem 1rem 1rem;position:relative}.townhall-container .townhall-header img{width:120px}.townhall-container .hr-line{margin:.5rem}.townhall-container .townhall-form-wrapper{padding:1rem}.townhall-container .townhall-form-wrapper h2{text-align:center;font-size:1.4rem;line-height:1.6rem;margin-bottom:1rem;margin-bottom:0}.townhall-container .townhall-form-wrapper .townhall-form-area .townhall-form-group{width:100%}.thankYouContainer .thankYou h2{color:#fff;font-size:1.8rem;line-height:2rem;text-align:center}.thankYouContainer .thankYou p{color:#fff;font-size:1.4rem;line-height:1.6rem;text-align:center}.dhn-th-hero .speakrSection{max-width:98%!important}.dhn-th-hero .speakrSection .speakersContainer{flex-wrap:unset;width:100%}.dhn-th-hero .speakrSection .speakersContainer .title{display:flex;position:absolute;top:-1rem;left:25%;transform:translateX(-50%);font-size:1rem;font-weight:600;color:#fff;background:#ff5e00;padding:.2rem 1rem;border-radius:3rem}.dhn-th-hero .speakrSection .speakersContainer .speakers{flex-wrap:unset;width:50%;overflow-x:scroll;justify-content:flex-start;padding:2.5rem 1rem;gap:3rem}.dhn-th-hero .speakrSection .speakersContainer .speakers::before{display:none}.dhn-th-hero .speakrSection .speakersContainer .speakers .speakerProfile{max-width:160px}.dhn-th-hero .speakrSection .speakersContainer .speakers .speakerProfile span{white-space:nowrap}.dhn-th-hero .speakrSection .speakersContainer .hostedBy{width:50%}.dhn-th-hero .dhn-th-hero-content{transform:translate(-50%,-75%)}.dhn-th-hero .dhn-th-hero-content .introTownHallHero{position:unset;top:unset;left:unset;transform:unset;padding:0 0 2rem 0}.footer footer{padding:3rem 1rem}.footer footer .footersection-l3 .aboutDHN .logoFollowUs{align-items:center;justify-content:center;gap:1.5rem;flex-direction:column}.footer footer .footersection-l3 .aboutDHN p:last-child{width:100%}.footer footer .footersection-l3 .aboutDHN p:last-child a{width:100%;text-align:center}.footer footer .footersection-l3 .dhnContactInfo{width:100%}}@media (max-width:768px){.gap1,.gap2,.gap3,.gap4,.gap5{gap:2rem!important}.dhn-th-hero iframe{min-width:90%;height:290px}}/*# sourceMappingURL=main.min.css.map */
