@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#site-footer{background-color:#3a4839;background-image:url(https://www.cpaa.pt/wp-content/uploads/2021/04/fundo-scaled.jpg);background-position:50%;background-repeat:repeat-x;background-size:cover;color:#ffdf97;font-size:13px;padding-top:40px}*,:after,:before{box-sizing:border-box;outline:0;text-rendering:optimizeLegibility}div{display:block}.wrapper{flex-wrap:wrap;justify-content:space-between;max-width:1500px}body{color:#292829;font-size:16px;font-style:normal;font-weight:400}.row{display:flex;flex-wrap:wrap;justify-content:space-between}.column{line-height:1.6;margin-top:0;min-width:200px}.footer-bottom{align-items:center;display:flex;justify-content:space-between;padding:20px 0}.social-btns a{display:inline-block;margin:0 10px}.social-btns .box{--box-size:50px;pointer-events:none}.social-btns .bottom{background-color:#e23687}a img{border:none;height:auto;max-width:100%;vertical-align:top}#footer-lower-section{background-color:#1a1a1a;color:#fff;padding:20px 0}@media (max-width:768px){.wrapper{max-width:100%;padding:0 20px}.column,.row{align-items:center;display:flex;flex-direction:column}.column{margin:10px 0;max-width:100%;text-align:center;width:100%}.column a img{height:auto;margin:20px 0;width:auto}.footer-bottom{align-items:center;flex-direction:column}}.fixed-social{bottom:100px;left:0;position:fixed;top:50%;transform:translateY(-50%);z-index:1000}.social-btns{left:-100px;opacity:0;transition:left .5s ease,opacity .5s ease;visibility:hidden}.social-btns a{display:block;margin:10px 0;perspective:200px;pointer-events:auto;text-decoration:none}.social-btns a:hover{box-shadow:0 0 10px #00000080;transform:scale(1.1)}.social-btns .box{--box-size:45px;display:block;height:var(--box-size);position:relative;transform:translateZ(calc(var(--box-size)/-2));transform-style:preserve-3d;transition:transform .5s ease;width:var(--box-size)}.social-btns a:hover .box{transform:translateZ(calc(var(--box-size)/-2)) rotateX(90deg)}.social-btns .face{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.social-media-container{left:0;position:fixed;z-index:1000}.social-btns .front{background-color:#f7f7f7;color:#26262b;transform:translateZ(calc(var(--box-size)/2))}.social-btns .bottom{background-color:red;color:#f7f7f7;transform:translateY(50%) rotateX(-90deg)}.toggle-visibility-button{align-items:center;background-color:red;border:none;border-radius:50%;box-shadow:none;cursor:pointer;display:flex;height:20px;justify-content:center;left:10px;outline:none;position:fixed;top:48%;transition:transform .3s ease;width:20px;z-index:1001}.toggle-visibility-button.opened{transform:rotate(180deg)}.fixed-social.show{bottom:50px}.toggle-visibility-button i{color:#fdfdfd;font-size:10px;transition:transform .3s ease}.toggle-visibility-button.show i{transform:rotate(180deg)}.social-btns.show{left:0;opacity:1;visibility:visible}@keyframes slideInFromLeft{0%{left:-100px;opacity:0}to{left:0;opacity:1}}@media (max-width:768px){.fixed-social{display:none}.toggle-visibility-button{bottom:10px}}@media (max-width:1500px){.social-btns,.toggle-visibility-button{display:none}}.hero-container{height:750px;overflow:hidden;position:relative;width:100%}.background-image-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.background-image{height:100%;object-fit:cover;transform:scale(1.1);width:100%;z-index:1}.hero-container .top-right-image{height:auto;position:absolute;right:10px;top:10px;width:100px;z-index:4}.arrow-container{bottom:20px;cursor:pointer;left:50%;position:absolute;transform:translateX(-50%);z-index:4}.arrow{animation:moveUpDown 1.5s infinite;border-bottom:8px solid #fff;border-right:8px solid #fff;height:30px;margin-bottom:20px;transform:rotate(45deg);width:30px}@keyframes moveUpDown{0%,to{transform:translateX(-50%) translateY(0) rotate(45deg)}50%{transform:translateX(-50%) translateY(10px) rotate(45deg)}}@media (max-width:1300px){.hero-container .top-right-image{width:70px}.arrow{border-width:3px;height:20px;width:20px}}@media (max-width:768px){.hero-container{height:50vh}.hero-container .top-right-image{width:50px}.arrow{border-width:4px;height:20px;width:20px}}@media (max-width:480px){.hero-container{height:37vh;top:60px}.hero-container .top-right-image{width:40px}.arrow{display:none}}.animated-boxes-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:40px 20px}.cardboxes{align-items:center;background-position:50%;background-size:cover;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;height:300px;justify-content:flex-end;margin-bottom:20px;opacity:0;overflow:hidden;position:relative;transform:translateY(20px);transition:transform .5s ease,box-shadow .5s ease;width:calc(25% - 20px)}.cardboxes.visible{animation:fadeInUpwards 1s ease-out forwards}@keyframes fadeInUpwards{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cardboxes:hover{box-shadow:0 10px 30px #0003;transform:scale(1.03)}.cardboxes .overlay{align-items:center;background:#3a4839d9;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:1;position:absolute;right:0;top:0;transition:background-color .5s ease}.cardboxes .text-content{color:#fff;padding:15px;text-align:center;transition:color .3s ease}.learn-more-btn{background-color:#d9534f;border:none;border-radius:25px;box-shadow:0 2px 5px #0003;color:#fff;cursor:pointer;font-weight:700;letter-spacing:1px;padding:12px 25px;text-transform:uppercase;transition:all .3s ease}.cardboxes h3{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;transition:transform .3s ease}.cardboxes p{font-size:1rem;margin-bottom:1.5rem}.learn-more-btn:hover{background-color:#bb443c;box-shadow:0 4px 10px #0000004d}.cardboxes:hover .overlay{background:#3a4839f2}.cardboxes:hover h3{transform:scale(1.05)}@media (max-width:1200px){.cardboxes{flex-basis:calc(50% - 20px);flex-grow:0;flex-shrink:0;max-width:calc(50% - 20px)}}@media (max-width:768px){.cardboxes{flex:0 0 100%;max-width:100%}}@media (max-width:480px){.animated-boxes-container,.animated-news-section{padding:20px}.cardboxes h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;transition:transform .3s ease}}.services-title-container{align-items:center;display:flex;height:150px;justify-content:center;margin:0 auto}.title{color:#000;font-family:Rajdhani,sans-serif;font-size:30px;margin:0;text-transform:uppercase}@media (max-width:768px){.title{font-size:50px}}.animated-news-section{margin:0 auto 30px;max-width:1220px;padding:10px 20px}.animated-boxes-container1{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around;margin:0 auto;max-width:1200px;padding:10px}.card-container1{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-basis:calc(33.333% - 20px);flex-direction:column;flex-grow:0;flex-shrink:0;overflow:hidden;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.image-container{height:223px;overflow:hidden;width:100%}.article-image{height:100%}.card-container1:hover{box-shadow:0 6px 12px #0003;transform:translateY(-5px)}.text-content1{align-items:center;display:flex;flex-direction:column;padding:15px;text-align:center;width:100%}.card-container1 h3{color:#333;font-size:1rem}.card-container1 button{align-self:center;background-color:initial;border:2px solid #3a4839;border-radius:20px;color:#3a4839;cursor:pointer;margin-top:10px;padding:8px 16px;transition:all .2s ease-in-out}.card-container1 button:hover{background-color:#3a4839;border-color:#3a4839;color:#fff}.more-news-button-container{margin-top:40px;padding:20px 0;text-align:center}.more-news-button{background-color:initial;border:2px solid #333;border-radius:30px;color:#3a4839;cursor:pointer;font-size:1em;font-weight:700;outline:none;padding:12px 30px;text-transform:uppercase;transition:all .3s ease}.more-news-button:hover{background-color:#3a4839;color:#fff}@media (max-width:1200px){.card-container1{flex-basis:calc(50% - 20px);flex-grow:0;flex-shrink:0;max-width:calc(50% - 20px)}}@media (max-width:768px){.card-container1{flex:0 0 100%;max-width:100%}.image{height:auto}.card-container1 h3{font-size:18px}.text-content1{padding:15px}.card-container1 button{padding:10px 15px}}@media (max-width:480px){.animated-boxes-container1,.animated-news-section{padding:10px}.more-news-button-container{padding-right:10px}}.header{box-shadow:0 2px 4px #000;position:fixed;z-index:10}.main-header{width:100%}.language-toggle{cursor:pointer;-webkit-user-select:none;user-select:none}.language-toggle span.active{color:red;font-weight:700}.language-toggle span{font-size:15px;transition:color .3s ease}.language-toggle span:hover:not(.active){color:#333}.sticky-header{z-index:1000}.navbar{position:fixed;top:0;transition:all .3s ease-in-out;width:100%}.navbar-scrolled{background-color:#fff}.login-form-content{background:#fff;border-radius:5px;box-shadow:0 5px 25px #0003;margin:0 auto;max-width:400px;padding:0;position:relative}.container{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1700px;padding:0}.login-form-container{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:-100%;transition:top .3s;width:100%;z-index:1000}.login-form-container.active{top:0}.login-form-container form{background:#fff;border-radius:5px;box-shadow:0 5px 25px #0003;max-width:400px;padding:30px;width:100%}.login-form-container form h3{color:#3a4839;font-size:24px;margin-bottom:30px;text-align:center}.login-form-container form .box{border:1px solid #3a4839;border-radius:5px;margin-bottom:20px;padding:10px;width:100%}.login-form-container form .btn{background:#3a4839;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px;transition:background .3s ease;width:100%}.login-form-container form .btn:hover{background:#555}.login-form-container form p{margin-top:20px;text-align:center}.login-form-container form p a{color:#3a4839;text-decoration:none}.login-form-container form p a:hover{text-decoration:underline}.login-form-container form .buttons{display:flex;justify-content:space-between;margin-top:20px}.login-form-container form .buttons .btn{background:#3a4839;color:#fff;flex-basis:48%;padding:10px;text-align:center}.login-form-container form .buttons .btn:hover{background:#e7e7e7}#close-login-form{color:#333;cursor:pointer;font-size:30px;position:absolute;right:15px;top:15px}#login-btn{align-items:center;cursor:pointer;display:flex;position:relative}#login-btn .btn{background-color:initial;border:none;cursor:pointer;padding:0}#login-btn .fa-user{color:#fff;font-size:1.5em}#login-btn .far.fa-user{color:#fff;font-size:1.5rem}.navbar-logo{height:auto;max-height:50px}.header{background-color:#3a4839;border-bottom:1px solid #fff3;box-shadow:0 4px 8px 0 rgba(0,0,0,.685);left:0;position:relative;top:0;width:100%;z-index:1000}.header .container{align-items:center;display:flex;justify-content:center;padding:0 15px}.header .logo img{vertical-align:middle}.header .menu .head{display:none}.header .menu ul{list-style:none}.header .menu>ul>li{display:inline-block}.header .menu>ul>li:not(:last-child){margin-right:40px}.header .menu .dropdown{position:relative}.header .menu a{color:#fff;display:block;font-size:13px;font-style:normal;font-weight:400;line-height:1.5;text-decoration:none;text-transform:capitalize}.header .menu>ul>li>a{padding:16px 0}.header .menu>ul>.dropdown>a{padding-right:15px}.header .menu i{color:#fff;font-size:10px;pointer-events:none;position:absolute;top:calc(50% - 5px);-webkit-user-select:none;user-select:none}.header .menu>ul>li>i{right:0}.header .menu .sub-menu{background-color:#5d5d5d;background-image:url(https://www.cpaa.pt/wp-content/uploads/2021/04/fundo-scaled.jpg);box-shadow:0 0 5px #00000080;left:0;opacity:0;padding:15px 0;position:absolute;top:100%;transform:scaleY(0);transform-origin:top;visibility:hidden;width:230px;z-index:1}.header-right .open-menu-btn{display:none}.header .menu .sub-menu-right{left:100%}.header .menu .sub-menu-left,.header .menu .sub-menu-right{background-image:url(https://www.cpaa.pt/wp-content/uploads/2021/04/fundo-scaled.jpg);top:0}.header .menu .sub-menu-left{left:auto;right:100%}.header .menu li:hover>.sub-menu{background-color:#3a4839;opacity:1;transform:none;transition:all .5s ease;visibility:visible}.header .menu .sub-menu a{padding:6px 24px}.header .menu .sub-menu .dropdown>a{padding-right:34px}.header .menu .sub-menu span{background-image:linear-gradient(#fff,#fff);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .5s ease}.header .menu .sub-menu li:hover>a>span{background-size:100% 1px}.header .menu .sub-menu i{right:24px;transform:rotate(-90deg)}.menu.flex{display:flex;flex-grow:1;justify-content:center;padding:0 1em}.menu.open{display:block;padding:0}@media (max-width:1300px){.header .menu>ul>li:not(:last-child){margin-right:30px}.header .menu .sub-menu{min-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-banner img:first-child,.top-banner img:last-child{max-height:70px}}@media (max-width:1243px){.header .menu>ul>li:not(:last-child){margin-right:25px}.header .menu .sub-menu{min-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-banner img:first-child,.top-banner img:last-child{max-height:70px}.search-bar img,.search-btn img{height:auto;width:21px}.vertical-line{background-color:#fff;height:20px;margin:0 20px;width:1px}.search-close-btn{background:none;border:none;cursor:pointer;font-size:22px}}@media (max-width:1183px){.header .menu>ul>li:not(:last-child){margin-right:18px}.header .menu .sub-menu{min-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-banner img:first-child,.top-banner img:last-child{max-height:70px}.search-bar img,.search-btn img{height:auto;width:18px}.vertical-line{background-color:#fff;height:20px;margin:0 20px;width:1px}.search-close-btn{background:none;border:none;cursor:pointer;font-size:20px}}@media (max-width:1125px){.header .menu a{font-size:12px}.header .menu>ul>li:not(:last-child){margin-right:15px}.header .menu .sub-menu{min-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-banner img:first-child,.top-banner img:last-child{max-height:60px}.search-bar img,.search-btn img{height:auto;width:20px}.vertical-line{background-color:#fff;height:20px;margin:0 20px;width:1px}.search-close-btn{background:none;border:none;cursor:pointer;font-size:21px}}@media (max-width:1064px){.header .menu a{font-size:11px}.header .menu>ul>li:not(:last-child){margin-right:15px}.header .menu .sub-menu{min-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-banner img:first-child,.top-banner img:last-child{max-height:50px}.search-bar img,.search-btn img{height:auto;width:18px}.vertical-line{background-color:#fff;height:20px;margin:0 20px;width:1px}.search-close-btn{background:none;border:none;cursor:pointer;font-size:20px}}@media (max-width:1006px){.header .menu a{font-size:11px}.header .menu>ul>li:not(:last-child){margin-right:12px}.header .menu .sub-menu{min-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-banner img:first-child,.top-banner img:last-child{max-height:40px}.search-bar img,.search-btn img{height:auto;width:18px}.vertical-line{background-color:#fff;height:20px;margin:0 20px;width:1px}.search-close-btn{background:none;border:none;cursor:pointer;font-size:20px}}@media (max-width:1300px){.header{padding:12px 0}.header .menu{background-color:#5d5d5d;background-image:url(https://www.cpaa.pt/wp-content/uploads/2021/04/fundo-scaled.jpg);height:100%;overflow-y:auto;padding:15px 30px 30px;position:fixed;right:0;top:0;transform:translateX(100%);width:100%;z-index:1}.header .menu>ul{padding-left:0;width:100%}.header .menu.open{transform:none}.header .menu>ul>li{padding-left:0}.header .menu .head{align-items:center;display:flex;justify-content:flex-end;margin-bottom:25px}.header .menu .close-menu-btn{align-items:center;background-color:initial;border:none;cursor:pointer;display:inline-flex;height:35px;justify-content:center;position:relative;width:35px}.header .menu .close-menu-btn:after,.header .menu .close-menu-btn:before{background-color:#fff;content:"";height:2px;position:absolute;width:80%}.header .menu .close-menu-btn:before{transform:rotate(45deg)}.header .menu .close-menu-btn:after{transform:rotate(-45deg)}.header .menu>ul>li{display:block}.header .menu>ul>li:not(:last-child){margin-right:0}.header .menu li{border-bottom:1px solid #ffffff40}.header-right>*{display:none}.header .menu li:first-child{border-top:1px solid #ffffff40}.header .menu>ul>li>a{padding:12px 0}.header .menu>ul>.dropdown>a{padding-right:34px}.header .menu i{align-items:center;border:1px solid #ffffff40;cursor:pointer;display:inline-flex;height:34px;justify-content:center;pointer-events:auto;top:7px;width:34px}.header .menu .dropdown.active>i{background-color:#ffffff40;transform:rotate(180deg)}.header .top-banner,.header-right{align-items:center;display:flex;justify-content:center;text-align:center}.header .menu .sub-menu{box-shadow:none;display:none;opacity:1;padding:0;position:static;transform:none;transition:none;visibility:visible;width:100%}.header .menu .dropdown.active>.sub-menu{display:block}.header .menu .sub-menu li:last-child{border:none}.header .menu .sub-menu a{padding:12px 0 12px 15px}.header .menu .sub-menu .sub-menu a{padding-left:30px}.header .menu .sub-menu .sub-menu .sub-menu a{padding-left:45px}.header .menu .sub-menu span{background-image:none}.header .menu .sub-menu i{right:0;transform:none}.header-right .open-menu-btn{align-items:center;background-color:initial;border:none;cursor:pointer;display:inline-flex;height:40px;justify-content:center;position:relative;width:44px}.header-right .open-menu-btn .line{background-color:#fff;height:2px;position:absolute;width:30px}.header-right .open-menu-btn .line-1{transform:translateY(-8px)}.header-right .open-menu-btn .line-3{transform:translateY(8px)}.navbar-logo{height:auto;max-height:50px}.header .top-banner img:last-child{display:none}.header .container{display:flex;justify-content:space-between}.header .top-banner img:first-child{margin-left:0;max-height:50px;order:1}}.hero{background-position:50%;background-size:cover;min-height:100vh}.top-banner{align-items:center;background-color:#3a4839;box-shadow:0 2px 4px rgba(0,0,0,.123);display:flex;justify-content:space-between;padding:10px 0}.top-banner img:first-child{margin-left:35px;max-height:70px}.left-section{align-items:center;display:flex}.top-banner img:last-child{max-height:70px}.search-btn.icon-btn{margin-left:auto}.top-banner .right-section{align-items:center;display:flex}.search-btn img{height:auto;width:20px}.search-btn{background:none;border:none;cursor:pointer;padding:0}.search-input::placeholder{color:#fff;opacity:1}.search-close-btn{background:none;border:none;cursor:pointer;font-size:20px}.search-input{border:none}.search-close-line{background-color:#ccc;height:24px;margin:0 10px;width:1px}.vertical-line{background-color:#fff;height:30px;margin:0 20px;width:1px}.search-section{align-items:center;display:flex;flex-grow:1}.search-icon{display:block}.search-input-container{align-items:center;border:1px solid #ccc;display:flex;padding:5px}.search-bar img.search-icon{display:none}.search-bar.active img.search-icon,.search-section .search-btn.icon-btn{display:block}.search-section .search-btn.icon-btn.active{display:none}.search-bar{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.search-bar img{height:auto;width:20px}.search-bar button{border:none;color:#fff;cursor:pointer;padding:10px}.search-bar input{background-color:#3a4839;border:none;color:#fff;padding:10px;width:100%}.new-external-links{align-items:center;display:flex;gap:10px;height:37px;justify-content:flex-end;padding:0 30px}.new-external-links a,.new-external-links span{color:#fff;font-size:.75em;padding:0 5px;text-decoration:none}#login-btn .btn .fa,.new-external-links a i.fa{font-size:14px}.social-links{display:flex;gap:5px}.social-links .follow-us{margin-right:10px}.fa{color:#fff;font-size:14px}@media (max-width:991px){.top-banner img:first-child,.top-banner img:last-child{max-height:55px}}.sticky-search-bar{width:100%}.sticky-search-bar input{flex-grow:1;margin-right:10px}.sticky-icons{align-items:center;display:flex}.language-toggle{align-items:center;background-color:#3a4839;border-radius:20px;box-shadow:0 2px 5px #0000001a;display:inline-flex;font-size:.9em;font-weight:700;margin:0 20px;padding:5px 20px}.language-toggle span{color:#fff;padding:5px 10px;transition:background-color .3s,color .3s}.language-toggle span.active{background-color:#d9534f;border-radius:15px;color:#fff}.language-toggle span:hover:not(.active){background-color:#324a3d;border-radius:15px;color:#fff}@media (max-width:768px){.language-toggle{margin:0 10px}}.sticky-icons img{padding:5px}.language-toggle span:hover,.sticky-icons img:hover,.sticky-join-btn:hover{opacity:.7}.sticky-join-btn:active{background-color:#af271f;box-shadow:0 2px 3px #0003}.sticky-join-btn{background-color:#d9534f;border:none;border-radius:30px;box-shadow:0 2px 5px #0003;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 25px;text-transform:uppercase;transition:background-color .3s,transform .3s,box-shadow .3s}.sticky-join-btn:hover{background-color:#c12e2a;box-shadow:0 4px 8px #0000004d;transform:translateY(-2px)}.sticky-header .sticky-logo{width:200px}.sticky-header .sticky-icons img{width:50px}.menu .head{display:none}.menu ul{list-style:none}.menu>ul>li{display:inline-block}.menu>ul>li:not(:last-child){margin-right:40px}.menu .dropdown{position:relative}.menu a{color:#fff;display:block;font-size:13px;font-style:normal;font-weight:400;line-height:1.5;text-decoration:none;text-transform:capitalize}.menu>ul>li>a{padding:16px 0}.menu>ul>.dropdown>a{padding-right:15px}.menu i{color:#fff;font-size:10px;pointer-events:none;position:absolute;top:calc(50% - 5px);-webkit-user-select:none;user-select:none}.menu>ul>li>i{right:0}.menu .sub-menu{background-color:#5d5d5d;background-image:url(https://www.cpaa.pt/wp-content/uploads/2021/04/fundo-scaled.jpg);box-shadow:0 0 5px #00000080;left:0;opacity:0;padding:15px 0;position:absolute;top:100%;transform:scaleY(0);transform-origin:top;visibility:hidden;width:230px;z-index:1}.menu .sub-menu-right{left:100%}.menu .sub-menu-left,.menu .sub-menu-right{background-image:url(https://www.cpaa.pt/wp-content/uploads/2021/04/fundo-scaled.jpg);top:0}.menu .sub-menu-left{left:auto;right:100%}.menu li:hover>.sub-menu{background-color:#3a4839;opacity:1;transform:none;transition:all .5s ease;visibility:visible}.menu .sub-menu a{padding:6px 24px}.menu .sub-menu .dropdown>a{padding-right:34px}.menu .sub-menu span{background-image:linear-gradient(#fff,#fff);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .5s ease}.menu .sub-menu li:hover>a>span{background-size:100% 1px}.menu .sub-menu i{right:24px;transform:rotate(-90deg)}.sticky-icons i,.sticky-icons img{cursor:pointer;height:24px;margin-right:15px;object-fit:contain;width:24px}.sticky-icons img[alt=Search]{height:24px;width:24px}.sticky-icons{margin-right:20px}.sticky-join-btn{align-items:center;display:flex;font-size:14px;justify-content:center;margin-left:15px;padding:5px 15px}.sticky-header{align-items:center;background-color:#3a4839;box-shadow:0 2px 5px #0003;display:flex;height:60px;justify-content:space-between;left:0;padding:0 20px;position:fixed;top:0;width:100%;z-index:100}.sticky-search-bar{align-items:center;display:flex;flex-grow:1}.sticky-search-bar .search-input{background-color:#3a4839;border:none;color:#fff;flex-grow:1;padding:10px}.sticky-search-bar .search-close-btn{background:none;border:none;color:#fff;cursor:pointer;padding:10px}.sticky-icons img{cursor:pointer;height:auto;margin-right:10px;width:24px}.sticky-header .logo1{display:block}.sticky-header .sticky-logo{width:270px}.sticky-header .logo2{display:none}.fiva-logo-container{background-color:initial;padding:5px 20px;position:fixed;right:0;top:60px;z-index:99}.fiva-logo{height:auto;width:100px}@media (max-width:1950px){.menu a{font-size:13px}.sticky-header .menu>ul>li:not(:last-child){margin-right:30px}.sticky-join-btn{font-size:12px}}@media (max-width:1850px){.menu a{font-size:11px}.sticky-header .menu>ul>li:not(:last-child){margin-right:30px}.sticky-join-btn{font-size:12px}}@media (max-width:1750px){.menu a{font-size:10px}.sticky-header .menu>ul>li:not(:last-child){margin-right:25px}.sticky-join-btn{font-size:10px}.language-toggle span{font-size:12px;transition:color .3s ease}}@media (max-width:1650px){.menu a{font-size:10px}.sticky-header .menu>ul>li:not(:last-child){margin-right:13px}.sticky-join-btn{font-size:11px}.language-toggle span{font-size:10px;transition:color .3s ease}}@media (max-width:1550px){.menu a{font-size:9px}.sticky-header .menu>ul>li:not(:last-child){margin-right:13px}.sticky-join-btn{font-size:9px}.language-toggle span{font-size:13px;transition:color .3s ease}}@media (max-width:1450px){.menu a{font-size:9px}.sticky-header .menu>ul>li:not(:last-child){margin-right:7px}.sticky-join-btn{font-size:9px}.language-toggle span{font-size:12px;transition:color .3s ease}.sticky-header .sticky-logo{width:200px}}@media (max-width:1350px){.menu a{font-size:9px}.sticky-header .menu>ul>li:not(:last-child){margin-right:7px}.sticky-join-btn{font-size:8px}.language-toggle span{font-size:10px;transition:color .3s ease}.sticky-header .sticky-logo{width:180px}}@media (max-width:1250px){.menu a{font-size:8px}.sticky-header .menu>ul>li:not(:last-child){margin-right:8px}.sticky-header .sticky-logo{width:40px}.sticky-join-btn{font-size:8px}.language-toggle span{font-size:9px;transition:color .3s ease}}@media (max-width:1100px){.menu a{font-size:8px}.sticky-header .menu>ul>li:not(:last-child){margin-right:8px}.sticky-header .sticky-logo{width:50px}.sticky-join-btn{display:none}.language-toggle span{font-size:12px;transition:color .3s ease}}@media (max-width:1000px){.menu a{font-size:8.5px}.sticky-header .menu>ul>li:not(:last-child){margin-right:7px}.sticky-header .sticky-logo{width:50px}.sticky-join-btn{display:none}.language-toggle span{font-size:11px;transition:color .3s ease}}@media (max-width:960px){.fiva-logo-container,.sticky-header{display:none}}@media (max-width:1300px){.headerMobile{align-items:center;box-shadow:0 4px 8px rgba(0,0,0,.685);display:flex;height:60px;justify-content:space-between;padding:0 10px;top:0;z-index:1000}.headerMobile,.headerMobile .menu{background-color:#3a4839;left:0;position:fixed;width:100%}.headerMobile .menu{box-sizing:border-box;height:calc(100vh - 60px);overflow-y:auto;padding:1em 20px 20px;top:60px;transform:translateX(-100%);transition:transform .3s ease-in-out}.open-menu-btn{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;height:24px;justify-content:space-around;padding:0;position:relative;width:30px}.open-menu-btn .line{background:#fff;display:block;height:2px;left:0;position:absolute;top:50%;transform-origin:center;transition:transform .3s ease-in-out;width:100%}.open-menu-btn.active .line-1{transform:translateY(-50%) rotate(45deg)}.open-menu-btn.active .line-2{opacity:0;pointer-events:none}.open-menu-btn.active .line-3{transform:translateY(-50%) rotate(-45deg)}.headerMobile .menu>ul{padding-left:0;width:100%}.headerMobile .menu.open{transform:translateX(0)}.headerMobile .menu ul{list-style:none;margin:0;padding:0;width:100%}.headerMobile .menu li{border-bottom:1px solid #fff;padding:.75em}.headerMobile .menu .head{align-items:center;display:flex;justify-content:flex-end;margin-bottom:25px}.headerMobile .menu .close-menu-btn{align-items:center;background-color:initial;border:none;cursor:pointer;display:inline-flex;height:35px;justify-content:center;position:relative;width:35px}.headerMobile .menu .close-menu-btn:after,.headerMobile .menu .close-menu-btn:before{background-color:#fff;content:"";height:2px;position:absolute;width:80%}.headerMobile .menu .close-menu-btn:before{transform:rotate(45deg)}.headerMobile .menu .close-menu-btn:after{transform:rotate(-45deg)}.headerMobile .menu>ul>li{display:block}.headerMobile .menu>ul>li:not(:last-child){margin-right:0}.headerMobile .menu li{border-bottom:1px solid #ffffff40}.headerMobile .menu li a{color:#fff;display:block;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.headerMobile-right>*{display:none}.headerMobile .menu li:first-child{border-top:1px solid #ffffff40}.headerMobile .menu>ul>li>a{padding:12px 0}.headerMobile .menu>ul>.dropdown>a{padding-right:34px}.headerMobile .menu i{align-items:center;border:1px solid #ffffff40;cursor:pointer;display:inline-flex;height:34px;justify-content:center;pointer-events:auto;top:7px;width:34px}.headerMobile .menu .dropdown.active>i{background-color:#ffffff40;transform:rotate(180deg)}.headerMobile .top-banner,.headerMobile-right{align-items:center;display:flex;justify-content:center;text-align:center}.headerMobile .menu .sub-menu{box-shadow:none;display:none;opacity:1;padding:0;position:static;transform:none;transition:none;visibility:visible;width:100%}.headerMobile .menu .dropdown.active>.sub-menu{display:block}.headerMobile .menu .sub-menu li:last-child{border:none}.headerMobile .menu .sub-menu a{padding:12px 0 12px 15px}.headerMobile .menu .sub-menu .sub-menu a{padding-left:30px}.headerMobile .menu .sub-menu .sub-menu .sub-menu a{padding-left:45px}.headerMobile .menu .sub-menu span{background-image:none}.headerMobile .menu .sub-menu i{right:0;transform:none}.headerMobile-right .open-menu-btn{align-items:center;background-color:initial;border:none;cursor:pointer;display:inline-flex;height:40px;justify-content:center;position:relative;width:44px}.headerMobile-right .open-menu-btn .line{background-color:#fff;height:2px;position:absolute;width:30px}.headerMobile-right .open-menu-btn .line-1{transform:translateY(-8px)}.headerMobile-right .open-menu-btn .line-3{transform:translateY(8px)}.navbar-logo{max-height:50px}.headerMobile .top-banner img:last-child{display:none}.headerMobile__language-toggle{align-items:center;background-color:#3a4839;border-radius:20px;box-shadow:0 2px 10px #00000042;display:inline-flex;font-size:.7em;font-weight:700;padding:5px 40px}.headerMobile__language-toggle-item{color:#fff;padding:5px 10px;transition:background-color .3s,color .3s,border-radius .3s}.headerMobile__language-toggle-item--active{background-color:#d9534f;border-radius:15px;color:#fff}.headerMobile__language-toggle-item:hover:not(.headerMobile__language-toggle-item--active){background-color:#324a3d;border-radius:15px;color:#fff}.headerMobile__language-toggle span{color:#fff;padding:5px}.headerMobile .container{align-items:center;display:flex;justify-content:space-between;padding:0 10px;width:100%}.header-logo{display:flex;flex:1 1;justify-content:center}.top-banner img:first-child{margin-left:35px;max-height:70px}.headerMobile__language-toggle,.open-menu-btn{align-items:center;display:flex;flex-shrink:0;justify-content:center;width:50px}.headerMobile .top-banner img:first-child{margin-left:0;max-height:50px;order:1}.container img{max-height:60px}.mobile-search-input{background-color:#3a4839;border:none;border-radius:4px;box-shadow:0 0 0 2px #ffffff80;margin-top:10px;outline:none;padding:8px;width:100%}.mobile-search-input::placeholder{color:#fff;opacity:1}}@media (min-width:some-large-width){.menu{justify-content:space-around}}.banner{align-items:center;color:#000;display:flex;flex-wrap:wrap;font-family:Helvetica,Arial,sans-serif;font-size:1.5rem;font-weight:400;justify-content:center;letter-spacing:1px;margin:3rem auto;max-width:100%;overflow:hidden;padding:3rem;text-align:center}.banner h2{word-wrap:break-word;color:#525252;flex:0 0 auto;font-size:2.2rem;margin:0 .5rem;white-space:normal}.slideFromLeft,.slideFromRight{opacity:0;transition:all .5s ease-out}.slideFromLeft{transform:translateX(-100%)}.slideFromRight{transform:translateX(100%)}.visible .slideFromLeft,.visible .slideFromRight{opacity:1;transform:translateX(0)}@media (max-width:768px){.banner{font-size:1.2rem;padding:2rem}.banner h2{font-size:1.2rem;margin:0 .5rem}}@media (max-width:480px){.banner{font-size:1rem;margin-bottom:10px;margin-top:80px;padding:1rem}.banner h2{font-size:4vw;margin:0 .25rem}}@media (max-width:320px){.banner h2{font-size:5vw}}.parallax-container{height:50vh;overflow:hidden;position:relative}.parallax-image{background-attachment:fixed;background-position:50%;background-size:cover;height:200vh;left:0;position:absolute;right:0;top:-50vh}.overlayParallax{background-color:#3a48394f;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.content-containerParallax{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:2}.titleParallax{color:#fff;font-size:3em;margin-bottom:.5em}.join-button-Parallax{background-color:initial;border:2px solid #fff;border-radius:30px;color:#fff;cursor:pointer;font-size:1em;font-weight:700;outline:none;padding:12px 30px;text-transform:uppercase;transition:all .3s ease}.join-button-Parallax:hover{background-color:#fff;color:#000}@media (max-width:1024px) and (pointer:coarse){.titleParallax{font-size:2.5em}}@media (max-width:768px){.parallax-image{background-attachment:scroll;height:50vh;position:relative;top:0}.titleParallax{font-size:2em}.join-button-Parallax{font-size:.8em;padding:10px 20px}}@media (max-width:480px){.titleParallax{font-size:1.5em}.join-button-Parallax{font-size:.8em;padding:10px 20px}}.affiliates-container{background-color:#f5f5f5;padding:50px 0;text-align:center}.affiliates-header h2{color:#333;margin-bottom:40px}.affiliates-header p{color:#666;margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:800px}.affiliates-logos{grid-gap:30px;align-items:center;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-items:center}.affiliates-logos img{max-height:150px;opacity:.7;transition:opacity .3s ease-in-out}.affiliates-logos img:hover{opacity:1}@media (max-width:1500px){.affiliates-logos img{max-height:120px}}@media (max-width:1100px){.affiliates-logos img{max-height:100px}}@media (max-width:1000px){.affiliates-logos img{max-height:80px}}@media (max-width:800px){.affiliates-header h2{font-size:1.5em}.affiliates-header p{font-size:.9em}.affiliates-logos{gap:20px}.affiliates-logos img{max-height:70px}}@media (max-width:480px){.affiliates-container{padding:30px 0}.affiliates-header h2{font-size:1.8em;padding:0 20px}.affiliates-header p{font-size:.8em;padding:0 20px}.affiliates-logos{gap:20px;grid-template-columns:1fr}.affiliates-logos img{margin-bottom:10px;max-height:80px}}.garage-popup-overlay{align-items:center;animation:fadeIn .4s ease forwards;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.garage-popup-content{animation:garageDrop .6s ease forwards;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000059;max-width:600px;opacity:0;overflow:hidden;padding:0;position:relative;transform:translateY(-60px) scale(.92);transition:transform .3s ease;width:90%}.garage-popup-content:hover{transform:translateY(-2px) scale(1.01)}.garage-poster-link{display:block;line-height:0}.garage-popup-image{display:block;height:auto;width:100%}.garage-close-button{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 8px #0003;color:#333;cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;position:absolute;right:12px;top:12px;transition:transform .2s ease,background .2s ease;width:36px;z-index:10}.garage-close-button:hover{background:#fff;transform:scale(1.1)}.garage-cta-row{align-items:center;background:#fff;display:flex;gap:12px;justify-content:center;padding:16px 18px 20px}.garage-cta-button{-webkit-appearance:none;appearance:none;background:#b00000;border-radius:8px;box-shadow:0 4px 12px #b0000040;color:#fff;font-weight:600;padding:10px 18px;text-decoration:none;transition:transform .15s ease,background .2s ease,box-shadow .2s ease}.garage-cta-button:hover{background:#8b0000;box-shadow:0 6px 16px #b0000059;transform:translateY(-1px)}.garage-cta-secondary{-webkit-appearance:none;appearance:none;background:#f3f3f3;border:1px solid #e5e5e5;border-radius:8px;color:#333;cursor:pointer;padding:10px 16px;transition:background .2s ease,transform .15s ease}.garage-cta-secondary:hover{background:#eaeaea;transform:translateY(-1px)}@keyframes fadeIn{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background-color:#0000}to{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000080}}@keyframes garageDrop{0%{opacity:0;transform:translateY(-80px) scale(.9)}60%{opacity:1;transform:translateY(15px) scale(1.03)}to{opacity:1;transform:translateY(0) scale(1)}}.image-container1{height:300px;overflow:hidden;position:relative;width:100vw}.image-container1 img{height:100%;object-fit:cover;object-position:50% 70%;width:100%}.club-info-container1{align-items:center;display:flex;flex-direction:column;padding:40px 15px}.club-info-header{margin-bottom:20px;text-align:center}.club-info-header h1{color:#000;font-size:2.5rem;margin-bottom:.5em}.club-info-body{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;margin-bottom:30px;max-width:1220px;padding:20px;width:100%}.club-info-body h2{color:#000;font-size:1.75rem;margin-bottom:1em}.club-info-body p{color:#666;font-size:1rem;line-height:1.6;margin-bottom:10px;text-align:justify}@media (max-width:768px){.club-info-container1{padding:20px 10px}.club-info-header h1{font-size:2rem}.club-info-body h2{font-size:1.5rem}.club-info-body{padding:15px}}@media (max-width:480px){.club-info-header h1{font-size:1.75rem}.club-info-body h2{font-size:1.25rem}.club-info-body p{text-align:left}}.team-section{background-color:#f4f4f4;margin:auto;max-width:1220px;padding:60px 20px;text-align:center}.team-section-title{color:#333;font-size:2.5em;margin-bottom:50px}.team-category{margin-bottom:60px}.team-category h3{color:#222;font-size:1.8em;margin-bottom:30px}.team-members-container,.team-members-container2,.team-members-container3{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-bottom:40px}.team-member-card{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-basis:calc(33.333% - 40px);flex-direction:column;flex-grow:0;flex-shrink:1;padding:25px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.team-member-image{border-radius:50%;height:auto;margin-bottom:20px;width:100%}.team-member-info{text-align:center}.team-member-name{font-size:1.4em;font-weight:700;margin-bottom:10px}.team-member-role{color:#666;font-size:1.1em}.team-member-card:hover{box-shadow:0 10px 20px #0003;transform:translateY(-10px)}@media (max-width:1024px){.team-member-card{flex-basis:calc(50% - 40px);flex-grow:0;flex-shrink:1}}@media (max-width:768px){.team-member-card{flex-basis:calc(50% - 40px);flex-grow:0;flex-shrink:1}}@media (max-width:576px){.team-member-card{flex-basis:calc(100% - 20px);flex-grow:0;flex-shrink:1;margin-bottom:20px}.team-section{padding:40px 10px}.team-category h3,.team-section-title{font-size:1.5em}.team-member-name{font-size:1.2em}.team-member-role{font-size:1em}}@media (max-width:480px){.team-member-card{flex-basis:calc(100% - 20px);flex-grow:0;flex-shrink:1;margin-bottom:20px}.team-category h3,.team-section-title{font-size:1.3em}.team-member-name{font-size:1.1em}.team-member-role{font-size:.9em}}.club-info-status-container{align-items:center;display:flex;flex-direction:column;padding:40px 15px}.club-info-status-header{margin-bottom:30px;text-align:center}.club-info-status-header h2{color:#000;font-size:2rem;margin-bottom:1em}.club-info-status-body{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;margin-bottom:30px;max-width:1220px;padding:20px;width:100%}.club-info-status-body p{color:#000;font-size:1rem;line-height:1.6;margin-bottom:15px}.club-info-status-body p strong{font-weight:700}@media (max-width:768px){.club-info-status-container{padding:30px 10px}.club-info-status-header h2{font-size:1.75rem}.club-info-status-body{max-width:95%;padding:20px}}@media (max-width:480px){.club-info-status-container{padding:20px 10px}.club-info-status-header h2{font-size:1.5rem}.club-info-status-body{max-width:100%;padding:15px}.club-info-status-body p{font-size:.9rem}}.image-container2{height:300px;overflow:hidden;position:relative;width:100vw}.image-container2 img{height:100%;object-fit:cover;object-position:50% 70%;width:100%}.member-benefits-wrapper{margin:auto;max-width:1220px;padding:40px}.member-benefits-title{color:#333;font-size:2.5em;margin-bottom:1.5em;text-align:center}.member-benefits-container2{grid-gap:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center}.benefit-item{background-color:#fff;border:1px solid #eaeaea;border-radius:8px;box-shadow:0 8px 24px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s,box-shadow .3s}.benefit-item:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.benefit-image{border-top-left-radius:8px;border-top-right-radius:8px;height:200px;object-fit:cover;width:100%}.benefit-content{padding:20px;text-align:center}.benefit-title{color:#333;font-size:1.25em;font-weight:700;margin-top:.5em}.benefit-description{color:#666;font-size:1em;margin-bottom:1em}.member-benefits-button-container{display:none;display:block;margin-top:40px;text-align:center}.join{background-color:red;border:2px solid #fff;border-radius:30px;color:#fff;cursor:pointer;font-size:1em;font-weight:700;outline:none;padding:12px 30px;text-transform:uppercase;transition:all .3s ease}.join:hover{background-color:#d9534f;color:#fff}@media (max-width:768px){.member-benefits-container2{grid-template-columns:1fr;padding:20px}}@media (max-width:576px){.member-benefits-container2{padding:15px}.benefit-title{font-size:1.1em}.benefit-description{font-size:.95em}.member-benefits-wrapper{padding:0}.member-benefits-title{color:#333;font-size:2em;margin-bottom:0;padding:20px;text-align:center}}.membership-form-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1001}.membership-form-container{background:#fff;border-radius:0;box-shadow:0 5px 15px #0003;margin:auto;max-height:85vh;max-width:538px;overflow-y:auto;position:relative;width:100%}.input-label{display:block;text-align:center;width:100%}.membership-form-header{align-items:center;background-color:#3a4839;color:#fff;display:flex;justify-content:space-between;padding:20px;position:relative}.membership-form-title{flex-grow:1;font-size:1rem;margin:0;text-align:center}.close-membership-form{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem;position:absolute;right:20px;top:15px}.membership-form{padding:20px}.form-group{position:relative;text-align:center}.PhoneInputCountrySelect,.PhoneInputInput,.form-control{background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:1rem;line-height:1.5;padding:10px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.input-icon{height:20px;pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px}.phone-input-group{display:flex}.country-code{border-bottom-right-radius:0;border-top-right-radius:0;flex-basis:40%}.form-control.phone-number{border-bottom-left-radius:0;border-left:none;border-top-left-radius:0;flex-basis:60%}.phone-icon{right:1rem;top:50%;transform:translateY(-50%)}.help-text{background:#f4f4f4;box-sizing:border-box;color:#666;font-size:10px;padding:20px;text-align:center;width:100%}.PhoneInputCountrySelect,.PhoneInputInput,.form-control{font-weight:300;padding:.7rem}.submit-button{border-radius:.25rem;margin-top:10px;transition:background-color .3s ease}.submit-button:hover{background-color:#3a4839af}.submit-text{font-size:.7rem}body.no-scroll{overflow:hidden}@media (max-width:768px){.membership-form-container{max-height:85vh;max-width:95%;overflow-y:auto}.help-text{font-size:12px}}@media (max-width:576px){.close-membership-form{font-size:1.25rem;top:10px;transform:translateY(0)}.membership-form-header{padding:15px}.membership-form-title{font-size:1.2rem;margin-right:40px}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.additional-info-container{font-family:Arial,sans-serif;margin:auto;max-width:1220px;padding:40px 20px}.additional-info-header{color:#333;font-size:2.5em;margin-bottom:50px;text-align:center}.info-cards-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.info-card{background:#fff;border-radius:12px;box-shadow:0 6px 18px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{box-shadow:0 12px 22px #0003;transform:translateY(-5px)}.info-card-image{height:160px;object-fit:cover;width:100%}.info-card-content{padding:20px}.info-card-title{color:#333;font-size:1.2em;font-weight:700;margin-bottom:15px;text-align:left}.info-card-description{color:#666;font-size:.9em;height:4.5em;margin-bottom:20px;overflow:hidden;position:relative;text-align:left}.info-card-description:after{background:linear-gradient(90deg,#fff0,#fff 50%);bottom:0;content:"";height:1.2em;position:absolute;right:0;text-align:right;width:70%}.info-card-read-more{border-radius:20px;color:red;font-weight:700;margin-top:auto;padding:12px;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .2s,color .2s}.info-card-read-more:hover{background-color:red;color:#fff;text-decoration:none}@media (max-width:768px){.info-cards-container{grid-template-columns:1fr}}.membership-info-reg{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;font-family:Helvetica Neue,sans-serif;margin:50px auto;max-width:1220px;padding:40px}.membership-subtitle-reg,.membership-subtitles{color:#000;font-size:2.5em;margin-bottom:30px;text-align:center}.membership-cards-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around}.membership-card{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;overflow:hidden;width:calc(30% - 20px)}.how-to-join,.membership-card,.new-members{text-align:center}.membership-image{border-bottom:1px solid #ddd;height:auto;width:100%}.card-content{padding:20px}.membership-type-title{color:#333;font-size:1.5em;margin-bottom:10px}.membership-note{color:#a83232;margin-bottom:30px;margin-top:-5px}.join-button{background-color:#d72631;border:2px solid #0000;border-radius:30px;box-shadow:0 4px 8px #0003;color:#fff;cursor:pointer;display:block;font-size:1.1em;font-weight:700;letter-spacing:1px;margin:50px auto;outline:none;overflow:hidden;padding:15px 30px;position:relative;text-transform:uppercase;transition:background-color .3s ease,transform .3s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.join-button:focus,.join-button:hover{background-color:#bf202e;box-shadow:0 6px 12px #0000004d;transform:translateY(-2px)}.join-button:active{box-shadow:0 2px 4px #0003;transform:translateY(1px)}@media (max-width:1024px){.membership-card{width:calc(33% - 20px)}}@media (max-width:768px){.membership-info-reg{padding:20px}.membership-card{width:calc(50% - 20px)}}@media (max-width:576px){.membership-card{width:100%}.membership-subtitle-reg,.membership-subtitles{font-size:1.75em}}.banner-image{object-position:50% 70%}.banner-overlay{background:rgba(0,0,0,.185)}.image-container3{height:300px;overflow:hidden;position:relative;width:100vw}.image-container3 img{height:100%;object-fit:cover;object-position:50% 70%;width:100%}.documents-container{background-color:#f2f2f2;margin:auto;max-width:1220px;padding:20px;text-align:center}.documents-title{font-size:2rem;margin-bottom:1rem}.documents-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.document-item{background:#fff;border-radius:.5rem;cursor:pointer;padding:1rem;text-align:center;transition:transform .3s ease}.document-item:hover{transform:translateY(-5px)}.document-icon{margin-bottom:.5rem;width:50px}.document-details,.document-link{margin-top:.5rem}.document-link{align-items:center;color:#333;display:flex;flex-direction:column;font-size:1rem;justify-content:center;text-decoration:none}.document-link:hover{text-decoration:underline}@media (max-width:768px){.documents-grid{grid-template-columns:1fr 1fr}}.privacy-policy-container{background:#fff;color:#333;font-family:Open Sans,sans-serif;line-height:1.6;margin:50px auto auto;max-width:1220px;padding:20px}.privacy-policy-title{color:#000;font-size:2.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.privacy-policy-subtitle{color:#b34444;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;margin-top:1rem}.privacy-policy-section-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;margin-top:1rem}.privacy-policy-container li,.privacy-policy-container p{margin-bottom:.75rem}.privacy-policy-container a{color:#b34444;text-decoration:underline}.privacy-policy-container a:hover{color:#551a8b}@media (max-width:768px){.privacy-policy-container{padding:10px}.privacy-policy-title{font-size:2rem}.privacy-policy-subtitle{font-size:1.25rem}.privacy-policy-section-title{font-size:1rem}}.image-container-Policy{height:300px;overflow:hidden;position:relative;width:100vw}.image-container-Policy img{height:100%;object-fit:cover;object-position:50% 80%;width:100%}.image-container-Organization{height:300px;overflow:hidden;position:relative;width:100vw}.image-container-Organization img{height:100%;object-fit:cover;object-position:50% 50%;width:100%}.fiva-description-container-description{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;color:#333;font-family:Georgia,serif;margin:40px auto;max-width:1220px;padding:40px}.fiva-description-title-C{color:#333;font-size:36px;font-weight:700;margin-bottom:50px;text-align:center}.fiva-description-container-description h2{color:#b34444}.fiva-description-container-description p{font-family:Open Sans,sans-serif;font-size:16px;line-height:1.6;margin-bottom:16px;text-align:left}@media (max-width:768px){.fiva-description-title-C{font-size:24px}}.fiva-letter-description-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;color:#333;font-family:Times New Roman,serif;margin:40px auto;max-width:1220px;padding:20px}.fiva-letter-description-title{color:#333;font-size:36px;font-weight:700;margin-bottom:50px;text-align:center}.fiva-letter-description-container p{font-family:Open Sans,sans-serif;font-size:16px;line-height:1.6;margin-bottom:16px;text-align:left}.fiva-letter-description-container a{color:#b34444;text-decoration:underline}.fiva-letter-description-container a:hover{color:#551a8b}.document-link-container{margin-top:20px;text-align:center}.fiva-letter-description-container h2{color:red;font-size:20px;font-weight:700;margin-bottom:15px;margin-top:30px}.fiva-letter-description-container h2:before{color:red;content:"▩";font-size:24px;margin-right:8px;vertical-align:middle}.fiva-letter-description-container ul{padding-left:20px}.fiva-letter-description-container li{margin-bottom:10px}.image-container4{height:300px;overflow:hidden;position:relative;width:100vw}.image-container4 img{height:100%;object-fit:cover;object-position:50% 30%;width:100%}.image-container5{height:300px;overflow:hidden;position:relative;width:100vw}.image-container5 img{height:100%;object-fit:cover;object-position:50% 70%;width:100%}.fiva-description-container3{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0000001a;color:#333;font-family:Arial,sans-serif;line-height:1.6;margin:40px auto;max-width:1220px;padding:30px}.fiva-description-title3{color:#333;font-size:36px;font-weight:700;margin-bottom:50px;text-align:center}.fiva-description-container3 p{margin-bottom:20px;text-align:justify}.download-button{display:inline-block}.download-button,.download-button:focus,.download-button:hover{background-color:#d72631}@media (max-width:768px){.download-button{font-size:14px;padding:12px 30px}.fiva-description-container3{padding:20px}.fiva-description-title3{font-size:28px}}.image-container6{height:300px;overflow:hidden;position:relative;width:100vw}.image-container6 img{height:100%;object-fit:cover;object-position:50% 20%;width:100%}.fiva-description-container6{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0000001a;color:#333;font-family:Arial,sans-serif;line-height:1.6;margin:40px auto;max-width:1220px;padding:30px}.fiva-description-title6{color:#333;font-size:32px;font-weight:700;margin-bottom:30px;text-align:center}.fiva-description-container6 p{font-family:Open Sans,sans-serif;font-size:16px;line-height:1.6;margin-bottom:16px;text-align:left}.download-button{border:none;font-family:Arial,sans-serif;font-size:16px;padding:15px 40px;text-decoration:none}.certifications-info-container{background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;color:#333;font-family:Arial,sans-serif;margin:50px auto 0;max-width:1220px;padding:20px}.certifications-info-title{color:#333;font-size:36px;font-weight:700;margin-bottom:30px;text-align:center}.certifications-info-heading{color:#b34444;font-size:24px;font-weight:700;margin-bottom:15px}.certifications-info-container p{font-size:16px;line-height:1.6;margin-bottom:15px}@media (max-width:768px){.certifications-info-title{font-size:2em}.certifications-info-heading{font-size:1.5em}.certifications-info-container{padding:15px}.certifications-info-container p{font-size:1em}}.banner-container-booking{height:300px;overflow:hidden;position:relative;width:100vw}.banner-image-booking{height:100%;object-fit:cover;object-position:50% 70%;width:100%}.image-container8{height:300px;overflow:hidden;position:relative;width:100vw}.image-container8 img{height:100%;object-fit:cover;object-position:50% 20%;width:100%}.membership-infoCalendar{font-family:Arial,sans-serif;margin:0 auto;max-width:1220px;padding:20px;text-align:center}.membership-titleCalendar{color:#333;font-size:3em;font-weight:700;letter-spacing:2px;margin-bottom:30px;text-transform:uppercase}.membership-infoCalendar p{line-height:1.6;margin-bottom:20px}.membership-subtitle{color:#b34444;font-size:1.5em;font-weight:700;margin-bottom:20px}.membership-list{list-style-type:none;margin-bottom:30px;padding:0}.membership-list li{margin-bottom:10px}.membership-note{font-size:14px;font-style:italic;margin-top:20px}.membership-offer{font-size:16px;margin:20px 0}.membership-detail,.membership-instructions{font-size:16px}.membership-steps{list-style:none;margin-top:20px;padding:0}.membership-steps li{margin:10px 0}.membership-titleCalendar:after{background-color:#b34444;content:"";display:block;height:3px;margin:10px auto;width:100px}@media screen and (max-width:768px){.membership-titleCalendar{font-size:2em}.membership-infoCalendar p{font-size:14px}.membership-subtitle{font-size:1.3em}}.fiva-description-container0{background-color:#f7f7f7;border-radius:10px;box-shadow:0 0 10px #0000001a;color:#333;font-family:Arial,sans-serif;margin:40px auto;max-width:1220px;padding:30px}.fiva-description-title0{color:#333;font-size:36px;font-weight:700;margin-bottom:30px;text-align:center}.conditions-section{color:#b34444;font-size:24px;font-weight:700;margin-bottom:20px}.fiva-description-container0 p{font-size:16px;line-height:1.6;margin-bottom:15px;text-align:justify}.conditions-remark{font-size:14px;font-style:italic;margin-top:20px}.certification-button{background-color:#004482;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-weight:700;margin-top:30px;padding:12px 30px;text-transform:uppercase;transition:background-color .3s ease;width:100%}.certification-button:hover{background-color:#036}@media (max-width:768px){.certification-button{font-size:14px;padding:10px 20px}}.banner-image2{height:100%;object-fit:cover;object-position:50% 30%;width:100%}.image-container7{height:300px;overflow:hidden;position:relative;width:100vw}.image-container7 img{height:100%;object-fit:cover;object-position:50% 40%;width:100%}.membership-infoCouncil{background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;font-family:Arial,sans-serif;margin:50px auto 0;max-width:1220px;padding:20px}.membership-titleCouncil{color:#333;font-size:2.5em;font-weight:700;margin-bottom:50px;text-align:center}.membership-subtitleCouncil{color:#b34444;font-size:1.8em;font-weight:700;margin-bottom:20px;text-align:center}.membership-listCouncil{list-style-type:none;margin:0;padding:0;text-align:center}.membership-listCouncil li{font-size:1.2em;margin:10px 0}@media (max-width:768px){.membership-titleCouncil{font-size:2em}.membership-subtitleCouncil{font-size:1.5em}.membership-infoCouncil{padding:15px}.membership-listCouncil li{font-size:1em}}.price-highlight{background-color:#d72631}.banner-container{height:300px;overflow:hidden;position:relative;width:100vw}.banner-image{height:100%;object-fit:cover;object-position:50% 10%;width:100%}.banner-overlay{background:rgba(0,0,0,.281)}.membership-infoMatriculation{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;margin:50px auto;max-width:1220px;padding:30px}.membership-titleMatriculation{color:#333;font-size:2.5em;font-weight:700;margin-bottom:30px;text-align:center}.membership-infoMatriculation p{line-height:1.6;margin-bottom:20px;text-align:justify}.membership-subtitleMatriculation{color:#b34444;font-size:1.3em;font-weight:700;margin-bottom:20px;padding-bottom:10px}.membership-listMatriculation{list-style:none;margin-bottom:20px;padding:0}.membership-listMatriculation li{margin-bottom:10px;text-align:justify}.membership-offerMatriculation{font-size:16px;margin:20px 0}.membership-detailMatriculation,.membership-instructions{font-size:16px}.membership-stepsMatriculation{list-style:none;margin-top:20px;padding:0}.membership-stepsMatriculation li{margin:10px 0}.price-highlight{background-color:#3a4839;border-radius:15px;color:#fff;display:inline-block;font-weight:700;margin-left:5px;padding:3px 10px}.fiva-description-container{background-color:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;color:#333;font-family:Arial,sans-serif;margin:20px auto;max-width:1220px;padding:20px}.fiva-description-subtitle,.fiva-description-title{color:#333;margin:20px 0;text-align:center}.fiva-description-title{font-size:2em;font-weight:700}.fiva-description-subtitle{font-size:1.5em;font-weight:700}.fiva-description-container p{line-height:1.5;margin-bottom:15px;text-align:justify}.prices-container{display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:30px}.price-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;flex:1 1 45%;margin:10px;padding:15px}.price-card-title{color:#333;font-size:1.2em;font-weight:700;margin-bottom:15px}.price-item{align-items:center;display:flex;margin-bottom:10px}.price-icon{height:25px;margin-right:10px;width:25px}.download-button{background-color:#dc3545;border-radius:5px;color:#fff;cursor:pointer;display:block;font-weight:700;margin-top:20px;padding:12px 30px;text-align:center;text-transform:uppercase;transition:background-color .3s ease;width:100%}.download-button:hover{background-color:#c82333}.categories-table{border-collapse:collapse;margin:20px 0;width:100%}.categories-table td,.categories-table th{border-bottom:1px solid #ddd;padding:10px;text-align:left}.categories-table th{background-color:#f8f9fa;color:#333}@media (max-width:768px){.prices-container{align-items:center;flex-direction:column}.price-card{margin-bottom:20px}.price-card-title{font-size:1.1em}.price-item{font-size:.9em}.price-icon{height:30px;width:30px}.categories-table thead{display:none}.categories-table,.categories-table tbody,.categories-table td,.categories-table tr{display:block}.categories-table td{box-sizing:border-box;padding:8px 0;text-align:left;width:100%}.categories-table td:not(:last-child){border-bottom:0}.download-button{font-size:1em;padding:12px 20px}}.banner-container-matriculation{height:300px;overflow:hidden;position:relative;width:100vw}.banner-image-matriculation{height:100%;object-fit:cover;object-position:50% 70%;width:100%}.membership-infoClassic{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;margin:50px auto;max-width:1220px;padding:30px}.membership-titleClassic{color:#333;font-size:2.5em;font-weight:700;margin-bottom:30px;text-align:center}.membership-infoClassic p{color:#333;line-height:1.6;margin-bottom:20px}.membership-subtitleClassic{color:#b34444;font-size:1.3em;font-weight:700;margin-bottom:20px;padding-bottom:10px}.membership-listClassic{list-style:none;margin-bottom:20px;padding:0}.membership-listClassic li{margin-bottom:10px;text-align:justify}.membership-offerClassic{font-size:16px;margin:20px 0}.membership-detailClassic,.membership-instructionsClassic{font-size:16px}.membership-stepsClassic{list-style:none;margin-top:20px;padding:0}.membership-stepsClassic li{margin:10px 0}@media screen and (max-width:768px){.membership-infoClassic{padding:20px}.membership-titleClassic{font-size:2em}.membership-infoClassic p{font-size:14px}.membership-subtitleClassic{font-size:1.2em}}.membership-infoClassic .clickable-link{color:blue!important;cursor:pointer!important;text-decoration:underline!important}.membership-infoClassic .clickable-link:hover{color:#00008b!important}.banner-container-classic{height:300px;overflow:hidden;position:relative;width:100vw}.banner-image-classic{height:100%;object-fit:cover;object-position:50% 75%;width:100%}.membership-infoPreClassic{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;margin:50px auto;max-width:1220px;padding:30px}.membership-titlePreClassic{color:#333;font-size:2.5em;font-weight:700;margin-bottom:30px;text-align:center}.membership-infoPreClassic p{line-height:1.6;margin-bottom:20px}.membership-subtitlePreClassic{color:#b34444;font-size:1.3em;font-weight:700;margin-bottom:20px;padding-bottom:10px}.membership-listPreClassic{list-style:none;margin-bottom:20px;padding:0}.membership-listPreClassic li{margin-bottom:10px;text-align:justify}.membership-offerPreClassic{font-size:16px;margin:20px 0}.membership-detailPreClassic,.membership-instructionsPreClassic{font-size:16px}.membership-stepsPreClassic{list-style:none;margin-top:20px;padding:0}.membership-stepsPreClassic li{margin:10px 0}@media screen and (max-width:768px){.membership-infoPreClassic{padding:20px}.membership-titlePreClassic{font-size:2em}.membership-infoPreClassic p{font-size:14px}.membership-subtitlePreClassic{font-size:1.2em}}.membership-infoPreClassic a{color:#007bff;cursor:pointer;text-decoration:underline}.membership-infoPreClassic a:hover{color:#0056b3;text-decoration:underline}.banner-container-preclassic{height:300px;overflow:hidden;position:relative;width:100vw}.banner-image-preclassic{height:100%;object-fit:cover;object-position:50% 70%;width:100%}.banner-overlay{background:rgba(0,0,0,.151);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.banner-text{color:#fff;left:50%;position:absolute;text-align:center;top:70%;transform:translate(-50%,-50%);z-index:2}.banner-title{color:#fff;font-size:2.5em;letter-spacing:2px;margin:0;text-transform:uppercase}.banner-subtitle{color:#fff;font-size:1.2em;margin-top:10px}@media (max-width:768px){.banner-title{font-size:2em}.banner-subtitle{font-size:1em}}@media (max-width:480px){.banner-title{font-size:1.8em;width:300px}.banner-subtitle{display:none}.banner-text{left:50%;top:60%}}.event-filter-wrapper{align-items:flex-start;display:flex;justify-content:space-between;margin:0 auto;max-width:1220px;padding:20px}.header-and-selected-filters{text-align:left}.left-section,.right-section{flex:1 1}.main-title{font-weight:700}.selected-filters{color:#000;font-size:16px;margin-bottom:20px}.filter-heading{font-size:15px;font-weight:400}.filters{align-items:center;display:flex;gap:10px;margin-bottom:20px}.filters select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url('data:image/svg+xml;utf8,<svg fill="%23000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-position:right 10px center;background-repeat:no-repeat;border:1px solid #000;border-radius:0;color:#000;cursor:pointer;font-family:Arial,sans-serif;font-size:16px;height:40px;padding:5px 30px 5px 10px;position:relative}.filters select::-ms-expand{display:none}@media (max-width:1024px){.event-filter-wrapper{flex-direction:column}.filter-section,.header-and-selected-filters{width:100%}.filter-heading,.filters{margin-top:10px;text-align:center}.filters{flex-direction:column;justify-content:center}.filters select{margin-bottom:10px;width:100%}}@media (max-width:768px){.event-filter-wrapper{margin-top:50px;padding:10px}.main-title{font-size:40px;font-weight:lighter}.filter-section{align-items:start;flex-direction:column}.filter-heading{margin-bottom:10px;text-align:start}.filters,.filters select{width:100%}.filters{align-items:center;display:flex;margin-bottom:20px}}@media (max-width:480px){.main-title,.selected-filters{text-align:start}.filters select{width:100%}}.events-list-container{grid-gap:20px;display:grid;grid-template-columns:repeat(4,1fr);margin:40px auto;max-width:1220px;padding:0 20px}.event-card{background:#f7f7f7;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{box-shadow:0 8px 16px #0003;transform:translateY(-10px)}.event-image-container{overflow:hidden;position:relative;width:100%}.event-image{display:block;height:180px;object-fit:cover;transition:transform .3s ease;width:100%}.event-card:hover .event-image{transform:scale(1.1)}.event-date-container{background:#3a4839cc;border-top-right-radius:8px;bottom:0;color:#fff;flex-direction:column;height:100%;left:0;position:absolute;width:35%}.event-date-container,.event-title{align-items:center;display:flex;font-size:1em;justify-content:center;padding:15px}.event-title{background:#f7f7f7;border-bottom-left-radius:8px;border-bottom-right-radius:8px;color:#333;font-weight:700;margin:0;overflow:hidden;text-align:center;white-space:normal}.event-article-button{align-items:center;background-color:#3a4839c2;border-radius:50%;bottom:15px;color:#fff;display:flex;font-size:1.5em;height:40px;justify-content:center;line-height:1;position:absolute;right:15px;text-decoration:none;transition:background-color .3s ease;width:40px}.event-article-button:hover{background-color:#3a4839}.single-day .event-date-day{font-size:3em}.single-day .event-date-month{font-size:1.2em}.multiple-day .event-date-day{font-size:2.5em}.multiple-day .event-date-month{font-size:1em;margin-top:5px}@media (max-width:1024px){.events-list-container{grid-template-columns:repeat(2,1fr)}.event-card{border-radius:6px}.event-date-container{border-top-right-radius:6px}.event-title{border-bottom-left-radius:6px;border-bottom-right-radius:6px}}@media (max-width:768px){.events-list-container{grid-template-columns:1fr;padding:20px}.event-card{border-radius:4px}.event-date-container{border-top-right-radius:4px}.event-title{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.event-date-day{font-size:2.5em}.event-date-month{font-size:1em}}.news-page-title-container{padding:2rem 0;text-align:center}.news-page-title{color:#333;display:inline-block;font-size:2.5rem;position:relative}.news-page-title:after{background-color:red;bottom:-10px;content:"";display:block;height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.news-page{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around;margin:0 auto;max-width:1200px;padding:10px 20px}.article{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-basis:calc(33.333% - 20px);flex-direction:column;flex-grow:0;flex-shrink:0;overflow:hidden;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.article-image{height:223px;object-fit:cover;width:100%}.article:hover{box-shadow:0 6px 12px #0003;transform:translateY(-5px)}.article-details{align-items:center;display:flex;flex-direction:column;padding:15px;text-align:center}.article-title{font-size:1rem}.article-description{color:#666;height:60px;margin:10px 0;overflow:hidden}.article-read-more{align-self:center;background-color:initial;border:2px solid #333;border-radius:20px;color:#000;cursor:pointer;margin-top:10px;padding:8px 16px;text-decoration:none;transition:all .2s ease-in-out}.article-read-more:hover{background-color:#333;border-color:#333;color:#fff}@media (max-width:1200px){.article{flex-basis:calc(50% - 20px);flex-grow:0;flex-shrink:0;max-width:calc(50% - 20px)}}@media (max-width:768px){.article{flex:0 0 100%;max-width:100%}.news-page-title{font-size:2rem;margin-top:60px}}@media (max-width:960px){.news-page-title{font-size:2rem;margin-top:60px}}@media (max-width:480px){.news-page{padding:10px}}.partners-container{display:flex;flex-direction:column;margin:50px auto 0;max-width:1000px;padding:20px}.partners-title{border-bottom:2px solid #eee;color:#333;font-size:2em;font-weight:700;margin-bottom:30px;margin-left:auto;margin-right:auto;padding-bottom:30px;text-align:center;width:80%}.partners-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.partner-card{cursor:pointer;position:relative;transition:transform .3s ease}.partner-card:hover{transform:translateY(-5px)}.partner-image-container{overflow:hidden;padding-top:75%;position:relative;width:100%}.partner-image{background-color:#e4e0e0;object-fit:contain}.partner-image,.partner-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.partner-overlay{align-items:center;background:#000000b3;box-sizing:border-box;color:#fff;display:flex;justify-content:center;opacity:0;padding:10px;text-align:center;transition:opacity .3s ease}.partner-card:hover .partner-overlay{opacity:1}.partner-description{font-size:1em}@media (max-width:768px){.partners-title{margin-top:50px}}@media (max-width:480px){.partners-container{padding:10px}.partners-title{font-size:1.5em;margin-top:50px}.partner-overlay{bottom:0;height:30%;opacity:1;top:auto}.partner-card:hover .partner-overlay{opacity:1}}.vehicles-list{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:20px}.vehicles-list-title{margin-bottom:30px;margin-top:50px;text-align:center}.vehicle-card h2{color:#333;font-size:1em;margin:.5em;overflow:hidden;padding:5px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.vehicle-card a{background:#3a4839;border-bottom:4px solid #b3444446;color:#fff;display:block;font-weight:700;padding:10px 0;text-align:center;text-decoration:none}.vehicle-card a:hover{background:#3a4839e3}@media (max-width:768px){.vehicles-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.vehicles-list-title{margin-top:100px}}.card-wrapper{margin:0 auto;max-width:1200px;padding:20px}.card{background:#f8f9fa;border-radius:8px;box-shadow:0 0 10px #0000001a;display:flex;flex-wrap:wrap;gap:20px;margin-top:1rem;padding:20px}.product-imgs{flex:1 1;padding-right:1rem}.img-display{align-items:center;display:flex;height:300px;justify-content:center;overflow:hidden;position:relative;width:100%}.img-showcase{max-height:100%;max-width:100%;object-fit:cover}.img-select{display:flex;gap:10px;overflow-x:auto;padding-top:10px}.img-item{height:80px;overflow:hidden;width:80px}.img-item img{border:2px solid #0000;cursor:pointer;height:100%;object-fit:cover;width:100%}.img-item img:active,.img-item img:focus,.img-item img:hover{border-color:#007bff}.img-nav{background-color:#00000080;border:none;color:#fff;cursor:pointer;font-size:2rem;padding:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.prev{left:10px}.next{right:10px}.fullscreen-toggle{background:#00000080;border:none;color:#fff;cursor:pointer;padding:5px;position:absolute;right:10px;top:10px;z-index:10}.product-content{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-left:1rem}.product-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.product-detail{font-size:1.2rem;line-height:1.5;margin-bottom:1rem}.product-detail p{margin:.5rem 0}.product-contact{color:#3a4839;font-size:1.2rem;font-weight:700;margin-top:1rem}.other-vehicles-divider{align-items:center;display:flex;margin-bottom:20px;margin-top:20px}.vc_sep_holder{flex:1 1}.vc_sep_line{background-color:#ccc;display:block;height:1px;width:100%}.other-vehicles-divider h4{margin:0 10px}.other-vehicles{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:20px}.vehicle-card{border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 5px #0000001a;color:#333;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.vehicle-card:hover{box-shadow:0 4px 10px #0003;transform:translateY(-5px)}.vehicle-card img{height:200px;object-fit:cover;width:100%}.vehicle-details{padding:10px}.vehicle-details h2{color:#333;font-size:1em;margin:.5em;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.read-more-link{background:#b34444}.read-more-link:hover{background:#d12d2d}@media (max-width:767px){.fullscreen-toggle{display:none}.card{flex-direction:column;margin-top:50px}.product-content,.product-imgs{flex:none;padding-left:0;padding-right:0}}.merchandise-list{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding-bottom:40px;padding-top:40px}.membership-titleCalendar{text-align:center}.merchandise-list-title{margin-bottom:30px;margin-top:50px;text-align:center}.merchandise-item{border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 5px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.merchandise-item:hover{box-shadow:0 4px 10px #0003;transform:translateY(-5px)}.merchandise-item img{height:200px;object-fit:cover;width:100%}.merchandise-details{padding:.5em;text-align:center}.merchandise-details h2{color:#333;font-size:1em;overflow:hidden;padding:5px;text-overflow:ellipsis;white-space:nowrap}.read-more-link{border-bottom:4px solid #b3444446;color:#fff;display:block;font-weight:700;padding:10px 0;text-align:center;text-decoration:none}.read-more-link,.read-more-link:hover{background:#3a4839}@media (max-width:768px){.merchandise-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.product-info-card-wrapper{margin:auto;max-width:1000px;padding:20px}.product-info-card{text-align:center}.product-info-img-display{cursor:pointer;display:inline-block;margin-bottom:20px;position:relative}.product-info-img-nav{background:#0000;border:none;color:#fff;cursor:pointer;font-size:3em;font-weight:700;padding:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.product-info-img-showcase{display:block;height:auto;max-width:100%}.product-info-img-select{display:flex;gap:10px;justify-content:center}.product-info-img-item img{cursor:pointer;width:50px}.product-info-content{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 5px #0000001a;margin-top:20px;padding:20px;text-align:left}.product-info-title{font-size:1.5em;margin-bottom:.5em}.product-info-contact,.product-info-description,.product-info-price{margin-bottom:1em}.product-info-contact a{color:#007bff;text-decoration:none}.product-info-contact a:hover{text-decoration:underline}.product-info-other-products{margin-top:40px}.product-info-product-card{border:1px solid #ddd;border-radius:4px;display:inline-block;margin:10px;overflow:hidden;transition:box-shadow .2s ease-in-out}.product-info-product-card:hover{box-shadow:0 4px 8px #0003}.product-info-product-image{display:block;height:auto;width:100%}.product-info-product-details h2{background-color:#f8f8f8;margin:0;padding:10px}@media (max-width:768px){.product-info-img-nav{font-size:2em;padding:5px}.product-info-img-nav.prev{left:-60px}.product-info-img-nav.next{right:-60px}.product-info-card-wrapper{margin-top:60px}}.page-in-construction-container{align-items:center;background-color:#3a4839c5;display:flex;flex-direction:column;height:100%;justify-content:center}.construction-image{height:100vh;object-fit:cover;object-position:50% 40%;width:100vw}.construction-text{color:#333;font-size:24px;margin-top:20px}.wrapper{margin:auto;max-width:1220px;padding:20px}.main-article-image{height:400px;margin-bottom:20px;object-fit:cover;width:100%}.content-block{padding:15px}.parent-component,footer{width:100%}.video-block{display:block;text-align:left;width:80%}.video-content{max-height:500px;object-fit:cover;width:100%}.subtitle{color:#000;font-size:1.5rem;font-weight:400;margin-bottom:15px;text-align:left}.random-page-image-block{display:block;overflow:hidden;position:relative;text-align:left;width:80%}.aspect-ratio-box{padding-top:50%;position:relative;width:100%}.random-page-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}@media (max-width:768px){.subtitle{font-size:1.2rem;padding-left:10px}}.article-title:after{background-color:#b34444;content:"";display:block;height:3px;margin:10px auto;width:200px}.content-block p{color:#666}.extra-companions label{align-items:center;display:flex;font-size:.95rem;margin:10px 0 20px}.form-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 3px #0000001a;cursor:pointer;font-size:1rem;padding:10px;width:100%}.form-group input[type=email],.form-group input[type=number],.form-group input[type=tel],.form-group input[type=text]{border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 3px #0000001a;font-size:1rem;margin-top:5px;padding:10px;width:100%}.pricing-options label{margin:10px 0}@media (max-width:768px){.article-title{font-size:2em}.main-article-image{height:200px}.wrapper{padding:10px}}@media (max-width:480px){.article-title{font-size:1.5rem}}.content-block{text-align:left}h1{color:#333;font-size:2rem;margin-bottom:1em}.content-block p{color:#000;font-size:1rem;line-height:1.6;margin-bottom:1em;margin-top:0;text-align:left}.content-block a{color:#007bff;text-decoration:none}.content-block a:focus,.content-block a:hover{text-decoration:underline}@media (max-width:480px){h1{font-size:1.5rem}.content-block p{font-size:.9rem}}.registration-form{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:800px;padding:20px}.registration-title{color:#333;font-size:1.5rem;margin-bottom:20px;text-align:center}.form-requirement{color:#666;font-size:.9rem;margin-bottom:20px}.form-group{display:flex;flex-direction:column;margin-bottom:20px}.form-group label{display:block;font-weight:700;margin-bottom:5px;text-align:start}.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text]{border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 3px #0000001a;font-size:1rem;padding:10px;width:100%}.pricing-options{margin-top:20px}.pricing-options h3{align-items:center;color:#333;display:flex;font-weight:700;margin-bottom:20px;margin-top:20px}.pricing-options label{align-items:center;display:flex;font-size:.95rem;margin:10px 0 20px}.pricing-options input[type=radio]{margin-right:10px}.additional-info{border-top:1px solid #eee;color:#666;font-size:.9rem;margin-top:20px;padding-top:10px}.submit-button{background-color:#3a4839;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:1rem;margin-top:20px;padding:10px 20px;width:100%}.submit-button:hover{background-color:#45a049}.image-gallery{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}@media (max-width:768px){.image-gallery{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.program-block{margin:20px 0}.program-block h2{color:#495057;font-size:20px;font-weight:700;margin-bottom:20px;text-align:left}.program-block p{color:#343a40;font-size:16px;line-height:1.5;margin-bottom:10px;text-align:left}.program-block p:not(:last-child){border-bottom:1px dotted #bbb;padding-bottom:10px}.youtube-video-block{align-items:flex-start;display:flex;justify-content:flex-start;margin:20px 0;width:100%}.youtube-video-block iframe{border:none;height:315px;max-width:100%;width:560px}@media (max-width:960px){.main-article-image{margin-top:60px}}@media (max-width:768px){.wrapper{padding:10px}.main-article-image{height:200px;margin-top:70px}.article-title{font-size:2em}.subtitle{font-size:1.2rem;padding-left:10px}.content-block p{font-size:.9rem}.registration-form{margin:10px auto;padding:15px}.registration-title{font-size:1.2rem}.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text]{padding:8px}.submit-button{font-size:.9rem;padding:8px 15px}}@media (max-width:480px){.article-title,h1{font-size:1.5rem}.content-block p{font-size:.8rem}.registration-form{padding:10px}.registration-title{font-size:1rem}.submit-button{font-size:.8rem;padding:7px 10px}}.vertical-image-text-container{align-items:center;display:flex;flex-wrap:wrap;gap:20px;margin:20px 0}.vertical-image-wrapper{flex:0 0 400px;max-width:100%}.vertical-page-image{display:block;height:auto;max-width:400px;object-fit:cover;width:100%}.vertical-text{flex:1 1 200px;min-width:200px}@media (max-width:768px){.vertical-image-wrapper{flex:0 0 100%;margin:0 auto;max-width:90vw}.vertical-text{flex:0 0 100%;min-width:100%}}@media (max-width:480px){.vertical-image-wrapper{max-width:80vw}}.registration60-wrapper{box-sizing:border-box;display:flex;justify-content:center;padding:40px 20px;width:100%}.registration60-form{background:#fff;border:1px solid #ccc;border-radius:12px;box-shadow:0 4px 20px #0000001a;box-sizing:border-box;font-family:Segoe UI,sans-serif;max-width:1140px;padding:40px;width:100%}.registration60-title{color:#111;display:inline-block;font-size:28px;left:50%;margin-bottom:30px;position:relative;text-align:center;transform:translateX(-50%)}.registration60-title:after{background-color:#b00;border-radius:2px;content:"";display:block;height:3px;margin:8px auto 0;width:40px}.registration60-extra-companions h3,.registration60-form-group label,.registration60-pricing-options h3{color:#333;font-weight:600}.registration60-requirement{color:#666;font-style:italic;margin-bottom:1rem;text-align:left}.registration60-form-group{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.8rem;margin-top:.8rem}.registration60-form-group input,.registration60-form-group select{border:1px solid #ccc;border-radius:4px;font-size:1rem;padding:.6rem .8rem}.registration60-horizontal-options{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.registration60-horizontal-options label{align-items:center;display:flex;gap:.5rem;margin-right:20px}.registration60-extra-companions,.registration60-pricing-options{display:flex;flex-direction:column;gap:.5rem}.registration60-extra-companions h3,.registration60-hotel-nights h3,.registration60-pricing-options h3{color:#222;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.registration60-extra-companions label,.registration60-pricing-options label{align-items:center;display:flex;gap:.5rem}.registration60-hotel-grid{display:flex;flex-wrap:wrap;gap:3rem;justify-content:flex-start;margin-bottom:.5rem}.registration60-hotel-grid div{display:flex;flex-direction:column;gap:.5rem}.registration60-hotel-nights{border-top:1px solid #ddd;margin-bottom:1rem}.registration60-nights-options{display:flex;gap:.5rem;margin-top:.5rem}.registration60-additional-info{background-color:#f9f9f9;border-radius:6px;color:#444;font-size:.95rem;margin-top:1rem;padding-bottom:1rem;padding-top:1rem}.registration60-submit-button{background-color:#b00000;border:none;border-radius:6px;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:600;margin-left:auto;margin-right:auto;margin-top:30px;padding:12px 28px;transition:background-color .3s ease,transform .2s ease;width:100%}.registration60-submit-button:hover{background-color:#8b0000;transform:translateY(-1px)}.registration60-submit-button:active{background-color:#750000;transform:translateY(0)}.registration60-section-subtitle{color:#222;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}@media (max-width:1024px){.registration60-form{max-width:95%;padding:30px}}@media (max-width:600px){.registration60-horizontal-options{flex-direction:column;gap:.6rem}.registration60-hotel-grid{flex-direction:column;gap:1rem}.registration60-wrapper{padding:0 10px}.registration60-form{border:none;border-radius:0;box-shadow:none;padding:0}.registration60-submit-button{font-size:15px;padding:12px 20px}}.registration60-note{align-items:center;background:#fff7e6;border:1px solid #ffd08a;border-left:4px solid #f0a500;border-radius:6px;color:#7a4e00;display:flex;font-size:.975rem;gap:10px;margin:12px 0 18px;padding:10px 12px}.registration60-note-icon{font-size:1.1rem;line-height:1}.gallery-page{margin:0 auto;max-width:1200px;padding:20px}.gallery-page h1{color:#444;font-size:2.5em;margin-bottom:10px;text-align:center}.gallery-page p{color:#666;font-size:1.2em;margin-bottom:20px;text-align:center}.image-gallery{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:20px}.gallery-image{border-radius:8px;cursor:pointer;height:auto;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;width:100%}.gallery-image:hover{box-shadow:0 4px 8px #0003;transform:scale(1.05)}.image-modal{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.enlarged-image{border-radius:8px;box-shadow:0 4px 8px #0003;max-height:80vh;max-width:90%}.close-modal{font-size:24px;right:20px;top:20px}.close-modal,.modal-next,.modal-prev{background:#0000;border:none;color:#fff;cursor:pointer;position:absolute}.modal-next,.modal-prev{font-size:48px;top:50%;transform:translateY(-50%)}.modal-prev{left:20px}.modal-next{right:20px}@media (max-width:1300px){.gallery-page h1{font-size:2em;margin-top:70px}}@media (max-width:1200px){.gallery-page h1{font-size:2em;margin-top:70px}}@media (max-width:768px){.gallery-page h1{font-size:1.5em}.image-gallery{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.enlarged-image{max-height:70vh;max-width:80%}.close-modal{font-size:20px;right:15px;top:15px}.modal-next,.modal-prev{font-size:36px}}@media (max-width:480px){.gallery-page h1{font-size:1.2em}.gallery-image{border-radius:5px}.enlarged-image{max-height:60vh;max-width:70%}.close-modal{font-size:18px;right:10px;top:10px}.modal-next,.modal-prev{font-size:24px}}.satisfaction-content{margin:auto;max-width:1220px;padding:20px}.survey-question-container{margin-top:20px;padding:15px}.required-fields-text{color:#333;font-size:1em;margin:10px auto;max-width:100%;padding:0 10px;text-align:center}.required-asterisk{margin:0 5px}.survey-options label{color:#555;display:block;font-size:1em;margin:5px 0}.survey-options input[type=radio]{margin-right:10px}.additional-feedback{margin-top:20px}.additional-feedback p{color:#333;font-weight:700;margin-bottom:8px}.feedback-textarea{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;font-size:1em;height:100px;padding:10px;resize:vertical;width:100%}@media (max-width:768px){.main-article-image-Survey{height:200px;margin-top:20px}}.news-page-title-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:70px}.article-title{display:block;font-size:2.5em;font-weight:700;letter-spacing:2px;margin:0 auto 30px;max-width:100%;text-transform:uppercase}.article-title,.info-text{color:#333;text-align:center}.info-text{font-size:1em;margin:10px auto}.required-asterisk{color:red;font-weight:700;margin-right:5px}.survey-question{color:#333;font-size:1.2em;font-weight:700;margin-bottom:10px}.survey-title{color:#333;font-size:2.5em;font-weight:700;margin-bottom:30px;text-align:center}.main-article-image-Survey{height:400px;margin-bottom:20px;object-fit:cover;width:100%}@media (max-width:768px){.main-article-image-Survey{height:200px}.article-title,.survey-title{font-size:1.5rem}}.surveys-container{margin:0 auto;max-width:1200px;padding:40px 20px;text-align:center}.surveys-title{color:#333;font-size:2.5em;margin-bottom:30px}.surveys-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.survey-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;padding:20px;transition:transform .2s ease,box-shadow .2s ease;width:260px}.survey-card:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-5px)}.survey-link{color:#3a4839;display:block;font-size:1.2em;font-weight:700;padding:10px 0;text-decoration:none;transition:color .2s ease}.survey-link:hover{color:#3a483996;text-decoration:underline}.loading-container{align-items:center;background:#3a4839;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.loading-logo{animation:spin 2s linear infinite;width:150px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.0bc3cc74.css.map*/