.Landing_cardWrap__3ni2r{width:clamp(200px,100%,400px);transition:width .3s ease;border-radius:30px;background-color:#fff;position:relative;overflow:hidden}.Landing_cardWrap__3ni2r .Landing_mainImage__j9i8f{width:100%;object-fit:cover;overflow:hidden;height:400px;border-radius:30px}.Landing_discountNotice__qLyJC{position:absolute;top:30px;right:-35px;background-color:#ff5252;color:#fff;padding:8px 45px;font-weight:700;font-size:1rem;transform:rotate(45deg);box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:1;text-align:center;width:160px}.Landing_cardDetails__GzoAe img{margin-top:-12px}.Landing_cardDetails__GzoAe{display:flex;justify-content:space-between;padding:clamp(1rem,3vw,2rem)}.Landing_cardTitle__Ti7kQ{vertical-align:middle;font-weight:500;color:var(--global-black);font-size:clamp(1rem,2vw,1.1rem);line-height:1.2}.Landing_sectionIconWrap__BVfHr{background-color:#fff;border-radius:10px;width:90px;height:auto;padding:2rem;text-align:center;display:inline-block;vertical-align:middle}.Landing_sectionDetails__7vufT{display:inline-block;vertical-align:middle;margin-left:2rem}.Landing_sectionDetails__7vufT .Landing_sectionTitle__8kHFe{font-weight:500;font-size:2.5rem;margin-left:1rem}.Landing_sectionDetails__7vufT .Landing_sectionDescription__X0egM{margin-left:1rem;margin-top:.7rem;color:var(--secondary)}.Landing_sectionContent__NE79k{margin-top:-.9rem}.Landing_cardWrapper__LRcvI{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));grid-gap:clamp(.5rem,2vw,1rem);gap:clamp(.5rem,2vw,1rem);padding:1rem;justify-content:space-evenly;flex-wrap:wrap;margin-top:2rem;width:100%;grid-gap:2rem;gap:2rem}@supports (display:grid){.Landing_cardWrapper__LRcvI{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));grid-gap:max(1rem,2vw);gap:max(1rem,2vw)}}@supports not (display:grid){.Landing_cardWrapper__LRcvI{display:flex;flex-wrap:wrap;gap:1rem}}@media (hover:hover){.Landing_cardWrap__3ni2r{transition:transform .2s ease,box-shadow .2s ease}.Landing_cardWrap__3ni2r:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}}@media (max-width:776px){.Landing_sectionIconWrap__BVfHr{display:none}.Landing_sectionDetails__7vufT{margin-left:0}}@media (prefers-reduced-motion:reduce){.Landing_cardWrap__3ni2r{transition:none}}.Button_mainButton__iMjXO{background-color:var(--global-black);padding:1rem 2rem;color:#fff;font-family:Epilogue,sans-serif;border:none;outline:none;border-radius:100px;font-weight:500;cursor:pointer}.Button_mainButton__iMjXO:hover{background-color:var(--global-back-hover)}.Button_normalButton__XOHmA{background-color:var(--global-main);padding:1rem 2rem;color:#fff;font-family:Epilogue,sans-serif;border:none;outline:none;border-radius:20px;font-weight:500;cursor:pointer}.Button_normalButton__XOHmA:hover{background-color:var(--global-main-hover)}.Button_normalButton__XOHmA:disabled{background-color:var(--secondary);cursor:not-allowed}.Button_secondaryButton__6fcKN{color:purple}.CurrencySelect_currencyContainer__KW4pF{width:97%;margin-bottom:-2rem;margin-top:1rem}.CurrencySelect_currencySelect__RGu3w:active,.CurrencySelect_currencySelect__RGu3w:focus,.CurrencySelect_currencySelect__RGu3w:hover{border:2px solid var(--global-main)}.CurrencySelect_currencySelect__RGu3w{width:100%;padding:12px 32px 12px 16px;border:2px solid var(--border);border-radius:10px;cursor:pointer;font-size:1.1rem;text-shadow:0 0 6px #fff,0 0 6px #fff;font-weight:600}.CurrencySelect_currencySelectOption__Ffbq7{padding:8px 16px;font-size:1.1rem;cursor:pointer;color:#000}.CurrencySelect_currencyContainerTiny__F9R7W{height:70%;padding:0}.CurrencySelect_currencySelectTiny__sTbBV{padding:5px;border:1px solid var(--border);border-radius:10px;cursor:pointer;text-align:center;width:92%;margin:0 1rem}@media (max-width:1200px){.CurrencySelect_currencySelectTiny__sTbBV .CurrencySelect_currencyContainerTiny__F9R7W{display:none}}@media (max-width:768px){.CurrencySelect_currencySelectTiny__sTbBV .CurrencySelect_currencyContainerTiny__F9R7W{display:none}}.Navbar_navbar__2GufN{width:100%;background-color:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease}.Navbar_container__V58TY{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.Navbar_brand__Gh7T3{display:flex;align-items:center;transition:transform .2s ease}.Navbar_brand__Gh7T3:hover{transform:scale(1.02)}.Navbar_brand__Gh7T3 img{height:40px;width:auto}.Navbar_left__VuZ70{display:flex;align-items:center;gap:2rem;margin-left:3rem}.Navbar_link__99at7{color:var(--global-black);font-weight:500;font-size:1rem;text-decoration:none;transition:color .2s ease;cursor:pointer;position:relative}.Navbar_link__99at7:hover{color:var(--global-main)}.Navbar_link__99at7:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--global-main);transition:width .2s ease}.Navbar_link__99at7:hover:after{width:100%}.Navbar_right__hREN_{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.Navbar_toggle__kBnes{display:none;cursor:pointer}@media (max-width:1024px){.Navbar_container__V58TY{padding:1rem}.Navbar_toggle__kBnes{display:block;z-index:1001}.Navbar_toggle__kBnes img{width:24px;height:auto}.Navbar_left__VuZ70{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:flex-start;padding-top:6rem;margin:0;gap:1.5rem;transform:translateY(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1000}.Navbar_left__VuZ70.Navbar_active__d3yZl{transform:translateY(0)}.Navbar_link__99at7{font-size:1.1rem;width:100%;text-align:center;padding:.5rem 0}.Navbar_right__hREN_{display:none}}@media (min-width:1025px){.Navbar_left__VuZ70.Navbar_active__d3yZl{transform:none}}.Footer_footer__JrJN9{background-color:#fff;padding:4rem 0 0;margin-top:6rem;border-radius:32px 32px 0 0;box-shadow:0 -4px 24px rgba(0,0,0,.04)}.Footer_footerContent__6fVXO{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;gap:4rem}.Footer_mainSection__L43WA{flex-basis:300px;flex-shrink:0}.Footer_logo__S4PwH{width:160px;height:auto;margin-bottom:1.5rem}.Footer_description__h2gOl{color:var(--secondary);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.Footer_paymentOptions__P071R{display:flex;gap:1rem;align-items:center}.Footer_paymentLogo__BFshE{height:32px;width:auto}.Footer_navigation__qgbRK{flex-grow:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:3rem;gap:3rem}.Footer_navSection__dzmDs h3{font-size:1rem;font-weight:600;margin-bottom:1.25rem;color:var(--primary)}.Footer_navSection__dzmDs ul{list-style:none;padding:0;margin:0}.Footer_navSection__dzmDs li{margin-bottom:.75rem}.Footer_navSection__dzmDs a{text-decoration:none;font-size:.95rem;transition:color .2s ease}.Footer_navSection__dzmDs a:hover{color:var(--primary)}.Footer_navSection__dzmDs address{font-style:normal;color:var(--secondary);font-size:.95rem;line-height:1.6}.Footer_navSection__dzmDs address p{margin-bottom:.5rem}.Footer_bottomBar__I_Unk{margin-top:4rem;padding:1.5rem;text-align:center;border-top:1px solid rgba(0,0,0,.08);color:var(--secondary);font-size:.9rem}@media (max-width:900px){.Footer_footerContent__6fVXO{flex-direction:column;gap:3rem}.Footer_mainSection__L43WA{flex-basis:auto;text-align:center}.Footer_logo__S4PwH{margin:0 auto 1.5rem}.Footer_paymentOptions__P071R{justify-content:center}.Footer_navigation__qgbRK{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem}}@media (max-width:600px){.Footer_footer__JrJN9{padding:3rem 0 0;margin-top:4rem;border-radius:24px 24px 0 0}.Footer_footerContent__6fVXO{padding:0 1.5rem}.Footer_navigation__qgbRK{grid-template-columns:1fr;text-align:center;gap:2.5rem}.Footer_bottomBar__I_Unk{margin-top:3rem;padding:1.25rem}}.SuperTeaser_bannerContainer__3XWCs{position:relative;width:100%;overflow:hidden;background-color:#1a1a1a;display:flex;align-items:center;padding:2rem;margin-bottom:2rem;border-radius:10px}.SuperTeaser_backgroundImage__csEnc{position:absolute;top:0;right:0;width:100%;height:100%;background-size:cover;background-position:50%;opacity:.4;z-index:1}.SuperTeaser_contentContainer__JoB34{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;color:#fff}.SuperTeaser_textContent__Schz0{flex:1 1;padding-right:2rem}.SuperTeaser_title__LR9CQ{font-size:2.5rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.SuperTeaser_subtitle__yQorw{font-size:1.25rem;margin:0;opacity:.9;line-height:1.2}.SuperTeaser_ctaButton__5ezp_{padding:1rem 2rem;font-size:1.125rem;font-weight:600;color:#1a1a1a;background-color:#fff;border:none;border-radius:4px;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.SuperTeaser_ctaButton__5ezp_:hover{transform:translateY(-2px);background-color:#f0f0f0;border-color:var(--global-main)}@media (max-width:768px){.SuperTeaser_bannerContainer__3XWCs{padding:1.5rem}.SuperTeaser_backgroundImage__csEnc{right:0;width:100%}.SuperTeaser_contentContainer__JoB34{flex-direction:column;text-align:center}.SuperTeaser_textContent__Schz0{padding-right:0;margin-bottom:1.5rem}.SuperTeaser_title__LR9CQ{font-size:2rem}.SuperTeaser_subtitle__yQorw{font-size:1.125rem}}.WhyUs_whyUsSection__7i9H9{width:100%}.WhyUs_sectionTitle__vnsa0{font-size:1.5rem;margin-bottom:1rem;font-weight:500;color:#333}.WhyUs_cardsContainer__nn0Mf{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;width:100%}.WhyUs_card__7p6gc{flex:1 1 300px;min-width:280px;padding:1.75rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s ease;position:relative;overflow:hidden}.WhyUs_card__7p6gc:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--global-main);opacity:.8}.WhyUs_card__7p6gc:hover{transform:translateY(-1px);box-shadow:0 10px 25px rgba(0,0,0,.12)}.WhyUs_cardTitle__MGia0{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;color:#2d3748}.WhyUs_cardText__cR7zx{font-size:.95rem;line-height:1.6;color:#4a5568;margin-bottom:1rem}.WhyUs_cardText__cR7zx:last-child{margin-bottom:0}@media (max-width:1024px){.WhyUs_cardsContainer__nn0Mf{justify-content:center}.WhyUs_card__7p6gc{flex:1 1 280px}}@media (max-width:768px){.WhyUs_card__7p6gc{width:100%;margin-bottom:1.25rem}.WhyUs_card__7p6gc:last-child{margin-bottom:0}.WhyUs_sectionTitle__vnsa0{margin-bottom:1.5rem}}.LatestPosts_latestPostsSection__CBrec{padding:2rem 0;width:100%}.LatestPosts_header__jl1nn{display:flex;justify-content:space-between;align-items:center}.LatestPosts_sectionTitle__B_wUC{font-size:1.5rem;margin-bottom:1rem;font-weight:500;color:#333}.LatestPosts_viewAllLink__KJmj9{display:flex;align-items:center;color:var(--global-main);text-decoration:none;transition:color .2s ease}.LatestPosts_viewAllLink__KJmj9:hover{color:#0a189a}.LatestPosts_arrowIcon__9j_nZ{margin-left:.5rem;transition:transform .2s ease}.LatestPosts_viewAllLink__KJmj9:hover .LatestPosts_arrowIcon__9j_nZ{transform:translateX(3px)}.LatestPosts_postsContainer__5ZytB{display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:thin}.LatestPosts_postsContainer__5ZytB::-webkit-scrollbar{height:6px}.LatestPosts_postsContainer__5ZytB::-webkit-scrollbar-track{background:#1e2133;border-radius:3px}.LatestPosts_postsContainer__5ZytB::-webkit-scrollbar-thumb{background-color:#4c5280;border-radius:3px}.LatestPosts_postCard__4oq4b{flex:0 0 auto;width:220px;text-decoration:none;border-radius:8px;overflow:hidden;transition:transform .4s ease;position:relative;background-color:#fff}.LatestPosts_postCard__4oq4b:hover{transform:translateY(-5px)}.LatestPosts_imageWrapper__AUKVW{position:relative;width:100%;height:140px;overflow:hidden}.LatestPosts_thumbnail__G1kEl{object-fit:cover;transition:transform .5s ease}.LatestPosts_overlay__5Pamt{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.7));z-index:1}.LatestPosts_postContent__NQ0tZ{position:relative;padding:.2rem 1rem 1rem}.LatestPosts_postTitle__IsMxW{font-size:.95rem;font-weight:500;line-height:1.4;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.LatestPosts_postDate__ftdV0{font-size:.75rem;color:#a0aec0;display:block}@media (max-width:1024px){.LatestPosts_postCard__4oq4b{width:200px}}@media (max-width:640px){.LatestPosts_postsContainer__5ZytB{gap:.75rem}.LatestPosts_postCard__4oq4b{width:180px}.LatestPosts_imageWrapper__AUKVW{height:120px}.LatestPosts_postContent__NQ0tZ{padding:.75rem}.LatestPosts_postTitle__IsMxW{font-size:.85rem}.LatestPosts_header__jl1nn{margin-bottom:1rem}}