﻿*{margin:0;box-sizing:border-box;padding:0}.container{max-width:100%;margin:auto;width:1110px}.wrapper-container{height:100%;flex-direction:column;display:flex;min-height:100%}a{text-decoration:none;color:inherit}header,footer{width:100%}html,body{min-height:100%;scroll-behavior:smooth;color:#000000;height:100%;font-family:Arial,sans-serif}.code_labs{flex:0 0 auto}svg{height:30px;width:30px}.nav_start{flex:1 0 auto}@media only screen and (max-width: 1200px) {.container{padding:0 20px;width:100%}} @media only screen and (max-width: 800px) {.container{padding:0 12px}} .try_immediately{position:relative;z-index:1;padding:4rem 2rem;background:linear-gradient(135deg,rgb(125,156,154) 0%,rgb(89,117,115) 100%);box-shadow:0 15px 30px rgba(0,0,0,0.1);overflow:hidden}.try_immediately::before{background:linear-gradient(45deg,rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.05) 100%);top:-50%;position:absolute;width:100%;content:"";height:200%;z-index:-1;animation:shiftLight 12s ease-in-out infinite alternate;right:-50%;transform:rotate(30deg)}.try_immediately::after{content:"";height:100%;z-index:-1;width:100%;left:0;top:0;position:absolute;background:radial-gradient(circle at 30% 70%,rgb(125,156,154,0.5) 0%,transparent 60%)}.try_immediately .container{align-items:flex-start;max-width:1140px;flex-direction:column;position:relative;transform:perspective(1000px) rotateX(2deg);z-index:2;display:flex;margin:0 auto}.try_immediately h6{line-height:1.6;position:relative;text-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:80%;transform:translateX(20px);color:#ffffff;font-weight:600;animation:slideInText 0.6s ease-out forwards;font-size:calc(19px * 1.1);margin-bottom:2.5rem}.try_immediately h6::before{width:4px;content:"";position:absolute;transform:translateY(-50%);left:-20px;height:70%;background:#ffffff;top:50%}.try_immediately div div{display:flex;animation:slideUpButton 0.8s ease-out forwards 0.3s;transform:translateY(10px);justify-content:flex-start;opacity:0}.try_immediately span{position:relative;display:inline-block;overflow:hidden}.try_immediately .message_reach{color:rgb(125,156,154);transition:all 0.4s cubic-bezier(0.17,0.67,0.83,0.67);font-weight:600;padding:0.8rem 2.2rem;letter-spacing:0.5px;background:#ffffff;border:none;display:inline-flex;transform:skewX(-5deg);overflow:hidden;position:relative;text-decoration:none;clip-path:polygon(5% 0%,100% 0%,95% 100%,0% 100%);font-size:14px;align-items:center;box-shadow:0 8px 20px rgba(0,0,0,0.15);justify-content:center}.try_immediately .message_reach span{position:relative;transform:skewX(5deg);display:inline-block;z-index:2;transition:transform 0.3s ease,color 0.3s ease}.try_immediately .message_reach::before{left:-100%;height:100%;position:absolute;content:"";z-index:1;background:rgb(89,117,115);transform:translateX(0) skewX(-10deg);transition:transform 0.4s cubic-bezier(0.17,0.67,0.83,0.67);top:0;width:100%}.try_immediately .message_reach:hover{transform:skewX(-5deg) translateY(-3px);box-shadow:0 12px 25px rgba(0,0,0,0.2)}.try_immediately .message_reach:hover::before{transform:translateX(100%) skewX(-10deg)}.try_immediately .message_reach:hover span{transform:skewX(5deg) translateX(3px);color:rgb(125,156,154)}.try_immediately .message_reach:active{transition:all 0.1s cubic-bezier(0.17,0.67,0.83,0.67);transform:skewX(-5deg) translateY(1px);box-shadow:0 5px 15px rgba(0,0,0,0.1)}@keyframes shiftLight {0%{transform:rotate(30deg) translateX(0)}100%{transform:rotate(30deg) translateX(5%)}} @keyframes slideInText {0%{transform:translateX(50px);opacity:0}100%{transform:translateX(20px);opacity:1}} @keyframes slideUpButton {0%{transform:translateY(30px);opacity:0}100%{transform:translateY(0);opacity:1}} @media screen and (max-width: 991px) {.try_immediately{padding:3.5rem 1.5rem}.try_immediately h6{max-width:90%;font-size:19px}.try_immediately .message_reach{padding:0.7rem 1.8rem}} @media screen and (max-width: 768px) {.try_immediately{padding:3rem 1.2rem}.try_immediately .container{transform:perspective(1000px) rotateX(1deg);align-items:center}.try_immediately h6{transform:translateX(0);margin-bottom:2rem;max-width:100%;text-align:center}.try_immediately h6::before{height:60%;left:-10px}.try_immediately div div{justify-content:center}.try_immediately .message_reach{padding:0.7rem 1.6rem}} @media screen and (max-width: 576px) {.try_immediately{padding:2.5rem 1rem}.try_immediately h6{font-size:calc(19px * 0.9);margin-bottom:1.8rem}.try_immediately h6::before{width:3px;left:-8px}.try_immediately .message_reach{font-size:calc(14px * 0.9);padding:0.6rem 1.4rem}}.instructor_history{position:relative;padding:120px 0;background:linear-gradient(135deg,rgb(159,190,187) 0%,rgb(125,156,154,0.5) 100%);overflow:hidden}.instructor_history::before{top:-50px;content:"";background:rgb(89,117,115,0.5);transform:rotate(-15deg);filter:blur(80px);right:-50px;position:absolute;z-index:0;width:300px;height:300px}.instructor_history::after{height:250px;transform:rotate(25deg);position:absolute;filter:blur(60px);width:250px;z-index:0;bottom:-80px;content:"";left:-50px;background:rgb(125,156,154,0.5)}.instructor_history .container{margin:0 auto;max-width:1200px;position:relative;z-index:1;padding:0 20px}.instructor_history .testimonials_pro{transform:perspective(1000px) rotateY(2deg);background:#ffffff;padding:40px;box-shadow:0 20px 40px rgba(0,0,0,0.08);grid-template-columns:1fr;position:relative;gap:30px;display:grid;transition:transform 0.5s cubic-bezier(0.22,1,0.36,1)}.instructor_history .testimonials_pro:hover{transform:perspective(1000px) rotateY(0deg)}.instructor_history .testimonials_pro::before{transform:scaleY(0);position:absolute;top:0;content:"";height:100%;width:5px;left:0;transition:transform 0.4s cubic-bezier(0.22,1,0.36,1);transform-origin:left center;background:linear-gradient(to bottom,rgb(125,156,154),rgb(89,117,115))}.instructor_history .testimonials_pro:hover::before{transform:scaleY(1)}.instructor_history .img_text{margin:0 auto;position:relative;border:3px solid #ffffff;clip-path:polygon(25% 0%,75% 0%,100% 25%,100% 75%,75% 100%,25% 100%,0% 75%,0% 25%);box-shadow:0 10px 30px rgba(0,0,0,0.1);width:200px;height:200px;transition:transform 0.6s cubic-bezier(0.22,1,0.36,1),box-shadow 0.6s cubic-bezier(0.22,1,0.36,1)}.instructor_history .testimonials_pro:hover .img_text{box-shadow:0 15px 35px rgba(0,0,0,0.15);transform:translateY(-10px) scale(1.05)}.instructor_history .img_text::after{content:"";position:absolute;height:100%;left:0;top:0;background:linear-gradient(135deg,rgb(125,156,154,0.5) 0%,transparent 50%,rgb(89,117,115,0.5) 100%);width:100%;opacity:0;transition:opacity 0.6s ease}.instructor_history .testimonials_pro:hover .img_text::after{opacity:0.4}.instructor_history .name{font-weight:700;display:inline-block;color:rgb(125,156,154);position:relative;transition:transform 0.5s cubic-bezier(0.22,1,0.36,1);transform:translateX(0);font-size:calc(19px * 1.1);margin:0 0 5px 0}.instructor_history .testimonials_pro:hover .name{transform:translateX(10px)}.instructor_history .name::after{transition:width 0.5s cubic-bezier(0.22,1,0.36,1) 0.1s;background:rgb(89,117,115);height:2px;position:absolute;width:0;bottom:-3px;content:"";left:0}.instructor_history .testimonials_pro:hover .name::after{width:100%}.instructor_history .testimonials_pro > div:nth-child(2) > div{color:#000000;margin-bottom:15px;font-size:calc(13px * 0.95);transition:padding-left 0.5s cubic-bezier(0.22,1,0.36,1);position:relative;padding-left:0;font-weight:600}.instructor_history .testimonials_pro:hover > div:nth-child(2) > div{padding-left:10px}.instructor_history .work_trajectory{margin:0;transition:background-position 0.8s cubic-bezier(0.22,1,0.36,1);background-size:200% 100%;position:relative;border-radius:10px;color:#000000;padding:25px 20px;line-height:1.8;background:linear-gradient(to right,#ffffff,rgb(159,190,187),#ffffff);font-size:13px}.instructor_history .testimonials_pro:hover .work_trajectory{background-position:right center}.instructor_history .work_trajectory::before,.instructor_history .work_trajectory::after{font-family:Georgia,serif;font-size:60px;position:absolute;transition:transform 0.5s cubic-bezier(0.22,1,0.36,1);content:"";line-height:1;color:rgb(125,156,154,0.5)}.instructor_history .work_trajectory::before{left:-10px;top:-10px;transform:translateX(-20px) translateY(-20px) scale(0.8);opacity:0.5}.instructor_history .work_trajectory::after{right:-10px;bottom:-30px;opacity:0.5;transform:translateX(20px) translateY(20px) scale(0.8);content:""}.instructor_history .testimonials_pro:hover .work_trajectory::before{transform:translateX(0) translateY(0) scale(1);opacity:0.7}.instructor_history .testimonials_pro:hover .work_trajectory::after{opacity:0.7;transform:translateX(0) translateY(0) scale(1)}@media (min-width: 768px) {.instructor_history .testimonials_pro{grid-template-columns:220px 1fr;gap:25px 40px;grid-template-rows:auto 1fr}.instructor_history .testimonials_pro > div:first-child{display:flex;grid-row:1 / 3;align-items:center;justify-content:center}.instructor_history .testimonials_pro > div:nth-child(2){align-self:end}.instructor_history .testimonials_pro > div:nth-child(3){grid-column:2 / 3}.instructor_history .img_text{width:200px;height:200px}} @media (min-width: 992px) {.instructor_history{padding:150px 0}.instructor_history .testimonials_pro{padding:60px;gap:30px 60px;transform:perspective(1500px) rotateY(3deg)}.instructor_history .img_text{width:240px;height:240px}.instructor_history .name{font-size:calc(19px * 1.2)}.instructor_history .testimonials_pro > div:nth-child(2) > div{font-size:13px}.instructor_history .work_trajectory{line-height:1.9;font-size:calc(13px * 1.05);padding:30px 25px}} @media (max-width: 767px) {.instructor_history{padding:80px 0}.instructor_history .testimonials_pro{gap:20px;padding:30px 25px}.instructor_history .img_text{height:150px;width:150px}.instructor_history .name{font-size:19px;text-align:center}.instructor_history .testimonials_pro > div:nth-child(2){text-align:center}.instructor_history .testimonials_pro > div:nth-child(2) > div{font-size:calc(13px * 0.9)}.instructor_history .work_trajectory{font-size:calc(13px * 0.95);padding:20px 15px;line-height:1.7}}header{clip-path:polygon( 0 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 calc(100% - 15px) );position:relative;background:linear-gradient(120deg,rgb(125,156,154) 0%,rgb(89,117,115) 100%);padding:0;z-index:100;overflow:visible;margin-top:0}header::before{top:2px;z-index:-1;position:absolute;background:repeating-linear-gradient( -45deg,rgba(255,255,255,0.05) 0px,rgba(255,255,255,0.05) 1px,transparent 1px,transparent 10px );left:2px;clip-path:polygon( 0 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 calc(100% - 15px) );right:2px;content:'';bottom:2px}header .first_lesson{padding:1.2rem 3rem;position:relative;align-items:center;z-index:5;justify-content:space-between;display:flex}header .site_prime{transition:all 0.3s ease;flex:0 0 auto;margin-right:2rem;position:relative;background:rgba(255,255,255,0.15);clip-path:polygon( 0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px) );padding:0.7rem 1.2rem 0.7rem 1rem}header .site_prime::before{left:3px;position:absolute;z-index:-1;content:'';top:3px;clip-path:polygon( 0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px) );bottom:3px;right:3px;border:1px dashed rgba(255,255,255,0.3)}header .site_prime:hover{background:rgba(255,255,255,0.2);transform:translateY(-3px) scale(1.03)}header .top_lesson{z-index:1;display:block;transition:all 0.3s ease;position:relative}header .top_lesson img{filter:drop-shadow(0 0 5px rgba(255,255,255,0.5));max-height:40px}header .site_core{padding:0;list-style:none;margin:0;display:flex;z-index:2;position:relative}header .header_mentor{position:relative;margin:0 0.5rem}header .header_mentor a{padding:0 1.2rem;height:40px;border:1px solid transparent;clip-path:polygon( 10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px );transition:all 0.3s ease;font-size:17px;background:rgba(255,255,255,0.1);overflow:hidden;display:flex;align-items:center;position:relative;text-decoration:none;font-weight:600;color:#ffffff;justify-content:center}header .header_mentor a::before{position:absolute;top:0;height:100%;left:-100%;transition:left 0.7s ease;background:linear-gradient( 90deg,transparent,rgba(255,255,255,0.2),transparent );content:'';width:100%}header .header_mentor a:hover{background:rgba(255,255,255,0.2);border-color:#ffffff;box-shadow:0 5px 15px rgba(0,0,0,0.2);transform:translateY(-3px)}header .header_mentor a:hover::before{left:100%}header .header_mentor::after{height:2px;width:0;position:absolute;transform:translateX(-50%);content:'';background:#ffffff;left:50%;transition:width 0.3s ease;bottom:-5px}header .header_mentor:hover::after{width:80%}header .first_lesson::before{top:10px;border-bottom:none;border:2px solid rgba(255,255,255,0.3);right:10px;width:40px;position:absolute;content:'';height:40px;opacity:0.5;border-right:none}header .first_lesson::after{opacity:0.5;border-top:none;border:2px solid rgba(255,255,255,0.3);height:40px;width:40px;position:absolute;left:10px;content:'';bottom:10px;border-left:none}header .nav_start{z-index:1;position:relative;background:rgb(159,190,187);padding-top:2rem;margin-top:-15px}@keyframes pulse {0%,100%{opacity:0.5}50%{opacity:1}} header::after{top:15px;width:8px;content:'';height:8px;border-radius:50%;animation:pulse 2s infinite;background:#ffffff;right:15px;position:absolute;box-shadow:0 0 10px #ffffff}@media (min-width: 1400px) {header .first_lesson{margin:0 auto;max-width:1320px}header .header_mentor{margin:0 0.7rem}header .header_mentor a{padding:0 1.5rem}} @media (max-width: 991px) {header{clip-path:polygon( 0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px) )}header .first_lesson{flex-wrap:wrap;padding:1rem 2rem}header .site_prime{margin-right:0;margin-bottom:0}header .site_core{flex-basis:100%;margin-top:1rem;justify-content:flex-end}header .header_mentor a{font-size:calc(17px - 1px);padding:0 1rem;height:35px}header .first_lesson::before,header .first_lesson::after{display:none}.nav_start{margin-top:-10px}} @media (max-width: 767px) {header{clip-path:polygon( 0 0,100% 0,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px) );padding:0}header .first_lesson{padding:0.8rem 1.5rem}header .site_prime{padding:0.5rem 0.8rem;clip-path:polygon( 0 0,calc(100% - 5px) 0,100% 5px,100% 100%,5px 100%,0 calc(100% - 5px) )}header .top_lesson img{max-height:35px}header .site_core{padding-bottom:0.5rem;scrollbar-width:thin;-webkit-overflow-scrolling:touch;justify-content:flex-start;overflow-x:auto;margin-top:0.8rem}header .site_core::-webkit-scrollbar{height:3px}header .site_core::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.3);border-radius:10px}header .header_mentor{margin:0 0.25rem;flex:0 0 auto}header .header_mentor a{height:32px;padding:0 0.8rem;white-space:nowrap;clip-path:polygon( 5px 0,calc(100% - 5px) 0,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0 calc(100% - 5px),0 5px );font-size:calc(17px - 2px)}header .header_mentor::after{display:none}header::after{width:5px;height:5px;top:10px;right:10px}.nav_start{margin-top:-5px}} @media (max-width: 479px) {header .first_lesson{padding:0.7rem 1.2rem}header .site_prime{padding:0.4rem 0.6rem;max-width:120px}header .header_mentor a{height:30px;padding:0 0.6rem;font-size:calc(17px - 3px)}}.contact_panel{overflow:hidden;background:linear-gradient( 135deg,rgb(89,117,115,0.5) 0%,rgb(125,156,154,0.5) 100% );isolation:isolate;position:relative;padding:6rem 0}.contact_panel::before{z-index:1;animation:subtle-pulse 12s infinite alternate;content:'';height:200%;width:200%;position:absolute;left:-50%;background:radial-gradient( circle at center,rgba(255,255,255,0.05) 0%,transparent 70% );top:-50%}.contact_panel::after{bottom:-30%;height:150%;position:absolute;background:radial-gradient( circle at center,rgba(255,255,255,0.03) 0%,transparent 60% );animation:subtle-wave 15s infinite alternate-reverse;z-index:1;content:'';right:-30%;width:150%}.contact_panel .container{z-index:2;margin:0 auto;padding:0 1rem;position:relative;max-width:1200px}.contact_panel h2{color:#ffffff;font-size:46px;text-align:center;margin-bottom:3rem;text-transform:uppercase;font-weight:700;letter-spacing:-0.02em;position:relative}.contact_panel h2::after{height:3px;transform:translateX(-50%);content:'';left:50%;position:absolute;background:linear-gradient( to right,transparent,rgb(125,156,154),transparent );bottom:-0.5rem;width:80px}.contact_panel .inquiry_info{box-shadow:0 15px 35px rgba(0,0,0,0.1);display:flex;align-items:stretch;backdrop-filter:blur(10px);border-radius:13px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);overflow:hidden}.contact_panel .img_text{position:relative;min-height:500px;flex:0 0 40%}.contact_panel .img_text::before{mix-blend-mode:color-dodge;top:0;height:100%;content:'';position:absolute;left:0;background:linear-gradient( 45deg,rgb(89,117,115,0.5) 0%,rgb(125,156,154,0.5) 100% );opacity:0.6;width:100%}.contact_panel .contact_reach{flex:0 0 60%;flex-direction:column;padding:4rem 3rem;display:flex;justify-content:center}.contact_panel .contact_reach form{width:100%;max-width:500px;margin:0 auto}.contact_panel .contact_reach h3{color:#ffffff;text-align:center;font-weight:600;margin-bottom:2rem;font-size:33px}.contact_panel .contact_reach input:not([type="checkbox"]):not([type="submit"]){transition:all 0.3s ease;outline:none;width:100%;color:#ffffff;font-size:16px;margin-bottom:1.5rem;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:1rem 1.5rem;border-radius:10px}.contact_panel .contact_reach input:not([type="checkbox"]):not([type="submit"]):focus{border-color:rgb(125,156,154);box-shadow:0 0 15px rgba(rgb(125,156,154),0.3)}.contact_panel .contact_reach .query_query{display:flex;align-items:center;margin-bottom:1.5rem}.contact_panel .contact_reach .query_query input[type="checkbox"]{margin-right:1rem;width:22px;appearance:none;cursor:pointer;transition:all 0.3s ease;border-radius:10px;position:relative;border:2px solid #ffffff;height:22px}.contact_panel .contact_reach .query_query input[type="checkbox"]:checked{border-color:rgb(125,156,154);background:rgb(125,156,154)}.contact_panel .contact_reach .query_query input[type="checkbox"]:checked::after{left:50%;color:#ffffff;transform:translate(-50%,-50%);content:'✔';position:absolute;font-size:0.8rem;top:50%}.contact_panel .contact_reach .query_query label{font-size:16px;align-items:center;display:flex;color:#ffffff}.contact_panel .contact_reach .query_query a{color:rgb(125,156,154);transition:color 0.3s ease;text-decoration:none;margin-left:0.3rem}.contact_panel .contact_reach .query_query a:hover{text-decoration:underline}.contact_panel .contact_reach .message_reach{cursor:pointer;position:relative;padding:1rem;width:100%;overflow:hidden;background:rgb(125,156,154);color:#ffffff;transition:all 0.3s ease;font-weight:600;border-radius:10px;font-size:15px;border:none}.contact_panel .contact_reach .message_reach::before{position:absolute;height:100%;left:-100%;width:100%;background:linear-gradient( 120deg,transparent,rgba(255,255,255,0.3),transparent );top:0;content:'';transition:all 0.3s ease}.contact_panel .contact_reach .message_reach:hover::before{left:100%}.contact_panel .contact_reach .message_reach:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,0.2)}@keyframes subtle-pulse {0%{transform:scale(1);opacity:0.7}100%{transform:scale(1.05);opacity:0.9}} @keyframes subtle-wave {0%{transform:rotate(0deg) scale(1)}100%{transform:rotate(5deg) scale(1.02)}} @media screen and (max-width: 1024px) {.contact_panel .inquiry_info{flex-direction:column}.contact_panel .img_text{min-height:300px;flex:0 0 100%}.contact_panel .contact_reach{padding:3rem 2rem;flex:0 0 100%}} @media screen and (max-width: 768px) {.contact_panel{padding:3rem 0}.contact_panel h2{font-size:calc(46px * 0.8);margin-bottom:2rem}.contact_panel .contact_reach h3{font-size:calc(33px * 0.9)}.contact_panel .contact_reach input:not([type="checkbox"]):not([type="submit"]){padding:0.8rem 1.2rem;margin-bottom:1rem}.contact_panel .contact_reach .query_query{align-items:flex-start}.contact_panel .contact_reach .query_query input[type="checkbox"]{margin-top:0.2rem}} @media screen and (max-width: 480px) {.contact_panel .inquiry_info{border-radius:0}.contact_panel .img_text{min-height:250px}.contact_panel .contact_reach{padding:2rem 1.5rem}}.thanksNote{overflow:hidden;background:linear-gradient(135deg,rgb(125,156,154,0.5),rgb(89,117,115) 120%);position:relative;padding:7rem 0}.thanksNote::before{transform:rotate(-15deg);position:absolute;height:300px;right:-5%;opacity:0.2;background:radial-gradient(circle,rgb(255,255,255,0.5) 10%,transparent 70%);width:300px;animation:float 8s ease-in-out infinite;top:-10%;content:""}.thanksNote::after{transform:rotate(15deg);content:"";left:-5%;animation:float 9s ease-in-out infinite reverse;background:radial-gradient(circle,rgb(89,117,115) 10%,transparent 70%);width:250px;opacity:0.15;bottom:-5%;position:absolute;height:250px}.thanksNote .container{z-index:2;position:relative;max-width:1200px;margin:0 auto;padding:0 1.5rem}.thanksNote .team_profile{box-shadow:0 20px 50px rgba(0,0,0,0.1),0 10px 20px rgba(0,0,0,0.05);padding:3.5rem;background:rgba(255,255,255,0.92);position:relative;transition:transform 0.5s cubic-bezier(0.19,1,0.22,1);backdrop-filter:blur(10px);transform:perspective(1000px) rotateX(1deg);clip-path:polygon(0 0,100% 0,100% 95%,95% 100%,0 100%)}.thanksNote .team_profile:hover{transform:perspective(1000px) rotateX(0deg) translateY(-5px);box-shadow:0 25px 60px rgba(0,0,0,0.12),0 15px 25px rgba(0,0,0,0.06)}.thanksNote .team_profile > div:first-child{margin-bottom:2rem;position:relative}.thanksNote .team_profile > div:first-child::before{left:-2rem;width:0.5rem;background:linear-gradient(to bottom,rgb(125,156,154),rgb(89,117,115));transform:translateY(-50%);position:absolute;top:50%;height:70%;content:""}.thanksNote h5{padding-bottom:0.5rem;position:relative;margin:0;transition:transform 0.4s ease;font-weight:700;transform:translateX(0);line-height:1.4;font-size:18px;color:#000000}.thanksNote .team_profile:hover h5{transform:translateX(10px)}.thanksNote h5::after{transition:width 0.4s ease;height:3px;bottom:0;content:"";position:absolute;left:0;background:linear-gradient(to right,rgb(125,156,154),transparent);width:80px}.thanksNote .team_profile:hover h5::after{width:120px}.thanksNote .team_profile > div:last-child{position:relative;overflow:hidden}.thanksNote p{color:#000000;transition:color 0.3s ease;margin:0;position:relative;line-height:1.7;font-size:15px}.thanksNote a{transition:transform 0.4s cubic-bezier(0.19,1,0.22,1);transform:translateY(0);padding:0.5rem 0;position:relative;text-decoration:none;display:block}.thanksNote a::before{content:"";width:0;left:0;position:absolute;transition:width 0.5s cubic-bezier(0.19,1,0.22,1);background:rgb(125,156,154);bottom:0;height:1px}.thanksNote a:hover{transform:translateY(-3px)}.thanksNote a:hover::before{width:100%}.thanksNote a:hover p{color:rgb(125,156,154)}.thanksNote a:focus{outline:none;box-shadow:0 0 0 2px rgb(125,156,154,0.5)}@keyframes float {0%,100%{transform:translate(0,0) rotate(-15deg)}50%{transform:translate(15px,-15px) rotate(5deg)}} @media screen and (max-width: 992px) {.thanksNote{padding:5rem 0}.thanksNote .team_profile{padding:2.5rem}.thanksNote h5{font-size:calc(18px * 0.95)}} @media screen and (max-width: 768px) {.thanksNote{padding:4rem 0}.thanksNote .team_profile{padding:2rem;clip-path:polygon(0 0,100% 0,100% 97%,97% 100%,0 100%)}.thanksNote .team_profile > div:first-child::before{width:0.3rem;left:-1.5rem}.thanksNote h5{font-size:calc(18px * 0.9)}} @media screen and (max-width: 576px) {.thanksNote{padding:3rem 0}.thanksNote .team_profile{padding:1.75rem;clip-path:polygon(0 0,100% 0,100% 98%,98% 100%,0 100%)}.thanksNote .team_profile > div:first-child{margin-bottom:1.5rem}.thanksNote .team_profile > div:first-child::before{left:-1.2rem;height:60%}.thanksNote h5{font-size:calc(18px * 0.85)}.thanksNote p{font-size:calc(15px * 0.95);line-height:1.6}}.code_labs{color:#000000;font-family:Arial,sans-serif;position:relative;padding:5rem 0 2rem;background-color:rgb(159,190,187)}.code_labs::before{z-index:0;position:absolute;top:0;content:'';opacity:0.07;left:0;width:100%;background:linear-gradient(135deg,rgb(125,156,154,0.5) 0%,transparent 70%),linear-gradient(225deg,rgb(89,117,115,0.5) 0%,transparent 70%);height:100%}.code_labs::after{content:'';left:0;background:linear-gradient(90deg,rgb(159,190,187) 0%,rgb(125,156,154) 35%,rgb(89,117,115) 65%,rgb(159,190,187) 100%);height:7px;position:absolute;width:100%;top:0;z-index:1}.code_labs .container{z-index:2;position:relative}.code_labs .zoom_meet{flex-direction:column;display:flex}.code_labs .quick_contact{padding-bottom:2rem;margin-bottom:4rem;position:relative;justify-content:center;border-bottom:1px solid rgba(0,0,0,0.06);display:flex;flex-wrap:wrap;gap:0}.code_labs .quick_contact::after{width:100%;bottom:-1px;background:linear-gradient(90deg,transparent 0%,rgb(89,117,115,0.5) 50%,transparent 100%);position:absolute;left:0;height:1px;content:''}.code_labs .info_item{flex:0 0 auto;width:25%;position:relative;padding:0.5rem 1rem;transition:all 0.3s ease}.code_labs .info_item::before{position:absolute;left:0;width:1px;content:'';transform:translateY(-50%);height:60%;top:50%;background-color:rgba(0,0,0,0.06)}.code_labs .info_item:first-child::before{display:none}.code_labs .info_item p,.code_labs .info_item a{transition:all 0.3s ease;text-align:center;font-weight:400;justify-content:center;align-items:center;display:flex;font-size:calc(17px - 1px);color:#000000;text-decoration:none;gap:0.75rem}.code_labs .info_item:hover{transform:translateY(-5px)}.code_labs .info_item:hover p,.code_labs .info_item:hover a{color:rgb(125,156,154)}.code_labs .info_item svg{height:20px;width:20px;fill:rgb(125,156,154);transition:transform 0.3s ease}.code_labs .info_item:hover svg{transform:rotate(10deg)}.code_labs .text_main_holder{position:relative;flex-wrap:wrap;display:flex;gap:3rem;justify-content:space-between}.code_labs .site_prime{display:flex;flex-direction:column;max-width:300px;width:100%;gap:1.5rem;margin-right:auto}.code_labs .site_prime svg{transition:all 0.3s ease;height:auto;max-width:160px}.code_labs .site_prime:hover svg{transform:scale(1.05)}.code_labs .diploma_cta{padding-left:2rem;font-size:14px;position:relative;color:#000000;line-height:1.6}.code_labs .diploma_cta::before{top:0;bottom:0;position:absolute;left:0;background:linear-gradient(to bottom,rgb(125,156,154),rgb(89,117,115));width:4px;content:'';border-radius:2px}.code_labs .site_core{flex:1;max-width:400px;min-width:240px;position:relative;display:flex;flex-direction:column;gap:2rem}.code_labs .site_core::before{border-radius:25px;height:100%;left:0;position:absolute;z-index:-1;top:0;width:100%;content:'';background:rgba(0,0,0,0.02)}.code_labs .site_core h5{background:rgba(0,0,0,0.03);border-radius:10px;font-weight:600;font-size:20px;color:#000000;padding:0.75rem 1.5rem;margin-bottom:1rem}.code_labs .main_navbar{flex-direction:column;gap:0.75rem;display:flex;padding:0 1.5rem}.code_labs .main_navbar:first-child{position:relative}.code_labs .main_navbar a{transition:all 0.3s ease;font-size:17px;padding-left:1.25rem;color:#000000;text-decoration:none;position:relative;padding:0.5rem 0}.code_labs .main_navbar a::before{top:50%;background-color:rgb(89,117,115,0.5);border-radius:50%;position:absolute;height:6px;content:'';transform:translateY(-50%);left:0;width:6px;transition:all 0.3s ease}.code_labs .main_navbar a:hover{padding-left:1.5rem;color:rgb(125,156,154)}.code_labs .main_navbar a:hover::before{background-color:rgb(125,156,154);height:8px;width:8px}.code_labs .subscribe_holder{padding:2rem;background:linear-gradient(135deg,#ffffff 0%,rgba(245,245,245,0.8) 100%);flex-direction:column;border-radius:25px;gap:1.5rem;width:100%;display:flex;position:relative;box-shadow:0 10px 30px rgba(0,0,0,0.05);max-width:400px}.code_labs .subscribe_holder::before{border-style:solid;border-top-left-radius:25px;border-color:rgb(125,156,154,0.5) transparent transparent transparent;width:0;content:'';top:0;height:0;left:0;border-width:50px 50px 0 0;position:absolute}.code_labs .subscribe_holder h5{font-weight:600;margin-bottom:0.5rem;color:#000000;font-size:20px}.code_labs .subscribe_holder p{color:#000000;font-size:17px;line-height:1.6}.code_labs .input_holder{flex-direction:column;margin-top:0.5rem;gap:1rem;position:relative;display:flex}.code_labs .input_holder input[type="email"]{border:1px solid rgba(0,0,0,0.1);transition:all 0.3s ease;border-radius:10px;color:#000000;font-size:17px;padding:1.125rem 1.25rem}.code_labs .input_holder input[type="email"]:focus{border-color:rgb(125,156,154);outline:none;box-shadow:0 0 0 3px rgb(125,156,154,0.5)}.code_labs .input_holder input[type="email"]::placeholder{opacity:0.5;color:#000000}.code_labs .start_classes{border-radius:10px;transition:all 0.3s ease;z-index:1;position:relative;border:none;color:#ffffff;font-weight:600;cursor:pointer;background:linear-gradient(135deg,rgb(125,156,154) 0%,rgb(89,117,115) 100%);padding:1.125rem 1.25rem;font-size:20px;overflow:hidden}.code_labs .start_classes::before{position:absolute;content:'';top:0;height:100%;width:100%;transition:opacity 0.3s ease;background:linear-gradient(135deg,rgb(89,117,115) 0%,rgb(125,156,154) 100%);left:0;opacity:0;z-index:-1}.code_labs .start_classes:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,0.1)}.code_labs .start_classes:hover::before{opacity:1}.code_labs .contact_edu{padding-top:2rem;position:relative;text-align:center;margin-top:4rem}.code_labs .contact_edu::before{position:absolute;width:40%;content:'';top:0;height:1px;background:rgba(0,0,0,0.1);left:30%}.code_labs .terms_legal{opacity:0.8;font-size:14px;color:#000000}@media (max-width: 1200px) {.code_labs .text_main_holder{gap:2.5rem}.code_labs .site_prime{max-width:260px}.code_labs .site_core{min-width:220px}} @media (max-width: 991px) {.code_labs{padding:4rem 0 2rem}.code_labs .info_item{padding:1rem;width:50%}.code_labs .info_item:nth-child(3)::before{display:none}.code_labs .text_main_holder{align-items:center;flex-direction:column;gap:3rem}.code_labs .site_prime{width:100%;text-align:center;align-items:center;max-width:100%}.code_labs .diploma_cta{max-width:500px;padding-left:0;text-align:center}.code_labs .diploma_cta::before{display:none}.code_labs .site_core{max-width:600px;width:100%}.code_labs .subscribe_holder{width:100%;max-width:600px}} @media (max-width: 768px) {.code_labs{padding:3.5rem 0 1.5rem}.code_labs .quick_contact{margin-bottom:3rem}.code_labs .info_item{width:100%}.code_labs .info_item::before{display:none}.code_labs .main_navbar{justify-content:center;gap:0.5rem 1.5rem;flex-wrap:wrap;flex-direction:row}.code_labs .main_navbar a{padding:0.5rem 1rem;text-align:center}.code_labs .main_navbar a::before{display:none}.code_labs .main_navbar a:hover{border-radius:10px;padding-left:1rem;background-color:rgba(0,0,0,0.03)}.code_labs .contact_edu{margin-top:3rem}} @media (max-width: 576px) {.code_labs{padding:3rem 0 1.5rem}.code_labs .quick_contact{padding-bottom:1.5rem;margin-bottom:2.5rem}.code_labs .text_main_holder{gap:2.5rem}.code_labs .site_core{padding:1rem}.code_labs .site_core h5{text-align:center}.code_labs .subscribe_holder{padding:1.5rem}.code_labs .subscribe_holder::before{border-width:30px 30px 0 0}.code_labs .contact_edu{margin-top:2.5rem}}.title_board{width:100%;overflow:hidden;position:relative}.title_board .learn_head{min-height:100vh;justify-content:center;box-shadow:0 15px 35px rgba(0,0,0,0.1);padding:4rem 2rem;position:relative;align-items:center;display:flex}.title_board .learn_head::before{position:absolute;top:0;width:100%;height:100%;left:0;content:"";background:linear-gradient( 135deg,rgb(125,156,154,0.5),rgb(89,117,115,0.5) );z-index:1}.title_board .learn_head::after{left:0;width:100%;pointer-events:none;background:radial-gradient(circle at 20% 25%,rgba(255,255,255,0.12) 0%,transparent 40%),radial-gradient(circle at 80% 75%,rgba(255,255,255,0.1) 0%,transparent 40%);z-index:2;top:0;content:"";height:100%;position:absolute}.title_board .pedagogy_way{backdrop-filter:blur(12px);transform:perspective(1000px) rotateX(2deg);z-index:3;max-width:860px;position:relative;transition:transform 0.6s cubic-bezier(0.23,1,0.32,1);background:rgba(255,255,255,0.15);padding:4rem;box-shadow:20px 20px 40px rgba(0,0,0,0.2),inset 2px 2px 4px rgba(255,255,255,0.2),inset -2px -2px 4px rgba(0,0,0,0.1)}.title_board .pedagogy_way:hover{transform:perspective(1000px) rotateX(0deg) translateY(-5px);box-shadow:25px 25px 50px rgba(0,0,0,0.25),inset 2px 2px 4px rgba(255,255,255,0.3),inset -2px -2px 4px rgba(0,0,0,0.15)}.title_board .pedagogy_way::before{z-index:-1;top:-8px;bottom:-8px;position:absolute;transition:opacity 0.4s ease;background:linear-gradient( 45deg,rgb(125,156,154) 0%,transparent 40%,transparent 60%,rgb(89,117,115) 100% );opacity:0.6;left:-8px;filter:blur(8px);content:"";right:-8px}.title_board .pedagogy_way:hover::before{opacity:0.8}.title_board h1{animation:slideIn 0.8s cubic-bezier(0.25,0.46,0.45,0.94) forwards;opacity:0;transform:translateX(-10px);font-weight:700;font-size:calc(40px * 1.1);text-shadow:2px 2px 4px rgba(0,0,0,0.3);color:#ffffff;margin-bottom:1.5rem}.title_board h3{text-shadow:1px 1px 3px rgba(0,0,0,0.2);font-weight:600;font-size:calc(20px * 1.05);opacity:0;color:#ffffff;animation:slideIn 0.8s cubic-bezier(0.25,0.46,0.45,0.94) 0.2s forwards;line-height:1.6;margin-bottom:2rem;transform:translateX(-10px)}.title_board p{animation:slideIn 0.8s cubic-bezier(0.25,0.46,0.45,0.94) 0.4s forwards;font-size:calc(15px * 1.1);opacity:0;padding-left:1.5rem;margin-bottom:1rem;font-weight:400;line-height:1.8;color:#ffffff;position:relative;transform:translateX(-10px)}.title_board p::before{background:rgb(89,117,115);top:50%;left:0;transform:translateY(-50%) rotate(45deg);content:"";box-shadow:2px 2px 6px rgba(0,0,0,0.15);height:0.75rem;position:absolute;width:0.75rem}@keyframes slideIn {to{transform:translateX(0);opacity:1}} @keyframes fadeIn {to{opacity:1}} @media (max-width: 992px) {.title_board .pedagogy_way{max-width:700px;padding:3rem}.title_board h1{font-size:calc(40px * 0.95)}.title_board h3{font-size:calc(20px * 1)}} @media (max-width: 768px) {.title_board .learn_head{padding:3rem 1.5rem}.title_board .pedagogy_way{padding:2.5rem;transform:perspective(800px) rotateX(1deg)}.title_board h1{font-size:calc(40px * 0.85);margin-bottom:1.25rem}.title_board h3{margin-bottom:1.5rem;font-size:calc(20px * 0.95)}.title_board p{font-size:15px}} @media (max-width: 576px) {.title_board .learn_head{padding:2rem 1rem}.title_board .pedagogy_way{padding:2rem 1.5rem;transform:none}.title_board .pedagogy_way:hover{transform:translateY(-3px)}.title_board h1{font-size:calc(40px * 0.75);margin-bottom:1rem}.title_board h3{margin-bottom:1.25rem;font-size:calc(20px * 0.9)}.title_board p{padding-left:1.25rem;font-size:calc(15px * 0.95)}.title_board p::before{height:0.6rem;width:0.6rem}}.cookie_popup_overlay{border-top:2px solid rgb(125,156,154);position:fixed;background:rgb(159,190,187);z-index:90;width:100%;bottom:0}.data_approval{padding:20px 0;align-items:center;justify-content:space-between;display:flex}.cookie_popup_overlay h5{margin-bottom:6px;font-size:22px}.cookie_popup_overlay p{font-size:18px}.cookie_window{margin-right:10px;flex-shrink:0}.cookie_window svg,.cookie_window svg path,.cookie_window img{fill:rgb(125,156,154);width:100px;height:100px}.data_policy{color:rgb(125,156,154);border-bottom:2px solid rgb(125,156,154);line-height:35px;flex-shrink:0;text-decoration:none;cursor:pointer;font-size:24px;margin-left:10px;min-width:120px;white-space:nowrap;text-align:center}.cookie_popup_overlay p a{color:rgb(125,156,154);text-decoration:none}@media only screen and (max-width: 1200px) {.cookie_popup_overlay{padding:20px}} #cookieMessageAlert{display:none}#cookieMessageAlert:checked ~ .cookie_popup_overlay{opacity:0;visibility:hidden}@media only screen and (max-width: 800px) {.cookie_window{display:none}.data_approval{align-items:center;flex-direction:column;justify-content:center}.cookie_popup_overlay h5{text-align:center}.cookie_popup_overlay p{text-align:center}.privacy_switch{margin-bottom:20px}body .wrapper-container .data_policy{margin-left:0}}.pricing_column{overflow:hidden;background:linear-gradient(135deg,rgb(159,190,187),rgba(240,240,255,0.95));padding:120px 0;position:relative}.pricing_column::before{position:absolute;top:-10%;right:-5%;background:linear-gradient(145deg,rgb(125,156,154,0.5),rgb(89,117,115,0.5));transform:rotate(-15deg) skewX(15deg);content:"";filter:blur(60px);opacity:0.4;height:70%;z-index:0;width:40%}.pricing_column::after{height:60%;position:absolute;left:-5%;z-index:0;opacity:0.3;background:linear-gradient(215deg,rgb(89,117,115,0.5),rgb(125,156,154,0.5));filter:blur(50px);content:"";bottom:-10%;transform:rotate(12deg) skewX(-10deg);width:35%}.pricing_column .container{padding:0 20px;max-width:1320px;position:relative;z-index:1;margin:0 auto}.pricing_column .pricing_offers{gap:60px;grid-template-columns:1fr;display:grid}.pricing_column .program_rate{text-align:center;transform:translateY(30px);opacity:0;animation:fadeInUp 0.8s ease-out forwards 0.3s}.pricing_column .program_rate h2{display:inline-block;font-size:30px;color:#000000;position:relative;font-weight:700;margin-bottom:20px}.pricing_column .program_rate h2::after{border-radius:10px;background:linear-gradient(90deg,rgb(125,156,154),rgb(89,117,115));bottom:-12px;left:50%;width:80px;height:4px;transform:translateX(-50%);position:absolute;content:""}.pricing_column .lesson_plans{color:#000000;font-size:14px;margin:20px auto 0;max-width:680px;line-height:1.6}.pricing_column .fee_plan{display:grid;opacity:0;grid-template-columns:1fr;gap:30px;transform:translateY(40px);animation:fadeInUp 0.8s ease-out forwards 0.5s}.pricing_column .pay_options{transition:transform 0.6s cubic-bezier(0.23,1,0.32,1),box-shadow 0.6s ease;display:block;backface-visibility:hidden;transform:perspective(1000px) rotateX(0deg);text-decoration:none}.pricing_column .program_fees{transition:transform 0.5s cubic-bezier(0.23,1,0.32,1),box-shadow 0.5s ease;border-radius:8px;background:#ffffff;position:relative;display:flex;overflow:hidden;height:100%;flex-direction:column;box-shadow:0 15px 30px rgba(0,0,0,0.08);will-change:transform,box-shadow}.pricing_column .pay_options:hover .program_fees{transform:translateY(-8px);box-shadow:0 25px 40px rgba(0,0,0,0.12),0 10px 20px rgba(var(--primary-color-rgb),0.1)}.pricing_column .offer_box{flex-grow:1;display:flex;flex-direction:column;padding:35px 30px}.pricing_column .offer_box h3{font-weight:700;margin-bottom:15px;word-break:break-word;font-size:calc(19px + 2px);position:relative;color:#000000;padding-left:15px;overflow-wrap:break-word;white-space:normal}.pricing_column .offer_box h3::before{height:calc(100% - 10px);width:4px;left:0;border-radius:10px;top:5px;background:linear-gradient(to bottom,rgb(125,156,154),rgb(89,117,115));position:absolute;content:""}.pricing_column .pricing_tiers{font-weight:700;display:inline-block;padding:8px 15px;background:linear-gradient(120deg,rgba(var(--primary-color-rgb),0.08),rgba(var(--secondary-color-rgb),0.08));position:relative;color:rgb(125,156,154);font-size:calc(19px + 4px);border-radius:6px;margin:5px 0 20px}.pricing_column .offer_box p{word-break:break-word;font-size:14px;color:#000000;flex-grow:1;overflow-wrap:break-word;white-space:normal;margin-bottom:10px;margin-top:5px;line-height:1.6}.pricing_column .img_text{transition:transform 0.6s cubic-bezier(0.23,1,0.32,1);position:relative;overflow:hidden;height:220px;width:100%}.pricing_column .img_text::after{position:absolute;content:"";right:0;z-index:1;left:0;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.3));bottom:0;top:0}.pricing_column .pay_options:hover .img_text{transform:scale(1.05)}@keyframes fadeInUp {from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}} @media (min-width: 768px) {.pricing_column .fee_plan{grid-template-columns:repeat(2,1fr);gap:25px}.pricing_column .pricing_offers{grid-template-columns:1fr}} @media (min-width: 992px) {.pricing_column .pricing_offers{gap:40px;grid-template-columns:2fr 1fr}.pricing_column .program_rate{grid-column:2;align-self:center;text-align:left;grid-row:1}.pricing_column .program_rate h2{display:inline-block}.pricing_column .program_rate h2::after{transform:none;left:0}.pricing_column .lesson_plans{margin:25px 0 0}.pricing_column .fee_plan{grid-row:1;grid-template-columns:repeat(2,1fr);grid-column:1}} @media (min-width: 1200px) {.pricing_column .fee_plan{gap:30px;grid-template-columns:repeat(2,1fr)}.pricing_column .offer_box{padding:40px 35px}.pricing_column .img_text{height:240px}} @media (max-width: 767px) {.pricing_column{padding:80px 0}.pricing_column .program_rate{margin-bottom:20px}.pricing_column .program_fees{max-width:100%}.pricing_column .offer_box{padding:30px 25px}.pricing_column .offer_box h3{font-size:calc(19px + 1px)}.pricing_column .pricing_tiers{margin:0 0 15px;font-size:19px}.pricing_column .img_text{height:200px}} @media (max-width: 480px) {.pricing_column{padding:60px 0}.pricing_column .offer_box{padding:25px 20px}.pricing_column .img_text{height:180px}}.course_structure{position:relative;padding:5rem 0;background:linear-gradient(135deg,rgb(159,190,187) 0%,rgba(249,249,249,0.95) 100%);overflow:hidden}.course_structure::before{z-index:1;background-image:repeating-linear-gradient( -45deg,transparent,transparent 15px,rgba(var(--primary-color-rgb,0,110,255),0.02) 15px,rgba(var(--primary-color-rgb,0,110,255),0.02) 30px );width:100%;position:absolute;top:0;content:"";height:100%;left:0}.course_structure .container{z-index:2;margin:0 auto;padding:0 15px;position:relative;max-width:1200px}.course_structure .tech_learn{display:grid;transition:transform 0.8s cubic-bezier(0.19,1,0.22,1);transform:perspective(1000px) rotateX(0deg);grid-template-columns:1fr;gap:2.5rem}.course_structure .tech_learn:hover{transform:perspective(1000px) rotateX(1deg)}.course_structure .img_text{clip-path:polygon(0 0,100% 0,100% 92%,0 100%);transition:transform 0.5s ease-out,box-shadow 0.5s ease-out;height:300px;transform:translateZ(20px);position:relative;box-shadow:0 20px 40px rgba(0,0,0,0.1)}.course_structure .img_text::after{background:linear-gradient( to bottom,transparent 60%,rgba(var(--primary-color-rgb,0,110,255),0.3) 100% );content:'';position:absolute;inset:0;z-index:1}.course_structure .img_text:hover{box-shadow:0 25px 50px rgba(0,0,0,0.15);transform:translateZ(30px)}.course_structure .content_card{padding:2.5rem;transition:transform 0.5s ease-out,box-shadow 0.5s ease-out;border-left:4px solid rgb(125,156,154);background:linear-gradient( 135deg,#ffffff 0%,rgba(255,255,255,0.95) 100% );transform:translateZ(10px);box-shadow:0 15px 30px rgba(0,0,0,0.07);position:relative}.course_structure .content_card::before{background-color:rgb(125,156,154);transform:rotate(45deg);z-index:-1;width:30px;content:'';top:-15px;position:absolute;left:30px;height:30px}.course_structure .content_card:hover{box-shadow:0 20px 40px rgba(0,0,0,0.1);transform:translateZ(15px)}.course_structure h3{position:relative;transition:transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275);font-size:23px;color:#000000;transform:translateY(0);padding-bottom:0.75rem;margin-bottom:1.5rem;font-weight:700}.course_structure h3::after{height:3px;position:absolute;width:50px;content:'';bottom:0;background:linear-gradient( to right,rgb(125,156,154) 0%,rgb(89,117,115) 100% );left:0;transition:width 0.4s ease}.course_structure .content_card:hover h3{transform:translateY(-5px)}.course_structure .content_card:hover h3::after{width:100px}.course_structure .description{animation:fadeInUp 0.8s forwards 0.2s;font-size:12px;line-height:1.75;transform:translateY(20px);color:#000000;opacity:0;margin-bottom:1.5rem}.course_structure span.description{display:none}@keyframes fadeInUp {from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}} @media (min-width: 768px) {.course_structure{padding:7rem 0}.course_structure .tech_learn{align-items:center;gap:3.5rem;grid-template-columns:40% 1fr}.course_structure .img_text{clip-path:polygon(0 0,100% 5%,100% 95%,0 100%);height:450px}.course_structure h3{font-size:calc(23px * 1.2)}.course_structure .description{column-gap:2.5rem;column-count:2}} @media (min-width: 992px) {.course_structure{padding:8rem 0}.course_structure .tech_learn{gap:4rem;grid-template-columns:45% 1fr}.course_structure .img_text{height:550px}.course_structure .content_card{padding:3.5rem}.course_structure h3{font-size:calc(23px * 1.4);margin-bottom:2rem}} @media (max-width: 767px) {.course_structure .container{padding:0 15px}.course_structure .img_text{margin-bottom:1rem;margin-top:1rem}.course_structure .content_card{padding:1.5rem}.course_structure h3{font-size:calc(23px * 0.9)}.course_structure .description{font-size:calc(12px * 0.95)}}.target_audience{overflow:hidden;background:linear-gradient(135deg,rgb(159,190,187) 0%,rgb(125,156,154,0.5) 100%);padding:110px 0;position:relative}.target_audience::before{animation:backgroundShift 15s ease-in-out infinite alternate;content:"";background-image:radial-gradient(circle at 20% 30%,rgb(89,117,115,0.5) 0%,transparent 30%),radial-gradient(circle at 80% 70%,rgb(125,156,154,0.5) 0%,transparent 40%);height:100%;position:absolute;width:100%;left:0;top:0;z-index:1}.target_audience::after{z-index:2;width:100%;height:120px;background-position:center;left:0;background-size:cover;position:absolute;bottom:0;content:""}@keyframes backgroundShift {0%{opacity:0.4;transform:scale(1)}50%{opacity:0.7;transform:scale(1.05)}100%{opacity:0.5;transform:scale(1)}} .target_audience .container{z-index:3;padding:0 15px;max-width:1140px;margin:0 auto;position:relative}.target_audience .team_profile{background:#ffffff;perspective:1000px;box-shadow:0 15px 35px rgba(0,0,0,0.1);position:relative;border-radius:11px;padding:50px 40px;transform-style:preserve-3d}.target_audience .team_profile::before{top:-10px;transform:rotate(-15deg) translateZ(-10px);z-index:-1;background:rgb(89,117,115);height:100px;content:"";opacity:0.3;border-radius:10px;right:-10px;width:100px;position:absolute}.target_audience .team_profile::after{left:-15px;height:120px;background:rgb(125,156,154);position:absolute;width:120px;transform:rotate(10deg) translateZ(-15px);content:"";opacity:0.3;bottom:-15px;border-radius:10px;z-index:-1}.target_audience h4{position:relative;padding-bottom:15px;margin-bottom:35px;font-size:38px;text-align:center;color:rgb(125,156,154);font-weight:700}.target_audience h4::after{background:linear-gradient(90deg,rgb(125,156,154),rgb(89,117,115));height:4px;left:50%;bottom:0;position:absolute;border-radius:10px;width:70px;content:"";transform:translateX(-50%)}.target_audience div > div{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid;gap:25px}.target_audience p{font-size:15px;border-radius:10px;z-index:1;box-shadow:0 5px 15px rgba(0,0,0,0.05);transition:all 0.3s ease;position:relative;overflow:hidden;padding:20px;margin-bottom:0;color:#000000;align-items:center;display:flex;background:linear-gradient(135deg,rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 100%)}.target_audience p::before{position:absolute;height:100%;z-index:-1;content:"";width:4px;background:linear-gradient(to bottom,rgb(125,156,154),rgb(89,117,115));top:0;left:0;transition:all 0.3s ease}.target_audience p::after{content:"";width:100%;top:0;height:100%;z-index:-1;transition:all 0.4s ease;position:absolute;opacity:0;background:linear-gradient(135deg,rgb(125,156,154,0.5) 0%,transparent 100%);left:0}.target_audience p:hover{color:#000000;transform:translateY(-5px)}.target_audience p:hover::before{width:8px}.target_audience p:hover::after{opacity:0.15}.target_audience p svg{height:24px;transition:all 0.3s ease;width:24px;flex-shrink:0;margin-right:15px}.target_audience p svg path{fill:rgb(125,156,154);transition:fill 0.3s ease}.target_audience p:hover svg{transform:scale(1.2)}.target_audience p:hover svg path{fill:rgb(89,117,115)}@keyframes floatItem {0%{transform:translateY(0px)}50%{transform:translateY(-8px)}100%{transform:translateY(0px)}} .target_audience p:nth-child(odd){animation:floatItem 6s ease-in-out infinite}.target_audience p:nth-child(even){animation:floatItem 7s ease-in-out infinite reverse}@keyframes fadeSlideUp {from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}} .target_audience .team_profile > div p{animation:fadeSlideUp 0.6s ease forwards;opacity:0}.target_audience .team_profile > div p:nth-child(1){animation-delay:0.2s}.target_audience .team_profile > div p:nth-child(2){animation-delay:0.4s}.target_audience .team_profile > div p:nth-child(3){animation-delay:0.6s}.target_audience .team_profile > div p:nth-child(4){animation-delay:0.8s}.target_audience .team_profile > div p:nth-child(5){animation-delay:1s}.target_audience .team_profile > div p:nth-child(6){animation-delay:1.2s}@media (max-width: 991px) {.target_audience{padding:80px 0}.target_audience .team_profile{padding:40px 30px}.target_audience h4{font-size:calc(38px * 0.9);margin-bottom:30px}.target_audience div > div{gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.target_audience p{padding:15px}.target_audience::after{height:80px}} @media (max-width: 768px) {.target_audience{padding:70px 0 90px}.target_audience .team_profile{padding:35px 25px}.target_audience h4{font-size:calc(38px * 0.8);margin-bottom:25px}.target_audience div > div{grid-template-columns:1fr}.target_audience::after{height:60px}} @media (max-width: 576px) {.target_audience{padding:60px 0 80px}.target_audience .team_profile{padding:30px 20px}.target_audience .team_profile::before,.target_audience .team_profile::after{height:70px;width:70px}.target_audience h4{padding-bottom:10px;font-size:calc(38px * 0.7);margin-bottom:20px}.target_audience h4::after{width:50px;height:3px}.target_audience p{padding:12px;font-size:calc(15px * 0.9)}.target_audience p svg{width:20px;margin-right:10px;height:20px}.target_audience::after{height:40px}}.customer_experience{padding:8rem 0;position:relative;background:rgb(159,190,187);overflow:hidden}.customer_experience::before{top:0;content:"";background-position:0 0,30px 30px;opacity:0.05;width:100%;height:100%;background-size:60px 60px;left:0;z-index:0;background:linear-gradient(45deg,rgb(125,156,154,0.5) 25%,transparent 25%,transparent 75%,rgb(125,156,154,0.5) 75%),linear-gradient(45deg,rgb(125,156,154,0.5) 25%,transparent 25%,transparent 75%,rgb(125,156,154,0.5) 75%);position:absolute}.customer_experience::after{top:0;left:0;width:60%;height:100%;content:"";background:rgb(125,156,154,0.5);transform:skewX(-20deg) translateX(-20%);position:absolute;opacity:0.1;z-index:0}.customer_experience .container{position:relative;z-index:1}.customer_experience h2{position:relative;left:50%;clip-path:polygon(0 0,100% 0,95% 100%,5% 100%);display:inline-block;color:#000000;text-align:center;transform:perspective(500px) rotateX(5deg);margin-bottom:5rem;font-weight:700;padding:1rem 3rem;background:linear-gradient(180deg,transparent,rgb(125,156,154,0.5));font-size:29px;transform:translateX(-50%)}.customer_experience h2::after{left:0;position:absolute;background:linear-gradient(90deg,transparent,rgb(125,156,154),transparent);bottom:-10px;content:"";height:5px;width:100%}.customer_experience .success_ratings{display:grid;transform-style:preserve-3d;grid-template-columns:repeat(3,1fr);gap:3rem;perspective:1000px}.customer_experience .testimonials_pro{align-items:center;box-shadow:-5px 5px 15px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,0.8),inset -1px -1px 0 rgba(0,0,0,0.05);display:flex;transform-style:preserve-3d;position:relative;padding:2.5rem;transition:all 0.5s cubic-bezier(0.175,0.885,0.32,1.275);background-color:#ffffff;transform-origin:center center;transform:rotateY(10deg) rotateX(5deg);flex-direction:column}.customer_experience .testimonials_pro:nth-child(2n){transform:rotateY(-10deg) rotateX(-5deg)}.customer_experience .testimonials_pro:nth-child(3n){transform:rotateY(0) rotateX(-7deg)}.customer_experience .testimonials_pro::before{height:100%;width:100%;opacity:0.5;left:0;z-index:-1;box-shadow:0 10px 30px rgba(0,0,0,0.1);position:absolute;content:"";transform:translateZ(-10px);background:#ffffff;top:0}.customer_experience .testimonials_pro::after{right:0;height:0;transition:all 0.3s ease;border-width:0 0 30px 30px;border-style:solid;content:"";position:absolute;bottom:0;width:0;transform:translateZ(5px);border-color:transparent transparent rgb(89,117,115,0.5) transparent}.customer_experience .testimonials_pro:hover{transform:rotateY(0) rotateX(0) translateZ(20px) scale(1.05);box-shadow:0 20px 40px rgba(0,0,0,0.15),inset 1px 1px 0 rgba(255,255,255,1),inset -1px -1px 0 rgba(0,0,0,0.1);z-index:10}.customer_experience .testimonials_pro:hover::after{border-width:0 0 50px 50px;border-color:transparent transparent rgb(89,117,115) transparent}.customer_experience .testimonials_pro img{transition:all 0.5s ease;object-fit:cover;transform:translateZ(15px);box-shadow:0 5px 15px rgba(0,0,0,0.1);margin-bottom:1.5rem;border:2px solid #ffffff;height:80px;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);border-radius:0;width:80px}.customer_experience .testimonials_pro:hover img{transform:translateZ(30px) rotate(360deg)}.customer_experience .testimonials_pro p{font-size:17px;margin-bottom:0.5rem;transform:translateZ(10px);text-align:center;color:#000000;font-weight:600;transition:all 0.3s ease}.customer_experience .testimonials_pro:hover p{color:rgb(125,156,154);transform:translateZ(25px)}.customer_experience .testimonials_pro .description{position:relative;transform:translateZ(5px);color:#000000;transition:all 0.3s ease;line-height:1.6;padding:1rem;font-size:16px;font-weight:400;text-align:center}.customer_experience .testimonials_pro:hover .description{transform:translateZ(20px)}.customer_experience .testimonials_pro .description::before{border-top:2px solid rgb(125,156,154,0.5);top:0;content:"";border-left:2px solid rgb(125,156,154,0.5);transition:all 0.3s ease;left:0;position:absolute;width:20px;height:20px}.customer_experience .testimonials_pro:hover .description::before{width:30px;border-color:rgb(125,156,154);height:30px}.customer_experience .testimonials_pro .description::after{right:0;height:20px;border-right:2px solid rgb(89,117,115,0.5);bottom:0;position:absolute;content:"";width:20px;transition:all 0.3s ease;border-bottom:2px solid rgb(89,117,115,0.5)}.customer_experience .testimonials_pro:hover .description::after{border-color:rgb(89,117,115);width:30px;height:30px}.customer_experience .testimonials_pro:nth-child(3n+1)::before{background:linear-gradient(135deg,#ffffff,rgb(159,190,187))}.customer_experience .testimonials_pro:nth-child(3n+2)::before{background:linear-gradient(45deg,#ffffff,rgb(159,190,187))}.customer_experience .team_profile::before{z-index:-1;bottom:-50px;background:rgb(125,156,154,0.5);position:absolute;clip-path:polygon(0% 0%,100% 0%,0% 100%);height:200px;left:-50px;width:200px;opacity:0.1;content:""}.customer_experience .team_profile::after{background:rgb(89,117,115,0.5);opacity:0.1;height:200px;top:-50px;position:absolute;width:200px;right:-50px;clip-path:polygon(100% 0%,100% 100%,0% 100%);content:"";z-index:-1}@keyframes fold {0%,100%{transform:rotateY(0) rotateX(0)}50%{transform:rotateY(5deg) rotateX(5deg)}} @media (max-width: 992px) {.customer_experience .success_ratings{grid-template-columns:repeat(2,1fr)}} @media (max-width: 768px) {.customer_experience{padding:5rem 0}.customer_experience h2{transform:none;font-size:calc(29px * 0.9);background:none;padding:0;clip-path:none;margin-bottom:3rem}.customer_experience .success_ratings{grid-template-columns:1fr;gap:3rem}.customer_experience .testimonials_pro,.customer_experience .testimonials_pro:nth-child(2n),.customer_experience .testimonials_pro:nth-child(3n){animation:fold 10s infinite alternate ease-in-out;transform:none}.customer_experience .testimonials_pro:hover{transform:translateY(-10px)}.customer_experience .testimonials_pro:hover img{transform:translateZ(10px) rotate(360deg)}.customer_experience .testimonials_pro img,.customer_experience .testimonials_pro p,.customer_experience .testimonials_pro .description,.customer_experience .testimonials_pro:hover p,.customer_experience .testimonials_pro:hover .description{transform:none}}.educational_yield{font-family:Arial,sans-serif;overflow:hidden;background:linear-gradient(120deg,rgb(159,190,187) 0%,#ffffff 100%);position:relative;padding:80px 0}.educational_yield::before{content:"";background:linear-gradient(135deg,rgb(125,156,154,0.5) 0%,transparent 70%);animation:float 15s ease-in-out infinite alternate;width:600px;position:absolute;height:600px;right:-200px;border-radius:50%;filter:blur(60px);top:-200px}.educational_yield::after{position:absolute;filter:blur(60px);content:"";bottom:-150px;left:-150px;animation:float 20s ease-in-out infinite alternate-reverse;width:400px;background:linear-gradient(135deg,rgb(89,117,115,0.5) 0%,transparent 70%);height:400px;border-radius:50%}@keyframes float {0%{transform:translate(0,0) scale(1);opacity:0.3}100%{transform:translate(50px,50px) scale(1.2);opacity:0.5}} .educational_yield .container{margin:0 auto;z-index:2;position:relative;max-width:1200px;padding:0 20px}.educational_yield .team_profile{display:flex;backdrop-filter:blur(10px);padding:40px;position:relative;background:linear-gradient(to right,rgba(255,255,255,0.8),rgba(255,255,255,0.6));align-items:center;box-shadow:0 20px 50px rgba(0,0,0,0.1),0 0 0 1px rgba(255,255,255,0.2);border-radius:14px;gap:40px;overflow:hidden}.educational_yield .team_profile::before{content:"";position:absolute;inset:0;opacity:0.2;background:linear-gradient(-45deg,rgb(125,156,154,0.5) 0%,transparent 40%,transparent 60%,rgb(89,117,115,0.5) 100%);z-index:0}.educational_yield .img_text{transition:all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);box-shadow:15px 15px 30px rgba(0,0,0,0.15),-5px -5px 20px rgba(255,255,255,0.5),inset 0 0 0 1px rgba(255,255,255,0.2);transform:rotate(-3deg) translateY(10px);border-radius:20px;max-width:350px;z-index:2;flex:0 0 40%}.educational_yield .img_text:hover{box-shadow:20px 20px 40px rgba(0,0,0,0.2),-5px -5px 20px rgba(255,255,255,0.7),inset 0 0 0 1px rgba(255,255,255,0.3);transform:rotate(0deg) translateY(0) scale(1.03)}.educational_yield .content_card{flex:1;z-index:2}.educational_yield h3{position:relative;font-weight:700;padding-bottom:15px;margin-bottom:40px;font-size:33px;color:rgb(125,156,154)}.educational_yield h3::after{position:absolute;bottom:0;left:0;background:linear-gradient(90deg,rgb(125,156,154),rgb(89,117,115));border-radius:10px;content:"";width:80px;height:3px;transition:width 0.4s ease}.educational_yield .content_card:hover h3::after{width:140px}.educational_yield ul{margin:0;list-style:none;padding:0}.educational_yield li{border-radius:16px;box-shadow:5px 5px 15px rgba(0,0,0,0.05),-5px -5px 15px rgba(255,255,255,0.6);transform:translateX(0);margin-bottom:20px;background:linear-gradient(to right,rgba(255,255,255,0.7),rgba(255,255,255,0.4));transition:all 0.3s ease;overflow:hidden;padding:16px 24px;position:relative}.educational_yield li::before{position:absolute;transition:width 0.3s ease;top:0;content:"";opacity:0.7;left:0;height:100%;width:3px;background:linear-gradient(to bottom,rgb(125,156,154),rgb(89,117,115))}.educational_yield li:hover{transform:translateX(10px);box-shadow:8px 8px 20px rgba(0,0,0,0.08),-8px -8px 20px rgba(255,255,255,0.8);background:linear-gradient(to right,rgba(255,255,255,0.9),rgba(255,255,255,0.7))}.educational_yield li:hover::before{width:6px}.educational_yield li p{display:flex;font-size:17px;gap:18px;margin:0;color:#000000;align-items:center}.educational_yield svg{width:24px;background:linear-gradient(135deg,rgb(125,156,154),rgb(89,117,115));height:24px;flex-shrink:0;box-shadow:5px 5px 10px rgba(0,0,0,0.1);padding:10px;border-radius:50%;transition:all 0.3s ease}.educational_yield svg path{fill:#ffffff;transition:fill 0.3s ease}.educational_yield li:hover svg{box-shadow:7px 7px 15px rgba(0,0,0,0.15);transform:rotate(10deg) scale(1.1)}@media (max-width: 992px) {.educational_yield{padding:60px 0}.educational_yield .team_profile{padding:40px;gap:40px}.educational_yield h3{font-size:calc(33px * 0.9)}} @media (max-width: 768px) {.educational_yield .team_profile{gap:30px;flex-direction:column}.educational_yield .img_text{transform:rotate(0deg) translateY(0);align-self:center;max-width:280px;width:70%}.educational_yield h3{text-align:center}.educational_yield h3::after{transform:translateX(-50%);left:50%}.educational_yield .content_card:hover h3::after{width:100px}} @media (max-width: 576px) {.educational_yield{padding:30px 0}.educational_yield .team_profile{padding:25px 15px}.educational_yield .img_text{width:85%;max-width:240px}.educational_yield li{padding:12px 15px;margin-bottom:15px}.educational_yield li p{gap:10px;font-size:calc(17px * 0.9)}.educational_yield svg{padding:7px;width:18px;height:18px}}.company_info{padding:100px 0;background:rgb(159,190,187);position:relative;overflow:hidden}.company_info::before{top:0;width:100%;height:100%;z-index:1;content:"";position:absolute;left:0;opacity:0.15;background:linear-gradient(135deg,rgb(125,156,154,0.5) 0%,transparent 50%,rgb(89,117,115,0.5) 100%)}.company_info .container{position:relative;z-index:2}.company_info .team_profile{position:relative;display:flex;flex-wrap:wrap}.company_info h3{font-weight:700;text-transform:uppercase;position:relative;width:100%;text-align:center;letter-spacing:2px;color:#000000;font-size:28px;margin-bottom:60px}.company_info h3::after{position:absolute;width:50px;bottom:-15px;height:3px;left:50%;content:"";transform:translateX(-50%);background:rgb(125,156,154)}.company_info .guide_bios,.company_info .study_track{position:relative;width:calc(50% - 30px);margin-bottom:30px}.company_info .guide_bios{margin-right:60px;padding-right:30px}.company_info .guide_bios span{margin-bottom:20px;position:relative;padding-bottom:10px;color:rgb(125,156,154);font-weight:600;display:inline-block;border-bottom:2px solid rgb(125,156,154,0.5);font-size:18px}.company_info .guide_bios p,.company_info .study_track p{font-size:15px;color:#000000;line-height:1.8;margin-bottom:30px}.company_info .img_text,.company_info .master_study{height:320px;border-radius:15px 15px 0 15px;position:relative;transition:all 0.4s ease;overflow:hidden}.company_info .img_text:hover,.company_info .master_study:hover{transform:scale(1.02)}.company_info .img_text::after,.company_info .master_study::after{height:100%;position:absolute;width:100%;background:linear-gradient(to bottom,transparent 70%,rgba(0,0,0,0.5));left:0;top:0;content:"";z-index:1}.company_info .img_text::before,.company_info .master_study::before{left:0;opacity:0;border-left-color:rgb(125,156,154,0.5);box-sizing:border-box;border-radius:15px 15px 0 15px;z-index:2;width:100%;border:8px solid transparent;border-bottom-color:rgb(125,156,154,0.5);content:"";transition:opacity 0.4s ease;top:0;height:100%;position:absolute}.company_info .master_study::before{border-bottom-color:rgb(89,117,115,0.5);border-left-color:rgb(89,117,115,0.5)}.company_info .img_text:hover::before,.company_info .master_study:hover::before{opacity:1}.company_info .team_profile::before{position:absolute;content:"";width:2px;left:50%;top:50%;height:70%;transform:translate(-50%,-50%);background:linear-gradient(to bottom,rgb(125,156,154,0.5),rgb(89,117,115,0.5))}.company_info .team_profile::after{left:50%;border-radius:50%;height:20px;transform:translate(-50%,-50%);background:#ffffff;content:"";top:50%;width:20px;position:absolute;border:2px solid rgb(125,156,154)}@media (max-width: 1200px) {.company_info{padding:80px 0}.company_info h3{margin-bottom:50px}.company_info .guide_bios,.company_info .study_track{width:calc(50% - 20px)}.company_info .guide_bios{margin-right:40px}.company_info .img_text,.company_info .master_study{height:280px}} @media (max-width: 992px) {.company_info h3{margin-bottom:40px}.company_info .guide_bios,.company_info .study_track{width:100%;padding-right:0;margin-right:0}.company_info .study_track{margin-top:50px}.company_info .team_profile::before,.company_info .team_profile::after{display:none}} @media (max-width: 768px) {.company_info{padding:60px 0}.company_info h3{font-size:calc(28px * 0.9);letter-spacing:1px}.company_info .guide_bios span{font-size:calc(18px * 0.95)}.company_info .img_text,.company_info .master_study{height:260px}} @media (max-width: 576px) {.company_info{padding:50px 0}.company_info h3{font-size:calc(28px * 0.85);margin-bottom:35px}.company_info .guide_bios span{margin-bottom:15px;font-size:calc(18px * 0.9)}.company_info .guide_bios p,.company_info .study_track p{font-size:calc(15px * 0.95);margin-bottom:25px;line-height:1.7}.company_info .img_text,.company_info .master_study{height:220px}.company_info .img_text::before,.company_info .master_study::before{border-width:6px}} .company_info .study_track p{position:relative;padding-left:25px}.company_info .study_track p::before{bottom:5px;left:0;width:4px;background:rgb(89,117,115,0.5);top:5px;content:"";position:absolute;border-radius:10px}.company_info .guide_bios::after{height:50px;border-left:3px solid rgb(125,156,154);content:"";opacity:0.7;top:-10px;left:-10px;border-top:3px solid rgb(125,156,154);position:absolute;width:50px}.company_info .study_track::after{bottom:-10px;width:50px;content:"";opacity:0.7;height:50px;right:-10px;border-right:3px solid rgb(89,117,115);position:absolute;border-bottom:3px solid rgb(89,117,115)}.study_process{padding:7rem 0;position:relative;overflow:hidden;background:linear-gradient(135deg,rgb(159,190,187) 0%,rgba(0,0,0,0.5) 100%)}.study_process::before{transform:rotate(-15deg) skewX(-15deg);filter:blur(20px);animation:floatEffect 12s infinite alternate ease-in-out;opacity:0.15;top:-10%;position:absolute;background:linear-gradient(45deg,rgb(125,156,154,0.5) 0%,rgb(89,117,115) 100%);content:"";width:40%;right:-5%;border-radius:10px;height:70%}.study_process::after{transform:rotate(10deg) skewX(10deg);filter:blur(15px);border-radius:10px;bottom:-5%;position:absolute;animation:floatEffect 15s infinite alternate-reverse ease-in-out;content:"";opacity:0.1;width:30%;height:60%;background:linear-gradient(-45deg,rgb(125,156,154) 0%,rgb(89,117,115,0.5) 100%);left:-5%}.study_process .container.team_profile{z-index:2;box-shadow:0 15px 35px rgba(0,0,0,0.1),0 5px 15px rgba(0,0,0,0.05);transition:transform 0.5s cubic-bezier(0.215,0.61,0.355,1);position:relative;padding:3rem;backdrop-filter:blur(10px);border-left:4px solid rgb(125,156,154);transform:perspective(1000px) rotateY(-2deg);max-width:1140px;margin:0 auto;background:linear-gradient(to right,rgba(255,255,255,0.94),rgba(255,255,255,0.98))}.study_process .container.team_profile:hover{box-shadow:0 20px 40px rgba(0,0,0,0.12),0 10px 20px rgba(0,0,0,0.06);transform:perspective(1000px) rotateY(0deg)}.study_process .container.team_profile > div{position:relative}.study_process h3{font-size:calc(37px * 0.9);animation:slideIn 0.6s forwards 0.2s cubic-bezier(0.19,1,0.22,1);font-weight:700;opacity:0;color:#000000;transform:translateX(-10px);margin-bottom:1.5rem;position:relative}.study_process h3::after{content:"";background:linear-gradient(to right,rgb(125,156,154),rgb(89,117,115));transform:scaleX(0);position:absolute;bottom:-10px;transform-origin:left;width:60px;animation:lineGrow 0.8s forwards 0.8s cubic-bezier(0.165,0.84,0.44,1);left:0;height:3px}.study_process p{line-height:1.8;position:relative;margin-top:2rem;font-size:12px;opacity:0;transform:translateY(20px);animation:fadeUp 0.8s forwards 0.6s cubic-bezier(0.19,1,0.22,1);color:#000000}.study_process p span{position:relative;padding-left:1rem;display:inline-block}.study_process p span::before{position:absolute;left:0;content:"";background:linear-gradient(to bottom,rgb(125,156,154),transparent);width:2px;height:calc(100% - 1.2rem);top:0.6rem}@keyframes floatEffect {0%{transform:rotate(-15deg) skewX(-15deg) translate(0,0)}100%{transform:rotate(-10deg) skewX(-10deg) translate(10px,10px)}} @keyframes slideIn {to{transform:translateX(0);opacity:1}} @keyframes fadeUp {to{transform:translateY(0);opacity:1}} @keyframes lineGrow {to{transform:scaleX(1)}} @media (max-width: 991px) {.study_process{padding:5rem 0}.study_process .container.team_profile{transform:perspective(1000px) rotateY(-1deg);padding:2.5rem}.study_process h3{font-size:calc(37px * 0.8)}} @media (max-width: 767px) {.study_process{padding:4rem 0}.study_process .container.team_profile{transform:none;border-left:3px solid rgb(125,156,154);padding:2rem}.study_process h3{margin-bottom:1.2rem;font-size:calc(37px * 0.7)}.study_process h3::after{height:2px;width:50px}.study_process p{margin-top:1.5rem;font-size:calc(12px * 0.95)}} @media (max-width: 575px) {.study_process{padding:3rem 0}.study_process .container.team_profile{padding:1.5rem;margin:0 1rem}.study_process h3{margin-bottom:1rem;font-size:calc(37px * 0.6)}.study_process p{line-height:1.6;margin-top:1.2rem;font-size:calc(12px * 0.9)}.study_process p span{padding-left:0.8rem}.study_process p span::before{top:0.5rem;height:calc(100% - 1rem);width:1px}} @media (prefers-reduced-motion) {.study_process::before,.study_process::after,.study_process .container.team_profile,.study_process h3,.study_process h3::after,.study_process p{animation:none;transform:none;opacity:1}.study_process .container.team_profile:hover{transform:none}} @media (hover: hover) {.study_process .container.team_profile{transition:transform 0.5s cubic-bezier(0.215,0.61,0.355,1),box-shadow 0.5s cubic-bezier(0.215,0.61,0.355,1)}.study_process .container.team_profile:hover{transform:perspective(1000px) rotateY(0deg) translateY(-5px)}}.privacy_chamber{gap:20px;flex-direction:column;font-family:Arial,sans-serif;padding:50px;background-color:rgb(125,156,154);color:#ffffff;display:flex;border:1px solid rgb(125,156,154)}.privacy_chamber h1{padding-left:20px;font-weight:700;text-transform:uppercase;color:rgb(89,117,115);font-size:48px;margin:30px 0;border-left:5px solid rgb(89,117,115)}.privacy_chamber h2{border-left:3px solid rgb(89,117,115);padding-left:20px;margin:15px 0;color:rgb(89,117,115);font-size:32px;font-weight:600;text-transform:uppercase}.privacy_chamber h3,.privacy_chamber h4,.privacy_chamber h5,.privacy_chamber h6{margin:10px 0}.privacy_chamber ul{margin:10px 0;padding-left:0;list-style:none;color:#ffffff}.privacy_chamber li{font-size:14px;background-color:rgba(0,0,0,0.5);border-radius:10px;border-left:3px solid rgb(125,156,154);margin-bottom:10px;padding:10px}.privacy_chamber li:not(:last-child){margin-bottom:15px}.privacy_chamber p{font-size:14px;color:#ffffff;line-height:1.8}.privacy_chamber span{color:#000000;font-weight:700;background-color:rgb(89,117,115,0.5);border-radius:10px;padding:3px 6px}.privacy_chamber a{text-decoration:underline;color:rgb(89,117,115);font-weight:700}@media only screen and (max-width: 800px) {.privacy_chamber{padding:30px;gap:15px}.privacy_chamber h1{font-size:calc(22px * 0.9);padding-left:10px}.privacy_chamber h2{font-size:calc(22px * 0.9);padding-left:8px}.privacy_chamber p{font-size:calc(14px * 0.9)}.privacy_chamber li{padding:8px}}