@keyframes zoomInOut { 0% { transform: scale(1) translateX(0); -webkit-transform: scale(1) translateX(0); opacity: 1; } 25% { transform: scale(1.1) translateX(-15px); -webkit-transform: scale(1.1) translateX(-15px); opacity: 0.9; } 50% { transform: scale(1.2) translateX(0); -webkit-transform: scale(1.2) translateX(0); opacity: 0.8; } 75% { transform: scale(1.1) translateX(15px); -webkit-transform: scale(1.1) translateX(15px); opacity: 0.9; } 100% { transform: scale(1) translateX(0); -webkit-transform: scale(1) translateX(0); opacity: 1; }}#cms-section-header header { position: relative; top: 0; left: 0; width: 100%; background-color: #ffffff;}#cms-section-header .header-bg { height: 100vh; display: flex; flex-direction: column; max-height: 860px;}#cms-section-header .no-slides { height: auto;}#cms-section-header .loading-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #e9f7fc; 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: #b2beb5; display: inline-block; width: 100%; padding: 0 8px; box-sizing: border-box; border-radius: 0; -webkit-border-radius: 0; border-bottom: 0.5px solid #b2beb5;}#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: #ffffff;}#cms-section-header .topbar-header svg { background: unset; fill: #ffffff; stroke: unset; top: 2px; position: relative;}#cms-section-header .topbar-header-content { display: flex; align-items: center; justify-content: space-between; padding: 4px; max-width: var(--desktop-max-width); margin: 0 auto;}#cms-section-header .topbar-header-content p, #cms-section-header .topbar-header-content a { font-size: 15px;}#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: #ffffff;}#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; align-items: center; justify-content: center; max-width: var(--desktop-max-width); border: 0.5px solid #b2beb5; margin: 0 auto; padding: 0; background-color: #ffffff;}#cms-section-header .nav-header-bar { position: relative; display: inline-block; width: 100%; 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);}#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(80px + 28px);}#cms-section-header .logo-header { height: 80px; padding: 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 .logo-header a { display: block; position: relative; height: 100%;}#cms-section-header .navtop-block { flex: 0 1 100%; border-left: 0.5px solid #b2beb5;}#cms-section-header .menu-bar { height: 80px; 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%;}#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(179, 175, 179, 0.3); -webkit-box-shadow: 0px 4px 8px rgba(179, 175, 179, 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: 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 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 24px; 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(-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: left;}#cms-section-header .toggle-menu { margin: 0 16px 0 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;}#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: var(--navi-font-color);}#cms-section-header .hamburger:after { content: ""; position: absolute; top: calc(100% - 2px); left: 0; width: 100%; height: 2px; background-color: var(--navi-font-color);}#cms-section-header .hamburger .ham-bar { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: var(--navi-font-color);}#cms-section-header .menu-ctrls { display: flex; align-items: center; justify-content: center; flex: 0 0 auto;}#cms-section-header .cta-btn { display: flex; align-items: center; justify-content: center; margin: 0 16px; padding: 14px 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), box-shadow 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), box-shadow var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .cta-btn span { margin-left: 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 .svg-btn-icon { width: 24px; height: 24px; 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 .slide-btn { display: inline-block; position: relative; margin: 24px 0; padding: 16px 24px 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), box-shadow 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), box-shadow var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); box-shadow: 0px 8px 16px rgba(179, 175, 179, 0.3); -webkit-box-shadow: 0px 8px 16px rgba(179, 175, 179, 0.3);}#cms-section-header .slide-btn .svg-icon { margin-left: 8px; position: absolute; display: inline-block; top: 50%; right: 24px; width: 32px; height: 32px; border-radius: 50%; -webkit-border-radius: 50%; 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 .svg-icon svg { height: 24px; background-color: unset; fill: var(--button-font-color); stroke: unset;}#cms-section-header .slide-btn:hover { box-shadow: 0px 16px 32px rgba(179, 175, 179, 0.3); -webkit-box-shadow: 0px 16px 32px rgba(179, 175, 179, 0.3);}#cms-section-header .slide-btn:hover .svg-icon { transform: translate(16px, -16px); -webkit-transform: translate(16px, -16px);}#cms-section-header .slide-btn:hover .svg-icon svg { fill: var(--button-primary-font-hover-color);}#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 p, #cms-section-header .slide .slide-btn-holder { transform: translate(0px, 0px) scaleY(1); -webkit-transform: translate(0px, 0px) scaleY(1); 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); opacity: 1;}#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 .solid-round-btn { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-header .border-btn { background-color: unset; padding: 14px 24px 14px 24px; border: 2px solid var(--button-primary-color); color: var(--button-primary-color);}#cms-section-header .border-btn .svg-icon svg { fill: var(--button-primary-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 .svg-icon svg { fill: var(--button-primary-hover-color);}#cms-section-header .border-rounded { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-header .has-svg.border-btn { padding: 14px 72px 14px 24px;}#cms-section-header .has-svg.slide-btn { padding: 14px 72px 14px 24px;}#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 .slideshow { position: relative; flex: 0 1 100%; width: 100%; max-width: var(--desktop-max-width); border-left: 0.5px solid #b2beb5; border-right: 0.5px solid #b2beb5; margin: 0 auto; overflow: hidden;}#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 60%;}#cms-section-header .slide:nth-child(1) h1, #cms-section-header .slide:nth-child(1) h2, #cms-section-header .slide:nth-child(1) h3, #cms-section-header .slide:nth-child(1) h4, #cms-section-header .slide:nth-child(1) h5, #cms-section-header .slide:nth-child(1) h6, #cms-section-header .slide:nth-child(1) p, #cms-section-header .slide:nth-child(1) .heading-ah1 { color: #e9f7fc;}#cms-section-header .slide:nth-child(1) .bg-filter { background-color: #424242; opacity: 0.52;}#cms-section-header .slide:nth-child(2) h1, #cms-section-header .slide:nth-child(2) h2, #cms-section-header .slide:nth-child(2) h3, #cms-section-header .slide:nth-child(2) h4, #cms-section-header .slide:nth-child(2) h5, #cms-section-header .slide:nth-child(2) h6, #cms-section-header .slide:nth-child(2) p, #cms-section-header .slide:nth-child(2) .heading-ah1 { color: #e9f7fc;}#cms-section-header .slide:nth-child(2) .bg-filter { background-color: #212121; opacity: 0.25;}#cms-section-header .slide:nth-child(3) h1, #cms-section-header .slide:nth-child(3) h2, #cms-section-header .slide:nth-child(3) h3, #cms-section-header .slide:nth-child(3) h4, #cms-section-header .slide:nth-child(3) h5, #cms-section-header .slide:nth-child(3) h6, #cms-section-header .slide:nth-child(3) p, #cms-section-header .slide:nth-child(3) .heading-ah1 { color: #e9f7fc;}#cms-section-header .slide:nth-child(3) .bg-filter { background-color: #212121; opacity: 0.17;}#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, #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 p, #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 p, #cms-section-header .txt-right .slide-btn-holder { text-align: right;}#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-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 .blog-container { flex: 0 1 100%; overflow: hidden;}#cms-section-header .list { display: flex; list-style: none; padding: 0; margin: 0; box-sizing: border-box; height: 100%;}#cms-section-header .list-item { flex: 0 0 100%; box-sizing: border-box; position: relative;}#cms-section-header .not-active-btn { opacity: 0.3;}#cms-section-header .slide-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; transform: scale(1); -webkit-transform: scale(1); transition: background-image 300ms ease-in-out; -webkit-transition: background-image 300ms ease-in-out;}#cms-section-header .slide-active .slide-bg { animation: zoomInOut 30s ease-in-out infinite; -webkit-animation: zoomInOut 30s ease-in-out infinite;}#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: var(--body-font-color);}#cms-section-header .nav-btn:hover { cursor: pointer;}#cms-section-header .nav-ctrls { display: flex; justify-content: center; align-items: center; position: absolute; bottom: 0; height: 40px; width: 100%; backdrop-filter: blur(2px); z-index: 1; border-bottom: 0.5px solid #b2beb5; box-shadow: 0 -1px 0 1px rgba(63, 63, 68, 0.05), 0 -1px 1px 0 rgba(63, 63, 68, 0.15); -webkit-box-shadow: 0 -1px 0 1px rgba(63, 63, 68, 0.05), 0 -1px 1px 0 rgba(63, 63, 68, 0.15);}#cms-section-header .nav-ctrls:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; opacity: 0.8; z-index: 2;}#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 { border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid var(--body-font-color); width: 7px; height: 7px; display: inline-block; margin: 0 8px; transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-header .nav-active { background-color: var(--body-font-color);}#cms-section-header .drawer-mob { position: fixed; width: 380px; max-width: 100vw; height: 100vh; 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: var(--drawer-bg-color); opacity: 0.95; 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;}#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;}#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;}#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;}#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(--navi-font-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; border-right: 0.5px solid #b2beb5;}#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(--navi-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; border: 0.5px solid #b2beb5;}#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;}#cms-section-header .mob-logo { display: flex; justify-content: center; align-items: center; height: 56px; width: 56px; padding: 8px; box-sizing: border-box; border-left: 0.5px solid #b2beb5;}#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 { background-color: var(--button-primary-hover-color); 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;}@media (max-width: 900px) { #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 .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%; }}@media (max-width: 500px) { #cms-section-header .header-bg { height: 80vh; } #cms-section-header .nav-header-bar-shell { height: calc(80px); } #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-8449809894 .section-bg { background-color: #ffffff;}#cms-section-8449809894 .cms-section-full-buffer { overflow: hidden;}#cms-section-8449809894 .txt { max-width: 720px; display: inline-block;}#cms-section-8449809894 .txt h1, #cms-section-8449809894 .txt h2, #cms-section-8449809894 .txt h3, #cms-section-8449809894 .txt h4, #cms-section-8449809894 .txt h5, #cms-section-8449809894 .txt h6, #cms-section-8449809894 .txt p { text-align: center;}#cms-section-8449809894 .txt b, #cms-section-8449809894 .txt span { color: #cd9775;}#cms-section-8449809894 .content-left { text-align: left;}#cms-section-8449809894 .content-center { text-align: center;}#cms-section-8449809894 .content-right { text-align: right;}#cms-section-8449809894 .blog-container { flex: 0 1 100%; overflow: hidden; margin-top: var(--desktop-section-spacing); width: calc(100% + 2rem); margin-left: -1rem;}#cms-section-8449809894 .list { display: flex; list-style: none; padding: 0; margin: 0; box-sizing: border-box;}#cms-section-8449809894 .list-item { flex: 0 0 33.4%; padding: 0 1rem; box-sizing: border-box; overflow: hidden;}#cms-section-8449809894 .not-active-btn { opacity: 0.3;}#cms-section-8449809894 .img-box { width: 100%; line-height: 0; box-sizing: border-box; overflow: hidden;}#cms-section-8449809894 .img-box img { width: 100%; border: none; line-height: 0; user-drag: none; -webkit-user-drag: none; -moz-user-drag: none; -o-user-drag: none; -ms-user-drag: none; user-select: none; box-sizing: border-box; object-fit: cover; transform: scale(1); -webkit-transform: scale(1); transition: transform 1000ms ease-in; -webkit-transition: transform 1000ms ease-in;}#cms-section-8449809894 .img-box svg { width: 100%;}#cms-section-8449809894 .img-box:hover img { transform: scale(1.1); -webkit-transform: scale(1.1);}#cms-section-8449809894 .nav-ctrls { display: flex; align-items: center; justify-content: center; padding: 8px 0; margin-top: var(--desktop-section-spacing);}#cms-section-8449809894 .center-ctrls { display: inline-block;}#cms-section-8449809894 .nav-btn { position: relative; width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; border-radius: 50%; -webkit-border-radius: 50%; padding: 0 8px;}#cms-section-8449809894 .nav-btn svg { background-color: unset; height: 16px;}#cms-section-8449809894 .nav-btn svg { fill: var(--body-font-color);}#cms-section-8449809894 .nav-btn:hover { cursor: pointer;}#cms-section-8449809894 .hide-btn { display: none;}#cms-section-8449809894 .navbar { display: block; text-align: center; margin: 0px auto;}#cms-section-8449809894 .nav-item { display: inline-block; margin: 0 8px; transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); font-family: var(--body-font-family); opacity: 0.3; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; padding: 0 8px;}#cms-section-8449809894 .nav-active { opacity: 1;}#cms-section-8449809894 .details { position: relative; top: -1.2rem; padding: 0 16px; box-sizing: border-box;}#cms-section-8449809894 .details p, #cms-section-8449809894 .details a { margin: 0; padding: 0; display: block;}#cms-section-8449809894 .details .b-headline { margin-top: 1rem;}#cms-section-8449809894 .theme-bar { display: inline-block; min-width: 96px; padding: 11px 16px; background-color: #fffafa; position: relative; box-sizing: border-box;}#cms-section-8449809894 .theme-bar a { font-size: 14px; display: block;}#cms-section-8449809894 .b-headline { font-size: 18px; display: -webkit-inline-box; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}#cms-section-8449809894 .img-port { aspect-ratio: 0.6666666667;}#cms-section-8449809894 .img-square { aspect-ratio: 1;}#cms-section-8449809894 .img-land { aspect-ratio: 1.5;}#cms-section-8449809894 .author-info { display: block;}#cms-section-8449809894 .author-info p { font-size: 12px; text-transform: uppercase;}@media (max-width: 900px) { #cms-section-8449809894 .blog-container { margin-top: var(--tablet-section-spacing); } #cms-section-8449809894 .nav-ctrls { margin-top: var(--tablet-section-spacing); } #cms-section-8449809894 .list-item { flex: 0 0 50%; }}@media (max-width: 500px) { #cms-section-8449809894 .blog-container { margin-top: var(--mobile-section-spacing); } #cms-section-8449809894 .nav-ctrls { margin-top: var(--mobile-section-spacing); } #cms-section-8449809894 .list-item { flex: 0 0 100%; } #cms-section-8449809894 .nav-item { margin: 0 4px; padding: 0 4px; }}#cms-section-7584177637 .section-bg { background-color: rgba(0, 0, 0, 0); overflow: hidden;}#cms-section-7584177637 .flex-content { display: flex; max-width: var(--desktop-max-width); margin: auto;}#cms-section-7584177637 .thin-line { position: relative; display: flex; align-items: center; justify-content: flex-start; margin-top: 0; height: 24px;}#cms-section-7584177637 .thin-line span { line-height: 0; margin: 0;}#cms-section-7584177637 .thin-line:before { content: ""; position: relative; width: 32px; height: 1px; display: block; background-color: #cd9775; margin-right: 20px;}#cms-section-7584177637 .thick-vert-line { position: relative; display: flex; align-items: center; justify-content: flex-start; margin-top: 0; height: 24px;}#cms-section-7584177637 .thick-vert-line span { line-height: 0; margin: 0;}#cms-section-7584177637 .thick-vert-line:before { content: ""; position: relative; width: 5px; height: 100%; display: block; background-color: #cd9775; margin-right: 8px;}#cms-section-7584177637 .headline { flex: 0 0 50%; min-width: 400px; max-width: 500px; box-sizing: border-box; padding: var(--desktop-section-spacing) var(--desktop-gutter-size);}#cms-section-7584177637 .intro { opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); 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); transition-delay: 300ms; -webkit-transition-delay: 300ms;}#cms-section-7584177637 .img-display { flex: 0 1 100%; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); 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); transition-delay: 300ms; -webkit-transition-delay: 300ms;}#cms-section-7584177637 .txt { display: inline-block;}#cms-section-7584177637 .txt h1, #cms-section-7584177637 .txt h2, #cms-section-7584177637 .txt h3, #cms-section-7584177637 .txt h4, #cms-section-7584177637 .txt h5, #cms-section-7584177637 .txt h6, #cms-section-7584177637 .txt p { text-align: left;}#cms-section-7584177637 .txt b, #cms-section-7584177637 .txt span { color: #cd9775;}#cms-section-7584177637 .img-display { line-height: 0; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); 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); transition-delay: 300ms; -webkit-transition-delay: 300ms;}#cms-section-7584177637 .img-display img, #cms-section-7584177637 .img-display svg { max-width: 100%; max-height: 100%; height: 100%; user-drag: none; -webkit-user-drag: none; -moz-user-drag: none; -o-user-drag: none; -ms-user-drag: none; user-select: none; box-sizing: border-box; object-fit: cover;}#cms-section-7584177637 .input-holder { border: 0.5px solid var(--input-border-color); margin-bottom: 24px; background-color: var(--input-bg-color);}#cms-section-7584177637 .input-holder:focus-within { border: 0.5px solid var(--focus-input-bg-color);}#cms-section-7584177637 .input-holder input { background: none; border: none; border-radius: 0px; -webkit-border-radius: 0px; width: 100%; height: 100%; padding: 12px 16px; box-sizing: border-box; outline: none; font-size: 18px;}#cms-section-7584177637 button { background: var(--button-primary-color); border: none; border-radius: 0px; -webkit-border-radius: 0px; width: 100%; height: 100%; padding: 12px 16px; box-sizing: border-box; outline: none; color: var(--button-primary-font-color); font-size: var(--button-font-size); font-weight: var(--button-font-weight); font-family: var(--button-font);}#cms-section-7584177637 button:hover { cursor: pointer;}#cms-section-7584177637 .img-left .headline { order: 2;}#cms-section-7584177637 .img-left .img-display { order: 1;}#cms-section-7584177637 .img-right .headline { order: 1;}#cms-section-7584177637 .img-right .img-display { order: 2;}#cms-section-7584177637 .contact-box { margin-top: 2rem; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); 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); transition-delay: 300ms; -webkit-transition-delay: 300ms;}#cms-section-7584177637 .input-error, #cms-section-7584177637 .error-msg { background-color: var(--error-input-border-color); color: var(--error-input-bg-color); padding: 4px; box-sizing: border-box;}#cms-section-7584177637 .title { opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); 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); transition-delay: 300ms; -webkit-transition-delay: 300ms;}#cms-section-7584177637 .cms-animation.title { opacity: 0; transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px);}#cms-section-7584177637 .cms-animation.img-display { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}#cms-section-7584177637 .cms-animation.intro { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}#cms-section-7584177637 .cms-animation.contact-box { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}@media (max-width: 900px) { #cms-section-7584177637 .img-left .headline { padding: var(--tablet-section-spacing) var(--tablet-gutter-size); } #cms-section-7584177637 .img-right .headline { padding: var(--tablet-section-spacing) var(--tablet-gutter-size); }}@media (max-width: 500px) { #cms-section-7584177637 .flex-content { display: block; } #cms-section-7584177637 .headline { min-width: unset; } #cms-section-7584177637 .img-left .headline { padding: var(--mobile-section-spacing) var(--mobile-gutter-size); } #cms-section-7584177637 .img-right .headline { padding: var(--mobile-section-spacing) var(--mobile-gutter-size); }}#cms-section-8750691687 .section-bg { position: relative; overflow: hidden;}#cms-section-8750691687 .sect-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; z-index: -1;}#cms-section-8750691687 .sect-bg:before { content: ""; background-image: radial-gradient(at bottom right, rgba(255, 255, 255, 0.24) 0%, #ffffff 60%); background-image: -webkit-radial-gradient(at bottom right, rgba(255, 255, 255, 0.24) 0%, #ffffff 60%); position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-8750691687 .txt { position: relative; max-width: 800px; z-index: 2; width: 100%; display: inline-block;}#cms-section-8750691687 .txt h1, #cms-section-8750691687 .txt h2, #cms-section-8750691687 .txt h3, #cms-section-8750691687 .txt h4, #cms-section-8750691687 .txt h5, #cms-section-8750691687 .txt h6, #cms-section-8750691687 .txt p { text-align: left;}#cms-section-8750691687 .txt b, #cms-section-8750691687 .txt span { color: #00ade1;}#cms-section-8750691687 .content-left { text-align: left;}#cms-section-8750691687 .content-center { text-align: center;}#cms-section-8750691687 .content-right { text-align: right;}#cms-section-8750691687 svg { width: 16px; height: 16px;}#cms-section-8750691687 .event-area ul { position: relative; z-index: 2; padding: 0; margin: 0; list-style: none; max-width: 800px; margin: 0;}#cms-section-8750691687 .event-area li { padding: 0 0 0 100px; box-sizing: border-box; position: relative; margin-bottom: 3rem;}#cms-section-8750691687 .event-area li:last-child { margin-bottom: 0;}#cms-section-8750691687 .headline { margin-bottom: var(--desktop-section-spacing);}#cms-section-8750691687 .subject-image { width: 40vw; position: absolute; z-index: 1; right: 0; bottom: 0; max-height: 90%; line-height: 0; transform: scale(1, 1); -webkit-transform: scale(1, 1);}#cms-section-8750691687 .subject-image img { width: 100%; opacity: 1; filter: blur(0px); -webkit-filter: blur(0px); transition: opacity 300ms ease-in, filter 300ms ease-in; -webkit-transition: opacity 300ms ease-in, filter 300ms ease-in;}#cms-section-8750691687 .subject-image .lazyload { opacity: 0; filter: blur(2px); -webkit-filter: blur(2px);}#cms-section-8750691687 .content-right .subject-image { right: unset; left: 0;}#cms-section-8750691687 .thin-line { position: relative; display: flex; align-items: center; justify-content: flex-start; margin-top: 0; height: 24px;}#cms-section-8750691687 .thin-line span { line-height: 0; margin: 0;}#cms-section-8750691687 .thin-line:before { content: ""; position: relative; width: 32px; height: 1px; display: block; background-color: #00ade1; margin-right: 20px;}#cms-section-8750691687 .thick-vert-line { position: relative; display: flex; align-items: center; justify-content: flex-start; margin-top: 0; height: 24px;}#cms-section-8750691687 .thick-vert-line span { line-height: 0; margin: 0;}#cms-section-8750691687 .thick-vert-line:before { content: ""; position: relative; width: 5px; height: 100%; display: block; background-color: #00ade1; margin-right: 8px;}#cms-section-8750691687 .event-box { background-color: #424242; padding: 24px; 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), 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); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-8750691687 .event-box p { color: #ebf6fa;}#cms-section-8750691687 .date-box { width: 100px; height: 100px; position: absolute; top: 0; left: -100px; background-color: #d2b48c; padding: 16px; box-sizing: border-box; text-align: center;}#cms-section-8750691687 .date-box p { margin: 0; padding: 0; line-height: 1em; font-size: 38px; color: #ebf6fa;}#cms-section-8750691687 .date-box .month-d { font-size: 24px;}#cms-section-8750691687 .event-title { display: flex; align-items: center; justify-content: flex-start;}#cms-section-8750691687 .event-title .title { flex: 0 0 auto; margin-right: 16px;}#cms-section-8750691687 .event-title .location { flex: 0 0 auto; margin-right: 16px;}#cms-section-8750691687 .event-title .time { flex: 0 0 auto;}#cms-section-8750691687 .icon { margin-right: 8px; position: relative; top: 1px;}#cms-section-8750691687 .icon svg { fill: #d2b48c; stroke: unset; background: none;}#cms-section-8750691687 .details p { text-align: left;}#cms-section-8750691687 .details { padding: 16px 0 8px 0;}#cms-section-8750691687 .title { 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), 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); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-8750691687 .intro { 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), 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); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-8750691687 .event-box { 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), 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); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-8750691687 .cms-animation.title { opacity: 0; transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px);}#cms-section-8750691687 .cms-animation.intro { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}#cms-section-8750691687 .cms-animation.event-box { opacity: 0; transform: translate(32px, 0px); -webkit-transform: translate(32px, 0px);}@media (max-width: 900px) { #cms-section-8750691687 .subject-image { display: none; } #cms-section-8750691687 .event-title { display: block; } #cms-section-8750691687 .date-box { width: 80px; height: 80px; padding: 8px; left: -80px; } #cms-section-8750691687 .event-area li { margin-bottom: 2rem; padding: 0 0 0 80px; } #cms-section-8750691687 .event-box { padding: 16px 24px; } #cms-section-8750691687 .title { margin-bottom: 8px; } #cms-section-8750691687 .location { margin-bottom: 8px; } #cms-section-8750691687 .details { padding: 8px 0 0 0; } #cms-section-8750691687 .title p { font-size: 20px; } #cms-section-8750691687 .headline { margin-bottom: var(--mobile-section-spacing); } #cms-section-8750691687 .headline { margin-bottom: var(--tablet-section-spacing); }}@media (max-width: 500px) { #cms-section-8750691687 .subject-image { width: 240px; }}@keyframes scrollWords-333878229 { 0% { transform: translateX(0%); } 100% { transform: translateX(-100%); }}@keyframes scrollClone-333878229 { 0% { transform: translateX(-100%); } 100% { transform: translateX(0%); }}#cms-section-333878229 .container { overflow: hidden; display: flex;}#cms-section-333878229 .heading { padding: 0 var(--desktop-gutter-size); margin-bottom: 28px; display: inline-block; width: 100%; box-sizing: border-box;}#cms-section-333878229 .heading .txt { max-width: 800px;}#cms-section-333878229 .content-left { margin: 0 auto; margin-left: 0;}#cms-section-333878229 .content-center { margin: 0 auto;}#cms-section-333878229 .content-right { margin: 0 auto; margin-right: 0;}#cms-section-333878229 .txt-left { text-align: left;}#cms-section-333878229 .txt-center { text-align: center;}#cms-section-333878229 .txt-right { text-align: right;}#cms-section-333878229 .item { display: inline-block; border-width: 1.5px; border-radius: 50px; border-style: solid; margin: 0px 24px;}#cms-section-333878229 .item h3 { display: inline-block; padding: 0px 24px 0px 24px; margin: 0;}#cms-section-333878229 .track { white-space: nowrap; box-sizing: border-box; display: flex; /* Ensure the words align horizontally */ animation: scrollWords-333878229 linear infinite; -webkit-animation: scrollWords-333878229 linear infinite; animation-duration: 62s; /* Adjust speed by changing duration */ -webkit-animation-duration: 62s; /* Adjust speed by changing duration */}#cms-section-333878229 .track .item:nth-child(1) { border-color: rgba(0, 0, 0, 0);}#cms-section-333878229 .track .item:nth-child(2) { border-color: rgba(0, 0, 0, 0);}#cms-section-333878229 .track .item:nth-child(3) { border-color: rgba(0, 0, 0, 0);}#cms-section-333878229 .track .item:nth-child(4) { border-color: rgba(0, 0, 0, 0);}#cms-section-333878229 .track .item:nth-child(5) { border-color: rgba(0, 0, 0, 0);}@media (max-width: 900px) { #cms-section-333878229 .heading { padding: 0 var(--tablet-gutter-size); margin-bottom: var(--tablet-section-spacing); }}@media (max-width: 500px) { #cms-section-333878229 .heading { padding: 0 var(--mobile-gutter-size); margin-bottom: var(--mobile-section-spacing); }}#cms-section-2281198425 .flex-buffer { display: flex;}#cms-section-2281198425 .content { flex: 0 1 50%; margin-right: 3rem; 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;}#cms-section-2281198425 .content ul { display: block; list-style: none; padding: 0; margin: 0;}#cms-section-2281198425 .content li { position: relative; padding-left: 2.5rem; margin-top: 12px;}#cms-section-2281198425 .content svg { fill: #50c878;}#cms-section-2281198425 .content li::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1.4em; height: 1.4em; background-size: contain; background-repeat: no-repeat; color: #50c878; background-color: #50c878;}#cms-section-2281198425 .txt-left { text-align: left;}#cms-section-2281198425 .txt-left h1, #cms-section-2281198425 .txt-left h2, #cms-section-2281198425 .txt-left h3, #cms-section-2281198425 .txt-left h4, #cms-section-2281198425 .txt-left h5, #cms-section-2281198425 .txt-left h6, #cms-section-2281198425 .txt-left a, #cms-section-2281198425 .txt-left p { text-align: left;}#cms-section-2281198425 .txt-center { text-align: center;}#cms-section-2281198425 .txt-center h1, #cms-section-2281198425 .txt-center h2, #cms-section-2281198425 .txt-center h3, #cms-section-2281198425 .txt-center h4, #cms-section-2281198425 .txt-center h5, #cms-section-2281198425 .txt-center h6, #cms-section-2281198425 .txt-center a, #cms-section-2281198425 .txt-center p { text-align: center;}#cms-section-2281198425 .txt-right { text-align: right;}#cms-section-2281198425 .txt-right h1, #cms-section-2281198425 .txt-right h2, #cms-section-2281198425 .txt-right h3, #cms-section-2281198425 .txt-right h4, #cms-section-2281198425 .txt-right h5, #cms-section-2281198425 .txt-right h6, #cms-section-2281198425 .txt-right a, #cms-section-2281198425 .txt-right p { text-align: right;}#cms-section-2281198425 b, #cms-section-2281198425 span { color: #cd9775;}#cms-section-2281198425 .step-bg { flex: 0 0 50%; position: relative;}#cms-section-2281198425 .step-bg ul { padding: 0; margin: 0; list-style: none; position: relative;}#cms-section-2281198425 .step-bg li { padding-bottom: 16px; position: relative;}#cms-section-2281198425 .step-bg li:before { content: ""; position: absolute; top: 0; left: 25px; height: 100%; width: 0px; border-right: 2px solid #00ade1; z-index: 1;}#cms-section-2281198425 .step-bg li:nth-child(1) .step-content { transition-delay: 0ms; -webkit-transition-delay: 0ms;}#cms-section-2281198425 .step-bg li:nth-child(2) .step-content { transition-delay: 500ms; -webkit-transition-delay: 500ms;}#cms-section-2281198425 .step-bg li:nth-child(3) .step-content { transition-delay: 1000ms; -webkit-transition-delay: 1000ms;}#cms-section-2281198425 .step-bg li:nth-child(4) .step-content { transition-delay: 1500ms; -webkit-transition-delay: 1500ms;}#cms-section-2281198425 .step-bg li:nth-child(5) .step-content { transition-delay: 2000ms; -webkit-transition-delay: 2000ms;}#cms-section-2281198425 .step-bg li:nth-child(6) .step-content { transition-delay: 2500ms; -webkit-transition-delay: 2500ms;}#cms-section-2281198425 .step-bg li:nth-child(7) .step-content { transition-delay: 3000ms; -webkit-transition-delay: 3000ms;}#cms-section-2281198425 .step-bg li:nth-child(8) .step-content { transition-delay: 3500ms; -webkit-transition-delay: 3500ms;}#cms-section-2281198425 .step-bg li:nth-child(9) .step-content { transition-delay: 4000ms; -webkit-transition-delay: 4000ms;}#cms-section-2281198425 .step-bg li:nth-child(10) .step-content { transition-delay: 4500ms; -webkit-transition-delay: 4500ms;}#cms-section-2281198425 .step-bg li:first-child:before { top: 50%; height: 50%;}#cms-section-2281198425 .step-bg li:last-child { padding-bottom: 0;}#cms-section-2281198425 .step-bg li:last-child:before { height: 50%;}#cms-section-2281198425 .step-box { display: flex; align-items: center;}#cms-section-2281198425 .step-num { position: relative; z-index: 2; flex: 0 0 48px; height: 48px; background-color: #ffffff; display: flex; align-items: center; justify-content: center; border: 2px solid #00ade1; border-radius: 64px; -webkit-border-radius: 64px; box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);}#cms-section-2281198425 .step-num .h3 { font-weight: 500; margin: 0; padding: 0;}#cms-section-2281198425 .step-content { display: flex; justify-content: flex-start; margin-left: 3rem; 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); align-items: center; padding: 16px; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1; box-sizing: border-box; background-color: #ffffff; border: 0.5px solid #ababab; flex: 0 1 100%; border-radius: 4px; -webkit-border-radius: 4px; box-shadow: -16px 0 16px rgba(0, 0, 0, 0.05); -webkit-box-shadow: -16px 0 16px rgba(0, 0, 0, 0.05);}#cms-section-2281198425 .icon { flex: 0 0 48px; margin-right: 1.5rem;}#cms-section-2281198425 .bg-image { position: absolute; top: 0; left: calc(50% + 120px); width: calc(50% - 120px); height: 100%; background-size: cover; background-repeat: no-repeat;}#cms-section-2281198425 .section-bg { position: relative;}#cms-section-2281198425 .cms-animation.content { transform: translate(0px, -40px); -webkit-transform: translate(0px, -40px); opacity: 0;}#cms-section-2281198425 .cms-animation.step-content { transform: translate(-40px, 0px); -webkit-transform: translate(-40px, 0px); opacity: 0;}#cms-section-2281198425 .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-2281198425 .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-2281198425 .arrow:before { content: ""; position: absolute; background-color: var(--button-primary-color); top: calc(50% - 5px); left: calc(50% - 5px); width: 12px; height: 3px; transform: rotate(45deg); -webkit-transform: rotate(45deg); border-radius: 1px; -webkit-border-radius: 1px;}#cms-section-2281198425 .arrow:after { content: ""; position: absolute; background-color: var(--button-primary-color); top: calc(50% + 2px); left: calc(50% - 5px); width: 12px; height: 3px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); border-radius: 1px; -webkit-border-radius: 1px;}#cms-section-2281198425 .step-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); margin-top: 24px;}#cms-section-2281198425 .step-btn:hover { background-color: var(--button-primary-hover-color);}#cms-section-2281198425 .step-btn:hover .arrow { transform: translate(16px, -16px); -webkit-transform: translate(16px, -16px);}#cms-section-2281198425 .solid-round-btn { border-radius: 45px; -webkit-border-radius: 45px;}#cms-section-2281198425 .border-btn { background-color: unset; padding: 14px 72px 14px 24px; border: 2px solid var(--button-primary-color); color: var(--button-primary-color);}#cms-section-2281198425 .border-btn .arrow { background-color: var(--button-primary-color);}#cms-section-2281198425 .border-btn .arrow:before { background-color: var(--button-font-color);}#cms-section-2281198425 .border-btn .arrow:after { background-color: var(--button-font-color);}#cms-section-2281198425 .border-btn:hover { background-color: unset; color: var(--button-primary-hover-color); border: 2px solid var(--button-primary-hover-color);}#cms-section-2281198425 .border-btn:hover .arrow { background-color: var(--button-primary-hover-color);}#cms-section-2281198425 .border-rounded { border-radius: 45px; -webkit-border-radius: 45px;}@media (max-width: 900px) { #cms-section-2281198425 .flex-buffer { display: block; } #cms-section-2281198425 .step-content { margin-left: 2rem; } #cms-section-2281198425 .content { margin-right: 0; margin-bottom: var(--tablet-section-spacing); } #cms-section-2281198425 .txt { text-align: left; } #cms-section-2281198425 .bg-image { display: none; }}@media (max-width: 500px) { #cms-section-2281198425 .content { margin-bottom: var(--mobile-section-spacing); } #cms-section-2281198425 .step-num { display: none; } #cms-section-2281198425 .step-content { margin-left: 0; } #cms-section-2281198425 .step-bg li:before { display: none; } #cms-section-2281198425 .step-bg li:after { display: none; } #cms-section-2281198425 .step-btn { margin-bottom: var(--mobile-section-spacing); }}#cms-section-8468873892 .section-bg { background-color: #fffafa;}#cms-section-8468873892 .cms-section-full-buffer { display: flex; justify-content: flex-start; padding-right: 0;}#cms-section-8468873892 .thin-line { position: relative; display: flex; align-items: center; justify-content: flex-start; margin-top: 0; height: 24px;}#cms-section-8468873892 .thin-line span { line-height: 0; margin: 0;}#cms-section-8468873892 .thin-line:before { content: ""; position: relative; width: 32px; height: 1px; display: block; background-color: #d2b48c; margin-right: 20px;}#cms-section-8468873892 .thick-vert-line { position: relative; display: flex; align-items: center; justify-content: flex-start; margin-top: 0; height: 24px;}#cms-section-8468873892 .thick-vert-line span { line-height: 0; margin: 0;}#cms-section-8468873892 .thick-vert-line:before { content: ""; position: relative; width: 5px; height: 100%; display: block; background-color: #d2b48c; margin-right: 8px;}#cms-section-8468873892 .txt { display: inline-block;}#cms-section-8468873892 .txt h1, #cms-section-8468873892 .txt h2, #cms-section-8468873892 .txt h3, #cms-section-8468873892 .txt h4, #cms-section-8468873892 .txt h5, #cms-section-8468873892 .txt h6, #cms-section-8468873892 .txt p, #cms-section-8468873892 .txt .link-btn { text-align: left;}#cms-section-8468873892 .txt b, #cms-section-8468873892 .txt span { color: #d2b48c;}#cms-section-8468873892 .link-btn { margin-top: 3rem; display: block; color: var(--link-color); font-family: var(--button-font); font-size: var(--button-font-size); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight); display: flex; align-items: center; justify-content: flex-start;}#cms-section-8468873892 .link-btn span { height: 24px; margin-left: 16px; 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); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px);}#cms-section-8468873892 .link-btn svg { height: 24px; fill: var(--link-color); stroke: unset; background-color: unset;}#cms-section-8468873892 .link-btn:hover span { transform: translate(8px, 0px); -webkit-transform: translate(8px, 0px);}#cms-section-8468873892 .content-left { text-align: left;}#cms-section-8468873892 .content-center { text-align: center;}#cms-section-8468873892 .content-right { text-align: right;}#cms-section-8468873892 .blog-container { flex: 0 1 100%; overflow: hidden;}#cms-section-8468873892 .list { position: relative; display: flex; list-style: none; padding: 0; margin: 0; box-sizing: border-box;}#cms-section-8468873892 .list-item { flex: 0 0 260px; padding-right: 24px; box-sizing: border-box;}#cms-section-8468873892 .list-item .link-btn { margin-top: 16px;}#cms-section-8468873892 .slide-small { flex: 0 0 200px;}#cms-section-8468873892 .slide-small .item-box { height: calc(200px - 24px); padding: 24px 16px;}#cms-section-8468873892 .slide-medium { flex: 0 0 260px;}#cms-section-8468873892 .slide-medium .item-box { height: calc(260px - 24px); padding: 32px 24px;}#cms-section-8468873892 .slide-large { flex: 0 0 360px;}#cms-section-8468873892 .slide-large .item-box { height: calc(360px - 24px); padding: 48px 32px;}#cms-section-8468873892 .not-active-btn { opacity: 0.3;}#cms-section-8468873892 .icon { height: 64px;}#cms-section-8468873892 .icon img { height: 100%; transform: scale(1); -webkit-transform: scale(1); 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-8468873892 .item-title { transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition-delay: 500ms; transition: transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 50ms; -webkit-transition: transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 50ms;}#cms-section-8468873892 .item-info { visibility: hidden; opacity: 0; transition-delay: 1000ms; transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 100ms; -webkit-transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 100ms; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px);}#cms-section-8468873892 .item-box .item-link { visibility: hidden; opacity: 0; transition-delay: 1500ms; transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 150ms; -webkit-transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 150ms; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px);}#cms-section-8468873892 .item-box { width: 100%; overflow: hidden; line-height: 0; box-sizing: border-box; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay); 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); border: 0.5px solid #ababab; background-color: #ffffff; padding: 32px 24px; box-sizing: border-box; text-align: center;}#cms-section-8468873892 .item-box p { text-align: center;}#cms-section-8468873892 .item-box a { justify-content: center;}#cms-section-8468873892 .item-box:hover img { transform: scale(0); -webkit-transform: scale(0);}#cms-section-8468873892 .item-box:hover .item-title { transform: translate(0px, -64px); -webkit-transform: translate(0px, -64px);}#cms-section-8468873892 .item-box:hover .item-info { visibility: visible; opacity: 1; transform: translate(0px, -64px); -webkit-transform: translate(0px, -64px);}#cms-section-8468873892 .item-box:hover .item-link { visibility: visible; opacity: 1; transform: translate(0px, -64px); -webkit-transform: translate(0px, -64px);}#cms-section-8468873892 .nav-btn { position: relative; width: 32px; height: 68px; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; transform: translateY(-50%); -webkit-transform: translateY(-50%); 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: #d2b48c; border-radius: 50%; -webkit-border-radius: 50%;}#cms-section-8468873892 .nav-btn svg { background-color: unset; width: 12px;}#cms-section-8468873892 .nav-btn svg { fill: var(--website-bg-color);}#cms-section-8468873892 .hide-btn { display: none;}#cms-section-8468873892 .navbar { display: block; text-align: center; margin: 0px auto; padding: 32px 0 0 0;}#cms-section-8468873892 .nav-item { border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid var(--body-font-color); width: 7px; height: 7px; display: inline-block; margin: 0 8px; transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-8468873892 .nav-active { background-color: var(--body-font-color);}#cms-section-8468873892 .headline { flex: 0 0 40%; padding-right: 4rem; box-sizing: border-box;}#cms-section-8468873892 .feat-side { position: relative; flex: 0 1 100%; overflow: hidden;}#cms-section-8468873892 .slide-heading { text-align: left; margin: 0; margin-bottom: 32px;}#cms-section-8468873892 .container { position: relative;}#cms-section-8468873892 .left-btn { position: absolute; top: 50%; left: 0; z-index: 3; display: none;}#cms-section-8468873892 .right-btn { position: absolute; top: 50%; right: 32px; z-index: 3;}#cms-section-8468873892 .title, #cms-section-8468873892 .richtext, #cms-section-8468873892 .link-btn { transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1;}#cms-section-8468873892 .title { transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 300ms, transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 300ms; -webkit-transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 300ms, transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 300ms;}#cms-section-8468873892 .richtext { transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 600ms, transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 600ms; -webkit-transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 600ms, transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 600ms;}#cms-section-8468873892 .headline .link-btn { transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 900ms, transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 900ms; -webkit-transition: opacity 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 900ms, transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5) 900ms;}#cms-section-8468873892 .cms-animation .title { transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px); opacity: 0;}#cms-section-8468873892 .cms-animation .richtext { transform: translate(32px, 0px); -webkit-transform: translate(32px, 0px); opacity: 0;}#cms-section-8468873892 .cms-animation .link-btn { transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px); opacity: 0;}#cms-section-8468873892 .cms-animation.item-box { opacity: 0; transform: translate(32px, 0px); -webkit-transform: translate(32px, 0px);}@media (max-width: 900px) { #cms-section-8468873892 .cms-section-full-buffer { display: block; } #cms-section-8468873892 .feat-side { margin-top: 3rem; }}#cms-section-7354519073 .section-bg { background-color: #ffffff; position: relative;}#cms-section-7354519073 .cms-section-full-buffer { position: relative; z-index: 2; overflow: hidden;}#cms-section-7354519073 .headline { margin-bottom: 48px; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1), opacity 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), opacity var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-7354519073 .txt { max-width: 615px; display: inline-block;}#cms-section-7354519073 .txt h1, #cms-section-7354519073 .txt h2, #cms-section-7354519073 .txt h3, #cms-section-7354519073 .txt h4, #cms-section-7354519073 .txt h5, #cms-section-7354519073 .txt h6, #cms-section-7354519073 .txt p { text-align: left;}#cms-section-7354519073 .txt b, #cms-section-7354519073 .txt span { color: #000000;}#cms-section-7354519073 .content-left { text-align: left;}#cms-section-7354519073 .content-center { text-align: center;}#cms-section-7354519073 .content-right { text-align: right;}#cms-section-7354519073 .container { flex: 0 1 100%; position: relative;}#cms-section-7354519073 .bg-image { position: absolute; top: 0; left: 0; width: 100%; height: calc(100% - 224px); z-index: 1; background-position: center; background-color: #fffafa; background-size: cover;}#cms-section-7354519073 .bg-image:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fffafa; opacity: 1;}#cms-section-7354519073 .svg-divider { position: absolute; width: 100%; height: 100px; bottom: -2px; left: 0;}#cms-section-7354519073 .svg-divider svg { width: 100%; stroke: unset; fill: #ffffff; background-color: transparent; position: absolute; bottom: 0; height: 100%;}#cms-section-7354519073 .list { display: flex; list-style: none; padding: 0; margin: 0; box-sizing: border-box;}#cms-section-7354519073 .list-item { flex: 0 0 280px; padding-right: 24px; box-sizing: border-box; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1), opacity 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), opacity var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-7354519073 .item-bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-size: cover; transform: scale(1); -webkit-transform: scale(1); transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1), filter 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), filter var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-7354519073 .item-bg-image:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; opacity: 0.8;}#cms-section-7354519073 .not-active-btn { opacity: 0;}#cms-section-7354519073 .img-box { width: 100%; line-height: 0; box-sizing: border-box; aspect-ratio: 1; overflow: hidden; position: relative; box-shadow: 0 8px 16px #edeaed; -webkit-box-shadow: 0 8px 16px #edeaed; transition: box-shadow var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: box-shadow var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-7354519073 .img-box img { width: 100%; border: none; line-height: 0; user-drag: none; -webkit-user-drag: none; -moz-user-drag: none; -o-user-drag: none; -ms-user-drag: none; user-select: none; box-sizing: border-box;}#cms-section-7354519073 .img-box svg { width: 100%;}#cms-section-7354519073 .img-box:hover { box-shadow: 0 16px 32px #edeaed; -webkit-box-shadow: 0 16px 32px #edeaed;}#cms-section-7354519073 .img-box:hover .item-bg-image { transform: scale(1.1); -webkit-transform: scale(1.1);}#cms-section-7354519073 .img-box:hover .item-title, #cms-section-7354519073 .img-box:hover .item-info { opacity: 0; transform: translate(0px, -40px); -webkit-transform: translate(0px, -40px);}#cms-section-7354519073 .img-box:hover .item-link p { transform: translate(0px, -24px); -webkit-transform: translate(0px, -24px);}#cms-section-7354519073 .img-box:hover .mouse-icon svg { opacity: 1; transform: scale(1) translate(0px, -64px); -webkit-transform: scale(1) translate(0px, -64px);}#cms-section-7354519073 .txt-padding { box-sizing: border-box; padding: 8px; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}#cms-section-7354519073 .item-txt { position: relative; z-index: 2; height: 100%; box-sizing: border-box; border: 0.5px solid var(--border-color); display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 8px 24px;}#cms-section-7354519073 .item-txt svg { fill: var(--body-font-color);}#cms-section-7354519073 .item-txt svg { height: 40px; position: absolute; top: 0; left: 0; opacity: 0; background: transparent; stroke: unset; opacity: 0; transform: scale(0) translate(0px, 0px); -webkit-transform: scale(0) translate(0px, 0px); transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1), opacity 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), opacity var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-7354519073 .item-title, #cms-section-7354519073 .item-info { opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1), opacity 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), opacity var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-7354519073 .item-link p { text-decoration: underline; text-underline-offset: 4px; font-weight: 700; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1), opacity 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), opacity var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); min-width: 100px;}#cms-section-7354519073 .no-border .item-txt { border: none;}#cms-section-7354519073 .thin-border .txt-padding { padding: 0;}#cms-section-7354519073 .dashes .item-txt { border: 2px dashed var(--border-color);}#cms-section-7354519073 .nav-btn { position: absolute; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; top: 50%; left: 0; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); border-radius: 50%; -webkit-border-radius: 50%; background-color: var(--body-font-color);}#cms-section-7354519073 .nav-btn svg { background-color: unset; width: 12px;}#cms-section-7354519073 .nav-btn svg { fill: var(--website-bg-color);}#cms-section-7354519073 .nav-btn:hover { cursor: pointer;}#cms-section-7354519073 .right-btn { right: 0; left: unset; transform: translate(50%, -50%); -webkit-transform: translate(50%, -50%);}#cms-section-7354519073 .mouse-icon { position: relative;}#cms-section-7354519073 .hide-btn { display: none;}#cms-section-7354519073 .navbar { display: block; text-align: center; margin: 0px auto; padding: 16px 0 0 0;}#cms-section-7354519073 .nav-item { border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid var(--body-font-color); width: 7px; height: 7px; display: inline-block; margin: 0 8px; transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-7354519073 .nav-active { background-color: var(--body-font-color);}#cms-section-7354519073 .cms-animation.list-item { opacity: 0; transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px);}#cms-section-7354519073 .cms-animation.headline { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}@media (max-width: 500px) { #cms-section-7354519073 .nav-btn { display: none; }}#cms-section-8218387576 .text-bg { position: relative; text-align: center; display: block; width: 100%; background-color: #383738; z-index: 1; overflow: hidden;}#cms-section-8218387576 .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: fixed;}#cms-section-8218387576 .text-bg:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background-color: #383738; background-image: none; opacity: 0.5;}#cms-section-8218387576 .text-bg .cms-lazyloader { filter: blur(4px); -webkit-filter: blur(4px); transform: scale(1.05); -webkit-transform: scale(1.05);}#cms-section-8218387576 .align-content { display: flex; align-items: center; justify-content: center; padding-top: 0px; padding-bottom: 0px;}#cms-section-8218387576 .align-content .btns { justify-content: center; align-items: center;}#cms-section-8218387576 .content-left { justify-content: flex-start;}#cms-section-8218387576 .content-right { justify-content: flex-end;}#cms-section-8218387576 .content { max-width: 750px; display: inline-block; width: 100%; z-index: 2; position: relative; perspective: 480px;}#cms-section-8218387576 .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-8218387576 .txt p { color: #ffffff;}#cms-section-8218387576 .txt h1, #cms-section-8218387576 .txt h2, #cms-section-8218387576 .txt h3, #cms-section-8218387576 .txt h4, #cms-section-8218387576 .txt h5, #cms-section-8218387576 .txt h6 { color: #ffffff;}#cms-section-8218387576 h2 { color: var(--heading-font-color);}#cms-section-8218387576 .text-left p, #cms-section-8218387576 .text-left h1, #cms-section-8218387576 .text-left h2, #cms-section-8218387576 .text-left h3, #cms-section-8218387576 .text-left h4, #cms-section-8218387576 .text-left h5, #cms-section-8218387576 .text-left h6 { text-align: left;}#cms-section-8218387576 .text-left .btns { justify-content: flex-start;}#cms-section-8218387576 .text-center p, #cms-section-8218387576 .text-center h1, #cms-section-8218387576 .text-center h2, #cms-section-8218387576 .text-center h3, #cms-section-8218387576 .text-center h4, #cms-section-8218387576 .text-center h5, #cms-section-8218387576 .text-center h6 { text-align: center;}#cms-section-8218387576 .text-center .btns { justify-content: center;}#cms-section-8218387576 .text-right p, #cms-section-8218387576 .text-right h1, #cms-section-8218387576 .text-right h2, #cms-section-8218387576 .text-right h3, #cms-section-8218387576 .text-right h4, #cms-section-8218387576 .text-right h5, #cms-section-8218387576 .text-right h6 { text-align: right;}#cms-section-8218387576 .text-right .btns { justify-content: flex-end;}#cms-section-8218387576 .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-8218387576 .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-8218387576 .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-8218387576 .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-8218387576 .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-8218387576 .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-8218387576 .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-8218387576 .info-text a:hover svg { transform: translate3d(8px, 0px, 0px); -webkit-transform: translate3d(8px, 0px, 0px);}#cms-section-8218387576 .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-8218387576 .btns { display: flex;}#cms-section-8218387576 .btns div:nth-child(2) { margin-left: 30px;}#cms-section-8218387576 .curved-btn a { border-radius: 25px; -webkit-border-radius: 25px; min-width: 200px;}#cms-section-8218387576 .curved-btn a:before { border-radius: 25px; -webkit-border-radius: 25px;}#cms-section-8218387576 .border-box a { border-radius: 0px; -webkit-border-radius: 0px; min-width: 200px;}#cms-section-8218387576 .border-box a:before { border-radius: 0px; -webkit-border-radius: 0px;}#cms-section-8218387576 .solid-box a { border-radius: 0px; -webkit-border-radius: 0px; min-width: 200px;}#cms-section-8218387576 .solid-box a:before { -webkit-mask: none; mask: none;}#cms-section-8218387576 .cms-animation { opacity: 0; transform: translate3d(0px, 30px, 10px) rotateX(-5deg); -webkit-transform: translate3d(0px, 30px, 10px) rotateX(-5deg);}#cms-section-8218387576 .cms-section-sides-buffer.full-width { padding-left: 0; padding-right: 0; max-width: unset;}#cms-section-8218387576 .cms-section-sides-buffer { padding-top: 0; padding-bottom: 0;}@media (max-width: 900px) { #cms-section-8218387576 .cms-section-sides-buffer { padding-top: 0; padding-bottom: 0; } #cms-section-8218387576 .btns { display: inline-block; width: 100%; } #cms-section-8218387576 .btns .button { width: 100%; } #cms-section-8218387576 .btns div:nth-child(2) { margin-left: 0; } #cms-section-8218387576 .info-text { display: inline-block; left: -12px; } #cms-section-8218387576 .text-left .btns { text-align: left; } #cms-section-8218387576 .text-center .btns { text-align: center; } #cms-section-8218387576 .text-right .btns { text-align: right; } #cms-section-8218387576 .text-bg .img-bg { background-attachment: scroll; }}@media (max-width: 500px) { #cms-section-8218387576 .cms-section-sides-buffer { padding-top: 0; padding-bottom: 0; } #cms-section-8218387576 .button a { width: 100%; } #cms-section-8218387576 .text-left .btns { text-align: center; } #cms-section-8218387576 .text-right .btns { text-align: center; }}#cms-section-2568029073 .section-bg { background-color: #ffffff;}#cms-section-2568029073 .headline { margin-bottom: 2rem;}#cms-section-2568029073 .txt { max-width: 720px; display: inline-block;}#cms-section-2568029073 .txt h1, #cms-section-2568029073 .txt h2, #cms-section-2568029073 .txt h3, #cms-section-2568029073 .txt h4, #cms-section-2568029073 .txt h5, #cms-section-2568029073 .txt h6, #cms-section-2568029073 .txt p { text-align: center;}#cms-section-2568029073 .txt b, #cms-section-2568029073 .txt span { color: #ababab;}#cms-section-2568029073 .content-left { text-align: left;}#cms-section-2568029073 .content-center { text-align: center;}#cms-section-2568029073 .content-right { text-align: right;}#cms-section-2568029073 .container { overflow: hidden; position: relative;}#cms-section-2568029073 .testimony-parent ul { list-style: none; padding: 0; margin: 0; display: flex;}#cms-section-2568029073 .testimony-parent ul li { flex: 0 0 100%;}#cms-section-2568029073 .item-box { text-align: center; display: flex; flex-direction: column; align-items: center;}#cms-section-2568029073 .content { max-width: 650px; margin-bottom: 2rem; flex: 0 1 100%;}#cms-section-2568029073 .content p { text-align: -webkit-center;}#cms-section-2568029073 .customer-box { display: flex; align-items: center; justify-content: center;}#cms-section-2568029073 .img { width: 140px; height: 140px; flex: 0 0 140px; overflow: hidden; border-radius: 50%; -webkit-border-radius: 50%; border: 0.5px solid #b2beb5;}#cms-section-2568029073 .img img { width: 100%;}#cms-section-2568029073 .nav-btn { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 32px; height: 68px; display: flex; align-items: center; justify-content: center;}#cms-section-2568029073 .nav-btn svg { width: 24px; background-color: unset;}#cms-section-2568029073 .nav-btn:hover { cursor: pointer;}#cms-section-2568029073 .hide-btn { display: none;}#cms-section-2568029073 .stars { margin-bottom: 0.5rem; display: flex; align-items: center; justify-content: center;}#cms-section-2568029073 .stars svg { background-color: unset; fill: rgba(0, 0, 0, 0); width: 24px; margin: 0 4px;}#cms-section-2568029073 .no-style svg { fill: var(--body-font-color);}#cms-section-2568029073 .round-btn { border: 1px solid var(--body-font-color); width: 68px; height: 68px; border-radius: 50%; -webkit-border-radius: 50%;}#cms-section-2568029073 .round-btn svg { fill: rgba(0, 0, 0, 0); width: 16px;}#cms-section-2568029073 .round-btn { border: 1px solid var(--body-font-color); width: 60px; height: 60px; border-radius: 50%; -webkit-border-radius: 50%;}#cms-section-2568029073 .round-btn svg { fill: var(--body-font-color); width: 12px;}#cms-section-2568029073 .rec-btn-out { border: 1px solid var(--body-font-color); width: 40px; height: 68px; border-radius: 4px; -webkit-border-radius: 4px;}#cms-section-2568029073 .rec-btn-out svg { fill: var(--body-font-color); width: 12px;}#cms-section-2568029073 .solid-round-btn { background-color: var(--body-font-color); width: 60px; height: 60px; border-radius: 50%; -webkit-border-radius: 50%;}#cms-section-2568029073 .solid-round-btn svg { fill: var(--website-bg-color); width: 12px;}#cms-section-2568029073 .solid-rec-btn { background-color: var(--body-font-color); width: 40px; height: 68px; border-radius: 4px; -webkit-border-radius: 4px;}#cms-section-2568029073 .solid-rec-btn svg { fill: var(--website-bg-color); width: 12px;}#cms-section-2568029073 .not-active-btn { opacity: 0;}#cms-section-2568029073 .left-btn { left: 0;}#cms-section-2568029073 .right-btn { right: 0;}#cms-section-2568029073 .details { margin-left: 2rem;}#cms-section-2568029073 .details p { text-align: left;}#cms-section-2568029073 .navbar { display: block; text-align: center; margin: 0px auto; padding: 16px 0 0 0;}#cms-section-2568029073 .nav-item { border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid var(--body-font-color); width: 7px; height: 7px; display: inline-block; margin: 0 8px; transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-2568029073 .nav-active { background-color: var(--body-font-color);}#cms-section-2568029073 .link svg { display: inline; background-color: unset; fill: var(--body-font-color); stroke: unset; width: 14px; margin-left: 8px; top: 1px; position: relative;}@media (max-width: 900px) { #cms-section-2568029073 .nav-btn { display: none; }}