.CallButton-module__8N5pfa__container{background-color:var(--muted);border:1px solid var(--border);border-radius:var(--radius);text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:1.5rem;width:100%;margin-top:0;padding:2rem;display:flex}.CallButton-module__8N5pfa__title{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:0;font-size:1.5rem;font-weight:600;display:flex}.CallButton-module__8N5pfa__text{color:var(--muted-foreground);margin-bottom:0;font-size:1rem;line-height:1.5}.CallButton-module__8N5pfa__button{background-color:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;width:fit-content;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.CallButton-module__8N5pfa__button:hover{opacity:.9;transform:translateY(-1px)}.CallButton-module__8N5pfa__mobileButton,.CallButton-module__8N5pfa__mobileText{display:flex}.CallButton-module__8N5pfa__desktopButton,.CallButton-module__8N5pfa__desktopText{display:none}@media (min-width:769px){.CallButton-module__8N5pfa__mobileButton,.CallButton-module__8N5pfa__mobileText{display:none}.CallButton-module__8N5pfa__desktopButton,.CallButton-module__8N5pfa__desktopText{display:flex}.CallButton-module__8N5pfa__container{max-width:500px;height:100%}}
.OpenHours-module__mypx1G__card{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:600px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.OpenHours-module__mypx1G__header{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.OpenHours-module__mypx1G__icon{width:1.5rem;height:1.5rem}.OpenHours-module__mypx1G__header h3{font-size:1.25rem;font-weight:600}.OpenHours-module__mypx1G__list{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.OpenHours-module__mypx1G__item{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:center;padding-bottom:.5rem;font-size:.95rem;display:flex}.OpenHours-module__mypx1G__item:last-child{border-bottom:none;padding-bottom:0}.OpenHours-module__mypx1G__day{color:var(--foreground);white-space:nowrap;font-weight:500}.OpenHours-module__mypx1G__timeWrapper{flex-direction:column;align-items:flex-start;gap:.25rem;width:215px;display:flex}.OpenHours-module__mypx1G__slot{text-align:left;grid-template-columns:85px 1fr;align-items:center;gap:.5rem;width:100%;display:grid}.OpenHours-module__mypx1G__label{color:var(--primary);font-size:.9rem;font-weight:500}.OpenHours-module__mypx1G__time{color:var(--muted-foreground);white-space:nowrap;text-align:left}@media (max-width:480px){.OpenHours-module__mypx1G__card{padding:1.25rem}.OpenHours-module__mypx1G__item{grid-template-columns:70px 1fr;align-items:start;gap:.5rem;padding-bottom:.75rem;display:grid}.OpenHours-module__mypx1G__timeWrapper{align-items:flex-start;width:100%;min-width:0}.OpenHours-module__mypx1G__slot{grid-template-columns:70px 1fr;gap:.25rem;font-size:.85rem}.OpenHours-module__mypx1G__day{font-size:.9rem}}
.Hero-module__ZARIfG__hero{background:linear-gradient(to bottom,var(--muted),var(--background));padding:3rem 0;overflow:hidden}.Hero-module__ZARIfG__container{align-items:stretch;gap:3rem;display:grid}.Hero-module__ZARIfG__content{flex-direction:column;max-width:600px;height:100%;display:flex}.Hero-module__ZARIfG__title{color:var(--secondary-foreground);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}.Hero-module__ZARIfG__subtitle{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.Hero-module__ZARIfG__imageWrapper{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__latestNews{flex-direction:column;flex-grow:1;margin-top:.5rem;display:flex}.Hero-module__ZARIfG__newsLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);background-color:var(--primary-light);border-radius:9999px;margin-bottom:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.Hero-module__ZARIfG__newsTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.Hero-module__ZARIfG__newsExcerpt{color:var(--muted-foreground);margin-bottom:1rem;font-size:.95rem;line-height:1.5}.Hero-module__ZARIfG__newsLink{color:var(--primary);font-size:.95rem;font-weight:500;text-decoration:none}.Hero-module__ZARIfG__newsLink:hover{text-decoration:underline}@media (min-width:768px){.Hero-module__ZARIfG__container{grid-template-columns:1fr 1fr;align-items:stretch}.Hero-module__ZARIfG__leftColumn{flex-direction:column;grid-column:1;justify-content:space-between;gap:3rem;max-width:600px;height:100%;display:flex}.Hero-module__ZARIfG__latestNews{flex-grow:1;height:100%;margin-top:0;display:flex}.Hero-module__ZARIfG__imageWrapper{grid-column:2;justify-content:center;align-items:stretch;width:100%;height:100%;display:flex;position:relative}.Hero-module__ZARIfG__title{margin-bottom:0;font-size:3.5rem}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:2rem 0 1rem}.Hero-module__ZARIfG__container{flex-direction:column;gap:.5rem;display:flex}.Hero-module__ZARIfG__leftColumn{display:contents}.Hero-module__ZARIfG__title{order:1;margin-bottom:.5rem;font-size:2.5rem}.Hero-module__ZARIfG__imageWrapper{order:2;width:100%}.Hero-module__ZARIfG__latestNews{order:3;width:100%;margin-top:1rem}}
.NewsCard-module__CYGr8G__card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.NewsCard-module__CYGr8G__card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.NewsCard-module__CYGr8G__content{flex-direction:column;height:100%;padding:1.5rem;display:flex}.NewsCard-module__CYGr8G__meta{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.875rem;display:flex}.NewsCard-module__CYGr8G__tag{color:var(--primary);align-items:center;gap:.25rem;font-weight:500;display:flex}.NewsCard-module__CYGr8G__date{align-items:center;gap:.25rem;display:flex}.NewsCard-module__CYGr8G__newBadge{background-color:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.NewsCard-module__CYGr8G__title{margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4}.NewsCard-module__CYGr8G__title a{color:var(--foreground);text-decoration:none}.NewsCard-module__CYGr8G__title a:hover{color:var(--primary)}.NewsCard-module__CYGr8G__excerpt{color:var(--muted-foreground);flex-grow:1;margin-bottom:1.5rem;line-height:1.6}.NewsCard-module__CYGr8G__readMore{color:var(--primary);align-items:center;margin-top:auto;font-weight:600;display:inline-flex}.NewsCard-module__CYGr8G__readMore:hover{text-decoration:underline}
.LatestNews-module__luGGxW__section{padding:0}.LatestNews-module__luGGxW__title{color:var(--foreground);text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.LatestNews-module__luGGxW__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.LatestNews-module__luGGxW__grid{grid-template-columns:repeat(2,1fr)}}
.PersonalInfo-module__AIZiWa__section{background-color:var(--background);padding:3rem 0}@media (max-width:768px){.PersonalInfo-module__AIZiWa__section{padding:1rem 0 2rem}}.PersonalInfo-module__AIZiWa__container{align-items:start;gap:4rem;display:grid}.PersonalInfo-module__AIZiWa__imageWrapper{order:2}.PersonalInfo-module__AIZiWa__photoContainer{aspect-ratio:1;border-radius:var(--radius);border:1px solid var(--border);width:100%;position:relative;overflow:hidden}.PersonalInfo-module__AIZiWa__photo{object-fit:cover}.PersonalInfo-module__AIZiWa__title{color:var(--primary);margin-bottom:1.5rem;font-size:2rem}.PersonalInfo-module__AIZiWa__text{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.PersonalInfo-module__AIZiWa__credentials{border-top:1px solid var(--border);gap:2rem;margin-top:2rem;padding-top:2rem;display:flex}.PersonalInfo-module__AIZiWa__credential{flex-direction:column;display:flex}.PersonalInfo-module__AIZiWa__credential strong{color:var(--foreground);font-size:1.125rem}.PersonalInfo-module__AIZiWa__credential span{color:var(--muted-foreground);font-size:.875rem}@media (min-width:768px){.PersonalInfo-module__AIZiWa__container{grid-template-columns:1fr 1fr}.PersonalInfo-module__AIZiWa__imageWrapper{order:1}}
