.nav{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-around;background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:80px;overflow-x:hidden;padding:20px 0;box-shadow:0 4px 8px rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);margin-right:30px}.nav a{color:black;text-decoration:none;font-family:Geologica,sans-serif;padding:10px 15px;font-weight:500;transition:all .3s ease;border-radius:8px}.nav a:hover{background-color:rgba(230,230,250,.5);color:#6a0dad}.nav a:active{color:#6a0dad;background-color:rgba(255,255,255,.8)}.main{background-color:#f6b26b;justify-content:space-between;width:100vw;height:140px;box-sizing:border-box;overflow:hidden}.logo,.main{display:flex;align-items:center}.logo{position:relative;justify-content:center;height:100%;padding:0;margin:0 20px 10px}.logo-bg{height:100px;width:auto;object-fit:contain}.phone{display:flex;align-items:center;gap:8px;margin-right:50px}.phone-img{height:25px;width:25px;flex-shrink:0}.phone>a{text-decoration:none;color:#0a0a0a;font-weight:bolder;font-family:Geologica,sans-serif}@media only screen and (max-width:768px){.main{flex-direction:row;justify-content:space-between;height:120px;width:100%}.logo{justify-content:center;height:100%;padding:0}.logo-bg{max-width:150px;max-height:120px}.logo-overlay{align-items:center;text-align:center}.phone{margin-right:10px;margin-top:10px;justify-content:center}.phone-img{height:20px;width:20px}.phone>a{font-size:14px}}@media only screen and (max-width:1024px){.main{padding:20px 15px}.phone>a{font-size:16px}}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background-color:purple;font-family:Geologica,sans-serif;overflow-x:hidden}.footer-colomn{justify-content:space-between;align-items:flex-start;width:100%;max-width:1200px}.footer-colomn,.logo-footer{display:flex;margin-bottom:20px}.logo-footer{justify-content:center;align-items:center;width:auto;max-width:200px;height:auto}.logo-footer img{max-width:100%;height:auto;object-fit:contain}.info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:20px;width:55%;margin-top:20px}.info-grid{display:flex;align-items:center;gap:10px;white-space:nowrap}.info-grid a{color:white;text-decoration:none;font-weight:700}.info-grid p{margin:0;color:white;font-weight:bolder;white-space:nowrap}.buttom{text-align:center;font-size:14px;color:white;margin-top:20px;font-weight:700}@media (max-width:768px){.footer-colomn{flex-direction:column;align-items:center;gap:20px}.logo-footer{max-width:150px}.info{align-items:center;text-align:center}.info-grid{justify-content:center}.info,.logo-footer{width:100%}}@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@400;500;700&display=swap");.employees-wrapper{padding:2rem;font-family:Geologica,sans-serif;max-width:1400px;margin:0 auto}.employees-h3{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:3rem;color:#1a202c;position:relative;padding-bottom:1rem}.employees-h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,purple,orange);border-radius:2px}.clubs-container{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:1.5rem;gap:1.5rem}.employees-card{background-color:#fff;border-radius:.8rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;padding:1rem;text-align:center}.employees-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.image-wrapper-employee{width:150px;height:150px;border-radius:50%;overflow:hidden;margin-bottom:1rem;border:3px solid #f3f4f6}.image-wrapper-employee img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.employees-card:hover .image-wrapper-employee img{transform:scale(1.05)}.full_name{font-size:1.1rem;font-weight:600;color:#2d3748;margin:.5rem 0}.position{font-size:.9rem;color:#4a5568;font-weight:500;margin:0}.emptyState,.errorState,.loadingState{text-align:center;font-size:1.2rem;padding:2rem;color:#666}.loadingState .spinner{border:4px solid #f3f3f3;border-top-color:#6b46c1;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}.errorState button{background-color:#6b46c1;color:white;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;margin-top:1rem}.errorState button:hover{background-color:#805ad5}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1200px){.clubs-container{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.clubs-container{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.clubs-container{grid-template-columns:repeat(2,1fr)}.employees-wrapper{padding:1rem}.employees-h3{font-size:1.8rem;margin-bottom:2rem}.image-wrapper-employee{width:120px;height:120px}}@media (max-width:400px){.clubs-container{grid-template-columns:1fr}}@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@400;600&display=swap");.offers-wrapper{padding:2rem;max-width:900px;margin:0 auto;font-family:Geologica,sans-serif}.offers-h3{font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#2d3748;position:relative;padding-bottom:1rem}.offers-h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#6b46c1,#ff7a00);border-radius:2px}.offers-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-gap:2rem;gap:2rem;padding:0;margin:0;list-style:none}.offer-item{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;padding:2rem;box-shadow:0 10px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #ff7a00;position:relative;overflow:hidden}.offer-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.12)}.offer-header{margin-bottom:1.5rem;position:relative;display:flex;align-items:center;justify-content:center}.position-offer{font-size:1.4rem;font-weight:700;color:#2d3748;margin:0 0 .5rem;padding-left:1.8rem;position:relative;padding-top:15px;padding-bottom:15px}.position-offer:before{content:"★";position:absolute;left:0;top:0;color:#ff7a00;font-size:1.2rem}.offer-details-list{list-style:none;padding:0;margin:0}.offer-details-list li{padding:.8rem 0;border-bottom:1px solid #f0f4f8;display:flex;align-items:center}.offer-details-list li:last-child{border-bottom:none}.detail-label{font-weight:600;color:#4a5568;min-width:140px;display:flex;align-items:center;gap:.5rem}.detail-label:before{content:"•";color:#ff7a00;font-size:1.5rem;line-height:0}.btn{display:flex;width:100%}.btn,.mail-us{justify-content:center;align-self:center}.mail-us{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#ff7a00,#ff9a3c);color:white;padding:14px 24px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;margin-top:1.5rem;border:none;cursor:pointer;box-shadow:0 4px 6px rgba(255,122,0,.2);width:60%}.mail-us:hover{background:linear-gradient(135deg,#e56d00,#ff8a2b);transform:translateY(-2px);box-shadow:0 6px 12px rgba(255,122,0,.3)}.mail-us:active{transform:translateY(0)}a{text-decoration:none}.mail-p{color:white;font-weight:bolder}@media (max-width:900px){.offers-list{grid-template-columns:1fr}}@media (max-width:600px){.offers-wrapper{padding:1.5rem}.offers-h3{font-size:1.8rem;margin-bottom:2rem}.offer-item{padding:1.5rem}.position{font-size:1.3rem}.detail-label{min-width:120px;font-size:.95rem}.mail-us{padding:12px 20px;font-size:.95rem}}.subheader-nav{display:flex;justify-content:flex-start;background:rgba(128,0,128,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;align-items:center}.nav-button,.subheader-nav{font-family:Geologica,sans-serif}.nav-button{padding:.75rem 1.5rem;margin:0 .5rem;font-size:1rem;background:none;border:none;cursor:pointer;transition:all .3s ease;color:white;font-weight:bolder}.nav-button.active{font-weight:700}@media (max-width:768px){.subheader-nav{padding:.5rem 0}.nav-button{padding:.5rem 1rem;font-size:.9rem}}.offers-text{margin-top:40px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-direction:column;margin-bottom:20px}body{margin:0;overflow-x:hidden;background-image:url(/_next/static/media/Mask.7682e6ae.svg);display:flex}