.header{height:70px;background-color:#fff;padding:0 2rem;display:flex;align-items:center;justify-content:center;z-index:999;position:fixed;top:0;width:100%}.header.menuOpen{background-color:var(--primary)}.header .menu{width:100%;max-width:1640px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.header .menu .left .logo{height:50px;display:flex;align-items:center}.header .menu .right{display:flex;align-items:center;flex-direction:row;justify-content:center}.header .menu .right ul{list-style:none}.header .menu .right ul li{display:inline;padding-left:1.5em;font-size:.8em;font-weight:500;text-transform:uppercase}.header .menu .right .sm{padding-left:2rem;gap:1rem;display:flex}.header .menu .right .sm img{width:16px;height:16px}.header .menuMobile{width:100%;display:flex;flex-direction:column}.header .menuMobile .mobileHeader{display:flex;justify-content:space-between;align-items:center;width:100%;z-index:1000;position:relative}.header .menuMobile .mobileHeader .logo{display:flex;justify-content:center;align-items:center;height:40px;padding-left:10px;padding-top:10px}.header .menuMobile .mobileHeader .hamburger{background:none;border:none;font-size:48px;cursor:pointer;color:var(--primary);line-height:0;letter-spacing:0}.header .menuMobile .mobileHeader .hamburger.open{color:#fff}.header .menuMobile .mobileMenuContent{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--primary);flex-direction:column;align-items:flex-end;padding:90px 20px 20px;z-index:999}.header .menuMobile .mobileMenuContent.open{display:flex}.header .menuMobile .mobileMenuContent ul{list-style:none;text-align:right}.header .menuMobile .mobileMenuContent ul li{margin-bottom:15px}.header .menuMobile .mobileMenuContent ul li a{color:#fff;text-transform:uppercase;text-decoration:none;font-size:1.5rem}.header .menuMobile .mobileMenuContent .socialIcons{display:flex;gap:15px;margin-top:20px}.header .menuMobile .mobileMenuContent .socialIcons img{width:50px;height:50px}@media(max-width:1200px){.header .menu{padding:0 1.5rem}.header .right ul li{font-size:.7em}}@media(max-width:992px){.header .menu{gap:1rem}.header .menu,.header .right{flex-direction:column}.header .right ul{text-align:center}}@media(max-width:768px){.header .menu{padding:0 1rem}.header .right,.header .right .sm{gap:.5rem}.header .right .sm img{width:14px;height:14px}.header .right ul li{font-size:.65em}}@media(max-width:576px){.header{height:auto;padding:.5rem}.header .menu{gap:.5rem}.header .menu .left .logo{height:40px}.header .menu .right ul li{font-size:.6em;padding-left:.5em}.header .menu .right .sm{padding-left:1rem}.header .menu .right .sm img{height:12px;width:12px}}.notice{margin-top:70px;background-color:#cb0606;color:#fff;text-align:center;padding:5px}.notice .title{text-transform:uppercase;font-size:x-large;font-weight:bolder}.info{background-color:var(--third);display:flex;align-items:center;justify-content:center;color:var(--white);padding:1rem 2rem}.info .menu{width:100%;max-width:1640px;display:flex;flex-direction:row;justify-content:space-between}.info .menu .left{display:flex;line-height:20px}.info .menu .left .info-text{width:600px;font-size:9pt;line-height:1rem}.info .menu .left .info-text p{background-color:#e91639;font-size:x-large;width:70%;line-height:2.5rem}.info .menu .left .info-text .badge{background-color:#e91639;font-size:small;width:max-content;line-height:1.5rem;padding:0 1rem}.info .menu .right{gap:.5rem;line-break:auto}.info .menu .right,.info .menu .right .logos{display:flex;align-items:center;flex-direction:row;justify-content:flex-end}.info .menu .right .logos .logoCCA{width:30%;padding-right:1rem}.info .menu .right .logos .logoCYCCA{width:30%}@media(max-width:1200px){.info .menu{padding:0 1.5rem}.info .menu .left .info-text{width:400px;font-size:7pt}}@media(max-width:992px){.info{height:auto;padding:1rem}.info .menu{flex-direction:row;gap:1rem}.info .menu .left{flex-direction:column;align-items:flex-start;text-align:left}.info .menu .left .info-text{width:100%;font-size:7pt}.info .menu .right{justify-content:center}.info .menu .right .logos .logoCCA,.info .menu .right .logos .logoCYCCA{width:50%}.info .menu .right .sm{justify-content:center}}@media(max-width:768px){.info .menu{gap:.5rem;flex-direction:row}.info .menu .left .info-text{font-size:6.5pt;line-height:1.2rem}.info .menu .left .info-text .badge{background-color:#e91639;font-size:10pt;width:max-content}.info .menu .left .logos{display:flex;flex-direction:row;align-items:center;justify-content:center}.info .menu .left .logos .logoCCA,.info .menu .left .logos .logoCYCCA{padding:2rem 0;height:10%;width:40%}.info .menu .right .sm img{width:18px;height:18px}.info .menu .right .logos{justify-content:center;padding:2rem 0}}@media(max-width:576px){.info{height:auto;padding:.5rem}.info .menu{gap:.5rem}.info .menu .left{justify-content:center}.info .menu .left .info-text{font-size:6pt;line-height:6pt}.info .menu .right .sm img{width:16px;height:16px}.info .menu .right .logos{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.info .menu .right .logos .logoCCA{width:50%;padding-right:1rem}.info .menu .right .logos .logoCYCCA{width:50%}}.footer{background-color:var(--primary);color:#fff;padding:0 2rem;height:50px;justify-content:center;font-weight:300;font-size:.5rem}.footer,.footer .opt{display:flex;align-items:center}.footer .opt{width:100%;max-width:1640px;flex-direction:row;justify-content:space-between;line-height:0}.footer .opt .left{text-transform:uppercase}.footer .opt .right .sm{gap:.5rem;display:flex;flex-direction:row;align-items:center}.footer .opt .right .sm img{width:20px;height:20px}@media(max-width:1200px){.footer .opt{padding:0 1.5rem}}@media(max-width:992px){.footer .opt{flex-direction:column;gap:.5rem;justify-content:center;align-items:center;line-height:1.2;text-align:center}}@media(max-width:768px){.footer{height:auto;padding:1rem}.footer .opt{font-size:8px;gap:.25rem}}@media(max-width:576px){.footer{padding:.5rem}.footer .opt{font-size:10px;flex-direction:column;gap:.5rem;text-align:left;align-items:flex-start}}