#cms-section-5593425885 .section-bg { position: relative; background-color: #353839;}#cms-section-5593425885 .section-radius { border-top-right-radius: 240px;}#cms-section-5593425885 .headline { display: flex;}#cms-section-5593425885 .content-top { align-items: flex-start;}#cms-section-5593425885 .content-middle { align-items: center;}#cms-section-5593425885 .content-bottom { align-items: flex-end;}#cms-section-5593425885 .txt { display: inline-block; transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1; position: relative; padding: 0 2rem 2rem 2rem;}#cms-section-5593425885 .txt h1, #cms-section-5593425885 .txt h2, #cms-section-5593425885 .txt h3, #cms-section-5593425885 .txt h4, #cms-section-5593425885 .txt h5, #cms-section-5593425885 .txt h6, #cms-section-5593425885 .txt p { text-align: left;}#cms-section-5593425885 .bg-flex { display: flex; align-items: center; justify-content: flex-start; position: absolute; height: 100%; width: 100%;}#cms-section-5593425885 .bg-img-box { flex: 0 0 50%; height: 100%;}#cms-section-5593425885 .bg-img-box img { width: 100%; height: 100%; object-fit: cover; /* Ensures image fills the square */ object-position: left; /* Centers the image */}#cms-section-5593425885 .bg-other-box { flex: 0 0 50%;}#cms-section-5593425885 .img-box { flex: 0 0 50%;}#cms-section-5593425885 .headline .cms-animation { transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px); opacity: 0;}#cms-section-5593425885 .content-left { text-align: left;}#cms-section-5593425885 .content-center { text-align: center;}#cms-section-5593425885 .content-right { text-align: right;}#cms-section-5593425885 .contact-form { flex: 0 1 100%; display: flex; justify-content: center; align-items: start;}#cms-section-5593425885 .contact-form form { display: flex; flex-wrap: wrap; max-width: 580px;}#cms-section-5593425885 .below-box { display: flex;}#cms-section-5593425885 .img-box img { position: absolute; left: 0;}#cms-section-5593425885 .input-cont { flex: 0 0 50%; padding: 0 2rem; box-sizing: border-box; transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1;}#cms-section-5593425885 .input-cont.cms-animation { transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px); opacity: 0;}#cms-section-5593425885 .full-input { flex: 0 0 100%;}#cms-section-5593425885 .input-holder { display: block; text-align: left;}#cms-section-5593425885 .input-holder label { display: block; text-align: left; margin: 8px 0; font-weight: bold; font-size: 16px; text-transform: capitalize; color: var(--body-font-color);}#cms-section-5593425885 .input-holder input, #cms-section-5593425885 .input-holder textarea, #cms-section-5593425885 .input-holder select { width: 100%; outline: none; padding: 12px 16px; height: 48px; box-sizing: border-box; border-radius: 0px; -webkit-border-radius: 0px; border: 1px solid var(--input-border-color); background-color: var(--input-bg-color); transition: border ease 300ms, background-color ease 300ms; -webkit-transition: border ease 300ms, background-color ease 300ms;}#cms-section-5593425885 .input-holder input:focus, #cms-section-5593425885 .input-holder textarea:focus, #cms-section-5593425885 .input-holder select:focus { background-color: var(--input-bg-color); border: 1px solid var(--focus-input-border-color);}#cms-section-5593425885 .input-holder textarea { height: 160px; width: 100%; max-width: 100%; resize: none; overflow-y: auto;}#cms-section-5593425885 .required { font-weight: bold;}#cms-section-5593425885 .contact-btn-holder { flex: 0 0 100%; display: block; text-align: right; padding: 0 2rem; box-sizing: border-box; transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); -webkit-transition: transform cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration), opacity cubic-bezier(0.3, 0, 0.1, 0.5) var(--animation-duration); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); opacity: 1;}#cms-section-5593425885 .cms-animation.contact-btn-holder { transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px); opacity: 0;}#cms-section-5593425885 .cta-btn { display: inline-block; padding: 16px 24px; box-sizing: border-box; min-width: 180px; background-color: var(--button-primary-color); color: var(--button-font-color); border: none; font-family: var(--button-font); font-size: var(--button-font-size); text-transform: var(--button-font-transform); letter-spacing: var(--button-font-letterspacing); font-weight: var(--button-font-weight); border-radius: 40px; -webkit-border-radius: 40px; box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.15); transform: translate(0px, 0px); -webkit-transform: translate(0px, 0px); transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: box-shadow 300ms cubic-bezier(0.3, 0, 0.1, 0.5), background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5), transform 300ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-5593425885 .cta-btn:hover { background-color: var(--button-primary-hover-color); cursor: pointer; box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.25); transform: translate(0px, -2px); -webkit-transform: translate(0px, -2px);}#cms-section-5593425885 .picker-label { text-align: left; padding-bottom: 8px; display: inline-block; width: 100%; font-size: 16px; text-transform: capitalize; font-size: 14px; font-weight: bold; color: var(--body-font-color);}#cms-section-5593425885 .picker-holder { position: relative; display: flex; list-style: none; padding: 0; margin: 0; align-items: center; justify-content: space-evenly; border: 1px solid var(--input-border-color); background-color: var(--input-bg-color); border-radius: 24px; -webkit-border-radius: 24px; overflow: hidden;}#cms-section-5593425885 .picker-holder li { transition: background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: background-color 300ms cubic-bezier(0.3, 0, 0.1, 0.5); background-color: var(--input-bg-color); border-right: 1px solid var(--input-border-color); flex: 1; padding: 24px 0;}#cms-section-5593425885 .picker-holder li:last-child { border-right: none;}#cms-section-5593425885 .picker-holder li:hover { cursor: pointer;}#cms-section-5593425885 .picker-icon { height: 40px;}#cms-section-5593425885 .picker-icon svg { height: 100%; stroke: unset; transition: fill 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: fill 300ms cubic-bezier(0.3, 0, 0.1, 0.5); fill: var(--body-font-color); background: unset;}#cms-section-5593425885 .picker-title { padding: 8px 0 0 0; margin: 0;}#cms-section-5593425885 .picker-title h3 { padding: 0; margin: 0; font-weight: bold; font-size: var(--body-font-color); font-family: var(--body-font-family); transition: color 300ms cubic-bezier(0.3, 0, 0.1, 0.5); -webkit-transition: color 300ms cubic-bezier(0.3, 0, 0.1, 0.5);}#cms-section-5593425885 .picker-holder .btn-active { background-color: var(--body-font-color);}#cms-section-5593425885 .picker-holder .btn-active .picker-icon svg { fill: var(--input-bg-color);}#cms-section-5593425885 .picker-holder .btn-active .picker-title p { color: var(--input-bg-color);}#cms-section-5593425885 .picker-holder .btn-active:hover { background-color: var(--body-font-color);}#cms-section-5593425885 .error-msg { text-align: left; font-size: 14px; padding: 4px; box-sizing: border-box; background-color: var(--error-input-bg-color); border: 1px solid var(--error-input-border-color); color: var(--error-input-border-color); border-radius: 4px;}#cms-section-5593425885 .msg-error { background-color: var(--error-input-bg-color); border: 1px solid var(--error-input-border-color); color: var(--error-input-border-color);}#cms-section-5593425885 .user-msg { display: block; width: 100%; margin: 0 2rem 2.4rem 2rem; padding: 2rem 3rem; box-sizing: border-box; border-radius: 4px; -webkit-border-radius: 4px;}#cms-section-5593425885 .user-msg svg { width: 80px; background: unset; stroke: unset;}@media (max-width: 792px) { #cms-section-5593425885 .user-msg {  margin: 0; } #cms-section-5593425885 .txt {  padding: 0 0 2rem 0; } #cms-section-5593425885 .bg-img-box img {  display: none; } #cms-section-5593425885 .section-radius {  border-top-right-radius: 120px; } #cms-section-5593425885 .contact-form {  margin-top: 0; } #cms-section-5593425885 .img-box {  display: none; } #cms-section-5593425885 .headline {  display: block; } #cms-section-5593425885 .contact-form form {  display: block; } #cms-section-5593425885 .input-cont {  padding: 0; } #cms-section-5593425885 .picker-holder {  flex-wrap: wrap; } #cms-section-5593425885 .picker-holder li {  flex: 1 0 50%;  box-sizing: border-box; } #cms-section-5593425885 .picker-holder li:nth-child(-n+2) {  border-bottom: 1px solid var(--input-border-color); } #cms-section-5593425885 .picker-holder li:nth-child(even) {  border-right: none; } #cms-section-5593425885 .contact-btn-holder {  padding: 0; } #cms-section-5593425885 input, #cms-section-5593425885 textarea, #cms-section-5593425885 select {  font-size: 16px;  touch-action: manipulation; }}@media (max-width: 480px) { #cms-section-5593425885 .section-radius {  border-top-right-radius: 60px; } #cms-section-5593425885 .cta-btn {  width: 100%; }}#cms-section-6802351549 .section-bg { background-color: rgba(0, 0, 0, 0);}#cms-section-6802351549 .flex-box { display: flex; align-items: center; justify-content: center;}#cms-section-6802351549 .flex-padding { position: relative; padding: var(--desktop-section-spacing) var(--desktop-gutter-size); box-sizing: border-box; overflow: hidden; border-radius: 0px; border: 0px 0px 400px; z-index: 1;}#cms-section-6802351549 .flex-padding:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: 720px; opacity: 1; z-index: 2;}#cms-section-6802351549 .flex-padding:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(); z-index: 1; background-repeat: repeat; background-size: 400px;}#cms-section-6802351549 .content-box { max-width: 720px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 3;}#cms-section-6802351549 .content-box h1, #cms-section-6802351549 .content-box h2, #cms-section-6802351549 .content-box h3, #cms-section-6802351549 .content-box h4, #cms-section-6802351549 .content-box h5, #cms-section-6802351549 .content-box h6, #cms-section-6802351549 .content-box p { text-align: center;}#cms-section-6802351549 .content-left { text-align: left;}#cms-section-6802351549 .content-center { text-align: center;}#cms-section-6802351549 .content-right { text-align: right;}#cms-section-6802351549 .content-item { margin-bottom: 1.4rem;}#cms-section-6802351549 .content-item:last-child { margin-bottom: 0;}#cms-section-6802351549 .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-6802351549 .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-6802351549 .btns-box { text-align: left;}#cms-section-6802351549 .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-6802351549 .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-6802351549 .info-btn { min-width: unset; margin-right: 24px; background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-6802351549 .info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-6802351549 .content-btn { margin: 24px 32px 24px 0;}#cms-section-6802351549 .content-btn.info-btn { background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-6802351549 .content-btn.info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-6802351549 .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-6802351549 .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-6802351549 .info-btn { min-width: unset; margin-right: 24px; background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-6802351549 .info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-6802351549 .content-btn { margin: 0 32px;}#cms-section-6802351549 .content-btn.info-btn { background-color: var(--button-secondary-color); color: var(--button-secondary-font-color);}#cms-section-6802351549 .content-btn.info-btn:hover { background-color: var(--button-secondary-hover-color);}#cms-section-6802351549 .keyword-box { display: flex; flex-wrap: wrap;}#cms-section-6802351549 .keyword-item { border: 1px solid var(--body-font-color); margin: 8px; padding: 2px 8px; border-radius: 16px;}#cms-section-6802351549 .keyword-item svg { height: 16px; margin-right: 4px; fill: var(--body-font-color); background: none; stroke: unset;}#cms-section-6802351549 .keyword-item p { font-size: 14px; font-weight: 300; margin: 0; padding: 0; display: flex; align-items: center; justify-content: flex-start;}#cms-section-6802351549 .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-6802351549 .animate-right.cms-animation { opacity: 0; transform: translate(32px, 0px); -webkit-transform: translate(32px, 0px);}#cms-section-6802351549 .animate-left.cms-animation { opacity: 0; transform: translate(-32px, 0px); -webkit-transform: translate(-32px, 0px);}#cms-section-6802351549 .animate-up.cms-animation { opacity: 0; transform: translate(0px, -32px); -webkit-transform: translate(0px, -32px);}#cms-section-6802351549 .animate-down.cms-animation { opacity: 0; transform: translate(0px, 32px); -webkit-transform: translate(0px, 32px);}@media (max-width: 792px) { #cms-section-6802351549 .flex-padding {  padding: var(--tablet-section-spacing) var(--tablet-gutter-size); }}@media (max-width: 480px) { #cms-section-6802351549 .content-btn {  min-width: 300px; } #cms-section-6802351549 .content-btn:nth-child(2) {  margin-top: 16px; } #cms-section-6802351549 .flex-padding {  padding: var(--mobile-section-spacing) var(--mobile-gutter-size); } #cms-section-6802351549 .btns-box {  text-align: center; } #cms-section-6802351549 .keyword-box {  justify-content: center; }}