*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}button,input,select,textarea{appearance:none;border:none;background:0 0;outline:none}:root{font-family:arial,sans-serif,system-ui;--card-border-radius:0.5rem}:root section{margin-bottom:1rem}body{width:100%;height:100%;display:block;overflow-x:hidden;color-scheme:light dark;background-color:var(--color-body-background);color:var(--color-text);line-height:1.6}header,main,footer{width:100%}h1{font-size:2rem;font-weight:700}h2{font-size:1.5rem;font-weight:600;margin:1.5rem 0 .5rem}h3{font-size:1.25rem;font-weight:500}a{color:inherit;text-decoration:underline}p{font-size:1rem;font-weight:400;margin-bottom:.5rem}ul,ol{margin-left:1.5rem;padding-bottom:.5rem;font-size:1rem}ul li,ol li{margin-bottom:.25rem}section.content p{padding-bottom:.5rem}section.content ul{list-style:none;padding-bottom:.5rem}section.content ul li::before{content:"- "}.frame{margin:0 1rem;max-width:calc(100% - 2.5rem)}@media screen and (min-width:600px){.frame{margin-left:1rem;margin-right:1rem;max-width:calc(100% - 2rem)}}@media screen and (min-width:905px){.frame{margin-left:auto;margin-right:auto;width:840px}}@media screen and (min-width:1240px){.frame{margin-left:12.5rem;margin-right:12.5rem;max-width:calc(100% - 2rem)}}@media screen and (min-width:1440px){.frame{margin-left:auto;margin-right:auto;width:1040px}}.primary-btn{min-width:175px;text-align:center;padding:12px;font-size:1.5rem;font-weight:500;border-radius:var(--card-border-radius);display:inline-block}.primary-btn:hover,.primary-btn:focus{cursor:pointer}.primary-btn{background:var(--color-primary-btn-bg);color:var(--color-primary-btn-text)}.primary-btn:hover,.primary-btn:focus{background:var(--color-primary-btn-bg-hover)}@media screen and (max-width:600px){.primary-btn{width:100%}}.secondary-btn{border-color:var(--color-secondary-btn-bg);border-width:2px;border-style:solid;color:var(--color-secondary-btn-text)}.secondary-btn:hover,.secondary-btn:focus{border-color:var(--color-secondary-btn-bg-hover);color:var(--color-secondary-btn-bg-hover)}@media screen and (max-width:600px){.secondary-btn{width:100%;text-align:center}}:root{--color-body-background:var(--light-color-body-background);--color-secondary-background:var(--light-color-secondary-background);--color-text:var(--light-color-text);--color-header-background:var(--light-color-header-background);--color-footer-background:var(--light-color-footer-background);--color-primary-btn-bg:var(--color-primary);--color-primary-btn-bg-hover:var(--color-secondary);--color-primary-btn-text:var(--color-white);--color-secondary-btn-bg:var(--color-primary);--color-secondary-btn-bg-hover:var(--color-secondary);--color-secondary-btn-text:var(--color-primary);--color-primary:#AF2B1E;--color-secondary:#E85D04;--color-white:#FFFFFF;--color-black:#000000;--light-color-body-background:var(--color-white);--light-color-secondary-background:#FAFAFA;--light-color-header-background:var(--light-color-secondary-background);--light-color-footer-background:var(--light-color-secondary-background);--light-color-text:var(--color-black);--dark-color-body-background:#343434;--dark-color-secondary-background:#252525;--dark-color-header-background:var(--dark-color-secondary-background);--dark-color-footer-background:var(--dark-color-secondary-background);--dark-color-text:var(--color-white)}@media(prefers-color-scheme:dark){:root{--color-body-background:var(--dark-color-body-background);--color-secondary-background:var(--dark-color-secondary-background);--color-text:var(--dark-color-text);--color-header-background:var(--dark-color-header-background);--color-footer-background:var(--dark-color-footer-background)}}@media(prefers-color-scheme:dark){:root{--color-primary:#E85D04;--color-secondary:#AF2B1E}}header{background-color:var(--color-header-background);box-shadow:0 4px 4px rgba(0,0,0,5%)}header .container{margin-bottom:.75rem;display:grid;grid-template-columns:1fr auto;align-items:center}@media(max-width:250px){header .container{grid-template-columns:1fr}}header .title{font-size:1.2rem;font-weight:600;text-decoration:none;padding:.5rem .5rem .5rem 0;width:fit-content;color:var(--color-text)}@media screen and (min-width:600px){header .title{font-size:1.3rem}}header .title:hover{color:var(--color-primary)}header .headerLogo{margin:0 0 0 auto;height:4rem;width:auto;padding:.5rem}#hero .hero-image{width:calc(100% + 2rem + (100vw - 100%));margin-left:-1rem;height:300px;object-fit:cover;object-position:70% 50%;display:block;padding:0}@media screen and (min-width:600px){#hero .hero-image{width:100%;margin-left:0;border-radius:var(--card-border-radius);box-shadow:0 4px 4px rgba(0,0,0,.1);height:auto}}#hero .hero-title{font-size:2.5rem;font-weight:700}@media screen and (min-width:600px){#hero .hero-title{font-size:3rem;font-weight:700}}#hero .hero-title-highlight{color:var(--color-primary)}#hero .hero-sub-title{font-size:1.1rem}#hero .hero-content{padding:.5rem 0;text-align:center;letter-spacing:-.5%}#hero .hero-content h1{font-size:2rem;font-weight:700;text-decoration:none;margin-bottom:.75rem}#hero .hero-content p{font-size:1rem;text-decoration:none;margin-bottom:0}#social-media a{text-decoration:none;color:inherit}#social-media .socials-row{margin-top:1rem;display:flex;flex-direction:row;gap:1rem}#social-media .social-media-card{padding:.5rem;display:flex;flex-wrap:wrap;background-color:var(--color-secondary-background);border-radius:var(--card-border-radius);box-shadow:0 0 4px rgba(0,0,0,.15)}#social-media .social-media-card:hover{box-shadow:none}#social-media .social-media-card img{width:3rem;margin:0 auto;display:block}#single time{display:block;margin:1rem 0}footer{background-color:var(--color-footer-background);color:inherit}footer nav{padding:1rem}footer h2{font-size:1rem;margin-top:0}footer>div{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}footer ul{list-style:none}footer li>a{display:block;padding:.5rem;text-decoration:underline}