:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}#breadcrumb{width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 5%;position:absolute;background:rgba(0,0,0,0);border-top:.1rem solid rgba(0,0,0,0);will-change:background-color,border-color;z-index:90}@media(max-width: 1365px){#breadcrumb{padding:0 3.5%}}#breadcrumb .inner-wrapper-1{max-width:160rem}#breadcrumb.pure-type{border-top:none !important;-webkit-box-shadow:unset !important;box-shadow:unset !important;background-color:rgba(0,0,0,0) !important}#breadcrumb.hero-type a{color:rgba(255,255,255,.4)}#breadcrumb.hero-type a:hover{color:#fff}#breadcrumb.color-white ul li:after{color:rgba(255,255,255,.4) !important}#breadcrumb.color-white a{color:rgba(255,255,255,.4) !important}#breadcrumb.color-white a:hover{color:#fff !important}#breadcrumb.color-white span{color:rgba(255,255,255,.4) !important}#breadcrumb.blog-detail{position:unset}#breadcrumb.blog-detail ul{padding-top:3rem;padding-bottom:3.5rem}#breadcrumb.blog-detail a{font-size:1.7rem;line-height:2rem}@media(max-width: 1024px){#breadcrumb.topics{top:9rem !important}}.header-light #breadcrumb,#breadcrumb.fixed{border-color:#e2e2e2;background-color:#fff;-webkit-box-shadow:0 .2rem 1.5rem rgba(0,0,0,.1);box-shadow:0 .2rem 1.5rem rgba(0,0,0,.1)}.header-light #breadcrumb a,#breadcrumb.fixed a{color:rgba(26,26,26,.7)}.header-light #breadcrumb a:hover,#breadcrumb.fixed a:hover{color:#1a1a1a}.header-light #breadcrumb span,#breadcrumb.fixed span{color:rgba(26,26,26,.7)}.header-light #breadcrumb li::after,#breadcrumb.fixed li::after{color:rgba(26,26,26,.7) !important}#breadcrumb ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;padding:1rem 0}#breadcrumb li{-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#breadcrumb li:not(:last-child)::after{content:"/";font-size:1.6rem;line-height:3.1rem;color:rgba(255,255,255,.4);font-family:"General Sans",Arial,Helvetica;font-weight:400;margin:0 .4rem;will-change:color;-webkit-transition:color .1s ease-in-out;transition:color .1s ease-in-out}@media(max-width: 767px){#breadcrumb li:not(:last-child)::after{font-size:1.4rem;line-height:2.4rem}}#breadcrumb a,#breadcrumb span{color:rgba(38,38,38,.6);font-size:1.4rem;line-height:2rem;font-family:"General Sans",Arial,Helvetica;font-weight:400;text-decoration:underline !important;will-change:color;-webkit-transition:color .1s ease-in-out;transition:color .1s ease-in-out}#breadcrumb a:hover,#breadcrumb span:hover{color:#262626}#breadcrumb a.current-page,#breadcrumb span.current-page{text-decoration:none !important;pointer-events:none;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580}#breadcrumb span{text-decoration:none !important}@media(min-width: 768px)and (max-width: 1023px){#speaker-detail-fixed-title .inner-wrapper-1{margin-bottom:3rem}}@media(max-width: 1024px){#speaker-detail-fixed-title .inner-wrapper-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin-bottom:3rem}#speaker-detail-fixed-title .inner-wrapper-1 .lead-right{position:absolute;top:100%;margin-top:0}}.section-type-8{padding-top:2rem !important;padding-bottom:0 !important}.section-type-8 .mobile-image-elem{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:9rem;height:9rem;width:9rem;border-radius:50%;margin-right:1rem;overflow:hidden}@media(min-width: 1024px){.section-type-8 .mobile-image-elem{display:none}}.section-type-8 .mobile-image-elem img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 10%;object-position:center 10%}.section-type-8 .section-type-8-lead{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 768px){.section-type-8 .section-type-8-lead{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.6rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media(min-width: 768px){.section-type-8 .section-type-8-lead{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media(min-width: 768px)and (max-width: 1023px){.section-type-8 .section-type-8-lead{margin-bottom:2rem}}@media(min-width: 1366px){.section-type-8 .section-type-8-lead{margin-bottom:4rem}}.section-type-8 h1{font-family:"Bebas Neue Bold",Arial,Helvetica;line-height:1;color:#262626}@media(max-width: 1024px){.section-type-8 h1{font-size:3.2rem}}@media(min-width: 1024px){.section-type-8 h1{font-size:4.5rem}}.section-type-8 .lead-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(min-width: 768px){.section-type-8 .lead-left{padding-right:3rem}}.section-type-8 .lead-left p{font-family:"General Sans",Arial,Helvetica;font-weight:400;line-height:1.15;color:rgba(38,38,38,.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 1024px){.section-type-8 .lead-left p{font-size:1.4rem}}@media(min-width: 1024px){.section-type-8 .lead-left p{font-size:1.6rem}}@media(max-width: 768px){.section-type-8 .lead-left p img{margin-right:.8rem}}@media(min-width: 768px)and (max-width: 1023px){.section-type-8 .lead-left p img{margin-right:1rem}}@media(min-width: 1024px){.section-type-8 .lead-left p img{margin-right:1.2rem}}.section-type-8 .lead-tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-right:2rem}@media(max-width: 1024px){.section-type-8 .lead-tag{display:none}}.section-type-8 .lead-tag .tag-item{padding:.3rem 2rem;border:.1rem solid rgba(38,38,38,.2);border-radius:3.5rem;height:4rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:.5rem}.section-type-8 .lead-tag .tag-item:last-child{margin-right:0}.section-type-8 .lead-tag .tag-item img{max-height:100%}.section-type-8 .lead-right{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media(max-width: 768px){.section-type-8 .lead-right{margin-top:1.5rem}}@media(min-width: 768px){.section-type-8 .lead-right{margin-left:auto}}.section-type-8 .lead-right .lead-right-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.section-type-8 .lead-right a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section-type-8 .lead-right .share-link{margin-right:3.2rem;height:5.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}@media(max-width: 1023px){.section-type-8 .lead-right .share-link{margin-right:2.8rem}}@media(max-width: 767px){.section-type-8 .lead-right .share-link{margin-right:2.4rem;height:4.2rem}}.section-type-8 .lead-right .share-link:hover img{-webkit-transform:translateY(-0.2rem);transform:translateY(-0.2rem)}.section-type-8 .lead-right .share-link:hover ul{opacity:1;pointer-events:all}.section-type-8 .lead-right .share-link img{will-change:transform;-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out, -webkit-transform .1s ease-in-out}@media(max-width: 768px){.section-type-8 .lead-right .share-link img{margin-right:.8rem}}@media(min-width: 768px)and (max-width: 1023px){.section-type-8 .lead-right .share-link img{margin-right:1rem}}@media(min-width: 768px){.section-type-8 .lead-right .share-link img{margin-right:1.2rem}}.section-type-8 .lead-right .share-link span{font-family:"General Sans",Arial,Helvetica;font-weight:520;font-size:1.6rem;line-height:1.15;text-decoration:underline !important;color:#262626}.section-type-8 .lead-right .share-link ul{position:absolute;top:100%;left:0;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-shadow:0 5rem 5.5rem rgba(0,0,0,.1);box-shadow:0 5rem 5.5rem rgba(0,0,0,.1);border-radius:2rem;overflow:hidden;opacity:0;pointer-events:none;will-change:opacity;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;z-index:99}.section-type-8 .lead-right .share-link li:not(:last-child){border-bottom:.1rem solid rgba(112,112,112,.2)}.section-type-8 .lead-right .share-link a{color:#1a1a1a;padding:1.8rem 2.8rem;min-height:6.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.6rem;will-change:background-color;-webkit-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out;font-family:"General Sans",Arial,Helvetica;font-weight:520}@media(max-width: 1365px){.section-type-8 .lead-right .share-link a{font-size:1.4rem;min-height:5.8rem}}@media(max-width: 767px){.section-type-8 .lead-right .share-link a{min-height:3.2rem}}.section-type-8 .lead-right .share-link a:hover{background-color:rgba(38,38,38,.2)}.section-type-8 .lead-right .invite-link{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;font-size:1.4rem;line-height:1;color:#fff;border-radius:3.5rem;padding:1.3rem 2.6rem;white-space:nowrap}.section-type-8 .lead-right .invite-link:hover{background-color:#1a1a1a}@media(max-width: 1023px){.section-type-8 .lead-right .invite-link{height:4.8rem;width:11.8rem}}@media(max-width: 767px){.section-type-8 .lead-right .invite-link{height:4.2rem;width:10.8rem;font-size:1.3rem}}.section-type-8 .speaker-gallery-wrapper{width:100%}.section-type-8 .speaker-gallery{display:grid;grid-template-columns:repeat(12, 1fr);grid-template-rows:repeat(12, 1fr);grid-column-gap:1.6rem;grid-row-gap:1.6rem;border-radius:2rem;overflow:hidden}@media(max-width: 1023px){.section-type-8 .speaker-gallery{grid-column-gap:.8rem;grid-row-gap:.8rem}}@media(max-width: 660px){.section-type-8 .speaker-gallery{grid-template-rows:repeat(6, 1fr)}}@media(max-width: 660px){.section-type-8 .speaker-gallery div:not(:first-child){display:none}}.section-type-8 .speaker-gallery img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-type-8 .speaker-gallery .img-full-width{grid-area:1/1/13/13}@media(max-width: 500px){.section-type-8 .speaker-gallery .img-full-width{height:20rem}}.section-type-8 .speaker-gallery .img-big-1{grid-area:1/1/13/7}@media(max-width: 660px){.section-type-8 .speaker-gallery .img-big-1{grid-area:1/1/7/13}}.section-type-8 .speaker-gallery .img-big-2{grid-area:1/7/13/13}@media(max-width: 660px){.section-type-8 .speaker-gallery .img-big-2{grid-area:7/1/13/13}}.section-type-8 .speaker-gallery .img-medium-1{grid-area:1/7/7/13}@media(max-width: 660px){.section-type-8 .speaker-gallery .img-medium-1{grid-area:7/1/10/13}}.section-type-8 .speaker-gallery .img-medium-2{grid-area:7/7/13/13}@media(max-width: 660px){.section-type-8 .speaker-gallery .img-medium-2{grid-area:10/1/13/13}}.section-type-8 .speaker-gallery .img-small-1{grid-area:7/7/13/10}@media(max-width: 660px){.section-type-8 .speaker-gallery .img-small-1{grid-area:10/1/13/7}}.section-type-8 .speaker-gallery .img-small-2{grid-area:7/10/13/13}@media(max-width: 660px){.section-type-8 .speaker-gallery .img-small-2{grid-area:10/7/13/13}}@media(max-width: 768px){.section-type-9{padding-top:2rem}}@media(min-width: 768px){.section-type-9{padding-top:4rem}}@media(max-width: 1365px){.section-type-9 .gray-bg{padding-bottom:1rem !important}}@media(min-width: 1366px){.section-type-9 .gray-bg{min-height:23.5rem}}.section-type-9 .container+.container{padding-top:4rem;padding-bottom:4rem}.section-type-9 .tab-link-container{padding-top:0;padding-bottom:0}.section-type-9 .tab-link-container ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;gap:0 .6rem}.section-type-9 .tab-link-container ul::-webkit-scrollbar{display:none}@media(min-width: 1366px){.section-type-9 .tab-link-container ul{padding-left:7rem}}.section-type-9 .tab-link-container li{-ms-flex-preferred-size:18%;flex-basis:18%}.section-type-9 .tab-link-container .tab-btn{cursor:pointer;border-radius:2rem 2rem 0 0;background-color:rgba(242,242,242,.5);color:rgba(38,38,38,.3);padding:1.4rem 3.4rem;display:inline-block;position:relative;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;font-size:1.4rem;line-height:1.15;will-change:color;-webkit-transition:color .1s ease-in-out,background-color .1s ease-in-out;transition:color .1s ease-in-out,background-color .1s ease-in-out;text-align:center;will-change:color,background-color;width:100%;white-space:nowrap}.section-type-9 .tab-link-container .tab-btn.tab-active{color:#262626;background-color:#f7b600}.section-type-9 .tab-content{display:none}.section-type-9 .tab-content.tab-content-active{display:block}.section-type-9 .slider-container{position:relative}.section-type-9 .swiper{max-width:116rem}@media(min-width: 1366px){.section-type-9 .swiper{width:calc(100% - 15rem)}}.section-type-9 .lead-type-2{height:auto}.section-type-9 .swiper-nav-btn{border:none;background-color:#f7b600 !important}.section-type-9 .video-slider .card-img img{aspect-ratio:16/10}.section-type-9 .video-slider .swiper-slide{margin-right:1rem}@media(max-width: 425px){.section-type-9 .video-slider .swiper-slide{width:71.4285714286%}}@media(min-width: 426px)and (max-width: 500px){.section-type-9 .video-slider .swiper-slide{width:62.5%}}@media(min-width: 501px)and (max-width: 560px){.section-type-9 .video-slider .swiper-slide{width:55.5555555556%}}@media(min-width: 1024){.section-type-9 .video-slider .swiper-slide{width:25%}}@media(max-width: 768px){.project-video-slider{padding-bottom:2rem;padding-left:0;padding-right:0}}@media(min-width: 768px)and (max-width: 1023px){.project-video-slider{padding-top:6rem;padding-bottom:5rem}}@media(min-width: 1024px)and (max-width: 1365px){.project-video-slider{padding-top:8rem;padding-bottom:7rem}}@media(min-width: 1366px){.project-video-slider{padding-top:7rem;padding-bottom:7rem}}@media(max-width: 1024px){.project-video-slider.pt-0{padding-top:0}}@media(min-width: 1024px)and (max-width: 1365px){.project-video-slider.pt-0{padding-top:0}}@media(min-width: 1366px){.project-video-slider.pt-0{padding-top:0}}.project-video-slider .inner-wrapper-1{max-width:100rem}@media(max-width: 768px){.project-video-slider .inner-wrapper-1{padding-left:2rem;padding-right:2rem}}.project-video-slider .project-video-slider-inner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 1024px){.project-video-slider .project-video-slider-inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media(min-width: 1024px){.project-video-slider .project-video-slider-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.project-video-slider .swiper{padding-top:5rem;padding-bottom:5rem;margin-top:-5rem;width:100%}.project-video-slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 768px){.project-video-slider .project-video-card{max-width:100%}}@media(min-width: 768px){.project-video-slider .project-video-card{max-width:calc(100% - 13rem)}}.project-video-slider .slider-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;left:0;width:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;z-index:2}@media(max-width: 768px){.project-video-slider .slider-btn-group{display:none}}.project-video-slider .slider-btn{width:5.2rem;height:5.2rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background-color:#fff;border:.1rem solid #ddd;padding:0;line-height:1;cursor:pointer;pointer-events:auto}.project-video-slider-pagination-0{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:2rem;position:absolute;bottom:-1rem !important;left:0;width:100%;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.project-video-slider-pagination-0 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background-color:rgba(38,38,38,.3) !important}.project-video-card{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;width:100%;overflow:hidden;background-color:rgba(112,112,112,.2)}@media(min-width: 768px){.project-video-card{border-radius:2rem}}.project-video-card:before{content:"";width:100%;padding-top:56.25%}.project-video-card .img{position:absolute;left:0;top:0;width:100%;height:100%}.project-video-card .icon{width:6rem;height:6rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--projectColor);position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:50%;-webkit-box-shadow:0 2.5rem 3.5rem rgba(0,0,0,.1);box-shadow:0 2.5rem 3.5rem rgba(0,0,0,.1)}@media(max-width: 768px){.project-podcast-slider{padding-top:3rem;padding-bottom:3rem}}@media(min-width: 768px)and (max-width: 1023px){.project-podcast-slider{padding-top:6rem;padding-bottom:5rem}}@media(min-width: 1024px)and (max-width: 1365px){.project-podcast-slider{padding-top:8rem;padding-bottom:7rem}}@media(min-width: 1366px){.project-podcast-slider{padding-top:7rem;padding-bottom:7rem}}@media(max-width: 768px){.project-podcast-slider+.project-info-box .inner-wrapper-1{padding-top:2rem}}@media(min-width: 768px)and (max-width: 1023px){.project-podcast-slider+.project-info-box .inner-wrapper-1{padding-top:2rem}}@media(min-width: 1024px)and (max-width: 1365px){.project-podcast-slider+.project-info-box .inner-wrapper-1{padding-top:2rem}}@media(min-width: 1366px){.project-podcast-slider+.project-info-box .inner-wrapper-1{padding-top:2rem}}@media(max-width: 1024px){.project-podcast-slider.pt-0{padding-top:0}}@media(min-width: 1024px)and (max-width: 1365px){.project-podcast-slider.pt-0{padding-top:0}}@media(min-width: 1366px){.project-podcast-slider.pt-0{padding-top:0}}.project-podcast-slider .inner-wrapper-1{max-width:100rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.project-podcast-slider .project-podcast-slider-inner{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.project-podcast-slider .swiper{width:100%}.project-podcast-slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.project-podcast-slider .slider-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;left:0;width:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;z-index:2;padding-bottom:5rem;width:calc(100% + 14rem);left:-7rem}@media(max-width: 768px){.project-podcast-slider .slider-btn-group{display:none}}.project-podcast-slider .slider-btn{width:5.2rem;height:5.2rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background-color:#fff;border:.1rem solid #ddd;padding:0;line-height:1;cursor:pointer;pointer-events:auto}.project-podcast-slider-pagination-0{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:2rem;width:100%;margin-top:3rem}.project-podcast-slider-pagination-0 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background-color:rgba(38,38,38,.3) !important}.project-podcast-card{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;width:100%;border-radius:3rem;overflow:hidden;background-color:rgba(112,112,112,.2)}.project-podcast-card:before{content:"";width:100%;padding-top:56.25%}.project-podcast-card .img{position:absolute;left:0;top:0;width:100%;height:100%}.project-podcast-card .icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:50%;-webkit-box-shadow:0 2.5rem 3.5rem rgba(0,0,0,.1);box-shadow:0 2.5rem 3.5rem rgba(0,0,0,.1)}@media(max-width: 768px){.project-podcast-card .icon{width:4rem;height:4rem}.project-podcast-card .icon img{width:auto;height:1.4rem}}@media(min-width: 768px){.project-podcast-card .icon{width:6rem;height:6rem}}.project-podcast-card .icon img{position:relative;z-index:4}.project-podcast-card .icon:before,.project-podcast-card .icon:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50%}.project-podcast-card .icon:before{background-color:#fff;opacity:.5}.project-podcast-card .icon:after{z-index:2;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.c-10{width:100%;position:relative}.c-10:before{display:block;content:"";width:100%;padding-top:62.5%}.c-10 a{overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;border-radius:1.5rem;position:absolute;left:0;top:0;z-index:2}.c-10 .card-img{position:absolute;width:100%;height:100%;z-index:-1}.c-10 .card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-10 .card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:0 2.2rem;background-color:rgba(0,0,0,.6)}@media(max-width: 768px){.c-10 .card-content>img{-webkit-transform:scale(0.6);transform:scale(0.6)}}.c-10 .card-content span{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;font-size:1.4rem;line-height:1.15;color:#fff;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding-top:1.6rem}.c-1{width:100%;max-width:27.8rem;position:relative;overflow:hidden;border-radius:3.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.c-1:before{content:"";display:inline-block;width:100%;padding-bottom:178%}.c-1:hover .detail{-webkit-transform:translateY(0);transform:translateY(0);will-change:transform;-webkit-transition:-webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);transition:-webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);transition:transform .3s cubic-bezier(0.23, 1, 0.32, 1);transition:transform .3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1)}.c-1:hover ul,.c-1:hover .btn-group{opacity:1;will-change:opacity;-webkit-transition:opacity .3s cubic-bezier(0.23, 1, 0.32, 1);transition:opacity .3s cubic-bezier(0.23, 1, 0.32, 1)}.c-1 .tag{line-height:2rem;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#fff;background-color:#f7b600;border-radius:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2;padding:1.1rem 2rem;position:absolute;top:2rem;left:2rem;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:8rem;pointer-events:none}@media(max-width: 768px){.c-1 .tag{font-size:1.4rem}}@media(min-width: 768px){.c-1 .tag{font-size:1.8rem}}.c-1>div{position:absolute;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(max-width: 768px){.c-1>div{left:1.5rem;bottom:1.5rem;width:calc(100% - 3rem)}}@media(min-width: 768px){.c-1>div{left:2.5rem;bottom:2.5rem;width:calc(100% - 5rem)}}.c-1 .detail{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:.6s cubic-bezier(0.23, 1, 0.32, 1);transition:.6s cubic-bezier(0.23, 1, 0.32, 1);-webkit-transition-delay:.2s;transition-delay:.2s}.c-1 .d-top{position:absolute;left:0;width:100%;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.c-1>img,.c-1 .link{position:absolute;top:0;left:0;width:100%;height:100%}.c-1>img{max-width:100%;z-index:1;border-radius:3.5rem;-webkit-transition:opacity .3s ease-in,-webkit-transform .2s ease-in-out;transition:opacity .3s ease-in,-webkit-transform .2s ease-in-out;transition:opacity .3s ease-in,transform .2s ease-in-out;transition:opacity .3s ease-in,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.c-1 .link{z-index:2}.c-1 .speaker-name{line-height:1;font-family:"Bebas Neue Bold",Arial,Helvetica;color:#fff;word-break:break-word;margin-bottom:.5rem}@media(max-width: 768px){.c-1 .speaker-name{font-size:2rem}}@media(min-width: 768px)and (max-width: 1023px){.c-1 .speaker-name{font-size:3.2rem}}@media(min-width: 1024px){.c-1 .speaker-name{font-size:4.1rem}}.c-1 .speaker-title,.c-1 ul li{line-height:1.3rem;font-family:"General Sans",Arial,Helvetica;font-weight:400;color:#fff}@media(max-width: 768px){.c-1 .speaker-title,.c-1 ul li{font-size:1rem;line-height:1.3rem}}@media(min-width: 768px){.c-1 .speaker-title,.c-1 ul li{font-size:1.2rem}}.c-1 .speaker-title{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.c-1 .speaker-title span{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.c-1 .speaker-title>img{margin-right:1rem}.c-1 ul,.c-1 .btn-group{opacity:0}.c-1 ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding-top:1rem}.c-1 ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:.4rem}.c-1 ul li:before{content:"";width:.3rem;height:.3rem;display:inline-block;border-radius:50%;background-color:#fff;margin-right:.5rem}.c-1 .btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-top:2rem}@media(max-width: 768px){.c-1 .btn-group{padding-top:1rem}}.c-1 .btn-group a{font-size:1.2rem;line-height:1.4rem;font-family:"General Sans",Arial,Helvetica;font-weight:520;text-align:center;max-width:calc(50% - .3rem);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:1.2rem 1rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:2.5rem;-webkit-box-sizing:border-box;box-sizing:border-box}@media(min-width: 1025px){.c-1 .btn-group a{-webkit-transition:background-color ease .3s;transition:background-color ease .3s}}@media(max-width: 768px){.c-1 .btn-group a{font-size:1rem;line-height:1.2;padding:1.2rem .7rem}}.c-1 .btn-group a:first-child{background-color:#fff;color:#b91737}@media(min-width: 1025px){.c-1 .btn-group a:first-child:hover{background-color:#ddd}}.c-1 .btn-group a:last-child{background-color:#b91737;color:#fff}@media(min-width: 1025px){.c-1 .btn-group a:last-child:hover{background-color:#a81633}}.section-type-1.has-border{border-top:.1rem solid rgba(112,112,112,.4);border-bottom:.1rem solid rgba(112,112,112,.4)}.section-type-1 .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.section-type-18{background-color:#fff;padding-bottom:0}.section-type-18 .inner-wrapper-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section-type-18 .title-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 768px){.section-type-18 .title-wrapper{margin-bottom:2rem}}@media(min-width: 768px){.section-type-18 .title-wrapper{margin-bottom:3rem}}.section-type-18 .title-wrapper>img{margin-right:2rem}.section-type-18 .primary-title{font-size:2.2rem;line-height:3.4rem;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#262626}.section-type-18 .link-list{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 768px){.section-type-18 .link-list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;max-width:100%;overflow-x:auto;padding-bottom:1rem}}@media(min-width: 768px){.section-type-18 .link-list{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:90rem}}.section-type-18 .link-list li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media(max-width: 768px){.section-type-18 .link-list li{margin-right:.8rem}}@media(min-width: 768px){.section-type-18 .link-list li{margin:.5rem}}.section-type-18 .link-list li a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:rgba(38,38,38,.6);border-radius:3.5rem;border:.1rem solid rgba(38,38,38,.6);background-color:#fff;will-change:background-color,border-color,color;-webkit-transition:background-color .1s ease-in-out,border-color .1s ease-in-out,color .1s ease-in-out;transition:background-color .1s ease-in-out,border-color .1s ease-in-out,color .1s ease-in-out}@media(max-width: 768px){.section-type-18 .link-list li a{font-size:1.2rem;line-height:1.4rem;padding:1.3rem 2.6rem;white-space:nowrap}}@media(min-width: 768px){.section-type-18 .link-list li a{font-size:1.4rem;line-height:2rem;padding:1.5rem 3.6rem}}.section-type-18 .link-list li a.tab-active{border-color:#b91737;background-color:#b91737;color:#fff}.c-7{-webkit-box-shadow:0 2.5rem 3.5rem rgba(0,0,0,.1);box-shadow:0 2.5rem 3.5rem rgba(0,0,0,.1);border-radius:2rem;border:.1rem solid rgba(112,112,112,.4);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;position:relative}.c-7.type-1 .c-7-top a{color:#fff;background-color:#b91737;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-7.type-1 .tab-link-container{padding:0 3.5rem 1rem 3.5rem}.c-7.in-hero{background-color:rgba(0,0,0,0)}@media(max-width: 768px){.c-7.in-hero .c-7-top a{padding:1.5rem 2rem;font-size:1.6rem}}@media(max-width: 768px){.c-7.in-hero .c-7-top a img{width:auto;height:2rem;margin-right:1.5rem}}.c-7.in-hero:before,.c-7.in-hero:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%}.c-7.in-hero:before{background-color:#fff;z-index:-2;opacity:.1}.c-7.in-hero:after{-webkit-backdrop-filter:blur(20px) brightness(130%);backdrop-filter:blur(20px) brightness(130%);z-index:-1}.c-7.in-hero li:before{background-color:#fff}.c-7.in-hero li a:hover{opacity:.8}.c-7.in-hero a{color:#fff;-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.c-7.in-hero .card-accordion-content ul{padding:0 1.4rem .6rem 1.4rem}@media(max-width: 768px){.c-7.in-hero .card-accordion-content a{padding:1rem 2rem;font-size:1.4rem}}.c-7.anchor-card li{padding:0}.c-7.anchor-card li a{padding:2rem 2rem;display:inline-block;width:100%;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.c-7.anchor-card li a:hover{color:#b91737;text-decoration:underline !important}.c-7 .c-7-top h3,.c-7 .c-7-top a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;pointer-events:none;width:100%;display:flex;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-bottom:.1rem solid rgba(112,112,112,.4);-webkit-transition:border-color .1s ease-in-out;transition:border-color .1s ease-in-out}@media(max-width: 768px){.c-7 .c-7-top h3,.c-7 .c-7-top a{font-size:1.8rem;line-height:2.4rem;min-height:6rem;padding:2.25rem 2rem}}@media(min-width: 768px){.c-7 .c-7-top h3,.c-7 .c-7-top a{font-size:2.2rem;line-height:3rem;min-height:9rem;padding:2.8rem 3rem}}@media(max-width: 767px){.c-7 .c-7-top h3,.c-7 .c-7-top a{pointer-events:visible;min-height:auto}}.c-7 .c-7-top h3{font-size:2.2rem;line-height:1.2;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0 !important;padding:3.5% !important}.c-7 .c-7-top img{margin-right:2.2rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-7 .c-7-content{max-height:55.6rem;overflow-y:auto;position:relative}.c-7 .c-7-content::-webkit-scrollbar{width:.7rem}.c-7 .c-7-content::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:.4rem;-webkit-transition:background .1s ease-in-out;transition:background .1s ease-in-out}.c-7 .c-7-content::-webkit-scrollbar-thumb:hover{background:#b91737}.c-7 .c-7-content .scroll-shadow{position:sticky;bottom:0;left:0;right:0;z-index:10;width:100%;height:auto;min-height:unset;margin:0;pointer-events:none;margin-top:-8rem}.c-7 .card-accordion-content ul{list-style:none}@media(max-width: 768px){.c-7 .card-accordion-content ul{padding:0 2.8rem 1rem 2.8rem}}@media(min-width: 768px){.c-7 .card-accordion-content ul{padding:0 2.8rem 3rem 2.8rem}}.c-7 .card-accordion-content li{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.c-7 .card-accordion-content li:before{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.c-7 .card-accordion-content a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;-webkit-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out}@media(max-width: 768px){.c-7 .card-accordion-content a{padding:1.6rem .5rem 1.6rem 2rem}}@media(min-width: 768px){.c-7 .card-accordion-content a{padding:2.6rem .5rem 2.6rem 2rem}}.c-7 .card-accordion-content a.tab-active{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;background-color:#ededed}@media(max-width: 768px){.c-7 .card-accordion-content .c-7-content{height:unset !important}}.c-7 ul{padding:0 10%}.c-7 li{font-family:"General Sans",Arial,Helvetica;font-weight:400;width:100%;padding:2rem 2rem;position:relative}.c-7 li:before{content:"";width:.3rem;height:.3rem;display:inline-block;border-radius:50%;background-color:#1a1a1a;position:absolute;left:.3rem;top:3.3rem}.c-7 li:not(:last-child){border-bottom:.1rem solid rgba(112,112,112,.2)}@media(max-width: 1024px){.c-7 li{font-size:1.7rem;line-height:3.2rem}}@media(min-width: 1024px){.c-7 li{font-size:2rem;line-height:2.8rem}}#image-of-speaker-section .container{padding-top:2.5rem;padding-bottom:5rem}.image-of-speaker{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden}@media(max-width: 430px){.image-of-speaker{padding:3rem 3rem 24rem 3rem}}@media(min-width: 431px)and (max-width: 450px){.image-of-speaker{padding:5rem 4rem 12rem 4rem}}@media(min-width: 451px)and (max-width: 555px){.image-of-speaker{padding:5rem 7rem 12rem 4rem}}@media(min-width: 556px)and (max-width: 580px){.image-of-speaker{padding:5rem 7rem 8rem 4rem}}@media(min-width: 581px)and (max-width: 865px){.image-of-speaker{padding:5rem 7rem 8rem 6rem}}@media(min-width: 866px){.image-of-speaker{height:39rem}}@media(min-width: 866px)and (max-width: 1160px){.image-of-speaker{padding:6rem 5.4rem 5.2rem 5rem}}@media(min-width: 1161px){.image-of-speaker{padding:9rem 5.4rem 6.2rem 8rem}}.image-of-speaker .content{max-width:100%}@media(max-width: 1069px){.image-of-speaker .content{width:52rem}}@media(min-width: 1070px)and (max-width: 1199px){.image-of-speaker .content{width:62rem}}@media(min-width: 1200px){.image-of-speaker .content{width:62rem}}.image-of-speaker .title{color:#fff;font-family:"General Sans",Arial,Helvetica;font-weight:400;display:block}@media(max-width: 1069px){.image-of-speaker .title{font-size:2.6rem;line-height:3.5rem}}@media(min-width: 1070px){.image-of-speaker .title{font-size:3.7rem;line-height:4.5rem}}.image-of-speaker .title b,.image-of-speaker .title strong{color:#f7b600;display:block;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580}.image-of-speaker .bottom-huge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(max-width: 865px){.image-of-speaker .bottom-huge{margin-top:5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:22.4rem}}@media(min-width: 866px){.image-of-speaker .bottom-huge{margin-top:4.2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.image-of-speaker .btn-custom{font-family:"General Sans",Arial,Helvetica;font-weight:520;color:#171719;background-color:#fff;white-space:nowrap;border-radius:1.5rem;font-size:1.9rem;padding:2.6rem 3.4rem}@media(max-width: 865px){.image-of-speaker .btn-custom{margin-bottom:3rem}}@media(min-width: 866px){.image-of-speaker .btn-custom{margin-right:5rem}}.image-of-speaker .info{font-size:1.6rem;line-height:2.2rem;font-family:"General Sans",Arial,Helvetica;font-weight:400;color:#fff}.image-of-speaker .info a,.image-of-speaker .info b{font-size:1.6rem;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#fff}.image-of-speaker .info a{will-change:color;-webkit-transition:color .3s ease;transition:color .3s ease}.image-of-speaker .info a:hover{color:#f7b600}.image-of-speaker .img{position:absolute;bottom:0;pointer-events:none;height:auto}@media(max-width: 480px){.image-of-speaker .img{max-width:18rem}}@media(max-width: 865px){.image-of-speaker .img{right:0}}@media(min-width: 481px)and (max-width: 1069px){.image-of-speaker .img{max-width:24rem}}@media(min-width: 1070px){.image-of-speaker .img{max-height:100%}}@media(min-width: 866px)and (max-width: 1154px){.image-of-speaker .img{right:1.4rem}}@media(min-width: 1155px)and (max-width: 1199px){.image-of-speaker .img{right:4.4rem}}@media(min-width: 1200px){.image-of-speaker .img{right:5.4rem}}.image-of-speaker .bg{position:absolute;left:0;bottom:0;width:100%;-o-object-fit:cover;object-fit:cover;z-index:-1;border-radius:2rem;height:auto}@media(max-width: 865px){.image-of-speaker .bg{min-height:100%}}@media(min-width: 866px){.image-of-speaker .bg{min-height:calc(100% - 2.5rem)}}.section-type-19{background-color:#f2f2f2}.section-type-19 .section-type-3-inner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 1024px){.section-type-19 .section-type-3-inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media(min-width: 1024px){.section-type-19 .section-type-3-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.section-type-19 .testimonials-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.section-type-19 .c-3{position:relative}@media(max-width: 768px){.section-type-19 .c-3{max-width:100%}}@media(min-width: 768px){.section-type-19 .c-3{max-width:calc(100% - 16rem)}}@media(min-width: 768px){.section-type-19 .c-3{padding-top:4rem;padding-bottom:4rem}}.section-type-19 .c-3 .testimonial-top{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.section-type-19 .swiper{padding-top:7rem;padding-bottom:7rem;margin-top:-5rem;margin-bottom:-5rem;width:100%}.section-type-19 .testimonials-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width: 1024px){.section-type-19 .testimonials-content{width:100%;margin-bottom:3rem}}@media(min-width: 1024px){.section-type-19 .testimonials-content{max-width:33rem}}.section-type-19 .testimonials-content p{font-size:2.2rem;line-height:2.6rem;font-family:"General Sans",Arial,Helvetica;font-weight:400;margin:2rem 0 3.6rem 0;color:#1a1a1a}@media(max-width: 1365px){.section-type-19 .testimonials-content p{font-size:2rem;line-height:2.4rem;margin:1.6rem 0 3.2rem 0}}@media(max-width: 768px){.section-type-19 .testimonials-content p{font-size:1.8rem;line-height:2.2rem;margin:1.2rem 0 2.8rem 0}}.section-type-19 .testimonials-content a{font-size:1.9rem;line-height:7.5rem;font-family:"General Sans",Arial,Helvetica;font-weight:520;color:#fff;background-color:#b91737;max-width:26.4rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:2.5rem}@media(min-width: 1025px){.section-type-19 .testimonials-content a{will-change:background-color;-webkit-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out}}@media(max-width: 1365px){.section-type-19 .testimonials-content a{font-size:1.8rem;line-height:6.5rem}}@media(max-width: 768px){.section-type-19 .testimonials-content a{font-size:1.6rem;line-height:6rem}}@media(max-width: 425px){.section-type-19 .testimonials-content a{max-width:100%;width:100%}}.section-type-19 .testimonials-content a:hover{background-color:#1a1a1a}.section-type-19 h2{font-size:4.5rem;line-height:5.4rem;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#1a1a1a;letter-spacing:-0.2rem}@media(max-width: 1365px){.section-type-19 h2{font-size:4rem;line-height:4.9rem}}@media(max-width: 768px){.section-type-19 h2{font-size:3.6rem;line-height:1.2}}.section-type-19 h2 .keyword{color:#b91737}.section-type-19 .slider-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;left:0;width:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;z-index:2}@media(max-width: 768px){.section-type-19 .slider-btn-group{display:none}}.section-type-19 .slider-btn{width:5.2rem;height:5.2rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background-color:#fff;border:.1rem solid #ddd;padding:0;line-height:1;cursor:pointer;pointer-events:auto}.section-type-19-pagination-0{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:2rem;width:100%;margin-top:3rem}@media(min-width: 768px){.section-type-19-pagination-0{display:none}}.section-type-19-pagination-0 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background-color:rgba(38,38,38,.3) !important}.c-3{width:100%;border-radius:2.5rem;background-color:#fff;-webkit-box-shadow:0 0 5.5rem rgba(0,0,0,.1);box-shadow:0 0 5.5rem rgba(0,0,0,.1);min-height:28rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:auto;margin-right:auto;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 768px){.c-3{padding:2rem 2rem 3rem 2rem}}@media(min-width: 768px){.c-3{padding:3rem 3rem 4rem 3rem}}.c-3 .testimonial-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:3rem;border-bottom:.1rem solid rgba(26,26,26,.1)}.c-3 .testimonial-img{margin-right:2.8rem;border-radius:50%;max-width:6.8rem;width:6.8rem;height:6.8rem;-o-object-fit:cover;object-fit:cover;-ms-flex-negative:0;flex-shrink:0;background-color:#707070}.c-3 .testimonial-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:3.1rem}@media(max-width: 1365px){.c-3 .testimonial-info{line-height:2.8rem}}@media(max-width: 768px){.c-3 .testimonial-info{line-height:2.5rem}}.c-3 .testimonial-name{color:#1a1a1a;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;line-height:3rem}@media(max-width: 1024px){.c-3 .testimonial-name{font-size:2rem}}@media(min-width: 1024px)and (max-width: 1365px){.c-3 .testimonial-name{font-size:2.4rem}}@media(min-width: 1366px){.c-3 .testimonial-name{font-size:2.6rem}}.c-3 .testimonial-work{font-family:"General Sans",Arial,Helvetica;font-weight:400;line-height:3rem;color:#1a1a1a}@media(max-width: 1024px){.c-3 .testimonial-work{font-size:1.6rem}}@media(min-width: 1024px)and (max-width: 1365px){.c-3 .testimonial-work{font-size:2rem}}@media(min-width: 1366px){.c-3 .testimonial-work{font-size:2.2rem}}.c-3 .testimonial-comment{font-family:"General Sans",Arial,Helvetica;font-weight:400;color:#1a1a1a;width:100%;padding-top:3rem}@media(max-width: 1024px){.c-3 .testimonial-comment{font-size:1.6rem;line-height:2.2rem;padding-right:2rem}}@media(min-width: 1024px)and (max-width: 1365px){.c-3 .testimonial-comment{font-size:2rem;line-height:2.6rem;padding-right:3rem}}@media(min-width: 1366px){.c-3 .testimonial-comment{font-size:2rem;line-height:2.6rem;padding-right:4rem}}.lead-type-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 768px){.lead-type-1{margin-bottom:1.6rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media(min-width: 768px){.lead-type-1{margin-bottom:3.5rem}}@media(max-width: 768px){.lead-type-1.mb-0{margin-bottom:0}}@media(min-width: 768px){.lead-type-1.mb-0{margin-bottom:0}}@media(max-width: 768px){.lead-type-1.pb{padding-bottom:1.6rem}}@media(min-width: 768px){.lead-type-1.pb{padding-bottom:3.5rem}}.lead-type-1.center{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lead-type-1.center>div:first-child{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 768px){.lead-type-1.row-in-mobile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 2rem}.lead-type-1.row-in-mobile>div+div{margin-top:0}}.lead-type-1>div:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.lead-type-1>div+div{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(max-width: 768px){.lead-type-1>div+div{margin-top:2rem}}@media(min-width: 768px){.lead-type-1>div+div{margin-left:3.6rem}}.lead-type-1 .swiper-button-prev,.lead-type-1 .swiper-button-next{position:relative}.lead-type-1 .swiper-nav{display:-webkit-box;display:-ms-flexbox;display:flex}.lead-type-1 h2{color:#1a1a1a;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;letter-spacing:-0.2rem}.lead-type-1 h2 b{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#b91737}@media(max-width: 768px){.lead-type-1 h2{font-size:2.4rem;line-height:3rem;width:100%}}@media(min-width: 768px)and (max-width: 1023px){.lead-type-1 h2{font-size:3.2rem;line-height:4rem}}@media(min-width: 1024px)and (max-width: 1365px){.lead-type-1 h2{font-size:3.6rem;line-height:4.4rem}}@media(min-width: 1366px){.lead-type-1 h2{font-size:4.5rem;line-height:5.4rem}}.lead-type-1 p{font-family:"General Sans",Arial,Helvetica;font-weight:400;color:#262626;max-width:72rem}@media(max-width: 768px){.lead-type-1 p{font-size:1.4rem;line-height:2rem;margin-top:1rem}}@media(min-width: 768px){.lead-type-1 p{font-size:1.6rem;line-height:2.2rem;margin-top:1.5rem}}.lead-type-1 .keyword{color:#b91737}.lead-type-1 .show-all{margin-left:auto;margin-right:3.2rem;font-size:1.6rem;line-height:2rem;color:#1a1a1a;text-decoration:underline !important;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;white-space:nowrap}@media(max-width: 1365px){.lead-type-1 .show-all{font-size:1.4rem;line-height:1.8rem}}@media(max-width: 768px){.lead-type-1 .show-all{margin-left:0;margin-right:auto}}.lead-type-1 .swiper-nav-btn{border-radius:50%;border:.2rem solid #e4e4e4;width:5.6rem;height:5.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:unset !important;left:unset;right:unset;top:unset;bottom:unset;margin-top:auto}@media(max-width: 1365px){.lead-type-1 .swiper-nav-btn{width:4.8rem;height:4.8rem}}@media(max-width: 768px){.lead-type-1 .swiper-nav-btn{width:4rem;height:4rem}}.lead-type-1 .swiper-nav-btn img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lead-type-1 .swiper-nav-btn:not(:last-child){margin-right:1.6rem}@media(max-width: 1365px){.lead-type-1 .swiper-nav-btn:not(:last-child){margin-right:1.2rem}}.lead-type-2{width:100%;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:8.4rem}@media(max-width: 1365px){.lead-type-2{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:translateY(0);transform:translateY(0);top:unset;padding:1.6rem 0}}@media(max-width: 767px){.lead-type-2{height:7.2rem}}.lead-type-2 .swiper-nav-btn{width:5.2rem;height:5.2rem;background-color:#fff;border-radius:50%;position:relative;position:unset !important;left:unset;right:unset;top:unset;bottom:unset;margin-top:auto}@media(max-width: 1365px){.lead-type-2 .swiper-nav-btn:first-child{margin-right:1.2rem}}@media(max-width: 767px){.lead-type-2 .swiper-nav-btn{width:4rem;height:4rem}}.section-type-5.in-speaker-detail .swiper{padding-top:0}.section-type-5 .section-type-5-slider{position:relative}.section-type-5 .section-type-5-slider .swiper-slide .c-5{max-width:28rem}.section-type-5 .section-type-5-slider .swiper{max-width:116rem}.section-type-5 .section-type-5-slider.light-bg .swiper{padding:3rem 0;overflow:visible}@media(max-width: 767px){.section-type-5 .section-type-5-slider.light-bg .swiper{padding:1.6rem 0}}.section-type-5 .section-type-5-slider.light-bg .c-5{-webkit-box-shadow:0 0 5.5rem rgba(0,0,0,.1);box-shadow:0 0 5.5rem rgba(0,0,0,.1)}@media(min-width: 768px){.section-type-5 .section-type-5-slider.no-navigation .swiper-nav{display:none}}@media(max-width: 1024px){.section-type-5 .swiper{padding:3rem 0}}@media(min-width: 1024px){.section-type-5 .swiper{padding:5rem 0}}.section-type-5 .show-all-btn{margin-top:1rem}.blog-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1rem}@media(max-width: 768px){.blog-section-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:center}}@media(min-width: 768px){.blog-section-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.blog-section-header hr{border:none;border-right:.2rem solid rgba(112,112,112,.7);height:5rem;margin:0 5rem}@media(max-width: 768px){.blog-section-header hr{display:none}}.blog-section-header .title{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#1a1a1a;letter-spacing:-0.2rem}@media(max-width: 768px){.blog-section-header .title{margin-top:3rem}}@media(max-width: 1024px){.blog-section-header .title{font-size:2.2rem;line-height:3rem}}@media(min-width: 1024px){.blog-section-header .title{font-size:3rem;line-height:5rem}}.c-5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:1.5rem;overflow:hidden;border:.1rem solid rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box}.c-5:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.c-5 .blog-img-wrapper{position:relative;overflow:hidden;padding-bottom:60%}.c-5 .blog-img-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out, -webkit-transform .1s ease-in-out}.c-5 .blog-summary-wrapper{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 768px){.c-5 .blog-summary-wrapper{min-height:15rem;padding:1.5rem 2rem 1.5rem 1.5rem}}@media(min-width: 768px){.c-5 .blog-summary-wrapper{min-height:19rem;padding:2rem 3rem 2.5rem 2.5rem}}.c-5 .category-badge{margin-bottom:1rem}.c-5 .date{font-size:1.4rem;line-height:2rem;font-family:"General Sans",Arial,Helvetica;font-weight:400;color:#b91737;margin-bottom:1rem}.c-5 .blog-title{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width: 1024px){.c-5 .blog-title{font-size:1.4rem;line-height:1.8rem}}@media(min-width: 1024px)and (max-width: 1365px){.c-5 .blog-title{font-size:1.6rem;line-height:2.2rem}}@media(min-width: 1366px){.c-5 .blog-title{font-size:1.8rem;line-height:2.5rem}}.show-all-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:2.6rem;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580}@media(max-width: 1024px){.show-all-btn{font-size:1.8rem}}@media(min-width: 1024px){.show-all-btn{font-size:2.2rem}}.show-all-btn a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.show-all-btn a:hover img{-webkit-transform:translateX(1rem);transform:translateX(1rem)}.show-all-btn img{will-change:transform;-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out, -webkit-transform .1s ease-in-out}@media(max-width: 1024px){.show-all-btn img{margin-left:1rem;height:1.6rem}}@media(min-width: 1024px){.show-all-btn img{margin-left:2rem}}@media(max-width: 1024px){.section-type-16{padding-top:4rem;padding-bottom:4rem}}@media(min-width: 1024px){.section-type-16{padding-top:13rem;padding-bottom:8rem}}@media(min-width: 1024px){.section-type-16.in-detail{padding-top:8rem}}.section-type-16 .inner-wrapper-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.faq-container{width:80rem;max-width:100%}.faq-container .primary-title{display:block;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#1a1a1a;text-align:center;letter-spacing:-0.2rem}.faq-container .primary-title span{color:#b91737}@media(max-width: 768px){.faq-container .primary-title{font-size:2.6rem;line-height:3rem;margin-bottom:2.5rem}}@media(min-width: 768px)and (max-width: 1023px){.faq-container .primary-title{font-size:3rem;line-height:4rem;margin-bottom:3rem}}@media(min-width: 1024px){.faq-container .primary-title{font-size:4.3rem;line-height:5.2rem;margin-bottom:5rem}}@media(max-width: 768px){.faq-container .show-all-btn{margin-top:2.5rem}}@media(min-width: 768px){.faq-container .show-all-btn{margin-top:4.5rem}}.accordion-item{border:.1rem solid rgba(112,112,112,.2);border-radius:1.5rem;margin-bottom:1.5rem;position:relative}.accordion-item:last-child{margin-bottom:0}.accordion-item .collapse.show+.border-item{opacity:1}.accordion-item .border-item{position:absolute;left:0;top:0;width:100%;height:100%;border:.1rem solid #b91737;border-radius:1.5rem;pointer-events:none;opacity:0;will-change:opacity;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.accordion-head button{font-family:"General Sans",Arial,Helvetica;font-weight:520;color:#1a1a1a;background-color:rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:left}@media(max-width: 768px){.accordion-head button{font-size:1.6rem;line-height:2rem;padding:1.5rem 1.5rem 1.5rem 2rem}}@media(min-width: 768px)and (max-width: 1023px){.accordion-head button{font-size:1.6rem;line-height:2rem;padding:2rem 2rem 2rem 3rem}}@media(min-width: 1024px){.accordion-head button{font-size:1.8rem;line-height:2.4rem;padding:2.5rem 3rem 2.5rem 4rem}}.accordion-head button[aria-expanded=true]{color:#b91737}.accordion-head button[aria-expanded=true] .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion-head button[aria-expanded=true] .icon img{opacity:0}.accordion-head button[aria-expanded=true] .icon img+img{opacity:1}.accordion-head .icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;margin-left:2rem}.accordion-head .icon img+img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg);opacity:0}.accordion-collapse{font-family:"General Sans",Arial,Helvetica;font-weight:400;color:#262626}@media(max-width: 768px){.accordion-collapse{font-size:1.4rem;line-height:2rem;padding:.5rem 2rem 1.5rem 2rem}}@media(min-width: 768px)and (max-width: 1023px){.accordion-collapse{font-size:1.4rem;line-height:2rem;padding:.5rem 2rem 1.5rem 3rem}}@media(min-width: 1024px){.accordion-collapse{font-size:1.5rem;line-height:2.2rem;padding:.5rem 3rem 2rem 4rem}}.collapse{height:0;overflow:hidden;will-change:height;-webkit-transition-delay:.4s;transition-delay:.4s;-webkit-transition:height .4s ease;transition:height .4s ease}.podcast-card{background-color:#fff;border-radius:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:.1rem solid rgba(112,112,112,.1);-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 1024px){.podcast-card{padding:1rem;min-height:10.2rem}}@media(min-width: 1024px){.podcast-card{padding:1.5rem;min-height:15.2rem}}.podcast-card:hover .img img{-webkit-transform:scale(1.05);transform:scale(1.05)}.podcast-card .img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}@media(max-width: 1024px){.podcast-card .img{min-width:8rem;max-width:8rem}}@media(min-width: 1024px){.podcast-card .img{min-width:12rem;max-width:12rem}}.podcast-card .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;will-change:transform;-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out, -webkit-transform .1s ease-in-out}.podcast-card .detail{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(max-width: 1024px){.podcast-card .detail{padding:0 0 0 1.5rem}}@media(min-width: 1024px){.podcast-card .detail{padding:.5rem 0 .5rem 2.5rem}}.podcast-card .cat{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#f7b600}@media(max-width: 1024px){.podcast-card .cat{font-size:1.4rem;line-height:2rem}}@media(min-width: 1024px){.podcast-card .cat{font-size:2rem;line-height:2.5rem}}.podcast-card .title{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width: 1024px){.podcast-card .title{font-size:1.4rem;line-height:1.6rem}}@media(min-width: 1024px){.podcast-card .title{font-size:2rem;line-height:2.5rem}}.podcast-card .link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#1a1a1a;-ms-flex-item-align:end;align-self:flex-end;margin-top:auto}@media(max-width: 1024px){.podcast-card .link{font-size:1.2rem;line-height:2rem}}@media(min-width: 1024px){.podcast-card .link{font-size:2rem;line-height:2.6rem}}@media(max-width: 1024px){.podcast-card .link img{margin-left:1rem;width:auto;height:1.2rem}}@media(min-width: 1024px){.podcast-card .link img{margin-left:2rem}}.for-title-sticky{width:100%;position:relative;z-index:901}@media(max-width: 768px){.for-title-sticky{min-height:14.4rem}}@media(min-width: 768px)and (max-width: 1023px){.for-title-sticky{min-height:9rem}}@media(min-width: 1024px)and (max-width: 1365px){.for-title-sticky{min-height:9rem}}@media(min-width: 1366px){.for-title-sticky{min-height:11rem}}.for-title-sticky .fixed-elem{width:100%}.for-title-sticky .fixed-elem.fixed{background-color:#fff;-webkit-box-shadow:0 .2rem 1.5rem rgba(0,0,0,.1);box-shadow:0 .2rem 1.5rem rgba(0,0,0,.1);position:fixed;left:0;z-index:98}@media(max-width: 767px){.for-title-sticky .fixed-elem.fixed{top:6rem}}@media(min-width: 768px){.for-title-sticky .fixed-elem.fixed{top:9rem}}@media(max-width: 767px){.for-title-sticky .fixed-elem.fixed .section-type-8{padding-top:1rem !important;padding-bottom:1rem !important}}@media(min-width: 768px){.for-title-sticky .fixed-elem.fixed .section-type-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important}}.for-title-sticky .fixed-elem.fixed .section-type-8 .lead-left .banner{display:none}.for-title-sticky .fixed-elem.fixed .section-type-8 .lead-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.for-title-sticky .section-type-8-lead{margin-bottom:0}.for-title-sticky .section-type-8{overflow:unset;padding-bottom:1.5rem !important}@media(max-width: 767px){.for-title-sticky .section-type-8 h1{font-size:3rem}}.pulse-button{-webkit-animation:borderPulse 1000ms infinite ease-out,colorShift 10000ms infinite ease-in;animation:borderPulse 1000ms infinite ease-out,colorShift 10000ms infinite ease-in;color:#fff}.pulse-button-hover{-webkit-animation:colorShift 10000ms infinite ease-in;animation:colorShift 10000ms infinite ease-in}.pulse-button:hover,.pulse-button:focus{-webkit-animation:borderPulse 1000ms infinite ease-out,colorShift 10000ms infinite ease-in,hoverShine 200ms;animation:borderPulse 1000ms infinite ease-out,colorShift 10000ms infinite ease-in,hoverShine 200ms}@-webkit-keyframes colorShift{0%,100%{background:#f7b600}33%{background:#b91737}66%{background:#1a1a1a}}@keyframes colorShift{0%,100%{background:#f7b600}33%{background:#b91737}66%{background:#1a1a1a}}@-webkit-keyframes borderPulse{0%{-webkit-box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,.4),0px 0px 0px 0px #fff;box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,.4),0px 0px 0px 0px #fff}100%{-webkit-box-shadow:inset 0px 0px 0px 3px rgba(117,117,255,.2),0px 0px 0px 10px rgba(255,255,255,0);box-shadow:inset 0px 0px 0px 3px rgba(117,117,255,.2),0px 0px 0px 10px rgba(255,255,255,0)}}@keyframes borderPulse{0%{-webkit-box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,.4),0px 0px 0px 0px #fff;box-shadow:inset 0px 0px 0px 5px rgba(255,255,255,.4),0px 0px 0px 0px #fff}100%{-webkit-box-shadow:inset 0px 0px 0px 3px rgba(117,117,255,.2),0px 0px 0px 10px rgba(255,255,255,0);box-shadow:inset 0px 0px 0px 3px rgba(117,117,255,.2),0px 0px 0px 10px rgba(255,255,255,0)}}@-webkit-keyframes hoverShine{0%{background-image:linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)}50%{background-image:linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%)}100%{background-image:linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 100%)}}@keyframes hoverShine{0%{background-image:linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)}50%{background-image:linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%)}100%{background-image:linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 100%)}}.category-badge{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#000;display:inline-block;padding:.55rem 1.6rem;background-color:#f7b600;border-radius:1rem}@media(max-width: 768px){.category-badge{font-size:1rem;line-height:1.2rem}}@media(min-width: 768px){.category-badge{font-size:1.2rem;line-height:1.4rem}}.project-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;background-color:#fff;font-family:"General Sans",Arial,Helvetica;font-weight:400;color:#1a1a1a}@media(max-width: 1024px){.project-card{font-size:1.5rem;line-height:2.8rem}}@media(min-width: 1024px){.project-card{font-size:2.4rem;line-height:4rem}}.project-card.type-1{background-color:#f2f2f2;border-radius:2rem;overflow:hidden}@media(min-width: 768px){.project-card.type-1{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:2rem}}@media(max-width: 768px){.project-card.type-1 .detail{padding:2rem 2rem}}@media(min-width: 768px){.project-card.type-1 .detail{padding:0 2rem 0 2rem}}.project-card.type-1 .img{border-radius:2rem;min-height:18rem}@media(max-width: 768px){.project-card.type-1 .img{width:100%}}@media(min-width: 768px){.project-card.type-1 .img{width:24rem;min-width:24rem}}.project-card.type-1 .p-tag{position:unset;width:15rem;height:4rem;-webkit-transform:unset;transform:unset;margin-bottom:1rem}.project-card.type-1 .title{padding-top:0;padding-bottom:0;line-height:1.4;margin-bottom:.5rem}@media(min-width: 1024px){.project-card.type-1 .title{font-size:2.2rem;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580}}.project-card.type-1 p{margin-bottom:0 !important}@media(min-width: 1024px){.project-card.type-1 p{font-size:1.8rem;line-height:1.4;font-family:"General Sans",Arial,Helvetica;font-weight:400}}.project-card.type-1 .link-btn{color:#b91737;margin-top:auto}.project-card .img{width:100%;display:inline-block;position:relative;border-radius:2.5rem;overflow:hidden}.project-card .img:hover img{-webkit-transform:scale(1.02);transform:scale(1.02)}.project-card .img:before{content:"";display:inline-block;width:100%;padding-top:52.6315789474%}.project-card .img>img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;will-change:transform;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.project-card .p-tag{position:absolute;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:.4rem 2rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:1rem;background-color:#fff;-webkit-box-shadow:0 .3rem 1.6rem rgba(0,0,0,.15);box-shadow:0 .3rem 1.6rem rgba(0,0,0,.15)}@media(max-width: 1024px){.project-card .p-tag{height:3.4rem;width:13rem;right:1.5rem}}@media(min-width: 1024px){.project-card .p-tag{height:5rem;width:19rem;right:2.5rem}}.project-card .p-tag img{width:auto;max-height:3.2rem;max-width:90%}.project-card .detail{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}@media(max-width: 1024px){.project-card .detail{padding:1.5rem 1.5rem 1rem 1rem;min-height:10rem}}@media(min-width: 1024px){.project-card .detail{padding:2.4rem 2rem 1rem 1.5rem;min-height:14rem}}.project-card .author{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#b91737;margin-bottom:.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width: 1024px){.project-card .author{font-size:1.6rem;line-height:2rem}}@media(min-width: 1024px){.project-card .author{font-size:2.4rem;line-height:3rem}}.project-card .title{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#262626;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media(max-width: 1024px){.project-card .title{font-size:1.6rem;line-height:2rem}}@media(min-width: 1024px){.project-card .title{font-size:2.4rem;line-height:3rem}}.project-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card .link-btn{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#f7b600;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:2rem}@media(max-width: 1024px){.project-card .link-btn{font-size:1.3rem;line-height:1.6rem}}@media(min-width: 1024px){.project-card .link-btn{font-size:1.8rem;line-height:2rem}}@media(max-width: 1024px){.project-card .link-btn>img{margin-left:1rem;width:auto;height:1.5rem}}@media(min-width: 1024px){.project-card .link-btn>img{margin-left:2rem}}.author-list-huge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:-0.4rem;position:relative;z-index:1}.author-circle-card{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:4.4rem;width:4.4rem;height:4.4rem;border-radius:50%;position:relative;background-color:#d8d8d8;border:.4rem solid #fff;margin-right:-1.5rem;z-index:-1}.author-circle-card:hover::before,.author-circle-card:hover:after{opacity:1}.author-circle-card::before{content:attr(data-title);font-size:1.4rem;line-height:1.2;font-family:"General Sans",Arial,Helvetica;font-weight:520;color:#fff;background-color:#262626;text-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:1.2rem;padding:1rem 2rem;position:absolute;top:-1rem;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);white-space:nowrap}.author-circle-card:after{content:"";position:absolute;top:-1rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0;border-left:.5rem solid rgba(0,0,0,0);border-right:.5rem solid rgba(0,0,0,0);border-top:.8rem solid #262626}.author-circle-card::before,.author-circle-card:after{pointer-events:none;-webkit-transition:opacity ease .3s;transition:opacity ease .3s;will-change:opacity;opacity:0}.author-circle-card img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.speaker-biography-full-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:-0.5rem;margin-right:-0.5rem;border-radius:2rem}@media(max-width: 768px){.speaker-biography-full-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem 0}}.speaker-biography-full-card>div{padding-left:.5rem;padding-right:.5rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media(max-width: 1024px){.speaker-biography-full-card>div{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.speaker-biography-full-card>div:first-child{display:none}}@media(min-width: 1024px){.speaker-biography-full-card>div:first-child{-ms-flex-preferred-size:28rem;flex-basis:28rem;max-width:28rem}.speaker-biography-full-card>div:nth-child(2){-ms-flex-preferred-size:calc(100% - 28rem);flex-basis:calc(100% - 28rem);max-width:calc(100% - 28rem)}}.speaker-biography-full-card .image-elem{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;position:relative;overflow:hidden}@media(max-width: 1024px){.speaker-biography-full-card .image-elem{border-radius:2rem}}@media(min-width: 1024px){.speaker-biography-full-card .image-elem{border-top-left-radius:2rem;border-bottom-left-radius:2rem}}@media(max-width: 1024px){.speaker-biography-full-card .image-elem{display:none}}.speaker-biography-full-card .image-elem::before{content:"";width:100%;display:block;background-color:#000;opacity:.2}@media(max-width: 768px){.speaker-biography-full-card .image-elem::before{padding-top:70%}}@media(min-width: 768px){.speaker-biography-full-card .image-elem::before{padding-top:135%}}.speaker-biography-full-card .image-elem img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center -2rem;object-position:center -2rem}.speaker-biography-full-card .content-huge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#f2f2f2;height:100%;width:100%}@media(max-width: 1024px){.speaker-biography-full-card .content-huge{gap:2rem;padding:2rem 2rem;border-radius:2rem}}@media(min-width: 1024px){.speaker-biography-full-card .content-huge{gap:4rem;padding:5rem 3rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem}}.speaker-biography-full-card .title{line-height:1.2;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#b91737;display:block;margin-bottom:1rem}@media(max-width: 1024px){.speaker-biography-full-card .title{font-size:2rem}}@media(min-width: 1024px){.speaker-biography-full-card .title{font-size:2.4rem}}.speaker-biography-full-card .desc{line-height:1.2;font-family:"General Sans",Arial,Helvetica;font-weight:400;color:#1a1a1a}@media(max-width: 1024px){.speaker-biography-full-card .desc{font-size:1.4rem}}@media(min-width: 1024px){.speaker-biography-full-card .desc{font-size:2rem}}.speaker-biography-full-card .desc p{display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}.speaker-biography-full-card .button-el{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:rgba(0,0,0,0);line-height:1.2;font-family:"General Sans",Arial,Helvetica;font-weight:520;color:#b91737;gap:1rem;padding:0;-webkit-transition:opacity ease .3s;transition:opacity ease .3s;will-change:opacity}@media(max-width: 768px){.speaker-biography-full-card .button-el{font-size:1.2rem}}@media(min-width: 768px){.speaker-biography-full-card .button-el{font-size:1.4rem}}.speaker-biography-full-card .button-el:hover{opacity:.8}.speaker-biography-full-card .button-el span{text-decoration:underline}@media(min-width: 1024px){.section-speaker-detail-page-main .container{overflow:unset;display:block}}.section-speaker-detail-page-main .inner-wrapper-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0 5.5rem;margin-left:auto;margin-right:auto}@media(max-width: 1024px){.section-speaker-detail-page-main .inner-wrapper-1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem 0;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.section-speaker-detail-page-main .inner-wrapper-1>div:first-child{max-width:40rem}@media(max-width: 1024px){.section-speaker-detail-page-main .inner-wrapper-1>div:first-child{max-width:100%}}@media(min-width: 1024px){.section-speaker-detail-page-main .inner-wrapper-1>div:first-child{position:sticky;top:10rem}}.section-speaker-detail-page-main .inner-wrapper-1>div:nth-child(2){-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.section-speaker-detail-page-main .primary-title-box{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0 2rem;position:relative;padding-bottom:3rem;width:100%;margin-bottom:2rem}.section-speaker-detail-page-main .primary-title-box::before{content:"";position:absolute;bottom:0;left:4rem;width:calc(100% - 10rem);height:.1rem;background-color:rgba(112,112,112,.4)}@media(max-width: 768px){.section-speaker-detail-page-main .primary-title-box::before{width:100%;left:0}}.section-speaker-detail-page-main .primary-title-box .icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:4rem;width:4rem;height:4rem}.section-speaker-detail-page-main .primary-title-box>div{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.4rem 0}.section-speaker-detail-page-main .primary-title-box .s-name{font-size:1.3rem;line-height:1.2;font-family:"General Sans",Arial,Helvetica;font-weight:520;color:rgba(38,38,38,.5)}.section-speaker-detail-page-main .primary-title-box .desc{font-size:2.2rem;line-height:1.2;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#262626}.section-speaker-detail-page-main .main-content-huge{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;font-size:2rem;line-height:1.6;font-family:"General Sans",Arial,Helvetica;font-weight:400;color:#1a1a1a}@media(min-width: 768px){.section-speaker-detail-page-main .main-content-huge{padding-left:4rem}}.section-speaker-detail-page-main .main-content-huge strong{font-size:2rem;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580}.section-speaker-detail-page-main .main-content-huge .red{color:#b91737}.section-speaker-detail-page-main .main-content-huge hr{border:none;width:calc(100% - 6rem);padding:0;margin:0 0 3rem 0;border-top:.1rem solid rgba(112,112,112,.2)}.section-speaker-detail-page-main .main-content-huge h1{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#262626;margin-bottom:2.5rem}@media(max-width: 1024px){.section-speaker-detail-page-main .main-content-huge h1{font-size:3rem;line-height:4rem}}@media(min-width: 1024px){.section-speaker-detail-page-main .main-content-huge h1{font-size:4.5rem;line-height:5rem}}.section-speaker-detail-page-main .main-content-huge h2:not(.heading-1){font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#b91737;margin-bottom:1rem}@media(max-width: 1024px){.section-speaker-detail-page-main .main-content-huge h2:not(.heading-1){font-size:2.2rem;line-height:2.7rem}}@media(min-width: 1024px){.section-speaker-detail-page-main .main-content-huge h2:not(.heading-1){font-size:3rem;line-height:3.7rem}}.section-speaker-detail-page-main .main-content-huge h2:not(.heading-1)+p{margin-top:2rem}@media(max-width: 1024px){.section-speaker-detail-page-main .main-content-huge h2:not(.heading-1)+p{margin-top:1rem}}.section-speaker-detail-page-main .main-content-huge strong{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580}.section-speaker-detail-page-main .main-content-huge h3{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#1a1a1a;margin-bottom:1rem;padding-top:1rem}@media(max-width: 1024px){.section-speaker-detail-page-main .main-content-huge h3{font-size:1.9rem;line-height:2.5rem}}@media(min-width: 1024px){.section-speaker-detail-page-main .main-content-huge h3{font-size:2.5rem;line-height:3.2rem}}.section-speaker-detail-page-main .main-content-huge h3+p{margin-top:2rem}@media(max-width: 1024px){.section-speaker-detail-page-main .main-content-huge h3+p{margin-top:1rem}}.section-speaker-detail-page-main .main-content-huge .color-red{color:#b91737}.section-speaker-detail-page-main .main-content-huge h4{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;font-size:2.3rem;line-height:3.2rem;color:#1a1a1a;margin-bottom:1rem;padding-top:1rem;color:#b91737}@media(max-width: 1365px){.section-speaker-detail-page-main .main-content-huge h4{font-size:1.8rem;line-height:1.5}}@media(max-width: 1023px){.section-speaker-detail-page-main .main-content-huge h4{font-size:1.6rem}}.section-speaker-detail-page-main .main-content-huge h4.color-red{color:#b91737}.section-speaker-detail-page-main .main-content-huge h5,.section-speaker-detail-page-main .main-content-huge h6{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;font-size:2.1rem;line-height:3rem;color:#1a1a1a;margin-bottom:1rem;padding-top:1rem;color:#b91737}@media(max-width: 1365px){.section-speaker-detail-page-main .main-content-huge h5,.section-speaker-detail-page-main .main-content-huge h6{font-size:1.8rem;line-height:1.5}}@media(max-width: 1023px){.section-speaker-detail-page-main .main-content-huge h5,.section-speaker-detail-page-main .main-content-huge h6{font-size:1.6rem}}.section-speaker-detail-page-main .main-content-huge h5.color-red,.section-speaker-detail-page-main .main-content-huge h6.color-red{color:#b91737}.section-speaker-detail-page-main .main-content-huge .lead-p p{font-family:"General Sans",Arial,Helvetica;font-weight:400;font-size:3rem;line-height:1.4;color:#1a1a1a}@media(max-width: 1365px){.section-speaker-detail-page-main .main-content-huge .lead-p p{font-size:2.7rem;line-height:1.4}}@media(max-width: 1023px){.section-speaker-detail-page-main .main-content-huge .lead-p p{font-size:2.2rem}}.section-speaker-detail-page-main .main-content-huge .section-type-7-info{margin-bottom:2rem}@media(max-width: 1365px){.section-speaker-detail-page-main .main-content-huge .section-type-7-info{margin-bottom:1.6rem}}.section-speaker-detail-page-main .main-content-huge .section-type-7-info p{font-family:"General Sans",Arial,Helvetica;font-weight:400;font-size:2rem;line-height:3.6rem;color:#666;margin:0}@media(max-width: 1365px){.section-speaker-detail-page-main .main-content-huge .section-type-7-info p{font-size:1.8rem;line-height:1.5}}@media(max-width: 1023px){.section-speaker-detail-page-main .main-content-huge .section-type-7-info p{font-size:1.6rem}}.section-speaker-detail-page-main .main-content-huge>img,.section-speaker-detail-page-main .main-content-huge picture img{max-width:100%;margin:3.2rem 0;-o-object-fit:cover;object-fit:cover;height:auto}@media(max-width: 1365px){.section-speaker-detail-page-main .main-content-huge>img,.section-speaker-detail-page-main .main-content-huge picture img{margin:2.4rem 0}}.section-speaker-detail-page-main .main-content-huge .read-more-content p:last-of-type,.section-speaker-detail-page-main .main-content-huge .hidden-content p:last-of-type{margin-bottom:0}.section-speaker-detail-page-main .main-content-huge p{color:#1a1a1a;font-family:"General Sans",Arial,Helvetica;font-weight:400;max-width:97%}.section-speaker-detail-page-main .main-content-huge p a{color:#b91737;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;text-decoration:underline !important}@media(max-width: 1024px){.section-speaker-detail-page-main .main-content-huge p{font-size:1.8rem;line-height:3rem;margin-bottom:1.6rem}}@media(min-width: 1024px){.section-speaker-detail-page-main .main-content-huge p{font-size:2rem;line-height:3.6rem;margin-bottom:3rem}}.section-speaker-detail-page-main .main-content-huge .read-more,.section-speaker-detail-page-main .main-content-huge .read-less{font-size:1.6rem;line-height:2rem;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;text-decoration:underline !important}.section-speaker-detail-page-main .main-content-huge ul{list-style:outside}.section-speaker-detail-page-main .main-content-huge ol{list-style-type:decimal}.section-speaker-detail-page-main .main-content-huge ol li::marker{font-family:"General Sans",Arial,Helvetica;font-weight:520}.section-speaker-detail-page-main .main-content-huge ul,.section-speaker-detail-page-main .main-content-huge ol{padding-left:3rem;margin-bottom:2rem}.section-speaker-detail-page-main .main-content-huge ul li,.section-speaker-detail-page-main .main-content-huge ol li{font-family:"General Sans",Arial,Helvetica;font-weight:400;font-size:2rem;line-height:2.8rem;color:#1a1a1a;margin-bottom:1.5rem}@media(max-width: 1024px){.section-speaker-detail-page-main .main-content-huge ul li,.section-speaker-detail-page-main .main-content-huge ol li{font-size:1.8rem;line-height:3rem}}@media(min-width: 1024px){.section-speaker-detail-page-main .main-content-huge ul li,.section-speaker-detail-page-main .main-content-huge ol li{font-size:2rem;line-height:3.6rem}}.section-speaker-detail-page-main .main-content-huge ul li::marker,.section-speaker-detail-page-main .main-content-huge ol li::marker{margin-right:.1rem}.section-speaker-detail-page-main .project-card{margin-bottom:1rem}.section-speaker-detail-page-main .main-card-list-huge{padding-left:4rem}.speaker-detail-primary-tab-content>div{display:none}.speaker-detail-primary-tab-content>div.active{display:block}#speakers-topic-sidebar{max-width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden}@media(max-width: 1024px){#speakers-topic-sidebar{width:100%}}@media(min-width: 1024px){#speakers-topic-sidebar{border:.1rem solid rgba(112,112,112,.4);width:40rem;-webkit-box-shadow:0px 5px 5px rgba(0,0,0,.2);box-shadow:0px 5px 5px rgba(0,0,0,.2);border-radius:2rem}}#speakers-topic-sidebar+hr{width:100%;padding:0;border:none;border-top:.1rem solid rgba(112,112,112,.25)}@media(max-width: 1024px){#speakers-topic-sidebar+hr{margin-top:1rem;margin-bottom:3rem}}@media(min-width: 1024px){#speakers-topic-sidebar+hr{margin:5rem 0}}#speakers-topic-sidebar .head-huge{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 1.4rem;padding:2.6rem 2.4rem}@media(max-width: 1024px){#speakers-topic-sidebar .head-huge{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:0}}@media(min-width: 1024px){#speakers-topic-sidebar .head-huge{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:#f2f2f2}}#speakers-topic-sidebar .head-huge .icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:4rem;width:4rem;height:4rem}#speakers-topic-sidebar .head-huge>div{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.4rem 0}#speakers-topic-sidebar .head-huge .s-name{font-size:1.3rem;line-height:1;font-family:"General Sans",Arial,Helvetica;font-weight:520;color:rgba(38,38,38,.5)}#speakers-topic-sidebar .head-huge .desc{font-size:2.2rem;line-height:1;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#262626}#speakers-topic-sidebar .list-huge{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 1024px){#speakers-topic-sidebar .list-huge{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.5rem;padding-bottom:2rem;overflow-x:auto}}@media(min-width: 1024px){#speakers-topic-sidebar .list-huge{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}#speakers-topic-sidebar .list-huge .elem{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 4rem;font-size:1.9rem;line-height:1.2;font-family:"General Sans",Arial,Helvetica;font-weight:520;color:#1a1a1a;border-radius:0;-webkit-transition:background-color ease-in-out .3s,color ease-in-out .3s;transition:background-color ease-in-out .3s,color ease-in-out .3s;will-change:background-color,color;position:relative}@media(max-width: 1024px){#speakers-topic-sidebar .list-huge .elem{border:.1rem solid #262626;border-radius:3.5rem;font-size:1.2rem;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:rgba(26,26,26,.6);padding:0 2rem}}@media(min-width: 1024px){#speakers-topic-sidebar .list-huge .elem::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:1.5rem;width:0;height:0;border-top:.7rem solid rgba(0,0,0,0);border-bottom:.7rem solid rgba(0,0,0,0);border-left:1.2rem solid #fff;opacity:0;-webkit-transition:opacity ease .3s;transition:opacity ease .3s;will-change:opacity}}#speakers-topic-sidebar .list-huge .elem:hover,#speakers-topic-sidebar .list-huge .elem.active{background-color:#b91737;color:#fff}#speakers-topic-sidebar .list-huge .elem:hover::before,#speakers-topic-sidebar .list-huge .elem.active::before{opacity:1}#speakers-topic-sidebar .list-huge .elem:last-child>span{border-bottom:none}#speakers-topic-sidebar .list-huge .elem>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(max-width: 1024px){#speakers-topic-sidebar .list-huge .elem>span{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;white-space:nowrap;padding:1.4rem 0}}@media(min-width: 1024px){#speakers-topic-sidebar .list-huge .elem>span{padding:2.4rem 1rem;border-bottom:.1rem solid rgba(112,112,112,.2)}#speakers-topic-sidebar .list-huge .elem>span::before{content:"・";margin-right:1rem}}#speaker-topics-card{max-width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media(max-width: 1024px){#speaker-topics-card{width:100%}}@media(min-width: 1024px){#speaker-topics-card{width:40rem}}#speaker-topics-card .title{font-size:1.4rem;line-height:1.2;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#b91737;margin-bottom:1rem}#speaker-topics-card .list-huge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}@media(max-width: 1024px){#speaker-topics-card .list-huge{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0 .5rem;width:100%;overflow-x:auto;padding-bottom:2rem;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}@media(min-width: 1024px){#speaker-topics-card .list-huge{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem 0}}#speaker-topics-card .elem{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;line-height:1.2;font-family:"General Sans",Arial,Helvetica;font-weight:520;color:#fff;border-radius:.5rem;overflow:hidden;position:relative;z-index:1;background-color:rgba(17,17,17,.4)}@media(max-width: 1024px){#speaker-topics-card .elem{font-size:1.2rem;width:18rem;min-width:18rem;padding:1.4rem 3rem}}@media(min-width: 1024px){#speaker-topics-card .elem{font-size:1.9rem;padding:2rem 3rem}}#speaker-topics-card .elem:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}#speaker-topics-card .elem img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1;-webkit-transition:-webkit-transform ease .3s;transition:-webkit-transform ease .3s;transition:transform ease .3s;transition:transform ease .3s, -webkit-transform ease .3s;will-change:transform}.about-the-speaker-section{width:100%;padding:0;background-color:#f2f2f2;border-top:.1rem solid rgba(112,112,112,.4);border-bottom:.1rem solid rgba(112,112,112,.4);font-size:2rem;line-height:1.6;font-family:"General Sans",Arial,Helvetica;font-weight:400;color:#1a1a1a}.about-the-speaker-section .inner-wrapper-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0 2rem;padding-top:0;padding-bottom:0}@media(max-width: 768px){.about-the-speaker-section .inner-wrapper-1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.about-the-speaker-section .inner-wrapper-1 p strong{font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580}.about-the-speaker-section .inner-wrapper-1 p a{color:#b91737;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;text-decoration:underline !important}.about-the-speaker-section .image-el{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:5rem;min-width:5rem;height:5rem;border-radius:50%;overflow:hidden;background-color:#1a1a1a}.about-the-speaker-section .image-el img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-the-speaker-section .title{font-size:2.4rem;line-height:1.2;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#b91737;display:block;margin-top:1rem;margin-bottom:1.6rem}@media(max-width: 768px){.about-the-speaker-section .title{margin-bottom:.8rem}}.about-the-speaker-section h2{font-size:4.2rem;line-height:1.2;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#1a1a1a;display:block;margin-top:1rem;margin-bottom:.4rem}@media(max-width: 768px){.about-the-speaker-section h2{font-size:2.4rem}}.about-the-speaker-section h3{font-size:2.8rem;line-height:1.2;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#1a1a1a;display:block;margin-top:1rem;margin-bottom:.4rem}@media(max-width: 768px){.about-the-speaker-section h3{font-size:2rem}}.about-the-speaker-section h4{font-size:2.8rem;line-height:1.2;font-family:"General Sans",Arial,Helvetica;font-weight:520;color:#1a1a1a;display:block;margin-top:1rem;margin-bottom:.4rem}@media(max-width: 768px){.about-the-speaker-section h4{font-size:2rem}}@media(min-width: 1024px){.about-the-speaker-section p,.about-the-speaker-section ul li{margin-bottom:3rem}}@media(max-width: 1024px){.about-the-speaker-section p,.about-the-speaker-section ul li{margin-bottom:1.6rem}}@media(max-width: 768px){.about-the-speaker-section p,.about-the-speaker-section ul li{font-size:1.8rem}}.about-the-speaker-section p strong,.about-the-speaker-section ul li strong{font-family:"General Sans",Arial,Helvetica;font-weight:520}.about-the-speaker-section ul li{margin-left:2rem;margin-bottom:0 !important}.small-card-with-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:15rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.5rem 0;font-size:1.4rem;line-height:1.28;font-family:"General Sans",Arial,Helvetica;font-weight:520;color:#262626;text-align:center;padding:1rem 2.6rem;border-radius:1.5rem;background-color:#e5e5e5}.small-card-with-icon p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.prize-modal-open{overflow:hidden}.prize-modal{position:fixed;left:0;top:0;width:100%;height:100%;height:100vh;height:100svh;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1000;padding:4rem;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:auto}.prize-modal.active{display:-webkit-box;display:-ms-flexbox;display:flex}.prize-modal>div{max-width:100%;width:100%;position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prize-modal .modal-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:-1}.prize-modal-box{width:80rem;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:2rem;background-color:#fff;position:relative;z-index:4}@media(max-width: 1024px){.prize-modal-box{padding:4rem}}@media(min-width: 1024px){.prize-modal-box{padding:6rem}}.prize-modal-box .btn-close-el{position:absolute;right:-1.5rem;top:-1.5rem;cursor:pointer;padding:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#fff;border:none;border-radius:50%;width:unset;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.prize-modal-box .primary-modal-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:3rem 0}.prize-modal-box .head-huge{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0 3rem;padding-bottom:3rem;border-bottom:.1rem solid #d3d3d3;padding-right:3rem}.prize-modal-box .primary-title{font-size:1.8rem;line-height:1.3;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#262626}.prize-modal-box .content-huge{font-size:1.8rem;line-height:1.6;font-family:"General Sans",Arial,Helvetica;font-weight:520;color:#262626}.production-modal-open{overflow:hidden}.production-modal{position:fixed;left:0;top:0;width:100%;height:100%;height:100vh;height:100svh;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1000;padding:4rem;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:auto}.production-modal.active{display:-webkit-box;display:-ms-flexbox;display:flex}.production-modal>div{max-width:100%}.production-modal .modal-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.production-modal-box{width:37rem;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:2rem;background-color:#fff;position:relative;z-index:4}@media(max-width: 1024px){.production-modal-box{padding:4rem}}@media(min-width: 1024px){.production-modal-box{padding:4rem}}.production-modal-box .btn-close-el{position:absolute;right:-1.5rem;top:-1.5rem;cursor:pointer;padding:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#fff;border:none;border-radius:50%;width:unset;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.production-modal-box .primary-modal-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2rem 0}.production-modal-box .primary-modal-content img{width:100%;height:auto}.production-modal-box .head-huge{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0 3rem;padding-bottom:3rem;border-bottom:.1rem solid #d3d3d3;padding-right:3rem}.production-modal-box .primary-title{font-size:1.8rem;line-height:1.3;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#262626}.production-modal-box .content-huge{font-size:1.8rem;line-height:1.6;font-family:"General Sans",Arial,Helvetica;font-weight:520;color:#262626}.product-small-card{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;background-color:#e5e5e5;height:21rem;padding:2rem 1rem 1rem 1rem;border-radius:1.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;text-align:center}.product-small-card img{width:auto;height:auto;max-height:100%;max-width:100%}.product-small-card span{font-size:1.4rem;line-height:1.2;font-weight:bold;font-family:"General Sans",Arial,Helvetica;font-weight:580;color:#1a1a1a;display:block;margin-top:.8rem;margin-bottom:.8rem;min-height:3.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}