@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype')}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype')}:root{--font-family:'Montserrat',sans-serif;--primary:#0277fb;--black:#0e2249;--white:#fff}
html{scroll-padding-top:80px;scroll-behavior:smooth}
html,body{height:100%}
body{display:flex;flex-direction:column;font-family:var(--font-family);color:var(--black)}
.main-content{flex:1 0 auto}
img{max-width:100%}
.btn{border-radius:3rem;padding:0.75rem 1.5rem;font-size:0.875rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:0.5rem;width:fit-content;transition:all 0.15s ease-in-out}
.btn-group{gap:1rem}
.btn-group>.btn{border-radius:3rem !important}
.btn-primary{background-color:var(--primary);border-color:var(--primary);color:var(--white)}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{background-color:#0068de !important;border-color:#0068de !important;color:var(--white) !important}
.btn-outline-primary{background-color:transparent;border-color:var(--primary);color:var(--primary)}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active{background-color:transparent !important;border-color:#0068de !important;color:#0068de !important}#backToTopBtn{position:fixed;bottom:24px;right:24px;z-index:99;border:none;outline:none;background-color:var(--primary);color:var(--white);cursor:pointer;font-size:1.125rem;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(50px);transition:opacity 0.5s ease,transform 0.5s ease,background-color 0.3s ease-in-out}
#backToTopBtn:hover{background-color:#0056b3}
#backToTopBtn.show{display:flex;opacity:1;transform:translateY(0)}
#backToTopBtn svg{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;stroke-width:2}.form-control,
.form-select{border-radius:0.5rem;padding:0.75rem 1rem;font-size:0.875rem;font-weight:500;border:1px solid #e0e6ed;transition:all 0.15s ease-in-out}
.form-select{font-weight:400}
.form-control[type="date" i]{appearance:none;font-weight:400}
.form-control::placeholder{font-weight:400}
.form-label{font-size:0.875rem;font-weight:400;margin-bottom:0.5rem}.header{padding:0.75rem 2rem;transition:background-color 0.15s ease}
.header.header-absolute{position:absolute;width:100%;z-index:10}
.header.header-scrolled{position:fixed;top:0;width:100%;z-index:1000;padding:0;background-color:rgba(255,255,255,0.7);border-bottom:1px solid rgba(0,0,0,0.1);backdrop-filter:blur(16px)}
.header .navbar-brand img{max-height:72px;max-width:264px}
.header .navbar-nav{gap:1rem}
.header .nav-item{display:flex;align-items:center;justify-content:center}
.header .nav-link{color:#7e8fa5;font-size:0.875rem;display:flex;align-items:center;gap:0.25rem;font-weight:500;text-align:center;border-radius:0.375rem;padding:0.375rem 0.75rem !important;transition:all 0.15s ease-in-out}
.header .nav-link img{max-width:1.5rem;max-height:1.5rem}
.header .nav-link.active{color:var(--primary);background-color:#e0eeff}
.header .nav-link:hover,
.header .nav-link:focus,
.header .nav-link:active{color:var(--primary);background-color:#e0eeff}
.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--primary);background-color:#e0eeff}
.header .dropdown{position:relative}
.header .dropdown .dropdown-item{display:flex;align-items:center;gap:0.125rem}
.header .dropdown .dropdown-item img{max-width:1.375rem;max-height:1.375rem}
.header .dropdown .dropdown-menu{padding:0.75rem 0;border-radius:0.5rem;overflow:hidden;min-width:196px;opacity:0;display:block;top:125%;left:-2px;border-color:#e0e6ed;box-shadow:0 4px 64px rgba(0,0,0,0.1);visibility:hidden;transform:translateY(10px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0.3s}
.header .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.header .dropdown-item{padding:0.375rem 1rem;border-radius:0;font-size:0.875rem;font-weight:500;transition:all 0.3s ease}
.header .dropdown-item:active{background:transparent}
.header .dropdown-item:hover,.header .dropdown-item:focus,.header .dropdown-item:active{color:var(--primary);background:#f7f7f7;background:transparent;transform:translateX(6px)}
.header .dropdown-toggle::after{display:none}
.header .dropdown-toggle svg{width:1rem;height:1rem}
.topbar{padding:0 0 12px;border-bottom:0.1px solid #eaeaea}
.header.header-scrolled .topbar{padding:12px 16px 12px 0}
.topbar ul{padding:0;margin:0;list-style:none;display:flex;align-items:center}
.topbar ul li{margin-right:25px}
.topbar ul li:last-child{margin-right:0}
.topbar ul li a{text-decoration:none;font-size:14px;font-weight:300;color:#000;display:flex;align-items:center;gap:0.375rem;transition:all 0.3s ease-in-out}
.topbar ul li a svg{width:18px;height:18px}
.topbar ul li:hover a,
.topbar ul li:focus a,
.topbar ul li:active a{color:var(--primary)}
.social-bx{display:flex;align-items:center;justify-content:flex-end}
.social-bx a{margin-right:15px;font-size:16px;color:#000}
.social-bx a:last-child{margin-right:0}
.social-bx a:hover,
.social-bx a:focus,
.social-bx a:active{color:#1E2731}
.social-bx a svg{width:16px !important;height:16px !important}.breadcrumb-wrapper{background:linear-gradient(#f1f8ff 40%,#fff 100%) no-repeat center center / cover;padding:10rem 0 0;text-align:center;position:relative}
.breadcrumb-subtitle{display:block;font-size:0.875rem;text-transform:uppercase;font-weight:500;color:var(--primary);text-align:center;letter-spacing:1.6px;margin-bottom:1rem}
.breadcrumb-title{font-size:2.5rem;font-weight:700;color:var(--black);text-transform:uppercase}
.breadcrumb-content p{font-size:1rem;color:#555;max-width:700px;margin:0 auto}.hero{position:relative;overflow:hidden;color:var(--black);min-height:48rem;height:64rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem 2rem;background:linear-gradient(#f1f8ff 80%,#fff 100%) no-repeat center center/cover}
.hero .hero-title h1{font-size:3.875rem;font-weight:700;max-width:600px;margin-bottom:1.5rem}
.hero p{font-size:1.125rem;color:#70819a;max-width:624px;line-height:2rem;margin-bottom:2rem}
.hero .btn:hover{background-color:#0056b3;color:#fff}
.hero .hero-image{position:relative;display:flex;justify-content:center;align-items:center;margin-right:-4rem;width:100%;height:100%;aspect-ratio:4/5;overflow:hidden}
.hero .hero-image img{height:100%;width:100%;object-fit:contain}
.hero .hero-image .fade-image{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;opacity:0;aspect-ratio:4/5;transition:opacity 1.5s ease-in-out}
.hero .hero-image .fade-image.active{opacity:1}.section{padding:6rem 0}
.section + .section:not(.bg-light):not(.section-bg ~ .section){margin-top:-6rem}
.section .section-subtitle{display:block;font-size:0.875rem;text-transform:uppercase;font-weight:500;color:#70819a;color:var(--primary);text-align:center;letter-spacing:1.6px;margin-bottom:1rem}
.section .section-title{text-align:center;font-weight:700;font-size:3rem;max-width:800px;margin:0 auto 4rem}
.section.bg-light{background-color:#f1f8ff !important;background:linear-gradient(#f1f8ff 20%,#fff 100%) no-repeat center center / cover !important}
.section .section-content h4{font-size:1.5rem;font-weight:600;margin-bottom:1rem}
.section .section-content p{font-size:0.875rem;color:#70819a;line-height:1.625rem;margin-bottom:2rem}
.section .section-image{border-radius:0.75rem;overflow:hidden;height:100%}
.section .section-image img{width:100%;height:100%;object-fit:cover}#about img{border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,0.1);background:url('https://picsum.photos/600/400') no-repeat center center/cover}#benefity{margin-top:-6rem}
.benefit-card{display:flex;flex-direction:column;padding:2rem;height:100%;border-radius:0.75rem;text-decoration:none;box-shadow:0 4px 64px rgba(0,0,0,0.1);transition:all 0.3s ease}
.benefit-card:hover,
.benefit-card:focus,
.benefit-card:active{transform:translateY(-0.5rem)}
.benefit-card .benefit-card-icon{aspect-ratio:1/1;border-radius:0.75rem;max-width:3rem;display:flex;justify-content:center;align-items:center;padding:0.75rem;background:#e3f5fc;margin-bottom:1.5rem}
.benefit-card .benefit-card-icon svg{stroke:#5a93ef;stroke-width:1.5;width:100%;height:100%}
.benefit-card h5{font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:var(--black)}
.benefit-card p{font-size:0.875rem;color:#70819a;margin-bottom:0}
.benefit-item:nth-child(2) .benefit-card .benefit-card-icon{background:#fceffd}
.benefit-item:nth-child(2) .benefit-card .benefit-card-icon svg{stroke:#a04ef2}
.benefit-item:nth-child(3) .benefit-card .benefit-card-icon{background:#fef5ed}
.benefit-item:nth-child(3) .benefit-card .benefit-card-icon svg{stroke:#ec5f5e}.section ul{list-style:none;padding:0;margin-bottom:2rem}
.section li{margin-bottom:0.75rem;font-size:0.875rem;color:#70819a;padding-left:1.625rem;position:relative}
.section li::before{content:'';background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12Z' fill='%230577FA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0404 7.95956C18.431 8.35008 18.431 8.98325 18.0404 9.37377L11.3738 16.0404C10.9832 16.431 10.3501 16.431 9.95956 16.0404L6.62623 12.7071C6.2357 12.3166 6.2357 11.6834 6.62623 11.2929C7.01675 10.9024 7.64992 10.9024 8.04044 11.2929L10.6667 13.9191L16.6262 7.95956C17.0168 7.56904 17.6499 7.56904 18.0404 7.95956Z' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:2px;left:0}#reservation{position:relative;margin:0 0 6rem}

#reservation>.container{position:relative;z-index:1;background:linear-gradient(#f1f8ff 20%,#f9fcff 100%) no-repeat center center / cover;padding:12rem 4rem 4rem;border-radius:1rem}
#reservation .reservation-form-content{max-width:600px;margin:0 auto;box-shadow:0 4px 64px rgba(0,0,0,0.1);background:var(--white);padding:2.5rem 2rem;border-radius:1rem}
#reservation label{font-weight:500;margin-bottom:0.5rem}
#reservation .btn:hover{background-color:#0056b3;color:#fff}.process{position:relative;z-index:9;margin-bottom:-8rem}
.process .process-content{padding:2rem 0;border-radius:1rem;background:var(--white);box-shadow:0 4px 64px rgba(0,0,0,0.1)}
.process-step{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0 2rem}
.process-step .step-number{font-size:2.25rem;font-weight:700;color:var(--primary);background:#f1f8ff;border-radius:50%;padding:0.5rem;aspect-ratio:1/1;max-width:5.5rem;max-height:5.5rem;min-width:5rem;min-height:5rem;display:flex;justify-content:center;align-items:center;margin:0 auto 1rem}
.process-step h5{font-size:1.5rem;font-weight:600}
.process-step p{font-size:0.875rem;color:#70819a;margin-bottom:0}
.process-content .row .col-lg-4:not(:last-child)::after{content:"";position:absolute;right:0;top:10%;height:80%;width:1px;background-color:rgba(158,158,158,0.1)}.review-card{position:relative;padding:2rem;border-radius:1rem;box-shadow:0 4px 64px rgba(0,0,0,0.1);display:flex;flex-direction:column;gap:1rem}
.review-card .review-card-top{display:flex;justify-content:space-between;align-items:center}
.review-card .review-card-bg-icon{margin-left:-0.7rem}
.review-card .review-card-bg-icon svg{fill:#e6f0fd;width:4rem;height:4rem}
.review-card .review-card-rating{display:flex;justify-content:end;align-items:center;gap:0.25rem}
.review-card .review-card-rating svg{width:1rem;height:1rem;stroke-width:2}
.review-card .review-card-content{margin-bottom:1rem}
.review-card .review-card-content p{font-size:0.875rem;line-height:1.625rem;margin-bottom:0}
.review-card .review-card-author{display:flex;align-items:center;gap:1rem}
.review-card .review-card-author .review-card-author-image{aspect-ratio:1/1;max-width:3rem;border-radius:50%;overflow:hidden}
.review-card .review-card-author .review-card-author-image img{width:100%;height:100%;object-fit:cover}
.review-card .review-card-author .review-card-author-name h6{font-size:1rem;font-weight:500;margin:0}
.review-card .review-card-author .review-card-author-name p{font-size:0.875rem;color:#70819a;margin:0}#faq{background:#f1f8ff}
.accordion-item{overflow:hidden;border:0;border-radius:1rem;box-shadow:0 4px 64px rgba(0,0,0,0.1);margin-bottom:1rem}
.accordion-item:first-of-type{border-top-left-radius:1rem;border-top-right-radius:1rem}
.accordion-item:last-of-type{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}
.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:1rem;border-top-right-radius:1rem}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}
.accordion-item:last-child{border-bottom:0}
.accordion-button{border-radius:1rem;padding:1.5rem;font-weight:600;color:var(--black)}
.accordion-button:focus{box-shadow:none}
.accordion-button:not(.collapsed){background-color:var(--white);color:var(--black);box-shadow:none}
.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230e2249' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-chevron-down'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E")}
.accordion-button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230e2249' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-chevron-down'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");background-size:24px}
.accordion-body{background:#fafafa;background:var(--white);color:#70819a;padding:0.5rem 1.5rem 1.5rem}.google-map{margin-top:2rem;margin-bottom:-7px}
.google-map iframe{width:100% !important}.footer{background-color:#1a2433;color:var(--white)}
.footer .footer-brand img{max-height:80px;max-width:100%;width:296px}
.footer .footer-top{border-bottom:1px solid rgba(255,255,255,0.1);padding:4rem 0}
.footer .footer-top h5{font-size:2rem;font-weight:700;line-height:2.5rem;margin-bottom:0}
.footer .footer-content{padding:4rem 0}
.footer .footer-content h5{font-size:1rem;font-weight:500;margin-bottom:1.5rem}
.footer .footer-content ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem}
.footer .footer-content ul li{color:#b4b5bb;font-size:0.875rem;text-decoration:none;display:flex;align-items:center}
.footer .footer-content ul li svg{fill:#b4b5bb;width:1rem;height:1rem;margin-top:0.25rem}
.footer .footer-content ul li a{color:#b4b5bb;font-size:0.875rem;text-decoration:none;display:flex;align-items:start;gap:0.5rem;transition:all 0.15s ease-in-out}
.footer .footer-content ul li a:hover,
.footer .footer-content ul li a:focus,
.footer .footer-content ul li a:active{color:var(--white)}
.footer .footer-brand a{display:block;text-decoration:none;color:var(--primary);width:fit-content;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}
.footer .footer-brand p{color:#b4b5bb;font-size:0.875rem;line-height:1.5rem;margin-bottom:1.5rem;max-width:348px}
.footer .footer-bottom{color:#b4b5bb;border-top:1px solid rgba(255,255,255,0.1);padding:2rem 0}
.footer .footer-bottom p{margin-bottom:0;font-size:0.875rem}
.footer .footer-bottom p a{color:#b4b5bb;text-decoration:none;transition:all 0.15s ease-in-out}
.footer .footer-bottom p a:hover,
.footer .footer-bottom p a:focus,
.footer .footer-bottom p a:active{color:var(--white)}
.footer .footer-socials{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:end;gap:1rem}
.footer .footer-socials li a{border:1px solid rgba(255,255,255,0.3);border-radius:50%;aspect-ratio:1/1;min-height:2rem;max-height:40px;padding:0.75rem;display:flex;justify-content:center;align-items:center;transition:all 0.15s ease-in-out}
.footer .footer-socials li a svg{fill:var(--white);width:100%;height:100%}
.footer .footer-socials li a:hover,
.footer .footer-socials li a:focus,
.footer .footer-socials li a:active{border-color:rgba(255,255,255,0.7)}.gallery-item{display:block;overflow:hidden;border-radius:0.5rem}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:all 0.3s ease}
.gallery-item:hover img,
.gallery-item:focus img,
.gallery-item:active img{transform:scale(1.05)}
.fancybox__container{--fancybox-bg:rgba(24,24,27,0.8) !important}.about-section .section-title{margin:0 auto 2rem}
.about-image{height:100%;overflow:hidden;border-radius:0.75rem}
.about-image img{width:100%;height:100%;object-fit:cover}.cms{padding:3rem 0 6rem}
.cms .cms-content h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem}
.cms .cms-content h3{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}
.cms .cms-content h4{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}
.cms .cms-content p{font-size:0.875rem;color:#70819a;line-height:1.5rem;margin-bottom:2rem}
.cms .cms-content ul{list-style:none;padding:0;margin:0 0 2rem}
.cms .cms-content ul li{margin-bottom:0.75rem;font-size:0.875rem;color:#70819a;padding-left:1.625rem;position:relative}
.cms .cms-content ul li::before{content:'';background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230577FA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-check'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:2px;left:0}
.cms .cms-content ol{margin-bottom:1.5rem}
.cms .cms-content ol li{margin-bottom:0.75rem;font-size:0.875rem;color:#70819a;position:relative}
.cms .cms-content dl{margin-bottom:1.5rem}
.cms .cms-content dl dt{font-size:1rem;font-weight:600;margin-bottom:0.5rem}
.cms .cms-content dl dd{font-size:0.875rem;color:#70819a;margin-bottom:0.5rem}
.cms .cms-content blockquote{font-size:1.125rem;font-weight:500;color:#70819a;border-left:4px solid var(--primary);padding:0.5rem 1rem;margin-bottom:2rem}.contact-section .contact-person{display:flex;align-items:center;gap:1.5rem}
.contact-section .contact-person .contact-person-image{aspect-ratio:1/1;max-width:148px;border-radius:50%;overflow:hidden}
.contact-section .contact-person h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}
.contact-section .contact-person ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.75rem}
.contact-section .contact-person ul li{padding:0;margin:0}
.contact-section .contact-person ul li::before{content:none}
.contact-section .contact-person ul li a{text-decoration:none;color:var(--black);display:flex;align-items:center;gap:0.5rem;transition:all 0.15s ease-in-out}
.contact-section .contact-person ul li a:hover,
.contact-section .contact-person ul li a:focus,
.contact-section .contact-person ul li a:active{color:var(--primary)}
.contact-section .contact-person ul li a svg path{stroke:var(--primary);stroke-width:1.5}.contact-banner>.container{border-radius:0.75rem;padding:3rem;background:#1a2433}
.contact-banner h2{color:var(--white);font-size:2.5rem !important;font-weight:700 !important;margin-bottom:2rem !important}
.contact-banner .contact-banner-item{position:relative;display:flex;flex-direction:column;align-items:center;gap:0.5rem}
.contact-banner .contact-banner-item::after{content:'';position:absolute;bottom:0;right:-0.75rem;width:1px;height:100%;background:rgba(255,255,255,0.1)}
.contact-banner .col-md-6:last-child .contact-banner-item::after{display:none}
.contact-banner .contact-banner-item{color:var(--white);text-decoration:none;transition:color 0.3s ease}
.contact-banner .contact-banner-item:hover,.contact-banner .contact-banner-item:focus,.contact-banner .contact-banner-item:active{color:var(--primary)}
.contact-banner .contact-banner-item svg path{stroke:var(--white);stroke-width:1.5}
.contact-banner .contact-banner-item svg path{transition:stroke 0.3s ease}
.contact-banner .contact-banner-item:hover svg path,
.contact-banner .contact-banner-item:focus svg path,
.contact-banner .contact-banner-item:active svg path{stroke:var(--primary)}
.section-benefits{overflow:hidden}
.section-benefits .section-benefits-content{border-radius:1.5rem;background:#f1f8ff;padding:4rem}
.section-benefits.color-secondary .section-benefits-content{background:#f7efff}
.section-benefits.color-secondary .section-subtitle{color:var(--secondary)}
.check-list{list-style:none;padding:0;margin:0}
.check-list li{position:relative;padding-left:2.75rem;margin-bottom:1.5rem;font-weight:500}
.check-list li:last-child{margin-bottom:0}
.check-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:32px;height:32px;background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16Z" fill="%230277fb"/><path d="M13.1725 20.1625L9.7025 16.6925C9.3125 16.3025 8.6825 16.3025 8.2925 16.6925C7.9025 17.0825 7.9025 17.7125 8.2925 18.1025L12.4725 22.2825C12.8625 22.6725 13.4925 22.6725 13.8825 22.2825L24.4625 11.7025C24.8525 11.3125 24.8525 10.6825 24.4625 10.2925C24.0725 9.9025 23.4425 9.9025 23.0525 10.2925L13.1725 20.1625Z" fill="white"/></svg>');background-size:cover}.pricing-box{overflow:hidden;border-radius:0.75rem;padding:2rem;background:var(--white);box-shadow:0 4px 64px rgba(0,0,0,0.1);transition:all 0.3s ease}
.pricing-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}
@media screen and (max-width:1512px){.hero{height:auto;padding-top:8rem}.header .navbar-brand img{max-width:214px}}
@media screen and (max-width:1199px){.hero .hero-title h1{font-size:3.5rem}.hero p{font-size:1rem;line-height:1.75rem}.header .navbar-brand img{max-width:236px}.navbar-toggler{border-radius:0;border:none}.navbar-toggler:focus{outline:none;box-shadow:none}.navbar-collapse{display:flex;align-items:start;justify-content:flex-start;padding:8rem 4rem 2rem !important;gap:1rem}.navbar-collapse{position:fixed;right:-100%;background-color:var(--white);top:0;bottom:0;width:100%;height:100%;padding:100px 0;overflow:auto;transition:0.2s;-webkit-transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;flex-direction:column;z-index:9}.navbar-collapse.show{right:0;height:100vh}.navbar .navbar-toggler,.navbar-brand{z-index:10}.navbar-toggler span{background-color:var(--black);position:relative;width:24px;height:2px;display:block;margin-bottom:6px;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s}.navbar-toggler.open span:first-child{top:5px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.navbar-toggler.open span:nth-child(2){display:none}.navbar-toggler.open span:last-child{top:-3px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)}.navbar-toggler.open span{background-color:var(--black)}.header .nav-item{justify-content:center}.header .nav-item .nav-link{font-size:1.25rem;font-weight:500;color:var(--black);padding:0.5rem 0}.header .navbar-nav{gap:0;width:100%;align-items:flex-start !important}.header .dropdown{flex-direction:column;align-items:start}.header .nav-item:nth-child(-n+3) .nav-link{font-size:1.75rem;line-height:2.25rem;font-weight:700}.header .nav-item.dropdown:nth-child(-n+3) .nav-link svg{width:1.75rem;height:1.75rem;stroke-width:3}.header .nav-item.dropdown:nth-child(-n+3) .dropdown-item{font-size:1.5rem;font-weight:600}.header .dropdown-item{font-size:1.125rem;font-weight:400}.header .dropdown .dropdown-menu{display:none;opacity:0;visibility:hidden;border:none;padding:0;padding-bottom:0.5rem}.header .dropdown .dropdown-menu.show{display:block;opacity:1;visibility:visible;transform:translateY(0);margin:0}.header{padding:0}.header .nav-link{text-align:start}.header .btn{margin-left:0.5rem}.hero{min-height:44rem;padding-top:8rem}.topbar{padding:12px 0 12px}}
@media screen and (max-width:991px){.hero .hero-image{margin-right:0}.hero{padding:8rem 0.25rem 2rem;justify-content:start}#benefity{margin-top:0}.process-content .row .col-lg-4:nth-child(2)::after{display:none}}
@media screen and (max-width:768px){.section .section-title{font-size:2.5rem;margin:0 auto 3rem}.hero .hero-title h1{font-size:3.5rem}.header .navbar-brand img{width:248px}.navbar-collapse{padding:8rem 2rem 2rem !important}.process-content .row .col-lg-4::after{display:none}.breadcrumb-wrapper{padding:6rem 0 0}.breadcrumb-title{font-size:2rem}.breadcrumb-subtitle{font-size:1rem}.topbar ul{flex-wrap:wrap;gap:0.5rem}}
@media screen and (max-width:576px){.navbar-collapse{padding:8rem 0.25rem 2rem !important}.hero .hero-title h1{font-size:2rem;line-height:2.5rem;margin-bottom:1rem}.section .section-title{font-size:2rem;margin:0 auto 2rem}.header .navbar-brand img{width:224px}.hero{padding:0.25rem}.btn-group{gap:0.5rem;flex-wrap:wrap;justify-content:flex-start}.btn-group-vertical>.btn,.btn-group>.btn{flex:none}#reservation>.container{padding:12rem 1rem 4rem}#reservation form{padding:2rem 1.5rem}.section{padding:3rem 0.25rem}#benefity{margin-top:1rem}.footer .footer-top h5{font-size:1.5rem}.footer .footer-brand img{max-width:100%}.hero{padding-top:10rem}#reservation{margin-bottom:0}.contact-section .contact-person{flex-direction:column}.contact-section .contact-person .contact-person-content{display:flex;flex-direction:column;align-items:center}.contact-section .contact-person ul{align-items:center}}
@media screen and (max-width:480px){.hero{min-height:40rem;padding-top:10rem}.hero-title{margin-top:0}.hero p{font-size:0.875rem;line-height:1.5rem;margin-bottom:1.5rem}.section .section-title{font-size:1.75rem;margin:0 auto 1.5rem}.header .navbar-brand img{width:194px}}
@media screen and (max-width:375px){.hero{padding-top:10rem}}
.flatpickr-day.selected{background-color:#0277fb !important;color:white !important}
#reservation-calendar{min-height:calc(100vh - 100px)}.fc{background:#fff;border-radius:.75rem;box-shadow:0 4px 16px rgba(0,0,0,.06);overflow:hidden;border:none}.fc-toolbar.fc-header-toolbar{padding:.75rem 1rem}.fc .fc-daygrid-day-number{font-weight:600}.fc-event.rezervacia{border:none;font-size:.8rem;white-space:normal;padding:0 !important;background:transparent}.reservation-event{display:flex;flex-direction:column;padding:.25rem .35rem;border-radius:.35rem;background:#0d6efd;color:#fff;line-height:1.2}.reservation-event-blocked{background:#dc3545}.reservation-event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.1rem;gap:.25rem}.reservation-event-time{font-weight:700;font-size:.8rem}.reservation-event-persons{font-size:.75rem;opacity:.9}.reservation-event-name{font-size:.8rem;font-weight:500}.fc-bg-event.blokovany-den{opacity:0.2}.fc-bg-event.blokovany-den::before{content:'PLNÉ';position:absolute;top:4px;left:4px;font-size:.65rem;font-weight:700;padding:2px 4px;border-radius:3px;background:#ffc107;color:#000}.fc-daygrid-event{margin-top:2px}@media (max-width:768px){.calendar-wrap{padding-top:150px !important}#reservation-calendar{min-height:calc(100vh - 80px)}.fc-toolbar.fc-header-toolbar{flex-direction:column;align-items:stretch;gap:.5rem}.fc-toolbar-chunk{text-align:center}.reservation-event{padding:.25rem .3rem}.reservation-event-time{font-size:.8rem}.reservation-event-name{font-size:.8rem}.reservation-event-persons{font-size:.7rem}}#calendar-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.7);z-index:10}.fc-daygrid-event-harness,
.fc-daygrid-event{width:100% !important}.fc-daygrid-event{display:block}.fc-daygrid-day-events{margin-top:2px}