@charset "UTF-8";
body{font-feature-settings: "palt" 1;}
.intro{text-align: center;}
.headline{display: block; margin-bottom: 1.5em; font-size: 3.0em; text-align: center;}
.headline em{display: inline-block;padding: 0.25em 0.5em; color: #ffffff; background-color: #e81b24; font-weight: 900; line-height: 1.0;}
.overview{margin-bottom: 1.5em; padding: 1.5em; border: 2px solid #000000;}
.overview strong{display: block; width: 14em; margin: -2.5em auto 1.0em; padding: 0.75em 1.5em; color: #000000; background-color: #ffffff; border: 2px solid #000000; font-size: 1.25em; text-align: center; line-height: 1.0;}
.entry{margin-bottom: 1.0em;  text-align: center;}
.entry a{display: inline-block; padding: 1.0em 3.0em; color: #ffffff; background: #740D12; background: linear-gradient(-45deg, rgba(116, 13, 18, 1) 0%, rgba(232, 27, 36, 1) 50%, rgba(116, 13, 18, 1) 100%); border-radius: 5.0em; font-size: 2.0em; font-weight: 700; line-height: 1.0;}
.entry a:hover{background: linear-gradient(-45deg, rgba(116, 13, 18, 1) 0%, rgba(116, 13, 18, 1) 50%, rgba(116, 13, 18, 1) 100%);}
.candidate{margin-top: 2.0em; padding: 3.0rem 0; color: #ffffff; background-color: #e81b24; text-align: center;}
.candidate h1 em{display: inline-block; border-bottom: 2px solid #ffffff;}
.candidate dl dt{display: inline-block; margin: 1.0em 0; padding: 0.25em 2.0em; color: #e81b24; background-color: #ffffff; border-radius: 5.0em; font-size: 1.5em; font-weight: 700; line-height: 1.0;}
.candidate dl dd:not(:last-child){padding-bottom: 2.0em; border-bottom: 1px solid #ffffff;}
.candidate dl dd div a{display: inline-block; margin-top: 0.75em;padding: 0.25em 1.5em; color: #ffffff; border: 1px solid #ffffff; border-radius: 5px; font-size: 0.85em;}
.candidate dl dd div a:hover{color: #e81b24; background-color: #ffffff;}
.candidate dl dd div a:after{display: inherit; content: "\f167"; margin-left: 0.25em; font-family: 'Font Awesome 6 Brands'}
.candidate dl dd b{display: block; margin-top: 0.25em; font-size: 1.25em;}
.candidate dl dd p{margin: 0; font-size: 0.75em;}
.fadein{opacity: 0; transform: translateY(20px); transition: all 1.5s;}

@media screen and (max-width:834px){
.headline{font-size: 4.5vw}
.overview{margin-top: 2.5em;}
.overview strong{font-size: 4.0vw}
.unit-5-lg > .col:nth-of-type(n+3){margin-top: 5.66%;}
}

@media screen and (min-width:835px){
}

@media screen and (min-width:1460px){
}