#cms-section-header header { position: relative; top: 0; left: 0; width: 100%;}#cms-section-header .header-bg { height: calc(80px + 16px); display: flex; flex-direction: column;}#cms-section-header .no-slides { height: auto;}#cms-section-header .loading-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 10000; transition: opacity 300ms ease-out; -webkit-transition: opacity 300ms ease-out;}#cms-section-header .page-loaded { opacity: 0;}#cms-section-header .flex-gap { flex: 0 0 40px;}#cms-section-header .biz-open { display: flex; flex: 0 1 100%; margin: 0 24px; align-items: center; justify-content: flex-end;}#cms-section-header .biz-open svg { width: 18px; top: 0; position: relative; margin-right: 8px;}#cms-section-header .biz-open p { display: contents;}#cms-section-header .nav-header-bar-flex { position: relative; display: flex; align-items: center; justify-content: center; max-width: var(--desktop-max-width); margin: 0 auto; padding: 0 var(--desktop-gutter-size);}#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); background-color: #e4f1fd;}#cms-section-header .sticky-logo { display: none;}#cms-section-header .first-logo { display: block;}#cms-section-header .header-static { position: fixed; top: 0; transform: translate(0px, -100%); -webkit-transform: translate(0px, -100%); opacity: 0; box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1); background-color: #ffffff;}#cms-section-header .header-static .menu-bar ul li a { color: var(--navi-font-color);}#cms-section-header .header-static .toggle-menu p { color: var(--navi-font-color);}#cms-section-header .header-static .hamburger .ham-bar { background-color: var(--navi-font-color);}#cms-section-header .header-static .hamburger:before { background-color: var(--navi-font-color);}#cms-section-header .header-static .hamburger:after { background-color: var(--navi-font-color);}#cms-section-header .header-static .sticky-logo { display: block;}#cms-section-header .header-static .first-logo { display: none;}#cms-section-header .nav-header-bar-shell { position: absolute; top: 0; left: 0; width: 100%; display: block;}#cms-section-header .logo-header { height: 80px; padding: 8px 0;}#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%;}#cms-section-header .menu-bar { margin: 0; flex: 0 1 100%; justify-content: space-between; align-items: center; display: flex;}#cms-section-header .menu-bar ul { display: flex; list-style: none; margin: 0; padding: 0; height: 100%; padding: 0 32px; border-radius: 40px; webkit-border-radius: 40px;}#cms-section-header .menu-bar ul li { position: relative; padding: 14px 0;}#cms-section-header .menu-bar ul li ul { transform-origin: 0 0; -webkit-transform-origin: 0 0; position: absolute; top: 100%; visibility: hidden; opacity: 0; display: block; border: none; height: auto; padding: 8px 0; border-radius: 0px; -webkit-border-radius: 0px; transform: translateY(-16px); -webkit-transform: translateY(-16px); transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), visibility var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), visibility var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); background-color: var(--website-bg-color); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);}#cms-section-header .menu-bar ul li ul li { display: inline-block; padding: 0;}#cms-section-header .menu-bar ul li ul li a { margin: 0; padding: 12px 24px; box-sizing: border-box; max-width: 320px; min-width: 200px; 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: 24px; width: 16px; height: 0; opacity: 0; border-bottom: 2px solid #4c516d; 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: 12px 0 12px 48px;}#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: #353839; 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: #4c516d; 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: #4c516d; 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: translateY(0); -webkit-transform: translateY(0); visibility: visible; opacity: 1;}#cms-section-header .menu-bar nav { height: 100%; display: inline-block; flex: 0 1 100%; display: flex; align-items: center; justify-content: center;}#cms-section-header .toggle-menu { margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;}#cms-section-header .toggle-menu:hover { cursor: pointer;}#cms-section-header .toggle-menu p { margin: 0; font-size: 13px; line-height: 1em; color: #353839;}#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: #353839;}#cms-section-header .hamburger:after { content: ""; position: absolute; top: calc(100% - 2px); left: 0; width: 100%; height: 2px; background-color: #353839;}#cms-section-header .hamburger .ham-bar { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #353839;}#cms-section-header .menu-ctrls { display: flex; align-items: center; justify-content: center; flex: 0 0 auto;}#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 .drawer-mob { position: fixed; width: 380px; max-width: 100vw; height: 100%; right: 0; top: 0; display: flex; flex-direction: column; z-index: 1000; margin: 0; box-shadow: -16px 0 32px rgba(0, 0, 0, 0.1); -webkit-box-shadow: -16px 0 32px rgba(0, 0, 0, 0.1); transform: translate(120%, 0px); -webkit-transform: translate(120%, 0px); opacity: 0; transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .drawer-mob:before { content: ""; width: 100%; height: 100%; top: 0; left: 0; position: absolute; background-color: rgba(245, 245, 245, 0.8); z-index: -1; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); pointer-events: none;}#cms-section-header .drawer-mob svg { transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: transform 200ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform 200ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .drawer-mob nav { border: none; display: block;}#cms-section-header .drawer-mob ul { list-style: none; padding: 0; margin: 0; display: block; padding: 0 24px; box-sizing: border-box;}#cms-section-header .drawer-mob ul li { text-align: left; display: flex; border-bottom: 0.7px solid var(--border-color); flex-wrap: wrap; padding: 0;}#cms-section-header .drawer-mob ul li:before { display: none;}#cms-section-header .drawer-mob ul li:hover { background-color: var(--navi-hover-color);}#cms-section-header .drawer-mob ul li:hover ul { transform: scale(1, 0); -webkit-transform: scale(1, 0);}#cms-section-header .drawer-mob ul li:hover a:before { display: none;}#cms-section-header .drawer-mob ul li ul { position: relative; box-shadow: none; -webkit-box-shadow: none; flex: 0 0 100%; background-color: unset; transform: scale(1, 0); -webkit-transform: scale(1, 0); max-height: 0px; padding: 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), max-height 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), max-height var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); border: none;}#cms-section-header .drawer-mob ul li ul li { border: none; width: 100%;}#cms-section-header .drawer-mob ul li ul li a { padding: 4px 0 4px 8px; margin: 4px 0px; font-size: calc(var(--navi-font-size) - 2px);}#cms-section-header .drawer-mob ul li ul li a:after { transform: scale(0.5, 1); -webkit-transform: scale(0.5, 1); border-bottom: 2px solid var(--primary-color); left: 0;}#cms-section-header .drawer-mob ul li ul li a:hover { padding: 4px 0 4px 24px;}#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: 12px 0; flex: 0 1 calc(100% - 120px); box-sizing: border-box; color: var(--drawer-font-color);}#cms-section-header .drawer-mob ul li a:hover { color: var(--primary-color);}#cms-section-header .drawer-mob .mob-sub-active svg { transform: rotate(90deg); -webkit-transform: rotate(90deg);}#cms-section-header .drawer-mob .mob-sub-active ul { opacity: 1; visibility: visible; transform: scale(1, 1); -webkit-transform: scale(1, 1); max-height: 400px;}#cms-section-header .drawer-mob .mob-sub-active:hover ul { transform: scale(1, 1); -webkit-transform: scale(1, 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: flex-end; height: 48px; position: absolute; right: 0; top: 0; width: 120px;}#cms-section-header .mob-submenu svg { fill: var(--drawer-font-color); stroke: unset; background-color: unset; width: 20px; height: 20px;}#cms-section-header .mob-submenu span { height: 20px; margin-right: 8px;}#cms-section-header .close-drawer { height: 48px; position: relative; top: 0; left: 0; flex: 0 0 48px;}#cms-section-header .close-drawer-btn { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}#cms-section-header .close-drawer-btn svg { fill: var(--drawer-font-color); width: 24px; height: 24px; background-color: unset; stroke: unset; transform: scale(1) translate(0px, 0px); -webkit-transform: scale(1) translate(0px, 0px); transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-header .close-drawer-btn:hover svg { transform: scale(1.1) translate(2px, 0px); -webkit-transform: scale(1.1) translate(2px, 0px);}#cms-section-header .mob-topbar { display: flex; align-items: center; width: 100%; padding: 0; box-sizing: border-box; margin: 0 0 24px 0; background-color: #F5F5F5;}#cms-section-header .mob-title { flex: 0 1 100%; display: flex; align-items: center; justify-content: center;}#cms-section-header .mob-title p { margin: 0; padding: 0; text-align: center; color: var(--drawer-font-color); font-size: 24px;}#cms-section-header .mob-logo { display: flex; justify-content: center; align-items: center; height: 56px; width: 56px; padding: 8px; box-sizing: border-box;}#cms-section-header .page-up-btn { position: fixed; bottom: 40px; right: 32px; background-color: var(--button-primary-color); border-radius: 50%; -webkit-border-radius: 50%; display: none; z-index: 100; opacity: 0; width: 52px; height: 52px; transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5), opacity var(--animation-duration) cubic-bezier(0.3, 0, 0.1, 0.5); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);}#cms-section-header .page-up-btn svg { fill: var(--button-font-color); stroke: unset; background-color: unset; height: 24px;}#cms-section-header .page-up-btn span { position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}#cms-section-header .page-up-btn:hover { opacity: 0.8; cursor: pointer;}#cms-section-header .mob-search { padding: 0 24px; margin-bottom: 24px;}#cms-section-header .search-input { display: flex; align-items: center; justify-content: center; box-sizing: border-box; height: 48px; border: 0.5px solid var(--border-color); overflow: hidden; border-radius: 24px; -webkit-border-radius: 24px;}#cms-section-header .search-input:focus-within { border: 0.5px solid var(--focus-input-border-color);}#cms-section-header .search-input svg { height: 20px;}#cms-section-header .search-input label { flex: 0 1 100%; height: 100%; box-sizing: border-box;}#cms-section-header .search-input input { display: inline-block; border: none; border-radius: 0px; -webkit-border-radius: 0px; width: 100%; height: 100%; padding: 3px 12px; 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: 826px) { #cms-section-header .menu-bar ul {  display: none; } #cms-section-header .menu-bar.drawer-mob ul {  display: block; } #cms-section-header .menu-bar.drawer-mob ul li ul {  display: none; } #cms-section-header .menu-bar.drawer-mob ul .mob-sub-active ul {  display: block; } #cms-section-header .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 .nav-header-bar-flex {  padding: 0 var(--tablet-gutter-size); } #cms-section-header .nav-ctrls {  padding: 32px var(--tablet-gutter-size); }}@media (max-width: 480px) { #cms-section-header .header-bg {  height: 80px; } #cms-section-header .nav-ctrls {  padding: 32px 24px;  justify-content: flex-end; } #cms-section-header .nav-header-bar-shell {  height: 64px; } #cms-section-header .nav-header-bar-flex {  padding: 0 var(--mobile-gutter-size); } #cms-section-header .topbar-header-content {  align-items: stretch; } #cms-section-header .topbar-header {  display: none; } #cms-section-header .logo-header {  height: 64px; }}#cms-section-505213514 .section-bg { background-color: #e4f1fd; position: relative; overflow: hidden;}#cms-section-505213514 .flex-box { display: flex; align-items: flex-start;}#cms-section-505213514 .media-box { flex: 0 0 50%; position: relative; z-index: 1; display: flex;}#cms-section-505213514 .content-box { flex: 0 1 100%; position: relative; z-index: 2;}#cms-section-505213514 .garnish-img { width: 364px; position: absolute; bottom: 0; left: 0; max-width: 100%; line-height: 0;}#cms-section-505213514 .garnish-img img { width: 100%; line-height: 0;}#cms-section-505213514 .content-bg { background-color: #e4f1fd; position: relative; margin-top: 40px; padding: 64px 0 64px 74px;}#cms-section-505213514 .intro { display: flex; align-items: center;}#cms-section-505213514 .intro-icon { flex: 0 0 24px; height: 20px; margin: 0 8px 0 0; display: flex; align-items: center; justify-content: flex-start;}#cms-section-505213514 .intro-icon svg { background-color: unset; stroke: unset; height: 20px; fill: var(--primary-color);}#cms-section-505213514 .intro-txt { flex: 0 1 100%; margin: 0; text-align: left; color: var(--primary-color);}#cms-section-505213514 .headline-txt { text-align: left;}#cms-section-505213514 .content { text-align: left; padding: 8px 0;}#cms-section-505213514 .keypoints { text-align: left;}#cms-section-505213514 .item { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 8px;}#cms-section-505213514 .item p { margin: 0;}#cms-section-505213514 .item-icon { flex: 0 0 16px; margin: 0 16px 0 0;}#cms-section-505213514 .item-icon svg { height: 16px; background-color: unset; fill: var(--primary-color);}#cms-section-505213514 .primary-image { position: relative; flex: 0 1 100%; z-index: 2; line-height: 0; display: flex; flex-direction: column; justify-content: center;}#cms-section-505213514 .primary-image img { width: 100%; position: relative; border: 1px solid rgba(0, 0, 0, 0); border-radius: 16px; overflow: hidden; box-sizing: border-box;}#cms-section-505213514 .img-others { flex: 0 0 20%; line-height: 0; box-sizing: border-box;}#cms-section-505213514 .img-others img { width: 100%; aspect-ratio: 1; height: auto; object-fit: cover;}#cms-section-505213514 .secondary-image { position: absolute; z-index: 3; line-height: 0;}#cms-section-505213514 .secondary-image img { position: relative; width: 100%;}#cms-section-505213514 .other-img-box img { border: 1px solid rgba(0, 0, 0, 0); border-radius: 16px; overflow: hidden;}#cms-section-505213514 .left-imgs { display: flex; flex-direction: column; justify-content: start; padding-right: 8px; box-sizing: border-box;}#cms-section-505213514 .right-imgs { display: flex; flex-direction: column; justify-content: end; padding-left: 8px; box-sizing: border-box;}#cms-section-505213514 .left-img-one { margin-bottom: 8px;}#cms-section-505213514 .right-img-one { margin-bottom: 8px;}#cms-section-505213514 .director-box { display: inline-flex; margin-top: 40px; width: 100%; overflow: hidden;}#cms-section-505213514 .profile-img { flex: 0 0 64px; overflow: hidden; margin-right: 24px; line-height: 0;}#cms-section-505213514 .profile-img img { width: 64px; height: 64px; border-radius: 50%; -webkit-border-radius: 50%; object-fit: cover;}#cms-section-505213514 .director-title { flex: 0 0 auto; display: flex; flex-direction: column; align-items: self-start; justify-content: center;}#cms-section-505213514 .director-title p { text-align: left; margin: 0;}#cms-section-505213514 .dir-name { font-weight: 700;}#cms-section-505213514 .director-sign { flex: 0 1 auto; display: flex; align-items: center; justify-content: flex-start; margin-left: 32px; padding-left: 32px; border-left: 1px solid var(--border-color);}#cms-section-505213514 .director-sign img { max-height: 54px; max-width: 100%; height: auto; width: auto;}#cms-section-505213514 .btns-box { text-align: left;}#cms-section-505213514 .url-btn { display: inline-block; padding: 16px 32px; box-sizing: border-box; text-align: center; background-color: var(--button-primary-color); color: var(--button-font-color); border: none; font-family: var(--button-font); font-size: var(--button-font-size); text-transform: var(--button-font-transform); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight); border-radius: 40px; -webkit-border-radius: 40px; box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-505213514 .url-btn:hover { background-color: var(--button-primary-hover-color); cursor: pointer; box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); transform: translate(0px, -2px); -webkit-transform: translate(0px, -2px);}#cms-section-505213514 .info-btn { min-width: unset; margin-right: 24px; background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-505213514 .info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-505213514 .content-btn { margin: 24px 32px 24px 0;}#cms-section-505213514 .content-btn.info-btn { background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-505213514 .content-btn.info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-505213514 .quote-box { padding: 16px 16px 16px 40px; position: relative; background-color: var(--background-color-2); margin: 24px 0 8px 0;}#cms-section-505213514 .quote-line { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background-color: var(--accent-color-1);}#cms-section-505213514 .quote-txt { text-align: left; margin: 0;}#cms-section-505213514 .duel-icons { display: flex; margin: 24px 0 8px 0;}#cms-section-505213514 .icon-item { flex: 0 1 50%;}#cms-section-505213514 .icon-item:first-child { margin: 0 3rem 0 0; box-sizing: border-box;}#cms-section-505213514 .icon-box { padding: 8px 0; text-align: left;}#cms-section-505213514 .icon-box img { height: 100%;}#cms-section-505213514 .title-box { text-align: left;}#cms-section-505213514 .content-box p { text-align: left;}#cms-section-505213514 .animate-opacity { transition: opacity var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out;}#cms-section-505213514 .animate-opacity.cms-animation { opacity: 0;}#cms-section-505213514 .animate-this { transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-505213514 .animate-right.cms-animation { opacity: 0; transform: translate(32px, 0px); -webkit-transform: translate(32px, 0px);}#cms-section-505213514 .animate-left.cms-animation { opacity: 0; transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px);}#cms-section-505213514 .animate-up.cms-animation { opacity: 0; transform: translate(0px, -32px); -webkit-transform: translate(0px, -32px);}#cms-section-505213514 .animate-down.cms-animation { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}#cms-section-505213514 .content-left .media-box { order: 2;}#cms-section-505213514 .content-left .content-box { order: 1;}#cms-section-505213514 .content-left .content-bg { padding: 64px 74px 0 0;}#cms-section-505213514 .content-left .garnish-img { left: unset; right: 0;}#cms-section-505213514 .remove-v-offset .primary-image img { width: 100%; margin-bottom: 0;}#cms-section-505213514 .remove-v-offset .content-left .content-bg { padding-top: 0; padding-bottom: 0; margin-top: 0;}#cms-section-505213514 .remove-v-offset .content-bg { padding-top: 0; padding-bottom: 0; margin-top: 0;}#cms-section-505213514 .icon-w-txt { display: flex; margin-bottom: 16px;}#cms-section-505213514 .icon-w-txt .icon-box { margin-right: 16px;}#cms-section-505213514 .feature-heading { margin: 0;}@media (max-width: 826px) { #cms-section-505213514 .garnish-img {  display: none; } #cms-section-505213514 .flex-box {  display: block; } #cms-section-505213514 .content-bg {  padding: 0;  margin-top: 32px; } #cms-section-505213514 .content-left .content-bg {  padding: 0;  margin-top: 32px; } #cms-section-505213514 .content-left .primary-image img {  margin-left: 0px; } #cms-section-505213514 .director-sign {  margin-left: 16px;  padding-left: 16px; } #cms-section-505213514 .remove-v-offset .primary-image img {  margin-bottom: 40px; } #cms-section-505213514 .primary-image img {  width: 100%;  margin-bottom: 40px; }}@media (max-width: 480px) { #cms-section-505213514 .content-btn {  min-width: 300px;  margin: 16px auto; } #cms-section-505213514 .btns-box {  text-align: center;  margin: 16px 0; }}#cms-section-833817715 .section-bg { background-color: #ffffff; overflow: hidden;}#cms-section-833817715 .top-box { position: relative; display: inline-block; width: 100%; max-width: 720px; z-index: 1;}#cms-section-833817715 .headline { display: flex; align-items: center; justify-content: center;}#cms-section-833817715 .headline .heading-h6 { color: #00a693;}#cms-section-833817715 .heading-h1 { color: var(--heading-font-color);}#cms-section-833817715 .headline-icon { flex: 0 0 24px; height: 20px; margin: 0 8px 0 0; display: flex; align-items: center; justify-content: flex-start;}#cms-section-833817715 .headline-icon svg { background-color: unset; stroke: unset; height: 20px; fill: #00a693;}#cms-section-833817715 .headling-txt { margin: 0; text-align: left;}#cms-section-833817715 .super-font { position: absolute; top: calc(100% - 2rem); left: 0; width: 100%; z-index: 1;}#cms-section-833817715 .super-font .heading-ah1 { font-size: 104px; opacity: 0.1; color: var(--heading-font-color); text-shadow: -1px -1px 0 var(--heading-font-color), 1px -1px 0 var(--heading-font-color), -1px 1px 0 var(--heading-font-color), 1px 1px 0 var(--heading-font-color); -webkit-text-shadow: -1px -1px 0 var(--heading-font-color), 1px -1px 0 var(--heading-font-color), -1px 1px 0 var(--heading-font-color), 1px 1px 0 var(--heading-font-color); color: #ffffff;}#cms-section-833817715 .services-section { display: flex; justify-content: center; position: relative; flex-wrap: wrap; z-index: 2; width: calc(100% + 32px); margin-bottom: -3rem;}#cms-section-833817715 .title-offset { height: 4rem;}#cms-section-833817715 .service-item { position: relative; flex: 0 1 33%; padding: 0 32px 0 0; box-sizing: border-box; position: relative; margin-bottom: 3rem; min-height: 260px; z-index: 2;}@media (min-width: 1401px) { #cms-section-833817715 .service-item {  flex: 0 1 25%; }}#cms-section-833817715 .item-box { display: flex; flex-direction: column; position: relative; height: 100%; background-color: #f5f5dc;}#cms-section-833817715 .item-top { display: flex; height: 80px; flex: 0 0 80px;}#cms-section-833817715 .icon-box { flex: 0 0 80px; height: 100%; background-color: var(--primary-color); padding: 16px; box-sizing: border-box;}#cms-section-833817715 .icon-box img { height: 100%;}#cms-section-833817715 .title-box { display: flex; position: relative; top: 0px; padding: 0 24px; box-sizing: border-box; align-items: center;}#cms-section-833817715 .title-box .heading-h3 { margin: 0; font-size: 22px; text-align: left; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}#cms-section-833817715 .details-box { padding: 24px 64px 32px 40px; box-sizing: border-box;}#cms-section-833817715 .details-box .heading-h5 { display: flex; align-items: flex-start; justify-items: flex-start; margin: 0; text-align: left; font-size: 18px; text-transform: capitalize;}#cms-section-833817715 .micro-item { margin: 8px 0 0 0; display: flex; justify-content: start; align-items: flex-start;}#cms-section-833817715 .has-icon svg { position: relative; top: 4px; fill: var(--body-font-color); stroke: unset; background: none; margin-right: 8px; flex: 0 0 18px; width: 18px; max-height: 18px;}#cms-section-833817715 .details-box.has-icon { padding: 24px 54px 32px 24px;}#cms-section-833817715 .link-icon { width: 48px; height: 48px; padding: 16px; box-sizing: border-box; background-color: var(--button-secondary-color);}#cms-section-833817715 .link-icon svg { width: 100%; background-color: unset; fill: #f5f5dc;}#cms-section-833817715 .link-txt { position: absolute; top: calc(-100% - 12px); left: 50%; transform: translate(-50%, -50%) rotate(-90deg); -webkit-transform: translate(-50%, -50%) rotate(-90deg); white-space: nowrap; height: 100%; display: flex; align-items: center; padding: 0 24px; box-sizing: border-box;}#cms-section-833817715 .link-txt:before { content: ""; top: 0; left: 0; position: absolute; background-color: var(--button-secondary-color); width: 100%; height: 100%; opacity: 0.3; transition: opacity var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out;}#cms-section-833817715 .link-txt p { margin: 0; font-size: 13px; font-weight: bold; text-transform: uppercase; opacity: 0.7; position: relative; z-index: 1; transition: opacity var(--animation-duration) ease-in-out, color var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out, color var(--animation-duration) ease-in-out;}#cms-section-833817715 .item-link { position: absolute; bottom: 0; right: 0; width: 48px;}#cms-section-833817715 .item-link:hover .link-txt:before { opacity: 1;}#cms-section-833817715 .item-link:hover .link-txt p { opacity: 1; color: #f5f5dc;}#cms-section-833817715 .decor-image { width: 480px; position: absolute; z-index: 1; transition: opacity var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out; opacity: 1; top: 5%; left: 0%; opacity: 1; line-height: 0; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}#cms-section-833817715 .decor-image img { position: relative; width: 100%;}#cms-section-833817715 .decor-image-sec { width: 280px; transition: opacity var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out; position: absolute; top: 65%; left: 100%; z-index: 1; opacity: 1; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); line-height: 0; opacity: 1;}#cms-section-833817715 .decor-image-sec img { position: relative; width: 100%;}#cms-section-833817715 .cms-animation.decor-image-sec { opacity: 0;}#cms-section-833817715 .cms-animation.decor-image { opacity: 0;}#cms-section-833817715 .animate-this { transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-833817715 .animate-right.cms-animation { opacity: 0; transform: translate(32px, 0px); -webkit-transform: translate(32px, 0px);}#cms-section-833817715 .animate-left.cms-animation { opacity: 0; transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px);}#cms-section-833817715 .animate-up.cms-animation { opacity: 0; transform: translate(0px, -32px); -webkit-transform: translate(0px, -32px);}#cms-section-833817715 .animate-down.cms-animation { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}@media (max-width: 826px) { #cms-section-833817715 .services-section {  margin-bottom: -2rem;  display: block;  width: auto;  margin-bottom: 0; } #cms-section-833817715 .service-item {  padding: 0 4rem;  margin-bottom: 2rem; } #cms-section-833817715 .super-font .heading-ah1 {  font-size: 84px; }}@media (max-width: 480px) { #cms-section-833817715 .services-section {  display: block;  width: auto;  margin-bottom: 0; } #cms-section-833817715 .service-item {  padding: 0;  margin-bottom: 1rem; } #cms-section-833817715 .service-item:last-child {  margin-bottom: 0; } #cms-section-833817715 .super-font {  top: calc(100% - 1rem); } #cms-section-833817715 .super-font .heading-ah1 {  font-size: 56px; }}@keyframes pulse5635533191 { 0% {  transform: translate(-50%, -50%) scale(1);  opacity: 0.3; } 10% {  transform: translate(-50%, -50%) scale(1.3);  opacity: 0.1; } 20% {  transform: translate(-50%, -50%) scale(1.6);  opacity: 0; } 100% {  transform: translate(-50%, -50%) scale(1.6);  opacity: 0; }}@keyframes ring5635533191 { 0% {  transform: rotate(0deg); } 25% {  transform: rotate(15deg); } 50% {  transform: rotate(0deg); } 75% {  transform: rotate(-15deg); } 100% {  transform: rotate(0deg); }}#cms-section-5635533191 .section-bg { background-color: #f5f5dc; position: relative; overflow: hidden; line-height: 0;}#cms-section-5635533191 .bg-flex { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; z-index: 1;}#cms-section-5635533191 .bg-side { position: relative; flex: 0 1 100%;}#cms-section-5635533191 .left-bg { height: 100%; order: 1;}#cms-section-5635533191 .right-bg { height: 100%; flex: 0 0 50%; order: 2;}#cms-section-5635533191 .hero-img { height: 100%; width: 100%; object-fit: cover; object-position: left;}#cms-section-5635533191 .content-bg-img { height: 100%; width: 100%; object-fit: cover; object-position: left; opacity: 0.15;}#cms-section-5635533191 .cms-section-full-buffer { position: relative; z-index: 2; overflow: hidden;}#cms-section-5635533191 .rich-txt { display: inline-block;}#cms-section-5635533191 .flex-box { display: flex;}#cms-section-5635533191 .content-txt { flex: 0 1 100%; order: 1; padding: 0 4rem 0 0; min-height: 60vh; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center;}#cms-section-5635533191 .content-image { flex: 0 0 50%; position: relative; order: 2;}#cms-section-5635533191 .headline { display: flex; align-items: center; justify-content: flex-start;}#cms-section-5635533191 .headline .headline-icon { height: 20px;}#cms-section-5635533191 .headline svg { height: 20px; background-color: unset; fill: var(--tertiary-heading-font-color);}#cms-section-5635533191 .headline .heading-h6 { text-align: left; margin: 0 0 0 8px;}#cms-section-5635533191 .hero-font { text-align: left;}#cms-section-5635533191 .service-box { margin-top: 1.4rem; display: flex; flex-wrap: wrap;}#cms-section-5635533191 .service-item { border: 1px solid var(--body-font-color); margin: 8px 8px 0 0; padding: 2px 8px; border-radius: 16px;}#cms-section-5635533191 .service-item svg { height: 16px; margin-right: 4px; fill: var(--body-font-color); background: none; stroke: unset;}#cms-section-5635533191 .service-item p { font-size: 14px; font-weight: 300; margin: 0; padding: 0; display: flex; align-items: center; justify-content: flex-start;}#cms-section-5635533191 .content-left { text-align: left;}#cms-section-5635533191 .content-right { text-align: right;}#cms-section-5635533191 .rich-txt { margin-top: 1.4rem;}#cms-section-5635533191 .rich-txt h1, #cms-section-5635533191 .rich-txt h2, #cms-section-5635533191 .rich-txt h3, #cms-section-5635533191 .rich-txt h4, #cms-section-5635533191 .rich-txt h5, #cms-section-5635533191 .rich-txt h6, #cms-section-5635533191 .rich-txt p { text-align: left;}#cms-section-5635533191 .action-area { display: flex; justify-content: flex-start; margin: 1.8rem 0 0 0;}#cms-section-5635533191 .phone-btn { display: inline-block; margin: 0 2rem 0 0;}#cms-section-5635533191 .btn-box { display: flex; padding: 8px 10px; border-radius: 36px; -webkit-border-radius: 36px; background-color: var(--button-primary-color); transition: box-shadow var(--animation-duration) ease-in-out; -webkit-transition: box-shadow var(--animation-duration) ease-in-out; box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15);}#cms-section-5635533191 .btn-box:hover { box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.15);}#cms-section-5635533191 .btn-box:hover svg { animation: ring5635533191 0.3s ease-in-out; -webkit-animation: ring5635533191 0.3s ease-in-out;}#cms-section-5635533191 .btn-icon { flex: 0 0 40px; position: relative; z-index: 2;}#cms-section-5635533191 .btn-icon svg { width: 24px; background-color: unset; fill: var(--button-primary-color);}#cms-section-5635533191 .btn-icon .icon-box { width: 48px; height: 48px; border-radius: 24px; -webkit-border-radius: 24px; background-color: var(--button-font-color); display: flex; align-items: center; justify-content: center;}#cms-section-5635533191 .btn-icon:after { content: ""; position: absolute; top: 50%; left: 50%; width: 48px; height: 48px; background-color: var(--button-font-color); border-radius: 50%; -webkit-border-radius: 50%; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); opacity: 0.5; z-index: 1; animation: pulse5635533191 5s ease-out infinite; -webkit-animation: pulse5635533191 5s ease-out infinite;}#cms-section-5635533191 .btn-content { flex: 0 1 100%; margin: 0 32px 0 16px; display: flex; flex-direction: column; justify-content: space-around;}#cms-section-5635533191 .btn-content p { text-align: left; margin: 0; font-size: var(--button-font-size); letter-spacing: var(--btn-letter-spacing); line-height: 1em; font-weight: var(--button-font-weight); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: var(--button-font-color);}#cms-section-5635533191 .btn-content .phone-num { font-size: calc(var(--button-font-size) + 2px);}#cms-section-5635533191 .reviews-box { margin: 0;}#cms-section-5635533191 .review-imgs { display: flex;}#cms-section-5635533191 .review-item { border: 3px solid var(--primary-color); border-radius: 50%; -webkit-border-radius: 50%; overflow: hidden; width: 56px; height: 56px; box-sizing: border-box; margin-left: -16px; display: flex; align-items: center; justify-content: center; background-color: var(--website-bg-color);}#cms-section-5635533191 .review-item img { width: 100%;}#cms-section-5635533191 .review-item:first-child { margin-left: 0;}#cms-section-5635533191 .review-statement { margin: 0 0 8px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: left; line-height: 1.25em;}#cms-section-5635533191 .star-box { display: flex; margin-bottom: 16px;}#cms-section-5635533191 .star-box svg { width: 24px; height: 24px; flex: 0 0 24px; background: unset; fill: #FFD700; margin-left: 4px;}#cms-section-5635533191 .star-box svg:last-child { display: none;}#cms-section-5635533191 .star-box svg:nth-last-child(2) { display: none;}#cms-section-5635533191 .four-star svg:nth-last-child(3) { display: none;}#cms-section-5635533191 .four-half-star svg:last-child { display: block;}#cms-section-5635533191 .four-half-star svg:nth-last-child(3) { display: none;}#cms-section-5635533191 .form-offset-box { width: 100%; height: 80px; position: relative;}#cms-section-5635533191 .form-bg { position: absolute; top: var(--desktop-section-spacing); left: 50%; width: 100%; height: 80px; max-width: 1200px; transform: translateX(-50%); -webkit-transform: translateX(-50%); display: inline-block; margin: 0; text-align: left; background-color: #e5e4e2;}#cms-section-5635533191 .form-heading { display: inline-block; padding: 0 24px; position: absolute; top: 0px; left: 0px; border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; transform: translateY(-100%); background-color: var(--primary-color);}#cms-section-5635533191 .form-heading .heading-h3 { padding: 8px 0; margin: 0; text-align: left; font-size: 20px; color: #e5e4e2;}#cms-section-5635533191 .form-box { height: 100%; width: 100%;}#cms-section-5635533191 .form-box form { height: 100%;}#cms-section-5635533191 .section-bottom-color { position: absolute; bottom: 0; left: 0; width: 100%; height: calc(80px / 2); background-color: #e4f1fd; z-index: 1;}#cms-section-5635533191 .frm-container { height: 100%; display: flex; justify-content: center; align-items: center;}#cms-section-5635533191 .info-inputs { display: flex; flex: 0 1 100%; padding: 0 16px; box-sizing: border-box;}#cms-section-5635533191 .info-inputs input { width: 100%; padding: 8px; box-sizing: border-box; font-size: 15px;}#cms-section-5635533191 .info-inputs textarea { position: absolute; top: 0; left: 0; width: 100%; padding: 8px; box-sizing: border-box; font-size: 15px; max-height: 40px; resize: vertical; transition: max-height var(--animation-duration) ease-in-out;}#cms-section-5635533191 .info-inputs textarea:focus { max-height: 300px;}#cms-section-5635533191 .txt-area-box { position: relative; width: 100%; height: 100%; padding: 8px; box-sizing: border-box;}#cms-section-5635533191 .input-error input { border: 1px solid #ff0000; background-color: #ffb2b2;}#cms-section-5635533191 .input-holder { position: relative; flex: 0 0 25%; padding: 0 8px; box-sizing: border-box;}#cms-section-5635533191 .input-holder label { display: block;}#cms-section-5635533191 .frm-ctrls { flex: 0 0 160px; height: 100%;}#cms-section-5635533191 .frm-ctrls button { outline: none; background-color: var(--primary-color); border: none; position: relative; width: 100%; height: 100%; opacity: 0.9; font-size: var(--button-font-size); letter-spacing: var(--btn-letter-spacing); font-family: var(--button-font); line-height: 1em; color: var(--button-font-color); font-weight: var(--button-font-weight); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition: opacity 0.3s ease-in-out; -webkit-transition: opacity 0.3s ease-in-out;}#cms-section-5635533191 .frm-ctrls button span { transition: transform 0.3s ease; -webkit-transition: transform 0.3s ease; transform: translateY(0px); -webkit-transform: translateY(0px); display: flex; align-items: center; justify-content: center;}#cms-section-5635533191 .frm-ctrls button:hover { cursor: pointer; opacity: 1;}#cms-section-5635533191 .frm-ctrls button:hover span { transform: translateY(-1px); -webkit-transform: translateY(-1px);}#cms-section-5635533191 .frm-ctrls svg { height: 20px; background-color: unset; fill: var(--button-font-color); stroke: unset; margin-right: 8px;}#cms-section-5635533191 .btn-submit:disabled { opacity: 0.7; cursor: not-allowed;}#cms-section-5635533191 .btn-submit::after { content: ""; position: absolute; top: 50%; left: 50%; width: 24px; height: 24px; margin: -12px 0 0 -12px; border: 3px solid #ffffff40; border-top-color: #ffffff; border-radius: 50%; opacity: 0; animation: spin 0.8s linear infinite;}#cms-section-5635533191 .btn-submit.loading::after { opacity: 1;}#cms-section-5635533191 .btn-submit.loading span { opacity: 0;}@keyframes spin { to {  transform: rotate(360deg); }}#cms-section-5635533191 .animate-this { transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; opacity: 1; transform: translateX(0px); -webkit-transform: translateX(0px); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-5635533191 .animate-this.cms-animation { opacity: 0; transform: translateX(32px); -webkit-transform: translateX(32px);}#cms-section-5635533191 .user-msg { display: flex; position: relative; box-sizing: border-box; padding: 24px 16px; line-height: 0; align-items: center; background-color: #e5e4e2; flex-direction: column;}#cms-section-5635533191 .user-msg .msg-svg { position: relative; flex: 0 0 80px; height: 80px; width: 80px; padding: 8px; height: 100%; box-sizing: border-box;}#cms-section-5635533191 .user-msg .msg-svg svg { height: 100%; background: unset; stroke: unset; fill: #28a745;}#cms-section-5635533191 .user-msg p { text-align: center;}@media (max-width: 826px) { #cms-section-5635533191 .flex-box {  display: block; } #cms-section-5635533191 .bg-flex {  display: block; } #cms-section-5635533191 .hero-img {  height: 50vh; } #cms-section-5635533191 .content-image {  height: 50vh; } #cms-section-5635533191 .info-inputs {  flex-wrap: wrap;  padding: 1.4rem 16px 0 16px; } #cms-section-5635533191 .info-inputs textarea {  position: relative; } #cms-section-5635533191 .txt-area-box {  padding: 0; } #cms-section-5635533191 .frm-container {  display: block; } #cms-section-5635533191 .content-txt {  padding: 0; } #cms-section-5635533191 .form-bg {  height: auto;  position: relative;  padding: 0;  box-sizing: border-box;  top: 0;  margin-top: 80px;  left: 0;  transform: none;  -webkit-transform: none; } #cms-section-5635533191 .left-bg {  height: 100vh; } #cms-section-5635533191 .right-bg {  height: auto; } #cms-section-5635533191 .rich-txt {  margin-top: 1.4rem; } #cms-section-5635533191 .service-box {  margin-top: 1.4rem; } #cms-section-5635533191 .action-area {  margin-top: 1.8rem; } #cms-section-5635533191 .input-holder {  margin: 16px 0;  flex: 0 0 50%; } #cms-section-5635533191 .frm-ctrls {  padding: 0 24px 16px 24px;  box-sizing: border-box; } #cms-section-5635533191 .frm-ctrls button {  padding: 24px 0; } #cms-section-5635533191 .form-offset-box {  height: auto; } #cms-section-5635533191 .section-bottom-color {  height: 160px; }}@media (max-width: 480px) { #cms-section-5635533191 .info-inputs {  display: block;  padding: 0 16px; } #cms-section-5635533191 .action-area {  display: block; } #cms-section-5635533191 .phone-btn {  margin: 0 auto; } #cms-section-5635533191 .btn-content {  margin: 0 64px 0 32px; } #cms-section-5635533191 .reviews-box {  margin: 1.4rem 0 0 0; } #cms-section-5635533191 .star-box, #cms-section-5635533191 .review-imgs {  justify-content: center; } #cms-section-5635533191 .review-statement {  text-align: center; } #cms-section-5635533191 .input-holder input, #cms-section-5635533191 .input-holder textarea {  font-size: 18px; } #cms-section-5635533191 .headline {  justify-content: center; } #cms-section-5635533191 .form-heading {  padding: 8px 0;  margin: 0;  transform: translateY(-50%) translateX(-50%);  left: 50%;  width: 100%;  position: relative; } #cms-section-5635533191 .form-heading .heading-h3 {  text-align: center; } #cms-section-5635533191 .service-box {  justify-content: center; } #cms-section-5635533191 .content-txt h1, #cms-section-5635533191 .content-txt h2, #cms-section-5635533191 .content-txt h3, #cms-section-5635533191 .content-txt h4, #cms-section-5635533191 .content-txt h5, #cms-section-5635533191 .content-txt h6, #cms-section-5635533191 .content-txt p {  text-align: center; } #cms-section-5635533191 .right-bg {  height: 40vh; } #cms-section-5635533191 .hero-img {  height: 40vh; } #cms-section-5635533191 .content-image {  height: 40vh; }}#cms-section-1602473234 .section-bg { background-color: #e4f1fd;}#cms-section-1602473234 .flex-box { display: flex; align-items: center; justify-content: center;}#cms-section-1602473234 .flex-padding { position: relative; padding: var(--desktop-section-spacing) var(--desktop-gutter-size); box-sizing: border-box; overflow: hidden; border-radius: 24px; border: 4px solid #4c516d; z-index: 1;}#cms-section-1602473234 .flex-padding:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #4c516d; opacity: 0.8; z-index: 2;}#cms-section-1602473234 .flex-padding:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(https://cdn.icewolf.io/live/107/OjfB3grOpX9t/imgs/dots-seemless-w480h480.webp?4701165026022302647); z-index: 1; background-repeat: repeat; background-size: 40px;}#cms-section-1602473234 .content-box { max-width: 720px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 3;}#cms-section-1602473234 .content-box h1, #cms-section-1602473234 .content-box h2, #cms-section-1602473234 .content-box h3, #cms-section-1602473234 .content-box h4, #cms-section-1602473234 .content-box h5, #cms-section-1602473234 .content-box h6, #cms-section-1602473234 .content-box p { text-align: center; color: #ffffff;}#cms-section-1602473234 .content-box b, #cms-section-1602473234 .content-box span { color: #fff9c4;}#cms-section-1602473234 .content-left { text-align: left;}#cms-section-1602473234 .content-center { text-align: center;}#cms-section-1602473234 .content-right { text-align: right;}#cms-section-1602473234 .content-item { margin-bottom: 1.4rem;}#cms-section-1602473234 .content-item:last-child { margin-bottom: 0;}#cms-section-1602473234 .profile-img-box { width: 240px; overflow: hidden; border: 4px solid var(--border-color); border-radius: 50%; aspect-ratio: 1; /* Ensures 1:1 square ratio */ object-fit: cover; /* Ensures image fills the square */ object-position: center; /* Centers the image */}#cms-section-1602473234 .profile-img-box img { position: relative; height: 100%; aspect-ratio: 1; /* Ensures 1:1 square ratio */ object-fit: cover; /* Ensures image fills the square */ object-position: center; /* Centers the image */ overflow: hidden; line-height: 0;}#cms-section-1602473234 .btns-box { text-align: left;}#cms-section-1602473234 .url-btn { display: inline-block; padding: 16px 32px; box-sizing: border-box; text-align: center; background-color: var(--button-primary-color); color: var(--button-font-color); border: none; font-family: var(--button-font); font-size: var(--button-font-size); text-transform: var(--button-font-transform); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight); border-radius: 40px; -webkit-border-radius: 40px; box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-1602473234 .url-btn:hover { background-color: var(--button-primary-hover-color); cursor: pointer; box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); transform: translate(0px, -2px); -webkit-transform: translate(0px, -2px);}#cms-section-1602473234 .info-btn { min-width: unset; margin-right: 24px; background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-1602473234 .info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-1602473234 .content-btn { margin: 24px 32px 24px 0;}#cms-section-1602473234 .content-btn.info-btn { background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-1602473234 .content-btn.info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-1602473234 .url-btn { display: inline-block; padding: 16px 32px; box-sizing: border-box; text-align: center; background-color: var(--button-primary-color); color: var(--button-font-color); border: none; font-family: var(--button-font); font-size: var(--button-font-size); text-transform: var(--button-font-transform); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight); border-radius: 40px; -webkit-border-radius: 40px; box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-1602473234 .url-btn:hover { background-color: var(--button-primary-hover-color); cursor: pointer; box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); transform: translate(0px, -2px); -webkit-transform: translate(0px, -2px);}#cms-section-1602473234 .info-btn { min-width: unset; margin-right: 24px; background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-1602473234 .info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-1602473234 .content-btn { margin: 0 32px;}#cms-section-1602473234 .content-btn.info-btn { background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-1602473234 .content-btn.info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-1602473234 .keyword-box { display: flex; flex-wrap: wrap; padding: 0 16px; box-sizing: border-box;}#cms-section-1602473234 .keyword-item { border: 1px solid var(--body-font-color); margin: 8px; padding: 4px 8px; border-radius: 16px; display: flex; align-items: center; justify-content: flex-start; color: #ffffff; border: 1px solid #ffffff;}#cms-section-1602473234 .keyword-item svg { height: 16px; margin-right: 4px; fill: var(--body-font-color); background: none; stroke: unset; width: 16px; flex: 0 0 20px;}#cms-section-1602473234 .keyword-item p, #cms-section-1602473234 .keyword-item h2, #cms-section-1602473234 .keyword-item h3, #cms-section-1602473234 .keyword-item h1 { font-size: 14px; font-weight: 300; margin: 0; padding: 0 4px; text-align: left; letter-spacing: var(--body-font-letterspacing); flex: 0 1 100%;}#cms-section-1602473234 .keyword-item svg { fill: #ffffff;}#cms-section-1602473234 .animate-this { transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-1602473234 .animate-right.cms-animation { opacity: 0; transform: translate(32px, 0px); -webkit-transform: translate(32px, 0px);}#cms-section-1602473234 .animate-left.cms-animation { opacity: 0; transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px);}#cms-section-1602473234 .animate-up.cms-animation { opacity: 0; transform: translate(0px, -32px); -webkit-transform: translate(0px, -32px);}#cms-section-1602473234 .animate-down.cms-animation { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}@media (max-width: 826px) { #cms-section-1602473234 .flex-padding {  padding: var(--tablet-section-spacing) var(--tablet-gutter-size); }}@media (max-width: 480px) { #cms-section-1602473234 .content-btn {  min-width: 300px; } #cms-section-1602473234 .content-btn:nth-child(2) {  margin-top: 16px; } #cms-section-1602473234 .keyword-item p, #cms-section-1602473234 .keyword-item h2, #cms-section-1602473234 .keyword-item h3, #cms-section-1602473234 .keyword-item h1 {  white-space: nowrap; } #cms-section-1602473234 .flex-padding {  padding: var(--mobile-section-spacing) var(--mobile-gutter-size); } #cms-section-1602473234 .btns-box {  text-align: center; } #cms-section-1602473234 .keyword-box {  justify-content: center; }}#cms-section-6787513937 .section-bg { background-color: #ffffff;}#cms-section-6787513937 .txt { max-width: 720px; display: inline-block; margin-bottom: 3rem;}#cms-section-6787513937 .txt h1, #cms-section-6787513937 .txt h2, #cms-section-6787513937 .txt h3, #cms-section-6787513937 .txt h4, #cms-section-6787513937 .txt h5, #cms-section-6787513937 .txt h6, #cms-section-6787513937 .txt p { text-align: center;}#cms-section-6787513937 .txt b, #cms-section-6787513937 .txt span { color: #a76bcf;}#cms-section-6787513937 .content-left { text-align: left;}#cms-section-6787513937 .content-center { text-align: center;}#cms-section-6787513937 .content-right { text-align: right;}#cms-section-6787513937 .image-gallery { display: flex; flex-wrap: wrap;}#cms-section-6787513937 .img-item { flex: 0 0 25%; line-height: 0; overflow: hidden; padding: 0.5px; box-sizing: border-box;}#cms-section-6787513937 .img-item img { width: 100%; aspect-ratio: 1; object-fit: cover; transform: scale(1); -webkit-transform: scale(1);}#cms-section-6787513937 .img-item:hover img { cursor: pointer; transform: scale(1.1); -webkit-transform: scale(1.1);}#cms-section-6787513937 .view-image-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.3); z-index: 999; backdrop-filter: blur(4px); display: none;}#cms-section-6787513937 .view-image-box { position: relative; max-height: 90%; max-width: 90%; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); display: inline-block; text-align: center;}#cms-section-6787513937 .view-image-box img { max-width: 100%; max-height: 90vh;}#cms-section-6787513937 .animate-this { transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; opacity: 1; transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-6787513937 .animate-this.cms-animation { opacity: 0;}@media (max-width: 480px) { #cms-section-6787513937 .img-item {  flex: 0 0 50%; } #cms-section-6787513937 .mob-three-row {  flex: 0 0 33.3333%; }}#cms-section-2635339873 .section-bg { background-color: #e4f1fd; overflow: hidden;}#cms-section-2635339873 .txt { max-width: 720px; display: inline-block;}#cms-section-2635339873 .txt h1, #cms-section-2635339873 .txt h2, #cms-section-2635339873 .txt h3, #cms-section-2635339873 .txt h4, #cms-section-2635339873 .txt h5, #cms-section-2635339873 .txt h6, #cms-section-2635339873 .txt p { text-align: center;}#cms-section-2635339873 .txt b, #cms-section-2635339873 .txt span { color: #ff6f43;}#cms-section-2635339873 .content-left { text-align: left;}#cms-section-2635339873 .content-center { text-align: center;}#cms-section-2635339873 .content-right { text-align: right;}#cms-section-2635339873 .faqs-container { display: flex; margin-top: var(--desktop-section-spacing);}#cms-section-2635339873 .faqs-container ul { list-style: none; padding: 0; margin: 0; display: block;}#cms-section-2635339873 .faqs-container li { padding: 0; text-align: left; box-sizing: border-box; margin-bottom: 16px;}#cms-section-2635339873 .faqs-container .column { flex: 0 0 50%;}#cms-section-2635339873 .faq-box { background-color: #ffffff; border-radius: 8px; -webkit-border-radius: 8px; border-width: 0.5px; border-color: var(--border-color); border-style: solid; padding: 0; box-sizing: border-box; box-shadow: 0 8px 16px rgba(191, 191, 191, 0.3); -webkit-box-shadow: 0 8px 16px rgba(191, 191, 191, 0.3);}#cms-section-2635339873 .faq-box p { color: var(--body-font-color);}#cms-section-2635339873 .faq-box:hover { cursor: pointer;}#cms-section-2635339873 .faq-box .answer-box p { visibility: hidden;}#cms-section-2635339873 .column-one { padding-right: calc(16px / 2); box-sizing: border-box;}#cms-section-2635339873 .column-two { padding-left: calc(16px / 2); box-sizing: border-box;}#cms-section-2635339873 .answer-box { max-height: 0px; opacity: 0; padding: 0; transition: opacity 200ms linear, max-height 200ms linear; -webkit-transition: opacity 200ms linear, max-height 200ms linear;}#cms-section-2635339873 .question-box { padding: 8px 16px; position: relative;}#cms-section-2635339873 .question-box p { margin-right: 48px;}#cms-section-2635339873 .toggle-btn { position: absolute; width: 48px; height: 100%; top: 0; right: 0;}#cms-section-2635339873 .toggle-btn:before { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; border-radius: 1px; -webkit-border-radius: 1px; transform: translate(-5px, -1px); -webkit-transform: translate(-5px, -1px);}#cms-section-2635339873 .toggle-btn:after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; border-radius: 1px; -webkit-border-radius: 1px; transform: rotate(0deg) translate(-5px, -1px); -webkit-transform: rotate(0deg) translate(-5px, -1px); transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1);}#cms-section-2635339873 .toggle-btn:before { background-color: var(--body-font-color);}#cms-section-2635339873 .toggle-btn:after { background-color: var(--body-font-color);}#cms-section-2635339873 .active-question { background-color: var(--background-color-3);}#cms-section-2635339873 .active-question .answer-box { max-height: 1000px; opacity: 1; padding: 8px 16px; overflow: hidden; position: relative;}#cms-section-2635339873 .active-question .answer-box p { visibility: visible;}#cms-section-2635339873 .active-question .toggle-btn:after { transform: rotate(90deg) translate(-1px, 5px); -webkit-transform: rotate(90deg) translate(-1px, 5px);}#cms-section-2635339873 .animate-this { transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; -webkit-transition: opacity var(--animation-duration) ease-in-out, transform var(--animation-duration) ease-in-out; opacity: 1; transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition-delay: var(--animation-delay); -webkit-transition-delay: var(--animation-delay);}#cms-section-2635339873 .animate-right.cms-animation { opacity: 0; transform: translate(32px, 0px); -webkit-transform: translate(32px, 0px);}#cms-section-2635339873 .animate-left.cms-animation { opacity: 0; transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px);}#cms-section-2635339873 .animate-up.cms-animation { opacity: 0; transform: translate(0px, -32px); -webkit-transform: translate(0px, -32px);}#cms-section-2635339873 .animate-down.cms-animation { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}@media (max-width: 826px) { #cms-section-2635339873 .faqs-container {  margin-top: var(--tablet-section-spacing); } #cms-section-2635339873 .faqs-container {  display: block; } #cms-section-2635339873 .column {  padding: 0; }}@media (max-width: 480px) { #cms-section-2635339873 .faqs-container {  margin-top: var(--mobile-section-spacing); }}#cms-section-9318347988 .section-bg { background-color: #f5f5dc;}#cms-section-9318347988 .cms-section-full-buffer { position: relative;}#cms-section-9318347988 .section-bg { position: relative;}#cms-section-9318347988 .title-txt { max-width: 400px;}#cms-section-9318347988 .txt { flex: 0 0 50%;}#cms-section-9318347988 .txt h1, #cms-section-9318347988 .txt h2, #cms-section-9318347988 .txt h3, #cms-section-9318347988 .txt h4, #cms-section-9318347988 .txt h5, #cms-section-9318347988 .txt h6, #cms-section-9318347988 .txt p { text-align: left;}#cms-section-9318347988 .txt b, #cms-section-9318347988 .txt span { color: #002395;}#cms-section-9318347988 .summary { flex: 0 1 100%; display: flex; align-items: flex-end; padding: 24px 0; margin-left: 4rem;}#cms-section-9318347988 .content-left { text-align: left;}#cms-section-9318347988 .content-center { text-align: center;}#cms-section-9318347988 .content-right { text-align: right;}#cms-section-9318347988 .headline { display: flex;}#cms-section-9318347988 .container { flex: 0 1 100%; overflow: hidden; position: relative; z-index: 3;}#cms-section-9318347988 .list { display: flex; list-style: none; padding: 0; margin: 0; box-sizing: border-box; align-items: flex-start; min-height: 400px; max-height: 400px; transition: max-height var(--animation-duration) linear; -webkit-transition: max-height var(--animation-duration) linear; margin-left: 4rem;}#cms-section-9318347988 .list-item { flex: 0 0 100%; padding-right: 24px; box-sizing: border-box;}#cms-section-9318347988 .not-active-btn { opacity: 0.3;}#cms-section-9318347988 .nav-btn { position: relative; width: 32px; height: 68px; display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid var(--body-font-color);}#cms-section-9318347988 .nav-btn svg { background-color: unset; width: 12px;}#cms-section-9318347988 .nav-btn svg { fill: var(--body-font-color);}#cms-section-9318347988 .nav-btn:hover { cursor: pointer;}#cms-section-9318347988 .hide-btn { display: none;}#cms-section-9318347988 .navbar { display: block; text-align: center; margin: 0px auto; padding: 16px 0 0 0;}#cms-section-9318347988 .nav-item { border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid var(--body-font-color); width: 10px; height: 10px; 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-9318347988 .nav-item:hover { cursor: pointer;}#cms-section-9318347988 .nav-active { background-color: var(--body-font-color);}#cms-section-9318347988 .flex-box { display: flex;}#cms-section-9318347988 .content-box { flex: 0 0 50%; max-width: 400px;}#cms-section-9318347988 .testimony { text-align: left;}#cms-section-9318347988 .bg-image-flex { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex;}#cms-section-9318347988 .bg-image { flex: 0 0 50%; display: flex; align-items: center; justify-content: flex-start; align-items: center; height: 100%;}#cms-section-9318347988 .bg-image img { max-width: 100%; max-height: 100%; height: 100%; width: 100%; object-fit: contain; margin-right: 0px;}#cms-section-9318347988 .other-bg-image { flex: 0 0 50%;}#cms-section-9318347988 .slide-buffer { position: relative;}#cms-section-9318347988 .speech-svg { text-align: left;}#cms-section-9318347988 .speech-svg svg { width: 48px; fill: var(--primary-color); background-color: unset; stroke: unset;}#cms-section-9318347988 .testimony { transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px); opacity: 0; 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-9318347988 .review { margin: 24px 0 0 0; transform: translate(32px, 0px); -webkit-transform: translate(32px, 0px); opacity: 0; transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration); -webkit-transition: transform var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration), opacity var(--animation-duration) cubic-bezier(0.6, 0, 0.2, 1) var(--animation-duration);}#cms-section-9318347988 .review p { text-align: left; text-transform: uppercase;}#cms-section-9318347988 .no-top-padding { padding-top: 0;}#cms-section-9318347988 .active-review .testimony { transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1;}#cms-section-9318347988 .active-review .review { transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1;}@media (max-width: 826px) { #cms-section-9318347988 .list {  margin: 0; } #cms-section-9318347988 .headline {  display: block; } #cms-section-9318347988 .summary {  margin: 0;  padding: 0; } #cms-section-9318347988 .content-box {  flex: 0 0 40%; } #cms-section-9318347988 .bg-image {  flex: 0 0 40%; }}@media (max-width: 480px) { #cms-section-9318347988 .content-box {  flex: 0 0 0%; } #cms-section-9318347988 .bg-image-flex {  position: relative;  display: block;  height: unset;  width: unset;  top: unset;  left: unset; } #cms-section-9318347988 .bg-image img {  height: auto !important; } #cms-section-9318347988 .list-item {  padding: 24px 0; }}