@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-sans@latest/700.css";
*{margin:0;padding:0}
body{font-family:'Noto Sans',sans-serif;background:#FEFDFB;color:#2A2A2A;line-height:1.6}
.site_header{background:linear-gradient(135deg,#FFECC5 0%,#FFF9ED 100%);border-bottom:3px solid #7A05B1;box-shadow:0 6px 18px #7a05b11f}
.top_header_row{background:#01445514;padding:16px 0;border-bottom:1px solid #7a05b126}
.header_content_wrapper{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}
.logo_container{display:flex;align-items:center;gap:18px}
.logo_image_wrapper img{height:92px;width:92px;display:block;background:#fff;padding:8px;border-radius:4px;box-shadow:0 4px 12px #0144552e}
.main_navigation_menu{display:flex;gap:6px;list-style:none}
.main_navigation_menu a{text-decoration:none;color:#014455;padding:12px 22px;display:block;font-weight:700;font-size:15px;border-radius:3px;transition:all .2s ease;background:#ffffff80;border:1px solid #7a05b133}
.main_navigation_menu a:hover{background:#7A05B1;color:#fff;transform:scale(1.03);box-shadow:0 5px 14px #7a05b159}
.bottom_header_row{padding:22px 0}
.company_name_display{font-size:38px;font-weight:700;color:#7A05B1;text-align:center;letter-spacing:.5px;text-shadow:2px 2px 6px #01445526}
.site_footer{background:linear-gradient(to bottom,#014455 0%,#012A35 100%);color:#FFECC5;padding:52px 0 28px;margin-top:80px;border-top:4px solid #7A05B1}
.footer_content_wrapper{max-width:1400px;margin:0 auto;padding:0 24px}
.footer_grid_layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:42px;margin-bottom:38px}
.footer_block_section{border:2px solid #ffecc54d;padding:28px;border-radius:5px;background:#7a05b114}
.footer_block_section h3{font-size:19px;margin-bottom:18px;color:#FFECC5;display:flex;align-items:center;gap:10px}
.footer_block_section h3 .oi{font-size:22px;color:#7A05B1;background:#FFECC5;padding:6px;border-radius:3px}
.footer_links_list{list-style:none}
.footer_links_list li{margin-bottom:10px}
.footer_links_list a{color:#FFECC5;text-decoration:none;font-size:14px;transition:all .2s ease;display:inline-block}
.footer_links_list a:hover{color:#fff;transform:translateX(4px)}
.footer_contact_info p{margin-bottom:12px;font-size:14px;line-height:1.7}
.footer_contact_info a{color:#FFECC5;text-decoration:none}
.footer_contact_info a:hover{color:#fff}
.footer_bottom_bar{text-align:center;padding-top:26px;border-top:1px solid #ffecc540;font-size:13px;color:#ffecc5cc}
.cookie_popup_container{position:fixed;top:20px;right:-480px;width:440px;max-height:520px;background:#fff;border:3px solid #7A05B1;box-shadow:0 8px 28px #01445559;z-index:99999;font-family:'Noto Sans',sans-serif;transition:right .4s cubic-bezier(0.68,-0.55,0.265,1.55);overflow:hidden;display:none}
.cookie_popup_container.showing{right:20px;display:block}
.cookie_tabs_header{display:flex;background:#FFECC5;border-bottom:2px solid #7A05B1}
.cookie_tab_button{flex:1;padding:14px;background:transparent;border:none;cursor:pointer;font-weight:700;font-size:13px;color:#014455;transition:all .2s ease}
.cookie_tab_button.active_tab{background:#7A05B1;color:#fff}
.cookie_tab_button:hover{background:#7a05b133}
.cookie_tab_content{display:none;padding:24px;max-height:360px;overflow-y:auto}
.cookie_tab_content.active_content{display:block}
.cookie_tab_content h4{font-size:16px;margin-bottom:12px;color:#7A05B1}
.cookie_tab_content p{font-size:13px;line-height:1.6;margin-bottom:14px;color:#2A2A2A}
.cookie_consent_types{margin:16px 0}
.consent_type_item{margin-bottom:12px;padding:10px;background:#F8F8F8;border-left:3px solid #014455}
.consent_type_item strong{color:#7A05B1;display:block;margin-bottom:4px}
.cookie_actions_wrapper{padding:18px 24px;background:#FFECC5;border-top:2px solid #7A05B1;display:flex;gap:12px}
.cookie_action_button{flex:1;padding:12px;border:none;cursor:pointer;font-weight:700;font-size:13px;transition:all .2s ease}
.accept_button_handler{background:#7A05B1;color:#fff}
.accept_button_handler:hover{background:#5A0485;transform:scale(1.04);box-shadow:0 5px 14px #7a05b166}
.decline_button_handler{background:#014455;color:#fff}
.decline_button_handler:hover{background:#012A35;transform:scale(1.04);box-shadow:0 5px 14px #01445566}
@media (max-width: 968px) {
.header_content_wrapper{flex-direction:column;gap:20px}
.main_navigation_menu{flex-wrap:wrap;justify-content:center}
.company_name_display{font-size:28px}
.footer_grid_layout{grid-template-columns:1fr}
.cookie_popup_container{width:92%;right:-100%;left:auto}
.cookie_popup_container.showing{right:4%}
}
@media (max-width: 568px) {
.main_navigation_menu{flex-direction:column;width:100%}
.main_navigation_menu a{text-align:center}
.logo_image_wrapper img{height:72px;width:72px}
.company_name_display{font-size:22px}
}
.terms-body{max-width:1400px;margin:0 auto;padding:60px 20px;background:#fff}
.terms-body h1{font-size:2.5rem;line-height:1.2;color:#014455;margin:0 0 40px;font-weight:700;letter-spacing:-.5px}
.terms-body h2{font-size:1.875rem;line-height:1.3;color:#014455;margin:48px 0 24px;font-weight:600;letter-spacing:-.3px}
.terms-body h3{font-size:1.5rem;line-height:1.4;color:#7A05B1;margin:36px 0 20px;font-weight:600}
.terms-body h4{font-size:1.25rem;line-height:1.4;color:#014455;margin:28px 0 16px;font-weight:600}
.terms-body h5{font-size:1.125rem;line-height:1.5;color:#014455;margin:24px 0 14px;font-weight:600}
.terms-body h6{font-size:1rem;line-height:1.5;color:#7A05B1;margin:20px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.terms-body p{font-size:1.0625rem;line-height:1.75;color:#2c3e50;margin:0 0 20px;text-align:justify}
.terms-body ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.terms-body ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.terms-body li{font-size:1.0625rem;line-height:1.75;color:#2c3e50;margin:0 0 12px;padding-left:8px}
.terms-body ul ul{margin:12px 0;list-style-type:circle}
.terms-body ol ol{margin:12px 0;list-style-type:lower-alpha}
.terms-body ul ul ul{list-style-type:square}
.terms-body ol ol ol{list-style-type:lower-roman}
.terms-body li li{margin:8px 0}
.terms-body strong{font-weight:700;color:#014455}
.terms-body b{font-weight:700;color:#014455}
.terms-body em{font-style:italic;color:#7A05B1}
.terms-body i{font-style:italic;color:#7A05B1}
.terms-body a{color:#7A05B1;text-decoration:underline;font-weight:500;transition:all .3s ease}
.terms-body a:hover{color:#014455;text-decoration:none;transform:scale(1.02)}
.terms-body a:focus{outline:2px solid #7A05B1;outline-offset:2px;border-radius:2px}
.terms-body table{width:100%;margin:32px 0;border-collapse:collapse;background:#fff;box-shadow:0 4px 12px #7a05b114;border-radius:4px;overflow:hidden}
.terms-body thead{background:linear-gradient(135deg,#7A05B1 0%,#014455 100%)}
.terms-body thead tr{border:none}
.terms-body tbody{background:#fff}
.terms-body tr{border-bottom:1px solid #e8e8e8}
.terms-body tbody tr:last-child{border-bottom:none}
.terms-body tbody tr:hover{background:#ffecc533;transition:background .2s ease}
.terms-body th{padding:16px 20px;text-align:left;font-size:.9375rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;border-right:1px solid #ffffff1a}
.terms-body th:last-child{border-right:none}
.terms-body td{padding:16px 20px;font-size:1rem;line-height:1.6;color:#2c3e50;border-right:1px solid #f0f0f0}
.terms-body td:last-child{border-right:none}
.terms-body hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#7A05B1 50%,transparent 100%);margin:48px 0}
.terms-body div{margin:0 0 24px}
.terms-body blockquote{margin:32px 0;padding:24px 28px;background:#ffecc54d;border-left:4px solid #7A05B1;font-style:italic;color:#014455;box-shadow:0 2px 8px #7a05b10f;border-radius:0 4px 4px 0}
.terms-body blockquote p{margin-bottom:0}
.terms-body code{background:#01445514;padding:2px 6px;border-radius:3px;font-family:'Courier New',monospace;font-size:.9375rem;color:#014455}
.terms-body pre{background:#0144550d;padding:20px;border-radius:4px;overflow-x:auto;margin:24px 0;border:1px solid #0144551a}
.terms-body pre code{background:none;padding:0}
@media screen and (max-width: 768px) {
.terms-body{padding:40px 16px}
.terms-body h1{font-size:2rem;margin-bottom:32px}
.terms-body h2{font-size:1.5rem;margin:36px 0 20px}
.terms-body h3{font-size:1.25rem;margin:28px 0 16px}
.terms-body h4{font-size:1.125rem;margin:24px 0 14px}
.terms-body p{font-size:1rem;text-align:left}
.terms-body li{font-size:1rem}
.terms-body ul{padding-left:24px}
.terms-body ol{padding-left:24px}
.terms-body table{font-size:.875rem;margin:24px 0}
.terms-body th{padding:12px 14px;font-size:.875rem}
.terms-body td{padding:12px 14px;font-size:.9375rem}
.terms-body blockquote{padding:20px;margin:24px 0}
.terms-body hr{margin:36px 0}
}
@media screen and (max-width: 480px) {
.terms-body{padding:32px 12px}
.terms-body h1{font-size:1.75rem}
.terms-body h2{font-size:1.375rem}
.terms-body table{display:block;overflow-x:auto;white-space:nowrap}
.terms-body th{padding:10px 12px}
.terms-body td{padding:10px 12px}
}
.intro_segment{max-width:1400px;margin:0 auto;padding:4rem 1.5rem}
.intro_segment .content_holder{display:flex;gap:3rem;align-items:center}
.intro_segment .text_space{flex:1}
.intro_segment .text_space h1{font-size:2.8rem;line-height:1.2;color:#014455;margin-bottom:1.5rem}
.intro_segment .text_space p{font-size:1.15rem;line-height:1.7;color:#2d3748;margin-bottom:1rem}
.intro_segment .image_holder{flex:1;position:relative}
.intro_segment .image_holder img{width:100%;height:480px;object-fit:cover;border-radius:4px;box-shadow:8px 8px 24px #7a05b126}
.intro_segment .btn_collection{display:flex;gap:1rem;margin-top:2rem}
.intro_segment .btn_collection a{padding:.9rem 2rem;text-decoration:none;border-radius:3px;font-weight:600;transition:transform 0.2s,box-shadow .2s}
.intro_segment .btn_collection a:first-child{background:#7A05B1;color:#fff;box-shadow:0 4px 12px #7a05b14d}
.intro_segment .btn_collection a:first-child:hover{transform:scale(1.05);box-shadow:0 6px 18px #7a05b166}
.intro_segment .btn_collection a:last-child{background:transparent;color:#014455;border:2px solid #014455}
.intro_segment .btn_collection a:last-child:hover{transform:scale(1.04);background:#0144550d}
.credentials_panel{background:linear-gradient(135deg,#7a05b114,#0144550f);padding:5rem 1.5rem}
.credentials_panel .wrapper43{max-width:1400px;margin:0 auto}
.credentials_panel .section_header21{text-align:center;margin-bottom:3.5rem}
.credentials_panel .section_header21 h2{font-size:2.4rem;color:#7A05B1;margin-bottom:1rem}
.credentials_panel .section_header21 p{font-size:1.1rem;color:#4a5568;max-width:700px;margin:0 auto;line-height:1.6}
.credentials_panel .expertise_grid7{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.credentials_panel .expert_card19{background:#fff;padding:2rem;border-radius:5px;box-shadow:0 6px 18px #0144551a;transition:transform 0.25s,box-shadow .25s}
.credentials_panel .expert_card19:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0144552e}
.credentials_panel .expert_card19 .icon_wrap2{width:56px;height:56px;background:#7a05b11f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.credentials_panel .expert_card19 .icon_wrap2 .oi{font-size:1.6rem;color:#7A05B1}
.credentials_panel .expert_card19 h3{font-size:1.4rem;color:#014455;margin-bottom:.8rem}
.credentials_panel .expert_card19 p{font-size:1rem;line-height:1.6;color:#4a5568}
.instructor_zone{padding:5rem 1.5rem;background:#fff}
.instructor_zone .container_main78{max-width:1400px;margin:0 auto}
.instructor_zone .title_block_instructor{margin-bottom:3rem}
.instructor_zone .title_block_instructor h2{font-size:2.3rem;color:#014455;margin-bottom:1rem}
.instructor_zone .title_block_instructor p{font-size:1.1rem;color:#4a5568;line-height:1.6;max-width:800px}
.instructor_zone .people_showcase{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem}
.instructor_zone .instructor_profile83{background:linear-gradient(145deg,#ffecc54d,#0144550d);padding:2.5rem;border-radius:4px;border-left:5px solid #7A05B1;transition:transform .2s}
.instructor_zone .instructor_profile83:hover{transform:translateX(8px)}
.instructor_zone .instructor_profile83 h3{font-size:1.5rem;color:#7A05B1;margin-bottom:.6rem}
.instructor_zone .instructor_profile83 .role_label{font-size:.95rem;color:#014455;font-weight:600;margin-bottom:1rem}
.instructor_zone .instructor_profile83 p{font-size:1rem;line-height:1.65;color:#4a5568;margin-bottom:.8rem}
.instructor_zone .instructor_profile83 .credential_list23{margin-top:1.2rem}
.instructor_zone .instructor_profile83 .credential_list23 li{font-size:.95rem;color:#2d3748;margin-bottom:.5rem;padding-left:1.5rem;position:relative}
.instructor_zone .instructor_profile83 .credential_list23 li::before{content:"→";position:absolute;left:0;color:#7A05B1;font-weight:700}
.resources_section{background:#014455;padding:5rem 1.5rem;position:relative;overflow:hidden}
.resources_section::before{content:"";position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(135deg,#7a05b126,transparent);pointer-events:none}
.resources_section .content_wrap_res{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.resources_section .intro_text_res{margin-bottom:3rem}
.resources_section .intro_text_res h2{font-size:2.3rem;color:#FFECC5;margin-bottom:1rem}
.resources_section .intro_text_res p{font-size:1.1rem;color:#ffffffe6;line-height:1.6;max-width:750px}
.resources_section .tools_grid38{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}
.resources_section .tool_card_item{background:#ffffff14;padding:2rem;border-radius:3px;border:1px solid #ffecc533;backdrop-filter:blur(8px);transition:background 0.25s,transform .25s}
.resources_section .tool_card_item:hover{background:#ffffff24;transform:scale(1.03)}
.resources_section .tool_card_item h3{font-size:1.3rem;color:#FFECC5;margin-bottom:.8rem}
.resources_section .tool_card_item p{font-size:.98rem;line-height:1.6;color:#ffffffd9}
.platform_access{padding:5rem 1.5rem;background:linear-gradient(180deg,#fff,#ffecc533)}
.platform_access .wrap_platform{max-width:1400px;margin:0 auto;display:flex;gap:3rem;align-items:center}
.platform_access .text_content_plat{flex:1.2}
.platform_access .text_content_plat h2{font-size:2.4rem;color:#7A05B1;margin-bottom:1.3rem}
.platform_access .text_content_plat p{font-size:1.05rem;line-height:1.7;color:#4a5568;margin-bottom:1rem}
.platform_access .feature_checks{margin-top:2rem}
.platform_access .feature_checks li{font-size:1.05rem;color:#2d3748;margin-bottom:.9rem;padding-left:2rem;position:relative}
.platform_access .feature_checks li::before{content:"✓";position:absolute;left:0;color:#7A05B1;font-weight:700;font-size:1.3rem}
.platform_access .image_content_plat{flex:1}
.platform_access .image_content_plat img{width:100%;height:420px;object-fit:cover;border-radius:5px;box-shadow:0 8px 24px #01445526}
.geography_area{background:#f7fafc;padding:5rem 1.5rem}
.geography_area .geo_container{max-width:1400px;margin:0 auto}
.geography_area .geo_header{text-align:center;margin-bottom:3.5rem}
.geography_area .geo_header h2{font-size:2.3rem;color:#014455;margin-bottom:1rem}
.geography_area .geo_header p{font-size:1.1rem;color:#4a5568;line-height:1.6;max-width:700px;margin:0 auto}
.geography_area .regions_display{display:flex;gap:2rem}
.geography_area .region_visual{flex:1;position:relative}
.geography_area .region_visual img{width:100%;height:460px;object-fit:cover;border-radius:4px;box-shadow:0 6px 20px #7a05b11f}
.geography_area .region_info{flex:1;display:flex;flex-direction:column;gap:1.8rem}
.geography_area .info_block93{background:#fff;padding:2rem;border-radius:4px;border-left:4px solid #7A05B1;box-shadow:0 4px 12px #01445514;transition:transform .2s}
.geography_area .info_block93:hover{transform:translateY(-4px)}
.geography_area .info_block93 h3{font-size:1.35rem;color:#014455;margin-bottom:.8rem}
.geography_area .info_block93 p{font-size:1rem;line-height:1.65;color:#4a5568}
@media (max-width: 1024px) {
.intro_segment .content_holder{flex-direction:column}
.intro_segment .image_holder img{height:380px}
.platform_access .wrap_platform{flex-direction:column}
.geography_area .regions_display{flex-direction:column}
}
@media (max-width: 768px) {
.intro_segment .text_space h1{font-size:2.2rem}
.intro_segment .btn_collection{flex-direction:column}
.credentials_panel .expertise_grid7{grid-template-columns:1fr}
.instructor_zone .people_showcase{grid-template-columns:1fr}
.resources_section .tools_grid38{grid-template-columns:1fr}
.credentials_panel .section_header21 h2,.platform_access .text_content_plat h2,.geography_area .geo_header h2{font-size:2rem}
}
.contact_wrapper{max-width:1400px;margin:0 auto;padding:0}
.title_block_section{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:520px;background:linear-gradient(135deg,#f8f5fb 0%,#fff9ed 100%);position:relative;overflow:hidden}
.title_text_area{padding:80px 60px;display:flex;flex-direction:column;justify-content:center;position:relative}
.title_text_area::before{content:'';position:absolute;left:60px;top:50%;transform:translateY(-50%);width:8px;height:180px;background:linear-gradient(180deg,#7A05B1 0%,transparent 100%);border-radius:4px}
.title_text_area h1{font-size:58px;font-weight:700;color:#014455;margin:0 0 24px 28px;line-height:1.1;letter-spacing:-.02em}
.title_text_area .subtitle_line{font-size:19px;color:#6b4c77;margin:0 0 0 28px;line-height:1.6;max-width:480px}
.title_image_container{position:relative;overflow:hidden}
.title_image_container img{width:100%;height:100%;object-fit:cover;filter:saturate(0.85) brightness(1.05)}
.decorative_dots_pattern{position:absolute;bottom:-20px;left:0;right:0;height:60px;display:flex;align-items:center;justify-content:center;gap:18px;z-index:5}
.decorative_dots_pattern span{width:9px;height:9px;background:#7A05B1;border-radius:50%;opacity:.4}
.decorative_dots_pattern span:nth-child(2),.decorative_dots_pattern span:nth-child(6){opacity:.7}
.decorative_dots_pattern span:nth-child(4){opacity:1;width:12px;height:12px}
.contact_form_section{padding:120px 60px;background:#fff}
.form_content_wrapper{max-width:680px;margin:0 auto}
.form_header_area{text-align:center;margin-bottom:64px}
.form_header_area h2{font-size:42px;font-weight:700;color:#014455;margin:0 0 18px;line-height:1.2}
.form_header_area p{font-size:18px;color:#5a5a6e;line-height:1.6;margin:0}
.contact_form_element{background:#fafbfc;padding:48px 52px;border-radius:6px;box-shadow:0 8px 24px #01445514;border:1px solid #e8edf2}
.form_row_double{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.input_group_wrapper{display:flex;flex-direction:column}
.input_group_wrapper label{font-size:15px;font-weight:600;color:#2a3f4d;margin-bottom:10px;display:block}
.input_group_wrapper input[type="text"],.input_group_wrapper input[type="tel"]{width:100%;padding:14px 16px;font-size:16px;border:2px solid #d5dde3;border-radius:4px;background:#fff;color:#1a2833;transition:all .3s ease}
.input_group_wrapper input[type="text"]:focus,.input_group_wrapper input[type="tel"]:focus{outline:none;border-color:#7A05B1;box-shadow:0 0 0 4px #7a05b11a}
.dropdown_container{margin-bottom:24px;position:relative}
.dropdown_container label{font-size:15px;font-weight:600;color:#2a3f4d;margin-bottom:10px;display:block}
.dropdown_container select{width:100%;padding:14px 16px;font-size:16px;border:2px solid #d5dde3;border-radius:4px;background:#fff;color:#1a2833;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23014455' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;transition:all .3s ease}
.dropdown_container select:focus{outline:none;border-color:#7A05B1;box-shadow:0 0 0 4px #7a05b11a}
.privacy_checkbox_block{margin:32px 0 28px;display:flex;align-items:flex-start;gap:12px}
.privacy_checkbox_block input[type="checkbox"]{width:20px;height:20px;margin-top:3px;cursor:pointer;accent-color:#7A05B1;flex-shrink:0}
.privacy_checkbox_block label{font-size:15px;color:#4a5966;line-height:1.5;cursor:pointer}
.privacy_checkbox_block a{color:#7A05B1;text-decoration:none;font-weight:600;transition:color .2s ease}
.privacy_checkbox_block a:hover{color:#5a0485;text-decoration:underline}
.submit_button_wrapper{text-align:center}
.submit_button_wrapper button{padding:16px 56px;font-size:17px;font-weight:700;color:#fff;background:linear-gradient(135deg,#7A05B1 0%,#5a0485 100%);border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 18px #7a05b14d;text-transform:uppercase;letter-spacing:.05em}
.submit_button_wrapper button:hover{transform:scale(1.04);box-shadow:0 8px 24px #7a05b166}
.submit_button_wrapper button:active{transform:scale(1.01)}
@media (max-width: 968px) {
.title_block_section{grid-template-columns:1fr;min-height:auto}
.title_text_area{padding:60px 40px}
.title_text_area::before{left:40px;height:140px}
.title_text_area h1{font-size:44px;margin-left:22px}
.title_text_area .subtitle_line{font-size:17px;margin-left:22px}
.title_image_container{min-height:320px}
.contact_form_section{padding:80px 40px}
.form_row_double{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 640px) {
.title_text_area{padding:48px 24px}
.title_text_area::before{left:24px;width:6px;height:120px}
.title_text_area h1{font-size:36px;margin-left:18px;margin-bottom:18px}
.title_text_area .subtitle_line{font-size:16px;margin-left:18px}
.decorative_dots_pattern{gap:14px}
.decorative_dots_pattern span{width:7px;height:7px}
.decorative_dots_pattern span:nth-child(4){width:10px;height:10px}
.contact_form_section{padding:60px 24px}
.form_header_area{margin-bottom:48px}
.form_header_area h2{font-size:32px;margin-bottom:14px}
.form_header_area p{font-size:16px}
.contact_form_element{padding:32px 28px}
.submit_button_wrapper button{width:100%;padding:16px 24px}
}
.title_wrapper{max-width:1400px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.title_content_left{padding-right:40px}
.title_heading1{font-size:3.2rem;line-height:1.1;color:#7A05B1;margin-bottom:24px;font-weight:700}
.title_description_text{font-size:1.15rem;line-height:1.7;color:#333;margin-bottom:20px}
.title_image_container{position:relative;overflow:hidden;border-radius:6px}
.title_main_photo{width:100%;height:480px;object-fit:cover;display:block;filter:contrast(1.1) saturate(0.9);mix-blend-mode:multiply;background:linear-gradient(135deg,#7A05B1 0%,#014455 100%)}
.geometric_overlay{position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:#ffecc566;border-radius:50%;pointer-events:none}
.geometric_square{position:absolute;bottom:30px;left:30px;width:100px;height:100px;background:#0144554d;transform:rotate(45deg)}
@media (max-width: 768px) {
.title_wrapper{grid-template-columns:1fr;padding:40px 20px;gap:30px}
.title_content_left{padding-right:0}
.title_heading1{font-size:2.2rem}
.title_main_photo{height:320px}
}
.origin_story_section{background:linear-gradient(to bottom,#FFECC5 0%,#fff 100%);padding:100px 20px}
.origin_content_wrapper{max-width:1400px;margin:0 auto;display:flex;gap:80px;align-items:flex-start}
.origin_left_column{flex:1}
.origin_right_column{flex:1;position:relative}
.origin_label{font-size:.95rem;text-transform:uppercase;letter-spacing:1.5px;color:#7A05B1;margin-bottom:16px;font-weight:600}
.origin_main_heading{font-size:2.6rem;line-height:1.2;color:#014455;margin-bottom:32px;font-weight:700}
.origin_paragraph{font-size:1.05rem;line-height:1.8;color:#444;margin-bottom:24px}
.origin_image_frame{width:100%;height:460px;object-fit:cover;border-radius:4px;box-shadow:12px 12px 0 #7a05b126}
@media (max-width: 968px) {
.origin_content_wrapper{flex-direction:column;gap:40px}
.origin_story_section{padding:60px 20px}
.origin_main_heading{font-size:2rem}
}
.approach_block{max-width:1400px;margin:0 auto;padding:90px 20px}
.approach_header_zone{text-align:center;margin-bottom:70px}
.approach_title_main{font-size:2.8rem;color:#7A05B1;margin-bottom:20px;font-weight:700}
.approach_subtitle_text{font-size:1.1rem;color:#555;line-height:1.6;max-width:680px;margin:0 auto}
.approach_cards_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approach_card_item{background:#fff;border:2px solid #FFECC5;border-radius:3px;padding:40px 32px;transition:all .3s ease;position:relative;overflow:hidden}
.approach_card_item::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(to bottom,#7A05B1,#014455);transition:height .4s ease}
.approach_card_item:hover::before{height:100%}
.approach_card_item:hover{transform:translateY(-6px);box-shadow:0 16px 32px #7a05b11f;border-color:#7A05B1}
.approach_icon_holder{width:56px;height:56px;background:#7a05b11a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.approach_icon_svg{width:28px;height:28px;fill:#7A05B1}
.approach_card_heading{font-size:1.4rem;color:#014455;margin-bottom:16px;font-weight:600}
.approach_card_description{font-size:1rem;line-height:1.7;color:#666}
@media (max-width: 968px) {
.approach_cards_grid{grid-template-columns:1fr;gap:24px}
.approach_title_main{font-size:2.2rem}
.approach_block{padding:60px 20px}
}
.team_philosophy_area{background:#014455;padding:110px 20px;position:relative;overflow:hidden}
.team_philosophy_area::after{content:'';position:absolute;bottom:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#ffecc514 0%,transparent 70%);pointer-events:none}
.team_container_inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:90px;align-items:center;position:relative;z-index:2}
.team_text_column{color:#fff}
.team_small_label{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#FFECC5;margin-bottom:20px}
.team_large_heading{font-size:3rem;line-height:1.15;margin-bottom:28px;font-weight:700}
.team_description_block{font-size:1.08rem;line-height:1.8;color:#ffffffe6;margin-bottom:20px}
.team_visual_column{position:relative}
.team_photo_display{width:100%;height:520px;object-fit:cover;border-radius:5px;box-shadow:-14px 14px 0 #ffecc533}
@media (max-width: 968px) {
.team_container_inner{grid-template-columns:1fr;gap:50px}
.team_philosophy_area{padding:70px 20px}
.team_large_heading{font-size:2.2rem}
.team_photo_display{height:380px}
}
.cta_final_section{max-width:1400px;margin:0 auto;padding:100px 20px;text-align:center}
.cta_inner_container{background:linear-gradient(135deg,#7a05b10d 0%,#0144550d 100%);border:3px solid #FFECC5;border-radius:6px;padding:80px 60px;position:relative;overflow:hidden}
.cta_inner_container::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#7a05b108 0%,transparent 60%);pointer-events:none}
.cta_headline_text{font-size:2.5rem;color:#014455;margin-bottom:24px;font-weight:700;position:relative;z-index:2}
.cta_supporting_copy{font-size:1.12rem;line-height:1.7;color:#555;margin-bottom:40px;max-width:720px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.cta_button_group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;position:relative;z-index:2}
.cta_primary_button{background:#7A05B1;color:#fff;padding:18px 44px;border-radius:4px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 6px 20px #7a05b133}
.cta_primary_button:hover{transform:scale(1.05);box-shadow:0 10px 30px #7a05b14d;background:#5d0489}
.cta_secondary_button{background:transparent;color:#014455;padding:18px 44px;border:2px solid #014455;border-radius:4px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease}
.cta_secondary_button:hover{background:#014455;color:#fff;transform:scale(1.04)}
@media (max-width: 768px) {
.cta_inner_container{padding:50px 30px}
.cta_headline_text{font-size:2rem}
.cta_button_group{flex-direction:column;align-items:center}
.cta_primary_button,.cta_secondary_button{width:100%;max-width:280px}
.cta_final_section{padding:60px 20px}
}
.hero_zone{position:relative;overflow:hidden;padding:120px 20px 100px;background:linear-gradient(135deg,#014455 0%,#7A05B1 100%);animation:gradient_slide 8s ease infinite}
@keyframes gradient_slide {
0%,100%{background-position:0 50%}
50%{background-position:100% 50%}
}
.hero_zone::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#ffecc514;pointer-events:none}
.hero_inner_wrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero_text_section h1{font-size:3.2rem;line-height:1.2;color:#FFECC5;margin-bottom:24px;font-weight:700}
.hero_text_section p{font-size:1.2rem;line-height:1.7;color:#ffecc5e6;margin-bottom:32px}
.hero_cta_button{display:inline-block;padding:16px 40px;background:#FFECC5;color:#014455;text-decoration:none;border-radius:4px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 6px 20px #7a05b14d}
.hero_cta_button:hover{transform:scale(1.05);box-shadow:0 8px 28px #7a05b180}
.hero_visual_container{position:relative}
.hero_visual_container img{width:100%;height:420px;object-fit:cover;border-radius:6px;box-shadow:0 12px 40px #0006;filter:brightness(0.85) contrast(1.1)}
.program_structure_segment{padding:100px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.program_structure_segment .content_wrapper{max-width:1400px;margin:0 auto}
.program_structure_segment h2{font-size:2.6rem;color:#014455;margin-bottom:16px;text-align:center}
.program_structure_segment .intro_text{font-size:1.15rem;color:#4a5568;text-align:center;max-width:800px;margin:0 auto 60px;line-height:1.7}
.pathway_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.pathway_card{background:#fff;border-radius:5px;padding:36px 28px;box-shadow:0 4px 16px #0144551f;transition:all .3s ease;border-left:4px solid #7A05B1}
.pathway_card:hover{transform:translateY(-8px);box-shadow:0 10px 32px #7a05b140}
.pathway_card h3{font-size:1.5rem;color:#7A05B1;margin-bottom:16px}
.pathway_card p{font-size:1rem;color:#5a6c7d;line-height:1.6;margin-bottom:20px}
.pathway_card ul{list-style:none;padding:0;margin:0}
.pathway_card ul li{padding:8px 0 8px 28px;position:relative;font-size:.95rem;color:#4a5568}
.pathway_card ul li::before{content:'→';position:absolute;left:0;color:#7A05B1;font-weight:700}
.enrollment_flow_section{padding:100px 20px;background:#014455;position:relative}
.enrollment_flow_section::after{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:url(./graphics/oveerlay-15.jpg) center/cover;opacity:.15;pointer-events:none}
.enrollment_flow_section .content_wrapper{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.enrollment_flow_section h2{font-size:2.5rem;color:#FFECC5;margin-bottom:20px}
.enrollment_flow_section .section_intro{font-size:1.1rem;color:#ffecc5d9;margin-bottom:50px;max-width:700px}
.process_timeline{display:flex;flex-direction:column;gap:28px}
.timeline_step{display:flex;gap:32px;align-items:flex-start}
.step_number_box{flex-shrink:0;width:70px;height:70px;background:linear-gradient(135deg,#7A05B1,#a035d1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#FFECC5;box-shadow:0 6px 20px #7a05b166}
.step_content_box{flex:1;background:#ffecc51a;padding:24px 28px;border-radius:4px;border:1px solid #ffecc533}
.step_content_box h3{font-size:1.4rem;color:#FFECC5;margin-bottom:10px}
.step_content_box p{font-size:1rem;color:#ffecc5cc;line-height:1.6}
.learning_outcomes_section{padding:100px 20px;background:#fff}
.learning_outcomes_section .content_wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.outcomes_visual{position:relative}
.outcomes_visual img{width:100%;height:500px;object-fit:cover;border-radius:5px;box-shadow:0 10px 40px #01445533}
.outcomes_text_area h2{font-size:2.4rem;color:#014455;margin-bottom:20px;position:relative;padding-left:20px}
.outcomes_text_area h2::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:5px;background:linear-gradient(180deg,#7A05B1,#014455);border-radius:3px}
.outcomes_text_area p{font-size:1.1rem;color:#4a5568;line-height:1.7;margin-bottom:32px}
.skills_checklist{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.skill_item_box{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f8f9fa;border-radius:4px;transition:all .3s ease}
.skill_item_box:hover{background:#FFECC5;transform:translateX(6px)}
.skill_item_box .icon_holder{flex-shrink:0;width:32px;height:32px;background:#7A05B1;border-radius:50%;display:flex;align-items:center;justify-content:center}
.skill_item_box .icon_holder svg{width:16px;height:16px;fill:#FFECC5}
.skill_item_box span{font-size:1rem;color:#014455;font-weight:500;line-height:1.5}
.enrollment_cta_section{padding:80px 20px;background:linear-gradient(135deg,#7A05B1 0%,#014455 100%);text-align:center}
.enrollment_cta_section .content_wrapper{max-width:900px;margin:0 auto}
.enrollment_cta_section h2{font-size:2.8rem;color:#FFECC5;margin-bottom:20px}
.enrollment_cta_section p{font-size:1.2rem;color:#ffecc5e6;margin-bottom:40px;line-height:1.7}
.cta_buttons_row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta_primary_btn{display:inline-block;padding:18px 48px;background:#FFECC5;color:#014455;text-decoration:none;border-radius:4px;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 24px #ffecc54d}
.cta_primary_btn:hover{transform:scale(1.06);box-shadow:0 10px 36px #ffecc580}
.cta_secondary_btn{display:inline-block;padding:18px 48px;background:transparent;color:#FFECC5;text-decoration:none;border-radius:4px;border:2px solid #FFECC5;font-weight:600;font-size:1.1rem;transition:all .3s ease}
.cta_secondary_btn:hover{background:#FFECC5;color:#014455;transform:scale(1.04)}
@media (max-width: 1024px) {
.hero_inner_wrap{grid-template-columns:1fr;gap:40px}
.hero_text_section h1{font-size:2.6rem}
.pathway_grid{grid-template-columns:1fr}
.learning_outcomes_section .content_wrapper{grid-template-columns:1fr;gap:50px}
.skills_checklist{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hero_zone{padding:80px 20px 60px}
.hero_text_section h1{font-size:2rem}
.hero_text_section p{font-size:1.05rem}
.program_structure_segment{padding:60px 20px}
.program_structure_segment h2{font-size:2rem}
.enrollment_flow_section{padding:60px 20px}
.enrollment_flow_section h2{font-size:2rem}
.timeline_step{flex-direction:column;gap:16px}
.step_number_box{width:60px;height:60px;font-size:1.5rem}
.learning_outcomes_section{padding:60px 20px}
.outcomes_text_area h2{font-size:1.9rem}
.enrollment_cta_section{padding:60px 20px}
.enrollment_cta_section h2{font-size:2.2rem}
.cta_buttons_row{flex-direction:column;align-items:stretch}
.cta_primary_btn,.cta_secondary_btn{text-align:center}
}
.careers_hero_wrapper{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#7A05B1 0%,#014455 100%)}
.careers_hero_wrapper::before{content:'';position:absolute;top:-50%;left:-10%;width:120%;height:200%;background:repeating-linear-gradient(45deg,transparent,transparent 35px,#ffecc50d 35px,#ffecc50d 70px);pointer-events:none}
.careers_hero_wrapper::after{content:'';position:absolute;top:-30%;right:-15%;width:140%;height:180%;background:repeating-linear-gradient(-45deg,transparent,transparent 42px,#ffecc508 42px,#ffecc508 84px);pointer-events:none}
.careers_hero_image_container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.careers_hero_image_container img{width:100%;height:100%;object-fit:cover;object-position:center}
.careers_hero_image_container::before{content:'';position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(180deg,#014455d9 0%,transparent 100%);z-index:2}
.careers_hero_image_container::after{content:'';position:absolute;bottom:0;left:0;right:0;height:45%;background:linear-gradient(0deg,#7a05b1e6 0%,transparent 100%);z-index:2}
.careers_hero_content_zone{position:relative;z-index:3;max-width:1400px;width:90%;margin:0 auto;padding:80px 0}
.careers_hero_title_block{transform:skewY(-2deg)}
.careers_hero_title_block h1{font-size:3.2rem;line-height:1.15;color:#FFECC5;font-weight:700;margin:0 0 24px;text-shadow:2px 4px 12px #0006}
.careers_hero_title_block .subtitle_text{font-size:1.3rem;color:#ffecc5f2;line-height:1.5;max-width:620px;margin:0}
.opportunity_grid_section{background:#f8f9fa;padding:90px 0}
.opportunity_content_wrapper{max-width:1400px;width:90%;margin:0 auto}
.opportunity_header_area{text-align:center;margin-bottom:70px}
.opportunity_header_area h2{font-size:2.6rem;color:#014455;margin:0 0 18px;font-weight:700}
.opportunity_header_area .intro_paragraph{font-size:1.15rem;color:#4a5568;line-height:1.7;max-width:740px;margin:0 auto}
.job_cards_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.job_card_item{background:#fff;border-radius:6px;padding:38px 32px;box-shadow:0 6px 18px #7a05b114;transition:all .3s ease;border-left:4px solid transparent}
.job_card_item:hover{transform:scale(1.03);box-shadow:0 10px 28px #01445526;border-left-color:#7A05B1}
.job_card_item h3{font-size:1.6rem;color:#014455;margin:0 0 14px;font-weight:600}
.job_type_badge{display:inline-block;background:#7a05b11a;color:#7A05B1;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:18px}
.job_card_item p{font-size:1.05rem;line-height:1.65;color:#4a5568;margin:0 0 22px}
.job_details_list{list-style:none;padding:0;margin:0 0 26px}
.job_details_list li{font-size:.95rem;color:#6b7280;padding:8px 0 8px 28px;position:relative}
.job_details_list li::before{content:'→';position:absolute;left:0;color:#7A05B1;font-weight:700}
.apply_link_button{display:inline-block;background:#7A05B1;color:#fff;padding:12px 28px;border-radius:4px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #7a05b140}
.apply_link_button:hover{background:#014455;box-shadow:0 6px 16px #0144554d;transform:translateY(-2px)}
.values_showcase_section{background:#fff;padding:100px 0;position:relative;overflow:hidden}
.values_showcase_section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#7A05B1 0%,#014455 50%,#7A05B1 100%)}
.values_content_container{max-width:1400px;width:90%;margin:0 auto}
.values_intro_block{max-width:680px;margin-bottom:60px}
.values_intro_block h2{font-size:2.4rem;color:#7A05B1;margin:0 0 20px;font-weight:700;position:relative;padding-left:22px}
.values_intro_block h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:70%;background:#014455;border-radius:3px}
.values_intro_block p{font-size:1.1rem;line-height:1.7;color:#4a5568;margin:0}
.values_features_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.value_feature_card{position:relative;padding:32px 24px;background:linear-gradient(135deg,#ffecc533 0%,#ffecc50d 100%);border-radius:4px;border:2px solid #7a05b11f;transition:all .3s ease}
.value_feature_card:hover{transform:translateY(-6px);border-color:#7A05B1;box-shadow:0 12px 24px #0144551f}
.value_icon_wrapper{width:56px;height:56px;background:#7A05B1;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 4px 14px #7a05b14d}
.value_icon_wrapper .oi{font-size:1.6rem;color:#FFECC5}
.value_feature_card h3{font-size:1.4rem;color:#014455;margin:0 0 12px;font-weight:600}
.value_feature_card p{font-size:1rem;line-height:1.65;color:#4a5568;margin:0}
.process_timeline_section{background:linear-gradient(180deg,#014455 0%,#7A05B1 100%);padding:95px 0;position:relative}
.process_timeline_section::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="1.5" fill="#ffecc514"/></svg>');pointer-events:none}
.process_content_holder{max-width:1400px;width:90%;margin:0 auto;position:relative;z-index:2}
.process_header_section{text-align:center;margin-bottom:70px}
.process_header_section h2{font-size:2.5rem;color:#FFECC5;margin:0 0 16px;font-weight:700}
.process_header_section p{font-size:1.15rem;color:#ffecc5e6;line-height:1.6;max-width:700px;margin:0 auto}
.timeline_steps_container{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;position:relative}
.timeline_steps_container::before{content:'';position:absolute;top:40px;left:12%;right:12%;height:3px;background:#ffecc540;z-index:1}
.timeline_step_item{position:relative;z-index:2;text-align:center}
.step_number_circle{width:80px;height:80px;background:#fff;border:4px solid #FFECC5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.8rem;font-weight:700;color:#7A05B1;box-shadow:0 6px 20px #00000026;transition:all .3s ease}
.timeline_step_item:hover .step_number_circle{transform:scale(1.08);background:#FFECC5;border-color:#fff}
.timeline_step_item h3{font-size:1.25rem;color:#fff;margin:0 0 10px;font-weight:600}
.timeline_step_item p{font-size:.95rem;color:#ffecc5d9;line-height:1.55;margin:0}
.cta_contact_section{background:#FFECC5;padding:85px 0}
.cta_content_area{max-width:1400px;width:90%;margin:0 auto;display:flex;align-items:center;gap:60px}
.cta_text_column{flex:1}
.cta_text_column h2{font-size:2.3rem;color:#014455;margin:0 0 18px;font-weight:700;line-height:1.25}
.cta_text_column p{font-size:1.1rem;line-height:1.7;color:#4a5568;margin:0 0 28px}
.contact_info_list{list-style:none;padding:0;margin:0}
.contact_info_list li{font-size:1.05rem;color:#4a5568;padding:10px 0 10px 36px;position:relative}
.contact_info_list li .oi{position:absolute;left:0;top:12px;color:#7A05B1;font-size:1.2rem}
.cta_action_column{flex:0 0 420px;background:#fff;padding:42px 38px;border-radius:6px;box-shadow:0 8px 24px #7a05b11f}
.cta_action_column h3{font-size:1.6rem;color:#7A05B1;margin:0 0 24px;font-weight:600;text-align:center}
.quick_contact_form{display:flex;flex-direction:column;gap:18px}
.quick_contact_form input,.quick_contact_form textarea{width:100%;padding:14px 16px;border:2px solid #7a05b133;border-radius:4px;font-size:1rem;transition:all .3s ease;font-family:inherit}
.quick_contact_form input:focus,.quick_contact_form textarea:focus{outline:none;border-color:#7A05B1;box-shadow:0 0 0 3px #7a05b11a}
.quick_contact_form textarea{min-height:110px;resize:vertical}
.quick_contact_form button{background:#7A05B1;color:#fff;padding:16px 32px;border:none;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #7a05b14d}
.quick_contact_form button:hover{background:#014455;transform:translateY(-2px);box-shadow:0 7px 20px #01445559}
@media (max-width: 1024px) {
.careers_hero_title_block h1{font-size:2.6rem}
.job_cards_grid{grid-template-columns:1fr}
.values_features_grid{grid-template-columns:repeat(2,1fr)}
.timeline_steps_container{grid-template-columns:repeat(2,1fr)}
.timeline_steps_container::before{display:none}
.cta_content_area{flex-direction:column}
.cta_action_column{flex:1;width:100%;max-width:500px}
}
@media (max-width: 768px) {
.careers_hero_wrapper{min-height:380px}
.careers_hero_title_block h1{font-size:2.2rem}
.careers_hero_title_block .subtitle_text{font-size:1.1rem}
.opportunity_grid_section,.values_showcase_section,.process_timeline_section,.cta_contact_section{padding:60px 0}
.opportunity_header_area h2,.values_intro_block h2,.process_header_section h2{font-size:2rem}
.values_features_grid{grid-template-columns:1fr}
.timeline_steps_container{grid-template-columns:1fr}
}
.success_wrapper{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FFECC5 0%,#f5f5f5 50%,#e8e8e8 100%);padding:3rem 1.5rem;position:relative;overflow:hidden}
.success_wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,#7a05b114 0%,transparent 50%),radial-gradient(circle at 80% 70%,#0144550f 0%,transparent 50%);pointer-events:none}
.success_wrapper::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none}
.content_container_success{max-width:680px;width:100%;background:#fff;border-radius:6px;padding:3.5rem 2.5rem;box-shadow:0 8px 24px #7a05b11f 0 2px 6px #01445514;position:relative;z-index:1;text-align:center}
.icon_holder_success{width:96px;height:96px;margin:0 auto 2rem;background:linear-gradient(135deg,#7a05b11a 0%,#0144551a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse_grow 2.5s ease-in-out infinite}
@keyframes pulse_grow {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #7a05b166}
50%{transform:scale(1.05);box-shadow:0 0 0 20px #7a05b100}
}
.icon_holder_success svg{width:48px;height:48px;fill:none;stroke:#7A05B1;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.success_title_main{font-size:2.25rem;line-height:1.2;color:#1a1a1a;margin:0 0 1rem;font-weight:700}
.success_subtitle_text{font-size:1.125rem;line-height:1.6;color:#4a4a4a;margin:0 0 2.5rem;max-width:520px;margin-left:auto;margin-right:auto}
.info_box_success{background:linear-gradient(135deg,#ffecc54d 0%,#ffecc51a 100%);border-left:4px solid #7A05B1;padding:1.5rem;border-radius:3px;margin-bottom:2.5rem;text-align:left}
.info_box_success p{margin:0;font-size:.95rem;line-height:1.7;color:#2a2a2a}
.info_box_success p strong{color:#7A05B1;font-weight:600}
.action_buttons_row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.button_primary_success{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:linear-gradient(135deg,#7A05B1 0%,#5a0485 100%);color:#fff;text-decoration:none;border-radius:4px;font-size:1rem;font-weight:600;box-shadow:0 4px 12px #7a05b140;transition:all .3s ease;border:none;cursor:pointer}
.button_primary_success:hover{transform:scale(1.04);box-shadow:0 6px 16px #7a05b159;background:linear-gradient(135deg,#8a06c9 0%,#6a0595 100%)}
.button_secondary_success{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#fff;color:#014455;text-decoration:none;border-radius:4px;font-size:1rem;font-weight:600;border:2px solid #014455;transition:all .3s ease;cursor:pointer}
.button_secondary_success:hover{transform:scale(1.04);background:#014455;color:#fff}
.decorative_element_top{position:absolute;top:-40px;right:-40px;width:120px;height:120px;background:linear-gradient(135deg,#7a05b126 0%,#0144551a 100%);border-radius:50%;z-index:0;animation:float_decoration 6s ease-in-out infinite}
.decorative_element_bottom{position:absolute;bottom:-30px;left:-30px;width:90px;height:90px;background:linear-gradient(135deg,#01445526 0%,#7a05b11a 100%);border-radius:50%;z-index:0;animation:float_decoration 8s ease-in-out infinite reverse}
@keyframes float_decoration {
0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(-15px) scale(1.1)}
}
@media (max-width: 768px) {
.success_wrapper{padding:2rem 1rem;min-height:70vh}
.content_container_success{padding:2.5rem 1.5rem}
.success_title_main{font-size:1.75rem}
.success_subtitle_text{font-size:1rem}
.action_buttons_row{flex-direction:column;width:100%}
.button_primary_success,.button_secondary_success{width:100%;justify-content:center}
.icon_holder_success{width:80px;height:80px}
.icon_holder_success svg{width:40px;height:40px}
.decorative_element_top,.decorative_element_bottom{display:none}
}
@media (max-width: 480px) {
.success_title_main{font-size:1.5rem}
.content_container_success{padding:2rem 1.25rem}
.info_box_success{padding:1.25rem}
}