/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion: reduce),print{.animate__animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{animation-name:slideOutUp}.animate__animated[data-animate],.is-animated-in[data-animate]{animation-delay:var(--hb-animate-delay, 0s);opacity:1}[data-animate]{opacity:0}.is-animate-pending{opacity:0}.is-animated-in{opacity:1}@media(prefers-reduced-motion: reduce){[data-animate]{opacity:1 !important}.is-animate-pending{opacity:1 !important}}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}@keyframes pulse-circle{0%{transform:scale(1);opacity:0}20%{transform:scale(1.44);opacity:.2}100%{transform:scale(3.2);opacity:0}}.section.about .name{line-height:1}.section.about .heading{font-size:22px;font-weight:300}.section.about .event-name{font-size:40px;line-height:1.3;font-weight:400}.section.about .infobox{margin-bottom:1em;display:flex;align-items:center;font-family:"Rubik",sans-serif;font-size:18px;font-weight:300}.section.about .infobox i{transition:all .4s}.section.about .infobox i:not(.dropdown-toggle-icon),.section.about .infobox svg{width:2.5rem}.section.about .infobox .nav-link{padding:initial}.section.about .infobox .dropdown-menu{padding:.5rem}.section.about .infobox .dropdown-menu .nav-item+.nav-item{margin-top:.25rem}.section.about .infobox ul.nav li>a{color:inherit;height:initial}.section.about .event-illustration{border-radius:10px;box-shadow:0 15px 38px 10px color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 20%, transparent);transition:filter .3s ease;aspect-ratio:10/7;background-image:var(--image-listed, var(--image-custom));background-size:cover;background-repeat:no-repeat;background-position:center center}.section.about .event-illustration:hover{filter:brightness(80%)}.section.about .event-info-illustration-icon-container{position:absolute;top:50%;transform:translate(-50%, -50%)}html[lang=he] .section.about .event-info-illustration-icon-container{transform:translate(50%, -50%)}@media(max-width: 991.98px){.section.about .event-info-illustration-icon-container{transform:translate(20%, -50%)}html[lang=he] .section.about .event-info-illustration-icon-container{transform:translate(-20%, -50%)}}.section.about .event-info-illustration-icon-container .icon-wrap{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:80px;height:80px;border-radius:50%;box-shadow:0px 5px 20px 7px color-mix(in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 25%, transparent)}.section.about .event-info-illustration-icon-container .circle{position:absolute;width:100%;height:100%;top:0;inset-inline-start:0;border-radius:50%;border:.5px solid;animation:pulse-circle 3.9s linear 0s infinite}.section.about .event-info-illustration-icon-container .circle.circle-2{animation-delay:1.3s}.section.about .event-info-illustration-icon-container .circle.circle-3{animation-delay:2.6s}.section.about .topic-group+.topic-group{margin-top:2rem}.section.about .topic-group .topics-heading{color:var(--topics-heading-color, inherit);font-size:25px}.section.about .topic-group .topics-heading:has(+.topics-wrapper:empty){display:none}.section.about .topics-wrapper:empty{display:none}@media(min-width: 768px){.section.about .topics-wrapper{display:grid;grid-auto-flow:column;grid-template-rows:repeat(var(--rows, 2), auto);gap:0 2rem}.section.about .topics-wrapper[data-desktop-columns="1"]{grid-template-columns:minmax(0, 1fr)}.section.about .topics-wrapper[data-desktop-columns="2"]{grid-template-columns:repeat(2, minmax(0, 1fr))}.section.about .topics-wrapper[data-desktop-columns="3"]{grid-template-columns:repeat(3, minmax(0, 1fr))}}.section.about .topics-wrapper .topic{background-color:var(--topic-bg-color, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))));border:0;border-radius:70px;box-shadow:0 7px 38px color-mix(in srgb, currentColor 10%, transparent);color:var(--topic-text-color, inherit);display:flex;align-items:center;font-family:"Rubik",sans-serif;font-weight:300}.section.about .topics-wrapper .topic i{color:var(--topic-tick-color, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))));font-size:3em;transition:all .2s ease}.section.about .topics-wrapper .topic i:hover{color:var(--topic-tick-color, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.section.about .topics-wrapper .topic .topic-text{font-weight:400}.section.about .topics-wrapper .topic .topic-text p{margin-bottom:auto}.section.about .topics-wrapper .topic .topic-text strong{font-weight:500}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}.section.countdown{font-family:"Rubik",sans-serif;font-weight:400}.section.countdown .countdown-teaser{font-size:36px;font-weight:500}.section.countdown .countdown-teaser p{margin-bottom:0}.section.countdown .countdown-teaser .countdown-highlight{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.section.countdown .countdown-row{width:100%;display:flex;justify-content:space-between;direction:ltr}.section.countdown .countdown-row .countdown-section{text-align:center;flex-basis:0;flex-grow:1}.section.countdown .countdown-row .countdown-section .countdown-amount{position:relative;font-size:80px;display:block}.section.countdown .countdown-row .countdown-section .countdown-amount:after{content:":";position:absolute;inset-inline-end:0;height:100%;display:flex;align-items:center;bottom:0;color:inherit;font-size:42px;transform:translateX(50%)}@media(max-width: 991.98px){.section.countdown .countdown-row .countdown-section .countdown-amount{font-size:50px}}.section.countdown .countdown-row .countdown-section .countdown-period{font-size:22px;font-weight:500;display:block;color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}@media(max-width: 991.98px){.section.countdown .countdown-row .countdown-section .countdown-period{font-size:16px}}.section.countdown .countdown-row .countdown-section:last-child .countdown-amount:after{display:none}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}.section.flipboxes .flipbox .flipbox_wrapper{min-height:290px;text-align:center;border-radius:10px;position:relative;z-index:1;perspective:1000px}.section.flipboxes .flipbox .flipbox_front,.section.flipboxes .flipbox .flipbox_back{background-image:var(--bg-image-listed, var(--bg-image-custom));background-color:var(--bg-color, var(--bg-color-default, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))));transform-style:preserve-3d;backface-visibility:hidden;perspective:inherit;min-height:inherit;border-radius:inherit;background-position:0 0;background-size:cover;background-repeat:no-repeat;box-shadow:0 26px 38px 0 rgba(0,0,0,.2);transition:transform .8s cubic-bezier(0.5, 0.2, 0.2, 0.8)}.section.flipboxes .flipbox .flipbox_front[data-bg-image-listed]:before,.section.flipboxes .flipbox .flipbox_front[data-bg-image-custom]:before,.section.flipboxes .flipbox .flipbox_back[data-bg-image-listed]:before,.section.flipboxes .flipbox .flipbox_back[data-bg-image-custom]:before{content:"";position:absolute;inset:0;background-size:cover;background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)));opacity:.2;border-radius:inherit}.section.flipboxes .flipbox .flipbox_front .flipbox_title,.section.flipboxes .flipbox .flipbox_front .description,.section.flipboxes .flipbox .flipbox_back .flipbox_title,.section.flipboxes .flipbox .flipbox_back .description{text-shadow:1px 1px 1px var(--flipbox-text-shadow-color, rgba(0, 0, 0, 0.8))}.section.flipboxes .flipbox .flipbox_front{--bg-color-default: var(--flipbox-front-bg-color, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))));--flipbox-text-shadow-color: var(--flipbox-front-text-shadow-color, rgba(0, 0, 0, 0.8));display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:30px 22px;box-sizing:border-box}.section.flipboxes .flipbox .flipbox_front .flipbox_logo,.section.flipboxes .flipbox .flipbox_front .flipbox_title,.section.flipboxes .flipbox .flipbox_front .description{transform-style:preserve-3d;perspective:inherit;backface-visibility:hidden;transform:translate3d(35px, -10px, 70px) scale(0.86)}.section.flipboxes .flipbox .flipbox_front .flipbox_title{color:var(--color, var(--flipbox-front-title-color, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))));position:relative;z-index:1;text-align:center;width:100%;transform:translate3d(0, 0, 70px) scale(0.86);box-sizing:border-box}.section.flipboxes .flipbox .flipbox_back{--bg-color-default: var(--flipbox-back-bg-color, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))));--flipbox-text-shadow-color: var(--flipbox-back-text-shadow-color, rgba(0, 0, 0, 0.8));position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.section.flipboxes .flipbox .flipbox_back .flipbox_back_content{transform-style:preserve-3d;perspective:inherit;backface-visibility:hidden;transform:translateZ(70px) scale(0.86);padding:32px}.section.flipboxes .flipbox .flipbox_back .flipbox_logo:not(:empty){backface-visibility:hidden;transform:translate3d(0, -10px, 35px) scale(0.86);height:20px}.section.flipboxes .flipbox .flipbox_back .flipbox_title{margin-bottom:10px;color:var(--color, var(--flipbox-back-title-color, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))))}.section.flipboxes .flipbox .flipbox_back .description{padding:0 5px;color:var(--content-color, var(--flipbox-back-content-color, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))))}.section.flipboxes .flipbox .flipbox_title{font-size:44px;line-height:1.2;color:inherit}.section.flipboxes .flipbox.to_right .flipbox_front{transform:rotateY(0)}.section.flipboxes .flipbox.to_right:hover .flipbox_front{transform:rotateY(180deg)}.section.flipboxes .flipbox.to_left .flipbox_front{transform:rotateY(0)}.section.flipboxes .flipbox.to_left:hover .flipbox_front{transform:rotateY(-180deg)}.section.flipboxes .flipbox.to_top .flipbox_front{transform:rotateX(0)}.section.flipboxes .flipbox.to_top:hover .flipbox_front{transform:rotateX(180deg)}.section.flipboxes .flipbox.to_bottom .flipbox_front{transform:rotateX(0)}.section.flipboxes .flipbox.to_bottom:hover .flipbox_front{transform:rotateX(-180deg)}.section.flipboxes .flipbox.to_right .flipbox_back{transform:rotateY(-180deg)}.section.flipboxes .flipbox.to_right:hover .flipbox_back{transform:rotateY(0)}.section.flipboxes .flipbox.to_left .flipbox_back{transform:rotateY(180deg)}.section.flipboxes .flipbox.to_left:hover .flipbox_back{transform:rotateY(0)}.section.flipboxes .flipbox.to_top .flipbox_back{transform:rotateX(-180deg)}.section.flipboxes .flipbox.to_top:hover .flipbox_back{transform:rotateX(0)}.section.flipboxes .flipbox.to_bottom .flipbox_back{transform:rotateX(180deg)}.section.flipboxes .flipbox.to_bottom:hover .flipbox_back{transform:rotateX(0)}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}@keyframes hero-overlay-fade-out{0%{opacity:1}100%{opacity:0}}.section.hero{padding-bottom:0 !important}.section.hero:has(.hero-stage){background-color:rgba(0,0,0,0);z-index:4}.section.hero .section-content-wrapper{padding:0}.section.hero .section-content-wrapper .container-fluid{padding:0}.section.hero .section-content-wrapper .event-banner-container{height:var(--viewport-height);-webkit-mask:linear-gradient(#fff 0, #fff calc(100% - var(--wave-height) + var(--wave-mask-overlap, 1px)), transparent calc(100% - var(--wave-height) + var(--wave-mask-overlap, 1px))) top left/100% 100% no-repeat,var(--wave-svg) bottom left/100% var(--wave-height) no-repeat;mask:linear-gradient(#fff 0, #fff calc(100% - var(--wave-height) + var(--wave-mask-overlap, 1px)), transparent calc(100% - var(--wave-height) + var(--wave-mask-overlap, 1px))) top left/100% 100% no-repeat,var(--wave-svg) bottom left/100% var(--wave-height) no-repeat;position:relative;isolation:isolate;overflow:hidden}html[lang=he] .section.hero .section-content-wrapper .event-banner-container{scale:-1 1}html[lang=he] .section.hero .section-content-wrapper .event-banner-container>*{scale:-1 1}@media(max-width: 991.98px){.section.hero .section-content-wrapper .event-banner-container{height:calc(.75*var(--viewport-height))}}.section.hero .section-content-wrapper .event-banner-container:has(.hero-stage){-webkit-mask:none;mask:none;display:flow-root;overflow:visible}.section.hero .section-content-wrapper .event-banner-container:has(.hero-stage) .event-banner__bg{-webkit-mask:linear-gradient(#fff 0, #fff calc(100% - var(--wave-height) + var(--wave-mask-overlap, 1px)), transparent calc(100% - var(--wave-height) + var(--wave-mask-overlap, 1px))) top left/100% 100% no-repeat,var(--wave-svg) bottom left/100% var(--wave-height) no-repeat;mask:linear-gradient(#fff 0, #fff calc(100% - var(--wave-height) + var(--wave-mask-overlap, 1px)), transparent calc(100% - var(--wave-height) + var(--wave-mask-overlap, 1px))) top left/100% 100% no-repeat,var(--wave-svg) bottom left/100% var(--wave-height) no-repeat;overflow:hidden}html[lang=he] .section.hero .section-content-wrapper .event-banner-container:has(.hero-stage) .event-banner__bg{scale:1 1}html[lang=he] .section.hero .section-content-wrapper .event-banner-container:has(.hero-stage) .event-banner__bg>*{scale:-1 1}.section.hero .section-content-wrapper .event-banner-container:has(.hero-stage) .hero-stage{z-index:2}.section.hero .section-content-wrapper .event-banner-container .event-banner__bg{position:absolute;inset:0;display:block;width:100%;height:100%;z-index:0;line-height:0}.section.hero .section-content-wrapper .event-banner-container .event-banner__bg img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section.hero .section-content-wrapper .event-banner-container .decoration{--decoration-inline-start: 7vw;--decoration-inline-end: auto;--decoration-translate: none;color:var(--decoration-color, "#fff");overflow-x:clip}.section.hero .section-content-wrapper .event-banner-container .decoration img{filter:url(#d);opacity:var(--decoration-opacity);top:7vw;inset-inline-start:var(--decoration-inline-start);inset-inline-end:var(--decoration-inline-end);translate:var(--decoration-translate)}.section.hero .section-content-wrapper .event-banner-container .decoration img.smooth{transition:transform .7s}.section.hero .section-content-wrapper .event-banner-container .decoration.text-center{--decoration-inline-start: 50%;--decoration-translate: -50% 0}html[dir=rtl] .section.hero .section-content-wrapper .event-banner-container .decoration.text-center{--decoration-translate: 50% 0}.section.hero .section-content-wrapper .event-banner-container .decoration.text-end{--decoration-inline-start: auto;--decoration-inline-end: 7vw}.section.hero .section-content-wrapper .event-banner-container .event-name{font-family:"Rubik",sans-serif;font-size:8vw;line-height:8vw;font-weight:500}@media(max-width: 991.98px){.section.hero .section-content-wrapper .event-banner-container .event-name{display:flex;align-items:end}.section.hero .section-content-wrapper .event-banner-container .event-name .name-parts-wrapper{text-align:center}}.section.hero .section-content-wrapper .event-banner-container .event-info-container{padding-top:100px;position:relative;z-index:1;color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.section.hero .section-content-wrapper .event-banner-container .event-info-container .name-and-info{height:75vh}@media(max-width: 991.98px){.section.hero .section-content-wrapper .event-banner-container .event-info-container .name-and-info{height:50vh}}.section.hero .section-content-wrapper .event-banner-container .event-info-container .name-and-info .event-name,.section.hero .section-content-wrapper .event-banner-container .event-info-container .name-and-info .event-info{width:-moz-fit-content;width:fit-content;position:relative;text-shadow:0 0 6px var(--clr-text)}.section.hero .section-content-wrapper .event-banner-container .event-info-container .event-info{font-family:"Anonymous Pro",monospace;line-height:30px;letter-spacing:0px;font-weight:300;font-size:28px}@media(max-width: 991.98px){.section.hero .section-content-wrapper .event-banner-container .event-info-container .event-info .event-info-item-content{text-align:center;font-size:1rem;line-height:1.5}}.section.hero .section-content-wrapper .event-banner-container .event-info-container .event-info .event-info-item-content i.fa-2x{font-size:1.2em}.section.hero .section-content-wrapper .event-banner-container .event-info-container .event-info .event-info-item-content .event-info-text .venue-name,.section.hero .section-content-wrapper .event-banner-container .event-info-container .event-info .event-info-item-content .event-info-text .venue-address{display:inline}.section.hero .section-content-wrapper .event-banner-container .event-info-container .event-info .event-info-item-content .event-info-text .venue-address:not(:empty):before{content:", ";white-space:pre-wrap}.section.hero .section-content-wrapper .event-banner-container .event-info-container .event-info .event-info-item-content .event-info-text .month-and-day{white-space:nowrap}.section.hero .section-content-wrapper .event-banner-container .event-info-container.blur-bg .name-and-info .event-name:before,.section.hero .section-content-wrapper .event-banner-container .event-info-container.blur-bg .name-and-info .event-info:before{position:absolute;content:"";inset:-40px;transition:all 1.2s ease;-webkit-mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMjcgMzI3JyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJz4KICA8ZGVmcyA+CiAgICA8ZmlsdGVyIGlkPSdiJyB4PSctMzAlJyB5PSctMzAlJyB3aWR0aD0nMTYwJScgaGVpZ2h0PScxNjAlJz4KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0nMTQnLz4KICAgIDwvZmlsdGVyPgogIDwvZGVmcz4KICA8cGF0aCBmaWxsPScjMDAwJyBkPSdNMCAwaDMyN3YzMjdIMHonLz4KICA8cmVjdCB4PSczMCcgeT0nNTAnIHdpZHRoPScyNjcnIGhlaWdodD0nMjI3JyBmaWxsPScjZmZmJyBmaWx0ZXI9J3VybCgjYiknLz4KPC9zdmc+");mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMjcgMzI3JyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJz4KICA8ZGVmcyA+CiAgICA8ZmlsdGVyIGlkPSdiJyB4PSctMzAlJyB5PSctMzAlJyB3aWR0aD0nMTYwJScgaGVpZ2h0PScxNjAlJz4KICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0nMTQnLz4KICAgIDwvZmlsdGVyPgogIDwvZGVmcz4KICA8cGF0aCBmaWxsPScjMDAwJyBkPSdNMCAwaDMyN3YzMjdIMHonLz4KICA8cmVjdCB4PSczMCcgeT0nNTAnIHdpZHRoPScyNjcnIGhlaWdodD0nMjI3JyBmaWxsPScjZmZmJyBmaWx0ZXI9J3VybCgjYiknLz4KPC9zdmc+");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-mode:luminance}.section.hero .section-content-wrapper .event-banner-container .event-info-container.blur-bg .name-and-info .event-name:has(.is-animated-in):before,.section.hero .section-content-wrapper .event-banner-container .event-info-container.blur-bg .name-and-info .event-info:has(.is-animated-in):before{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.section.hero .section-content-wrapper .event-banner-container .event-info-container.blur-bg .name-and-info .event-name.event-name:before,.section.hero .section-content-wrapper .event-banner-container .event-info-container.blur-bg .name-and-info .event-info.event-name:before{inset:-30px}.section.hero .section-content-wrapper .event-banner-container .buttons .register .btn.registration-link{transition:all .4s ease}.section.hero .section-content-wrapper .event-banner-container .overlay{position:absolute;top:0;inset-inline-start:0;width:100%;height:100%;background-color:#fff;animation:hero-overlay-fade-out 2.5s ease-out forwards}@media(max-width: 600px){.section.hero .section-content-wrapper .event-banner-container .event-name{font-size:27px}}@media(min-width: 1500px){.section.hero .section-content-wrapper .event-banner-container .event-name{font-size:100px}}.hero-stage{--hb-safe-top: 8vh;--hb-safe-right: 8%;--hb-safe-bottom: 10vh;--hb-safe-left: 8%;min-height:481px;display:flex;align-items:center;justify-content:center;text-shadow:0 2px 12px rgba(0,0,0,.35);position:relative;height:calc(100vh - var(--hb-safe-top) - var(--hb-safe-bottom));color:#fff;margin-top:var(--hb-safe-top, 0);margin-left:var(--hb-safe-left, 0);margin-right:var(--hb-safe-right, 0);margin-bottom:var(--hb-safe-bottom, 0);--hb-dir-x-coef: 1}@media(max-width: 991.98px){.hero-stage{--hb-safe-top: 2vh;--hb-safe-right: 5%;--hb-safe-left: 5%;--hb-safe-bottom: 25vh}}@media(min-width: 768px)and (max-width: 991.98px){.hero-stage{--hb-safe-top: calc(63px + 1rem)}}.hero-stage [data-hb-fit-active="1"],.hero-stage [data-hb-fit-measuring="1"]{white-space:nowrap}.hero-stage [data-hb-fit-active="1"]{font-size:var(--hb-fit-font-size, inherit) !important;line-height:var(--hb-fit-line-height, normal) !important}.hero-stage[data-hb-stage-align=start]{justify-content:flex-start}.hero-stage[data-hb-stage-align=center]{justify-content:center}.hero-stage[data-hb-stage-align=end]{justify-content:flex-end}.hero-stage[data-hb-stage-columns]>.hero-columns{display:grid;justify-content:stretch;max-width:100%}.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column{display:none;flex:none;max-width:none;width:auto}.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column[data-hb-stage-active="1"]{display:flex}.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column[data-hb-stage-slot="1"]{grid-column:1;order:1}.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column[data-hb-stage-slot="2"]{grid-column:2;order:2}.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column[data-hb-stage-slot="3"]{grid-column:3;order:3}.hero-stage[data-hb-stage-width=auto]>.hero-columns{max-width:100%;width:-moz-max-content !important;width:max-content !important}.hero-stage[data-hb-stage-width="40"]>.hero-columns{width:40% !important}.hero-stage[data-hb-stage-width="50"]>.hero-columns{width:50% !important}.hero-stage[data-hb-stage-width="60"]>.hero-columns{width:60% !important}.hero-stage[data-hb-stage-width="70"]>.hero-columns{width:70% !important}.hero-stage[data-hb-stage-width="80"]>.hero-columns{width:80% !important}.hero-stage[data-hb-stage-width="100"]>.hero-columns{width:100% !important}.hero-stage[data-hb-stage-width=custom]>.hero-columns{width:var(--hb-stage-custom-width, 50%) !important}.hero-stage[data-hb-stage-columns="1"]>.hero-columns{grid-template-columns:minmax(0, 1fr)}.hero-stage[data-hb-stage-columns="2"]>.hero-columns{grid-template-columns:repeat(2, minmax(0, 1fr))}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-split="60-40"]>.hero-columns{grid-template-columns:minmax(0, 3fr) minmax(0, 2fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-split="60-40"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 2fr) minmax(0, 3fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-split="66-34"]>.hero-columns{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-split="66-34"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-split="70-30"]>.hero-columns{grid-template-columns:minmax(0, 7fr) minmax(0, 3fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-split="70-30"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 3fr) minmax(0, 7fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-content-width="40"]>.hero-columns{grid-template-columns:minmax(0, 40fr) minmax(0, 60fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-content-width="40"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 60fr) minmax(0, 40fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-content-width="50"]>.hero-columns{grid-template-columns:minmax(0, 50fr) minmax(0, 50fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-content-width="50"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 50fr) minmax(0, 50fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-content-width="60"]>.hero-columns{grid-template-columns:minmax(0, 60fr) minmax(0, 40fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-content-width="60"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 40fr) minmax(0, 60fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-content-width="66"]>.hero-columns{grid-template-columns:minmax(0, 66fr) minmax(0, 34fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-content-width="66"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 34fr) minmax(0, 66fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-content-width="70"]>.hero-columns{grid-template-columns:minmax(0, 70fr) minmax(0, 30fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-content-width="70"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 30fr) minmax(0, 70fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-content-width=custom]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-custom-primary-width, 50fr)) minmax(0, var(--hb-stage-custom-secondary-width, 50fr))}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-content-width=custom][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-custom-secondary-width, 50fr)) minmax(0, var(--hb-stage-custom-primary-width, 50fr))}.hero-stage[data-hb-stage-columns="3"]>.hero-columns{grid-template-columns:repeat(3, minmax(0, 1fr))}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-split="40-30-30"]>.hero-columns{grid-template-columns:minmax(0, 4fr) minmax(0, 3fr) minmax(0, 3fr)}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-split="40-30-30"][data-hb-stage-primary=center]>.hero-columns{grid-template-columns:minmax(0, 3fr) minmax(0, 4fr) minmax(0, 3fr)}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-split="40-30-30"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 3fr) minmax(0, 3fr) minmax(0, 4fr)}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-split="50-25-25"]>.hero-columns{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr)}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-split="50-25-25"][data-hb-stage-primary=center]>.hero-columns{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr)}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-split="50-25-25"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr)}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-split=custom]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-custom-primary-split, 34fr)) minmax(0, var(--hb-stage-custom-secondary-split, 33fr)) minmax(0, var(--hb-stage-custom-tertiary-split, 33fr))}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-split=custom][data-hb-stage-primary=center]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-custom-secondary-split, 33fr)) minmax(0, var(--hb-stage-custom-primary-split, 34fr)) minmax(0, var(--hb-stage-custom-tertiary-split, 33fr))}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-split=custom][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-custom-secondary-split, 33fr)) minmax(0, var(--hb-stage-custom-tertiary-split, 33fr)) minmax(0, var(--hb-stage-custom-primary-split, 34fr))}.hero-stage p{margin-bottom:0}html[lang=he] .hero-stage{--hb-dir-x-coef: -1}@media(min-width: 481px){.hero-stage [data-hb-desktop-anchor]{--hb-offset-x: var(--hb-desktop-offset-x, 0px);--hb-offset-y: var(--hb-desktop-offset-y, 0px)}.hero-stage [data-hb-desktop-anchor]{position:absolute}.hero-stage [data-hb-desktop-anchor=ts],.hero-stage [data-hb-desktop-anchor=tl]{top:0;inset-inline-start:0;inset-inline-end:auto;text-align:start;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), 0%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-desktop-anchor=tc]{top:0;inset-inline-start:50%;inset-inline-end:auto;text-align:center;transform:translate(calc(var(--hb-dir-x-coef, 1) * -50%), 0%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-desktop-anchor=te],.hero-stage [data-hb-desktop-anchor=tr]{top:0;inset-inline-start:auto;inset-inline-end:0;text-align:end;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), 0%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-desktop-anchor=ms],.hero-stage [data-hb-desktop-anchor=ml]{top:50%;inset-inline-start:0;inset-inline-end:auto;text-align:start;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -50%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-desktop-anchor=mc]{top:50%;inset-inline-start:50%;inset-inline-end:auto;text-align:center;transform:translate(calc(var(--hb-dir-x-coef, 1) * -50%), -50%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-desktop-anchor=me],.hero-stage [data-hb-desktop-anchor=mr]{top:50%;inset-inline-start:auto;inset-inline-end:0;text-align:end;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -50%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-desktop-anchor=bs],.hero-stage [data-hb-desktop-anchor=bl]{top:100%;inset-inline-start:0;inset-inline-end:auto;text-align:start;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -100%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-desktop-anchor=bc]{top:100%;inset-inline-start:50%;inset-inline-end:auto;text-align:center;transform:translate(calc(var(--hb-dir-x-coef, 1) * -50%), -100%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-desktop-anchor=be],.hero-stage [data-hb-desktop-anchor=br]{top:100%;inset-inline-start:auto;inset-inline-end:0;text-align:end;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -100%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-desktop-anchor=none]{position:static;top:auto;inset-inline-start:auto;inset-inline-end:auto;text-align:inherit;transform:none}.hero-stage [data-hb-desktop-width=narrow]{width:25%}.hero-stage [data-hb-desktop-width=medium]{width:50%}.hero-stage [data-hb-desktop-width=wide]{width:75%}.hero-stage [data-hb-desktop-width=full]{width:100%}.hero-stage [data-hb-desktop-width=auto]{width:auto;max-width:none}.hero-stage [data-hb-desktop-width=custom]{width:var(--hb-desktop-custom-width, 50%);max-width:100%}.hero-stage [data-hb-desktop-anchor=tc]:not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-desktop-anchor=mc]:not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-desktop-anchor=bc]:not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}}@media(min-width: 768px)and (max-width: 992px){.hero-stage[data-hb-stage-columns="1"][data-hb-stage-tablet-width=auto]>.hero-columns{max-width:100%;width:-moz-max-content !important;width:max-content !important}.hero-stage[data-hb-stage-columns="1"][data-hb-stage-tablet-width="40"]>.hero-columns{width:40% !important}.hero-stage[data-hb-stage-columns="1"][data-hb-stage-tablet-width="50"]>.hero-columns{width:50% !important}.hero-stage[data-hb-stage-columns="1"][data-hb-stage-tablet-width="60"]>.hero-columns{width:60% !important}.hero-stage[data-hb-stage-columns="1"][data-hb-stage-tablet-width="70"]>.hero-columns{width:70% !important}.hero-stage[data-hb-stage-columns="1"][data-hb-stage-tablet-width="80"]>.hero-columns{width:80% !important}.hero-stage[data-hb-stage-columns="1"][data-hb-stage-tablet-width="100"]>.hero-columns{width:100% !important}.hero-stage[data-hb-stage-columns="1"][data-hb-stage-tablet-width=custom]>.hero-columns{width:var(--hb-stage-tablet-custom-width, 50%) !important}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-tablet-content-width="40"]>.hero-columns{grid-template-columns:minmax(0, 40fr) minmax(0, 60fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-tablet-content-width="40"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 60fr) minmax(0, 40fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-tablet-content-width="50"]>.hero-columns{grid-template-columns:minmax(0, 50fr) minmax(0, 50fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-tablet-content-width="50"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 50fr) minmax(0, 50fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-tablet-content-width="60"]>.hero-columns{grid-template-columns:minmax(0, 60fr) minmax(0, 40fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-tablet-content-width="60"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 40fr) minmax(0, 60fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-tablet-content-width="66"]>.hero-columns{grid-template-columns:minmax(0, 66fr) minmax(0, 34fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-tablet-content-width="66"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 34fr) minmax(0, 66fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-tablet-content-width="70"]>.hero-columns{grid-template-columns:minmax(0, 70fr) minmax(0, 30fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-tablet-content-width="70"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 30fr) minmax(0, 70fr)}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-tablet-content-width=custom]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-tablet-custom-primary-width, 50fr)) minmax(0, var(--hb-stage-tablet-custom-secondary-width, 50fr))}.hero-stage[data-hb-stage-columns="2"][data-hb-stage-tablet-content-width=custom][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-tablet-custom-secondary-width, 50fr)) minmax(0, var(--hb-stage-tablet-custom-primary-width, 50fr))}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-tablet-split="33-33-33"]>.hero-columns{grid-template-columns:repeat(3, minmax(0, 1fr))}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-tablet-split="40-30-30"]>.hero-columns{grid-template-columns:minmax(0, 4fr) minmax(0, 3fr) minmax(0, 3fr)}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-tablet-split="40-30-30"][data-hb-stage-primary=center]>.hero-columns{grid-template-columns:minmax(0, 3fr) minmax(0, 4fr) minmax(0, 3fr)}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-tablet-split="40-30-30"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 3fr) minmax(0, 3fr) minmax(0, 4fr)}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-tablet-split="50-25-25"]>.hero-columns{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr)}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-tablet-split="50-25-25"][data-hb-stage-primary=center]>.hero-columns{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr)}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-tablet-split="50-25-25"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr)}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-tablet-split=custom]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-tablet-custom-primary-split, 34fr)) minmax(0, var(--hb-stage-tablet-custom-secondary-split, 33fr)) minmax(0, var(--hb-stage-tablet-custom-tertiary-split, 33fr))}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-tablet-split=custom][data-hb-stage-primary=center]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-tablet-custom-secondary-split, 33fr)) minmax(0, var(--hb-stage-tablet-custom-primary-split, 34fr)) minmax(0, var(--hb-stage-tablet-custom-tertiary-split, 33fr))}.hero-stage[data-hb-stage-columns="3"][data-hb-stage-tablet-split=custom][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-tablet-custom-secondary-split, 33fr)) minmax(0, var(--hb-stage-tablet-custom-tertiary-split, 33fr)) minmax(0, var(--hb-stage-tablet-custom-primary-split, 34fr))}}@media(min-width: 768px)and (max-width: 991px){.hero-stage [data-hb-tablet-anchor],.hero-stage [data-hb-desktop-anchor]:not([data-hb-tablet-anchor]){--hb-offset-x: var(--hb-tablet-offset-x, var(--hb-desktop-offset-x, 0px));--hb-offset-y: var(--hb-tablet-offset-y, var(--hb-desktop-offset-y, 0px))}.hero-stage [data-hb-tablet-anchor],.hero-stage [data-hb-desktop-anchor]:not([data-hb-tablet-anchor]){position:absolute}.hero-stage [data-hb-tablet-anchor=ts],.hero-stage [data-hb-tablet-anchor=tl],.hero-stage [data-hb-desktop-anchor=ts]:not([data-hb-tablet-anchor]),.hero-stage [data-hb-desktop-anchor=tl]:not([data-hb-tablet-anchor]){top:0;inset-inline-start:0;inset-inline-end:auto;text-align:start;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), 0%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-tablet-anchor=tc],.hero-stage [data-hb-desktop-anchor=tc]:not([data-hb-tablet-anchor]){top:0;inset-inline-start:50%;inset-inline-end:auto;text-align:center;transform:translate(calc(var(--hb-dir-x-coef, 1) * -50%), 0%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-tablet-anchor=te],.hero-stage [data-hb-tablet-anchor=tr],.hero-stage [data-hb-desktop-anchor=te]:not([data-hb-tablet-anchor]),.hero-stage [data-hb-desktop-anchor=tr]:not([data-hb-tablet-anchor]){top:0;inset-inline-start:auto;inset-inline-end:0;text-align:end;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), 0%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-tablet-anchor=ms],.hero-stage [data-hb-tablet-anchor=ml],.hero-stage [data-hb-desktop-anchor=ms]:not([data-hb-tablet-anchor]),.hero-stage [data-hb-desktop-anchor=ml]:not([data-hb-tablet-anchor]){top:50%;inset-inline-start:0;inset-inline-end:auto;text-align:start;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -50%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-tablet-anchor=mc],.hero-stage [data-hb-desktop-anchor=mc]:not([data-hb-tablet-anchor]){top:50%;inset-inline-start:50%;inset-inline-end:auto;text-align:center;transform:translate(calc(var(--hb-dir-x-coef, 1) * -50%), -50%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-tablet-anchor=me],.hero-stage [data-hb-tablet-anchor=mr],.hero-stage [data-hb-desktop-anchor=me]:not([data-hb-tablet-anchor]),.hero-stage [data-hb-desktop-anchor=mr]:not([data-hb-tablet-anchor]){top:50%;inset-inline-start:auto;inset-inline-end:0;text-align:end;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -50%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-tablet-anchor=bs],.hero-stage [data-hb-tablet-anchor=bl],.hero-stage [data-hb-desktop-anchor=bs]:not([data-hb-tablet-anchor]),.hero-stage [data-hb-desktop-anchor=bl]:not([data-hb-tablet-anchor]){top:100%;inset-inline-start:0;inset-inline-end:auto;text-align:start;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -100%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-tablet-anchor=bc],.hero-stage [data-hb-desktop-anchor=bc]:not([data-hb-tablet-anchor]){top:100%;inset-inline-start:50%;inset-inline-end:auto;text-align:center;transform:translate(calc(var(--hb-dir-x-coef, 1) * -50%), -100%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-tablet-anchor=be],.hero-stage [data-hb-tablet-anchor=br],.hero-stage [data-hb-desktop-anchor=be]:not([data-hb-tablet-anchor]),.hero-stage [data-hb-desktop-anchor=br]:not([data-hb-tablet-anchor]){top:100%;inset-inline-start:auto;inset-inline-end:0;text-align:end;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -100%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-tablet-anchor=none]{position:static;top:auto;inset-inline-start:auto;inset-inline-end:auto;text-align:inherit;transform:none}.hero-stage [data-hb-tablet-width=narrow]{width:25%}.hero-stage [data-hb-tablet-width=medium]{width:50%}.hero-stage [data-hb-tablet-width=wide]{width:75%}.hero-stage [data-hb-tablet-width=full]{width:100%}.hero-stage [data-hb-tablet-width=auto]{width:auto;max-width:none}.hero-stage [data-hb-tablet-width=custom]{width:var(--hb-tablet-custom-width, 50%);max-width:100%}.hero-stage [data-hb-tablet-anchor=tc]:not([data-hb-tablet-width]):not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-tablet-anchor=tc][data-hb-tablet-width=auto]{width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-tablet-anchor=mc]:not([data-hb-tablet-width]):not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-tablet-anchor=mc][data-hb-tablet-width=auto]{width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-tablet-anchor=bc]:not([data-hb-tablet-width]):not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-tablet-anchor=bc][data-hb-tablet-width=auto]{width:-moz-max-content;width:max-content;max-width:100%}.hb-layout:not([data-hb-layout-tablet-align-y])[data-hb-layout-desktop-align-y=start],.hb-layout[data-hb-layout-tablet-align-y=start]{align-items:stretch;--hb-layout-cell-justify: flex-start}.hb-layout:not([data-hb-layout-tablet-align-y])[data-hb-layout-desktop-align-y=start]>.hb-layout-cell,.hb-layout:not([data-hb-layout-tablet-align-y])[data-hb-layout-desktop-align-y=start]>.hb-layout-stack>.hb-layout-cell,.hb-layout[data-hb-layout-tablet-align-y=start]>.hb-layout-cell,.hb-layout[data-hb-layout-tablet-align-y=start]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout:not([data-hb-layout-tablet-align-y])[data-hb-layout-desktop-align-y=center],.hb-layout[data-hb-layout-tablet-align-y=center]{align-items:stretch;--hb-layout-cell-justify: center}.hb-layout:not([data-hb-layout-tablet-align-y])[data-hb-layout-desktop-align-y=center]>.hb-layout-cell,.hb-layout:not([data-hb-layout-tablet-align-y])[data-hb-layout-desktop-align-y=center]>.hb-layout-stack>.hb-layout-cell,.hb-layout[data-hb-layout-tablet-align-y=center]>.hb-layout-cell,.hb-layout[data-hb-layout-tablet-align-y=center]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout:not([data-hb-layout-tablet-align-y])[data-hb-layout-desktop-align-y=end],.hb-layout[data-hb-layout-tablet-align-y=end]{align-items:stretch;--hb-layout-cell-justify: flex-end}.hb-layout:not([data-hb-layout-tablet-align-y])[data-hb-layout-desktop-align-y=end]>.hb-layout-cell,.hb-layout:not([data-hb-layout-tablet-align-y])[data-hb-layout-desktop-align-y=end]>.hb-layout-stack>.hb-layout-cell,.hb-layout[data-hb-layout-tablet-align-y=end]>.hb-layout-cell,.hb-layout[data-hb-layout-tablet-align-y=end]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout:not([data-hb-layout-tablet-align-y])[data-hb-layout-desktop-align-y=between],.hb-layout[data-hb-layout-tablet-align-y=between]{align-items:stretch;--hb-layout-cell-justify: space-between}.hb-layout:not([data-hb-layout-tablet-align-y])[data-hb-layout-desktop-align-y=between]>.hb-layout-cell,.hb-layout:not([data-hb-layout-tablet-align-y])[data-hb-layout-desktop-align-y=between]>.hb-layout-stack>.hb-layout-cell,.hb-layout[data-hb-layout-tablet-align-y=between]>.hb-layout-cell,.hb-layout[data-hb-layout-tablet-align-y=between]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout-cell:not([data-hb-space-before-tablet])[data-hb-col-tablet-align-y=start]{--hb-cell-justify: flex-start !important;padding-top:0 !important}.hb-layout-cell:not([data-hb-space-before-tablet])[data-hb-col-tablet-align-y=center]{--hb-cell-justify: center !important;padding-top:0 !important}.hb-layout-cell:not([data-hb-space-before-tablet])[data-hb-col-tablet-align-y=end]{--hb-cell-justify: flex-end !important;padding-top:0 !important}.hb-layout-cell:not([data-hb-space-before-tablet])[data-hb-col-tablet-align-y=between]{--hb-cell-justify: space-between !important;padding-top:0 !important}.hero-column:not([data-hb-space-before-tablet])[data-hb-col-tablet-align-y=start]{--hb-col-justify: flex-start !important;padding-top:0 !important}.hero-column:not([data-hb-space-before-tablet])[data-hb-col-tablet-align-y=center]{--hb-col-justify: center !important;padding-top:0 !important}.hero-column:not([data-hb-space-before-tablet])[data-hb-col-tablet-align-y=end]{--hb-col-justify: flex-end !important;padding-top:0 !important}.hero-column:not([data-hb-space-before-tablet])[data-hb-col-tablet-align-y=between]{--hb-col-justify: space-between !important;padding-top:0 !important}}@media(min-width: 481px)and (max-width: 767px){.hero-stage [data-hb-mobile-landscape-anchor],.hero-stage [data-hb-desktop-anchor]:not([data-hb-mobile-landscape-anchor]){--hb-offset-x: var(--hb-mobile-landscape-offset-x, var(--hb-desktop-offset-x, 0px));--hb-offset-y: var(--hb-mobile-landscape-offset-y, var(--hb-desktop-offset-y, 0px))}.hero-stage [data-hb-mobile-landscape-anchor],.hero-stage [data-hb-desktop-anchor]:not([data-hb-mobile-landscape-anchor]){position:absolute}.hero-stage [data-hb-mobile-landscape-anchor=ts],.hero-stage [data-hb-mobile-landscape-anchor=tl],.hero-stage [data-hb-desktop-anchor=ts]:not([data-hb-mobile-landscape-anchor]),.hero-stage [data-hb-desktop-anchor=tl]:not([data-hb-mobile-landscape-anchor]){top:0;inset-inline-start:0;inset-inline-end:auto;text-align:start;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), 0%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-landscape-anchor=tc],.hero-stage [data-hb-desktop-anchor=tc]:not([data-hb-mobile-landscape-anchor]){top:0;inset-inline-start:50%;inset-inline-end:auto;text-align:center;transform:translate(calc(var(--hb-dir-x-coef, 1) * -50%), 0%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-landscape-anchor=te],.hero-stage [data-hb-mobile-landscape-anchor=tr],.hero-stage [data-hb-desktop-anchor=te]:not([data-hb-mobile-landscape-anchor]),.hero-stage [data-hb-desktop-anchor=tr]:not([data-hb-mobile-landscape-anchor]){top:0;inset-inline-start:auto;inset-inline-end:0;text-align:end;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), 0%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-landscape-anchor=ms],.hero-stage [data-hb-mobile-landscape-anchor=ml],.hero-stage [data-hb-desktop-anchor=ms]:not([data-hb-mobile-landscape-anchor]),.hero-stage [data-hb-desktop-anchor=ml]:not([data-hb-mobile-landscape-anchor]){top:50%;inset-inline-start:0;inset-inline-end:auto;text-align:start;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -50%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-landscape-anchor=mc],.hero-stage [data-hb-desktop-anchor=mc]:not([data-hb-mobile-landscape-anchor]){top:50%;inset-inline-start:50%;inset-inline-end:auto;text-align:center;transform:translate(calc(var(--hb-dir-x-coef, 1) * -50%), -50%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-landscape-anchor=me],.hero-stage [data-hb-mobile-landscape-anchor=mr],.hero-stage [data-hb-desktop-anchor=me]:not([data-hb-mobile-landscape-anchor]),.hero-stage [data-hb-desktop-anchor=mr]:not([data-hb-mobile-landscape-anchor]){top:50%;inset-inline-start:auto;inset-inline-end:0;text-align:end;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -50%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-landscape-anchor=bs],.hero-stage [data-hb-mobile-landscape-anchor=bl],.hero-stage [data-hb-desktop-anchor=bs]:not([data-hb-mobile-landscape-anchor]),.hero-stage [data-hb-desktop-anchor=bl]:not([data-hb-mobile-landscape-anchor]){top:100%;inset-inline-start:0;inset-inline-end:auto;text-align:start;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -100%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-landscape-anchor=bc],.hero-stage [data-hb-desktop-anchor=bc]:not([data-hb-mobile-landscape-anchor]){top:100%;inset-inline-start:50%;inset-inline-end:auto;text-align:center;transform:translate(calc(var(--hb-dir-x-coef, 1) * -50%), -100%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-landscape-anchor=be],.hero-stage [data-hb-mobile-landscape-anchor=br],.hero-stage [data-hb-desktop-anchor=be]:not([data-hb-mobile-landscape-anchor]),.hero-stage [data-hb-desktop-anchor=br]:not([data-hb-mobile-landscape-anchor]){top:100%;inset-inline-start:auto;inset-inline-end:0;text-align:end;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -100%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-landscape-anchor=none]{position:static;top:auto;inset-inline-start:auto;inset-inline-end:auto;text-align:inherit;transform:none}.hero-stage [data-hb-mobile-landscape-width=narrow]{width:25%}.hero-stage [data-hb-mobile-landscape-width=medium]{width:50%}.hero-stage [data-hb-mobile-landscape-width=wide]{width:75%}.hero-stage [data-hb-mobile-landscape-width=full]{width:100%}.hero-stage [data-hb-mobile-landscape-width=auto]{width:auto;max-width:none}.hero-stage [data-hb-mobile-landscape-width=custom]{width:var(--hb-mobile-landscape-custom-width, 50%);max-width:100%}.hero-stage [data-hb-mobile-landscape-anchor=tc]:not([data-hb-mobile-landscape-width]):not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-mobile-landscape-anchor=tc][data-hb-mobile-landscape-width=auto]{width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-mobile-landscape-anchor=mc]:not([data-hb-mobile-landscape-width]):not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-mobile-landscape-anchor=mc][data-hb-mobile-landscape-width=auto]{width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-mobile-landscape-anchor=bc]:not([data-hb-mobile-landscape-width]):not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-mobile-landscape-anchor=bc][data-hb-mobile-landscape-width=auto]{width:-moz-max-content;width:max-content;max-width:100%}.hb-layout:not([data-hb-layout-mobile-landscape-align-y])[data-hb-layout-desktop-align-y=start],.hb-layout[data-hb-layout-mobile-landscape-align-y=start]{align-items:stretch;--hb-layout-cell-justify: flex-start}.hb-layout:not([data-hb-layout-mobile-landscape-align-y])[data-hb-layout-desktop-align-y=start]>.hb-layout-cell,.hb-layout:not([data-hb-layout-mobile-landscape-align-y])[data-hb-layout-desktop-align-y=start]>.hb-layout-stack>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-landscape-align-y=start]>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-landscape-align-y=start]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout:not([data-hb-layout-mobile-landscape-align-y])[data-hb-layout-desktop-align-y=center],.hb-layout[data-hb-layout-mobile-landscape-align-y=center]{align-items:stretch;--hb-layout-cell-justify: center}.hb-layout:not([data-hb-layout-mobile-landscape-align-y])[data-hb-layout-desktop-align-y=center]>.hb-layout-cell,.hb-layout:not([data-hb-layout-mobile-landscape-align-y])[data-hb-layout-desktop-align-y=center]>.hb-layout-stack>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-landscape-align-y=center]>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-landscape-align-y=center]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout:not([data-hb-layout-mobile-landscape-align-y])[data-hb-layout-desktop-align-y=end],.hb-layout[data-hb-layout-mobile-landscape-align-y=end]{align-items:stretch;--hb-layout-cell-justify: flex-end}.hb-layout:not([data-hb-layout-mobile-landscape-align-y])[data-hb-layout-desktop-align-y=end]>.hb-layout-cell,.hb-layout:not([data-hb-layout-mobile-landscape-align-y])[data-hb-layout-desktop-align-y=end]>.hb-layout-stack>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-landscape-align-y=end]>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-landscape-align-y=end]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout:not([data-hb-layout-mobile-landscape-align-y])[data-hb-layout-desktop-align-y=between],.hb-layout[data-hb-layout-mobile-landscape-align-y=between]{align-items:stretch;--hb-layout-cell-justify: space-between}.hb-layout:not([data-hb-layout-mobile-landscape-align-y])[data-hb-layout-desktop-align-y=between]>.hb-layout-cell,.hb-layout:not([data-hb-layout-mobile-landscape-align-y])[data-hb-layout-desktop-align-y=between]>.hb-layout-stack>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-landscape-align-y=between]>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-landscape-align-y=between]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout-cell:not([data-hb-space-before-mobile-landscape])[data-hb-col-mobile-landscape-align-y=start]{--hb-cell-justify: flex-start !important;padding-top:0 !important}.hb-layout-cell:not([data-hb-space-before-mobile-landscape])[data-hb-col-mobile-landscape-align-y=center]{--hb-cell-justify: center !important;padding-top:0 !important}.hb-layout-cell:not([data-hb-space-before-mobile-landscape])[data-hb-col-mobile-landscape-align-y=end]{--hb-cell-justify: flex-end !important;padding-top:0 !important}.hb-layout-cell:not([data-hb-space-before-mobile-landscape])[data-hb-col-mobile-landscape-align-y=between]{--hb-cell-justify: space-between !important;padding-top:0 !important}.hero-column:not([data-hb-space-before-mobile-landscape])[data-hb-col-mobile-landscape-align-y=start]{--hb-col-justify: flex-start !important;padding-top:0 !important}.hero-column:not([data-hb-space-before-mobile-landscape])[data-hb-col-mobile-landscape-align-y=center]{--hb-col-justify: center !important;padding-top:0 !important}.hero-column:not([data-hb-space-before-mobile-landscape])[data-hb-col-mobile-landscape-align-y=end]{--hb-col-justify: flex-end !important;padding-top:0 !important}.hero-column:not([data-hb-space-before-mobile-landscape])[data-hb-col-mobile-landscape-align-y=between]{--hb-col-justify: space-between !important;padding-top:0 !important}}@media(max-width: 480px){.hero-stage [data-hb-mobile-anchor],.hero-stage [data-hb-desktop-anchor]:not([data-hb-mobile-anchor]){--hb-offset-x: var(--hb-mobile-offset-x, var(--hb-desktop-offset-x, 0px));--hb-offset-y: var(--hb-mobile-offset-y, var(--hb-desktop-offset-y, 0px))}.hero-stage [data-hb-mobile-anchor],.hero-stage [data-hb-desktop-anchor]:not([data-hb-mobile-anchor]){position:absolute}.hero-stage [data-hb-mobile-anchor=ts],.hero-stage [data-hb-mobile-anchor=tl],.hero-stage [data-hb-desktop-anchor=ts]:not([data-hb-mobile-anchor]),.hero-stage [data-hb-desktop-anchor=tl]:not([data-hb-mobile-anchor]){top:0;inset-inline-start:0;inset-inline-end:auto;text-align:start;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), 0%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-anchor=tc],.hero-stage [data-hb-desktop-anchor=tc]:not([data-hb-mobile-anchor]){top:0;inset-inline-start:50%;inset-inline-end:auto;text-align:center;transform:translate(calc(var(--hb-dir-x-coef, 1) * -50%), 0%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-anchor=te],.hero-stage [data-hb-mobile-anchor=tr],.hero-stage [data-hb-desktop-anchor=te]:not([data-hb-mobile-anchor]),.hero-stage [data-hb-desktop-anchor=tr]:not([data-hb-mobile-anchor]){top:0;inset-inline-start:auto;inset-inline-end:0;text-align:end;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), 0%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-anchor=ms],.hero-stage [data-hb-mobile-anchor=ml],.hero-stage [data-hb-desktop-anchor=ms]:not([data-hb-mobile-anchor]),.hero-stage [data-hb-desktop-anchor=ml]:not([data-hb-mobile-anchor]){top:50%;inset-inline-start:0;inset-inline-end:auto;text-align:start;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -50%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-anchor=mc],.hero-stage [data-hb-desktop-anchor=mc]:not([data-hb-mobile-anchor]){top:50%;inset-inline-start:50%;inset-inline-end:auto;text-align:center;transform:translate(calc(var(--hb-dir-x-coef, 1) * -50%), -50%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-anchor=me],.hero-stage [data-hb-mobile-anchor=mr],.hero-stage [data-hb-desktop-anchor=me]:not([data-hb-mobile-anchor]),.hero-stage [data-hb-desktop-anchor=mr]:not([data-hb-mobile-anchor]){top:50%;inset-inline-start:auto;inset-inline-end:0;text-align:end;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -50%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-anchor=bs],.hero-stage [data-hb-mobile-anchor=bl],.hero-stage [data-hb-desktop-anchor=bs]:not([data-hb-mobile-anchor]),.hero-stage [data-hb-desktop-anchor=bl]:not([data-hb-mobile-anchor]){top:100%;inset-inline-start:0;inset-inline-end:auto;text-align:start;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -100%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-anchor=bc],.hero-stage [data-hb-desktop-anchor=bc]:not([data-hb-mobile-anchor]){top:100%;inset-inline-start:50%;inset-inline-end:auto;text-align:center;transform:translate(calc(var(--hb-dir-x-coef, 1) * -50%), -100%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-anchor=be],.hero-stage [data-hb-mobile-anchor=br],.hero-stage [data-hb-desktop-anchor=be]:not([data-hb-mobile-anchor]),.hero-stage [data-hb-desktop-anchor=br]:not([data-hb-mobile-anchor]){top:100%;inset-inline-start:auto;inset-inline-end:0;text-align:end;transform:translate(calc(var(--hb-dir-x-coef, 1) * 0%), -100%) translate(var(--hb-offset-x, 0px), var(--hb-offset-y, 0px))}.hero-stage [data-hb-mobile-anchor=none]{position:static;top:auto;inset-inline-start:auto;inset-inline-end:auto;text-align:inherit;transform:none}.hero-stage [data-hb-mobile-width=narrow]{width:25%}.hero-stage [data-hb-mobile-width=medium]{width:50%}.hero-stage [data-hb-mobile-width=wide]{width:75%}.hero-stage [data-hb-mobile-width=full]{width:100%}.hero-stage [data-hb-mobile-width=auto]{width:auto;max-width:none}.hero-stage [data-hb-mobile-width=custom]{width:var(--hb-mobile-custom-width, 50%);max-width:100%}.hero-stage [data-hb-desktop-width=narrow]:not([data-hb-mobile-width]){width:25%}.hero-stage [data-hb-desktop-width=medium]:not([data-hb-mobile-width]){width:50%}.hero-stage [data-hb-desktop-width=wide]:not([data-hb-mobile-width]){width:75%}.hero-stage [data-hb-desktop-width=full]:not([data-hb-mobile-width]){width:100%}.hero-stage [data-hb-desktop-width=custom]:not([data-hb-mobile-width]){width:var(--hb-desktop-custom-width, 50%);max-width:100%}.hero-stage [data-hb-mobile-anchor=tc]:not([data-hb-mobile-width]):not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-mobile-anchor=tc][data-hb-mobile-width=auto]{width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-desktop-anchor=tc]:not([data-hb-mobile-anchor]):not([data-hb-mobile-width]):not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-mobile-anchor=mc]:not([data-hb-mobile-width]):not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-mobile-anchor=mc][data-hb-mobile-width=auto]{width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-desktop-anchor=mc]:not([data-hb-mobile-anchor]):not([data-hb-mobile-width]):not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-mobile-anchor=bc]:not([data-hb-mobile-width]):not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-mobile-anchor=bc][data-hb-mobile-width=auto]{width:-moz-max-content;width:max-content;max-width:100%}.hero-stage [data-hb-desktop-anchor=bc]:not([data-hb-mobile-anchor]):not([data-hb-mobile-width]):not([data-hb-desktop-width]){width:-moz-max-content;width:max-content;max-width:100%}}.hero-stack{width:100%;max-width:980px;display:flex;flex-direction:column;gap:12px;align-items:var(--hb-content-align-items, center);text-align:var(--hb-content-text-align, center);position:static;box-sizing:border-box}.hero-stack[data-hb-stack-align=start]{align-items:flex-start;text-align:start;--hb-stack-justify: flex-start}.hero-stack[data-hb-stack-align=center]{align-items:center;text-align:center;--hb-stack-justify: center}.hero-stack[data-hb-stack-align=end]{align-items:flex-end;text-align:end;--hb-stack-justify: flex-end}.hero-stack--event-info-default{min-height:60%;justify-content:center;gap:9%}.hero-stack--event-info-default .hero-heading-group,.hero-stack--event-info-default .hero-meta-group{display:flex;flex-direction:column;min-width:0}.hero-stack--event-info-default .hero-heading-group{width:100%;max-width:100%;align-self:stretch;gap:14px}.hero-stack--event-info-default .hero-meta-group{gap:14px;align-items:var(--hb-stack-justify, var(--hb-content-justify, center))}.hero-stack--event-info-default .hero-cta{margin-top:10px}.hero-columns{width:100%;height:100%;min-height:100%;display:flex;align-items:center;justify-content:center;gap:clamp(10px,2vw,28px)}.hb-layout{display:grid;gap:12px;width:100%;min-width:0;justify-items:stretch;--hb-layout-cell-align-items: stretch;--hb-layout-cell-text-align: inherit;position:relative}.hb-layout>*{min-width:0}.hb-layout-cell{--hb-cell-justify: var(--hb-layout-cell-justify, center);display:flex;flex-direction:column;justify-content:var(--hb-cell-justify);align-items:var(--hb-layout-cell-align-items);text-align:var(--hb-layout-cell-text-align);min-width:0;min-height:0;position:relative;padding-top:var(--hb-space-before-mobile, var(--hb-space-before-desktop, 0px))}.hb-layout-cell>*{--hb-space-before-desktop: initial;--hb-space-before-tablet: initial;--hb-space-before-mobile-landscape: initial;--hb-space-before-mobile: initial;--hb-space-before-default-desktop: 14px;--hb-space-before-default-mobile: 12px;margin-bottom:0}.hb-layout-cell>.hero-date{--hb-space-before-default-desktop: 34px;--hb-space-before-default-mobile: 26px}.hb-layout-cell>.hero-cta{--hb-space-before-default-desktop: 24px;--hb-space-before-default-mobile: 20px}.hb-layout-cell>*:first-child{margin-top:0}.hb-layout-cell>:not(:first-child){margin-top:var(--hb-space-before-mobile, var(--hb-space-before-desktop, var(--hb-space-before-default-mobile)))}@media(min-width: 481px)and (max-width: 767px){.hb-layout-cell{padding-top:var(--hb-space-before-mobile-landscape, var(--hb-space-before-desktop, 0px))}.hb-layout-cell>:not(:first-child){margin-top:var(--hb-space-before-mobile-landscape, var(--hb-space-before-desktop, var(--hb-space-before-default-desktop)))}}@media(min-width: 768px)and (max-width: 991px){.hb-layout-cell{padding-top:var(--hb-space-before-tablet, var(--hb-space-before-desktop, 0px))}.hb-layout-cell>:not(:first-child){margin-top:var(--hb-space-before-tablet, var(--hb-space-before-desktop, var(--hb-space-before-default-desktop)))}}@media(min-width: 992px){.hb-layout-cell{padding-top:var(--hb-space-before-desktop, 0px)}.hb-layout-cell>:not(:first-child){margin-top:var(--hb-space-before-desktop, var(--hb-space-before-default-desktop))}}.hb-layout-cell>*{min-width:0;max-width:100%}.hb-layout-cell>.hero-cta{align-self:var(--hb-layout-cell-align-items, center)}.hb-layout-stack{display:grid;gap:inherit;min-width:0;grid-template-rows:repeat(2, minmax(0, 1fr))}.hb-layout--two,.hb-layout--split-stack-left,.hb-layout--split-stack-right{grid-template-columns:repeat(2, minmax(0, 1fr))}.hb-layout--two[data-hb-layout-ratio="60-40"],.hb-layout--split-stack-left[data-hb-layout-ratio="60-40"],.hb-layout--split-stack-right[data-hb-layout-ratio="60-40"]{grid-template-columns:minmax(0, 3fr) minmax(0, 2fr)}.hb-layout--two[data-hb-layout-ratio="60-40"][data-hb-layout-primary=end],.hb-layout--split-stack-left[data-hb-layout-ratio="60-40"][data-hb-layout-primary=end],.hb-layout--split-stack-right[data-hb-layout-ratio="60-40"][data-hb-layout-primary=end]{grid-template-columns:minmax(0, 2fr) minmax(0, 3fr)}.hb-layout--two[data-hb-layout-ratio="40-60"],.hb-layout--split-stack-left[data-hb-layout-ratio="40-60"],.hb-layout--split-stack-right[data-hb-layout-ratio="40-60"]{grid-template-columns:minmax(0, 2fr) minmax(0, 3fr)}.hb-layout--two[data-hb-layout-ratio="66-34"],.hb-layout--split-stack-left[data-hb-layout-ratio="66-34"],.hb-layout--split-stack-right[data-hb-layout-ratio="66-34"]{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr)}.hb-layout--two[data-hb-layout-ratio="66-34"][data-hb-layout-primary=end],.hb-layout--split-stack-left[data-hb-layout-ratio="66-34"][data-hb-layout-primary=end],.hb-layout--split-stack-right[data-hb-layout-ratio="66-34"][data-hb-layout-primary=end]{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr)}.hb-layout--two[data-hb-layout-ratio="30-70"],.hb-layout--split-stack-left[data-hb-layout-ratio="30-70"],.hb-layout--split-stack-right[data-hb-layout-ratio="30-70"]{grid-template-columns:minmax(0, 3fr) minmax(0, 7fr)}.hb-layout--two[data-hb-layout-ratio="70-30"],.hb-layout--split-stack-left[data-hb-layout-ratio="70-30"],.hb-layout--split-stack-right[data-hb-layout-ratio="70-30"]{grid-template-columns:minmax(0, 7fr) minmax(0, 3fr)}.hb-layout--two[data-hb-layout-ratio="70-30"][data-hb-layout-primary=end],.hb-layout--split-stack-left[data-hb-layout-ratio="70-30"][data-hb-layout-primary=end],.hb-layout--split-stack-right[data-hb-layout-ratio="70-30"][data-hb-layout-primary=end]{grid-template-columns:minmax(0, 3fr) minmax(0, 7fr)}.hb-layout--two[data-hb-layout-ratio=custom],.hb-layout--split-stack-left[data-hb-layout-ratio=custom],.hb-layout--split-stack-right[data-hb-layout-ratio=custom]{grid-template-columns:minmax(0, var(--hb-layout-custom-slot-1, 50fr)) minmax(0, var(--hb-layout-custom-slot-2, 50fr))}.hb-layout--three{grid-template-columns:repeat(3, minmax(0, 1fr))}.hb-layout--three[data-hb-layout-ratio="25-50-25"]{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr)}.hb-layout--three[data-hb-layout-ratio="25-25-50"]{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr)}.hb-layout--three[data-hb-layout-ratio="40-30-30"]{grid-template-columns:minmax(0, 4fr) minmax(0, 3fr) minmax(0, 3fr)}.hb-layout--three[data-hb-layout-ratio="40-30-30"][data-hb-layout-primary=center]{grid-template-columns:minmax(0, 3fr) minmax(0, 4fr) minmax(0, 3fr)}.hb-layout--three[data-hb-layout-ratio="40-30-30"][data-hb-layout-primary=end]{grid-template-columns:minmax(0, 3fr) minmax(0, 3fr) minmax(0, 4fr)}.hb-layout--three[data-hb-layout-ratio="50-25-25"]{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr)}.hb-layout--three[data-hb-layout-ratio="50-25-25"][data-hb-layout-primary=center]{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr)}.hb-layout--three[data-hb-layout-ratio="50-25-25"][data-hb-layout-primary=end]{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr)}.hb-layout--three[data-hb-layout-ratio=custom]{grid-template-columns:minmax(0, var(--hb-layout-custom-slot-1, 34fr)) minmax(0, var(--hb-layout-custom-slot-2, 33fr)) minmax(0, var(--hb-layout-custom-slot-3, 33fr))}.hero-column{--hb-col-justify: center;--hb-col-align-items: stretch;--hb-content-align-items: center;--hb-content-justify: center;--hb-content-text-align: center;min-width:0;max-width:100%;width:0;flex:0 0 0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:var(--hb-col-justify);align-items:var(--hb-col-align-items);text-align:var(--hb-content-text-align);position:relative;padding-top:var(--hb-space-before-mobile, var(--hb-space-before-desktop, 0px))}.hero-column>*{--hb-space-before-desktop: initial;--hb-space-before-tablet: initial;--hb-space-before-mobile-landscape: initial;--hb-space-before-mobile: initial;--hb-space-before-default-desktop: 14px;--hb-space-before-default-mobile: 12px;margin-bottom:0}.hero-column>.hero-date{--hb-space-before-default-desktop: 34px;--hb-space-before-default-mobile: 26px}.hero-column>.hero-cta{--hb-space-before-default-desktop: 24px;--hb-space-before-default-mobile: 20px}.hero-column>*:first-child{margin-top:0}.hero-column>:not(:first-child){margin-top:var(--hb-space-before-mobile, var(--hb-space-before-desktop, var(--hb-space-before-default-mobile)))}@media(min-width: 481px)and (max-width: 767px){.hero-column{padding-top:var(--hb-space-before-mobile-landscape, var(--hb-space-before-desktop, 0px))}.hero-column>:not(:first-child){margin-top:var(--hb-space-before-mobile-landscape, var(--hb-space-before-desktop, var(--hb-space-before-default-desktop)))}}@media(min-width: 768px)and (max-width: 991px){.hero-column{padding-top:var(--hb-space-before-tablet, var(--hb-space-before-desktop, 0px))}.hero-column>:not(:first-child){margin-top:var(--hb-space-before-tablet, var(--hb-space-before-desktop, var(--hb-space-before-default-desktop)))}}@media(min-width: 992px){.hero-column{padding-top:var(--hb-space-before-desktop, 0px)}.hero-column>:not(:first-child){margin-top:var(--hb-space-before-desktop, var(--hb-space-before-default-desktop))}}.hero-column:not(:empty){flex:1 1 0;width:auto}.hero-column>*{min-width:0;max-width:100%}.hero-column>.hero-cta{align-self:var(--hb-content-align-items, center)}@media(min-width: 481px){.hero-stage [data-hb-desktop-align-self=start]{align-self:flex-start}.hero-stage [data-hb-desktop-align-self=center]{align-self:center}.hero-stage [data-hb-desktop-align-self=end]{align-self:flex-end}.hb-layout[data-hb-layout-desktop-align-y=start]{align-items:stretch;--hb-layout-cell-justify: flex-start}.hb-layout[data-hb-layout-desktop-align-y=start]>.hb-layout-cell,.hb-layout[data-hb-layout-desktop-align-y=start]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout[data-hb-layout-desktop-align-y=center]{align-items:stretch;--hb-layout-cell-justify: center}.hb-layout[data-hb-layout-desktop-align-y=center]>.hb-layout-cell,.hb-layout[data-hb-layout-desktop-align-y=center]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout[data-hb-layout-desktop-align-y=end]{align-items:stretch;--hb-layout-cell-justify: flex-end}.hb-layout[data-hb-layout-desktop-align-y=end]>.hb-layout-cell,.hb-layout[data-hb-layout-desktop-align-y=end]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout[data-hb-layout-desktop-align-y=between]{align-items:stretch;--hb-layout-cell-justify: space-between}.hb-layout[data-hb-layout-desktop-align-y=between]>.hb-layout-cell,.hb-layout[data-hb-layout-desktop-align-y=between]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout[data-hb-layout-desktop-align-x=start]{--hb-layout-cell-align-items: flex-start;--hb-layout-cell-text-align: start}.hb-layout[data-hb-layout-desktop-align-x=center]{--hb-layout-cell-align-items: center;--hb-layout-cell-text-align: center}.hb-layout[data-hb-layout-desktop-align-x=end]{--hb-layout-cell-align-items: flex-end;--hb-layout-cell-text-align: end}.hb-layout-cell[data-hb-space-before-desktop]{--hb-cell-justify: flex-start !important}}@media(min-width: 481px)and (min-width: 768px)and (max-width: 991px){.hb-layout-cell[data-hb-space-before-tablet]{--hb-cell-justify: flex-start !important}}@media(min-width: 481px)and (max-width: 767px){.hb-layout-cell[data-hb-space-before-mobile-landscape]{--hb-cell-justify: flex-start !important}}@media(min-width: 481px){.hb-layout-cell[data-hb-col-desktop-align-y=start]{--hb-cell-justify: flex-start}.hb-layout-cell[data-hb-col-desktop-align-y=center]{--hb-cell-justify: center}.hb-layout-cell[data-hb-col-desktop-align-y=end]{--hb-cell-justify: flex-end}.hb-layout-cell[data-hb-col-desktop-align-y=between]{--hb-cell-justify: space-between}.hero-column{align-self:stretch}.hero-column[data-hb-space-before-desktop]{--hb-col-justify: flex-start !important}}@media(min-width: 481px)and (min-width: 768px)and (max-width: 991px){.hero-column[data-hb-space-before-tablet]{--hb-col-justify: flex-start !important}}@media(min-width: 481px)and (max-width: 767px){.hero-column[data-hb-space-before-mobile-landscape]{--hb-col-justify: flex-start !important}}@media(min-width: 481px){.hero-column[data-hb-col-desktop-align-y=start]{--hb-col-justify: flex-start}.hero-column[data-hb-col-desktop-align-y=center]{--hb-col-justify: center}.hero-column[data-hb-col-desktop-align-y=end]{--hb-col-justify: flex-end}.hero-column[data-hb-col-desktop-align-y=between]{--hb-col-justify: space-between}.hero-column[data-hb-col-desktop-align-x=start]{--hb-col-align-items: flex-start;--hb-content-align-items: flex-start;--hb-content-justify: flex-start;--hb-content-text-align: start}.hero-column[data-hb-col-desktop-align-x=start]>.hero-stack{max-width:100%}.hero-column[data-hb-col-desktop-align-x=center]{--hb-col-align-items: center;--hb-content-align-items: center;--hb-content-justify: center;--hb-content-text-align: center}.hero-column[data-hb-col-desktop-align-x=center]>.hero-stack{max-width:100%}.hero-column[data-hb-col-desktop-align-x=end]{--hb-col-align-items: flex-end;--hb-content-align-items: flex-end;--hb-content-justify: flex-end;--hb-content-text-align: end}.hero-column[data-hb-col-desktop-align-x=end]>.hero-stack{max-width:100%}.hero-column[data-hb-col-desktop-align-x=stretch]{--hb-col-align-items: stretch;--hb-content-align-items: center;--hb-content-justify: center;--hb-content-text-align: center}}@media(min-width: 768px)and (max-width: 991px){.hero-stage [data-hb-tablet-align-self=start]{align-self:flex-start}.hero-stage [data-hb-tablet-align-self=center]{align-self:center}.hero-stage [data-hb-tablet-align-self=end]{align-self:flex-end}.hero-stage [data-hb-tablet-align-self=auto]{align-self:auto}.hero-column[data-hb-col-tablet-align-x=start]{--hb-col-align-items: flex-start;--hb-content-align-items: flex-start;--hb-content-justify: flex-start;--hb-content-text-align: start}.hero-column[data-hb-col-tablet-align-x=start]>.hero-stack{max-width:100%}.hero-column[data-hb-col-tablet-align-x=center]{--hb-col-align-items: center;--hb-content-align-items: center;--hb-content-justify: center;--hb-content-text-align: center}.hero-column[data-hb-col-tablet-align-x=center]>.hero-stack{max-width:100%}.hero-column[data-hb-col-tablet-align-x=end]{--hb-col-align-items: flex-end;--hb-content-align-items: flex-end;--hb-content-justify: flex-end;--hb-content-text-align: end}.hero-column[data-hb-col-tablet-align-x=end]>.hero-stack{max-width:100%}.hero-column[data-hb-col-tablet-align-x=stretch]{--hb-col-align-items: stretch;--hb-content-align-items: center;--hb-content-justify: center;--hb-content-text-align: center}}@media(min-width: 481px)and (max-width: 767px){.hero-stage [data-hb-mobile-landscape-align-self=start]{align-self:flex-start}.hero-stage [data-hb-mobile-landscape-align-self=center]{align-self:center}.hero-stage [data-hb-mobile-landscape-align-self=end]{align-self:flex-end}.hero-stage [data-hb-mobile-landscape-align-self=auto]{align-self:auto}.hero-column[data-hb-col-mobile-landscape-align-x=start]{--hb-col-align-items: flex-start;--hb-content-align-items: flex-start;--hb-content-justify: flex-start;--hb-content-text-align: start}.hero-column[data-hb-col-mobile-landscape-align-x=start]>.hero-stack{max-width:100%}.hero-column[data-hb-col-mobile-landscape-align-x=center]{--hb-col-align-items: center;--hb-content-align-items: center;--hb-content-justify: center;--hb-content-text-align: center}.hero-column[data-hb-col-mobile-landscape-align-x=center]>.hero-stack{max-width:100%}.hero-column[data-hb-col-mobile-landscape-align-x=end]{--hb-col-align-items: flex-end;--hb-content-align-items: flex-end;--hb-content-justify: flex-end;--hb-content-text-align: end}.hero-column[data-hb-col-mobile-landscape-align-x=end]>.hero-stack{max-width:100%}.hero-column[data-hb-col-mobile-landscape-align-x=stretch]{--hb-col-align-items: stretch;--hb-content-align-items: center;--hb-content-justify: center;--hb-content-text-align: center}}@media(max-width: 480px){.hero-stage [data-hb-mobile-align-self=start],.hero-stage [data-hb-desktop-align-self=start]:not([data-hb-mobile-align-self]){align-self:flex-start}.hero-stage [data-hb-mobile-align-self=center],.hero-stage [data-hb-desktop-align-self=center]:not([data-hb-mobile-align-self]){align-self:center}.hero-stage [data-hb-mobile-align-self=end],.hero-stage [data-hb-desktop-align-self=end]:not([data-hb-mobile-align-self]){align-self:flex-end}.hero-stage [data-hb-mobile-align-self=auto]{align-self:auto}.hb-layout-cell[data-hb-space-before-mobile],.hb-layout-cell:not([data-hb-space-before-mobile]):not([data-hb-col-mobile-align-y])[data-hb-space-before-desktop]{--hb-cell-justify: flex-start !important}.hb-layout-cell:not([data-hb-space-before-mobile])[data-hb-col-mobile-align-y=start]{--hb-cell-justify: flex-start !important;padding-top:0 !important}.hb-layout-cell:not([data-hb-space-before-mobile])[data-hb-col-mobile-align-y=center]{--hb-cell-justify: center !important;padding-top:0 !important}.hb-layout-cell:not([data-hb-space-before-mobile])[data-hb-col-mobile-align-y=end]{--hb-cell-justify: flex-end !important;padding-top:0 !important}.hb-layout-cell:not([data-hb-space-before-mobile])[data-hb-col-mobile-align-y=between]{--hb-cell-justify: space-between !important;padding-top:0 !important}.hero-column[data-hb-space-before-mobile],.hero-column:not([data-hb-space-before-mobile]):not([data-hb-col-mobile-align-y])[data-hb-space-before-desktop]{--hb-col-justify: flex-start !important}.hero-column:not([data-hb-space-before-mobile])[data-hb-col-mobile-align-y=start]{--hb-col-justify: flex-start !important;padding-top:0 !important}.hero-column:not([data-hb-space-before-mobile])[data-hb-col-mobile-align-y=center]{--hb-col-justify: center !important;padding-top:0 !important}.hero-column:not([data-hb-space-before-mobile])[data-hb-col-mobile-align-y=end]{--hb-col-justify: flex-end !important;padding-top:0 !important}.hero-column:not([data-hb-space-before-mobile])[data-hb-col-mobile-align-y=between]{--hb-col-justify: space-between !important;padding-top:0 !important}.hero-stage[data-hb-stage-columns]{justify-content:center}.hero-stage[data-hb-stage-columns]>.hero-columns{grid-template-columns:minmax(0, 1fr) !important;width:100% !important}.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column[data-hb-stage-active="1"]{order:2;grid-column:1}.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column[data-hb-stage-active="1"][data-hb-col-mobile-order-effective="1"],.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column[data-hb-stage-active="1"]:not([data-hb-col-mobile-order-effective])[data-hb-col-mobile-order="1"]{order:1}.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column[data-hb-stage-active="1"][data-hb-col-mobile-order-effective="2"],.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column[data-hb-stage-active="1"]:not([data-hb-col-mobile-order-effective])[data-hb-col-mobile-order="2"]{order:2}.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column[data-hb-stage-active="1"][data-hb-col-mobile-order-effective="3"],.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column[data-hb-stage-active="1"]:not([data-hb-col-mobile-order-effective])[data-hb-col-mobile-order="3"]{order:3}.hero-stage[data-hb-stage-columns][data-hb-stage-mobile-align-y=start]>.hero-columns{align-content:start}.hero-stage[data-hb-stage-columns][data-hb-stage-mobile-align-y=center]>.hero-columns{align-content:center}.hero-stage[data-hb-stage-columns][data-hb-stage-mobile-align-y=end]>.hero-columns{align-content:end}.hb-layout:not([data-hb-layout-mobile-align-y])[data-hb-layout-desktop-align-y=start],.hb-layout[data-hb-layout-mobile-align-y=start]{align-items:stretch;--hb-layout-cell-justify: flex-start}.hb-layout:not([data-hb-layout-mobile-align-y])[data-hb-layout-desktop-align-y=start]>.hb-layout-cell,.hb-layout:not([data-hb-layout-mobile-align-y])[data-hb-layout-desktop-align-y=start]>.hb-layout-stack>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-align-y=start]>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-align-y=start]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout:not([data-hb-layout-mobile-align-y])[data-hb-layout-desktop-align-y=center],.hb-layout[data-hb-layout-mobile-align-y=center]{align-items:stretch;--hb-layout-cell-justify: center}.hb-layout:not([data-hb-layout-mobile-align-y])[data-hb-layout-desktop-align-y=center]>.hb-layout-cell,.hb-layout:not([data-hb-layout-mobile-align-y])[data-hb-layout-desktop-align-y=center]>.hb-layout-stack>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-align-y=center]>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-align-y=center]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout:not([data-hb-layout-mobile-align-y])[data-hb-layout-desktop-align-y=end],.hb-layout[data-hb-layout-mobile-align-y=end]{align-items:stretch;--hb-layout-cell-justify: flex-end}.hb-layout:not([data-hb-layout-mobile-align-y])[data-hb-layout-desktop-align-y=end]>.hb-layout-cell,.hb-layout:not([data-hb-layout-mobile-align-y])[data-hb-layout-desktop-align-y=end]>.hb-layout-stack>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-align-y=end]>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-align-y=end]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout:not([data-hb-layout-mobile-align-y])[data-hb-layout-desktop-align-y=between],.hb-layout[data-hb-layout-mobile-align-y=between]{align-items:stretch;--hb-layout-cell-justify: space-between}.hb-layout:not([data-hb-layout-mobile-align-y])[data-hb-layout-desktop-align-y=between]>.hb-layout-cell,.hb-layout:not([data-hb-layout-mobile-align-y])[data-hb-layout-desktop-align-y=between]>.hb-layout-stack>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-align-y=between]>.hb-layout-cell,.hb-layout[data-hb-layout-mobile-align-y=between]>.hb-layout-stack>.hb-layout-cell{justify-content:var(--hb-cell-justify)}.hb-layout:not([data-hb-layout-mobile-align-x])[data-hb-layout-desktop-align-x=start],.hb-layout[data-hb-layout-mobile-align-x=start]{--hb-layout-cell-align-items: flex-start;--hb-layout-cell-text-align: start}.hb-layout:not([data-hb-layout-mobile-align-x])[data-hb-layout-desktop-align-x=center],.hb-layout[data-hb-layout-mobile-align-x=center]{--hb-layout-cell-align-items: center;--hb-layout-cell-text-align: center}.hb-layout:not([data-hb-layout-mobile-align-x])[data-hb-layout-desktop-align-x=end],.hb-layout[data-hb-layout-mobile-align-x=end]{--hb-layout-cell-align-items: flex-end;--hb-layout-cell-text-align: end}.hb-layout[data-hb-layout-mobile-align-x=stretch]{justify-items:stretch;--hb-layout-cell-align-items: stretch;--hb-layout-cell-text-align: inherit}.hb-layout:not([data-hb-layout-mobile=keep]){grid-template-columns:minmax(0, 1fr) !important}.hb-layout:not([data-hb-layout-mobile=keep]) .hb-layout-cell{order:2}.hb-layout:not([data-hb-layout-mobile=keep]) .hb-layout-cell[data-hb-col-mobile-order="1"]{order:1}.hb-layout:not([data-hb-layout-mobile=keep]) .hb-layout-cell[data-hb-col-mobile-order="2"]{order:2}.hb-layout:not([data-hb-layout-mobile=keep]) .hb-layout-cell[data-hb-col-mobile-order="3"]{order:3}.hb-layout:not([data-hb-layout-mobile=keep]).hb-layout--split-stack-left>.hb-layout-stack,.hb-layout:not([data-hb-layout-mobile=keep]).hb-layout--split-stack-right>.hb-layout-stack{display:contents}.hb-layout-cell:not([data-hb-col-mobile-align-y])[data-hb-col-desktop-align-y=start],.hb-layout-cell[data-hb-col-mobile-align-y=start]{--hb-cell-justify: flex-start}.hb-layout-cell:not([data-hb-col-mobile-align-y])[data-hb-col-desktop-align-y=center],.hb-layout-cell[data-hb-col-mobile-align-y=center]{--hb-cell-justify: center}.hb-layout-cell:not([data-hb-col-mobile-align-y])[data-hb-col-desktop-align-y=end],.hb-layout-cell[data-hb-col-mobile-align-y=end]{--hb-cell-justify: flex-end}.hb-layout-cell:not([data-hb-col-mobile-align-y])[data-hb-col-desktop-align-y=between],.hb-layout-cell[data-hb-col-mobile-align-y=between]{--hb-cell-justify: space-between}.hero-columns{align-content:center;gap:10px;flex-direction:column}.hero-column{order:2}.hero-column[data-hb-col-mobile-order-effective="1"],.hero-column:not([data-hb-col-mobile-order-effective])[data-hb-col-mobile-order="1"]{order:1}.hero-column[data-hb-col-mobile-order-effective="2"],.hero-column:not([data-hb-col-mobile-order-effective])[data-hb-col-mobile-order="2"]{order:2}.hero-column[data-hb-col-mobile-order-effective="3"],.hero-column:not([data-hb-col-mobile-order-effective])[data-hb-col-mobile-order="3"]{order:3}.hero-column:not(:empty){flex:0 1 auto;width:100%;max-width:100%}.hero-column:not(:empty):has(.hero-stack--event-info-default){flex-grow:1}.hero-column:not([data-hb-col-mobile-align-y])[data-hb-col-desktop-align-y=start],.hero-column[data-hb-col-mobile-align-y=start]{--hb-col-justify: flex-start}.hero-column:not([data-hb-col-mobile-align-y])[data-hb-col-desktop-align-y=center],.hero-column[data-hb-col-mobile-align-y=center]{--hb-col-justify: center}.hero-column:not([data-hb-col-mobile-align-y])[data-hb-col-desktop-align-y=end],.hero-column[data-hb-col-mobile-align-y=end]{--hb-col-justify: flex-end}.hero-column:not([data-hb-col-mobile-align-y])[data-hb-col-desktop-align-y=between],.hero-column[data-hb-col-mobile-align-y=between]{--hb-col-justify: space-between}.hero-column:not([data-hb-col-mobile-align-x])[data-hb-col-desktop-align-x=start],.hero-column[data-hb-col-mobile-align-x=start]{--hb-col-align-items: flex-start;--hb-content-align-items: flex-start;--hb-content-justify: flex-start;--hb-content-text-align: start}.hero-column:not([data-hb-col-mobile-align-x])[data-hb-col-desktop-align-x=start]>.hero-stack,.hero-column[data-hb-col-mobile-align-x=start]>.hero-stack{width:-moz-fit-content;width:fit-content;max-width:100%}.hero-column:not([data-hb-col-mobile-align-x])[data-hb-col-desktop-align-x=center],.hero-column[data-hb-col-mobile-align-x=center]{--hb-col-align-items: center;--hb-content-align-items: center;--hb-content-justify: center;--hb-content-text-align: center}.hero-column:not([data-hb-col-mobile-align-x])[data-hb-col-desktop-align-x=center]>.hero-stack,.hero-column[data-hb-col-mobile-align-x=center]>.hero-stack{width:-moz-fit-content;width:fit-content;max-width:100%}.hero-column:not([data-hb-col-mobile-align-x])[data-hb-col-desktop-align-x=end],.hero-column[data-hb-col-mobile-align-x=end]{--hb-col-align-items: flex-end;--hb-content-align-items: flex-end;--hb-content-justify: flex-end;--hb-content-text-align: end}.hero-column:not([data-hb-col-mobile-align-x])[data-hb-col-desktop-align-x=end]>.hero-stack,.hero-column[data-hb-col-mobile-align-x=end]>.hero-stack{width:-moz-fit-content;width:fit-content;max-width:100%}.hero-column[data-hb-col-mobile-align-x=stretch]{--hb-col-align-items: stretch;--hb-content-align-items: center;--hb-content-justify: center;--hb-content-text-align: center}.hero-column[data-hb-col-mobile-align-x=stretch]>.hero-stack{width:100%;max-width:100%}}@media(min-width: 481px)and (max-width: 767px){.hero-stage[data-hb-stage-columns]{--hb-safe-bottom: 2vh;height:auto;min-height:calc(.75*var(--viewport-height) - var(--hb-safe-top) - var(--hb-safe-bottom))}.hero-stage[data-hb-stage-columns]>.hero-columns{align-content:normal;align-items:stretch;align-self:stretch;height:auto;min-height:100%}.hero-stage[data-hb-stage-columns]>.hero-columns>.hero-column[data-hb-stage-active="1"]{align-self:stretch;max-width:none;min-height:0;width:auto}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="1"][data-hb-stage-mobile-landscape-width=auto]>.hero-columns{max-width:100%;width:-moz-max-content !important;width:max-content !important}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="1"][data-hb-stage-mobile-landscape-width="40"]>.hero-columns{width:40% !important}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="1"][data-hb-stage-mobile-landscape-width="50"]>.hero-columns{width:50% !important}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="1"][data-hb-stage-mobile-landscape-width="60"]>.hero-columns{width:60% !important}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="1"][data-hb-stage-mobile-landscape-width="70"]>.hero-columns{width:70% !important}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="1"][data-hb-stage-mobile-landscape-width="80"]>.hero-columns{width:80% !important}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="1"][data-hb-stage-mobile-landscape-width="100"]>.hero-columns{width:100% !important}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="1"][data-hb-stage-mobile-landscape-width=custom]>.hero-columns{width:var(--hb-stage-mobile-landscape-custom-width, 50%) !important}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="2"][data-hb-stage-mobile-landscape-content-width="40"]>.hero-columns{grid-template-columns:minmax(0, 40fr) minmax(0, 60fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="2"][data-hb-stage-mobile-landscape-content-width="40"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 60fr) minmax(0, 40fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="2"][data-hb-stage-mobile-landscape-content-width="50"]>.hero-columns{grid-template-columns:minmax(0, 50fr) minmax(0, 50fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="2"][data-hb-stage-mobile-landscape-content-width="50"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 50fr) minmax(0, 50fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="2"][data-hb-stage-mobile-landscape-content-width="60"]>.hero-columns{grid-template-columns:minmax(0, 60fr) minmax(0, 40fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="2"][data-hb-stage-mobile-landscape-content-width="60"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 40fr) minmax(0, 60fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="2"][data-hb-stage-mobile-landscape-content-width="66"]>.hero-columns{grid-template-columns:minmax(0, 66fr) minmax(0, 34fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="2"][data-hb-stage-mobile-landscape-content-width="66"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 34fr) minmax(0, 66fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="2"][data-hb-stage-mobile-landscape-content-width="70"]>.hero-columns{grid-template-columns:minmax(0, 70fr) minmax(0, 30fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="2"][data-hb-stage-mobile-landscape-content-width="70"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 30fr) minmax(0, 70fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="2"][data-hb-stage-mobile-landscape-content-width=custom]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-mobile-landscape-custom-primary-width, 50fr)) minmax(0, var(--hb-stage-mobile-landscape-custom-secondary-width, 50fr))}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="2"][data-hb-stage-mobile-landscape-content-width=custom][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-mobile-landscape-custom-secondary-width, 50fr)) minmax(0, var(--hb-stage-mobile-landscape-custom-primary-width, 50fr))}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="3"][data-hb-stage-mobile-landscape-split="33-33-33"]>.hero-columns{grid-template-columns:minmax(0, 34fr) minmax(0, 33fr) minmax(0, 33fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="3"][data-hb-stage-mobile-landscape-split="33-33-33"][data-hb-stage-primary=center]>.hero-columns{grid-template-columns:minmax(0, 33fr) minmax(0, 34fr) minmax(0, 33fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="3"][data-hb-stage-mobile-landscape-split="33-33-33"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 33fr) minmax(0, 33fr) minmax(0, 34fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="3"][data-hb-stage-mobile-landscape-split="40-30-30"]>.hero-columns{grid-template-columns:minmax(0, 40fr) minmax(0, 30fr) minmax(0, 30fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="3"][data-hb-stage-mobile-landscape-split="40-30-30"][data-hb-stage-primary=center]>.hero-columns{grid-template-columns:minmax(0, 30fr) minmax(0, 40fr) minmax(0, 30fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="3"][data-hb-stage-mobile-landscape-split="40-30-30"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 30fr) minmax(0, 30fr) minmax(0, 40fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="3"][data-hb-stage-mobile-landscape-split="50-25-25"]>.hero-columns{grid-template-columns:minmax(0, 50fr) minmax(0, 25fr) minmax(0, 25fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="3"][data-hb-stage-mobile-landscape-split="50-25-25"][data-hb-stage-primary=center]>.hero-columns{grid-template-columns:minmax(0, 25fr) minmax(0, 50fr) minmax(0, 25fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="3"][data-hb-stage-mobile-landscape-split="50-25-25"][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, 25fr) minmax(0, 25fr) minmax(0, 50fr)}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="3"][data-hb-stage-mobile-landscape-split=custom]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-mobile-landscape-custom-primary-split, 34fr)) minmax(0, var(--hb-stage-mobile-landscape-custom-secondary-split, 33fr)) minmax(0, var(--hb-stage-mobile-landscape-custom-tertiary-split, 33fr))}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="3"][data-hb-stage-mobile-landscape-split=custom][data-hb-stage-primary=center]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-mobile-landscape-custom-secondary-split, 33fr)) minmax(0, var(--hb-stage-mobile-landscape-custom-primary-split, 34fr)) minmax(0, var(--hb-stage-mobile-landscape-custom-tertiary-split, 33fr))}.hero-stage[data-hb-stage-columns][data-hb-stage-columns="3"][data-hb-stage-mobile-landscape-split=custom][data-hb-stage-primary=end]>.hero-columns{grid-template-columns:minmax(0, var(--hb-stage-mobile-landscape-custom-secondary-split, 33fr)) minmax(0, var(--hb-stage-mobile-landscape-custom-tertiary-split, 33fr)) minmax(0, var(--hb-stage-mobile-landscape-custom-primary-split, 34fr))}}.hero-title{font-size:56px;font-weight:700;line-height:1.1;margin:0}.hero-date,.hero-location{font-size:22px;display:flex;flex-wrap:wrap;gap:8px;justify-content:var(--hb-stack-justify, var(--hb-content-justify, center));align-items:center;font-weight:600;text-shadow:2px 2px 2px #000}.hero-date[data-hb-fit-active="1"],.hero-location[data-hb-fit-active="1"]{display:block;white-space:nowrap}.hero-cta{font-size:20px}.hero-cta.btn-custom.bg-clr-accent-1{background-color:color-mix(in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text))}@media(max-width: 991.98px){.hero-cta{font-size:18px}.hero-cta:not(.btn-sm){padding:12px 24px}}@media(max-width: 480px){.hero-stack--event-info-default{min-height:50%;gap:18px}}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}.section.parallax_cta{position:relative;height:80vh}.section.parallax_cta:after{display:none}.section.parallax_cta:has(+.wave-above-pull-up){--section-pull-up-coeff: 0}.section.parallax_cta:has(+.wave-above-pull-up)+.wave-above-pull-up{--section-pull-up-coeff: 0}.section.parallax_cta .section-content-wrapper{position:relative;z-index:2}.section.parallax_cta .container{height:100%;display:flex;flex-direction:column;justify-content:center}@media(max-width: 991.98px){.section.parallax_cta h2.name{line-height:1}.section.parallax_cta .heading{line-height:1.2}}.section.parallax_cta .parallax{position:absolute;inset:0;view-timeline-name:--parallax;view-timeline-axis:block;overflow:hidden;z-index:1;-webkit-mask:linear-gradient(#fff 0, #fff calc(100% - var(--wave-height) + var(--wave-mask-overlap, 1px)), transparent calc(100% - var(--wave-height) + var(--wave-mask-overlap, 1px))) top left/100% 100% no-repeat,var(--wave-svg) bottom left/100% var(--wave-height) no-repeat;mask:linear-gradient(#fff 0, #fff calc(100% - var(--wave-height) + var(--wave-mask-overlap, 1px)), transparent calc(100% - var(--wave-height) + var(--wave-mask-overlap, 1px))) top left/100% 100% no-repeat,var(--wave-svg) bottom left/100% var(--wave-height) no-repeat}html[lang=he] .section.parallax_cta .parallax{scale:-1 1}html[lang=he] .section.parallax_cta .parallax>*{scale:-1 1}.section.parallax_cta .parallax__layer{position:absolute;inset:0;background-repeat:no-repeat;background-position:center bottom;background-size:cover;pointer-events:none;animation:parallax 1s linear both;animation-timeline:--parallax;animation-range:entry 0% exit 100%;animation-range:entry 0% exit 0%;--step: -7vh}@media(prefers-reduced-motion: reduce){.section.parallax_cta .parallax__layer{animation:none;transform:none}}.section.parallax_cta .keyart-0{background-image:url(/assets/event-homepage/parallax-cta/bg-e74dc32e04bd3aa21a5193c1146a04403cc7403df177c2b19e3d7982feaa4ce0.jpg);background-color:#ffaf1b;--shift:0;--scale: 1}.section.parallax_cta .keyart-1{background-image:url(/assets/event-homepage/parallax-cta/03-1e4b6f1d92859b74ef697bf1e5c5cf0db1c8cbfe4efffa3c05e8b5076f72bb89.png);--shift:1*var(--step);--scale: 1.1}.section.parallax_cta .keyart-2{background-image:url(/assets/event-homepage/parallax-cta/02-8d546fb91ffee1f5f7688b41fa1f26b776fef86c67562721fdd33f3c352e89c9.png);--shift:2*var(--step);--scale: 1.2 }.section.parallax_cta .keyart-3{background-image:url(/assets/event-homepage/parallax-cta/01-9d60b0ea78e1b562c44cb4c85234648830ebf8692e44e30a1226440ee6e47e9d.png);--shift:3*var(--step);--scale: 1.3 }.section.parallax_cta .keyart-4{background-image:url(/assets/event-homepage/parallax-cta/00-84578ae2880bfc4b978ff2510db384cef960c5548dea645290af94180e0e1991.png);--shift:4*var(--step);--scale: 1.3 }.section.parallax_cta .keyart-5{background-image:url(/assets/event-homepage/parallax-cta/b-3af99d521da105c097379f67ac093880230836c06c343b79242b1420aba13177.png);--shift:5*var(--step);--scale: 1.9 }@keyframes parallax{from{transform:translateY(calc(var(--shift) * 1)) scale(var(--scale))}to{transform:translateY(0)}}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}.section.presentations .tracks-wrapper:not(:first-child):has(.nav-tabs:not(:empty)){margin-top:3rem}.section.presentations ul.nav.nav-tabs:empty{display:none}@media(max-width: 991.98px){.section.presentations ul.nav.nav-tabs{position:sticky;top:79px;z-index:2;background:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}}.section.presentations ul.nav.nav-tabs .nav-item{flex:1 1 0;display:flex}@media(max-width: 991.98px){.section.presentations ul.nav.nav-tabs .nav-item{flex-basis:100%}}.section.presentations ul.nav.nav-tabs .nav-link{border:0;font-size:1em;position:relative;line-height:1.4;color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)));opacity:.4;transition:all .4s}@media(max-width: 991.98px){.section.presentations ul.nav.nav-tabs .nav-link{font-size:.7rem}}.section.presentations ul.nav.nav-tabs .nav-link .track-name{font-family:"Rubik";font-size:28px;font-weight:400}@media(max-width: 991.98px){.section.presentations ul.nav.nav-tabs .nav-link .track-name{font-size:18px}}.section.presentations ul.nav.nav-tabs .nav-link.active,.section.presentations ul.nav.nav-tabs .nav-link:hover{opacity:1}.section.presentations ul.nav.nav-tabs .nav-link.active{background-color:rgba(0,0,0,0)}.section.presentations ul.nav.nav-tabs .nav-link.active:after{width:100%}.section.presentations ul.nav.nav-tabs .nav-link:before{content:"";display:block;position:absolute;bottom:0;inset-inline-start:0px;height:3px;width:100%;background-color:rgba(0,0,0,.05)}.section.presentations ul.nav.nav-tabs .nav-link:after{content:"";display:block;position:absolute;bottom:0;inset-inline-start:50%;height:3px;width:0px;transform:translateX(-50%);transition:width .75s;background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}html[lang=he] .section.presentations ul.nav.nav-tabs .nav-link:after{transform:translateX(50%)}.section.presentations .presentation-hover-shadow .agenda-item:hover{box-shadow:0 15px 38px 0 color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 50%, transparent)}.section.presentations .agenda-item{display:flex;align-items:center;padding:28px 35px;font-size:16px;border-radius:10px;transition:.5s}@media(max-width: 991.98px){.section.presentations .agenda-item{padding:15px;font-size:14px;justify-content:center}}.section.presentations .agenda-item:hover{background-color:var(--clr-presentation-bg-hover, rgba(255, 255, 255, 0.15));color:var(--clr-presentation-text-hover, inherit)}.section.presentations .agenda-item .item-media{align-self:flex-start;align-items:center;-moz-column-gap:6.39%;column-gap:6.39%;display:grid;flex:0 0 27.4%;grid-template-columns:minmax(0, 45.73%) minmax(0, 47.88%);margin-inline-end:2%;min-width:0}@media(max-width: 991.98px){.section.presentations .agenda-item .item-media{display:flex;flex:0 0 100%;flex-direction:column;margin-inline-end:0}}.section.presentations .agenda-item .item-media .item-time{align-items:center;display:flex;font-family:"Rubik";font-size:1.125em;font-weight:500;gap:3px;margin:0}@media(max-width: 991.98px){.section.presentations .agenda-item .item-media .item-time{flex-basis:100%;justify-content:center;margin:1rem 0}}.section.presentations .agenda-item .item-media .item-time .separator:after{content:"-"}.section.presentations .agenda-item .item-media .item-img{max-width:100%}@media(max-width: 991.98px){.section.presentations .agenda-item .item-media .item-img{max-width:50%}}@media(max-width: 991.98px){.section.presentations .agenda-item:has(.panel-images) .item-media .item-img{display:none}}.section.presentations .agenda-item .item-content{align-items:flex-start;display:flex;flex-grow:1;flex-wrap:wrap;gap:2%;justify-content:space-between;min-width:0}@media(max-width: 991.98px){.section.presentations .agenda-item .item-content{align-items:center;flex-direction:column}}.section.presentations .agenda-item .item-content .content-wrapper{flex:1 1 0%;min-width:0}@media(max-width: 991.98px){.section.presentations .agenda-item .item-content .content-wrapper{text-align:center;width:100%}}.section.presentations .agenda-item .item-content .content-wrapper .item-name{font-family:"Rubik";font-size:1.25em;font-weight:500;line-height:1.5}@media(max-width: 991.98px){.section.presentations .agenda-item .item-content .content-wrapper .item-name{line-height:normal;margin-top:1rem;text-align:center}}.section.presentations .agenda-item .item-content .content-wrapper .description p{margin-bottom:.125rem}.section.presentations .agenda-item .item-content .content-wrapper .description.collapse:not(.show){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.section.presentations .agenda-item .item-content .content-wrapper .description.collapse:not(.show):has(+.panel-images){display:none}.section.presentations .agenda-item .item-content .content-wrapper .description.collapsing{min-height:5em}.section.presentations .agenda-item .item-content .content-wrapper .description.collapsing:has(+.panel-images){min-height:0}.section.presentations .agenda-item .item-content .content-wrapper .description.collapse.show{display:initial}.section.presentations .agenda-item .item-content .content-wrapper .panel-images{display:grid;flex-basis:100%;grid-template-rows:1fr;max-height:200px;overflow:hidden;transition:grid-template-rows .35s ease}.section.presentations .agenda-item .item-content .content-wrapper .panel-images .panel-images-inner{align-items:flex-end;display:flex;gap:1%;min-height:0;overflow:hidden}@media(max-width: 991.98px){.section.presentations .agenda-item .item-content .content-wrapper .panel-images .panel-images-inner{justify-content:center}}.section.presentations .agenda-item .item-content .content-wrapper .panel-images img{flex-basis:13%;max-height:200px;min-width:0}@media(max-width: 991.98px){.section.presentations .agenda-item .item-content .content-wrapper .panel-images img{flex-basis:25%}}.section.presentations .agenda-item .item-content:has(.read-more[aria-expanded=true]) .panel-images{grid-template-rows:0fr}.section.presentations .agenda-item .item-content:has(.read-more[aria-expanded=false]) .content-wrapper:has(.description.collapsing+.panel-images){gap:.25rem;transition:gap .35s ease}.section.presentations .agenda-item .item-content:has(.read-more[aria-expanded=false]) .panel-content.collapsing{margin-top:0;transition:height .35s ease,margin-top .35s ease}.section.presentations .agenda-item .item-content:has(.collapse.show) .panel-images{grid-template-rows:0fr}.section.presentations .agenda-item .item-content .read-more .read-more-collapsed-text{display:none}.section.presentations .agenda-item .item-content .read-more.collapsed .read-more-collapsed-text{display:inline}.section.presentations .agenda-item .item-content .read-more.collapsed .read-more-expanded-text{display:none}.section.presentations .agenda-item .item-content .read-more:hover{box-shadow:0px 11px 29px 0 color-mix(in srgb, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) 45%, transparent)}.section.presentations .agenda-item .item-content .panel-content{flex-basis:100%;flex-wrap:wrap;margin-top:1rem}.section.presentations .agenda-item .item-content .panel-content.collapsing,.section.presentations .agenda-item .item-content .panel-content.collapse.show{display:flex;justify-content:space-between}.section.presentations .agenda-item .item-content .panel-content .panel-person{align-items:center;display:flex;flex-basis:48%;gap:3%;margin-bottom:15px}@media(max-width: 991.98px){.section.presentations .agenda-item .item-content .panel-content .panel-person{flex-basis:100%}}.section.presentations .agenda-item .item-content .panel-content .panel-person .img{flex-basis:34%}.section.presentations .agenda-item .item-content .panel-content .panel-person .item-person-info{display:block;flex:1 1 0}.section.presentations .agenda-item .item-content .panel-content .panel-person .item-person-info .person-link{color:inherit;flex-basis:100%}.section.presentations .agenda-item .item-content .panel-content .panel-person .item-person-info .person-link:after{content:""}.section.presentations .agenda-item .item-content .panel-content .panel-person .item-person-info .title-and-organization{display:block}.section.presentations .agenda-item .item-content .panel-content .panel-person .item-person-info .title-and-organization>*{display:inline}.section.presentations .agenda-item .item-content .panel-content .panel-person .item-person-info .title-and-organization:not(:empty):before{display:none}.section.presentations .agenda-item .item-person-info *{display:inline}.section.presentations .agenda-item .item-person-info .person-link{font-weight:500;font-family:"Rubik";transition:all .4s}html[lang=he] .section.presentations .agenda-item .item-person-info .person-link{font-size:19px;line-height:19px;letter-spacing:-0.5px}.section.presentations .agenda-item .item-person-info .title-and-organization:not(:empty):before{content:", ";margin-inline-start:-3px}html[lang=he] .section.presentations .agenda-item .item-person-info .title-and-organization:not(:empty) .person-organization:before,.section.presentations .agenda-item .item-person-info .title-and-organization:not(:empty) .person-organization.he:before,.section.presentations .agenda-item .item-person-info .title-and-organization:not(:empty) .person-organization.rtl:before,.section.presentations .agenda-item .item-person-info .title-and-organization:not(:empty) .person-organization.RTL:before{content:", "}.section.presentations .agenda-item .item-person-info .title-and-organization:not(:empty) .person-organization:before{content:" @ "}.section.presentations .img-person{border-radius:10px}.section.presentations .tab-content-anim{color:var(--clr-tracks-text);background-color:var(--clr-tracks-bg);border-radius:10px;position:relative;transition:height 300ms ease}.section.presentations .tab-content-anim .tab-pane-anim{position:absolute;top:0;inset-inline-start:0;width:100%;display:none;opacity:0;transform:translateY(0);transition:transform 300ms ease,opacity 300ms ease;will-change:transform,opacity;z-index:1}.section.presentations .tab-content-anim .tab-pane-anim.is-active{display:block;position:relative;opacity:1;transform:none;z-index:1}.section.presentations .tab-content-anim .tab-pane-anim.is-incoming{display:block;position:absolute;z-index:2}@media(prefers-reduced-motion: reduce){.section.presentations .tab-content-anim{transition:none !important}.section.presentations .tab-content-anim .tab-pane-anim{transition:none !important}}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}.section.registration .info-and-submit,.section.registration .guest-form-container{margin-top:2rem;padding-bottom:2rem;box-shadow:0 26px 38px 0 color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 25%, transparent)}.section.registration .info-and-submit>*,.section.registration .guest-form-container>*{position:relative}.section.registration .info-and-submit>*:before,.section.registration .guest-form-container>*:before{content:"";position:absolute;inset:0;background:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)));-webkit-mask-image:linear-gradient(color-mix(in srgb, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) 60%, transparent) 0 0);mask-image:linear-gradient(color-mix(in srgb, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) 60%, transparent) 0 0);z-index:-1}.section.registration .info-and-submit>*.row.submit-row:before,.section.registration .guest-form-container>*.row.submit-row:before{height:calc(100% + 2rem)}.section.registration.registration-form-no-box-shadow .info-and-submit,.section.registration.registration-form-no-box-shadow .guest-form-container{box-shadow:none}.section.registration .guest-form-container{background-color:rgba(255, 255, 255, var(--registration-form-bg-opacity, 0.95));border-radius:5rem}.section.registration:has(.order_form) .order_form{background:color-mix(in srgb, var(--clr-bg) 50%, transparent);border-radius:var(--tickets-border-radius)}.section.registration:has(.order_form) .section-content-wrapper:before{content:"";inset:0;bottom:-14vw;width:28%;max-width:400px;position:absolute;background-image:url(/assets/event-homepage/tickets-bc72512df4839c6ce14db77d3505118ce6fb112c32a8159d892c722a30bc7895.png);background-repeat:no-repeat;background-position-y:calc(100% - .8*var(--eff-padding-bottom, 0px));background-size:contain;filter:blur(0.6px) opacity(75%) brightness(1.2) drop-shadow(0 10px 16px var(--el-clr-text, var(--section-clr-text, var(--clr-text))));z-index:-1}html[lang=he] .section.registration:has(.order_form) .section-content-wrapper:before{background-image:url(/assets/event-homepage/tickets_he-61b34669abfffbda8c9faa37b6d3e2f4fa34e632e1a180dfb57228014f271e28.png);background-position-x:right}.section.registration:has(.order_form) .info-and-submit{border-radius:var(--tickets-border-radius);overflow:hidden}.section.registration:has(.order_form) .store-heading,.section.registration:has(.order_form) .purchase-tickets-heading{display:none}.section.registration:has(.order_form) #order_coupon_code{-webkit-backdrop-filter:blur(5px) brightness(1) contrast(1.1);backdrop-filter:blur(5px) brightness(1) contrast(1.1)}@media(max-width: 991.98px){.section.registration:has(.order_form) .tickets-grid{padding-inline-start:.5rem;padding-inline-end:.5rem}}.section.registration .personal-details-heading-container{display:none !important}@media(min-width: 576px){.section.registration .col-sm-11.offset-sm-1{flex:0 0 100%;max-width:100%;margin-inline-start:auto}}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}.section.social_share .social-links{align-items:center;gap:.25rem}.section.social_share .social-links a{inline-size:2.5rem;block-size:2.5rem}.section.social_share .social-links a:hover{border-color:rgba(0,0,0,0)}.section.social_share .social-links a:hover i{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.section.social_share .social-links a i{font-size:2rem;line-height:2.5rem;color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)));transition:all .3s ease}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}.section.speakers .section-content-wrapper{overflow-x:clip}@media(min-width: 992px){.section.speakers .section-content-wrapper:before{content:"";position:absolute;background-image:url(/assets/event-homepage/speakers-6f7126914ba6cb82967f40a1ad873a5751840da6e339078c01f4751a47cc85b6.png);background-repeat:no-repeat;background-size:contain;inset-inline-end:-4vw;top:20%;width:clamp(22vw,20em,30vw);background-position-x:right;height:60%;max-height:80vh;filter:drop-shadow(0 10px 16px var(--el-clr-text, var(--section-clr-text, var(--clr-text))));z-index:-1;transform:rotate(336deg)}html[lang=he] .section.speakers .section-content-wrapper:before{background-image:url(/assets/event-homepage/speakers_he-acac717f0f53ce552fb8293856dc2aa3aefca3c5bac285cf537382b7d75af131.png);transform:rotate(24deg);background-position-x:left}}.section.speakers .person .person-content{position:relative;z-index:1;padding:30px;border-radius:10px;transition:all .5s;font-family:Rubik}.section.speakers .person .person-content:hover{box-shadow:0 15px 38px 0 color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 20%, transparent)}.section.speakers .person .person-content .person-name{font-size:24px;line-height:24px;font-weight:400;line-height:1;margin-top:12px;transition:all .4s}.section.speakers .person .person-content .person-name:hover{text-decoration:none}@media(max-width: 991.98px){.section.speakers .person .person-content .title-and-organization *{display:inline}.section.speakers .person .person-content .title-and-organization .person-organization:not(:empty):before{content:" @ "}}.section.speakers .person .person-content .person-title{margin-bottom:.5rem}.section.speakers button.toggle-list{box-shadow:0px 11px 29px 0 color-mix(in srgb, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) 45%, transparent)}.section.speakers button.toggle-list .toggle-list-show-text{display:none}.section.speakers button.toggle-list.collapsed .toggle-list-show-text{display:inline}.section.speakers button.toggle-list.collapsed .toggle-list-hide-text{display:none}.section.speakers button.toggle-list:hover{box-shadow:none}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}.section.sponsors .btn.btn-custom{font-size:13px;font-weight:500}.section.sponsors .sponsors.strip .sponsorship-name-container{margin:2rem 0}.section.sponsors .sponsors.strip .sponsorship:not(:last-child){border-bottom:2px solid color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 15%, transparent)}.section.sponsors .sponsors.strip .sponsorship .sponsors-container .sponsor{display:flex;flex-direction:column;justify-content:center;margin:10px 5px;border-radius:10px}.section.sponsors .sponsors.strip .sponsorship .sponsors-container .sponsor:hover{box-shadow:color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 10%, transparent) 0px 15px 38px}.section.sponsors .sponsors.strip .sponsorship .sponsors-container .sponsor a{padding:32px 15px;display:block}@media(max-width: 767px){.section.sponsors .heading{text-align:center !important}.section.sponsors .sponsors.strip .sponsorship{justify-content:space-between}.section.sponsors .sponsors.strip .sponsorship .sponsors-list .sponsor,.section.sponsors .sponsors.strip .sponsorship .sponsors-container .sponsor{margin:0 auto;margin-bottom:10px;padding:10px;box-shadow:color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 10%) 4px 4px 7px 2px}.section.sponsors .sponsors.strip .sponsorship .sponsors-list .sponsor a,.section.sponsors .sponsors.strip .sponsorship .sponsors-container .sponsor a{padding:0}.section.sponsors .sponsors.strip .sponsorship .sponsors-container.image-size-huge .sponsor{margin:15px;padding:15px}.section.sponsors .sponsors.strip .sponsorship .sponsors-container.image-size-big .sponsor{max-width:45%}.section.sponsors .sponsors.strip .sponsorship .sponsors-container.image-size-medium .sponsor,.section.sponsors .sponsors.strip .sponsorship .sponsors-container.image-size-small .sponsor{max-width:31%}}@media(min-width: 768px)and (max-width: 1024px){.section.sponsors .sponsors.strip .sponsorship .sponsors-list .sponsor,.section.sponsors .sponsors.strip .sponsorship .sponsors-container .sponsor{margin:10px 10px}.section.sponsors .sponsors-container.image-size-big .sponsor{max-width:45%}.section.sponsors .sponsors-container.image-size-medium .sponsor{max-width:30%}.section.sponsors .sponsors-container.image-size-small .sponsor{max-width:22%}}@media(min-width: 768px){.section.sponsors .sponsors.strip .sponsorship .sponsors-container.image-size-huge .sponsor,.section.sponsors .sponsors.strip .sponsorship .sponsors-container.image-size-big .sponsor{margin:18px;padding:20px}.section.sponsors .en .sponsors.strip a.anchor{top:-120px}}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}.section.sponsors_carousel .sponsors-carousel-filter-definitions{position:absolute;width:0;height:0;overflow:hidden}.section.sponsors_carousel .sponsors-carousel-container{container-type:inline-size;justify-content:space-between}.section.sponsors_carousel .sponsors-carousel-container .sponsor-item{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)));width:16.6666666667cqw;padding:2cqw;flex-shrink:0;overflow:hidden}@media(max-width: 1199.98px){.section.sponsors_carousel .sponsors-carousel-container .sponsor-item{width:33.3333333333cqw;padding:3cqw}}@media(max-width: 767.98px){.section.sponsors_carousel .sponsors-carousel-container .sponsor-item{width:50cqw;padding:3cqw}}.section.sponsors_carousel .sponsors-carousel-container .sponsor-item a{display:block}.section.sponsors_carousel .sponsors-carousel-container .sponsor-item img{filter:var(--sponsors-logo-filter);transition:all .5s ease}.section.sponsors_carousel .sponsors-carousel-container .sponsor-item img:hover{scale:1.1}.section.sponsors_carousel .sponsors-carousel-animation-controls{display:flex;justify-content:flex-end;margin-top:.25rem}.section.sponsors_carousel .mini-slick-animation-control{display:grid;width:2rem;height:2rem;padding:0;place-items:center;color:inherit;background:color-mix(in srgb, currentColor 6%, transparent);border:1px solid color-mix(in srgb, currentColor 28%, transparent);border-radius:50%;opacity:.65;transition:opacity .15s ease,background-color .15s ease}.section.sponsors_carousel .mini-slick-animation-control[hidden]{display:none}.section.sponsors_carousel .mini-slick-animation-control:hover,.section.sponsors_carousel .mini-slick-animation-control:focus-visible{background:color-mix(in srgb, currentColor 12%, transparent);opacity:1}.section.sponsors_carousel .mini-slick-animation-control .mini-slick-animation-control-icon{align-items:center;justify-content:center;font-size:.75rem;line-height:1}.section.sponsors_carousel .mini-slick-animation-control .mini-slick-animation-control-icon-pause{display:inline-flex}.section.sponsors_carousel .mini-slick-animation-control .mini-slick-animation-control-icon-play{display:none}.section.sponsors_carousel .mini-slick-animation-control[data-state=paused] .mini-slick-animation-control-icon-pause{display:none}.section.sponsors_carousel .mini-slick-animation-control[data-state=paused] .mini-slick-animation-control-icon-play{display:inline-flex}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}.section .standalone-details>.well,.section .standalone-details .list-group-item{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)));background:color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 6%, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))));border:0;border-radius:10px;padding:1.5rem}.section .standalone-details>.well{margin-bottom:2rem;box-shadow:0 15px 38px color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 12%, transparent)}.section .standalone-details .well.person{margin-inline:0}.section .standalone-details h3,.section .standalone-details .presentation-name{font-family:"Rubik"}.section .standalone-details a{color:inherit}.section .standalone-details a:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.section .standalone-details .list-group{gap:.75rem;margin-bottom:2rem}.section .standalone-details .list-group-item{transition:box-shadow .4s,transform .4s}.section .standalone-details .list-group-item:hover{box-shadow:0 10px 24px color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 12%, transparent);transform:translateY(-2px)}.section .standalone-details .list-group-item .media-object{margin-inline-end:1.25rem}.section .standalone-details .list-group-item .media-object .speaker_image{border-radius:10px;height:90px;-o-object-fit:cover;object-fit:cover;width:90px}.section .standalone-details .presentation-name a,.section .standalone-details .person_presentations .presentation-name a{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)));font-weight:500}.section .standalone-details .event-details{font-weight:500;margin-bottom:1rem}.section .standalone-details iframe,.section .standalone-details embed,.section .standalone-details object{max-width:100%}@media(max-width: 767.98px){.section .standalone-details>.well,.section .standalone-details .list-group-item{padding:1rem}.section .standalone-details .well.person{text-align:center}.section .standalone-details .media-object .speaker_image{height:70px;width:70px}}:root{--clr-accent-1-readable: color-mix( in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 69%, var(--clr-text) )}.text-clr-bg{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.fill-clr-bg{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.bg-clr-bg{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.border-clr-bg{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.text-hover-clr-bg:hover{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.fill-hover-clr-bg:hover{fill:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.bg-hover-clr-bg:hover{background-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.border-hover-clr-bg:hover{border-color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)))) !important}.text-clr-text{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.fill-clr-text{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.bg-clr-text{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.border-clr-text{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text))))}.text-hover-clr-text:hover{color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.fill-hover-clr-text:hover{fill:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.bg-hover-clr-text:hover{background-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.border-hover-clr-text:hover{border-color:var(--el-clr-text, var(--section-clr-text, var(--clr-text))) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-text, var(--section-clr-text, var(--clr-text)))) !important}.text-clr-accent-1{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.fill-clr-accent-1{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.bg-clr-accent-1{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.border-clr-accent-1{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1:hover{color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.fill-hover-clr-accent-1:hover{fill:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.border-hover-clr-accent-1:hover{border-color:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.text-clr-accent-2{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.fill-clr-accent-2{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.bg-clr-accent-2{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.border-clr-accent-2{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))))}.text-hover-clr-accent-2:hover{color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.fill-hover-clr-accent-2:hover{fill:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.border-hover-clr-accent-2:hover{border-color:var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--el-clr-accent-2, var(--section-clr-accent-2, var(--clr-accent-2)))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}.section.venue .venue-location{font-family:"Rubik",sans-serif;font-size:18px;font-weight:500;line-height:1.45}.section.venue .venue-location *{display:inline}.section.venue .venue-description{font-family:"Rubik",sans-serif;max-width:760px}.section.venue .venue-map-layout{align-items:stretch;direction:ltr;display:grid;gap:1.5rem;grid-template-columns:minmax(0, 1.7fr) minmax(260px, 0.95fr);position:relative}.section.venue .venue-map-layout.map-only{display:block}@media(max-width: 991.98px){.section.venue .venue-map-layout{display:flex;flex-direction:column}}.section.venue .venue-map-layout .skip-to-after-map{color:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)));width:1px;height:0px;z-index:9999;position:absolute;top:3px;inset-inline-end:36%;display:inline-block;overflow:hidden}.section.venue .venue-map-layout .skip-to-after-map:focus{width:auto;height:auto;background-color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))));padding:2px 6px}.section.venue .venue-map-layout .venue-map-card,.section.venue .venue-map-layout .venue-info-card{border-radius:1rem;box-shadow:0 18px 40px color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 13%, transparent);overflow:hidden}.section.venue .venue-map-layout .venue-map-card{min-height:320px;position:relative}.section.venue .venue-map-layout .sidebar-container{align-self:stretch;direction:ltr;display:flex;flex-direction:column;justify-content:flex-start;min-height:100%;padding:.35rem 0;font-family:"Rubik",sans-serif;font-weight:500;font-size:16px;line-height:1.45;background:hsla(0,0%,100%,.25)}@media(max-width: 991.98px){.section.venue .venue-map-layout .sidebar-container{order:2}}html[lang=he] .section.venue .venue-map-layout .sidebar-container,html[dir=rtl] .section.venue .venue-map-layout .sidebar-container{direction:rtl}.section.venue .venue-map-layout .sidebar-container .venue-info-row{gap:1rem;min-height:72px;text-decoration:none}.section.venue .venue-map-layout .sidebar-container .venue-info-row+.venue-info-row{border-top:1px solid color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 9%, transparent)}.section.venue .venue-map-layout .sidebar-container .venue-info-row:hover .venue-info-icon,.section.venue .venue-map-layout .sidebar-container .venue-info-row:focus .venue-info-icon{background-color:color-mix(in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 18%, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))))}.section.venue .venue-map-layout .sidebar-container .venue-info-icon{background-color:color-mix(in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 9%, var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg))));flex:0 0 auto;height:2.55rem;transition:background-color .2s ease;width:2.55rem}.section.venue .venue-map-layout .sidebar-container .venue-info-icon i{font-size:1.1rem}.section.venue .venue-map-layout .sidebar-container .venue-info-text p:last-child{margin-bottom:0}.section.venue .venue-map-layout .sidebar-container .venue-info-text a{color:var(--clr-accent-1-readable, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))));font-weight:700}html[lang=he] .section.venue .venue-map-layout .sidebar-container .parking-info i{transform:rotateY(180deg)}.section.venue .venue-map-layout #map{height:355px;min-height:100%;width:100%}@media(max-width: 767.98px){.section.venue .venue-map-layout #map{height:300px}}.section.venue .venue-map-layout #map .marker_container{align-items:center;background:rgba(0,0,0,0);color:var(--el-clr-text, var(--section-clr-text, var(--clr-text)));display:flex;font-family:"Rubik",sans-serif;font-size:13px;font-weight:700;height:82px;justify-content:center;line-height:1;margin:-80px 0 0 -43px;padding:0;position:relative;width:86px;text-align:center}.section.venue .venue-map-layout #map .marker_container::before{background:var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1)));border:4px solid var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)));border-radius:50% 50% 50% 0;bottom:5px;box-shadow:0 12px 24px color-mix(in srgb, var(--el-clr-accent-1, var(--section-clr-accent-1, var(--clr-accent-1))) 34%, transparent);content:"";height:42px;inset-inline-start:50%;position:absolute;transform:translateX(-50%) rotate(-45deg);width:42px}.section.venue .venue-map-layout #map .marker_container::after{background:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)));border-radius:50%;bottom:18px;content:"";height:12px;inset-inline-start:50%;position:absolute;transform:translateX(-50%);width:12px}.section.venue .venue-map-layout #map .marker_container .marker-span{background:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)));border-radius:.5rem;box-shadow:0 6px 18px color-mix(in srgb, var(--el-clr-text, var(--section-clr-text, var(--clr-text))) 18%, transparent);display:block;left:50%;max-width:min(260px,100vw - 48px);overflow:visible;padding:.45rem .7rem;position:absolute;bottom:44px;transform:translateX(-50%);z-index:1;text-overflow:clip;unicode-bidi:plaintext;white-space:normal;width:-moz-max-content;width:max-content}.section.venue .venue-map-layout #map .marker_container .marker-span::after{background:var(--el-clr-bg, var(--section-clr-bg, var(--clr-bg)));bottom:-4px;content:"";height:8px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:8px}.section.venue .venue-map-layout #map .marker_container .marker-span img{display:none}html[lang=he] .section.venue .venue-map-layout #map .marker_container .marker-span,html[dir=rtl] .section.venue .venue-map-layout #map .marker_container .marker-span{direction:rtl}.home_page.show .registration-closed-banner{width:100%;padding:18px 24px;box-sizing:border-box;text-align:center;font-size:clamp(1.1rem,2.5vw,1.6rem);font-weight:bold;color:#fff;letter-spacing:.02em;background:linear-gradient(270deg, #7b2ff7, #f107a3, #ff8c37, #12c2e9, #7b2ff7);background-size:400% 400%;animation:registration-closed-banner-shift 8s ease infinite;box-shadow:0 4px 14px rgba(0,0,0,.18)}@media(prefers-reduced-motion: reduce){.home_page.show .registration-closed-banner{animation:none}}@keyframes registration-closed-banner-shift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}:root{--clr-accent-1-readable: color-mix( in srgb, var(--section-clr-accent-1, var(--clr-accent-1)) 69%, var(--clr-text) )}.text-clr-bg{color:var(--section-clr-bg, var(--clr-bg))}.btn.btn-custom.text-clr-bg{color:var(--clr-text-custom, var(--section-clr-bg, var(--clr-bg)))}.fill-clr-bg{fill:var(--section-clr-bg, var(--clr-bg))}.btn.btn-custom.fill-clr-bg{fill:var(--clr-text-custom, var(--section-clr-bg, var(--clr-bg)))}.bg-clr-bg{background-color:var(--section-clr-bg, var(--clr-bg))}.btn.btn-custom.bg-clr-bg{background-color:var(--clr-bg-custom, var(--section-clr-bg, var(--clr-bg)))}.border-clr-bg{border-color:var(--section-clr-bg, var(--clr-bg))}.btn.btn-custom.border-clr-bg{border-color:var(--clr-border-custom, var(--section-clr-bg, var(--clr-bg)))}.text-hover-clr-bg:hover{color:var(--section-clr-bg, var(--clr-bg)) !important}.btn.btn-custom.text-hover-clr-bg:hover{color:var(--clr-text-hover-custom, var(--section-clr-bg, var(--clr-bg))) !important}.fill-hover-clr-bg:hover{fill:var(--section-clr-bg, var(--clr-bg)) !important}.btn.btn-custom.fill-hover-clr-bg:hover{fill:var(--clr-text-hover-custom, var(--section-clr-bg, var(--clr-bg))) !important}.bg-hover-clr-bg:hover{background-color:var(--section-clr-bg, var(--clr-bg)) !important}.btn.btn-custom.bg-hover-clr-bg:hover{background-color:var(--clr-bg-hover-custom, var(--section-clr-bg, var(--clr-bg))) !important}.border-hover-clr-bg:hover{border-color:var(--section-clr-bg, var(--clr-bg)) !important}.btn.btn-custom.border-hover-clr-bg:hover{border-color:var(--clr-border-hover-custom, var(--section-clr-bg, var(--clr-bg))) !important}.text-clr-text{color:var(--section-clr-text, var(--clr-text))}.btn.btn-custom.text-clr-text{color:var(--clr-text-custom, var(--section-clr-text, var(--clr-text)))}.fill-clr-text{fill:var(--section-clr-text, var(--clr-text))}.btn.btn-custom.fill-clr-text{fill:var(--clr-text-custom, var(--section-clr-text, var(--clr-text)))}.bg-clr-text{background-color:var(--section-clr-text, var(--clr-text))}.btn.btn-custom.bg-clr-text{background-color:var(--clr-bg-custom, var(--section-clr-text, var(--clr-text)))}.border-clr-text{border-color:var(--section-clr-text, var(--clr-text))}.btn.btn-custom.border-clr-text{border-color:var(--clr-border-custom, var(--section-clr-text, var(--clr-text)))}.text-hover-clr-text:hover{color:var(--section-clr-text, var(--clr-text)) !important}.btn.btn-custom.text-hover-clr-text:hover{color:var(--clr-text-hover-custom, var(--section-clr-text, var(--clr-text))) !important}.fill-hover-clr-text:hover{fill:var(--section-clr-text, var(--clr-text)) !important}.btn.btn-custom.fill-hover-clr-text:hover{fill:var(--clr-text-hover-custom, var(--section-clr-text, var(--clr-text))) !important}.bg-hover-clr-text:hover{background-color:var(--section-clr-text, var(--clr-text)) !important}.btn.btn-custom.bg-hover-clr-text:hover{background-color:var(--clr-bg-hover-custom, var(--section-clr-text, var(--clr-text))) !important}.border-hover-clr-text:hover{border-color:var(--section-clr-text, var(--clr-text)) !important}.btn.btn-custom.border-hover-clr-text:hover{border-color:var(--clr-border-hover-custom, var(--section-clr-text, var(--clr-text))) !important}.text-clr-accent-1{color:var(--section-clr-accent-1, var(--clr-accent-1))}.btn.btn-custom.text-clr-accent-1{color:var(--clr-text-custom, var(--section-clr-accent-1, var(--clr-accent-1)))}.fill-clr-accent-1{fill:var(--section-clr-accent-1, var(--clr-accent-1))}.btn.btn-custom.fill-clr-accent-1{fill:var(--clr-text-custom, var(--section-clr-accent-1, var(--clr-accent-1)))}.bg-clr-accent-1{background-color:var(--section-clr-accent-1, var(--clr-accent-1))}.btn.btn-custom.bg-clr-accent-1{background-color:var(--clr-bg-custom, var(--section-clr-accent-1, var(--clr-accent-1)))}.border-clr-accent-1{border-color:var(--section-clr-accent-1, var(--clr-accent-1))}.btn.btn-custom.border-clr-accent-1{border-color:var(--clr-border-custom, var(--section-clr-accent-1, var(--clr-accent-1)))}.text-hover-clr-accent-1:hover{color:var(--section-clr-accent-1, var(--clr-accent-1)) !important}.btn.btn-custom.text-hover-clr-accent-1:hover{color:var(--clr-text-hover-custom, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.fill-hover-clr-accent-1:hover{fill:var(--section-clr-accent-1, var(--clr-accent-1)) !important}.btn.btn-custom.fill-hover-clr-accent-1:hover{fill:var(--clr-text-hover-custom, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.bg-hover-clr-accent-1:hover{background-color:var(--section-clr-accent-1, var(--clr-accent-1)) !important}.btn.btn-custom.bg-hover-clr-accent-1:hover{background-color:var(--clr-bg-hover-custom, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.border-hover-clr-accent-1:hover{border-color:var(--section-clr-accent-1, var(--clr-accent-1)) !important}.btn.btn-custom.border-hover-clr-accent-1:hover{border-color:var(--clr-border-hover-custom, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.text-clr-accent-2{color:var(--section-clr-accent-2, var(--clr-accent-2))}.btn.btn-custom.text-clr-accent-2{color:var(--clr-text-custom, var(--section-clr-accent-2, var(--clr-accent-2)))}.fill-clr-accent-2{fill:var(--section-clr-accent-2, var(--clr-accent-2))}.btn.btn-custom.fill-clr-accent-2{fill:var(--clr-text-custom, var(--section-clr-accent-2, var(--clr-accent-2)))}.bg-clr-accent-2{background-color:var(--section-clr-accent-2, var(--clr-accent-2))}.btn.btn-custom.bg-clr-accent-2{background-color:var(--clr-bg-custom, var(--section-clr-accent-2, var(--clr-accent-2)))}.border-clr-accent-2{border-color:var(--section-clr-accent-2, var(--clr-accent-2))}.btn.btn-custom.border-clr-accent-2{border-color:var(--clr-border-custom, var(--section-clr-accent-2, var(--clr-accent-2)))}.text-hover-clr-accent-2:hover{color:var(--section-clr-accent-2, var(--clr-accent-2)) !important}.btn.btn-custom.text-hover-clr-accent-2:hover{color:var(--clr-text-hover-custom, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.fill-hover-clr-accent-2:hover{fill:var(--section-clr-accent-2, var(--clr-accent-2)) !important}.btn.btn-custom.fill-hover-clr-accent-2:hover{fill:var(--clr-text-hover-custom, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.bg-hover-clr-accent-2:hover{background-color:var(--section-clr-accent-2, var(--clr-accent-2)) !important}.btn.btn-custom.bg-hover-clr-accent-2:hover{background-color:var(--clr-bg-hover-custom, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.border-hover-clr-accent-2:hover{border-color:var(--section-clr-accent-2, var(--clr-accent-2)) !important}.btn.btn-custom.border-hover-clr-accent-2:hover{border-color:var(--clr-border-hover-custom, var(--section-clr-accent-2, var(--clr-accent-2))) !important}.text-clr-accent-1-readable{color:var(--clr-accent-1-readable, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.bg-clr-accent-1-readable{background-color:var(--clr-accent-1-readable, var(--section-clr-accent-1, var(--clr-accent-1)))}.text-hover-clr-accent-1-readable:hover{color:var(--clr-accent-1-readable, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-accent-1-readable, var(--section-clr-accent-1, var(--clr-accent-1))) !important}.btn.btn-custom.text-clr-accent-1-readable{color:var(--clr-text-custom, var(--clr-accent-1-readable, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.bg-clr-accent-1-readable{background-color:var(--clr-bg-custom, var(--clr-accent-1-readable, var(--section-clr-accent-1, var(--clr-accent-1))))}.btn.btn-custom.text-hover-clr-accent-1-readable:hover{color:var(--clr-text-hover-custom, var(--clr-accent-1-readable, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.btn.btn-custom.bg-hover-clr-accent-1-readable:hover{background-color:var(--clr-bg-hover-custom, var(--clr-accent-1-readable, var(--section-clr-accent-1, var(--clr-accent-1)))) !important}.bg-hover-clr-transparent:hover{background-color:rgba(0,0,0,0)}:root{--wave-height: calc(0.1 * var(--viewport-height));--prev-wave-height: calc(0.1 * var(--viewport-height));--section-padding-y: 3rem;--footer-wave-svg: url(/assets/event-homepage/waves/wave_double_flip_h-f4ae33f5c75fb8b9a58008814d30d4889ca9374d9cd544356b683e4674ef2e22.svg);--footer-wave-height: calc(0.2 * var(--viewport-height));--section-pull-up-coeff: 2;--social-share-preceding-svg: url(/assets/event-homepage/waves/wave_share_f-01fbbbda6ecf2e06610e6ce8231607ed5b020ae03b4df63ef562ba0cffd27f6f.svg)}@media(max-width: 991.98px){:root{--section-pull-up-coeff: 1.5;--footer-wave-height: calc(0.1 * var(--viewport-height))}}.section.wave-sm{--wave-height: calc(var(--viewport-height) * 0.05)}.section.wave-sm+.section{--prev-wave-height: calc(var(--viewport-height) * 0.05)}.section.wave-md{--wave-height: calc(var(--viewport-height) * 0.1)}.section.wave-md+.section{--prev-wave-height: calc(var(--viewport-height) * 0.1)}.section.wave-lg{--wave-height: calc(var(--viewport-height) * 0.2)}.section.wave-lg+.section{--prev-wave-height: calc(var(--viewport-height) * 0.2)}.section.wave-xl{--wave-height: calc(var(--viewport-height) * 0.35)}.section.wave-xl+.section{--prev-wave-height: calc(var(--viewport-height) * 0.35)}@media(max-width: 991.98px){.section.wave-lg{--wave-height: calc(var(--viewport-height) * 0.12)}.section.wave-lg+.section{--prev-wave-height: calc(var(--viewport-height) * 0.12)}.section.wave-xl{--wave-height: calc(var(--viewport-height) * 0.2)}.section.wave-xl+.section{--prev-wave-height: calc(var(--viewport-height) * 0.2)}}body{color:var(--clr-text);background-color:var(--clr-bg)}@media(min-width: 768px){body.home_page.show{padding-top:0}}.event.homepage{position:relative}.event.homepage>.registration-closed-banner{position:absolute;top:97px;inset-inline:0;z-index:5}@media(max-width: 767.98px){.event.homepage>.registration-closed-banner{top:24px}}.section{--clr-accent-1-readable: color-mix( in srgb, var(--section-clr-accent-1, var(--clr-accent-1)) 69%, var(--section-clr-text, var(--clr-text)) );position:relative;width:100%;background-color:var(--section-clr-bg, var(--clr-bg));color:var(--section-clr-text, var(--clr-text))}.section .section-content-wrapper{padding:var(--section-padding-y) 0;height:inherit;position:relative;z-index:3}.section .section__bg{position:absolute;inset:0;display:block;width:100%;height:100%;z-index:-1;line-height:0}.section .section__bg img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section .section__bg img[src=""]{display:none}.section:after{content:"";position:absolute;z-index:1}.section.viewport-height{min-height:var(--viewport-height)}.section .wave-svg{z-index:2;display:none;position:absolute;inset-inline-start:0;bottom:0;width:100%;height:var(--wave-height);pointer-events:none;mask-mode:luminance}.section .wave-svg .middle-path{fill:var(--wave-clr, var(--section-clr-bg, var(--clr-bg)));opacity:var(--wave-opacity, 0.3);filter:brightness(1.05) saturate(1.3)}.section .wave-svg .bottom-path{display:none}.section.force-prevent-wave-below .section-content-wrapper{padding-bottom:0}.section.wave-below:not(.force-prevent-wave-below),.section:has(+.wave-above):not(.force-prevent-wave-below){padding-bottom:var(--eff-padding-bottom);margin-bottom:calc(var(--wave-height)*-1);--eff-padding-bottom: calc(var(--section-padding-y) + var(--wave-height))}.section.wave-below:not(.force-prevent-wave-below):has(+.wave-above-pull-up),.section:has(+.wave-above):not(.force-prevent-wave-below):has(+.wave-above-pull-up){--eff-padding-bottom: calc(var(--section-padding-y) + var(--section-pull-up-coeff) * var(--wave-height))}.section.wave-below:not(.force-prevent-wave-below):after,.section:has(+.wave-above):not(.force-prevent-wave-below):after{content:"";position:absolute;left:0;width:100%;height:var(--wave-height);background:inherit;-webkit-mask:var(--wave-mask) top/100% 100% no-repeat;mask:var(--wave-svg) top/100% 100% no-repeat;pointer-events:none;z-index:1;bottom:0}.section.wave-below:not(.force-prevent-wave-below).wave-full-color .wave-svg,.section:has(+.wave-above):not(.force-prevent-wave-below).wave-full-color .wave-svg{display:block;z-index:2}.section.wave-below:not(.force-prevent-wave-below).wave-full-color .wave-svg .top-path,.section:has(+.wave-above):not(.force-prevent-wave-below).wave-full-color .wave-svg .top-path{fill:rgba(0,0,0,0)}.section.wave-below:not(.force-prevent-wave-below).wave-full-color .wave-svg .middle-path,.section:has(+.wave-above):not(.force-prevent-wave-below).wave-full-color .wave-svg .middle-path{filter:none}.section.wave-below:not(.force-prevent-wave-below)+.section,.section:has(+.wave-above):not(.force-prevent-wave-below)+.section{padding-top:var(--prev-wave-height)}.section.wave-below:not(.force-prevent-wave-below)+.section.wave-above-pull-up .section-content-wrapper,.section:has(+.wave-above):not(.force-prevent-wave-below)+.section.wave-above-pull-up .section-content-wrapper{margin-top:calc(-1*var(--section-pull-up-coeff)*var(--prev-wave-height));position:relative;z-index:1}.section.wave-below:not(.force-prevent-wave-below)+.section.social_share,.section:has(+.wave-above):not(.force-prevent-wave-below)+.section.social_share{padding-top:calc(var(--section-padding-y) + 2*var(--prev-wave-height))}.section:not(.parallax_cta):has(+.section.social_share):not(.wave-full-color){--wave-svg: var(--social-share-preceding-svg) !important}.section:not(.parallax_cta):has(+.section.social_share):before{background-position-y:100%}.section:not(.parallax_cta):has(+.section.social_share) .section-content-wrapper{margin-bottom:calc(var(--wave-height)*-1)}.section.social_share{padding-bottom:calc(var(--wave-height)*1)}.section.social_share .section-content-wrapper{margin-top:calc(var(--wave-height)*-1)}.section:last-child{margin-bottom:calc(-1*var(--footer-wave-height));padding-bottom:var(--footer-wave-height);--eff-padding-bottom: var(--footer-wave-height)}.section:last-child:after{display:none}.section h2.name{font-size:120px;font-weight:800;color:var(--clr-section-name, var(--clr-headings, color-mix(in srgb, var(--section-clr-text, var(--clr-text)) 20%, var(--section-clr-bg, var(--clr-bg)))));text-transform:uppercase}@media(max-width: 991.98px){.section h2.name{font-size:50px;line-height:.25}}.section .heading{font-size:40px;line-height:52px;font-weight:500;color:var(--clr-heading, var(--section-clr-text, var(--clr-text)))}.section .subheading{color:var(--clr-subheading, var(--section-clr-text, var(--clr-text)))}.section h2.name,.section .heading,.section .subheading{font-family:"Rubik",sans-serif}.section h2.name:empty,.section .heading:empty,.section .subheading:empty{display:none !important}.section .heading-wrapper:has(.heading:empty){display:none !important}.section .translatex{text-align:start}@media(min-width: 768px){.section .translatex{transform:translateX(-90px)}html[lang=he] .section .translatex{transform:translateX(90px)}}.heading-bolder{font-weight:500;font-size:24px;line-height:36px}.mini-slick{position:relative;overflow:hidden;width:100%}.mini-slick-track{display:flex;will-change:transform}footer{position:relative;z-index:0}footer:before{background:var(--clr-footer-bg);background-color:var(--clr-footer-bg);content:"";position:absolute;-webkit-mask:var(--footer-wave-svg);mask:var(--footer-wave-svg);mask-mode:luminance;top:calc(-1*var(--footer-wave-height));height:calc(var(--footer-wave-height) + 1px);width:100%}footer svg{position:absolute;inset:0;width:100%;height:var(--footer-wave-height)}footer svg path.bottom-path{fill:none;display:none}html[lang=he] footer:before,html[lang=he] .section:after,html[lang=he] .section .wave-svg{scale:-1 1}
