.floating_contact_btn{background:linear-gradient(135deg, var(--color-blue) 0%, var(--color-blue-light) 100%);color:#fff;cursor:pointer;z-index:999;border:none;border-radius:50px;justify-content:center;align-items:center;gap:1.2rem;padding:1.4rem 2.8rem;font-family:inherit;font-size:1.6rem;font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:3.5rem;right:3.5rem;box-shadow:0 10px 25px #2874f059}.floating_contact_btn i{font-size:1.8rem}.floating_contact_btn .floating_contact_btn_label{display:inline-block}.floating_contact_btn:hover{background:linear-gradient(135deg, var(--color-blue-light) 0%, var(--color-blue) 100%);transform:translateY(-4px)scale(1.03);box-shadow:0 14px 30px #2874f073}.floating_contact_btn:active{transform:translateY(-1px)scale(.98)}@media only screen and (max-width:48em){.floating_contact_btn{padding:1.2rem 2.2rem;font-size:1.4rem;bottom:2rem;right:2rem}.floating_contact_btn .floating_contact_btn_label{display:none}.floating_contact_btn i{font-size:2rem}.floating_contact_btn{border-radius:50%;width:5.6rem;height:5.6rem}}.contact_popup_overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;opacity:0;visibility:hidden;background:#0f172a8c;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}@media only screen and (max-width:48em){.contact_popup_overlay{padding:1.2rem}}.contact_popup_overlay.open{opacity:1;visibility:visible}.contact_popup_overlay.open .contact_popup_content{opacity:1;transform:translateY(0)scale(1)}.contact_popup_content{opacity:0;background:#fff;border:1px solid #2874f014;border-radius:20px;flex-direction:column;width:100%;max-width:92rem;max-height:88vh;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;transform:translateY(30px)scale(.96);box-shadow:0 25px 50px -12px #0000002e}@media only screen and (max-width:64em){.contact_popup_content{max-height:90vh}}.contact_popup_content .close_btn{color:#475569;cursor:pointer;z-index:10;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.6rem;height:3.6rem;font-size:1.8rem;transition:all .25s;display:flex;position:absolute;top:2rem;right:2rem}.contact_popup_content .close_btn:hover{color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}.contact_popup_content .popup_grid{flex:1;grid-template-columns:38% 1fr;min-height:0;display:grid}@media only screen and (min-width:64em) and (min-height:42em){.contact_popup_content .popup_grid{min-height:52rem}}@media only screen and (max-width:64em){.contact_popup_content .popup_grid{-webkit-overflow-scrolling:touch;grid-template-columns:1fr;overflow-y:auto}}.contact_popup_content .popup_left_col{background:linear-gradient(155deg, var(--color-blue) 0%, var(--color-blue-light) 100%);color:#fff;flex-direction:column;justify-content:space-between;padding:4.5rem 3.5rem;display:flex;position:relative;overflow:hidden}.contact_popup_content .popup_left_col .left_content{z-index:2;position:relative}.contact_popup_content .popup_left_col .left_content h3{color:#fff;letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.6rem;font-weight:700}.contact_popup_content .popup_left_col .left_content .subtitle{color:#ffffffe0;margin-bottom:4rem;font-size:1.45rem;line-height:1.5}.contact_popup_content .popup_left_col .left_content .contact_details_list{flex-direction:column;gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.contact_popup_content .popup_left_col .left_content .contact_details_list li{align-items:center;gap:1.8rem;font-size:1.5rem;display:flex}.contact_popup_content .popup_left_col .left_content .contact_details_list li .icon{color:#fff;background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:1.6rem;transition:all .3s;display:flex}.contact_popup_content .popup_left_col .left_content .contact_details_list li a{color:#fff;text-decoration:none;transition:opacity .25s}.contact_popup_content .popup_left_col .left_content .contact_details_list li a:hover{opacity:.8}.contact_popup_content .popup_left_col .left_content .contact_details_list li span{color:#fff}.contact_popup_content .popup_left_col .left_content .contact_details_list li:hover .icon{background:#ffffff47;transform:scale(1.06)}.contact_popup_content .popup_left_col .decorative_sphere{z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#ffffff40 0%,#ffffff0d 100%);border-radius:50%;width:22rem;height:22rem;position:absolute;bottom:-6rem;right:-6rem}@media only screen and (max-width:64em){.contact_popup_content .popup_left_col{min-height:28rem;padding:3.5rem 3rem}.contact_popup_content .popup_left_col .subtitle{margin-bottom:2.5rem}.contact_popup_content .popup_left_col .contact_details_list{flex-flow:wrap;gap:2rem}.contact_popup_content .popup_left_col .contact_details_list li{gap:1.2rem}}.contact_popup_content .popup_right_col{background:#fff;padding:4.5rem;overflow-y:auto}@media only screen and (max-width:64em){.contact_popup_content .popup_right_col{overflow-y:visible}}.contact_popup_content .popup_right_col::-webkit-scrollbar{width:6px}.contact_popup_content .popup_right_col::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.contact_popup_content .popup_right_col .popup_header_v3{margin-bottom:2.8rem;padding-right:3rem}.contact_popup_content .popup_right_col .popup_header_v3 h3{color:#0f172a;margin-bottom:.6rem;font-size:2.4rem;font-weight:700;line-height:1.2}.contact_popup_content .popup_right_col .popup_header_v3 p{color:#64748b;font-size:1.45rem;line-height:1.4}.contact_popup_content .popup_right_col .popup_form_body_v3 .form_v2{gap:1.8rem}.contact_popup_content .popup_right_col .popup_form_body_v3 .form_field_v2{grid-template-columns:1fr!important;align-items:flex-start!important;gap:.6rem!important}.contact_popup_content .popup_right_col .popup_form_body_v3 .form_label_v2{color:#334155;font-size:1.35rem;font-weight:600}.contact_popup_content .popup_right_col .popup_form_body_v3 .form_input_v2{color:#1e293b;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.15rem 1.4rem;font-size:1.45rem}.contact_popup_content .popup_right_col .popup_form_body_v3 .form_input_v2:focus{border-color:var(--color-blue);background-color:#fff;box-shadow:0 4px 14px #2874f014}.contact_popup_content .popup_right_col .popup_form_body_v3 .form_submit_wrapper{margin-top:1.5rem}.contact_popup_content .popup_right_col .popup_form_body_v3 .submit_btn_v2{background:var(--color-blue);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:1.4rem 3.2rem;font-size:1.55rem;display:flex;box-shadow:0 4px 14px #2874f040}.contact_popup_content .popup_right_col .popup_form_body_v3 .submit_btn_v2:hover{background:var(--color-blue-light);box-shadow:0 6px 18px #2874f059}@media only screen and (max-width:48em){.contact_popup_content .popup_right_col{padding:3rem 2.5rem}.contact_popup_content .popup_right_col .popup_header_v3{margin-bottom:2rem;padding-right:2rem}.contact_popup_content .popup_right_col .popup_header_v3 h3{font-size:2.1rem}.contact_popup_content .popup_right_col .popup_header_v3 p{font-size:1.35rem}}
