@keyframes rotateAnimation-header { 0%, 70% { transform: rotate(0deg); } 80% { transform: rotate(15deg); } 85% { transform: rotate(-15deg); } 90% { transform: rotate(20deg); } 95% { transform: rotate(-20deg); } 100% { transform: rotate(0deg); }}#cms-section-header header { position: relative; top: 0; left: 0; width: 100%; background-color: rgba(0, 0, 0, 0);}#cms-section-header .loading-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--website-bg-color); z-index: 10000; transition: opacity 300ms ease-out; -webkit-transition: opacity 300ms ease-out;}#cms-section-header .page-loaded { opacity: 0;}#cms-section-header .topbar-header { position: relative; background-color: var(--background-color-2); display: inline-block; width: 100%;}#cms-section-header .topbar-header a { font-family: var(--body-font-family); font-size: var(--body-font-size); text-transform: var(--body-font-transform); letter-spacing: var(--body-font-letterspacing); font-weight: var(--body-font-weight); line-height: var(--body-line-height); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}#cms-section-header .topbar-header p, #cms-section-header .topbar-header a { color: var(--body-font-color);}#cms-section-header .topbar-header svg { background: unset; fill: var(--primary-color); stroke: unset; top: 2px; position: relative;}#cms-section-header .topbar-header-content { display: flex; align-items: center; justify-content: flex-start; padding: 8px; max-width: var(--desktop-max-width); margin: 0 auto;}#cms-section-header .content-buffer { padding-bottom: calc(var(--desktop-section-spacing) + 48px);}#cms-section-header .email { flex: 0 0 auto;}#cms-section-header .email svg { width: 18px; top: 0; position: relative;}#cms-section-header .email span { margin-right: 8px;}#cms-section-header .phone-top { display: flex; flex: 0 0 auto; margin-right: 24px; align-items: center; justify-content: flex-start;}#cms-section-header .phone-top p { margin: 0; margin-right: 8px;}#cms-section-header .phone-top span { position: relative;}#cms-section-header .phone-top svg { width: 24px; height: 18px;}#cms-section-header .flex-gap { flex: 0 0 40px;}#cms-section-header .biz-open { display: flex; flex: 0 1 100%; margin: 0 24px; align-items: center; justify-content: flex-end;}#cms-section-header .biz-open svg { width: 18px; top: 0; position: relative; margin-right: 8px;}#cms-section-header .biz-open p { display: contents;}#cms-section-header .social-top { display: flex; margin-left: 16px;}#cms-section-header .social-top img { width: 14px; height: 14px;}#cms-section-header .social-top svg { width: 14px; height: 14px; top: 2px; fill: var(--body-font-color);}#cms-section-header .social-top a { margin-left: 16px;}#cms-section-header .social-top a:hover { fill: var(--primary-color);}#cms-section-header .social-top a:last-child { margin-right: 8px;}#cms-section-header .social-top .fb svg { top: 1px;}#cms-section-header .nav-header-bar-flex { position: relative; display: flex; height: calc(64px + 32px); align-items: center; justify-content: flex-start; max-width: var(--desktop-max-width); margin: 0 auto; padding: 0;}#cms-section-header .nav-header-bar { position: relative; display: inline-block; width: 100%; background-color: var(--website-bg-color); z-index: 100; height: calc(64px + 32px); transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .header-static { position: fixed; top: 0; transform: translate(0px, -100%); -webkit-transform: translate(0px, -100%); opacity: 0; box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);}#cms-section-header .nav-header-bar-shell { display: block; height: calc(64px + 32px);}#cms-section-header .logo-header { height: 64px; padding: 16px 0; margin-left: 8px;}#cms-section-header .logo-header h1 { color: var(--primary-color); white-space: nowrap;}#cms-section-header .logo-header img { height: 100%;}#cms-section-header .menu-bar { height: 64px; margin: 0 16px; flex: 0 1 100%; text-align: center;}#cms-section-header .menu-bar ul { display: flex; list-style: none; margin: 0; padding: 0; height: 100%;}#cms-section-header .menu-bar ul li { position: relative;}#cms-section-header .menu-bar ul li ul { transform: scale(1, 0); -webkit-transform: scale(1, 0); transform-origin: 0 0; -webkit-transform-origin: 0 0; position: absolute; top: 100%; visibility: hidden; opacity: 0; display: block; height: auto; padding: 8px 0; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), visibility var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), visibility var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); background-color: var(--website-bg-color);}#cms-section-header .menu-bar ul li ul li { display: inline-block;}#cms-section-header .menu-bar ul li ul li a { margin: 4px 32px; padding: 0; box-sizing: border-box; max-width: 320px; min-width: 160px; white-space: normal; position: relative; word-wrap: break-word; text-align: left; display: block; border-radius: 0px; -webkit-border-radius: 0px; transition: color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), padding var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), padding var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .menu-bar ul li ul li a:before { display: none;}#cms-section-header .menu-bar ul li ul li a:after { content: ""; position: absolute; top: calc(50% - 1px); left: 0; width: 16px; height: 0; opacity: 0; border-bottom: 2px solid var(--navi-font-hover-color); transform: scale(0, 1); -webkit-transform: scale(0, 1); transform-origin: 0 0; -webkit-transform-origin: 0 0; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .menu-bar ul li ul li a:hover { padding-left: 24px;}#cms-section-header .menu-bar ul li ul li a:hover:after { transform: scale(1, 1); -webkit-transform: scale(1, 1); opacity: 1;}#cms-section-header .menu-bar ul li a { position: relative; padding: 0 32px; display: flex; height: 100%; align-items: center; justify-content: center; border-radius: 40px; -webkit-border-radius: 40px; overflow: hidden; color: var(--navi-font-color); font-family: var(--navi-font-family); font-size: var(--navi-font-size); text-transform: var(--navi-font-transform); letter-spacing: var(--navi-font-letterspacing); font-weight: var(--navi-font-weight);}#cms-section-header .menu-bar ul li a:before { content: ""; position: absolute; top: 50%; right: 0; width: 7px; height: 7px; border-radius: 50%; -webkit-border-radius: 50%; background-color: var(--primary-color); transform: translate(-16px, -3.5px) scale(0); -webkit-transform: translate(-16px, -3.5px) scale(0); opacity: 0; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .menu-bar ul li a:hover { color: var(--navi-font-hover-color); cursor: pointer;}#cms-section-header .menu-bar ul li a:hover:before { opacity: 1; transform: translate(-16px, -3.5px) scale(1); -webkit-transform: translate(-16px, -3.5px) scale(1);}#cms-section-header .menu-bar ul li:hover ul { transform: scale(1, 1); -webkit-transform: scale(1, 1); visibility: visible; opacity: 1;}#cms-section-header .menu-bar nav { height: 100%; border: 1px solid var(--border-color); border-radius: 40px; -webkit-border-radius: 40px; display: inline-block;}#cms-section-header .arrow { position: relative; width: 16px; height: 2px;}#cms-section-header .arrow:before { content: ""; position: absolute; top: -2px; right: -1px; width: 8px; height: 2px; transform: rotate(45deg); -webkit-transform: rotate(45deg); border-radius: 1px; -webkit-border-radius: 1px;}#cms-section-header .arrow:after { content: ""; position: absolute; top: 2px; right: -1px; width: 8px; height: 2px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); border-radius: 1px; -webkit-border-radius: 1px;}#cms-section-header .arrow-right { position: relative; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .cta-btn { height: 100%; display: flex; align-items: center; justify-content: center; flex: 0 0 160px; padding: 0 16px; color: var(--button-font-color); background-color: var(--button-primary-color); font-family: var(--button-font); font-size: var(--button-font-size); text-transform: var(--button-font-transform); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight); transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .cta-btn span { margin-right: 16px; animation: rotateAnimation-header 5s ease-in-out infinite;}#cms-section-header .cta-btn:hover { background-color: var(--button-primary-hover-color);}#cms-section-header .slideshow { position: relative; min-height: 400px; max-height: 720px; height: 75vh; max-width: 1400px; margin: 0 auto; overflow: hidden;}#cms-section-header .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: translate(130%, 0px); -webkit-transform: translate(130%, 0px); transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .slide h1, #cms-section-header .slide h2, #cms-section-header .slide h3, #cms-section-header .slide h4, #cms-section-header .slide h5, #cms-section-header .slide h6, #cms-section-header .slide .slide-btn-holder { transform: translate(0px, 0px) scaleY(1); -webkit-transform: translate(0px, 0px) scaleY(1); -webkit-user-select: none; user-select: none; opacity: 1; transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .product-img { flex: 0 1 100%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; height: 100%;}#cms-section-header .product-img img { width: 50%; max-height: 100%; -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; user-drag: none; pointer-events: none;}#cms-section-header .slide-bg-img { background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: scale(1); -webkit-transform: scale(1); transition: transform calc(10 * 1000ms) ease-in, background-image 300ms ease-in-out; -webkit-transition: transform calc(10 * 1000ms) ease-in, background-image 300ms ease-in-out;}#cms-section-header .bg-filter { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-header .slide-active .slide-bg-img { transform: scale(1.2); -webkit-transform: scale(1.2);}#cms-section-header .slide-btn-holder { margin: 24px 0 0 0;}#cms-section-header .slide .animate { transform: translate(0px, 24px) scaleY(0.9); -webkit-transform: translate(0px, 24px) scaleY(0.9); opacity: 0;}#cms-section-header .slide-btn { display: inline-block; position: relative; padding: 16px 72px 16px 24px; color: var(--button-font-color); background-color: var(--button-primary-color); font-family: var(--button-font); font-size: var(--button-font-size); text-transform: var(--button-font-transform); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight); transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), border var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), border var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .slide-btn .arrow { background-color: var(--button-font-color); margin-left: 8px; position: absolute; display: inline-block; top: 50%; right: 24px; width: 32px; height: 32px; border-radius: 50%; -webkit-border-radius: 50%; background-color: var(--button-font-color); transform: translate(8px, -16px); -webkit-transform: translate(8px, -16px); transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .slide-btn .arrow:before { background-color: var(--button-primary-color); top: calc(50% - 5px); left: calc(50% - 5px); width: 12px; height: 3px;}#cms-section-header .slide-btn .arrow:after { background-color: var(--button-primary-color); top: calc(50% + 2px); left: calc(50% - 5px); width: 12px; height: 3px;}#cms-section-header .slide-btn:hover { background-color: var(--button-primary-hover-color);}#cms-section-header .slide-btn:hover .arrow { transform: translate(16px, -16px); -webkit-transform: translate(16px, -16px);}#cms-section-header .solid-round-btn { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-header .border-btn { background-color: unset; padding: 14px 72px 14px 24px; border: 2px solid var(--button-primary-color); color: var(--button-primary-color);}#cms-section-header .border-btn .arrow { background-color: var(--button-primary-color);}#cms-section-header .border-btn .arrow:before { background-color: var(--button-font-color);}#cms-section-header .border-btn .arrow:after { background-color: var(--button-font-color);}#cms-section-header .border-btn:hover { background-color: unset; color: var(--button-primary-hover-color); border: 2px solid var(--button-primary-hover-color);}#cms-section-header .border-btn:hover .arrow { background-color: var(--button-primary-hover-color);}#cms-section-header .border-rounded { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-header .slide-flex { display: flex; height: 100%;}#cms-section-header .slide-content { position: relative; z-index: 5; transform: translate(0px, 0px) scaleY(1); -webkit-transform: translate(0px, 0px) scaleY(1); opacity: 1; flex: 0 0 50%;}#cms-section-header .txt-left h1, #cms-section-header .txt-left h2, #cms-section-header .txt-left h3, #cms-section-header .txt-left h4, #cms-section-header .txt-left h5, #cms-section-header .txt-left h6, #cms-section-header .txt-left p, #cms-section-header .txt-left .slide-btn-holder { text-align: left;}#cms-section-header .txt-center h1, #cms-section-header .txt-center h2, #cms-section-header .txt-center h3, #cms-section-header .txt-center h4, #cms-section-header .txt-center h5, #cms-section-header .txt-center h6, #cms-section-header .txt-center .slide-btn-holder { text-align: center;}#cms-section-header .txt-right h1, #cms-section-header .txt-right h2, #cms-section-header .txt-right h3, #cms-section-header .txt-right h4, #cms-section-header .txt-right h5, #cms-section-header .txt-right h6, #cms-section-header .txt-right .slide-btn-holder { text-align: right;}#cms-section-header .content-left { justify-content: flex-start;}#cms-section-header .content-left .product-img { order: 2;}#cms-section-header .content-left .slide-content { order: 1;}#cms-section-header .content-center { justify-content: center;}#cms-section-header .content-center .product-img { display: none;}#cms-section-header .content-right { justify-content: flex-end;}#cms-section-header .content-right .product-img { order: 1;}#cms-section-header .content-right .slide-content { order: 2;}#cms-section-header .content-top { align-items: flex-start;}#cms-section-header .content-middle { align-items: center;}#cms-section-header .content-bottom { align-items: flex-end;}#cms-section-header .image-left { justify-content: flex-start;}#cms-section-header .image-center { justify-content: center;}#cms-section-header .image-right { justify-content: flex-end;}#cms-section-header .image-top { align-items: flex-start;}#cms-section-header .image-top img { margin-top: calc(var(--desktop-section-spacing) * -1);}#cms-section-header .image-middle { align-items: center;}#cms-section-header .image-bottom { align-items: flex-end;}#cms-section-header .image-bottom img { margin-bottom: calc(var(--desktop-section-spacing) * -1);}#cms-section-header .drawer-mob { position: fixed; width: 320px; height: 100vh; right: 0; top: 0; background-color: var(--drawer-bg-color); z-index: 1000; margin: 0; box-shadow: -16px 0 32px rgba(0, 0, 0, 0.1); -webkit-box-shadow: -16px 0 32px rgba(0, 0, 0, 0.1); transform: translate(120%, 0px); -webkit-transform: translate(120%, 0px); opacity: 0; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .drawer-mob span { transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: transform 100ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform 100ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .drawer-mob nav { border: none; display: block;}#cms-section-header .drawer-mob ul { list-style: none; padding: 0; margin: 0; display: block; padding: 32px 24px; box-sizing: border-box;}#cms-section-header .drawer-mob ul li { text-align: left; display: flex; border-bottom: 0.7px solid var(--border-color); flex-wrap: wrap;}#cms-section-header .drawer-mob ul li:before { display: none;}#cms-section-header .drawer-mob ul li span { margin-left: 8px;}#cms-section-header .drawer-mob ul li span:before { background-color: var(--navi-font-color);}#cms-section-header .drawer-mob ul li span:after { background-color: var(--navi-font-color);}#cms-section-header .drawer-mob ul li:hover { background-color: var(--navi-hover-color);}#cms-section-header .drawer-mob ul li:first-child { border-top: 0.7px solid var(--border-color);}#cms-section-header .drawer-mob ul li ul { position: relative; display: none; box-shadow: none; -webkit-box-shadow: none; flex: 0 0 100%; background-color: unset;}#cms-section-header .drawer-mob ul li ul li { border: none;}#cms-section-header .drawer-mob ul li ul li a { padding: 4px 0 4px 16px; margin: 4px 8px;}#cms-section-header .drawer-mob ul li ul li a:after { transform: scale(0.5, 1); -webkit-transform: scale(0.5, 1); opacity: 1;}#cms-section-header .drawer-mob ul li a { display: inline-block; padding: 12px 32px 12px 0; flex: 0 0 70%; box-sizing: border-box;}#cms-section-header .drawer-mob .mob-sub-active span { transform: rotate(90deg); -webkit-transform: rotate(90deg);}#cms-section-header .drawer-mob .mob-sub-active ul { display: block; opacity: 1; visibility: visible; transform: scale(1); -webkit-transform: scale(1);}#cms-section-header .drawer-active { transform: translate(0%, 0px); -webkit-transform: translate(0%, 0px); opacity: 1;}#cms-section-header .mob-submenu { flex: 0 0 30%; display: flex; align-items: center; justify-content: center;}#cms-section-header .close-drawer { width: 48px; height: 48px; position: relative; top: 0; left: 0;}#cms-section-header .close-drawer-btn { position: relative; display: inline-block; width: 100%; height: 100%;}#cms-section-header .close-drawer-btn span { top: 24px; left: 16px; position: absolute; transform: scale(1.5) translate(0px, 0px); -webkit-transform: scale(1.5) translate(0px, 0px); height: 2px; background-color: var(--navi-font-color); margin-left: 8px;}#cms-section-header .close-drawer-btn span:before { background-color: var(--navi-font-color);}#cms-section-header .close-drawer-btn span:after { background-color: var(--navi-font-color);}#cms-section-header .close-drawer-btn:hover .arrow { transform: scale(1.5) translate(2px, 0px); -webkit-transform: scale(1.5) translate(2px, 0px);}#cms-section-header .hamburger { position: relative; width: 40px; height: 32px; flex: 0 0 40px; margin-left: 16px; display: none;}#cms-section-header .hamburger:before { content: ""; position: absolute; top: calc(50% - 2px); left: 0; width: 100%; height: 4px; background-color: var(--navi-font-color);}#cms-section-header .hamburger:after { content: ""; position: absolute; top: calc(100% - 4px); left: 0; width: 100%; height: 4px; background-color: var(--navi-font-color);}#cms-section-header .hamburger .ham-bar { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background-color: var(--navi-font-color);}#cms-section-header .page-up-btn { position: fixed; bottom: 40px; right: 32px; background-color: var(--button-primary-color); border-radius: 50%; -webkit-border-radius: 50%; display: none; z-index: 100; opacity: 0; width: 52px; height: 52px; transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);}#cms-section-header .page-up-btn span { position: absolute; top: calc(50% + 4px); left: 50%; transform: translate(-50%, -50%) rotate(-90deg);}#cms-section-header .page-up-btn span:before { background-color: var(--button-font-color);}#cms-section-header .page-up-btn span:after { background-color: var(--button-font-color);}#cms-section-header .page-up-btn:hover { background-color: var(--button-primary-hover-color); cursor: pointer;}#cms-section-header .svg-btn-icon { width: 32px; height: 32px; display: flex; align-items: center; justify-content: start; position: relative;}#cms-section-header .svg-btn-icon svg { fill: var(--button-font-color); stroke: none; background: unset; width: 100%;}#cms-section-header .mob-sticky-cta { position: fixed; bottom: 0; left: 0; display: none; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.1); width: 100%; z-index: 100; opacity: 0; transform: translate(0px, 110%); -webkit-transform: translate(0px, 110%);}#cms-section-header .mob-sticky-cta .svg-btn-icon { width: 20px; height: 20px; margin-right: 16px;}#cms-section-header .mob-sticky-cta a { background-color: var(--button-primary-color); color: var(--button-font-color); font-family: var(--button-font); font-size: var(--button-font-size); text-transform: var(--button-font-transform); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight); transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); padding: 24px 8px; position: relative; display: flex; align-items: center; justify-content: center; flex: 0 1 100%;}#cms-section-header .mob-sticky-cta a:hover { background-color: var(--button-primary-hover-color);}#cms-section-header .mob-sticky-cta a .svg-btn-icon { animation: rotateAnimation-header 5s ease-in-out infinite; -webkit-animation: rotateAnimation-header 5s ease-in-out infinite;}#cms-section-header .mob-sticky-cta a i { font-style: normal;}#cms-section-header .mob-sticky-cta a:nth-child(2) { color: var(--button-secondary-font-color); background-color: var(--button-secondary-color);}#cms-section-header .mob-sticky-cta a:nth-child(2) svg { fill: var(--button-secondary-font-color);}#cms-section-header .slide-navbar { height: 40px; width: 100%; position: absolute; bottom: 0; left: 0; box-sizing: border-box; border-bottom: 0.5px solid var(--border-color); box-shadow: 0 -1px 0 1px rgba(63, 63, 68, 0.05), 0 -1px 1px 0 rgba(63, 63, 68, 0.15); -webkit-box-shadow: 0 -1px 0 1px rgba(63, 63, 68, 0.05), 0 -1px 1px 0 rgba(63, 63, 68, 0.15); display: flex; align-items: center; justify-content: center;}#cms-section-header .slide-navbar:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.8; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); background-color: var(--website-bg-color);}#cms-section-header .nav-dir-btn { display: flex; align-items: center; justify-content: center; flex: 0 0 40px; z-index: 2; height: 100%; transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .nav-dir-btn svg { fill: var(--navi-font-color); background: unset; stroke: none; height: 12px;}#cms-section-header .nav-dir-btn:hover { cursor: pointer; transform: scale(1.1); -webkit-transform: scale(1.1);}#cms-section-header .nav-btns-box { display: flex; align-items: center; justify-content: center;}#cms-section-header .nav-btn { position: relative; padding: 0 16px; height: 100%;}#cms-section-header .nav-btn:before { content: ""; position: absolute; top: calc(50% - 5px); left: calc(50% - 5px); width: 10px; height: 10px; border: 0.5px solid var(--navi-font-color); border-radius: 50%; -webkit-border-radius: 50%; box-sizing: border-box; transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .active-btn:before { background-color: var(--navi-font-color);}@media (max-width: 900px) { #cms-section-header .product-img { display: none; } #cms-section-header .bg-filter { opacity: 1 !important; } #cms-section-header .content-buffer { padding-bottom: calc(var(--tablet-section-spacing) + 48px); } #cms-section-header .topbar-header { display: none; } #cms-section-header .menu-bar nav { display: none; } #cms-section-header .mob-nav nav { display: block; } #cms-section-header .hamburger { display: block; } #cms-section-header .nav-header-bar-shell { height: calc(48px + 16px); } #cms-section-header .nav-header-bar { height: calc(64px + 16px); } #cms-section-header .nav-header-bar-flex { height: calc(64px + 16px); padding: 0 8px; } #cms-section-header .logo-header { padding: 0; } #cms-section-header .slide-content { width: 100%; flex: 0 0 100%; } #cms-section-header .content-top { align-items: center; } #cms-section-header .content-bottom { align-items: center; } #cms-section-header .cta-btn { padding: 0px 16px; }}@media (max-width: 500px) { #cms-section-header .slideshow { height: calc(60vh + 40px); } #cms-section-header .content-buffer { padding-bottom: calc(var(--mobile-section-spacing) + 48px); } #cms-section-header .two-btns { display: block; flex: 0 0 24px; margin-right: 8px; text-align: center; display: block; } #cms-section-header .two-btns .small-txt { margin-left: 40px; text-align: left; width: 100%; display: block; } #cms-section-header .two-btns a .svg-btn-icon { position: absolute; margin: 0; left: 16px; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); animation: unset; -webkit-animation: unset; } #cms-section-header .mob-sticky-cta { display: flex; } #cms-section-header .slide-bg-img { position: relative; } #cms-section-header .cta-btn { display: none; } #cms-section-header .slide-flex { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }}