.Header-module__KppamW__headerWrapper{background:#fff;width:100vw;position:fixed;top:0;left:0;z-index:99!important}.Header-module__KppamW__header{justify-content:space-between;align-items:center;gap:2vw;max-width:90vw;margin:0 auto;padding:.5vw 20px;display:flex}header .Header-module__KppamW__header_left_content{flex:1 0 70%;align-items:center;gap:50px;display:flex}header .Header-module__KppamW__header_left_content .Header-module__KppamW__logo img{object-fit:contain;width:6.5vw}header .Header-module__KppamW__header_left_content .Header-module__KppamW__nav{flex-wrap:wrap;align-items:center;gap:20px;display:flex}header .Header-module__KppamW__header_left_content .Header-module__KppamW__link{color:#161664;letter-spacing:3px;text-transform:uppercase;letter-spacing:-.5px;font-size:1.2rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;position:relative}header .Header-module__KppamW__header_left_content .Header-module__KppamW__link:hover{background:linear-gradient(to left,var(--green-color),var(--lightgreen-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}header .Header-module__KppamW__header_left_content .Header-module__KppamW__link:after{content:"";background:var(--green-text);transform-origin:0;border-radius:5px;width:100%;height:5px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-20px;left:0;transform:scaleX(0)}header .Header-module__KppamW__header_left_content .Header-module__KppamW__link:hover{color:var(--skyblue-color)}header .Header-module__KppamW__header_left_content .Header-module__KppamW__link:hover:after{transform:scaleX(1)}header .Header-module__KppamW__header_right_content{align-items:center;gap:30px;display:flex}header .Header-module__KppamW__header_right_content button{letter-spacing:0;text-transform:uppercase;background-color:var(--white-color);background:linear-gradient(white,white)padding-box,linear-gradient(to right,var(--border-color),#e7f6ff)border-box;cursor:pointer;border:2px solid #0000;border-radius:40px;align-items:center;gap:.7vw;padding:.3vw .7vw;font-size:1vw;font-weight:500;transition:all .4s;display:flex}header .Header-module__KppamW__header_right_content button:hover{color:var(--skyblue-color);transform:scale(1.05);box-shadow:0 4px 12px #0000001a}header .Header-module__KppamW__header_right_content button img{width:15px;height:15px}header .Header-module__KppamW__megaMenuWrapper{display:inline-block;position:relative}header .Header-module__KppamW__megaMenuWrapper:before{content:"";pointer-events:none;z-index:99;background:0 0;width:100%;height:25px;position:absolute;top:100%;left:0}header .Header-module__KppamW__megaMenuWrapper:hover:before{pointer-events:all}header .Header-module__KppamW__megaMenu{background-color:var(--white-color);background:linear-gradient(white,white)padding-box,linear-gradient(to top,var(--green-text),transparent)border-box;z-index:100;border:2px solid #0000;border-radius:35px;width:25vw;padding:1vw;animation:.3s Header-module__KppamW__megaMenuFadeIn;display:none;position:absolute;top:calc(100% + 25px);left:0;box-shadow:0 2px 10px #00000014}@keyframes Header-module__KppamW__megaMenuFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}header .Header-module__KppamW__megaMenuWrapper:hover .Header-module__KppamW__megaMenu,header .Header-module__KppamW__megaMenuWrapper:focus-within .Header-module__KppamW__megaMenu{display:block}header .Header-module__KppamW__megaMenuContent h3{text-transform:uppercase;background:linear-gradient(to right,var(--lightgreen-color),var(--green-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:30px;font-size:25px;font-weight:700}@keyframes Header-module__KppamW__arrowWiggle{0%{transform:translate(0)}50%{transform:translate(5px)}to{transform:translate(0)}}header .Header-module__KppamW__megaMenuContent h3:hover img{animation:1s ease-in-out infinite Header-module__KppamW__arrowWiggle}header a.Header-module__KppamW__sub1{text-align:center;color:#a7aec2;text-decoration:none;display:block}header .Header-module__KppamW__megaMenuContent h3 span{-webkit-text-fill-color:#a8abb5;opacity:.4;font-size:16px;line-height:30px;display:block}header .Header-module__KppamW__megaMenuContent h3 div img{width:15px}header .Header-module__KppamW__megaMenuContent ul{margin:0;padding:0;list-style:none}header .Header-module__KppamW__megaMenuContent li{margin-bottom:12px}header .Header-module__KppamW__megaMenuContent a{color:var(--blue-text);font-size:1vw;text-decoration:none;transition:all .2s}header .Header-module__KppamW__megaMenuContent a:hover,header .Header-module__KppamW__megaMenuWrapper:hover .Header-module__KppamW__link{color:var(--skyblue-color)}header .Header-module__KppamW__megaMenuWrapper:hover .Header-module__KppamW__link:after{transform:scaleX(1)}header .Header-module__KppamW__megaMenuContent{flex-wrap:wrap;gap:1vw;display:flex}header .Header-module__KppamW__megaMenuLeft{grid-gap:15px;grid-template-columns:1.6fr 1fr 1fr;align-items:center;width:100%;display:grid}header .Header-module__KppamW__megaMenuLeft h3{color:var(--blue-text);cursor:pointer;flex-direction:column;margin-bottom:0;font-size:18px;font-weight:600;transition:all .2s;display:flex}header .Header-module__KppamW__megaMenuLeft h3:hover{color:var(--skyblue-color)}header .Header-module__KppamW__megaMenuRight{flex:1;grid-template-columns:1fr 1fr;gap:16px;display:grid}header .Header-module__KppamW__megaMenuBox{cursor:pointer;background:#f8f9fa;border-radius:20px;flex-direction:column;justify-content:center;align-items:start;gap:10px;padding:.8vw;transition:all .2s;display:flex;box-shadow:0 2px 5px #00000026}header .Header-module__KppamW__megaMenuBox:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}header .Header-module__KppamW__megaMenuBox img{object-fit:contain;border-radius:6px;width:30px;height:30px}header .Header-module__KppamW__megaMenuBox h4{color:var(--blue-color);text-wrap:nowrap;margin:0;font-size:1vw;font-weight:600}header .Header-module__KppamW__toggleButton{padding:0!important}header .Header-module__KppamW__toggleButton:hover{box-shadow:none!important;background-color:#0000!important}header .Header-module__KppamW__toggleButton img{width:30px!important;height:30px!important}@keyframes Header-module__KppamW__headerSlideDownFade{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}.Header-module__KppamW__headerAnimated{animation:1.2s cubic-bezier(.4,0,.2,1) .2s both Header-module__KppamW__headerSlideDownFade}.Header-module__KppamW__headerHidden{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(-100px)}.Header-module__KppamW__navMobileClosed{display:none}@media (min-width:992px){.Header-module__KppamW__navMobileClosed{display:flex}}@media (max-width:1728px){.Header-module__KppamW__header{justify-content:center;align-items:center;gap:15px;max-width:90vw;padding:0 10px;display:flex}header .Header-module__KppamW__header_left_content .Header-module__KppamW__link{font-size:1vw}header .Header-module__KppamW__header_left_content .Header-module__KppamW__nav{gap:25px}header .Header-module__KppamW__header_left_content{gap:30px;display:flex}header .Header-module__KppamW__header_right_content button{padding:.2vw .6vw;font-size:1vw}}@media (max-width:1535px){header .Header-module__KppamW__header_left_content .Header-module__KppamW__link{font-size:1rem}header .Header-module__KppamW__header_right_content{gap:15px}header .Header-module__KppamW__header_left_content{gap:30px;display:flex}header .Header-module__KppamW__header_left_content .Header-module__KppamW__nav{gap:20px}header .Header-module__KppamW__header_right_content button{padding:5px 10px;font-size:1vw}}@media (max-width:1280px){.Header-module__KppamW__header{justify-content:center;align-items:center;gap:15px;max-width:95vw;padding:20px 10px;display:flex}header .Header-module__KppamW__header_left_content .Header-module__KppamW__nav{align-items:baseline}header .Header-module__KppamW__header_left_content{gap:30px}header .Header-module__KppamW__header_left_content .Header-module__KppamW__logo img{width:120px}header .Header-module__KppamW__header_left_content .Header-module__KppamW__link{font-size:15px}header .Header-module__KppamW__header_left_content .Header-module__KppamW__nav{gap:16px}header .Header-module__KppamW__header_right_content button{padding:5px 10px;font-size:1.2vw}header .Header-module__KppamW__header_right_content button img{width:20px;height:20px}header .Header-module__KppamW__header_right_content{gap:20px}}@media (max-width:991px){header .Header-module__KppamW__header_left_content{flex:auto}.Header-module__KppamW__header{justify-content:space-around;max-width:95vw;padding:20px 0}.Header-module__KppamW__header .Header-module__KppamW__nav .Header-module__KppamW__link{width:max-content}.Header-module__KppamW__header .Header-module__KppamW__nav .Header-module__KppamW__link:after{height:3px;bottom:-10px}header .Header-module__KppamW__megaMenu{pointer-events:all;max-width:100%;box-shadow:none;border:none;padding:0;position:relative;top:calc(100% + 15px)}header .Header-module__KppamW__megaMenuContent{gap:20px}header .Header-module__KppamW__megaMenuLeft h3{text-align:left;padding-left:20px;font-size:14px}header .Header-module__KppamW__megaMenuWrapper{text-align:center;pointer-events:none;width:100%}header .Header-module__KppamW__header_left_content .Header-module__KppamW__nav{background:linear-gradient(white,white)padding-box,linear-gradient(to top,var(--green-text),transparent)border-box;border:2px solid #0000;border-radius:35px;gap:15px;width:95vw;box-shadow:0 2px 10px #00000014;padding:0!important}header .Header-module__KppamW__header_left_content .Header-module__KppamW__link{pointer-events:all;margin:0 auto;font-size:1rem}header .Header-module__KppamW__header_right_content button{font-size:16px}.Header-module__KppamW__headerAnimated{animation:none!important}.Header-module__KppamW__headerHidden{opacity:1!important;transition:none!important;transform:none!important}}@media (max-width:767px){header .Header-module__KppamW__header_left_content .Header-module__KppamW__logo img{width:100px}header .Header-module__KppamW__megaMenuRight,header .Header-module__KppamW__megaMenuLeft{flex:1}header .Header-module__KppamW__megaMenu{width:95vw}header .Header-module__KppamW__megaMenuContent a{padding:2vw}header .Header-module__KppamW__megaMenuContent a,header .Header-module__KppamW__megaMenuContent h4{font-size:14px}header .Header-module__KppamW__header_right_content button{border:2px solid #0000;padding:8px 15px;font-size:14px}header .Header-module__KppamW__header_right_content button img{width:18px;height:18px}}@media (max-width:575px){header .Header-module__KppamW__header_left_content .Header-module__KppamW__logo img{width:100px;height:auto}header .Header-module__KppamW__header_right_content button img{width:15px;height:15px}.Header-module__KppamW__header,header .Header-module__KppamW__nav{padding:20px 0!important}header .Header-module__KppamW__megaMenu{border-radius:20px;padding:20px 15px}}@media (max-width:500px){header .Header-module__KppamW__header_right_content{gap:10px}header .Header-module__KppamW__header_right_content button{letter-spacing:1px;padding:6px 10px;font-size:12px}}@media (max-width:425px){.Header-module__KppamW__header{gap:10px}header .Header-module__KppamW__header_left_content .Header-module__KppamW__logo img{width:80px}header .Header-module__KppamW__header_right_content{gap:5px}header .Header-module__KppamW__header_right_content button{letter-spacing:.3px;border-radius:10px;gap:5px;padding:3px 8px}header .Header-module__KppamW__header_right_content button img{width:12px;height:12px}header .Header-module__KppamW__megaMenuLeft h3{font-size:130px}header .Header-module__KppamW__megaMenuBox h4{font-size:13px}header .Header-module__KppamW__megaMenuBox img{width:25px}}@media (max-width:330px){header .Header-module__KppamW__header_right_content{gap:5px}header .Header-module__KppamW__header_right_content button img{display:none}header .Header-module__KppamW__header_right_content .Header-module__KppamW__toggleButton img{display:block}}
.Footer-module__UDEoiW__footerWrap{background:linear-gradient(to left,var(--lightgreen-color)0%,#003e37 100%);color:#fff;border-radius:32px;width:90%;margin:80px auto 24px;padding:6rem 3rem 3rem;box-shadow:0 4px 32px #00000014}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerTop{text-align:center;width:100%;padding:0 20px}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerContactRow{margin-bottom:18px}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerContactRow span{-webkit-text-fill-color:var(--white-color)}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerContactRow span:before,.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerContactRow span:after{filter:contrast(0)brightness(2);height:20px}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerTitle{text-transform:uppercase;letter-spacing:1px;margin:0 0 28px;font-size:2rem;font-weight:700}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerMainRow{justify-content:center;align-items:center;gap:60px;width:90%;margin:0 auto;display:flex}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerImgCol{width:50%}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerMainImg{object-fit:cover;border-radius:24px;width:100%;height:100%;max-height:250px;margin-bottom:0}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerRightCol{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:18px;width:50%;display:flex}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerDesc{color:var(--white-color);text-align:left;margin-bottom:10px;font-size:18px;line-height:1.5}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerNewsletterWrap{width:100%;margin-top:15px}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerNewsletterLabel{text-align:left;letter-spacing:1px;margin-bottom:8px;font-size:1rem;font-weight:600}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerNewsletterForm{align-items:center;gap:0;width:100%;max-width:300px;display:flex;position:relative}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerNewsletterInput{color:#fff;background:0 0;border:1px solid #9fcfc9;border-radius:40px;outline:none;width:100%;padding:12px 60px 12px 30px;font-size:1.1rem;transition:border .2s}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerNewsletterInput::placeholder{color:#eaf8ff;opacity:.7}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerNewsletterBtn{background-color:#0000;border:none;width:30px;height:30px;padding:0;position:absolute;right:10px}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerNewsletterBtn img{filter:contrast(2)grayscale();cursor:pointer;width:100%;height:100%}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksRow{justify-content:space-evenly;align-items:flex-start;gap:80px;width:100%;margin:36px 0 24px;display:flex}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksCol{text-align:center;min-width:160px}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksTitle{letter-spacing:1px;margin-bottom:12px;font-size:1.1rem;font-weight:700}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksCol ul{margin:0;padding:0;list-style:none}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksCol li a:before{content:"→";color:#fff;opacity:1;margin-right:10px;transition:transform .3s;display:inline-block}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksCol li a:hover{opacity:1}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksCol li a:hover:before{transform:translate(5px)scale(1.2)}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksCol li a{display:inline-block;position:relative;overflow:hidden}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksCol li,.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksCol li a{color:var(--white-color);opacity:.7;letter-spacing:.5px;font-size:1rem;transition:transform .3s}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerBottomRow{text-align:center;flex-direction:column;gap:4px;margin-top:30px;display:flex}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerAddressLabel,.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerContactLabel{letter-spacing:1px;margin:8px 0;font-weight:700}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerAddress,.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerContact{opacity:.9;color:var(--white-color);opacity:.7;margin-bottom:10px;font-size:1rem}.Footer-module__UDEoiW__socialmediafooter{flex-flow:row;justify-content:flex-start;gap:15px;margin-top:10px;display:flex}@media (max-width:1199px){.Footer-module__UDEoiW__footerWrap{width:95vw;padding:20px}}@media (max-width:991px){.Footer-module__UDEoiW__footerMainRow,.Footer-module__UDEoiW__footerLinksRow{align-items:center;gap:24px}.Footer-module__UDEoiW__footerImgCol,.Footer-module__UDEoiW__footerRightCol{width:100%;min-width:0;max-width:100%}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerMainRow,.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksRow{gap:30px}.Footer-module__UDEoiW__footerMainImg{border-radius:14px;height:120px}.Footer-module__UDEoiW__footerWrap{border-radius:18px;padding:30px 20px}.Footer-module__UDEoiW__footerTitle{font-size:1.2rem}}@media (max-width:767px){.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksRow,.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerMainRow{flex-wrap:wrap;gap:20px}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksRow .Footer-module__UDEoiW__footerTop{width:max-content}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerMainImg{width:90%;max-height:180px}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerDesc{text-align:center;display:block}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerNewsletterWrap{flex-direction:column;align-items:center;gap:15px;display:flex}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerNewsletterLabel{text-align:center}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerNewsletterForm{max-width:70%}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerNewsletterForm .Footer-module__UDEoiW__footerNewsletterInput{padding:10px 60px 10px 30px}}@media (max-width:600px){.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerDesc{font-size:15px}.Footer-module__UDEoiW__footerWrap{margin-top:80px;padding:30px 10px}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerMainRow{width:100%}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerTop{padding:0}.Footer-module__UDEoiW__socialmediafooter{justify-content:center}.Footer-module__UDEoiW__footerWrap .Footer-module__UDEoiW__footerLinksRow .Footer-module__UDEoiW__footerTop{width:100%}}
