.MegaMenu_megaMenuOverlay__vLrNg{position:absolute;top:100%;left:0;width:100%;box-shadow:0 24px 32px 0 rgba(167,174,186,.1215686275)}.MegaMenu_megaMenu__5T_Hp{margin-top:25px;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.08),0 8px 20px rgba(0,0,0,.04);z-index:90}.MegaMenu_content__CsHdR{display:flex;flex-direction:row;overflow:hidden}.MegaMenu_menuLeft__zmOi_{width:75%;padding:32px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.MegaMenu_menuLeftHeader__d15wo{font-weight:500;font-style:Medium;font-size:16px;line-height:150%;letter-spacing:0;color:rgba(67,67,67,.7490196078)}.MegaMenu_menuLeftColumn__p1zuE{display:grid;grid-template-columns:repeat(2,1fr);row-gap:30px;column-gap:44px}.MegaMenu_menuLeftColumnItem__eZnAQ{display:flex;gap:16px}.MegaMenu_menuLeftColumnItemIcon__ao3se{position:relative;width:24px;height:24px;flex-shrink:0}.MegaMenu_menuLeftColumnItemIconImg__lSbgu{object-fit:contain}.MegaMenu_menuLeftColumnItemContent__EvM3E{display:flex;flex-direction:column;gap:2px}.MegaMenu_menuLeftColumnItemHeader___IyO5{font-weight:500;font-style:Medium;font-size:16px;line-height:150%;letter-spacing:0;color:#2a2a2a}.MegaMenu_menuLeftColumnItemDescription__GCzLy{font-weight:400;font-size:14px;line-height:150%;letter-spacing:0;color:#6a6a6a}.MegaMenu_menuRight__Jt0LV{padding:72px 32px;border-radius:0 16px 16px 0;display:flex;gap:16px;background:linear-gradient(138.58deg,#fbfbfb 23.44%,#e8e8e8 91.02%)}.MegaMenu_menuRightItem__REoGq{width:100%;max-width:523px;height:100%;max-height:180px;display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.MegaMenu_menuRightItemImage__ZaSAQ{height:100%;width:100%;position:relative;border-radius:12px;overflow:hidden}.MegaMenu_menuRightItemImageImg__DJhDL{position:absolute;object-fit:cover}.MegaMenu_menuRightItemContent__j8fD_{height:100%;display:flex;flex-direction:column;justify-content:space-between}.MegaMenu_menuRightItemContentText__VxfbY{display:flex;flex-direction:column}.MegaMenu_menuRightItemContentTextHeader__n99I_{font-weight:500;font-size:24px;line-height:150%;color:#2a2a2a}.MegaMenu_menuRightItemContentTextDescription__6Trtz{font-weight:400;font-size:14px;line-height:150%;color:#6a6a6a}.MegaMenu_menuRightItemContentLink__jGupN{display:flex;align-items:center;gap:8px;cursor:pointer}.MegaMenu_menuRightItemContentLinkText__eAONN{font-weight:500;font-size:14px;line-height:24px;color:#292d32}.MegaMenu_menuRightItemContentLinkIcon__7Y1cl{position:relative;width:16px;height:16px;overflow:hidden}.MegaMenu_menuRightItemContentLinkIconImg__S5ZYW{object-fit:contain;transition:transform .35s ease,opacity .35s ease}.MegaMenu_menuRightItemContentLink__jGupN:hover .MegaMenu_menuRightItemContentLinkIcon__7Y1cl{animation:MegaMenu_arrowSlide__bNPnF .5s ease}@keyframes MegaMenu_arrowSlide__bNPnF{0%{transform:translateX(0);opacity:1}40%{transform:translateX(10px);opacity:0}41%{transform:translateX(-10px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.section{padding:5rem 0}@media(max-width:479px){.section{padding:4rem 0}}.section-container{max-width:1400px;margin:0 auto;padding:0 1rem}@media(max-width:479px){.section-container{padding:0 1rem}}@media(min-width:768px){.section-container{padding:0 1.5rem}}@media(min-width:1024px){.section-container{padding:0 2rem}}.section-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}@media(max-width:479px){.section-header{margin-bottom:3rem}}.section-tag{display:inline-block;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.section-title{font-size:2.25rem;font-weight:700;line-height:1.25;color:#0f172a}@media(max-width:479px){.section-title{font-size:1.875rem}}.section-title{margin-bottom:1.5rem}.section-title .highlight{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;display:block}.section-description{font-size:1.125rem;line-height:1.625;color:#475569;margin:0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:479px){.grid-2{grid-template-columns:1fr;gap:2rem}}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(min-width:480px)and (max-width:1023px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.grid-3{grid-template-columns:1fr}}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(min-width:480px)and (max-width:1023px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:479px){.grid-4{grid-template-columns:1fr}}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media(max-width:479px){.hide-mobile{display:none!important}}@media(min-width:480px)and (max-width:1023px){.hide-tablet{display:none!important}}@media(min-width:1024px){.hide-desktop{display:none!important}}.show-mobile{display:none!important}@media(max-width:479px){.show-mobile{display:block!important}}.show-tablet{display:none!important}@media(min-width:480px)and (max-width:1023px){.show-tablet{display:block!important}}.show-desktop{display:none!important}@media(min-width:1024px){.show-desktop{display:block!important}}*{box-sizing:border-box;padding:0;margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{scroll-behavior:smooth}body{font-family:var(--font-google-sans),"Google Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;color:#1e293b;background-color:#fff;font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#1e293b}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{margin-bottom:1rem;color:#64748b}a{color:#3b82f6;text-decoration:none;transition:color .2s ease}a:focus,a:focus-visible{outline:none}a:hover{color:#1d4ed8}.container{max-width:1600px;margin:0 auto;padding:4rem 1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}@media(max-width:768px){.container{padding:2rem 1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}}:focus,:focus-visible{outline:none;box-shadow:none}::selection{background-color:rgba(0,0,0,0);color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}img{max-width:100%;height:auto}img:focus,img:focus-visible{outline:none}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.gradient-text{background-image:linear-gradient(90deg,#b2aca3,#5e5a55 50%,#b2aca3);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;color:rgba(0,0,0,0);animation:gradientMove 4s linear infinite;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.1}@keyframes gradientMove{0%{background-position:0 50%}to{background-position:-200% 50%}}