@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%;}#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 .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(48px + 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: #ffffff; z-index: 100; height: calc(48px + 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(48px + 32px);}#cms-section-header .logo-header { height: 48px; 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: 48px; 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: #ffffff; box-shadow: 0px 4px 8px rgba(168, 166, 168, 0.3);}#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; height: 60vh; 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%; -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; -webkit-transition: transform calc(10 * 1000ms) ease-in;}#cms-section-header .bg-filter { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-header .bg-filter.center { background-image: radial-gradient(at center, rgba(255, 255, 255, 0) 0%, #ffffff 80%); background-image: -webkit-radial-gradient(at center, rgba(255, 255, 255, 0) 0%, #ffffff 80%);}#cms-section-header .bg-filter.top-left { background-image: radial-gradient(at top left, rgba(255, 255, 255, 0) 0%, #ffffff 80%); background-image: -webkit-radial-gradient(at top left, rgba(255, 255, 255, 0) 0%, #ffffff 80%);}#cms-section-header .bg-filter.top-right { background-image: radial-gradient(at top right, rgba(255, 255, 255, 0) 0%, #ffffff 80%); background-image: -webkit-radial-gradient(at top right, rgba(255, 255, 255, 0) 0%, #ffffff 80%);}#cms-section-header .bg-filter.bottom-right { background-image: radial-gradient(at bottom right, rgba(255, 255, 255, 0) 0%, #ffffff 80%); background-image: -webkit-radial-gradient(at bottom right, rgba(255, 255, 255, 0) 0%, #ffffff 80%);}#cms-section-header .bg-filter.bottom-left { background-image: radial-gradient(at bottom left, rgba(255, 255, 255, 0) 0%, #ffffff 80%); background-image: -webkit-radial-gradient(at bottom left, rgba(255, 255, 255, 0) 0%, #ffffff 80%);}#cms-section-header .slide-active .slide-bg-img { transform: scale(1.1); -webkit-transform: scale(1.1);}#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 45%;}#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:nth-child(1) b { color: #3e8f53;}#cms-section-header .slide:nth-child(1) span { color: #3e8f53;}@media (max-width: 800px) { #cms-section-header .product-img { display: none; } #cms-section-header .bg-filter { opacity: 1 !important; } #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(48px + 16px); } #cms-section-header .nav-header-bar-flex { height: calc(48px + 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: 480px) { #cms-section-header .slideshow { height: 60vh; } #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%; }}#cms-section-9263887499 .section-bg { background-color: #ffffff; overflow: hidden;}#cms-section-9263887499 .btn-holder { overflow-x: hidden; position: relative;}#cms-section-9263887499 .btn-holder ul { padding: 0; margin: 0; list-style: none; display: flex; position: relative;}#cms-section-9263887499 .btn-holder li { min-width: 184px; position: relative; display: flex; justify-content: flex-start; 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); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); opacity: 1;}#cms-section-9263887499 .btn-holder button { position: relative; padding: 0; border: none; background: none; display: flex; flex-direction: column;}#cms-section-9263887499 .btn-holder button:hover { cursor: pointer;}#cms-section-9263887499 .btn-holder p { font-family: var(--subheading-font-family); font-size: var(--heading-3-font-size); text-transform: var(--subheading-font-transform); letter-spacing: var(--subheading-font-letterspacing); font-weight: var(--subheading-font-weight); white-space: nowrap; margin: 1rem auto 0.5rem auto; transition: color 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);}#cms-section-9263887499 .btn-holder img { height: 60px;}#cms-section-9263887499 .btn-holder .active-btn { position: absolute; bottom: 0; left: 0; width: 100%; opacity: 0; height: 2px; transition: opacity 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);}#cms-section-9263887499 .cms-animation.tab-btn { opacity: 0; transform: translate3d(0px, 40px, 0px); -webkit-transform: translate3d(0px, 40px, 0px);}#cms-section-9263887499 .carousel { transition: left var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: left var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-9263887499 .more-btns { position: absolute; transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); width: 40px; height: 100%; top: 50%; background-color: #ffffff; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); display: none; align-items: center; justify-content: center; opacity: 0.7; 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-9263887499 .more-btns svg { fill: var(--body-font-color); stroke: none; background-color: #ffffff; width: 24px;}#cms-section-9263887499 .more-btns:hover { opacity: 1; cursor: pointer; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);}#cms-section-9263887499 .btn-left { left: 0;}#cms-section-9263887499 .btn-left svg { transform: rotate(90deg); -webkit-transform: rotate(90deg);}#cms-section-9263887499 .btn-right { right: 0;}#cms-section-9263887499 .btn-right svg { transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}#cms-section-9263887499 .service-content { padding: 3rem 0 2rem 0; box-sizing: content-box; min-height: 100px; height: 100px; transition: min-height var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: min-height var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-9263887499 .service-content ul { padding: 0; margin: 0; list-style: none; position: relative;}#cms-section-9263887499 .service-content li p { color: var(--body-font-color);}#cms-section-9263887499 .service-content .content-box { display: flex;}#cms-section-9263887499 .service-content .intro { flex: 0 0 50%;}#cms-section-9263887499 .service-content .intro h1, #cms-section-9263887499 .service-content .intro h2, #cms-section-9263887499 .service-content .intro h3, #cms-section-9263887499 .service-content .intro h4, #cms-section-9263887499 .service-content .intro h5, #cms-section-9263887499 .service-content .intro h6, #cms-section-9263887499 .service-content .intro p { text-align: left;}#cms-section-9263887499 .service-content .more-info { flex: 0 0 50%; padding-left: 4rem; box-sizing: border-box;}#cms-section-9263887499 .service-content .more-info h1, #cms-section-9263887499 .service-content .more-info h2, #cms-section-9263887499 .service-content .more-info h3, #cms-section-9263887499 .service-content .more-info h4, #cms-section-9263887499 .service-content .more-info h5, #cms-section-9263887499 .service-content .more-info h6, #cms-section-9263887499 .service-content .more-info p { text-align: left;}#cms-section-9263887499 .service-content .more-info ul { list-style: disc;}#cms-section-9263887499 .service-content .more-info li { text-align: left; padding: 0.7rem 0; border-bottom: 0.7px solid var(--body-font-color);}#cms-section-9263887499 .service-content .info-container { display: none; position: absolute;}#cms-section-9263887499 .service-content .intro { opacity: 0; transform: translate3d(-40px, 0px, 0px); -webkit-transform: translate3d(-40px, 0px, 0px); 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-9263887499 .service-content .more-info { opacity: 0; transform: translate3d(0px, 40px, 0px); -webkit-transform: translate3d(0px, 40px, 0px); 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); transition-delay: var(--animation-duration); -webkit-transition-delay: var(--animation-duration);}#cms-section-9263887499 .service-content .active-info .intro, #cms-section-9263887499 .service-content .active-info .more-info { opacity: 1; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px);}#cms-section-9263887499 .bg-heading { font-family: var(--heading-font-family); font-size: 104px; text-transform: var(--heading-font-transform); letter-spacing: var(--heading-font-letterspacing); font-weight: var(--heading-font-weight); white-space: nowrap; transform: translate3d(-80px, 0px, 0px); -webkit-transform: translate3d(-80px, 0px, 0px); 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); color: var(--body-font-color); opacity: 0; position: absolute; top: 0%; z-index: 1; left: 25%;}#cms-section-9263887499 .active-info .bg-heading { opacity: 0.05; transform: translate3d(80px, 0px, 0px); -webkit-transform: translate3d(80px, 0px, 0px);}#cms-section-9263887499 .cta-btn { text-align: left; margin-top: 2rem;}#cms-section-9263887499 .cta-btn a { display: inline-block; 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); display: inline-block; padding: 12px 37px; color: #ffffff; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); 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), box-shadow 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), box-shadow var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-9263887499 .cta-btn a:hover { opacity: 0.9; box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15); transform: translate3d(0px, 1px, 0px); -webkit-transform: translate3d(0px, 1px, 0px);}#cms-section-9263887499 .info-link { text-align: left; margin-top: 2rem;}#cms-section-9263887499 .info-link a { 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); position: relative; padding-right: 1.8rem;}#cms-section-9263887499 .info-link a svg { position: absolute; height: 65%; right: 0; top: 50%; fill: var(--body-font-color); stroke: none; background-color: #ffffff; transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); 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-9263887499 .info-link a:hover svg { transform: translate(4px, -50%); -webkit-transform: translate(4px, -50%);}#cms-section-9263887499 .cms-animation .active-info .intro { opacity: 0; transform: translate3d(-40px, 0px, 0px); -webkit-transform: translate3d(-40px, 0px, 0px);}#cms-section-9263887499 .cms-animation .active-info .more-info { opacity: 0; transform: translate3d(0px, 40px, 0px); -webkit-transform: translate3d(0px, 40px, 0px);}@media (max-width: 480px) { #cms-section-9263887499 .btn-holder p { font-size: 16px; } #cms-section-9263887499 .service-content .content-box { display: block; } #cms-section-9263887499 .service-content { padding: 1rem 0; } #cms-section-9263887499 .service-content .more-info { padding: 0; margin: 2rem 0 0 0; } #cms-section-9263887499 .service-content .more-info ul { margin: 0 0 0 16px; } #cms-section-9263887499 .btn-holder li { min-width: 120px; } #cms-section-9263887499 .btn-holder img { height: 48px; }}#cms-section-4760889195 .text-bg { position: relative; text-align: center; display: block; width: 100%; background-color: #343434; z-index: 1; overflow: hidden;}#cms-section-4760889195 .text-bg .img-bg { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-position: center; z-index: 1; background-repeat: no-repeat; transition: background-image linear var(--animation-duration); -webkit-transition: background-image linear var(--animation-duration); background-attachment: scroll;}#cms-section-4760889195 .text-bg:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background-color: #343434; background-image: linear-gradient(-90deg, #343434, #1b1b1b); background-image: -webkit-linear-gradient(-90deg, #343434, #1b1b1b); opacity: 0.5;}#cms-section-4760889195 .text-bg .cms-lazyloader { filter: blur(4px); -webkit-filter: blur(4px); transform: scale(1.05); -webkit-transform: scale(1.05);}#cms-section-4760889195 .align-content { display: flex; align-items: center; justify-content: center; padding-top: 244px; padding-bottom: 0px;}#cms-section-4760889195 .align-content .btns { justify-content: center; align-items: center;}#cms-section-4760889195 .content-left { justify-content: flex-start;}#cms-section-4760889195 .content-right { justify-content: flex-end;}#cms-section-4760889195 .content { max-width: 650px; display: inline-block; width: 100%; z-index: 2; position: relative; perspective: 480px;}#cms-section-4760889195 .txt { position: relative; transform-style: preserve-3d; transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration);}#cms-section-4760889195 .txt p { color: #f5f5f5;}#cms-section-4760889195 .txt h1, #cms-section-4760889195 .txt h2, #cms-section-4760889195 .txt h3, #cms-section-4760889195 .txt h4, #cms-section-4760889195 .txt h5, #cms-section-4760889195 .txt h6 { color: #ffffff;}#cms-section-4760889195 h2 { color: var(--heading-font-color);}#cms-section-4760889195 .text-left p, #cms-section-4760889195 .text-left h1, #cms-section-4760889195 .text-left h2, #cms-section-4760889195 .text-left h3, #cms-section-4760889195 .text-left h4, #cms-section-4760889195 .text-left h5, #cms-section-4760889195 .text-left h6 { text-align: left;}#cms-section-4760889195 .text-left .btns { justify-content: flex-start;}#cms-section-4760889195 .text-center p, #cms-section-4760889195 .text-center h1, #cms-section-4760889195 .text-center h2, #cms-section-4760889195 .text-center h3, #cms-section-4760889195 .text-center h4, #cms-section-4760889195 .text-center h5, #cms-section-4760889195 .text-center h6 { text-align: center;}#cms-section-4760889195 .text-center .btns { justify-content: center;}#cms-section-4760889195 .text-right p, #cms-section-4760889195 .text-right h1, #cms-section-4760889195 .text-right h2, #cms-section-4760889195 .text-right h3, #cms-section-4760889195 .text-right h4, #cms-section-4760889195 .text-right h5, #cms-section-4760889195 .text-right h6 { text-align: right;}#cms-section-4760889195 .text-right .btns { justify-content: flex-end;}#cms-section-4760889195 .button { margin: 17px 0 0 0; display: inline-block; position: relative; transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); opacity: 1; transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration);}#cms-section-4760889195 .button a { display: inline-block; text-align: center; line-height: 1.5em; height: 100%; padding: 9px 27px; box-sizing: border-box; position: relative; text-transform: var(--button-font-transform); overflow: hidden; z-index: 3; position: relative; transition: box-shadow 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), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 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), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); opacity: 1;}#cms-section-4760889195 .button a p { margin: 0; padding: 0; text-align: center; font-size: var(--button-font-size); text-transform: var(--button-font-transform); font-family: var(--button-font); text-transform: var(--button-font-letterspacing); font-weight: var(--button-font-weight); color: var(--button-font-color); z-index: 3; position: relative;}#cms-section-4760889195 .button a:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; 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); background-color: var(--button-primary-color); z-index: 1; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; inset: 0; padding: 4px; box-sizing: border-box;}#cms-section-4760889195 .info-text { opacity: 1; transform-style: preserve-3d; transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); transition: box-shadow 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), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 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), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-4760889195 .info-text a { font-size: var(--button-font-size); text-transform: var(--button-font-transform); font-family: var(--button-font); text-transform: var(--button-font-letterspacing); font-weight: var(--button-font-weight); margin: 13px 0 0 0; position: relative; display: flex; align-items: center; justify-items: center; height: 100%; padding: 10px 47px 10px 27px; box-sizing: border-box;}#cms-section-4760889195 .info-text a svg { width: 24px; height: 24px; position: absolute; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); top: 12px; left: calc(100% - 24px); background: none; stroke: none; fill: var(--button-font-color);}#cms-section-4760889195 .info-text a:hover svg { transform: translate3d(8px, 0px, 0px); -webkit-transform: translate3d(8px, 0px, 0px);}#cms-section-4760889195 .info-text p { margin: 0; padding: 0; font-size: var(--button-font-size); text-transform: var(--button-font-transform); font-family: var(--button-font); text-transform: var(--button-font-letterspacing); font-weight: var(--button-font-weight); color: var(--button-font-color);}#cms-section-4760889195 .btns { display: flex;}#cms-section-4760889195 .btns div:nth-child(2) { margin-left: 30px;}#cms-section-4760889195 .curved-btn a { border-radius: 25px; -webkit-border-radius: 25px; min-width: 200px;}#cms-section-4760889195 .curved-btn a:before { border-radius: 25px; -webkit-border-radius: 25px;}#cms-section-4760889195 .border-box a { border-radius: 0px; -webkit-border-radius: 0px; min-width: 200px;}#cms-section-4760889195 .border-box a:before { border-radius: 0px; -webkit-border-radius: 0px;}#cms-section-4760889195 .solid-box a { border-radius: 0px; -webkit-border-radius: 0px; min-width: 200px;}#cms-section-4760889195 .solid-box a:before { -webkit-mask: none; mask: none;}#cms-section-4760889195 .cms-animation { opacity: 0; transform: translate3d(0px, 30px, 10px) rotateX(-5deg); -webkit-transform: translate3d(0px, 30px, 10px) rotateX(-5deg);}#cms-section-4760889195 .cms-section-sides-buffer.full-width { padding-left: 0; padding-right: 0; max-width: unset;}#cms-section-4760889195 .cms-section-sides-buffer { padding-top: 0; padding-bottom: var(--desktop-section-spacing);}@media (max-width: 800px) { #cms-section-4760889195 .cms-section-sides-buffer { padding-top: 0; padding-bottom: var(--tablet-section-spacing); } #cms-section-4760889195 .btns { display: inline-block; width: 100%; } #cms-section-4760889195 .btns .button { width: 100%; } #cms-section-4760889195 .btns div:nth-child(2) { margin-left: 0; } #cms-section-4760889195 .info-text { display: inline-block; left: -12px; } #cms-section-4760889195 .text-left .btns { text-align: left; } #cms-section-4760889195 .text-center .btns { text-align: center; } #cms-section-4760889195 .text-right .btns { text-align: right; } #cms-section-4760889195 .text-bg .img-bg { background-attachment: scroll; }}@media (max-width: 480px) { #cms-section-4760889195 .cms-section-sides-buffer { padding-top: 0; padding-bottom: var(--mobile-section-spacing); } #cms-section-4760889195 .button a { width: 100%; } #cms-section-4760889195 .text-left .btns { text-align: center; } #cms-section-4760889195 .text-right .btns { text-align: center; }}#cms-section-3274809472 .section-bg { position: relative; overflow: hidden;}#cms-section-3274809472 .cms-section-full-buffer { padding-bottom: 0;}#cms-section-3274809472 .product-box { display: flex; padding-bottom: 0px; z-index: 5;}#cms-section-3274809472 .bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}#cms-section-3274809472 .bg-img:before { content: ""; background-image: radial-gradient(at bottom right, rgba(255, 255, 255, 0.48) 0%, #ffffff 60%); background-image: -webkit-radial-gradient(at bottom right, rgba(255, 255, 255, 0.48) 0%, #ffffff 60%); position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-3274809472 .image { flex: 0 1 100%; display: flex; justify-content: center; align-items: center; z-index: 5; order: 2; perspective: 480px; position: relative; z-index: 7;}#cms-section-3274809472 .image img { width: 100%; max-height: 100%; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); 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); opacity: 1;}#cms-section-3274809472 .image .cms-animation { transform: translate3d(30px, 0px, 0px) rotateY(5deg); -webkit-transform: translate3d(30px, 0px, 0px) rotateY(5deg); opacity: 0;}#cms-section-3274809472 .content-top { align-items: flex-start;}#cms-section-3274809472 .content-bottom { align-items: flex-end;}#cms-section-3274809472 .content { flex: 0 0 50%; padding: 0 4rem 0 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; flex-direction: column; order: 1; perspective: 480px;}#cms-section-3274809472 .content h2 { width: 100%;}#cms-section-3274809472 .content h1, #cms-section-3274809472 .content h2, #cms-section-3274809472 .content h3, #cms-section-3274809472 .content h4, #cms-section-3274809472 .content h5, #cms-section-3274809472 .content h6, #cms-section-3274809472 .content p { text-align: left;}#cms-section-3274809472 .content h1 b, #cms-section-3274809472 .content h1 span, #cms-section-3274809472 .content h2 b, #cms-section-3274809472 .content h2 span, #cms-section-3274809472 .content h3 b, #cms-section-3274809472 .content h3 span, #cms-section-3274809472 .content h4 b, #cms-section-3274809472 .content h4 span, #cms-section-3274809472 .content h5 b, #cms-section-3274809472 .content h5 span, #cms-section-3274809472 .content h6 b, #cms-section-3274809472 .content h6 span, #cms-section-3274809472 .content p b, #cms-section-3274809472 .content p span { color: #f2984a;}#cms-section-3274809472 .main-heading { width: 100%; display: inline-block; text-align: left; transform: translate3d(0px, 0px, 0px) rotateY(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg); 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-3274809472 .main-heading.cms-animation { transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); -webkit-transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); opacity: 0;}#cms-section-3274809472 .keypoints { margin: 2rem;}#cms-section-3274809472 .keypoints ul { list-style: none; padding: 0; margin: 0; perspective: 480px;}#cms-section-3274809472 .keypoints ul li { display: flex; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); 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-3274809472 .keypoints ul .cms-animation { transform: translate3d(-30px, 0px, 0px) rotateY(-10deg); -webkit-transform: translate3d(-30px, 0px, 0px) rotateY(-10deg); opacity: 0;}#cms-section-3274809472 .keypoints h3 { font-size: 18px; margin: 0 0 8px 0; color: #f2984a;}#cms-section-3274809472 .keypoints p { font-size: 14px; margin: 0 0 16px;}#cms-section-3274809472 .icon { flex: 0 0 48px; box-sizing: border-box; margin: 0 16px 0 0;}#cms-section-3274809472 .icon img { width: 100%;}#cms-section-3274809472 .icon svg { width: 100%; background-color: unset; stroke: none; fill: var(--primary-color);}#cms-section-3274809472 .written-block { flex: 0 1 100%;}#cms-section-3274809472 .switch .content { order: 2; padding: 0 0 0 4rem;}#cms-section-3274809472 .switch .content .cms-animation { transform: translate3d(30px, 0px, -10px) rotateY(10deg); -webkit-transform: translate3d(30px, 0px, -10px) rotateY(10deg); opacity: 0;}#cms-section-3274809472 .switch .image { order: 1;}#cms-section-3274809472 .switch .image .cms-animation { transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); -webkit-transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); opacity: 0;}#cms-section-3274809472 .switch .keypoints ul .cms-animation { transform: translate3d(30px, 0px, 10px) rotateY(10deg); -webkit-transform: translate3d(30px, 0px, -10px) rotateY(10deg); opacity: 0;}#cms-section-3274809472 .bottom-divider { position: absolute; bottom: -1px; left: -1px; width: 100%; height: 0px; z-index: 5;}#cms-section-3274809472 .bottom-divider svg { width: 100%; height: 100%; stroke: none; background-color: rgba(0, 0, 0, 0); fill: var(--website-bg-color);}@media (max-width: 800px) { #cms-section-3274809472 .product-box { display: block; } #cms-section-3274809472 .image { padding: 0 0 var(--tablet-section-spacing) 0; } #cms-section-3274809472 .content { padding: 0; } #cms-section-3274809472 .product-box { display: flex; flex-direction: column; } #cms-section-3274809472 .product-box .image { order: 2; padding: 0; } #cms-section-3274809472 .product-box .content { order: 1; } #cms-section-3274809472 .switch .content { padding: 0; } #cms-section-3274809472 .bottom-divider { height: calc(0px / 2); }}@media (max-width: 480px) { #cms-section-3274809472 .image { padding: 0 0 var(--mobile-section-spacing) 0; } #cms-section-3274809472 .bottom-divider { height: calc(0px / 3); }}#cms-section-3819195081 .text-bg { position: relative; text-align: center; display: block; width: 100%; background-color: #3d70b2; z-index: 1; overflow: hidden;}#cms-section-3819195081 .text-bg .img-bg { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-position: center; z-index: 1; background-repeat: no-repeat; transition: background-image linear var(--animation-duration); -webkit-transition: background-image linear var(--animation-duration); background-attachment: scroll;}#cms-section-3819195081 .text-bg:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background-color: #3d70b2; background-image: linear-gradient(-90deg, #3d70b2, #30588c); background-image: -webkit-linear-gradient(-90deg, #3d70b2, #30588c); opacity: 0.5;}#cms-section-3819195081 .text-bg .cms-lazyloader { filter: blur(4px); -webkit-filter: blur(4px); transform: scale(1.05); -webkit-transform: scale(1.05);}#cms-section-3819195081 .align-content { display: flex; align-items: center; justify-content: center; padding-top: 36px; padding-bottom: 36px;}#cms-section-3819195081 .align-content .btns { justify-content: center; align-items: center;}#cms-section-3819195081 .content-left { justify-content: flex-start;}#cms-section-3819195081 .content-right { justify-content: flex-end;}#cms-section-3819195081 .content { max-width: 650px; display: inline-block; width: 100%; z-index: 2; position: relative; perspective: 480px;}#cms-section-3819195081 .txt { position: relative; transform-style: preserve-3d; transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration);}#cms-section-3819195081 .txt p { color: #ffffff;}#cms-section-3819195081 .txt h1, #cms-section-3819195081 .txt h2, #cms-section-3819195081 .txt h3, #cms-section-3819195081 .txt h4, #cms-section-3819195081 .txt h5, #cms-section-3819195081 .txt h6 { color: #ffffff;}#cms-section-3819195081 h2 { color: var(--heading-font-color);}#cms-section-3819195081 .text-left p, #cms-section-3819195081 .text-left h1, #cms-section-3819195081 .text-left h2, #cms-section-3819195081 .text-left h3, #cms-section-3819195081 .text-left h4, #cms-section-3819195081 .text-left h5, #cms-section-3819195081 .text-left h6 { text-align: left;}#cms-section-3819195081 .text-left .btns { justify-content: flex-start;}#cms-section-3819195081 .text-center p, #cms-section-3819195081 .text-center h1, #cms-section-3819195081 .text-center h2, #cms-section-3819195081 .text-center h3, #cms-section-3819195081 .text-center h4, #cms-section-3819195081 .text-center h5, #cms-section-3819195081 .text-center h6 { text-align: center;}#cms-section-3819195081 .text-center .btns { justify-content: center;}#cms-section-3819195081 .text-right p, #cms-section-3819195081 .text-right h1, #cms-section-3819195081 .text-right h2, #cms-section-3819195081 .text-right h3, #cms-section-3819195081 .text-right h4, #cms-section-3819195081 .text-right h5, #cms-section-3819195081 .text-right h6 { text-align: right;}#cms-section-3819195081 .text-right .btns { justify-content: flex-end;}#cms-section-3819195081 .button { margin: 17px 0 0 0; display: inline-block; position: relative; transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); opacity: 1; transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration);}#cms-section-3819195081 .button a { display: inline-block; text-align: center; line-height: 1.5em; height: 100%; padding: 9px 27px; box-sizing: border-box; position: relative; text-transform: var(--button-font-transform); overflow: hidden; z-index: 3; position: relative; transition: box-shadow 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), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 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), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); opacity: 1;}#cms-section-3819195081 .button a p { margin: 0; padding: 0; text-align: center; font-size: var(--button-font-size); text-transform: var(--button-font-transform); font-family: var(--button-font); text-transform: var(--button-font-letterspacing); font-weight: var(--button-font-weight); color: #ffffff; z-index: 3; position: relative;}#cms-section-3819195081 .button a:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; 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); background-image: linear-gradient(305deg, #343434, #4d4d4d); background-image: -webkit-linear-gradient(305deg, #343434, #4d4d4d); z-index: 1; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; inset: 0; padding: 4px; box-sizing: border-box;}#cms-section-3819195081 .info-text { opacity: 1; transform-style: preserve-3d; transform: translate3d(0px, 0px, 0px) rotateX(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg); transition: box-shadow 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), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 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), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-3819195081 .info-text a { font-size: var(--button-font-size); text-transform: var(--button-font-transform); font-family: var(--button-font); text-transform: var(--button-font-letterspacing); font-weight: var(--button-font-weight); margin: 13px 0 0 0; position: relative; display: flex; align-items: center; justify-items: center; height: 100%; padding: 10px 47px 10px 27px; box-sizing: border-box;}#cms-section-3819195081 .info-text a svg { width: 24px; height: 24px; position: absolute; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); top: 12px; left: calc(100% - 24px); background: none; stroke: none; fill: var(--button-font-color);}#cms-section-3819195081 .info-text a:hover svg { transform: translate3d(8px, 0px, 0px); -webkit-transform: translate3d(8px, 0px, 0px);}#cms-section-3819195081 .info-text p { margin: 0; padding: 0; font-size: var(--button-font-size); text-transform: var(--button-font-transform); font-family: var(--button-font); text-transform: var(--button-font-letterspacing); font-weight: var(--button-font-weight); color: var(--button-font-color);}#cms-section-3819195081 .btns { display: flex;}#cms-section-3819195081 .btns div:nth-child(2) { margin-left: 30px;}#cms-section-3819195081 .curved-btn a { border-radius: 25px; -webkit-border-radius: 25px; min-width: 200px;}#cms-section-3819195081 .curved-btn a:before { border-radius: 25px; -webkit-border-radius: 25px;}#cms-section-3819195081 .border-box a { border-radius: 0px; -webkit-border-radius: 0px; min-width: 200px;}#cms-section-3819195081 .border-box a:before { border-radius: 0px; -webkit-border-radius: 0px;}#cms-section-3819195081 .solid-box a { border-radius: 0px; -webkit-border-radius: 0px; min-width: 200px;}#cms-section-3819195081 .solid-box a:before { -webkit-mask: none; mask: none;}#cms-section-3819195081 .cms-animation { opacity: 0; transform: translate3d(0px, 30px, 10px) rotateX(-5deg); -webkit-transform: translate3d(0px, 30px, 10px) rotateX(-5deg);}#cms-section-3819195081 .cms-section-sides-buffer.full-width { padding-left: 0; padding-right: 0; max-width: unset;}#cms-section-3819195081 .cms-section-sides-buffer { padding-top: 0; padding-bottom: 0;}@media (max-width: 800px) { #cms-section-3819195081 .cms-section-sides-buffer { padding-top: 0; padding-bottom: 0; } #cms-section-3819195081 .btns { display: inline-block; width: 100%; } #cms-section-3819195081 .btns .button { width: 100%; } #cms-section-3819195081 .btns div:nth-child(2) { margin-left: 0; } #cms-section-3819195081 .info-text { display: inline-block; left: -12px; } #cms-section-3819195081 .text-left .btns { text-align: left; } #cms-section-3819195081 .text-center .btns { text-align: center; } #cms-section-3819195081 .text-right .btns { text-align: right; } #cms-section-3819195081 .text-bg .img-bg { background-attachment: scroll; }}@media (max-width: 480px) { #cms-section-3819195081 .cms-section-sides-buffer { padding-top: 0; padding-bottom: 0; } #cms-section-3819195081 .button a { width: 100%; } #cms-section-3819195081 .text-left .btns { text-align: center; } #cms-section-3819195081 .text-right .btns { text-align: center; }}#cms-section-6411281162 { background-color: #ffffff;}#cms-section-6411281162 .cms-section-top-bottom-buffer { padding-top: var(--desktop-section-spacing); padding-bottom: var(--desktop-section-spacing);}#cms-section-6411281162 .testimony-main-content { flex: 0 0 25%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}#cms-section-6411281162 .testimony-main-content h1, #cms-section-6411281162 .testimony-main-content h2, #cms-section-6411281162 .testimony-main-content h3 { text-align: left; color: #343434;}#cms-section-6411281162 .testimony-main-content h4, #cms-section-6411281162 .testimony-main-content h5, #cms-section-6411281162 .testimony-main-content h6 { text-align: left; color: #343434;}#cms-section-6411281162 .testimony-main-content p { text-align: left; color: #343434;}#cms-section-6411281162 .cta-btn { margin: 17px 0; position: relative; display: inline-block;}#cms-section-6411281162 .cta-btn a { display: inline-block; height: 100%; padding: 9px 27px; box-sizing: border-box;}#cms-section-6411281162 .cta-btn a p { padding: 0; margin: 0; 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); position: relative; z-index: 3; color: var(--button-font-color);}#cms-section-6411281162 .info-btn a { border: 2px solid var(--button-primary-color);}#cms-section-6411281162 .info-btn a p { color: var(--button-primary-color);}#cms-section-6411281162 .action-btn a { border: 2px solid var(--button-primary-color); background-color: var(--button-primary-color);}#cms-section-6411281162 .action-btn a p { color: var(--button-primary-font-color);}#cms-section-6411281162 .rounded-grad a { position: relative; border-radius: 25px; -webkit-border-radius: 25px; overflow: hidden; z-index: 3; min-width: 200px; text-align: center;}#cms-section-6411281162 .rounded-grad a p { text-align: center;}#cms-section-6411281162 .rounded-grad a:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-image: linear-gradient(335deg, rgba(0, 0, 0, 0), black); background-image: -webkit-linear-gradient(335deg, rgba(0, 0, 0, 0), black); z-index: 1;}#cms-section-6411281162 .rounded-grad a:after { content: ""; position: absolute; width: calc(100% - 8px); height: calc(100% - 8px); left: 4px; top: 4px; border-radius: 25px; -webkit-border-radius: 25px; background-color: #ffffff; z-index: 2;}#cms-section-6411281162 .cms-section-sides-buffer { display: flex; position: relative; z-index: 2;}#cms-section-6411281162 .background-image-holder { position: absolute; top: 0; right: 0; z-index: 1; background-position: center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; transition: background-image linear 300ms; -webkit-transition: background-image linear 300ms;}#cms-section-6411281162 .background-image-holder .bg-grad { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 2; opacity: 0.75;}#cms-section-6411281162 .background-holder { position: relative;}#cms-section-6411281162 .background-holder .testimony-holder { position: relative;}#cms-section-6411281162 .background-holder .testimony-holder:before { content: ""; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-color: #ffffff; z-index: -1;}#cms-section-6411281162 .client-image { flex: 0 0 50px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; overflow: hidden; height: 50px; width: 50px; display: flex; align-items: center; justify-content: center; background-color: var(--element-color);}#cms-section-6411281162 .client-image img { width: 100%; height: 100%;}#cms-section-6411281162 .client-image h4 { line-height: 0; padding: 0; margin: 0;}#cms-section-6411281162 .testimony-card { position: relative; background-color: #fff; padding: 24px 24px 16px 24px; box-sizing: border-box; display: inline-block; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); background-color: #fff;}#cms-section-6411281162 .testimony-icon { width: 50px; height: 50px; background-color: var(--primary-color); background-image: linear-gradient(-135deg, var(--primary-color), var(--secondary-color)); background-image: -moz-linear-gradient(-135deg, var(--primary-color), var(--secondary-color)); background-image: -webkit-linear-gradient(-135deg, var(--primary-color), var(--secondary-color)); position: absolute; top: -25px; right: 25px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; display: flex; align-items: center; justify-content: center;}#cms-section-6411281162 .testimony-icon p span svg { fill: #fff; position: relative; top: 0; left: 0; width: 26px; height: 26px; background: none;}#cms-section-6411281162 .testimony-intro { position: relative; top: 0; left: -40px; display: flex;}#cms-section-6411281162 .intro-content { flex: 0 1 100%; display: inline-block;}#cms-section-6411281162 .intro-content h5 { text-align: left; margin: 5px 17px; padding: 0; font-size: 14px; text-transform: capitalize; width: 100%;}#cms-section-6411281162 .intro-content p { text-align: left; margin: 3px 17px; padding: 0; font-size: 12px;}#cms-section-6411281162 .intro-content p b span { margin: 0 0 0 7px;}#cms-section-6411281162 .intro-content p b span:before { font-size: 14px;}#cms-section-6411281162 .testimony-content p { text-align: left; font-size: 12px; padding: 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; line-clamp: 5; -webkit-box-orient: vertical;}#cms-section-6411281162 .testimony-cards-holder { flex: 0 1 100%;}#cms-section-6411281162 .testimony-cards-holder ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: auto auto auto;}#cms-section-6411281162 .testimony-cards-holder ul li { flex: 0 0 50%; position: relative; padding: 20px; box-sizing: border-box; display: inline-block;}#cms-section-6411281162 .testimony-cards-holder ul li:first-child { grid-row: 1 / 3; grid-column: 1;}#cms-section-6411281162 .testimony-cards-holder ul li:nth-child(even) { text-align: right;}#cms-section-6411281162 .testimony-cards-holder ul li:nth-child(even) .testimony-card { top: 100px;}#cms-section-6411281162 .testimony-cards-holder ul li:nth-child(odd) { text-align: left;}#cms-section-6411281162 .testimony-cards-holder ul li:nth-child(odd) .testimony-card { top: -50px;}#cms-section-6411281162 .testimony-cards-holder ul li:nth-child(3n+2) .testimony-card { width: 85%;}#cms-section-6411281162 .over-five ul li:first-child { grid-row: 1; grid-column: 1;}#cms-section-6411281162 .over-five ul li:nth-child(odd) { text-align: right;}#cms-section-6411281162 .over-five ul li:nth-child(odd) .testimony-card { top: 0;}#cms-section-6411281162 .over-five ul li:nth-child(3n+2) .testimony-card { width: 100%;}#cms-section-6411281162 .over-five ul li:nth-child(even) { text-align: right;}#cms-section-6411281162 .over-five ul li:nth-child(even) .testimony-card { top: 0; width: 100%;}#cms-section-6411281162 .over-five ul li:nth-child(2) .testimony-card { width: 85%;}#cms-section-6411281162 .over-five ul li:nth-child(3n+3) .testimony-card { top: -50px;}#cms-section-6411281162 h3, #cms-section-6411281162 p, #cms-section-6411281162 .cta-btn, #cms-section-6411281162 .intro-box { transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); opacity: 1; transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity 1s cubic-bezier(0.3, 0, 0.1, 0.5), transform 1s cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-6411281162 .cms-animation.intro-box { transform: translate3d(-50px, 0px, 0px); -webkit-transform: translate3d(-50px, 0px, 0px); opacity: 0;}#cms-section-6411281162 .cms-animation { transform: translate3d(0px, 100px, 0px); -webkit-transform: translate3d(0px, 100px, 0px); opacity: 0;}#cms-section-6411281162 .cms-animation .testimony-card { -webkit-transform: scale(0.8) translate3d(0px, 50px, 0px); transform: scale(0.8) translate3d(0px, 50px, 0px); opacity: 0;}@media (max-width: 800px) { #cms-section-6411281162 .background-holder .testimony-holder .background-image-holder { width: 100%; height: 75%; bottom: 0px; top: unset; } #cms-section-6411281162 .background-holder .testimony-holder .cms-section-sides-buffer { flex-direction: column; } #cms-section-6411281162 .background-holder .testimony-holder .cms-section-sides-buffer .testimony-main-content { align-items: center; margin: 75px 0 50px 0; }}@media (max-width: 480px) { #cms-section-6411281162 .background-holder .testimony-holder .cms-section-sides-buffer .testimony-main-content { margin: 25px 0 25px 0; } #cms-section-6411281162 .background-holder .testimony-holder .cms-section-sides-buffer .testimony-cards-holder ul { display: block; } #cms-section-6411281162 .background-holder .testimony-holder .cms-section-sides-buffer .testimony-cards-holder ul li .testimony-card { width: 100% !important; top: 0 !important; }}#cms-section-1926459097 { background-color: #ffffff;}#cms-section-1926459097 .heading { max-width: 472px; margin: 0 auto; text-align: left; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), 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-1926459097 .sponsor-bg { display: flex; flex-direction: column;}#cms-section-1926459097 .sponsor-bg ul { padding: 0; margin: 0; list-style: none; display: flex; justify-content: center; flex-wrap: wrap; position: relative; left: 0; top: 0; width: calc(100% + 16px); margin-bottom: -16px;}#cms-section-1926459097 .sponsor-bg li { flex: 0 0 25%; box-sizing: border-box; padding: 0px 16px 0 0; display: flex; justify-content: center; align-items: center; margin: 0 0 16px 0; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), 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-1926459097 .sponsor-bg li img, #cms-section-1926459097 .sponsor-bg li svg { width: auto; height: auto; max-height: 88px; max-width: 100%;}#cms-section-1926459097 .sponsor-bg .icon-bg { background-color: #ffffff; height: 100%; width: 100%; padding: 16px 8px; display: flex; align-items: center; justify-content: center; height: 88px; border: 0.5px solid #e5e4e2; border-radius: 0px; -webkit-border-radius: 0px; box-shadow: 0px 24px calc(24px * 2) rgba(181, 179, 181, 0.1); -webkit-box-shadow: 0px 24px calc(24px * 2) rgba(181, 179, 181, 0.1);}#cms-section-1926459097 .sponsor-bg .cms-animation { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}#cms-section-1926459097 .three-list li { flex: 0 0 33.3333%;}#cms-section-1926459097 .four-list li { flex: 0 0 25%;}#cms-section-1926459097 .five-list li { flex: 0 0 20%;}#cms-section-1926459097 .six-list li { flex: 0 0 16.66667%;}#cms-section-1926459097 .seven-list li { flex: 0 0 14.2%;}#cms-section-1926459097 .content-left { flex-direction: row; flex: 0 0 472px;}#cms-section-1926459097 .content-left ul { left: 16px;}#cms-section-1926459097 .content-left .heading { margin-right: 2rem;}#cms-section-1926459097 .content-left .cms-animation.heading { opacity: 0; transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px);}#cms-section-1926459097 .content-center { flex-direction: column; flex: 0 0 auto;}#cms-section-1926459097 .content-right { flex-direction: row; flex: 0 0 472px;}#cms-section-1926459097 .content-right .cms-animation.heading { opacity: 0; transform: translate(32px, 0px); -webkit-transform: translate(32px, 0px);}#cms-section-1926459097 .content-right .heading { margin-left: 2rem;}@media (max-width: 800px) { #cms-section-1926459097 .four-list li { flex: 0 0 33.3333%; } #cms-section-1926459097 .five-list li { flex: 0 0 33.3333%; } #cms-section-1926459097 .six-list li { flex: 0 0 33.3333%; } #cms-section-1926459097 .seven-list li { flex: 0 0 33.3333%; }}@media (max-width: 480px) { #cms-section-1926459097 .four-list li { flex: 0 0 50%; } #cms-section-1926459097 .five-list li { flex: 0 0 50%; } #cms-section-1926459097 .six-list li { flex: 0 0 50%; } #cms-section-1926459097 .seven-list li { flex: 0 0 50%; } #cms-section-1926459097 .content-left .heading { margin-right: 0; } #cms-section-1926459097 .content-right .heading { margin-left: 0; } #cms-section-1926459097 .content-left { flex-direction: column; flex: 0 0 auto; } #cms-section-1926459097 .content-left ul { left: 0; } #cms-section-1926459097 .content-center { flex-direction: column; flex: 0 0 auto; } #cms-section-1926459097 .content-right { flex-direction: column; flex: 0 0 auto; } #cms-section-1926459097 .content-right ul { left: 0; }}#cms-section-5012367786 .section-bg { position: relative; overflow: hidden;}#cms-section-5012367786 .product-box { display: flex; padding-bottom: 0px; z-index: 5;}#cms-section-5012367786 .bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}#cms-section-5012367786 .bg-img:before { content: ""; background-image: radial-gradient(at center, rgba(255, 255, 255, 0.5) 0%, #ffffff 60%); background-image: -webkit-radial-gradient(at center, rgba(255, 255, 255, 0.5) 0%, #ffffff 60%); position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-5012367786 .image { flex: 0 1 100%; display: flex; justify-content: center; align-items: center; z-index: 5; order: 2; perspective: 480px; position: relative; z-index: 7;}#cms-section-5012367786 .image img { width: 100%; max-height: 100%; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); 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); opacity: 1;}#cms-section-5012367786 .image .cms-animation { transform: translate3d(30px, 0px, 0px) rotateY(5deg); -webkit-transform: translate3d(30px, 0px, 0px) rotateY(5deg); opacity: 0;}#cms-section-5012367786 .content-top { align-items: flex-start;}#cms-section-5012367786 .content-bottom { align-items: flex-end;}#cms-section-5012367786 .content { flex: 0 0 50%; padding: 0 4rem 0 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center; flex-direction: column; order: 1; perspective: 480px;}#cms-section-5012367786 .content h2 { width: 100%;}#cms-section-5012367786 .content h1, #cms-section-5012367786 .content h2, #cms-section-5012367786 .content h3, #cms-section-5012367786 .content h4, #cms-section-5012367786 .content h5, #cms-section-5012367786 .content h6, #cms-section-5012367786 .content p { text-align: left;}#cms-section-5012367786 .content h1 b, #cms-section-5012367786 .content h1 span, #cms-section-5012367786 .content h2 b, #cms-section-5012367786 .content h2 span, #cms-section-5012367786 .content h3 b, #cms-section-5012367786 .content h3 span, #cms-section-5012367786 .content h4 b, #cms-section-5012367786 .content h4 span, #cms-section-5012367786 .content h5 b, #cms-section-5012367786 .content h5 span, #cms-section-5012367786 .content h6 b, #cms-section-5012367786 .content h6 span, #cms-section-5012367786 .content p b, #cms-section-5012367786 .content p span { color: #6e997a;}#cms-section-5012367786 .main-heading { width: 100%; display: inline-block; text-align: left; transform: translate3d(0px, 0px, 0px) rotateY(0deg); -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg); 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-5012367786 .main-heading.cms-animation { transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); -webkit-transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); opacity: 0;}#cms-section-5012367786 .keypoints { margin: 2rem;}#cms-section-5012367786 .keypoints ul { list-style: none; padding: 0; margin: 0; perspective: 480px;}#cms-section-5012367786 .keypoints ul li { display: flex; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); 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-5012367786 .keypoints ul .cms-animation { transform: translate3d(-30px, 0px, 0px) rotateY(-10deg); -webkit-transform: translate3d(-30px, 0px, 0px) rotateY(-10deg); opacity: 0;}#cms-section-5012367786 .keypoints h3 { font-size: 18px; margin: 0 0 8px 0; color: var(--primary-color);}#cms-section-5012367786 .keypoints p { font-size: 14px; margin: 0 0 16px;}#cms-section-5012367786 .icon { flex: 0 0 52px; box-sizing: border-box; margin: 0 16px 0 0;}#cms-section-5012367786 .icon img { width: 100%;}#cms-section-5012367786 .icon svg { width: 100%; background-color: unset; stroke: none; fill: var(--primary-color);}#cms-section-5012367786 .written-block { flex: 0 1 100%;}#cms-section-5012367786 .switch .content { order: 2; padding: 0 0 0 4rem;}#cms-section-5012367786 .switch .content .cms-animation { transform: translate3d(30px, 0px, -10px) rotateY(10deg); -webkit-transform: translate3d(30px, 0px, -10px) rotateY(10deg); opacity: 0;}#cms-section-5012367786 .switch .image { order: 1;}#cms-section-5012367786 .switch .image .cms-animation { transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); -webkit-transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); opacity: 0;}#cms-section-5012367786 .switch .keypoints ul .cms-animation { transform: translate3d(30px, 0px, 10px) rotateY(10deg); -webkit-transform: translate3d(30px, 0px, -10px) rotateY(10deg); opacity: 0;}#cms-section-5012367786 .bottom-divider { position: absolute; bottom: -1px; left: -1px; width: 100%; height: 0px; z-index: 5;}#cms-section-5012367786 .bottom-divider svg { width: 100%; height: 100%; stroke: none; background-color: rgba(0, 0, 0, 0); fill: var(--website-bg-color);}@media (max-width: 800px) { #cms-section-5012367786 .product-box { display: block; } #cms-section-5012367786 .image { padding: 0 0 var(--tablet-section-spacing) 0; } #cms-section-5012367786 .content { padding: 0; } #cms-section-5012367786 .switch .content { padding: 0; } #cms-section-5012367786 .bottom-divider { height: calc(0px / 2); }}@media (max-width: 480px) { #cms-section-5012367786 .image { padding: 0 0 var(--mobile-section-spacing) 0; } #cms-section-5012367786 .bottom-divider { height: calc(0px / 3); }}