#cms-section-header header { position: relative; top: 0; left: 0; width: 100%;}#cms-section-header .header-bg { line-height: 0;}#cms-section-header .loading-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #f2f2f2; z-index: 10000; transition: opacity 300ms ease-out; -webkit-transition: opacity 300ms ease-out;}#cms-section-header .page-loaded { opacity: 0;}#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 .nav-header-bar-flex { position: relative; display: flex; align-items: center; justify-content: center; max-width: var(--desktop-max-width); margin: 0 auto; padding: 0 var(--desktop-gutter-size); height: 100%;}#cms-section-header .nav-header-bar { position: relative; display: inline-block; width: 100%; height: 80px; z-index: 100; 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); background-color: rgba(0, 0, 0, 0);}#cms-section-header .sticky-logo { display: none;}#cms-section-header .first-logo { display: block;}#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); background-color: var(--website-bg-color);}#cms-section-header .header-static .menu-bar ul li a { color: #f2f2f2;}#cms-section-header .header-static .toggle-menu p { color: #f2f2f2;}#cms-section-header .header-static .hamburger .ham-bar { background-color: #f2f2f2;}#cms-section-header .header-static .hamburger:before { background-color: #f2f2f2;}#cms-section-header .header-static .hamburger:after { background-color: #f2f2f2;}#cms-section-header .header-static .sticky-logo { display: block;}#cms-section-header .header-static .first-logo { display: none;}#cms-section-header .nav-header-bar-shell { position: absolute; top: 0; left: 0; width: 100%; display: block;}#cms-section-header .logo-header { height: 100%; padding: 8px 0; display: contents;}#cms-section-header .logo-header h1 { color: var(--primary-color); white-space: nowrap; color: #f2f2f2;}#cms-section-header .logo-header img { height: 100%;}#cms-section-header .logo-header a { display: block; position: relative; height: 100%;}#cms-section-header .navtop-block { flex: 0 1 100%;}#cms-section-header .menu-bar { margin: 0; flex: 0 1 100%; justify-content: space-between; align-items: center; display: flex;}#cms-section-header .menu-bar ul { display: flex; list-style: none; margin: 0; padding: 0; height: 100%; padding: 0 32px; border-radius: 40px; webkit-border-radius: 40px;}#cms-section-header .menu-bar ul li { position: relative; padding: 14px 0;}#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; border: none; border-radius: 4px; webkit-border-radius: 4px; 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: rgba(34, 61, 70, 0.4); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); border: 0.5px solid #f2f2f2; box-shadow: 0px 8px 16px rgba(53, 53, 53, 0.3); -webkit-box-shadow: 0px 8px 16px rgba(53, 53, 53, 0.3);}#cms-section-header .menu-bar ul li ul li { display: inline-block; padding: 0;}#cms-section-header .menu-bar ul li ul li a { margin: 12px 24px; 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 #dadada; 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 24px; display: flex; height: 100%; align-items: center; justify-content: center; border-radius: 40px; -webkit-border-radius: 40px; overflow: hidden; color: #f2f2f2; 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: #dadada; 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: #dadada; cursor: pointer;}#cms-section-header .menu-bar ul li a:hover:before { opacity: 1; transform: translate(-10px, -3.5px) scale(1); -webkit-transform: translate(-10px, -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%; display: inline-block; flex: 0 1 100%; display: flex; align-items: center; justify-content: center;}#cms-section-header .toggle-menu { margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;}#cms-section-header .toggle-menu:hover { cursor: pointer;}#cms-section-header .toggle-menu p { margin: 0; font-size: 14px; line-height: 1em; color: #f2f2f2;}#cms-section-header .hamburger { position: relative; width: 24px; height: 18px; display: block; margin: 4px 0 8px 0;}#cms-section-header .hamburger:before { content: ""; position: absolute; top: calc(50% - 1px); left: 0; width: 100%; height: 2px; background-color: #f2f2f2;}#cms-section-header .hamburger:after { content: ""; position: absolute; top: calc(100% - 2px); left: 0; width: 100%; height: 2px; background-color: #f2f2f2;}#cms-section-header .hamburger .ham-bar { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #f2f2f2;}#cms-section-header .menu-ctrls { display: flex; align-items: center; justify-content: center; flex: 0 0 auto;}#cms-section-header .btn-arrow { position: absolute; content: ""; top: 50%; right: 0px; height: 1px; width: 80px; background-color: #f2f2f2; transition: right var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: right var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#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 .bg-filter { position: absolute; z-index: 1; width: 100%; height: 100%; left: 0; top: 0;}#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 { 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 p { text-align: center;}#cms-section-header .txt-center .intro { justify-content: center;}#cms-section-header .txt-center .intro-txt { flex: 0 0 auto;}#cms-section-header .txt-center .content-btn { margin: 24px 16px;}#cms-section-header .txt-center .btns-box { 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 p { text-align: right;}#cms-section-header .txt-right .intro { justify-content: center;}#cms-section-header .txt-right .content-btn { margin: 24px 0 24px 32px;}#cms-section-header .txt-right .btns-box { text-align: right;}#cms-section-header .txt-right .intro { justify-content: flex-end;}#cms-section-header .txt-right .intro-txt { flex: 0 0 auto;}#cms-section-header .content-left { justify-content: flex-start;}#cms-section-header .content-center { justify-content: center;}#cms-section-header .content-right { justify-content: flex-end;}#cms-section-header .content-middle { align-items: center;}#cms-section-header heading-h1, #cms-section-header heading-h2, #cms-section-header heading-h3, #cms-section-header h1, #cms-section-header h2, #cms-section-header h3 { color: #dadada;}#cms-section-header .heading-h4, #cms-section-header .heading-h5, #cms-section-header .heading-h6, #cms-section-header h4, #cms-section-header h5, #cms-section-header h6 { color: #dadada;}#cms-section-header .heading-ah1 { color: #e5e5e5;}#cms-section-header .image-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.1; background-size: cover;}#cms-section-header .container { position: relative; width: 100%; margin: 0 auto; overflow: hidden; display: inline-block; margin: 0 auto; background-color: #2a3439;}#cms-section-header .subject-image { position: relative; width: 400px; z-index: 2; height: 100%; flex: 0 0 50%; max-width: 50%; display: flex; align-items: flex-end; max-height: 75vh;}#cms-section-header .subject-image img { height: 100%; position: relative; bottom: calc(-1 * var(--desktop-section-spacing));}#cms-section-header .subject-image .subject-gradient { background: radial-gradient(circle calc(400px / 2) at center, #66d1a1, rgba(0, 0, 0, 0)); width: 400px; height: 400px; top: 50%; position: absolute; z-index: -1; scale: 1.5; opacity: 0.5;}#cms-section-header .top-gradient { background: radial-gradient(circle calc(500px / 2) at center, #4a4e69, rgba(0, 0, 0, 0)); width: 500px; height: 500px; top: -250px; left: -250px; position: absolute; z-index: 1; scale: 1; opacity: 1;}#cms-section-header .con-auto { height: auto;}#cms-section-header .con-med { height: 500px;}#cms-section-header .con-large { height: 700px;}#cms-section-header .con-full { height: 100vh;}#cms-section-header .content-max-width { padding: 0 var(--desktop-gutter-size); box-sizing: border-box; width: 100%; height: 100%;}#cms-section-header .content-buffer { position: relative; max-width: var(--desktop-max-width); height: 100%; margin: 0 auto; display: flex; padding: var(--desktop-section-spacing) 0; padding-top: calc(80px + var(--desktop-section-spacing)); box-sizing: border-box;}#cms-section-header .content-box { width: 50%; position: relative; z-index: 2;}#cms-section-header .content-top { align-items: flex-start;}#cms-section-header .content-middle { align-items: center;}#cms-section-header .content-botton { align-items: flex-end;}#cms-section-header .content-left { justify-content: flex-start;}#cms-section-header .content-center { justify-content: center;}#cms-section-header .content-right { justify-content: flex-end;}#cms-section-header .not-active-btn { opacity: 0.3;}#cms-section-header .nav-btn { position: relative; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 50%; -webkit-border-radius: 50%; z-index: 2; margin: 0 8px;}#cms-section-header .nav-btn svg { background-color: unset; width: 8px;}#cms-section-header .nav-btn svg { fill: #f2f2f2;}#cms-section-header .nav-btn:hover { cursor: pointer;}#cms-section-header .social-media-bar { position: absolute; top: 50%; right: 0; width: 48px; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 5;}#cms-section-header .soc-icon { width: 48px; height: 48px; box-sizing: border-box; position: relative; background-color: rgba(242, 242, 242, 0.1); display: flex; align-items: center; justify-content: center; border-radius: 50%; -webkit-border-radius: 50%; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); margin-top: 8px; overflow: hidden;}#cms-section-header .soc-icon svg { fill: #f2f2f2; stroke: none; background: unset; height: 24px;}#cms-section-header .soc-icon:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; border-radius: 50%; -webkit-border-radius: 50%; width: 100%; height: 100%; transform: scale(0); -webkit-transform: scale(0); background-color: var(--primary-color); transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-header .soc-icon:hover:before { transform: scale(1); -webkit-transform: scale(1);}#cms-section-header .nav-ctrls-pos { position: absolute; bottom: 0; left: 0; text-align: center; width: 100%; display: inline-block;}#cms-section-header .nav-ctrls { display: flex; justify-content: flex-end; align-items: center; position: relative; bottom: 0; right: 0; margin: auto; padding: 32px var(--desktop-gutter-size); max-width: var(--desktop-max-width); height: auto; width: auto; z-index: 1;}#cms-section-header .hide-btn { display: none;}#cms-section-header .navbar { position: relative; z-index: 2; display: block; text-align: center;}#cms-section-header .nav-item { position: relative; border-radius: 50%; -webkit-border-radius: 50%; display: inline-block; margin: 0 8px; min-width: 24px; transition: min-width var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: min-width var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-header .nav-item p { text-align: left; color: #f2f2f2; 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 .nav-item p:hover { cursor: pointer;}#cms-section-header .nav-item:before { position: absolute; top: 50%; right: 0; content: ""; height: 1px; width: calc(100% - 32px); background-color: #f2f2f2;}#cms-section-header .nav-active { min-width: 120px;}#cms-section-header .drawer-mob { position: fixed; width: 380px; max-width: 100vw; height: 100%; right: 0; top: 0; display: flex; flex-direction: column; 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:before { content: ""; width: 100%; height: 100%; top: 0; left: 0; position: absolute; background-color: rgba(53, 53, 53, 0.8); z-index: -1; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); pointer-events: none;}#cms-section-header .drawer-mob svg { transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: transform 200ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform 200ms 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: 0 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; padding: 0;}#cms-section-header .drawer-mob ul li:before { display: none;}#cms-section-header .drawer-mob ul li:hover { background-color: var(--navi-hover-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; border: none;}#cms-section-header .drawer-mob ul li ul li { border: none; width: 100%;}#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; border-bottom: 2px solid var(--primary-color);}#cms-section-header .drawer-mob ul li ul li:first-child { border: none;}#cms-section-header .drawer-mob ul li a { display: inline-block; padding: 16px 0; flex: 0 1 calc(100% - 56px); box-sizing: border-box; color: var(--drawer-font-color);}#cms-section-header .drawer-mob ul li a:hover { color: var(--primary-color);}#cms-section-header .drawer-mob .mob-sub-active svg { 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 .mob-nav { flex: 0 1 100%; overflow-y: auto; width: 100%;}#cms-section-header .drawer-active { transform: translate(0%, 0px); -webkit-transform: translate(0%, 0px); opacity: 1;}#cms-section-header .mob-submenu { display: flex; align-items: center; justify-content: center; height: 56px; position: absolute; right: 0; top: 0; width: 56px;}#cms-section-header .mob-submenu svg { fill: var(--primary-color); stroke: unset; background-color: unset; width: 24px; height: 24px;}#cms-section-header .mob-submenu span { height: 24px;}#cms-section-header .close-drawer { height: 56px; position: relative; top: 0; left: 0; flex: 0 0 56px;}#cms-section-header .close-drawer-btn { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}#cms-section-header .close-drawer-btn svg { fill: var(--drawer-font-color); width: 24px; height: 24px; background-color: unset; stroke: unset; transform: scale(1) translate(0px, 0px); -webkit-transform: scale(1) 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 .close-drawer-btn:hover svg { transform: scale(1.1) translate(2px, 0px); -webkit-transform: scale(1.1) translate(2px, 0px);}#cms-section-header .mob-topbar { display: flex; align-items: center; width: 100%; padding: 0; box-sizing: border-box; margin: 0 0 24px 0;}#cms-section-header .mob-title { flex: 0 1 100%; display: flex; align-items: center; justify-content: center;}#cms-section-header .mob-title p { margin: 0; padding: 0; text-align: center; color: var(--drawer-font-color);}#cms-section-header .mob-logo { display: flex; justify-content: center; align-items: center; height: 56px; width: 56px; padding: 8px; box-sizing: border-box;}#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 svg { fill: var(--button-font-color); stroke: unset; background-color: unset; height: 24px;}#cms-section-header .page-up-btn span { position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}#cms-section-header .page-up-btn:hover { opacity: 0.8; cursor: pointer;}#cms-section-header .search-input { display: flex; align-items: center; justify-content: center; padding: 0 24px; height: 48px; box-sizing: border-box; margin-bottom: 24px;}#cms-section-header .search-input svg { height: 24px;}#cms-section-header .search-input label { flex: 0 1 100%; height: 100%; border: 1px solid var(--border-color); box-sizing: border-box;}#cms-section-header .search-input label:focus-within { border: 1px solid var(--focus-input-border-color);}#cms-section-header .search-input input { display: inline-block; border: none; border-radius: 0px; -webkit-border-radius: 0px; width: 100%; height: 100%; padding: 3px 5px; box-sizing: border-box; outline: none; background-color: var(--input-bg-color); font-size: 16px;}#cms-section-header .search-input button { border: none; border-radius: 0px; flex: 0 0 56px; height: 100%; background-color: var(--button-secondary-color);}#cms-section-header .search-input button svg { fill: var(--button-secondary-font-color); background-color: unset; stroke: unset;}#cms-section-header .btns-box { text-align: left;}#cms-section-header .url-btn { display: inline-block; padding: 16px 32px; box-sizing: border-box; line-height: 1.4em; text-align: center; background-color: var(--button-primary-color); color: var(--button-font-color); border: none; 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); border-radius: 40px; -webkit-border-radius: 40px; box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .url-btn:hover { background-color: var(--button-primary-hover-color); cursor: pointer; box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); transform: translate(0px, -2px); -webkit-transform: translate(0px, -2px);}#cms-section-header .info-btn { min-width: unset; margin-right: 24px; background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-header .info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-header .content-btn { margin: 24px 32px 24px 0;}#cms-section-header .content-btn.info-btn { background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-header .content-btn.info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-header .intro { display: flex; align-items: center;}#cms-section-header .intro-icon { flex: 0 0 24px; height: 20px; margin: 0 8px 0 0; display: flex; align-items: center; justify-content: flex-start;}#cms-section-header .intro-icon svg { background-color: unset; stroke: unset; height: 20px; fill: var(--primary-color);}#cms-section-header .intro-txt { flex: 0 1 100%; margin: 0; text-align: left; color: var(--primary-color);}@media (max-width: 826px) { #cms-section-header .menu-bar ul {  display: none; } #cms-section-header .menu-bar.drawer-mob ul {  display: block; } #cms-section-header .menu-bar.drawer-mob ul li ul {  display: none; } #cms-section-header .menu-bar.drawer-mob ul .mob-sub-active ul {  display: block; } #cms-section-header .content-max-width {  padding: 0 var(--tablet-gutter-size); } #cms-section-header .mob-nav nav {  display: block; } #cms-section-header .toggle-menu {  display: flex; } #cms-section-header .biz-open {  display: none; } #cms-section-header .email {  display: none; } #cms-section-header .welcome-txt {  display: none; } #cms-section-header .slide-content {  flex: 0 0 100%;  padding: 0 calc(48px + var(--tablet-gutter-size)) 0 0;  box-sizing: border-box; } #cms-section-header .nav-header-bar-flex {  padding: 0 var(--tablet-gutter-size); } #cms-section-header .nav-ctrls {  padding: 32px var(--tablet-gutter-size); } #cms-section-header .content-buffer {  display: block;  padding: var(--tablet-section-spacing) 0;  padding-top: calc(80px + var(--tablet-section-spacing)); } #cms-section-header .content-box {  width: 100%; } #cms-section-header .content-btn {  margin: 16px auto;  width: 100%; } #cms-section-header .subject-image {  max-width: 100%;  width: 100%;  height: auto;  text-align: center; } #cms-section-header .subject-image img {  bottom: calc(-1 * var(--tablet-section-spacing));  max-height: 100%;  width: auto;  left: 50%;  transform: translateX(-50%); } #cms-section-header .subject-image .subject-gradient {  background: radial-gradient(circle calc(400px / 3) at center, #66d1a1, rgba(0, 0, 0, 0));  width: calc(400px * .66);  height: calc(400px * .66); } #cms-section-header .con-large {  height: auto; } #cms-section-header .con-med {  height: auto; } #cms-section-header .con-full {  height: auto; }}@media (max-width: 480px) { #cms-section-header .content-buffer {  display: block;  padding: var(--mobile-section-spacing) 0;  padding-top: calc(80px + var(--mobile-section-spacing)); } #cms-section-header .subject-gradient {  background: radial-gradient(circle calc(400px / 4) at center, #66d1a1, rgba(0, 0, 0, 0));  width: calc(400px * .5);  height: calc(400px * .5); } #cms-section-header .social-media-bar {  display: none; } #cms-section-header .nav-ctrls {  padding: 32px 24px;  justify-content: flex-end; } #cms-section-header .nav-header-bar-shell {  height: calc(80px); } #cms-section-header .nav-header-bar-flex {  padding: 0 var(--mobile-gutter-size); } #cms-section-header .topbar-header-content {  align-items: stretch; } #cms-section-header .topbar-header {  display: none; } #cms-section-header .logo-header {  height: 64px; }}#cms-section-292531373 .section-bg { background-color: rgba(0, 0, 0, 0); position: relative; overflow: hidden;}#cms-section-292531373 .flex-box { display: flex; align-items: flex-start;}#cms-section-292531373 .media-box { flex: 0 0 50%; position: relative; z-index: 1; display: flex;}#cms-section-292531373 .content-box { flex: 0 1 100%; position: relative; z-index: 2;}#cms-section-292531373 .garnish-img { width: 340px; position: absolute; bottom: 0; left: 0; max-width: 100%; line-height: 0;}#cms-section-292531373 .garnish-img img { width: 100%; line-height: 0;}#cms-section-292531373 .content-bg { background-color: var(--website-bg-color); position: relative; margin-top: 40px; padding: 64px 0 64px 74px;}#cms-section-292531373 .intro { display: flex; align-items: center;}#cms-section-292531373 .intro-icon { flex: 0 0 24px; height: 20px; margin: 0 8px 0 0; display: flex; align-items: center; justify-content: flex-start;}#cms-section-292531373 .intro-icon svg { background-color: unset; stroke: unset; height: 20px; fill: var(--primary-color);}#cms-section-292531373 .intro-txt { flex: 0 1 100%; margin: 0; text-align: left; color: var(--primary-color);}#cms-section-292531373 .headline-txt { text-align: left;}#cms-section-292531373 .content { text-align: left; padding: 8px 0;}#cms-section-292531373 .keypoints { text-align: left;}#cms-section-292531373 .item { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 8px;}#cms-section-292531373 .item p { margin: 0;}#cms-section-292531373 .item-icon { flex: 0 0 16px; margin: 0 16px 0 0;}#cms-section-292531373 .item-icon svg { height: 16px; background-color: unset; fill: var(--primary-color);}#cms-section-292531373 .primary-image { position: relative; flex: 0 1 100%; z-index: 2; line-height: 0; display: flex; flex-direction: column; justify-content: center;}#cms-section-292531373 .primary-image img { width: 100%; position: relative; border: 1px solid #00a6a6; border-radius: 24px; overflow: hidden; box-sizing: border-box;}#cms-section-292531373 .img-others { flex: 0 0 20%; line-height: 0; box-sizing: border-box;}#cms-section-292531373 .img-others img { width: 100%; aspect-ratio: 1; height: auto; object-fit: cover;}#cms-section-292531373 .secondary-image { position: absolute; z-index: 3; line-height: 0;}#cms-section-292531373 .secondary-image img { position: relative; width: 100%;}#cms-section-292531373 .other-img-box img { border: 1px solid #00a6a6; border-radius: 24px; overflow: hidden;}#cms-section-292531373 .left-imgs { display: flex; flex-direction: column; justify-content: start; padding-right: 8px; box-sizing: border-box;}#cms-section-292531373 .right-imgs { display: flex; flex-direction: column; justify-content: end; padding-left: 8px; box-sizing: border-box;}#cms-section-292531373 .left-img-one { margin-bottom: 8px;}#cms-section-292531373 .right-img-one { margin-bottom: 8px;}#cms-section-292531373 .director-box { display: inline-flex; margin-top: 40px; width: 100%; overflow: hidden;}#cms-section-292531373 .profile-img { flex: 0 0 64px; overflow: hidden; margin-right: 24px; line-height: 0;}#cms-section-292531373 .profile-img img { width: 64px; height: 64px; border-radius: 50%; -webkit-border-radius: 50%; object-fit: cover;}#cms-section-292531373 .director-title { flex: 0 0 auto; display: flex; flex-direction: column; align-items: self-start; justify-content: center;}#cms-section-292531373 .director-title p { text-align: left; margin: 0;}#cms-section-292531373 .dir-name { font-weight: 700;}#cms-section-292531373 .director-sign { flex: 0 1 auto; display: flex; align-items: center; justify-content: flex-start; margin-left: 32px; padding-left: 32px; border-left: 1px solid var(--border-color);}#cms-section-292531373 .director-sign img { max-height: 54px; max-width: 100%; height: auto; width: auto;}#cms-section-292531373 .btns-box { text-align: left;}#cms-section-292531373 .url-btn { display: inline-block; padding: 16px 32px; box-sizing: border-box; text-align: center; background-color: var(--button-primary-color); color: var(--button-font-color); border: none; 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); border-radius: 40px; -webkit-border-radius: 40px; box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-292531373 .url-btn:hover { background-color: var(--button-primary-hover-color); cursor: pointer; box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); transform: translate(0px, -2px); -webkit-transform: translate(0px, -2px);}#cms-section-292531373 .info-btn { min-width: unset; margin-right: 24px; background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-292531373 .info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-292531373 .content-btn { margin: 24px 32px 24px 0;}#cms-section-292531373 .content-btn.info-btn { background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-292531373 .content-btn.info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-292531373 .quote-box { padding: 16px 16px 16px 40px; position: relative; background-color: var(--background-color-2); margin: 24px 0 8px 0;}#cms-section-292531373 .quote-line { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background-color: var(--accent-color-1);}#cms-section-292531373 .quote-txt { text-align: left; margin: 0;}#cms-section-292531373 .duel-icons { display: flex; margin: 24px 0 8px 0;}#cms-section-292531373 .icon-item { flex: 0 1 50%;}#cms-section-292531373 .icon-item:first-child { margin: 0 3rem 0 0; box-sizing: border-box;}#cms-section-292531373 .icon-box { padding: 8px 0; text-align: left;}#cms-section-292531373 .icon-box img { height: 100%;}#cms-section-292531373 .title-box { text-align: left;}#cms-section-292531373 .content-box p { text-align: left;}#cms-section-292531373 .animate-opacity { transition: opacity var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out;}#cms-section-292531373 .animate-opacity.cms-animation { opacity: 0;}#cms-section-292531373 .animate-this { transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-292531373 .animate-right.cms-animation { opacity: 0; transform: translate(32px, 0px); -webkit-transform: translate(32px, 0px);}#cms-section-292531373 .animate-left.cms-animation { opacity: 0; transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px);}#cms-section-292531373 .animate-up.cms-animation { opacity: 0; transform: translate(0px, -32px); -webkit-transform: translate(0px, -32px);}#cms-section-292531373 .animate-down.cms-animation { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}#cms-section-292531373 .content-left .media-box { order: 2;}#cms-section-292531373 .content-left .content-box { order: 1;}#cms-section-292531373 .content-left .content-bg { padding: 64px 74px 0 0;}#cms-section-292531373 .content-left .garnish-img { left: unset; right: 0;}#cms-section-292531373 .remove-v-offset .primary-image img { width: 100%; margin-bottom: 0;}#cms-section-292531373 .remove-v-offset .content-left .content-bg { padding-top: 0; padding-bottom: 0; margin-top: 0;}#cms-section-292531373 .remove-v-offset .content-bg { padding-top: 0; padding-bottom: 0; margin-top: 0;}#cms-section-292531373 .icon-w-txt { display: flex; margin-bottom: 16px;}#cms-section-292531373 .icon-w-txt .icon-box { margin-right: 16px;}#cms-section-292531373 .feature-heading { margin: 0;}@media (max-width: 826px) { #cms-section-292531373 .garnish-img {  display: none; } #cms-section-292531373 .flex-box {  display: block; } #cms-section-292531373 .content-bg {  padding: 0;  margin-top: 32px; } #cms-section-292531373 .content-left .content-bg {  padding: 0;  margin-top: 32px; } #cms-section-292531373 .content-left .primary-image img {  margin-left: 0px; } #cms-section-292531373 .director-sign {  margin-left: 16px;  padding-left: 16px; } #cms-section-292531373 .remove-v-offset .primary-image img {  margin-bottom: 40px; } #cms-section-292531373 .primary-image img {  width: 100%;  margin-bottom: 40px; }}@media (max-width: 480px) { #cms-section-292531373 .content-btn {  min-width: 300px;  margin: 16px auto; } #cms-section-292531373 .btns-box {  text-align: center;  margin: 16px 0; }}@keyframes scrollWords-1428010608 { 0% {  transform: translateX(0%); } 100% {  transform: translateX(-100%); }}@keyframes scrollClone-1428010608 { 0% {  transform: translateX(-100%); } 100% {  transform: translateX(0%); }}#cms-section-1428010608 .container { overflow: hidden; display: flex;}#cms-section-1428010608 .cms-section-full-buffer { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;}#cms-section-1428010608 .heading { padding: 0 var(--desktop-gutter-size); margin-bottom: 40px; display: inline-block; width: 100%; box-sizing: border-box;}#cms-section-1428010608 .heading .txt { max-width: 800px;}#cms-section-1428010608 .content-left { margin: 0 auto; margin-left: 0;}#cms-section-1428010608 .content-center { margin: 0 auto;}#cms-section-1428010608 .content-right { margin: 0 auto; margin-right: 0;}#cms-section-1428010608 .txt-left { text-align: left;}#cms-section-1428010608 .txt-center { text-align: center;}#cms-section-1428010608 .txt-right { text-align: right;}#cms-section-1428010608 .item { display: inline-block; border-width: 1.5px; border-radius: 50px; border-style: solid; margin: 0px 24px;}#cms-section-1428010608 .item h3 { display: inline-block; padding: 8px 24px 8px 24px; margin: 0;}#cms-section-1428010608 .track { white-space: nowrap; box-sizing: border-box; display: flex; /* Ensure the words align horizontally */ animation: scrollWords-1428010608 linear infinite; -webkit-animation: scrollWords-1428010608 linear infinite; animation-duration: 62s; /* Adjust speed by changing duration */ -webkit-animation-duration: 62s; /* Adjust speed by changing duration */}#cms-section-1428010608 .track .item:nth-child(1) { border-color: rgba(0, 0, 0, 0);}#cms-section-1428010608 .track .item:nth-child(1) h3 { color: #353535;}#cms-section-1428010608 .track .item:nth-child(2) { border-color: rgba(0, 0, 0, 0);}#cms-section-1428010608 .track .item:nth-child(2) h3 { color: #353535;}#cms-section-1428010608 .track .item:nth-child(3) { border-color: rgba(0, 0, 0, 0);}#cms-section-1428010608 .track .item:nth-child(3) h3 { color: #353535;}#cms-section-1428010608 .track .item:nth-child(4) { border-color: rgba(0, 0, 0, 0);}#cms-section-1428010608 .track .item:nth-child(4) h3 { color: #353535;}#cms-section-1428010608 .track .item:nth-child(5) { border-color: rgba(0, 0, 0, 0);}#cms-section-1428010608 .track .item:nth-child(5) h3 { color: #353535;}@media (max-width: 826px) { #cms-section-1428010608 .heading {  padding: 0 var(--tablet-gutter-size);  margin-bottom: var(--tablet-section-spacing); }}@media (max-width: 480px) { #cms-section-1428010608 .heading {  padding: 0 var(--mobile-gutter-size);  margin-bottom: var(--mobile-section-spacing); }}#cms-section-2198525289 .section-bg { position: relative; overflow: hidden;}#cms-section-2198525289 .product-box { display: flex; padding-bottom: 0px; z-index: 5;}#cms-section-2198525289 .bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}#cms-section-2198525289 .bg-img:before { content: ""; background-image: radial-gradient(at center, rgba(42, 52, 57, 0.5) 0%, #2a3439 60%); background-image: -webkit-radial-gradient(at center, rgba(42, 52, 57, 0.5) 0%, #2a3439 60%); position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-2198525289 .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-2198525289 .image img { width: 100%; max-height: 100%; border-radius: 24px; border: 1px solid #54d4ff; box-sizing: border-box; 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-2198525289 .image .cms-animation { transform: translate3d(30px, 0px, 0px) rotateY(5deg); -webkit-transform: translate3d(30px, 0px, 0px) rotateY(5deg); opacity: 0;}#cms-section-2198525289 .content-top { align-items: flex-start;}#cms-section-2198525289 .content-bottom { align-items: flex-end;}#cms-section-2198525289 .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-2198525289 .content h2 { width: 100%;}#cms-section-2198525289 .content h1, #cms-section-2198525289 .content h2, #cms-section-2198525289 .content h3, #cms-section-2198525289 .content h4, #cms-section-2198525289 .content h5, #cms-section-2198525289 .content h6, #cms-section-2198525289 .content p { text-align: left;}#cms-section-2198525289 .content h1 b, #cms-section-2198525289 .content h1 span, #cms-section-2198525289 .content h2 b, #cms-section-2198525289 .content h2 span, #cms-section-2198525289 .content h3 b, #cms-section-2198525289 .content h3 span, #cms-section-2198525289 .content h4 b, #cms-section-2198525289 .content h4 span, #cms-section-2198525289 .content h5 b, #cms-section-2198525289 .content h5 span, #cms-section-2198525289 .content h6 b, #cms-section-2198525289 .content h6 span, #cms-section-2198525289 .content p b, #cms-section-2198525289 .content p span { color: #54d4ff;}#cms-section-2198525289 .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-2198525289 .main-heading.cms-animation { transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); -webkit-transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); opacity: 0;}#cms-section-2198525289 .keypoints { margin: 2rem 0;}#cms-section-2198525289 .keypoints ul { list-style: none; padding: 0; margin: 0; perspective: 480px;}#cms-section-2198525289 .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-2198525289 .keypoints ul .cms-animation { transform: translate3d(-30px, 0px, 0px) rotateY(-10deg); -webkit-transform: translate3d(-30px, 0px, 0px) rotateY(-10deg); opacity: 0;}#cms-section-2198525289 .keypoints h3 { font-size: 18px; margin: 0 0 8px 0; letter-spacing: 0; color: var(--primary-color);}#cms-section-2198525289 .keypoints p { font-size: 14px; margin: 0 0 16px;}#cms-section-2198525289 .icon { flex: 0 0 52px; box-sizing: border-box; margin: 0 32px 0 0;}#cms-section-2198525289 .icon img { width: 100%;}#cms-section-2198525289 .icon svg { width: 100%; background-color: unset; stroke: none; fill: var(--primary-color);}#cms-section-2198525289 .written-block { flex: 0 1 100%;}#cms-section-2198525289 .switch .content { order: 2; padding: 0 0 0 4rem;}#cms-section-2198525289 .switch .content .cms-animation { transform: translate3d(30px, 0px, -10px) rotateY(10deg); -webkit-transform: translate3d(30px, 0px, -10px) rotateY(10deg); opacity: 0;}#cms-section-2198525289 .switch .image { order: 1;}#cms-section-2198525289 .switch .image .cms-animation { transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); -webkit-transform: translate3d(-30px, 0px, -10px) rotateY(-5deg); opacity: 0;}#cms-section-2198525289 .switch .keypoints ul .cms-animation { transform: translate3d(30px, 0px, 10px) rotateY(10deg); -webkit-transform: translate3d(30px, 0px, -10px) rotateY(10deg); opacity: 0;}#cms-section-2198525289 .bottom-divider { position: absolute; bottom: -1px; left: -1px; width: 100%; height: 0px; z-index: 5;}#cms-section-2198525289 .bottom-divider svg { width: 100%; height: 100%; stroke: none; background-color: rgba(0, 0, 0, 0); fill: var(--website-bg-color);}@media (max-width: 826px) { #cms-section-2198525289 .product-box {  display: block; } #cms-section-2198525289 .image {  padding: 0 0 var(--tablet-section-spacing) 0; } #cms-section-2198525289 .content {  padding: 0; } #cms-section-2198525289 .product-box {  display: flex;  flex-direction: column; } #cms-section-2198525289 .product-box .image {  order: 2;  padding: 0; } #cms-section-2198525289 .product-box .content {  order: 1; } #cms-section-2198525289 .switch .content {  padding: 0; } #cms-section-2198525289 .bottom-divider {  height: calc(0px / 2); }}@media (max-width: 480px) { #cms-section-2198525289 .image {  padding: 0 0 var(--mobile-section-spacing) 0; } #cms-section-2198525289 .bottom-divider {  height: calc(0px / 3); }}#cms-section-2362448923 .section-bg { background-color: rgba(0, 0, 0, 0); overflow: hidden;}#cms-section-2362448923 .cms-section-full-buffer { overflow: hidden;}#cms-section-2362448923 .btn-holder { overflow-x: hidden; position: relative;}#cms-section-2362448923 .btn-holder ul { padding: 0; margin: 0; list-style: none; display: flex; position: relative;}#cms-section-2362448923 .btn-holder li { min-width: 244px; position: relative; display: flex; justify-content: center; 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-2362448923 .btn-holder button { position: relative; padding: 0; border: none; background: none; display: flex; flex-direction: column;}#cms-section-2362448923 .btn-holder button:hover { cursor: pointer;}#cms-section-2362448923 .btn-holder p { font-family: var(--subheading-font-family); font-size: var(--heading-3-font-size); text-transform: var(--subheading-font-transform); 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-2362448923 .btn-holder img { height: 48px;}#cms-section-2362448923 .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-2362448923 .cms-animation.tab-btn { opacity: 0; transform: translate3d(0px, 40px, 0px); -webkit-transform: translate3d(0px, 40px, 0px);}#cms-section-2362448923 .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-2362448923 .more-btns { position: absolute; transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); width: 40px; height: 100%; top: 50%; background-color: rgba(0, 0, 0, 0); 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-2362448923 .more-btns svg { fill: var(--body-font-color); stroke: none; background-color: rgba(0, 0, 0, 0); width: 24px;}#cms-section-2362448923 .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-2362448923 .btn-left { left: 0;}#cms-section-2362448923 .btn-left svg { transform: rotate(90deg); -webkit-transform: rotate(90deg);}#cms-section-2362448923 .btn-right { right: 0;}#cms-section-2362448923 .btn-right svg { transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}#cms-section-2362448923 .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-2362448923 .service-content ul { padding: 0; margin: 0; list-style: none; position: relative;}#cms-section-2362448923 .service-content li p { color: var(--body-font-color);}#cms-section-2362448923 .service-content .content-box { display: flex;}#cms-section-2362448923 .service-content .intro { flex: 0 0 50%;}#cms-section-2362448923 .service-content .intro h1, #cms-section-2362448923 .service-content .intro h2, #cms-section-2362448923 .service-content .intro h3, #cms-section-2362448923 .service-content .intro h4, #cms-section-2362448923 .service-content .intro h5, #cms-section-2362448923 .service-content .intro h6, #cms-section-2362448923 .service-content .intro p { text-align: left;}#cms-section-2362448923 .service-content .more-info { flex: 0 0 50%; padding-left: 4rem; box-sizing: border-box;}#cms-section-2362448923 .service-content .more-info h1, #cms-section-2362448923 .service-content .more-info h2, #cms-section-2362448923 .service-content .more-info h3, #cms-section-2362448923 .service-content .more-info h4, #cms-section-2362448923 .service-content .more-info h5, #cms-section-2362448923 .service-content .more-info h6, #cms-section-2362448923 .service-content .more-info p { text-align: left;}#cms-section-2362448923 .service-content .more-info ul { list-style: disc;}#cms-section-2362448923 .service-content .more-info li { text-align: left; padding: 0.7rem 0; border-bottom: 0.7px solid var(--body-font-color);}#cms-section-2362448923 .service-content .info-container { display: none; position: absolute;}#cms-section-2362448923 .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-2362448923 .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-2362448923 .service-content .active-info .intro, #cms-section-2362448923 .service-content .active-info .more-info { opacity: 1; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px);}#cms-section-2362448923 .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-2362448923 .active-info .bg-heading { opacity: 0.05; transform: translate3d(80px, 0px, 0px); -webkit-transform: translate3d(80px, 0px, 0px);}#cms-section-2362448923 .cta-btn { text-align: left; margin-top: 2rem;}#cms-section-2362448923 .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: var(--body-font-color); 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-2362448923 .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-2362448923 .info-link { text-align: left; margin-top: 2rem;}#cms-section-2362448923 .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-2362448923 .info-link a svg { position: absolute; height: 65%; right: 0; top: 50%; fill: var(--body-font-color); stroke: none; background-color: rgba(0, 0, 0, 0); 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-2362448923 .info-link a:hover svg { transform: translate(4px, -50%); -webkit-transform: translate(4px, -50%);}#cms-section-2362448923 .cms-animation .active-info .intro { opacity: 0; transform: translate3d(-40px, 0px, 0px); -webkit-transform: translate3d(-40px, 0px, 0px);}#cms-section-2362448923 .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-2362448923 .btn-holder p {  font-size: 16px; } #cms-section-2362448923 .service-content .content-box {  display: block; } #cms-section-2362448923 .service-content {  padding: 1rem 0; } #cms-section-2362448923 .service-content .more-info {  padding: 0;  margin: 2rem 0 0 0; } #cms-section-2362448923 .service-content .more-info ul {  margin: 0 0 0 16px; } #cms-section-2362448923 .btn-holder li {  min-width: 120px; } #cms-section-2362448923 .btn-holder img {  height: 48px; }}#cms-section-7330159800 .section-bg { background-color: rgba(0, 0, 0, 0);}#cms-section-7330159800 .txt { display: inline-block; text-align: left;}#cms-section-7330159800 .txt h1, #cms-section-7330159800 .txt h2, #cms-section-7330159800 .txt h3, #cms-section-7330159800 .txt h4, #cms-section-7330159800 .txt h5, #cms-section-7330159800 .txt h6, #cms-section-7330159800 .txt p, #cms-section-7330159800 .txt li { text-align: left;}#cms-section-7330159800 .headline { flex: 0 0 50%; padding-right: 3rem; box-sizing: border-box; display: flex; justify-content: center;}#cms-section-7330159800 .content-area { list-style: none; padding: 0; margin: 0;}#cms-section-7330159800 .content-area .cms-animation .headline { transform: translate(0px, 48px); -webkit-transform: translate(0px, 48px); opacity: 0;}#cms-section-7330159800 .content-area .cms-animation .img-box { transform: translate(48px, 0px); -webkit-transform: translate(48px, 0px); opacity: 0;}#cms-section-7330159800 .content-area li:nth-child(even) .img-box { order: 1;}#cms-section-7330159800 .content-area li:nth-child(even) .headline { order: 2; padding-right: 0; padding-left: 3rem; box-sizing: border-box;}#cms-section-7330159800 .content-area li.cms-animation:nth-child(even) .img-box { transform: translate(-48px, 0px); -webkit-transform: translate(-48px, 0px);}#cms-section-7330159800 .headline { transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay); opacity: 1; transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration);}#cms-section-7330159800 .headline ul { display: block; list-style: none; padding: 0; margin: 1.6rem 0;}#cms-section-7330159800 .headline li { position: relative; padding-left: 2.5rem; margin-top: 12px;}#cms-section-7330159800 .headline svg { fill: #00b847;}#cms-section-7330159800 .headline li::before { content: ""; position: absolute; top: 4px; left: 0; width: 1.4em; height: 1.4em; background-size: contain; background-repeat: no-repeat; color: #00b847; background-color: #00b847;}#cms-section-7330159800 .content-top { align-items: flex-start;}#cms-section-7330159800 .content-middle { align-items: center;}#cms-section-7330159800 .content-bottom { align-items: flex-end;}#cms-section-7330159800 .content-item { display: flex;}#cms-section-7330159800 .img-box { flex: 0 0 50%; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1; transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); transition-delay: calc(var(--animation-delay) * 2); -webkit-transition-delay: calc(var(--animation-delay) * 2); display: flex; justify-content: center; align-items: center;}#cms-section-7330159800 .img-box img { width: 100%; transition: filter cubic-bezier(0.3, 0, 0.1, 0.5) 300ms; -webkit-transition: filter cubic-bezier(0.3, 0, 0.1, 0.5) 300ms; border-radius: 32px; box-sizing: border-box; border: 1px solid #00a6a6;}#cms-section-7330159800 .img-box.img-top { align-items: flex-start;}#cms-section-7330159800 .img-box.img-middle { align-items: center;}#cms-section-7330159800 .img-box.img-bottom { align-items: flex-end;}#cms-section-7330159800 .cta-btn { display: inline-block; position: relative; text-align: center; padding: 16px 24px; min-width: 180px; 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); margin-top: 24px; box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-7330159800 .cta-btn:hover { background-color: var(--button-primary-hover-color); cursor: pointer; box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); transform: translate(0px, -2px); -webkit-transform: translate(0px, -2px);}#cms-section-7330159800 .solid-round-btn { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-7330159800 .border-btn { background-color: unset; padding: 14px 24px; border: 2px solid var(--button-primary-color); color: var(--button-primary-color);}#cms-section-7330159800 .border-btn:hover { background-color: unset; color: var(--button-primary-hover-color); border: 2px solid var(--button-primary-hover-color);}#cms-section-7330159800 .border-rounded { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-7330159800 .lazyload { filter: blur(4px); -webkit-filter: blur(4px);}#cms-section-7330159800 .list-item:nth-child(1) h1, #cms-section-7330159800 .list-item:nth-child(1) h2, #cms-section-7330159800 .list-item:nth-child(1) h3, #cms-section-7330159800 .list-item:nth-child(1) h4, #cms-section-7330159800 .list-item:nth-child(1) h5, #cms-section-7330159800 .list-item:nth-child(1) h6, #cms-section-7330159800 .list-item:nth-child(1) p, #cms-section-7330159800 .list-item:nth-child(1) li { color: #f2f2f2;}#cms-section-7330159800 .list-item:nth-child(1) b, #cms-section-7330159800 .list-item:nth-child(1) span { color: #00a6a6;}#cms-section-7330159800 .list-item:nth-child(1) .cta-btn { color: var(--button-font-color); background-color: var(--button-primary-color);}#cms-section-7330159800 .list-item:nth-child(1) .cta-btn:hover { background-color: var(--button-primary-hover-color);}#cms-section-7330159800 .list-item:nth-child(1) .border-btn { background-color: unset; border: 2px solid var(--button-primary-color); border: 2px solid var(--button-primary-color); color: var(--button-primary-color);}#cms-section-7330159800 .list-item:nth-child(1) .border-btn:hover { background-color: unset; color: var(--button-primary-hover-color); border: 2px solid var(--button-primary-hover-color);}#cms-section-7330159800 .list-item:nth-child(2) h1, #cms-section-7330159800 .list-item:nth-child(2) h2, #cms-section-7330159800 .list-item:nth-child(2) h3, #cms-section-7330159800 .list-item:nth-child(2) h4, #cms-section-7330159800 .list-item:nth-child(2) h5, #cms-section-7330159800 .list-item:nth-child(2) h6, #cms-section-7330159800 .list-item:nth-child(2) p, #cms-section-7330159800 .list-item:nth-child(2) li { color: #f2f2f2;}#cms-section-7330159800 .list-item:nth-child(2) b, #cms-section-7330159800 .list-item:nth-child(2) span { color: #00a6a6;}#cms-section-7330159800 .list-item:nth-child(2) .cta-btn { color: var(--button-font-color); background-color: var(--button-primary-color);}#cms-section-7330159800 .list-item:nth-child(2) .cta-btn:hover { background-color: var(--button-primary-hover-color);}#cms-section-7330159800 .list-item:nth-child(2) .border-btn { background-color: unset; border: 2px solid var(--button-primary-color); border: 2px solid var(--button-primary-color); color: var(--button-primary-color);}#cms-section-7330159800 .list-item:nth-child(2) .border-btn:hover { background-color: unset; color: var(--button-primary-hover-color); border: 2px solid var(--button-primary-hover-color);}@media (max-width: 826px) { #cms-section-7330159800 .txt {  width: 100%;  margin-bottom: var(--tablet-section-spacing); } #cms-section-7330159800 .content-item {  display: block; } #cms-section-7330159800 .headline {  padding: 0; } #cms-section-7330159800 .content-area {  list-style: none;  padding: 0;  margin: 0; } #cms-section-7330159800 .content-area .cms-animation .headline {  transform: translate(0px, 48px);  -webkit-transform: translate(0px, 48px);  opacity: 0; } #cms-section-7330159800 .content-area .cms-animation .img-box {  transform: translate(48px, 0px);  -webkit-transform: translate(48px, 0px);  opacity: 0; } #cms-section-7330159800 .content-area li:nth-child(even) .headline {  padding: 0; }}@media (max-width: 480px) { #cms-section-7330159800 .txt {  margin-bottom: var(--mobile-section-spacing); }}#cms-section-3943099424 .section-bg { position: relative; background-color: #223d46;}#cms-section-3943099424 .section-radius { border-top-right-radius: 240px;}#cms-section-3943099424 .cms-section-full-buffer { position: relative; z-index: 2;}#cms-section-3943099424 .bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.1; background-size: cover;}#cms-section-3943099424 .headline { display: flex;}#cms-section-3943099424 .content-top { align-items: flex-start;}#cms-section-3943099424 .content-middle { align-items: center;}#cms-section-3943099424 .content-bottom { align-items: flex-end;}#cms-section-3943099424 .txt { display: inline-block; transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1; position: relative; padding: 0 2rem 2rem 2rem; flex: 0 1 100%;}#cms-section-3943099424 .txt h1, #cms-section-3943099424 .txt h2, #cms-section-3943099424 .txt h3, #cms-section-3943099424 .txt h4, #cms-section-3943099424 .txt h5, #cms-section-3943099424 .txt h6, #cms-section-3943099424 .txt p { text-align: left;}#cms-section-3943099424 .txt b, #cms-section-3943099424 .txt span { color: #00a6a6;}#cms-section-3943099424 .bg-flex { display: flex; align-items: center; justify-content: flex-start; position: absolute; height: 100%; width: 100%;}#cms-section-3943099424 .form-left .contact-form form { margin-right: 3rem;}#cms-section-3943099424 .form-left .content-box { order: 2;}#cms-section-3943099424 .form-left .contact-form { order: 1;}#cms-section-3943099424 .form-float .contact-form form { padding: 32px 24px; box-sizing: border-box; border-radius: 24px; border-style: solid; border-color: #00a6a6; border-width: 1px; overflow: hidden;}#cms-section-3943099424 .form-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}#cms-section-3943099424 .form-bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.1; background-size: cover;}#cms-section-3943099424 .form-color-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background-color: #4a4e69; opacity: 0.9;}#cms-section-3943099424 .form-center .content-box { max-width: 580px;}#cms-section-3943099424 .flex-box.form-center { display: block;}#cms-section-3943099424 .form-right .contact-form form { margin-left: 3rem;}#cms-section-3943099424 .form-right .content-box { order: 1;}#cms-section-3943099424 .form-right .contact-form { order: 2;}#cms-section-3943099424 .bg-img-box { flex: 0 0 50%; height: 100%;}#cms-section-3943099424 .bg-img-box img { width: 100%; height: 100%; object-fit: cover; /* Ensures image fills the square */ object-position: left; /* Centers the image */}#cms-section-3943099424 .bg-other-box { flex: 0 0 50%;}#cms-section-3943099424 .img-box { flex: 0 0 50%;}#cms-section-3943099424 .headline .cms-animation { transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px); opacity: 0;}#cms-section-3943099424 .content-left { text-align: left;}#cms-section-3943099424 .content-center { text-align: center;}#cms-section-3943099424 .content-right { text-align: right;}#cms-section-3943099424 .contact-form { flex: 0 0 50%; display: flex; justify-content: center; align-items: start;}#cms-section-3943099424 .contact-form form { display: flex; position: relative; flex-wrap: wrap; max-width: 580px; width: 100%;}#cms-section-3943099424 .flex-box { display: flex;}#cms-section-3943099424 .input-cont { flex: 0 0 50%; padding: 0 2rem; box-sizing: border-box; transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1; z-index: 3; position: relative;}#cms-section-3943099424 .input-cont.cms-animation { transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px); opacity: 0;}#cms-section-3943099424 .full-input { flex: 0 0 100%;}#cms-section-3943099424 .input-holder { display: block; text-align: left;}#cms-section-3943099424 .input-holder label { display: block; text-align: left; margin: 8px 0; font-weight: bold; font-size: 14px; text-transform: capitalize; color: var(--body-font-color);}#cms-section-3943099424 .input-holder input, #cms-section-3943099424 .input-holder textarea, #cms-section-3943099424 .input-holder select { width: 100%; outline: none; padding: 12px 16px; height: 48px; box-sizing: border-box; border-radius: 0px; -webkit-border-radius: 0px; border: 1px solid var(--input-border-color); background-color: var(--input-bg-color); transition: border ease 300ms, background-color ease 300ms; -webkit-transition: border ease 300ms, background-color ease 300ms;}#cms-section-3943099424 .input-holder input:focus, #cms-section-3943099424 .input-holder textarea:focus, #cms-section-3943099424 .input-holder select:focus { background-color: var(--input-bg-color); border: 1px solid var(--focus-input-border-color);}#cms-section-3943099424 .input-holder textarea { height: 160px; width: 100%; max-width: 100%; resize: none; overflow-y: auto;}#cms-section-3943099424 .required { font-weight: bold;}#cms-section-3943099424 .contact-btn-holder { flex: 0 0 100%; display: block; text-align: right; padding: 0 2rem; box-sizing: border-box; transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1; z-index: 3; position: relative;}#cms-section-3943099424 .cms-animation.contact-btn-holder { transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px); opacity: 0;}#cms-section-3943099424 .cta-btn { display: inline-block; padding: 16px 24px; box-sizing: border-box; min-width: 180px; background-color: var(--button-primary-color); color: var(--button-font-color); border: none; 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); border-radius: 40px; -webkit-border-radius: 40px; box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-3943099424 .cta-btn:hover { background-color: var(--button-primary-hover-color); cursor: pointer; box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); transform: translate(0px, -2px); -webkit-transform: translate(0px, -2px);}#cms-section-3943099424 .error-msg { text-align: left; font-size: 14px; padding: 4px; box-sizing: border-box; background-color: var(--error-input-bg-color); border: 1px solid var(--error-input-border-color); color: var(--error-input-border-color); border-radius: 4px;}#cms-section-3943099424 .msg-error { background-color: var(--error-input-bg-color); border: 1px solid var(--error-input-border-color); color: var(--error-input-border-color);}#cms-section-3943099424 .user-msg { display: block; width: 100%; margin: 0 2rem 2.4rem 2rem; padding: 2rem 3rem; box-sizing: border-box; border-radius: 4px; -webkit-border-radius: 4px;}#cms-section-3943099424 .user-msg svg { width: 80px; background: unset; stroke: unset;}@media (max-width: 826px) { #cms-section-3943099424 .flex-box {  display: block; } #cms-section-3943099424 .form-left .contact-form form {  margin-right: 0rem; } #cms-section-3943099424 .form-right .contact-form form {  margin-left: 0rem; } #cms-section-3943099424 .user-msg {  margin: 0; } #cms-section-3943099424 .txt {  padding: 0 0 2rem 0; } #cms-section-3943099424 .bg-img-box img {  display: none; } #cms-section-3943099424 .section-radius {  border-top-right-radius: 120px; } #cms-section-3943099424 .contact-form {  margin-top: 0; } #cms-section-3943099424 .img-box {  display: none; } #cms-section-3943099424 .headline {  display: block; } #cms-section-3943099424 .contact-form form {  display: block; } #cms-section-3943099424 .input-cont {  padding: 0; } #cms-section-3943099424 .picker-holder {  flex-wrap: wrap; } #cms-section-3943099424 .picker-holder li {  flex: 1 0 50%;  box-sizing: border-box; } #cms-section-3943099424 .picker-holder li:nth-child(-n+2) {  border-bottom: 1px solid var(--input-border-color); } #cms-section-3943099424 .picker-holder li:nth-child(even) {  border-right: none; } #cms-section-3943099424 .contact-btn-holder {  padding: 0; } #cms-section-3943099424 input, #cms-section-3943099424 textarea, #cms-section-3943099424 select {  font-size: 16px;  touch-action: manipulation; }}@media (max-width: 480px) { #cms-section-3943099424 .section-radius {  border-top-right-radius: 60px; } #cms-section-3943099424 .cta-btn {  width: 100%; }}