.hero{padding-top:0}.hero .section-wrapper{flex-wrap:wrap;justify-content:space-between;padding:0 0 50px;display:flex}.hero .section-wrapper>*{flex:50%;max-width:40%}@media (max-width:768px){.hero .section-wrapper>*{flex:100%;max-width:100%}}.hero .text-primary{max-width:400px;margin-bottom:1.5rem;font-size:2.4rem;font-weight:600;line-height:1}.hero .description-txt{margin-bottom:1.5rem}.hero-image img{object-fit:cover;border-radius:20px;width:100%;height:500px}.hero-list{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:-10%;display:grid}.hero-list .hero-item{box-sizing:border-box;background:#fff;border-radius:20px;flex-direction:column;height:250px;padding:2rem;font-weight:600;display:flex}.hero-list .hero-item.invert{background:var(--color-secondary)}.hero-list .hero-item.invert .btn-secondary,.hero-list .hero-item.invert .hero-service{color:#fff}.hero-list .hero-service{margin-top:auto;margin-bottom:24px;font-weight:400}@media (max-width:768px){.hero-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero-list{grid-template-columns:1fr}}.offer-content{flex-direction:column;justify-content:space-between;height:345px;padding:24px;display:flex}@media (max-width:1024px){.offer-content--main{max-width:650px;margin-bottom:24px;padding:0}}.offer-content .text-standard{margin-top:auto;margin-bottom:24px}.offers-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.offer-card{background-position:50%;background-size:cover;border-radius:20px;transition:transform .3s;position:relative;overflow:hidden}.offer-card:before{content:"";background:#0006;border-radius:20px;position:absolute;inset:0}.offer-card:hover{transform:translateY(-5px)}.offer-card .offer-content{z-index:1;position:relative}.offer-card .offer-content .offer-icon{width:60px;height:60px;margin-bottom:10px}.offer-card .offer-content .offer-text{color:#fff;margin-bottom:15px;font-size:16px;font-weight:600;line-height:1.4}.offer-card .offer-content .btn-primary{background:var(--color-secondary);color:#fff;border-radius:8px;padding:10px 20px;text-decoration:none;transition:background .3s;display:inline-block}.offer-card .offer-content .btn-primary:hover{background:var(--color-secondary-dark)}@media (max-width:1024px){.offer-content{height:unset}.offer-card .offer-content{flex-direction:row;justify-content:flex-start;align-items:center}.offer-card .offer-content .btn-bold{width:12.5rem;margin-left:auto}.offer-card .offer-content .offer-icon{margin-bottom:0;margin-right:24px}.offer-card .offer-content .offer-text{max-width:50%}.offers-grid{flex-flow:column wrap;display:flex}}.member-list{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.member-item{background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #edeeef;border-radius:20px;width:100%;max-width:500px;height:200px;padding:2rem}.member-name{margin-bottom:12px;font-size:16px;font-weight:600}.member-desc{width:50%}@media (max-width:768px){.member-list{grid-template-columns:1fr;justify-items:center}}.banner-content{align-items:space-between;background:url(/images/background/banner.svg) 50%/cover no-repeat;border-radius:20px;justify-content:space-around;gap:1.5rem;padding:48px 36px;display:flex}.banner-title{color:#fff;width:40%;font-size:24px;font-weight:600;line-height:24px}.text-standard.banner-desc{color:#fff;width:40%}@media (max-width:768px){.banner-content{background-position:0 100%;flex-direction:column;justify-content:center;align-items:flex-start;padding-bottom:56px}.banner-content .banner-title,.banner-content .text-standard.banner-desc{width:100%}}.area-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:3rem;margin-bottom:36px;display:grid}.area-item{background:#fff;border-radius:20px;align-items:center;gap:1.5rem;padding:2rem;transition:transform .2s;display:flex;box-shadow:0 2px 8px #0000000d}.area-item:hover{transform:translateY(-5px)}.area-icon{width:65px;height:65px}.area-title{font-weight:400}.area-add{background:var(--color-secondary);color:#fff;border-radius:20px;justify-content:center;align-items:center;width:100%;padding:48px;font-weight:600;display:flex}.faq-section{background:#fff;padding:4rem 0}.faq-section .faq-grid{grid-template-columns:repeat(2,1fr);gap:2rem 3rem;display:grid}@media (max-width:768px){.faq-section .faq-grid{grid-template-columns:1fr}}.faq-section .faq-item{cursor:pointer;padding:1rem 0;transition:color .2s}.faq-section .faq-item:hover{color:#36a8c3}.faq-section .faq-item .faq-question{justify-content:space-between;align-items:center;gap:1rem;display:flex}.faq-section .faq-item .faq-question h3{flex:1;margin:0;font-size:1rem;font-weight:500}.faq-section .faq-item .faq-question .dot{background-color:#36a8c3;border-radius:50%;flex-shrink:0;width:6px;height:6px}.faq-section .faq-item .faq-question .icon{color:#fff;background-color:var(--color-secondary);border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:transform .35s cubic-bezier(.2,.9,.2,1);display:inline-flex}.faq-section .faq-item .faq-question .icon.rotated{transform:rotate(180deg)}.faq-section .faq-item .faq-answer{opacity:0;will-change:max-height,opacity,margin-top;max-height:0;margin-top:0;transition:max-height .45s cubic-bezier(.2,.9,.2,1),opacity .35s,margin-top .35s;overflow:hidden}.faq-section .faq-item .faq-answer p{color:#444;margin:0;padding:.4rem 0 .6rem 1.5rem;font-size:12px;line-height:1.6}.faq-section .faq-item.open .faq-answer{opacity:1;margin-top:.8rem}.price-section .card-title{color:#333;justify-content:center;align-items:center;margin-bottom:1.5rem;margin-right:16px;padding-left:40px;font-size:1.125rem;font-weight:600;line-height:1.5rem;display:flex;position:relative}.price-section .card-title:before{content:"";background-image:url(/images/icons/arrows-blue.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:20px;height:1.5rem;margin-right:8px;display:block}.price-section .price-card{background:#fff;border-radius:16px;margin-bottom:36px;padding:2rem;box-shadow:0 2px 10px #0000000d}.price-section .price-card .card-header,.price-section .price-card .card-header .title-wrapper{align-items:center;gap:.6rem;display:flex}.price-section .price-card .card-header .title-wrapper .dot{background-color:#36a8c3;border-radius:50%;width:6px;height:6px}.price-section .price-card .card-header .title-wrapper h3{margin:0;font-size:1.1rem;font-weight:600}.price-section .price-card .divider{background-color:#cce3e9;height:1px;margin:1rem 0}.price-section .price-card .card-content{opacity:1;max-height:none;margin-top:1rem;overflow:visible}.price-section .price-card .card-content ul{margin:0;padding-left:0;list-style:none}.price-section .price-card .card-content .main-list{margin-bottom:24px}.price-section .price-card .card-content .main-list li{margin-bottom:.5rem;padding-left:1.2rem;font-size:.95rem;line-height:1.6;position:relative}.price-section .price-card .card-content .main-list li:before{content:"•";color:#36a8c3;position:absolute;left:0}.price-section .price-card .card-content .main-list li strong{color:#000;font-weight:600}.price-section .price-card .card-content .sub-list{margin-top:.75rem;margin-left:1.5rem}.price-section .price-card .card-content .sub-list li{color:#444;margin-bottom:.4rem;padding-left:1.5rem;font-size:.9rem;line-height:1.5;position:relative}.price-section .price-card .card-content .sub-list li:before{content:"✔";color:#36a8c3;font-weight:600;position:absolute;top:0;left:0}@media (max-width:900px){.price-section .price-card{padding:1rem}}.contact-wrapper{flex-wrap:wrap;gap:2rem;width:100%;display:flex}.contact-text{background-image:url(/images/background/contact-bg.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;flex-direction:column;flex:1;width:auto;padding:2rem;display:flex}.contact-text .standard-content{margin-bottom:unset;flex-direction:column;display:flex}.contact-text .standard-content .text-standard{margin-left:unset;width:80%;margin-bottom:32px}.contact-text .standard-content .standard-title{width:350px;margin-bottom:24px;font-size:2rem;line-height:2rem}.contact-text .social-wrapper{display:flex}.contact-text .socialLinks{gap:8px;margin-right:24px;display:flex}.contact-text .socialLinks img{width:46px;height:46px}.contact-text .phone-wrapper{flex-direction:column;justify-content:center;display:flex}.contact-text .phone-wrapper .phone-number{color:var(--color-textPrimary);font-size:1.25rem;font-weight:600;text-decoration:none}.contact-text .phone-wrapper p{color:var(--color-textSecondary);margin:0;font-size:10px}@media (max-width:900px){.contact-wrapper{flex-direction:column;justify-content:center;align-items:center}}.contact-section .contact-wrapper{background-color:var(--color-secondary);border-radius:20px;padding:2rem}.contact-section .contact-text{background:0 0}.contact-section .section-title{color:#fff}.contact-section .standard-content{flex-direction:column;flex:1;justify-content:space-between;display:flex}.contact-section .standard-content .contact-link{color:#fff;margin-bottom:16px;font-size:1.5rem;font-weight:600;line-height:normal;display:block}.contact-section .standard-content .social-links{gap:8px;display:flex}@media (max-width:900px){.contact-section .contact-wrapper{flex-direction:column;justify-content:center;align-items:center}.contact-section .standard-content{width:100%}}:root{--color-primary:#1e3a8a;--color-secondary:#36a8c3;--color-neutral:#f9fafb;--color-textPrimary:#111827;--color-textSecondary:#6b7280;--color-textStandard:#070707;--font-main:"Montserrat",Arial,sans-serif;font-family:var(--font-main),sans-serif;--header-height:55px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-main);background-color:var(--color-neutral);color:var(--color-textPrimary);padding-top:var(--header-height);line-height:1.5}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button{color:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1rem}section{padding:40px 0}.text-center{text-align:center}.text-primary{color:var(--color-textPrimary);font-weight:500}.text-secondary{color:var(--color-secondary)}.text-standard{color:var(--color-textSecondary);font-size:14px;font-weight:400;line-height:16px}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.btn-primary{color:var(--color-textPrimary);border:1px solid var(--color-secondary);cursor:pointer;text-align:start;border-radius:20px;justify-content:space-between;align-items:center;width:300px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .3s;display:flex}.btn-secondary{color:var(--color-secondary);text-align:left;font-size:1rem;font-weight:400}.btn-bold{color:#fff;background-color:var(--color-secondary);text-align:center;border-radius:20px;max-width:260px;padding:.95rem 1.5rem;line-height:16px;display:block}.standard-title{font-size:24px;font-weight:600;line-height:24px}.section-title{margin-bottom:2.25rem;font-size:12px;line-height:19px;display:flex}.section-title img{margin-right:8px}.standard-content{justify-content:space-between;margin-bottom:2.25rem;display:flex}.standard-content .standard-title{width:45%}.standard-content .text-standard{width:40%;margin-left:auto}@media (max-width:768px){.about-content,.standard-content{flex-direction:column}.about-content .standard-title,.about-content .text-standard,.standard-content .standard-title,.standard-content .text-standard{width:100%}.about-content .text-standard,.standard-content .text-standard{margin-top:1rem;margin-left:0}}.opinions a{opacity:0!important;display:none!important}.privacy-content{font-size:1rem;line-height:1.6}.privacy-content p{margin-top:1em;margin-bottom:1em}.privacy-content ul,.privacy-content ol{margin-bottom:1em;padding-left:2em}.privacy-content ul ul,.privacy-content ul ol,.privacy-content ol ul,.privacy-content ol ol{margin-top:.5em;margin-bottom:.5em}.privacy-content ul{list-style:outside}.privacy-content ol{list-style-type:decimal}.privacy-content li{margin-bottom:.5em}.goog-te-banner-frame.skiptranslate{display:none!important}body{top:0!important}.goog-te-gadget-icon{display:none!important}
.Header-module-scss-module__ydq9dq__hero{padding-top:0}.Header-module-scss-module__ydq9dq__hero .Header-module-scss-module__ydq9dq__section-wrapper{flex-wrap:wrap;justify-content:space-between;padding:0 0 50px;display:flex}.Header-module-scss-module__ydq9dq__hero .Header-module-scss-module__ydq9dq__section-wrapper>*{flex:50%;max-width:40%}@media (max-width:768px){.Header-module-scss-module__ydq9dq__hero .Header-module-scss-module__ydq9dq__section-wrapper>*{flex:100%;max-width:100%}}.Header-module-scss-module__ydq9dq__hero .Header-module-scss-module__ydq9dq__text-primary{max-width:400px;margin-bottom:1.5rem;font-size:2.4rem;font-weight:600;line-height:1}.Header-module-scss-module__ydq9dq__hero .Header-module-scss-module__ydq9dq__description-txt{margin-bottom:1.5rem}.Header-module-scss-module__ydq9dq__hero-image img{object-fit:cover;border-radius:20px;width:100%;height:500px}.Header-module-scss-module__ydq9dq__hero-list{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:-10%;display:grid}.Header-module-scss-module__ydq9dq__hero-list .Header-module-scss-module__ydq9dq__hero-item{box-sizing:border-box;background:#fff;border-radius:20px;flex-direction:column;height:250px;padding:2rem;font-weight:600;display:flex}.Header-module-scss-module__ydq9dq__hero-list .Header-module-scss-module__ydq9dq__hero-item.Header-module-scss-module__ydq9dq__invert{background:var(--color-secondary)}.Header-module-scss-module__ydq9dq__hero-list .Header-module-scss-module__ydq9dq__hero-item.Header-module-scss-module__ydq9dq__invert .Header-module-scss-module__ydq9dq__btn-secondary,.Header-module-scss-module__ydq9dq__hero-list .Header-module-scss-module__ydq9dq__hero-item.Header-module-scss-module__ydq9dq__invert .Header-module-scss-module__ydq9dq__hero-service{color:#fff}.Header-module-scss-module__ydq9dq__hero-list .Header-module-scss-module__ydq9dq__hero-service{margin-top:auto;margin-bottom:24px;font-weight:400}@media (max-width:768px){.Header-module-scss-module__ydq9dq__hero-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Header-module-scss-module__ydq9dq__hero-list{grid-template-columns:1fr}}.Header-module-scss-module__ydq9dq__offer-content{flex-direction:column;justify-content:space-between;height:345px;padding:24px;display:flex}@media (max-width:1024px){.Header-module-scss-module__ydq9dq__offer-content--main{max-width:650px;margin-bottom:24px;padding:0}}.Header-module-scss-module__ydq9dq__offer-content .Header-module-scss-module__ydq9dq__text-standard{margin-top:auto;margin-bottom:24px}.Header-module-scss-module__ydq9dq__offers-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.Header-module-scss-module__ydq9dq__offer-card{background-position:50%;background-size:cover;border-radius:20px;transition:transform .3s;position:relative;overflow:hidden}.Header-module-scss-module__ydq9dq__offer-card:before{content:"";background:#0006;border-radius:20px;position:absolute;inset:0}.Header-module-scss-module__ydq9dq__offer-card:hover{transform:translateY(-5px)}.Header-module-scss-module__ydq9dq__offer-card .Header-module-scss-module__ydq9dq__offer-content{z-index:1;position:relative}.Header-module-scss-module__ydq9dq__offer-card .Header-module-scss-module__ydq9dq__offer-content .Header-module-scss-module__ydq9dq__offer-icon{width:60px;height:60px;margin-bottom:10px}.Header-module-scss-module__ydq9dq__offer-card .Header-module-scss-module__ydq9dq__offer-content .Header-module-scss-module__ydq9dq__offer-text{color:#fff;margin-bottom:15px;font-size:16px;font-weight:600;line-height:1.4}.Header-module-scss-module__ydq9dq__offer-card .Header-module-scss-module__ydq9dq__offer-content .Header-module-scss-module__ydq9dq__btn-primary{background:var(--color-secondary);color:#fff;border-radius:8px;padding:10px 20px;text-decoration:none;transition:background .3s;display:inline-block}.Header-module-scss-module__ydq9dq__offer-card .Header-module-scss-module__ydq9dq__offer-content .Header-module-scss-module__ydq9dq__btn-primary:hover{background:var(--color-secondary-dark)}@media (max-width:1024px){.Header-module-scss-module__ydq9dq__offer-content{height:unset}.Header-module-scss-module__ydq9dq__offer-card .Header-module-scss-module__ydq9dq__offer-content{flex-direction:row;justify-content:flex-start;align-items:center}.Header-module-scss-module__ydq9dq__offer-card .Header-module-scss-module__ydq9dq__offer-content .Header-module-scss-module__ydq9dq__btn-bold{width:12.5rem;margin-left:auto}.Header-module-scss-module__ydq9dq__offer-card .Header-module-scss-module__ydq9dq__offer-content .Header-module-scss-module__ydq9dq__offer-icon{margin-bottom:0;margin-right:24px}.Header-module-scss-module__ydq9dq__offer-card .Header-module-scss-module__ydq9dq__offer-content .Header-module-scss-module__ydq9dq__offer-text{max-width:50%}.Header-module-scss-module__ydq9dq__offers-grid{flex-flow:column wrap;display:flex}}.Header-module-scss-module__ydq9dq__member-list{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.Header-module-scss-module__ydq9dq__member-item{background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #edeeef;border-radius:20px;width:100%;max-width:500px;height:200px;padding:2rem}.Header-module-scss-module__ydq9dq__member-name{margin-bottom:12px;font-size:16px;font-weight:600}.Header-module-scss-module__ydq9dq__member-desc{width:50%}@media (max-width:768px){.Header-module-scss-module__ydq9dq__member-list{grid-template-columns:1fr;justify-items:center}}.Header-module-scss-module__ydq9dq__banner-content{align-items:space-between;background:url(/images/background/banner.svg) 50%/cover no-repeat;border-radius:20px;justify-content:space-around;gap:1.5rem;padding:48px 36px;display:flex}.Header-module-scss-module__ydq9dq__banner-title{color:#fff;width:40%;font-size:24px;font-weight:600;line-height:24px}.Header-module-scss-module__ydq9dq__text-standard.Header-module-scss-module__ydq9dq__banner-desc{color:#fff;width:40%}@media (max-width:768px){.Header-module-scss-module__ydq9dq__banner-content{background-position:0 100%;flex-direction:column;justify-content:center;align-items:flex-start;padding-bottom:56px}.Header-module-scss-module__ydq9dq__banner-content .Header-module-scss-module__ydq9dq__banner-title,.Header-module-scss-module__ydq9dq__banner-content .Header-module-scss-module__ydq9dq__text-standard.Header-module-scss-module__ydq9dq__banner-desc{width:100%}}.Header-module-scss-module__ydq9dq__area-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:3rem;margin-bottom:36px;display:grid}.Header-module-scss-module__ydq9dq__area-item{background:#fff;border-radius:20px;align-items:center;gap:1.5rem;padding:2rem;transition:transform .2s;display:flex;box-shadow:0 2px 8px #0000000d}.Header-module-scss-module__ydq9dq__area-item:hover{transform:translateY(-5px)}.Header-module-scss-module__ydq9dq__area-icon{width:65px;height:65px}.Header-module-scss-module__ydq9dq__area-title{font-weight:400}.Header-module-scss-module__ydq9dq__area-add{background:var(--color-secondary);color:#fff;border-radius:20px;justify-content:center;align-items:center;width:100%;padding:48px;font-weight:600;display:flex}.Header-module-scss-module__ydq9dq__faq-section{background:#fff;padding:4rem 0}.Header-module-scss-module__ydq9dq__faq-section .Header-module-scss-module__ydq9dq__faq-grid{grid-template-columns:repeat(2,1fr);gap:2rem 3rem;display:grid}@media (max-width:768px){.Header-module-scss-module__ydq9dq__faq-section .Header-module-scss-module__ydq9dq__faq-grid{grid-template-columns:1fr}}.Header-module-scss-module__ydq9dq__faq-section .Header-module-scss-module__ydq9dq__faq-item{cursor:pointer;padding:1rem 0;transition:color .2s}.Header-module-scss-module__ydq9dq__faq-section .Header-module-scss-module__ydq9dq__faq-item:hover{color:#36a8c3}.Header-module-scss-module__ydq9dq__faq-section .Header-module-scss-module__ydq9dq__faq-item .Header-module-scss-module__ydq9dq__faq-question{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Header-module-scss-module__ydq9dq__faq-section .Header-module-scss-module__ydq9dq__faq-item .Header-module-scss-module__ydq9dq__faq-question h3{flex:1;margin:0;font-size:1rem;font-weight:500}.Header-module-scss-module__ydq9dq__faq-section .Header-module-scss-module__ydq9dq__faq-item .Header-module-scss-module__ydq9dq__faq-question .Header-module-scss-module__ydq9dq__dot{background-color:#36a8c3;border-radius:50%;flex-shrink:0;width:6px;height:6px}.Header-module-scss-module__ydq9dq__faq-section .Header-module-scss-module__ydq9dq__faq-item .Header-module-scss-module__ydq9dq__faq-question .Header-module-scss-module__ydq9dq__icon{color:#fff;background-color:var(--color-secondary);border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:transform .35s cubic-bezier(.2,.9,.2,1);display:inline-flex}.Header-module-scss-module__ydq9dq__faq-section .Header-module-scss-module__ydq9dq__faq-item .Header-module-scss-module__ydq9dq__faq-question .Header-module-scss-module__ydq9dq__icon.Header-module-scss-module__ydq9dq__rotated{transform:rotate(180deg)}.Header-module-scss-module__ydq9dq__faq-section .Header-module-scss-module__ydq9dq__faq-item .Header-module-scss-module__ydq9dq__faq-answer{opacity:0;will-change:max-height,opacity,margin-top;max-height:0;margin-top:0;transition:max-height .45s cubic-bezier(.2,.9,.2,1),opacity .35s,margin-top .35s;overflow:hidden}.Header-module-scss-module__ydq9dq__faq-section .Header-module-scss-module__ydq9dq__faq-item .Header-module-scss-module__ydq9dq__faq-answer p{color:#444;margin:0;padding:.4rem 0 .6rem 1.5rem;font-size:12px;line-height:1.6}.Header-module-scss-module__ydq9dq__faq-section .Header-module-scss-module__ydq9dq__faq-item.Header-module-scss-module__ydq9dq__open .Header-module-scss-module__ydq9dq__faq-answer{opacity:1;margin-top:.8rem}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__card-title{color:#333;justify-content:center;align-items:center;margin-bottom:1.5rem;margin-right:16px;padding-left:40px;font-size:1.125rem;font-weight:600;line-height:1.5rem;display:flex;position:relative}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__card-title:before{content:"";background-image:url(/images/icons/arrows-blue.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:20px;height:1.5rem;margin-right:8px;display:block}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card{background:#fff;border-radius:16px;margin-bottom:36px;padding:2rem;box-shadow:0 2px 10px #0000000d}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-header,.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-header .Header-module-scss-module__ydq9dq__title-wrapper{align-items:center;gap:.6rem;display:flex}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-header .Header-module-scss-module__ydq9dq__title-wrapper .Header-module-scss-module__ydq9dq__dot{background-color:#36a8c3;border-radius:50%;width:6px;height:6px}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-header .Header-module-scss-module__ydq9dq__title-wrapper h3{margin:0;font-size:1.1rem;font-weight:600}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__divider{background-color:#cce3e9;height:1px;margin:1rem 0}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-content{opacity:1;max-height:none;margin-top:1rem;overflow:visible}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-content ul{margin:0;padding-left:0;list-style:none}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-content .Header-module-scss-module__ydq9dq__main-list{margin-bottom:24px}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-content .Header-module-scss-module__ydq9dq__main-list li{margin-bottom:.5rem;padding-left:1.2rem;font-size:.95rem;line-height:1.6;position:relative}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-content .Header-module-scss-module__ydq9dq__main-list li:before{content:"•";color:#36a8c3;position:absolute;left:0}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-content .Header-module-scss-module__ydq9dq__main-list li strong{color:#000;font-weight:600}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-content .Header-module-scss-module__ydq9dq__sub-list{margin-top:.75rem;margin-left:1.5rem}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-content .Header-module-scss-module__ydq9dq__sub-list li{color:#444;margin-bottom:.4rem;padding-left:1.5rem;font-size:.9rem;line-height:1.5;position:relative}.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card .Header-module-scss-module__ydq9dq__card-content .Header-module-scss-module__ydq9dq__sub-list li:before{content:"✔";color:#36a8c3;font-weight:600;position:absolute;top:0;left:0}@media (max-width:900px){.Header-module-scss-module__ydq9dq__price-section .Header-module-scss-module__ydq9dq__price-card{padding:1rem}}.Header-module-scss-module__ydq9dq__contact-wrapper{flex-wrap:wrap;gap:2rem;width:100%;display:flex}.Header-module-scss-module__ydq9dq__contact-text{background-image:url(/images/background/contact-bg.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;flex-direction:column;flex:1;width:auto;padding:2rem;display:flex}.Header-module-scss-module__ydq9dq__contact-text .Header-module-scss-module__ydq9dq__standard-content{margin-bottom:unset;flex-direction:column;display:flex}.Header-module-scss-module__ydq9dq__contact-text .Header-module-scss-module__ydq9dq__standard-content .Header-module-scss-module__ydq9dq__text-standard{margin-left:unset;width:80%;margin-bottom:32px}.Header-module-scss-module__ydq9dq__contact-text .Header-module-scss-module__ydq9dq__standard-content .Header-module-scss-module__ydq9dq__standard-title{width:350px;margin-bottom:24px;font-size:2rem;line-height:2rem}.Header-module-scss-module__ydq9dq__contact-text .Header-module-scss-module__ydq9dq__social-wrapper{display:flex}.Header-module-scss-module__ydq9dq__contact-text .Header-module-scss-module__ydq9dq__socialLinks{gap:8px;margin-right:24px;display:flex}.Header-module-scss-module__ydq9dq__contact-text .Header-module-scss-module__ydq9dq__socialLinks img{width:46px;height:46px}.Header-module-scss-module__ydq9dq__contact-text .Header-module-scss-module__ydq9dq__phone-wrapper{flex-direction:column;justify-content:center;display:flex}.Header-module-scss-module__ydq9dq__contact-text .Header-module-scss-module__ydq9dq__phone-wrapper .Header-module-scss-module__ydq9dq__phone-number{color:var(--color-textPrimary);font-size:1.25rem;font-weight:600;text-decoration:none}.Header-module-scss-module__ydq9dq__contact-text .Header-module-scss-module__ydq9dq__phone-wrapper p{color:var(--color-textSecondary);margin:0;font-size:10px}@media (max-width:900px){.Header-module-scss-module__ydq9dq__contact-wrapper{flex-direction:column;justify-content:center;align-items:center}}.Header-module-scss-module__ydq9dq__contact-section .Header-module-scss-module__ydq9dq__contact-wrapper{background-color:var(--color-secondary);border-radius:20px;padding:2rem}.Header-module-scss-module__ydq9dq__contact-section .Header-module-scss-module__ydq9dq__contact-text{background:0 0}.Header-module-scss-module__ydq9dq__contact-section .Header-module-scss-module__ydq9dq__section-title{color:#fff}.Header-module-scss-module__ydq9dq__contact-section .Header-module-scss-module__ydq9dq__standard-content{flex-direction:column;flex:1;justify-content:space-between;display:flex}.Header-module-scss-module__ydq9dq__contact-section .Header-module-scss-module__ydq9dq__standard-content .Header-module-scss-module__ydq9dq__contact-link{color:#fff;margin-bottom:16px;font-size:1.5rem;font-weight:600;line-height:normal;display:block}.Header-module-scss-module__ydq9dq__contact-section .Header-module-scss-module__ydq9dq__standard-content .Header-module-scss-module__ydq9dq__social-links{gap:8px;display:flex}@media (max-width:900px){.Header-module-scss-module__ydq9dq__contact-section .Header-module-scss-module__ydq9dq__contact-wrapper{flex-direction:column;justify-content:center;align-items:center}.Header-module-scss-module__ydq9dq__contact-section .Header-module-scss-module__ydq9dq__standard-content{width:100%}}.Header-module-scss-module__ydq9dq__header{z-index:50;background-color:var(--color-secondary);border-radius:0 0 20px 20px;width:100%;max-width:100vw;position:fixed;top:0;box-shadow:0 2px 6px #00000026}.Header-module-scss-module__ydq9dq__container{align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.Header-module-scss-module__ydq9dq__logo{align-items:center;margin-right:10%;display:flex}.Header-module-scss-module__ydq9dq__navDesktop{color:var(--color-neutral);gap:1.5rem;font-weight:400;display:none}.Header-module-scss-module__ydq9dq__navDesktop a{color:inherit;text-decoration:none;transition:color .4s}.Header-module-scss-module__ydq9dq__navDesktop a:hover{color:var(--color-textSecondary)}@media (min-width:1024px){.Header-module-scss-module__ydq9dq__navDesktop{display:flex}}.Header-module-scss-module__ydq9dq__rightSection{color:var(--color-neutral);align-items:center;gap:1rem;margin-left:auto;display:flex}.Header-module-scss-module__ydq9dq__contactList{flex-direction:row;align-items:flex-start;gap:1rem;display:flex}.Header-module-scss-module__ydq9dq__contactItem{flex-direction:column;gap:.2rem;display:flex}.Header-module-scss-module__ydq9dq__contact{color:var(--color-neutral);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.Header-module-scss-module__ydq9dq__contact:hover{color:var(--color-textSecondary)}.Header-module-scss-module__ydq9dq__linkSmall{color:var(--color-neutral);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:8px;text-decoration:underline;transition:color .2s}.Header-module-scss-module__ydq9dq__linkSmall:hover{color:var(--color-textSecondary)}.Header-module-scss-module__ydq9dq__addressItem .Header-module-scss-module__ydq9dq__linkSmall{text-decoration:none}.Header-module-scss-module__ydq9dq__addressItem .Header-module-scss-module__ydq9dq__linkSmall:hover{color:#fff}.Header-module-scss-module__ydq9dq__languageSwitcher{position:relative}.Header-module-scss-module__ydq9dq__langButton{cursor:pointer;color:var(--color-neutral);background:0 0;border:none;font-size:.9rem;font-weight:600;transition:color .2s}.Header-module-scss-module__ydq9dq__langMenu{background:var(--color-neutral);color:var(--color-textSecondary);border-radius:8px;margin-top:.5rem;position:absolute;right:0;overflow:hidden;box-shadow:0 2px 10px #00000026}.Header-module-scss-module__ydq9dq__langOption{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;transition:background .2s;display:block}.Header-module-scss-module__ydq9dq__langOption:hover{background:#0000000d}.Header-module-scss-module__ydq9dq__hamburger{cursor:pointer;color:var(--color-neutral);z-index:999;background:0 0;border:none}@media (min-width:1024px){.Header-module-scss-module__ydq9dq__hamburger{display:none}}.Header-module-scss-module__ydq9dq__hamburgerIcon{width:24px;height:24px}.Header-module-scss-module__ydq9dq__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;background:#0006;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.Header-module-scss-module__ydq9dq__overlay.Header-module-scss-module__ydq9dq__active{opacity:1;pointer-events:all}.Header-module-scss-module__ydq9dq__navMobile{background:var(--color-secondary);max-width:300px;height:100vh;color:var(--color-neutral);flex-direction:column;justify-content:flex-start;gap:1.5rem;padding:3rem 1.5rem 2rem;transition:right .3s;display:flex;position:fixed;top:0;right:-300px;box-shadow:-4px 0 10px #0003}.Header-module-scss-module__ydq9dq__navMobile.Header-module-scss-module__ydq9dq__open{right:0}.Header-module-scss-module__ydq9dq__navMobile a{color:inherit;font-size:1rem;text-decoration:none;transition:color .2s}.Header-module-scss-module__ydq9dq__navMobile a:hover{color:var(--color-textSecondary)}.Header-module-scss-module__ydq9dq__navMobile .Header-module-scss-module__ydq9dq__mobileAddress{border-top:1px solid #fff3;flex-direction:column;align-items:flex-start;gap:.3rem;margin-top:auto;padding-top:1rem;display:flex}.Header-module-scss-module__ydq9dq__navMobile .Header-module-scss-module__ydq9dq__mobileAddress .Header-module-scss-module__ydq9dq__contact{color:var(--color-neutral);font-size:.9rem;text-decoration:none;transition:color .2s}.Header-module-scss-module__ydq9dq__navMobile .Header-module-scss-module__ydq9dq__mobileAddress .Header-module-scss-module__ydq9dq__contact:hover{color:var(--color-textSecondary)}.Header-module-scss-module__ydq9dq__navMobile .Header-module-scss-module__ydq9dq__mobileAddress .Header-module-scss-module__ydq9dq__linkSmall{color:var(--color-neutral);font-size:8px;text-decoration:underline;transition:color .2s}.Header-module-scss-module__ydq9dq__navMobile .Header-module-scss-module__ydq9dq__mobileAddress .Header-module-scss-module__ydq9dq__linkSmall:hover{color:var(--color-textSecondary)}.Header-module-scss-module__ydq9dq__socialLinks{justify-content:center;gap:.4rem;margin-top:2px;padding:0;list-style:none;display:flex}.Header-module-scss-module__ydq9dq__socialLinks li a{width:36px;height:36px;color:var(--color-neutral);justify-content:center;align-items:center;transition:color .3s,transform .2s;display:flex}.Header-module-scss-module__ydq9dq__socialLinks li a:hover{color:var(--color-textSecondary);transform:scale(1.1)}.Header-module-scss-module__ydq9dq__socialLinks li a svg{width:28px;height:28px}.Header-module-scss-module__ydq9dq__langButton{cursor:pointer;color:var(--color-neutral);background:0 0;border:none;align-items:center;gap:.3rem;font-size:.9rem;font-weight:600;transition:color .2s;display:flex}.Header-module-scss-module__ydq9dq__langButton:hover{color:var(--color-textSecondary)}.Header-module-scss-module__ydq9dq__langButton svg{transition:transform .2s}.Header-module-scss-module__ydq9dq__langButton.Header-module-scss-module__ydq9dq__open svg{transform:rotate(180deg)}.Header-module-scss-module__ydq9dq__langArrow{width:14px;height:14px;color:inherit}.Header-module-scss-module__ydq9dq__contact,.Header-module-scss-module__ydq9dq__linkSmall,.Header-module-scss-module__ydq9dq__langButton{transition:color .4s ease-in-out}.Header-module-scss-module__ydq9dq__contact:hover,.Header-module-scss-module__ydq9dq__linkSmall:hover,.Header-module-scss-module__ydq9dq__langButton:hover{color:var(--color-textSecondary)}@media (max-width:1023px){.Header-module-scss-module__ydq9dq__contact{display:block}}@media (max-width:768px){.Header-module-scss-module__ydq9dq__addressItem{display:none}}
