@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@font-face{font-family:Bovino-Black;font-style:normal;font-weight:800;src:url('{{ "Bovino-Black.otf" | asset_url }}') format("opentype"),url('{{ "Bovino-Black.ttf" | asset_url }}') format("truetype")}@font-face{font-family:Bovino-BlackItalic;font-style:normal;font-weight:800;src:url('{{ "Bovino-BlackItalic.otf" | asset_url }}') format("opentype"),url('{{ "Bovino-BlackItalic.ttf" | asset_url }}') format("truetype")}@font-face{font-family:Bovino-Regular;font-style:normal;font-weight:400;src:url('{{ "Bovino-Regular.otf" | asset_url }}') format("opentype"),url('{{ "Bovino-Regular.ttf" | asset_url }}') format("truetype")}@font-face{font-family:Bovino-RegularItalic;font-style:normal;font-weight:800;src:url('{{ "Bovino-RegularItalic.otf" | asset_url }}') format("opentype"),url('{{ "Bovino-RegularItalic.ttf" | asset_url }}') format("truetype")}@font-face{font-family:Bovino Trial;font-style:italic;font-weight:400;src:url("{{ 'BovinoTrial_Italic-Regular.otf' | asset_url }}") format("opentype")}@font-face{font-family:Bovino Trial;font-style:italic;font-weight:900;src:url("{{ 'BovinoTrial_Italic-Black.otf' | asset_url }}") format("opentype")}@font-face{font-family:Bovino Trial;font-style:normal;font-weight:400;src:url("{{ 'BovinoTrial_Normal-Regular.otf' | asset_url }}") format("opentype")}@font-face{font-family:Bovino Trial;font-style:normal;font-weight:900;src:url("{{ 'BovinoTrial_Normal-Black.otf' | asset_url }}") format("opentype")}:root{--custom-first-font-family: "Bovino-Regular";--custom-second-font-family: "Bovino-Black";--custom-third-font-family: "Bovino-BlackItalic";--custom-fourth-font-family: "Open Sans";--custom-fifth-font-family: "Inter";--custom-sixth-font-family: "Bovino Trial";--custom-seventh-font-family: "Montserrat";--custom-eight-font-family: "Poppins";--primary-color: ;--secondary-color: #ffffff;--white-color: #ffffff;--black-color: #000000;--transition-duration: .4s;--transition-timing: linear}.abc-loader-spinner{display:block;width:2rem;height:2rem;border-radius:9999px;border-bottom:2px solid #4b5563;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.lf-btn{--btn-text-color: #ffffff;--btn-background-color: transparent;--btn-border-color: #ffffff;--btn-hover-text-color: #000000;--btn-hover-background-color: #ffffff;--btn-hover-border-color: #ffffff;display:flex;justify-content:center;align-items:center;background-color:var(--btn-background-color);max-width:fit-content;min-width:200px;width:100%;padding:16px 32px;border:1px solid var(--btn-border-color);transition:all .2s ease-in-out 0ms;cursor:pointer}@media only screen and (max-width:1080px){.lf-btn{min-width:160px}}@media only screen and (max-width:749px){.lf-btn{max-width:100%;padding:11px 25px}}@media only screen and (max-width:480px){.lf-btn{max-width:100%}}.lf-btn .lf-btn-label{color:var(--btn-text-color);font-family:var(--custom-fifth-font-family);font-size:24px;font-style:normal;font-weight:400;text-align:center;text-transform:capitalize;line-height:1.25em;white-space:nowrap;-webkit-user-select:none;user-select:none;text-decoration:unset}@media only screen and (max-width:1080px){.lf-btn .lf-btn-label{font-size:18px}}@media only screen and (max-width:749px){.lf-btn .lf-btn-label{font-size:12px}}.lf-btn:hover{background-color:var(--btn-hover-background-color);border-color:var(--btn-hover-border-color)}.lf-btn:hover .lf-btn-label{color:var(--btn-hover-text-color)}.custom-header{background:#242424}@media only screen and (max-width:980px){.custom-header{position:relative}}.custom-header .custom-header-container{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin:0 auto;align-items:center;padding:32px 27px 99px}@media only screen and (max-width:1180px){.custom-header .custom-header-container{padding:32px 27px 80px}}@media only screen and (max-width:1080px){.custom-header .custom-header-container{padding:32px 27px 70px}}@media only screen and (max-width:980px){.custom-header .custom-header-container{padding:32px 27px 60px}}@media only screen and (max-width:880px){.custom-header .custom-header-container{padding:32px 27px 50px}}@media only screen and (max-width:780px){.custom-header .custom-header-container{padding:32px 27px 40px}}@media only screen and (max-width:680px){.custom-header .custom-header-container{padding:32px 18px 40px}}@media only screen and (max-width:950px){.custom-header .custom-header-container .nav-item-1{display:none}}.custom-header .custom-header-container .nav-item-1 ul{display:flex;gap:24px;list-style:disc;padding-left:20px}.custom-header .custom-header-container .nav-item-1 ul li{color:#fff}.custom-header .custom-header-container .nav-item-1 ul li a{text-decoration:none;color:#fff;text-align:center;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:100%;text-transform:uppercase}.custom-header .custom-header-container .logo-container{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%}.custom-header .custom-header-container .logo-container .logo-svg{width:40px;height:40px}.custom-header .custom-header-container .logo-container .logo-text-svg{width:160px;height:34px}@media only screen and (max-width:950px){.custom-header .custom-header-container .nav-item-2{display:none}}.custom-header .custom-header-container .nav-item-2 .custom-button-demo{max-width:234px;height:29px;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.custom-header .custom-header-container .nav-item-2 .custom-button-demo .custom-text{display:flex;padding:5px 12px 2px;justify-content:center;align-items:center;gap:10px;border-radius:32px;border:1px solid #FFF}.custom-header .custom-header-container .nav-item-2 .custom-button-demo .custom-text span{color:#fff;font-family:var(--custom-first-font-family);font-size:22px;font-style:normal;font-weight:900;line-height:100%;letter-spacing:-.66px;text-transform:uppercase}.custom-header .custom-header-container .nav-item-2 .custom-button-demo .custom-arrow{border-radius:50px;border:1px solid #FFF;width:29px;height:29px;flex-shrink:0;align-items:center;justify-content:center;display:flex}.custom-header .custom-header-container .humberger-menu{display:none}@media only screen and (max-width:950px){.custom-header .custom-header-container .humberger-menu{display:flex;align-items:center;margin-right:24px}}.custom-header .custom-header-container .humberger-menu{cursor:pointer}.custom-header .custom-header-container .humberger-menu .humberger-icon{width:24px;height:18px;display:flex;flex-direction:column;justify-content:space-between}.custom-header .custom-header-container .humberger-menu .humberger-icon .line{width:100%;height:3px;background-color:#fff}.custom-header .custom-header-container .humberger-menu button{background:none;padding:0;border:none;cursor:pointer}.custom-header .mobile-menu{position:absolute;z-index:999;top:100%;left:0;display:none;flex-direction:column;align-items:center;width:100%;padding:10px 0 20px;background-color:#242424}.custom-header .mobile-menu.active{display:flex}.custom-header .mobile-menu .nav-item-1{max-width:324px}.custom-header .mobile-menu .nav-item-1 ul{display:flex;flex-direction:column;gap:24px;list-style:disc;padding-left:20px}.custom-header .mobile-menu .nav-item-1 ul li{color:#fff}.custom-header .mobile-menu .nav-item-1 ul li a{text-decoration:none;color:#fff;text-align:center;font-family:Open Sans;font-size:14px;font-style:normal;font-weight:600;line-height:100%;text-transform:uppercase}.custom-header .mobile-menu .button-container .custom-button-demo{max-width:234px;height:29px;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.custom-header .mobile-menu .button-container .custom-button-demo .custom-text{display:flex;padding:5px 12px 2px;justify-content:center;align-items:center;gap:10px;border-radius:32px;border:1px solid #FFF}.custom-header .mobile-menu .button-container .custom-button-demo .custom-text span{color:#fff;font-family:var(--custom-first-font-family);font-size:22px;font-style:normal;font-weight:900;line-height:100%;letter-spacing:-.66px;text-transform:uppercase}.custom-header .mobile-menu .button-container .custom-button-demo .custom-arrow{border-radius:50px;border:1px solid #FFF;width:29px;height:29px;flex-shrink:0;align-items:center;justify-content:center;display:flex}.custom-footer-section{background:#0a0a0a;width:100%;padding:133px 150px 78px;overflow:hidden;position:relative}@media only screen and (max-width:1180px){.custom-footer-section{padding:100px 90px 65px}}@media only screen and (max-width:1080px){.custom-footer-section{padding:90px 80px 55px}}@media only screen and (max-width:950px){.custom-footer-section{padding:80px 70px 40px}}@media only screen and (max-width:880px){.custom-footer-section{padding:70px 60px 40px}}@media only screen and (max-width:780px){.custom-footer-section{padding:70px 50px 40px 60px}}@media only screen and (max-width:680px){.custom-footer-section{padding:70px 35px 40px}}@media only screen and (max-width:580px){.custom-footer-section{padding:70px 27px 30px}}.custom-footer-section .overlay-image-left{position:absolute;z-index:1;left:-190px;bottom:-35px}@media only screen and (max-width:950px){.custom-footer-section .overlay-image-left{display:none}}.custom-footer-section .overlay-image-left img{width:347px;height:470px}.custom-footer-section .overlay-image-right{position:absolute;z-index:1;right:-80px;top:-160px;transform:rotate(179deg)}@media only screen and (max-width:950px){.custom-footer-section .overlay-image-right{display:none}}.custom-footer-section .overlay-image-right img{width:180px;height:300px}.custom-footer-section .overlay-image-right-mobile{position:absolute;z-index:1;right:-130px;bottom:-20px;transform:rotate(237deg);display:none}@media only screen and (max-width:950px){.custom-footer-section .overlay-image-right-mobile{display:block}}.custom-footer-section .overlay-image-right-mobile img{width:180px;height:300px}.custom-footer-section .custom-footer-container{max-width:1440px;margin:0 auto}@media only screen and (max-width:950px){.custom-footer-section .custom-footer-container{display:flex;flex-direction:column}}.custom-footer-section .custom-footer-container .nav-container{display:flex;flex-direction:row;padding-left:60px;padding-bottom:60px;justify-content:space-between}@media only screen and (max-width:1380px){.custom-footer-section .custom-footer-container .nav-container{justify-content:unset;gap:80px}}@media only screen and (max-width:950px){.custom-footer-section .custom-footer-container .nav-container{display:flex;flex-direction:column;gap:70px}}@media only screen and (max-width:880px){.custom-footer-section .custom-footer-container .nav-container{gap:60px}}@media only screen and (max-width:780px){.custom-footer-section .custom-footer-container .nav-container{gap:50px}}@media only screen and (max-width:680px){.custom-footer-section .custom-footer-container .nav-container{width:100%;padding-left:0;padding-bottom:27px;gap:35px}}@media only screen and (max-width:580px){.custom-footer-section .custom-footer-container .nav-container{gap:27px}}.custom-footer-section .custom-footer-container .nav-container .footer-description{width:524px}@media only screen and (max-width:680px){.custom-footer-section .custom-footer-container .nav-container .footer-description{width:100%}}.custom-footer-section .custom-footer-container .nav-container .footer-description .logo{display:flex;flex-direction:row;align-items:center;margin-bottom:20px}.custom-footer-section .custom-footer-container .nav-container .footer-description .logo .logo-svg{width:44px;height:43px;aspect-ratio:44.83/43.95}.custom-footer-section .custom-footer-container .nav-container .footer-description .logo .logo-svg svg{width:44px;height:43px}.custom-footer-section .custom-footer-container .nav-container .footer-description .logo .text-svg{height:55px;width:100%}.custom-footer-section .custom-footer-container .nav-container .footer-description .logo .text-svg svg{width:170px}.custom-footer-section .custom-footer-container .nav-container .footer-description .description{width:465px}@media only screen and (max-width:680px){.custom-footer-section .custom-footer-container .nav-container .footer-description .description{width:100%}}.custom-footer-section .custom-footer-container .nav-container .footer-description .description p{font-family:var(--custom-fifth-font-family);font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:#76787b;margin:0}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container{display:flex;flex-direction:row;gap:48px}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav1{width:200px}@media only screen and (max-width:1250px){.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav1{width:150px}}@media only screen and (max-width:1150px){.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav1{width:120px}}@media only screen and (max-width:1050px){.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav1{width:90px}}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav1 .footer-nav1-col{display:flex;flex-direction:column}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav1 .footer-nav1-col h3{font-family:var(--custom-fifth-font-family);color:#94a3b8;font-size:12px;font-style:normal;font-weight:700;line-height:16px;letter-spacing:1.2px;text-transform:uppercase}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav1 .footer-nav1-col ul{list-style:none;padding:0;margin:0}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav1 .footer-nav1-col ul li{margin-bottom:10px}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav1 .footer-nav1-col ul li a{text-decoration:none;font-family:var(--custom-fifth-font-family);font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#76787b}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav1 .footer-nav1-col ul li a:hover{color:#fff}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav2{width:200px}@media only screen and (max-width:1250px){.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav2{width:150px}}@media only screen and (max-width:1150px){.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav2{width:120px}}@media only screen and (max-width:1050px){.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav2{width:90px}}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav2 .footer-nav2-col{display:flex;flex-direction:column}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav2 .footer-nav2-col h3{font-family:var(--custom-fifth-font-family);color:#94a3b8;font-size:12px;font-style:normal;font-weight:700;line-height:16px;letter-spacing:1.2px;text-transform:uppercase}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav2 .footer-nav2-col ul{list-style:none;padding:0;margin:0}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav2 .footer-nav2-col ul li{margin-bottom:10px}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav2 .footer-nav2-col ul li a{text-decoration:none;font-family:var(--custom-fifth-font-family);font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#76787b}.custom-footer-section .custom-footer-container .nav-container .inner-nav-container .footer-nav2 .footer-nav2-col ul li a:hover{color:#fff}.custom-footer-section .custom-footer-container .copyright{display:flex;padding:32px 0 0;justify-content:space-between;align-items:center;align-self:stretch;border-top:1px solid #454545}@media only screen and (max-width:680px){.custom-footer-section .custom-footer-container .copyright{flex-direction:column;gap:18px;align-items:start}}.custom-footer-section .custom-footer-container .copyright .info-1 p{color:#76787b;text-align:center;font-family:var(--custom-fifth-font-family);font-size:12px;font-style:normal;font-weight:700;line-height:16px;letter-spacing:1.2px;text-transform:uppercase;margin:0}.custom-footer-section .custom-footer-container .copyright .info-2{display:flex;justify-content:center;gap:32px}.custom-footer-section .custom-footer-container .copyright .info-2 a{text-decoration:none;color:#76787b;text-align:center;font-family:var(--custom-fifth-font-family);font-size:12px;font-style:normal;font-weight:700;line-height:16px;letter-spacing:1.2px;text-transform:uppercase}.custom-footer-section .custom-footer-container .copyright .info-2 a:hover{color:#fff}.custom-demo-section{background:#242424}.custom-demo-section .custom-demo-container{max-width:1440px;margin:0 auto}.custom-demo-section .custom-demo-container .info-container{display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:1280px){.custom-demo-section .custom-demo-container .info-container{gap:unset;justify-content:space-between;padding:10px 50px}}@media only screen and (max-width:950px){.custom-demo-section .custom-demo-container .info-container{flex-direction:column;align-items:center;padding:60px 35px}}@media only screen and (max-width:880px){.custom-demo-section .custom-demo-container .info-container{padding:10px 30px 60px}}@media only screen and (max-width:780px){.custom-demo-section .custom-demo-container .info-container{padding:10px 27px 60px}}.custom-demo-section .custom-demo-container .info-container .inner-container{display:flex;flex-direction:column;margin-bottom:68px}@media only screen and (max-width:950px){.custom-demo-section .custom-demo-container .info-container .inner-container{margin-bottom:0}}.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-top{color:#d2d2d2;font-family:var(--custom-second-font-family);font-size:40px;font-style:normal;font-weight:400;line-height:100%;text-transform:uppercase}@media only screen and (max-width:1280px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-top{font-size:38px}}@media only screen and (max-width:1180px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-top{font-size:35px}}@media only screen and (max-width:1080px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-top{font-size:32px}}@media only screen and (max-width:980px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-top{font-size:28px}}@media only screen and (max-width:950px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-top{font-size:24px;text-align:center}}@media only screen and (max-width:880px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-top{font-size:22px}}@media only screen and (max-width:780px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-top{font-size:18px}}@media only screen and (max-width:680px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-top{font-size:15px}}.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper{width:900px;height:192px}@media only screen and (max-width:1280px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper{width:590px}}@media only screen and (max-width:1180px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper{width:550px}}@media only screen and (max-width:1080px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper{width:540px}}@media only screen and (max-width:980px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper{width:400px;height:140px}}@media only screen and (max-width:880px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper{width:400px}}@media only screen and (max-width:680px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper{margin-bottom:45px;width:100%}}.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container{position:relative}.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container .demo-title{color:#fff;font-family:var(--custom-second-font-family);font-size:75px;font-style:normal;font-weight:900;line-height:100%;text-transform:uppercase}.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container .demo-title:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;color:#fff;filter:blur(6px);pointer-events:none}@media only screen and (max-width:1180px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container .demo-title{font-size:75px}}@media only screen and (max-width:1080px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container .demo-title{font-size:70px}}@media only screen and (max-width:980px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container .demo-title{font-size:60px}}@media only screen and (max-width:950px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container .demo-title{font-size:50px;text-align:center}}@media only screen and (max-width:880px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container .demo-title{font-size:40px}}.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container.hidden-title{opacity:0;display:none;visibility:hidden;pointer-events:none}.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container-2{position:relative}.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container-2 .demo-title{color:#fff;font-family:var(--custom-second-font-family);font-size:96px;font-style:normal;font-weight:900;line-height:100%;text-transform:uppercase}.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container-2 .demo-title:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;color:#fff;filter:blur(6px);pointer-events:none}@media only screen and (max-width:1280px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container-2 .demo-title{font-size:80px}}@media only screen and (max-width:1180px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container-2 .demo-title{font-size:75px}}@media only screen and (max-width:1080px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container-2 .demo-title{font-size:70px}}@media only screen and (max-width:980px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container-2 .demo-title{font-size:60px}}@media only screen and (max-width:980px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container-2 .demo-title{font-size:50px;text-align:center}}@media only screen and (max-width:880px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container-2 .demo-title{font-size:40px}}.custom-demo-section .custom-demo-container .info-container .inner-container .demo-title-wrapper .demo-title-container-2.hidden-title{opacity:0;display:none;visibility:hidden;pointer-events:none}.custom-demo-section .custom-demo-container .info-container .inner-container .demo-description{margin-bottom:32px}.custom-demo-section .custom-demo-container .info-container .inner-container .demo-description p{width:343px;color:#76787b;font-family:var(--custom-fourth-font-family);font-size:15px;font-style:normal;font-weight:400;line-height:150%;margin:0}@media only screen and (max-width:950px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-description p{text-align:center}}@media only screen and (max-width:580px){.custom-demo-section .custom-demo-container .info-container .inner-container .demo-description p{width:100%}}.custom-demo-section .custom-demo-container .info-container .inner-container .custom-container .custom-newsletter .placeholder-container{margin-bottom:15px}.custom-demo-section .custom-demo-container .info-container .inner-container .custom-container .custom-newsletter .placeholder-container input{display:flex;width:100%;max-height:41px;min-height:41px;padding:0 24px;align-items:center;gap:1.143px;flex-shrink:0;outline:none;box-shadow:none;background-color:#fff;border:1.143px solid #171717;color:#000;font-family:var(--custom-fifth-font-family);font-size:14px;font-style:normal;font-weight:600;line-height:100%}@media only screen and (max-width:680px){.custom-demo-section .custom-demo-container .info-container .inner-container .custom-container .custom-newsletter .placeholder-container input{font-size:13px}}@media only screen and (max-width:580px){.custom-demo-section .custom-demo-container .info-container .inner-container .custom-container .custom-newsletter .placeholder-container input{font-size:12px}}.custom-demo-section .custom-demo-container .info-container .inner-container .custom-container .custom-newsletter .newsletter-button{display:flex;flex-direction:row;max-height:41px;min-height:41px;margin:0;padding:0;border:none;background:none;width:100%}.custom-demo-section .custom-demo-container .info-container .inner-container .custom-container .custom-newsletter .newsletter-button .button-title{display:flex;align-items:center;background-color:#000;color:#fff;text-align:right;font-family:var(--custom-fifth-font-family);font-size:16px;font-style:normal;font-weight:800;line-height:100%;cursor:pointer;width:100%;overflow:hidden;justify-content:center}@media only screen and (max-width:680px){.custom-demo-section .custom-demo-container .info-container .inner-container .custom-container .custom-newsletter .newsletter-button .button-title{font-size:14px}}@media only screen and (max-width:580px){.custom-demo-section .custom-demo-container .info-container .inner-container .custom-container .custom-newsletter .newsletter-button .button-title{font-size:12px}}.custom-demo-section .custom-demo-container .media-container{max-width:1266px;height:763px;border-top-right-radius:50px;border-top-left-radius:50px;overflow:hidden;margin:0 auto}@media only screen and (max-width:1280px){.custom-demo-section .custom-demo-container .media-container{padding:0 40px}}@media only screen and (max-width:950px){.custom-demo-section .custom-demo-container .media-container{flex-direction:column;align-items:center;padding:0 35px;height:unset;max-height:614px;margin-bottom:-10px}}@media only screen and (max-width:880px){.custom-demo-section .custom-demo-container .media-container{padding:0 30px;border-top-right-radius:17px;border-top-left-radius:17px}}@media only screen and (max-width:780px){.custom-demo-section .custom-demo-container .media-container{padding:0 27px}}.custom-demo-section .custom-demo-container .media-container img,.custom-demo-section .custom-demo-container .media-container video{width:100%;height:100%;object-fit:cover;border-top-right-radius:50px;border-top-left-radius:50px}@media only screen and (max-width:880px){.custom-demo-section .custom-demo-container .media-container img,.custom-demo-section .custom-demo-container .media-container video{border-top-right-radius:17px;border-top-left-radius:17px}}.lf-page--events-schedule-v2 .lf-section--event-schedule{position:relative;background-color:#242424;padding:90px 25px 100px}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule{padding:90px 0}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container{max-width:1140px;width:100%;margin:0 auto}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container>h1{color:var(--white-color);font-family:var(--custom-first-font-family);font-size:80px;font-style:normal;font-weight:400;text-align:center;line-height:1.25em;margin-bottom:24px}@media only screen and (max-width:1440px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container>h1{font-size:56px}}@media only screen and (max-width:1280px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container>h1{font-size:52px}}@media only screen and (max-width:1080px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container>h1{font-size:46px}}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container>h1{font-size:42px;padding:0 25px;margin-bottom:18px}}@media only screen and (max-width:480px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container>h1{font-size:36px}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container>h5{color:var(--white-color);font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;text-align:center;text-transform:uppercase;line-height:1.25em;letter-spacing:-.32px;margin-bottom:30px;padding:16px;border-top:1px solid #4a5971;border-bottom:1px solid #4a5971}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container>h5{font-size:14px}}@media only screen and (max-width:480px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container>h5{font-size:12px}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap{position:relative;width:100%;min-height:400px}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar{position:sticky;z-index:2;top:55px;background-color:#242424}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-day-tab-list{display:flex;justify-content:flex-start;align-items:stretch;gap:48px;overflow-x:auto;margin-bottom:24px;border-bottom:1px solid #242424}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-day-tab-list{gap:0}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-day-tab-list .lf-day-tab-item{padding:20px 0;border-bottom:3px solid transparent;-webkit-user-select:none;user-select:none;cursor:pointer}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-day-tab-list .lf-day-tab-item{padding:20px 25px}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-day-tab-list .lf-day-tab-item .lf-day-count{color:var(--white-color);font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;text-transform:uppercase;line-height:1.25em;white-space:nowrap;-webkit-user-select:none;user-select:none;margin-bottom:8px}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-day-tab-list .lf-day-tab-item .lf-day-date{color:var(--white-color);font-family:var(--custom-first-font-family);font-size:24px;font-style:normal;font-weight:400;text-transform:capitalize;line-height:1.25em;white-space:nowrap;-webkit-user-select:none;user-select:none}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-day-tab-list .lf-day-tab-item.--selected-day{border-color:var(--white-color)}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-event-venue-list{display:flex;justify-content:flex-start;align-items:stretch;gap:8px;overflow-x:auto;padding-bottom:40px}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-event-venue-list{padding:0 25px 40px}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-event-venue-list .lf-event-venue-item{--text-color: var(--white-color);--venue-color: var(--white-color);width:fit-content;height:43px;padding:4px;border-radius:26px;border:1px solid var(--venue-color);cursor:pointer}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-event-venue-list .lf-event-venue-item>.lf-row{display:flex;justify-content:center;align-items:center;gap:4px;height:100%}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-event-venue-list .lf-event-venue-item>.lf-row .lf-event-venue-count{color:var(--text-color);font-family:var(--custom-second-font-family);font-size:11px;font-style:normal;font-weight:800;text-align:center;text-transform:uppercase;line-height:1.25em;letter-spacing:-.44px;display:flex;justify-content:center;align-items:center;background-color:var(--venue-color);width:33px;height:33px;border-radius:50%}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-event-venue-list .lf-event-venue-item>.lf-row .lf-event-venue-name{color:var(--text-color);font-family:var(--custom-second-font-family);font-size:10px;font-style:normal;font-weight:700;text-transform:uppercase;line-height:1.3em;letter-spacing:-.2px;white-space:nowrap;-webkit-user-select:none;user-select:none;padding:0 8px 0 4px}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-event-venue-list .lf-event-venue-item.--selected-venue>.lf-row{background-color:var(--venue-color);border-radius:33px}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-event-venue-list .lf-event-venue-item.--selected-venue>.lf-row .lf-event-venue-count,.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-event-venue-list .lf-event-venue-item.--selected-venue>.lf-row .lf-event-venue-name{color:var(--text-color)}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-event-venue-list .lf-event-venue-item.--selected-venue>.lf-row .lf-event-venue-count{background-color:var(--venue-color)}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-event-venue-list .lf-event-venue-item.all-venues{background-color:var(--white-color)}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-primary-toolbar .lf-event-venue-list .lf-event-venue-item.all-venues>.lf-row .lf-event-venue-name{color:#061529;padding:0 4px}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list{position:relative;z-index:1;display:flex;flex-direction:column;gap:24px;width:100%}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list{padding:0 25px}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item{background-color:#1e2736;max-width:100%;width:100%;overflow:hidden;padding:0;border:2px solid #404f64;text-decoration:unset}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:36px;padding:32px 37px;border-width:0 0 0 8px;border-style:solid;border-color:var(--venue-color)}@media only screen and (max-width:1080px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row{gap:30px;padding:28px 30px}}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row{flex-wrap:wrap;gap:16px;padding:25px 27px}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(1){max-width:180px;width:100%}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(1){order:1}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(1) .lf-event-time-range{color:var(--white-color);font-family:var(--custom-fifth-font-family);font-size:32px;font-style:normal;font-weight:400;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:var(--white-color);text-transform:capitalize;line-height:1.25em;white-space:nowrap;margin-bottom:8px}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(1) .lf-event-duration{color:#94a3b8;font-family:var(--custom-fifth-font-family);font-size:16px;font-style:normal;font-weight:400;text-transform:uppercase;line-height:1.25em;white-space:nowrap}@media only screen and (max-width:1080px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(1) .lf-event-duration{font-size:15px}}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(1) .lf-event-duration{font-size:13px}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2){width:100%}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2){order:3}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2) .lf-event-title{color:var(--white-color);font-family:var(--custom-fifth-font-family);font-size:28px;font-style:normal;font-weight:400;text-overflow:ellipsis;text-transform:capitalize;line-height:1.25em;display:block;max-height:2.5em;min-height:2.5em;height:auto;overflow:hidden;margin-bottom:16px}@media only screen and (max-width:1080px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2) .lf-event-title{font-size:26px}}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2) .lf-event-title{font-size:24px;max-height:3.75em;min-height:1.25em;margin-bottom:11px}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2) .lf-event-speaker-list{color:#94a3b8;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:400;text-transform:uppercase;line-height:1.25em;min-height:1.25em;margin-bottom:30px}@media only screen and (max-width:1080px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2) .lf-event-speaker-list{font-size:15px}}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2) .lf-event-speaker-list{font-size:13px;margin-bottom:28px}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2) .lf-event-location-wrap{display:flex;justify-content:flex-start;align-items:center;gap:10px;width:fit-content;padding:8px 16px;border:1px solid #5e6d86;border-radius:39px}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2) .lf-event-location-wrap{gap:5px;padding:8px 10px}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2) .lf-event-location-wrap .lf-event-location-text{color:#94a3b8;font-family:var(--custom-fifth-font-family);font-size:16px;font-style:normal;font-weight:400;text-transform:uppercase;line-height:1.25em;white-space:nowrap}@media only screen and (max-width:1080px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2) .lf-event-location-wrap .lf-event-location-text{font-size:14px}}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(2) .lf-event-location-wrap .lf-event-location-text{font-size:13px}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(3){max-width:200px;width:100%}@media only screen and (max-width:1080px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(3){max-width:160px}}@media only screen and (max-width:749px){.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(3){order:2}}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(3) .lf-btn--buy-now{--btn-text-color: #07162f;--btn-background-color: var(--primary-color);--btn-border-color: var(--primary-color);--btn-hover-text-color: #07162f;--btn-hover-background-color: #d1bb2f;--btn-hover-border-color: #d1bb2f}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item>.lf-row>.lf-col:nth-child(3) .lf-btn--sold-out{--btn-text-color: #6d6a55;--btn-background-color: #fffbde;--btn-border-color: #fffbde;--btn-hover-text-color: #6d6a55;--btn-hover-background-color: #fffbde;--btn-hover-border-color: #fffbde;pointer-events:none;cursor:default}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-event-list .lf-event-item.--sold-out{background-image:url(../assets/event-sold-out-backdrop_v01-439x232.png);background-position:center;background-repeat:no-repeat;background-color:#181f2d}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-loading-state{position:absolute;z-index:3;display:flex;justify-content:center;align-items:center;width:100%;min-height:400px;visibility:hidden;opacity:0}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-loading-state svg{width:50px;height:50px}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-loading-state.--is-loading{visibility:visible;opacity:1}.lf-page--events-schedule-v2 .lf-section--event-schedule .lf-container .lf-event-wrap .lf-no-events-found{color:var(--white-color);font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;text-align:center;text-transform:uppercase;line-height:1.25em;letter-spacing:-.32px;white-space:nowrap;display:flex;justify-content:center;align-items:center;width:100%;min-height:400px}.abc-page--events-calendar .abc-section--calendar{position:relative;width:100%;padding-top:67px;background-color:#171717}.abc-page--events-calendar .abc-section--calendar>h1{color:var(--white-color);font-family:var(--custom-sixth-font-family);font-size:100px;font-weight:900;text-align:center;text-transform:uppercase;line-height:1.25em;margin:0 auto 12px;padding:0 25px}@media only screen and (max-width:1440px){.abc-page--events-calendar .abc-section--calendar>h1{font-size:80px}}@media only screen and (max-width:1280px){.abc-page--events-calendar .abc-section--calendar>h1{font-size:60px}}@media only screen and (max-width:1080px){.abc-page--events-calendar .abc-section--calendar>h1{font-size:50px}}@media only screen and (max-width:749px){.abc-page--events-calendar .abc-section--calendar>h1{font-size:40px}}@media only screen and (max-width:480px){.abc-page--events-calendar .abc-section--calendar>h1{font-size:30px}}.abc-page--events-calendar .abc-section--calendar>h3{color:var(--white-color);font-family:var(--custom-sixth-font-family);font-size:40px;font-weight:400;text-align:center;line-height:1.25em;margin:0 auto 52px;padding:0 25px}@media only screen and (max-width:1080px){.abc-page--events-calendar .abc-section--calendar>h3{font-size:36px}}@media only screen and (max-width:749px){.abc-page--events-calendar .abc-section--calendar>h3{font-size:32px}}@media only screen and (max-width:480px){.abc-page--events-calendar .abc-section--calendar>h3{font-size:26px}}.abc-page--events-calendar .abc-section--calendar .day-selector{padding:0 25px}.abc-page--events-calendar .abc-section--calendar .day-selector .day-tab-wrap{position:relative;display:block}@media only screen and (max-width:1080px){.abc-page--events-calendar .abc-section--calendar .day-selector .day-tab-wrap{display:none}}.abc-page--events-calendar .abc-section--calendar .day-selector .day-tab-wrap .day-tab-list{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:stretch;gap:15px;margin-bottom:40px}.abc-page--events-calendar .abc-section--calendar .day-selector .day-tab-wrap .day-tab-list .day-tab-item{color:#76787b;width:fit-content;padding:10px 20px;border-radius:10px;background-color:#171717;border:1px solid #76787b;cursor:pointer}.abc-page--events-calendar .abc-section--calendar .day-selector .day-tab-wrap .day-tab-list .day-tab-item .day-tab-row{display:flex;justify-content:flex-start;align-items:center;gap:10px}.abc-page--events-calendar .abc-section--calendar .day-selector .day-tab-wrap .day-tab-list .day-tab-item .day-tab-row .svg-icon--calendar{fill:inherit}.abc-page--events-calendar .abc-section--calendar .day-selector .day-tab-wrap .day-tab-list .day-tab-item .day-tab-row .day-tab-col .day-tab-count{color:inherit;font-family:var(--custom-fourth-font-family);font-size:15px;font-weight:500;text-transform:uppercase;line-height:1em;margin-bottom:5px}.abc-page--events-calendar .abc-section--calendar .day-selector .day-tab-wrap .day-tab-list .day-tab-item .day-tab-row .day-tab-col .day-tab-date{color:#cacaca;font-family:var(--custom-fourth-font-family);font-size:20px;font-weight:700;text-transform:uppercase;line-height:1em;white-space:nowrap}.abc-page--events-calendar .abc-section--calendar .day-selector .day-tab-wrap .day-tab-list .day-tab-item.--selected-day{color:var(--black-color);background-color:var(--white-color);border-color:var(--white-color)}.abc-page--events-calendar .abc-section--calendar .day-selector .day-tab-wrap .day-tab-list .day-tab-item.--selected-day .day-tab-col .day-tab-date{color:inherit}.abc-page--events-calendar .abc-section--calendar .day-selector .day-dropdown-select-wrap{position:relative;display:none;max-width:260px;width:100%;margin:0 auto}@media only screen and (max-width:1080px){.abc-page--events-calendar .abc-section--calendar .day-selector .day-dropdown-select-wrap{display:block}}.abc-page--events-calendar .abc-section--calendar .day-selector .day-dropdown-select-wrap .day-dropdown-btn{display:flex;flex-direction:row;justify-content:space-between;align-items:center;text-align:left;max-width:260px;width:100%;padding:10px 12px;cursor:pointer;background-color:var(--white-color);border:1px solid #e0e0e0}.abc-page--events-calendar .abc-section--calendar .day-selector .day-dropdown-select-wrap .day-dropdown-btn .svg-icon--angle-down{width:14px;rotate:0deg;transition:rotate .1s var(--transition-timing) 0ms}.abc-page--events-calendar .abc-section--calendar .day-selector .day-dropdown-select-wrap .day-dropdown-btn.--toggle .svg-icon--angle-down{rotate:180deg}.abc-page--events-calendar .abc-section--calendar .day-selector .day-dropdown-select-wrap .day-dropdown-menu{position:absolute;z-index:10;top:100%;left:0;max-width:260px;width:100%;max-height:240px;overflow-y:auto;background-color:var(--white-color);border:1px solid #e0e0e0}.abc-page--events-calendar .abc-section--calendar .day-selector .day-dropdown-select-wrap .day-dropdown-menu .day-dropdown-item{padding:10px 12px;cursor:pointer}.abc-page--events-calendar .abc-section--calendar .day-selector .day-dropdown-select-wrap .day-dropdown-menu .day-dropdown-item:hover{background-color:#f7f7f7}.abc-page--events-calendar .abc-section--calendar .day-selector .day-dropdown-select-wrap .day-dropdown-menu .day-dropdown-item.--active{background-color:#eee}.abc-page--events-calendar .abc-section--calendar .day-view-screen{background-color:#171717}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-utilities{position:relative;top:0;right:0;display:block;width:fit-content;margin-left:auto}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-utilities>.abc-row{display:flex;justify-content:center;align-items:center;gap:16px;width:fit-content;padding:12px 16px}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-utilities>.abc-row .abc-btn--toggle-zoom-in,.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-utilities>.abc-row .abc-btn--toggle-zoom-out,.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-utilities>.abc-row .abc-btn--toggle-full-screen{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:var(--white-color);border:1px solid var(--black-color);-webkit-appearance:none;appearance:none;cursor:pointer}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-utilities>.abc-row .abc-btn--toggle-zoom-in:disabled,.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-utilities>.abc-row .abc-btn--toggle-zoom-out:disabled,.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-utilities>.abc-row .abc-btn--toggle-full-screen:disabled{opacity:.5;pointer-events:none;cursor:default}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container{position:relative;width:100%;height:700px;overflow:auto;background-color:#171717;-webkit-user-select:none;user-select:none;cursor:grab}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper{position:relative;transition:transform .2s ease,width .2s ease,height .2s ease;will-change:zoom}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-head{position:sticky;z-index:2;top:0;display:grid;grid-template-rows:var(--venue-col-height);width:100%;background-color:#171717;border-width:1px 0 1px 0;border-style:solid;border-color:var(--border-grid-color)}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-head .top-left-corner{position:sticky;top:0;left:0;display:flex;justify-content:center;align-items:center;overflow:hidden;background-color:#171717;background-image:linear-gradient(to top right,transparent 49.5%,var(--border-grid-color) 50%,transparent 50.5%);border-right:1px solid var(--border-grid-color)}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-head .top-left-corner .venue-label,.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-head .top-left-corner .time-label{color:#b9babe;font-family:var(--custom-seventh-font-family);font-size:12px;font-style:normal;font-weight:500;text-transform:uppercase;line-height:1.25em;white-space:nowrap;position:absolute}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-head .top-left-corner .venue-label{top:14px;right:5px}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-head .top-left-corner .time-label{left:5px;bottom:14px}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-head .venue-column{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:center;height:calc(100% - 28px);margin-left:14px;padding:14px;background-color:var(--white-color);border-right:1px solid var(--black-color)}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-head .venue-column .venue-name{color:var(--black-color);font-family:var(--custom-eight-font-family);font-size:12px;font-style:normal;font-weight:700;text-align:center;text-transform:uppercase;line-height:1.25em;height:1.25em;overflow:hidden}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-head .venue-column:last-child{margin-right:14px}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body{position:relative;z-index:1;display:grid;border-top:1px solid var(--border-grid-color)}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .time-column{position:sticky;z-index:2;top:0;left:0;background-color:#171717;border-right:1px solid var(--border-grid-color)}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .time-column .half-hour{display:flex;justify-content:center;align-items:center;border-bottom:1px solid var(--border-grid-color)}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .time-column .half-hour .half-hour-text{color:#d6d6d8;font-family:var(--custom-seventh-font-family);font-size:12px;font-weight:500;text-transform:uppercase;line-height:1.25em;white-space:nowrap;width:fit-content;height:1.25em;overflow:hidden}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column{position:relative;z-index:1;width:100%}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .half-hour-border{display:block;border-bottom:1px solid var(--border-grid-color)}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block{text-decoration:none;position:relative;z-index:1;width:calc(100% - 14px);min-height:calc(var(--hour-height) / 2);height:calc(var(--hour-height) / 2);overflow:hidden;margin-left:14px;scale:1;background-color:var(--white-color);border:1px solid var(--black-color);transition:all .2s var(--transition-timing) 0ms}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row{display:flex;align-items:stretch;width:100%;height:100%}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(1){display:flex;justify-content:center;align-items:center;max-width:25px;min-width:25px;width:100%;background-color:var(--white-color)}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(1) .event-date{color:var(--black-color);font-family:var(--custom-fourth-font-family);font-size:9px;font-weight:500;text-transform:uppercase;white-space:nowrap;rotate:-90deg}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(2){display:flex;flex-direction:column;justify-content:flex-start;width:100%;padding:15px 12px}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(2) .event-duration{color:var(--white-color);font-family:var(--custom-fourth-font-family);font-size:9px;font-weight:500;text-transform:uppercase;line-height:1.25em;white-space:nowrap;width:fit-content;height:1.25em;overflow:hidden;margin-bottom:19px}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(2) .event-title{color:var(--white-color);font-family:var(--custom-sixth-font-family);font-size:14px;font-style:normal;font-weight:900;text-transform:uppercase;line-height:1.25em;min-height:2.5em;overflow:hidden;margin-bottom:5px}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(2) .event-venue-wrap{width:fit-content;margin:auto 0 5px;padding:2px 6px;background-color:#f59e0b;border-radius:50px}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(2) .event-venue-wrap .event-venue{color:var(--white-color);font-family:var(--custom-fourth-font-family);font-size:10px;font-style:normal;font-weight:600;text-transform:uppercase;line-height:1.3em;width:fit-content;max-height:2.6em;min-height:1.3em;height:auto;overflow:hidden}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(2) .event-venue-location{color:var(--white-color);font-family:var(--custom-fourth-font-family);font-size:9px;font-style:normal;font-weight:600;text-transform:uppercase;line-height:1.3em;max-height:2.6em;min-height:1.3em;height:auto;overflow:hidden}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(2) .event-speakers{color:var(--black-color);font-family:var(--custom-fourth-font-family);font-size:13px;font-style:normal;line-height:1.3em;min-height:3.9em;overflow:hidden;margin-top:auto}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(3){max-width:112px;min-width:112px;width:100%;padding:12px 8px;border-left:1px dashed #797979}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(3) .event-date{color:var(--white-color);font-family:var(--custom-fourth-font-family);font-size:12px;font-weight:600;text-transform:uppercase;text-overflow:ellipsis;line-height:1em;white-space:nowrap;overflow:hidden;margin-bottom:18px}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(3) .event-start-time,.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(3) .event-end-time{display:flex;justify-content:space-between;align-items:start;margin-bottom:26px}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(3) .event-start-time .event-start-time-label,.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(3) .event-start-time .event-end-time-label,.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(3) .event-end-time .event-start-time-label,.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(3) .event-end-time .event-end-time-label{color:var(--white-color);font-family:var(--custom-fourth-font-family);font-size:11px;font-weight:500;text-transform:uppercase;line-height:1em;white-space:nowrap}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(3) .event-start-time .event-start-time-value,.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(3) .event-start-time .event-end-time-value,.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(3) .event-end-time .event-start-time-value,.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block .event-row .event-col:nth-child(3) .event-end-time .event-end-time-value{color:var(--white-color);font-family:var(--custom-fourth-font-family);font-size:20px;font-weight:600;text-transform:uppercase;line-height:1em;white-space:nowrap}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block.--is-soldout{background-repeat:no-repeat;background-position:top center}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column .event-block:hover{z-index:99;scale:1.015;min-height:var(--hour-height);box-shadow:0 6px 14px #0003}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .venue-column:last-child .event-block{width:calc(100% - 28px)}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .grid-background{position:absolute;left:var(--time-col-width);right:0;top:0;bottom:0;pointer-events:none}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container .day-view-wrapper .day-view-body .grid-background .half-hour-line{position:absolute;left:0;right:0;height:1px;display:block;border-bottom:1px solid var(--border-grid-color)}.abc-page--events-calendar .abc-section--calendar .day-view-screen .day-view-container:active{cursor:grabbing}.abc-page--events-calendar .abc-section--calendar .day-view-screen.--full-screen{position:fixed;z-index:9999999999;top:0;left:0;width:100vw;height:100vh;background-color:#171717}.abc-page--events-calendar .abc-section--calendar .day-view-screen.--full-screen .day-view-container{height:calc(100% - 63px)}.lf-product--event-single-v1{background-color:#242424}.lf-product--event-single-v1 .lf-section--product-event-section-01{position:relative;padding:95px 25px 75px}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-01{padding:40px 25px}}.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container{max-width:1440px;width:100%;margin:0 auto}.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row{display:flex;justify-content:space-between;align-items:flex-start;gap:130px}@media only screen and (max-width:1440px){.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row{gap:100px}}@media only screen and (max-width:1280px){.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row{gap:60px}}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row{flex-direction:column-reverse;gap:25px}}.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(1){max-width:430px;min-width:430px;width:100%}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(1){max-width:100%;min-width:unset}}.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-date{color:var(--secondary-color);font-family:var(--custom-second-font-family);font-size:20px;font-style:normal;font-weight:400;line-height:1.3em;white-space:nowrap;position:relative;margin:44px 0 16px;padding-left:50px}.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-date:before{content:"";position:absolute;top:50%;left:0;translate:0 -50%;display:block;background-color:var(--secondary-color);width:40px;height:1px}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-date{font-size:14px;margin:0 0 16px}}.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-title{color:var(--white-color);font-family:var(--custom-first-font-family);font-size:48px;font-style:normal;font-weight:400;line-height:1.3em;max-height:3.9em;min-height:1.3em;height:auto;overflow:hidden;margin-bottom:56px}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-title{font-size:24px;margin-bottom:24px}}.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-description{color:var(--white-color);font-family:var(--custom-third-font-family);font-size:18px;font-style:normal;font-weight:400;line-height:1.3em;margin-bottom:100px}.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-inner-row{display:flex;justify-content:flex-start;align-items:center;gap:16px}@media only screen and (max-width:480px){.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-inner-row{flex-wrap:wrap}}.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-inner-row .lf-btn--buy-now{--btn-text-color: #07162f;--btn-background-color: var(--primary-color);--btn-border-color: var(--primary-color);--btn-hover-text-color: #07162f;--btn-hover-background-color: #d1bb2f;--btn-hover-border-color: #d1bb2f;text-decoration:unset}.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-inner-row .lf-btn--add-to-cart{--btn-text-color: #fee960;--btn-background-color: transparent;--btn-border-color: #fee960;--btn-hover-text-color: #07162f;--btn-hover-background-color: #fee960;--btn-hover-border-color: #fee960}.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(2){max-width:50%;width:100%}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(2){max-width:100%}}.lf-product--event-single-v1 .lf-section--product-event-section-01 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-event-featured-img{display:block;width:100%;height:auto}.lf-product--event-single-v1 .lf-section--product-event-section-02{position:relative;padding:0 25px}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container{max-width:1440px;width:100%;margin:0 auto;padding:43px 0 230px;border-top:1px solid #4a5971}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container{padding:32px 0 102px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row{display:flex;justify-content:space-between;align-items:flex-start;gap:130px}@media only screen and (max-width:1440px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row{gap:100px}}@media only screen and (max-width:1280px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row{gap:60px}}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row{flex-direction:column;gap:45px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1){position:sticky;top:105px;max-width:430px;width:100%}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1){position:relative;top:unset;max-width:100%}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1)>h5{color:var(--secondary-color);font-family:var(--custom-second-font-family);font-size:20px;font-style:normal;font-weight:400;line-height:1.3em;margin-bottom:40px}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1)>h5{margin:0 0 25px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-details-list{display:flex;flex-direction:column;gap:40px;list-style:none;margin:0;padding:0}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-details-list{flex-wrap:wrap;flex-direction:row;gap:24px}}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-details-list .lf-event-details-item{width:calc(50% - 12px)}}@media only screen and (max-width:480px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-details-list .lf-event-details-item{width:100%}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-details-list .lf-event-details-item .lf-inner-row{display:flex;justify-content:flex-start;align-items:flex-start;gap:14px}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-details-list .lf-event-details-item .lf-inner-row .lf-svg{width:32px;height:32px}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-details-list .lf-event-details-item .lf-inner-row .lf-svg{width:18px;height:18px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-details-list .lf-event-details-item .lf-inner-row .lf-inner-col>h3{color:var(--white-color);font-family:var(--custom-first-font-family);font-size:32px;font-style:normal;font-weight:400;line-height:1.25em;margin:0 0 16px}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-details-list .lf-event-details-item .lf-inner-row .lf-inner-col>h3{font-size:16px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-details-list .lf-event-details-item .lf-inner-row .lf-inner-col>p{color:var(--white-color);font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;line-height:1.3em;margin:0}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(1) .lf-event-details-list .lf-event-details-item .lf-inner-row .lf-inner-col>p{font-size:12px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2){width:100%}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .p-01{color:var(--white-color);font-family:var(--custom-second-font-family);font-size:28px;font-style:normal;font-weight:600;line-height:1.3em;margin:0 0 52px;padding:13px 0 13px 40px;border-left:1px solid var(--secondary-color)}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .p-01{font-size:23px;margin:0 0 32px;padding:9px 0 9px 22px}}@media only screen and (max-width:480px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .p-01{font-size:18px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .p-02{color:var(--white-color);font-family:var(--custom-third-font-family);font-size:18px;font-style:normal;font-weight:400;line-height:1.3em;margin:0}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .p-02{font-size:16px}}@media only screen and (max-width:480px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .p-02{font-size:14px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-row>h3{color:var(--secondary-color);font-family:var(--custom-first-font-family);font-size:32px;font-style:normal;font-weight:400;line-height:1.25em;white-space:nowrap;margin:0}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-row>h3{font-size:28px}}@media only screen and (max-width:480px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-row>h3{font-size:24px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-row .lf-speaker-count{color:#cfcfcf;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:400;line-height:1.3em;white-space:nowrap}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-speaker-list{display:flex;flex-direction:column;gap:32px;list-style:none;margin:40px 0 0;padding:0}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-speaker-list>.lf-speaker-item{background-color:transparent;box-shadow:unset;max-width:100%;margin:0;padding:24px 0;border-bottom:1px solid #4a5971}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-speaker-list>.lf-speaker-item{padding:19px 0}}@media only screen and (max-width:480px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-speaker-list>.lf-speaker-item{padding:16px 0}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-speaker-list>.lf-speaker-item .lf-speaker-link .lf-speaker-full-name{color:var(--white-color);font-family:var(--custom-second-font-family);font-size:28px;font-style:normal;font-weight:600;line-height:1.25em;margin-bottom:16px}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-speaker-list>.lf-speaker-item .lf-speaker-link .lf-speaker-full-name{font-size:23px;margin-bottom:13px}}@media only screen and (max-width:480px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-speaker-list>.lf-speaker-item .lf-speaker-link .lf-speaker-full-name{font-size:18px;margin-bottom:8px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-speaker-list>.lf-speaker-item .lf-speaker-link .lf-speaker-title{color:var(--white-color);font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;line-height:1.3em}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-speaker-list>.lf-speaker-item .lf-speaker-link .lf-speaker-title{font-size:14px}}@media only screen and (max-width:480px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-speakers-wrap>.lf-speaker-list>.lf-speaker-item .lf-speaker-link .lf-speaker-title{font-size:13px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-buy-ticket-now-wrap{background-color:#24344e;width:100%;margin-top:115px;padding:52px 48px;border-radius:10px}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-buy-ticket-now-wrap{margin-top:77px;padding:27px 25px}}@media only screen and (max-width:480px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-buy-ticket-now-wrap{margin-top:40px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-buy-ticket-now-wrap>.lf-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px 16px}@media only screen and (max-width:1280px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-buy-ticket-now-wrap>.lf-row{flex-direction:column}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-buy-ticket-now-wrap>.lf-row>.lf-col>h3{color:var(--white-color);font-family:var(--custom-first-font-family);font-size:32px;font-style:normal;font-weight:400;line-height:1.25em;margin:0 0 16px}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-buy-ticket-now-wrap>.lf-row>.lf-col>h3{font-size:28px;margin:0 0 13px}}@media only screen and (max-width:480px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-buy-ticket-now-wrap>.lf-row>.lf-col>h3{font-size:24px;margin:0 0 8px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-buy-ticket-now-wrap>.lf-row>.lf-col>p{color:var(--white-color);font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;line-height:1.3em;margin:0}@media only screen and (max-width:749px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-buy-ticket-now-wrap>.lf-row>.lf-col>p{font-size:15px}}@media only screen and (max-width:480px){.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-buy-ticket-now-wrap>.lf-row>.lf-col>p{font-size:14px}}.lf-product--event-single-v1 .lf-section--product-event-section-02 .lf-container>.lf-row>.lf-col:nth-child(2) .lf-buy-ticket-now-wrap>.lf-row .lf-btn--buy-ticket-now{--btn-text-color: #07162f;--btn-background-color: var(--primary-color);--btn-border-color: var(--primary-color);--btn-hover-text-color: #07162f;--btn-hover-background-color: #d1bb2f;--btn-hover-border-color: #d1bb2f}.abc-product--event-single-v2{background-color:#171717}.abc-product--event-single-v2 .abc-section--product-event-section-01{position:relative;padding:95px 25px 50px}@media only screen and (max-width:480px){.abc-product--event-single-v2 .abc-section--product-event-section-01{padding:50px 25px}}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container{max-width:1180px;width:100%;margin:0 auto}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container .abc-breadcrumbs{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;width:fit-content;margin-bottom:48px}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container .abc-breadcrumbs .abc-breadcrumbs-link{color:var(--white-color);font-family:var(--custom-fourth-font-family);font-size:14px;font-style:normal;font-weight:600;text-decoration:none;line-height:1.4em}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container .abc-breadcrumbs .abc-breadcrumbs-link.--disabled{color:#a2a2a2}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}@media only screen and (max-width:1080px){.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row{align-items:stretch}}@media only screen and (max-width:749px){.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row{flex-direction:column}}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(1){max-width:800px;width:100%;padding:48px;background-color:#1e1f21;border:1px solid rgba(255,255,255,.0509803922)}@media only screen and (max-width:1080px){.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(1){padding:32px}}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(1) .abc-event-tag{color:var(--white-color);font-family:var(--custom-fourth-font-family);font-size:12px;font-style:normal;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;line-height:1.3em;margin-bottom:16px}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(1) .abc-event-title{color:#f1f5f9;font-family:var(--custom-sixth-font-family);font-size:60px;font-style:normal;font-weight:400;line-height:1em;letter-spacing:-1.5px;max-height:5em;min-height:5em;overflow:hidden}@media only screen and (max-width:1080px){.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(1) .abc-event-title{font-size:40px}}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2){flex:1;max-width:363px;min-width:363px;width:fit-content;padding-bottom:22px}@media only screen and (max-width:749px){.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2){display:flex;flex-wrap:wrap;gap:16px;max-width:100%;min-width:unset;width:100%;padding-bottom:0}}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-event-date-time-wrap{width:100%;margin-bottom:32px;padding-top:25px;border-top:1px solid rgba(69,69,69,.3019607843)}@media only screen and (max-width:749px){.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-event-date-time-wrap{width:calc(50% - 8px);margin-bottom:0}}@media only screen and (max-width:480px){.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-event-date-time-wrap{width:100%}}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-event-date-time-wrap .abc-label{color:var(--white-color);font-family:var(--custom-sixth-font-family);font-size:12px;font-style:normal;font-weight:700;text-transform:uppercase;line-height:1.3em;margin-bottom:8px}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-event-date-time-wrap .abc-event-date{color:#f1f5f9;font-family:var(--custom-fourth-font-family);font-size:20px;font-style:normal;font-weight:500;line-height:1.4em}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-event-date-time-wrap .abc-event-time-range{color:#a2a2a2;font-family:var(--custom-fifth-font-family);font-size:16px;font-style:normal;font-weight:400;line-height:1.5em}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-venue-wrap{width:100%;margin-bottom:32px;padding-top:25px;border-top:1px solid rgba(69,69,69,.3019607843)}@media only screen and (max-width:749px){.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-venue-wrap{width:calc(50% - 8px);margin-bottom:0}}@media only screen and (max-width:480px){.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-venue-wrap{width:100%}}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-venue-wrap .abc-label{color:var(--white-color);font-family:var(--custom-sixth-font-family);font-size:12px;font-style:normal;font-weight:700;text-transform:uppercase;line-height:1.3em;margin-bottom:8px}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-venue-wrap .abc-venue{color:#f1f5f9;font-family:var(--custom-fourth-font-family);font-size:20px;font-style:normal;font-weight:500;line-height:1.4em}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-venue-wrap .abc-venue-location{color:#a2a2a2;font-family:var(--custom-fifth-font-family);font-size:16px;font-style:normal;font-weight:400;line-height:1.5em}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-btn--buy-ticket-now{display:flex;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;gap:10px;width:100%;padding:10px 12px;border-radius:32px;background-color:#171717;border:1px solid var(--white-color);cursor:pointer}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-btn--buy-ticket-now:disabled{opacity:.5;-webkit-user-select:none;user-select:none;pointer-events:none;cursor:default}.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-btn--buy-ticket-now .abc-btn-label{color:var(--white-color);font-family:var(--custom-sixth-font-family);font-size:24px;font-style:normal;font-weight:900;text-transform:uppercase;line-height:1em;letter-spacing:-.72px;white-space:nowrap;height:1em;overflow:hidden}@media only screen and (max-width:749px){.abc-product--event-single-v2 .abc-section--product-event-section-01 .abc-container>.abc-row .abc-col:nth-child(2) .abc-btn--buy-ticket-now .abc-btn-label{font-size:18px}}.abc-product--event-single-v2 .abc-section--product-event-section-02{padding:80px 25px 50px}@media only screen and (max-width:480px){.abc-product--event-single-v2 .abc-section--product-event-section-02{padding:50px 25px}}.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container{max-width:1180px;width:100%;margin:0 auto}.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container .abc-row{display:flex;justify-content:space-between;align-items:flex-start;gap:64px}@media only screen and (max-width:749px){.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container .abc-row{flex-direction:column}}.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container .abc-row>.abc-col:nth-child(1){width:100%}.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container .abc-row>.abc-col:nth-child(1) .abc-product-description{color:#f1f5f9;font-family:var(--custom-fourth-font-family);font-size:18px;font-style:normal;font-weight:400;line-height:1.6em}.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container .abc-row>.abc-col:nth-child(2){max-width:450px;width:100%}@media only screen and (max-width:749px){.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container .abc-row>.abc-col:nth-child(2){max-width:100%}}.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container .abc-row>.abc-col:nth-child(2) .abc-event-highlights-wrap{width:100%;padding:32px;border-radius:12px;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1019607843)}.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container .abc-row>.abc-col:nth-child(2) .abc-event-highlights-wrap>h4{color:var(--white-color);font-family:var(--custom-fourth-font-family);font-size:18px;font-style:normal;font-weight:700;line-height:1.5em;margin:0 0 24px}.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container .abc-row>.abc-col:nth-child(2) .abc-event-highlights-wrap>.abc-list{margin:0;padding:0}.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container .abc-row>.abc-col:nth-child(2) .abc-event-highlights-wrap>.abc-list>.abc-item{display:flex;justify-content:start;align-items:center;gap:12px;margin-bottom:16px}.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container .abc-row>.abc-col:nth-child(2) .abc-event-highlights-wrap>.abc-list>.abc-item:last-child{margin-bottom:0}.abc-product--event-single-v2 .abc-section--product-event-section-02 .abc-container .abc-row>.abc-col:nth-child(2) .abc-event-highlights-wrap>.abc-list>.abc-item>.abc-text{color:#f1f5f9;font-family:var(--custom-fourth-font-family);font-size:14px;font-style:normal;font-weight:500;line-height:1.4em}.abc-product--event-single-v2 .abc-section--speakers{padding:25px 25px 50px}.abc-product--event-single-v2 .abc-section--speakers .abc-container{max-width:1180px;width:100%;margin:0 auto}.abc-product--event-single-v2 .abc-section--speakers .abc-container>h2{color:var(--white-color);font-family:var(--custom-fourth-font-family);font-size:14px;font-style:normal;font-weight:700;text-transform:uppercase;line-height:1.4em;letter-spacing:1.4px;width:100%;margin:0 0 40px;padding:0 0 16px;border-bottom:1px solid rgba(255,255,255,.1019607843)}.abc-product--event-single-v2 .abc-section--speakers .abc-container .abc-speaker-list{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:32px}.abc-product--event-single-v2 .abc-section--speakers .abc-container .abc-speaker-list .abc-speaker-item{max-width:316px;min-width:316px;width:100%}@media only screen and (max-width:749px){.abc-product--event-single-v2 .abc-section--speakers .abc-container .abc-speaker-list .abc-speaker-item{max-width:100%;min-width:unset;width:calc(50% - 16px)}}@media only screen and (max-width:480px){.abc-product--event-single-v2 .abc-section--speakers .abc-container .abc-speaker-list .abc-speaker-item{width:100%}}.abc-product--event-single-v2 .abc-section--speakers .abc-container .abc-speaker-list .abc-speaker-item .abc-speaker-profile-container{display:block;width:100%;height:316px;margin-bottom:24px;border:1px solid rgba(255,255,255,.1019607843)}.abc-product--event-single-v2 .abc-section--speakers .abc-container .abc-speaker-list .abc-speaker-item .abc-speaker-name{color:var(--white-color);font-family:var(--custom-fifth-font-family);font-size:20px;font-style:normal;font-weight:700;line-height:1.4em}.abc-product--event-single-v2 .abc-section--speakers .abc-container .abc-speaker-list .abc-speaker-item .abc-speaker-title{color:var(--white-color);font-family:var(--custom-fifth-font-family);font-size:14px;font-style:normal;font-weight:500;line-height:1.4em;margin-bottom:6px}.abc-product--event-single-v2 .abc-section--speakers .abc-container .abc-speaker-list .abc-speaker-item .abc-speaker-bio{color:#a2a2a2;font-family:var(--custom-fifth-font-family);font-size:14px;font-style:normal;font-weight:400;line-height:1.6em}.abc-product--event-single-v2 .abc-section--newsletter-subscribe{padding:0 25px}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container{max-width:1180px;width:100%;margin:0 auto;padding-top:65px;padding-bottom:130px;border-top:1px solid rgba(255,255,255,.1019607843)}@media only screen and (max-width:480px){.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container{padding:50px 0}}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container>h3{color:var(--white-color);font-family:var(--custom-sixth-font-family);font-size:36px;font-style:normal;font-weight:900;text-align:center;line-height:1.1em;margin:0 auto 32px}@media only screen and (max-width:480px){.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container>h3{font-size:28px}}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container .abc-newsletter-form{margin:0 auto 32px}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container .abc-newsletter-form .abc-newsletter-wrap{position:relative;max-width:492px;width:100%;height:44px;margin:0 auto}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container .abc-newsletter-form .abc-newsletter-wrap .abc-email-label{display:none}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container .abc-newsletter-form .abc-newsletter-wrap .abc-email-input{color:var(--black-color);font-family:var(--custom-fifth-font-family);font-size:16px;font-style:normal;font-weight:600;text-align:left;line-height:1.11em;position:relative;z-index:1;top:0;right:0;bottom:0;left:0;display:block;width:100%;padding:4px 192px 4px 24px;height:100%;border-radius:50px}@media only screen and (max-width:480px){.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container .abc-newsletter-form .abc-newsletter-wrap .abc-email-input{font-size:14px}}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container .abc-newsletter-form .abc-newsletter-wrap .abc-email-input::placeholder{color:#76787b}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container .abc-newsletter-form .abc-newsletter-wrap .abc-btn--subscribe{position:absolute;z-index:2;top:4px;right:4px;bottom:4px;display:flex;justify-content:center;align-items:center;padding:8px 16px;border-radius:32px;background-color:var(--black-color)}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container .abc-newsletter-form .abc-newsletter-wrap .abc-btn--subscribe .abc-btn-label{color:var(--white-color);font-family:var(--custom-sixth-font-family);font-size:24px;font-style:normal;font-weight:900;text-transform:uppercase;line-height:1em;letter-spacing:-.72px}@media only screen and (max-width:480px){.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container .abc-newsletter-form .abc-newsletter-wrap .abc-btn--subscribe .abc-btn-label{font-size:16px}}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container .abc-newsletter-form .abc-newsletter-form-error{color:red;font-family:var(--custom-fifth-font-family);font-size:14px;font-weight:400;text-align:center;line-height:1.25em;margin:8px auto 0}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container .abc-newsletter-form .abc-newsletter-form-success{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;margin:8px auto 0}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container .abc-newsletter-form .abc-newsletter-form-success .abc-success-message{color:green;font-family:var(--custom-fifth-font-family);font-size:14px;font-weight:400;text-align:center;line-height:1.25em;margin:0}.abc-product--event-single-v2 .abc-section--newsletter-subscribe .abc-container>h5{color:#999;font-family:var(--custom-sixth-font-family);font-size:14px;font-style:normal;font-weight:400;text-align:center;line-height:1.42em;margin:0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-styles.css.map */
