.sponsorContent{flex-flow:wrap;justify-content:center;width:100%;display:flex}.sponsorCard{transition:background-color flex var(--transition-length) linear;-webkit-transition:var(--transition-length);border-radius:10px;margin-bottom:2vh;display:flex}.tierOne{flex-direction:column;flex-basis:13%;padding-right:2vw}.tierTwo{flex-direction:column;flex-basis:25%}.tierThree{flex-direction:row;flex-basis:50%}.tierFour{flex-direction:row;flex-basis:100%}.sponsorImgTierOne,.sponsorImgTierTwo{flex-basis:100%;justify-content:center;display:flex}.sponsorImgTierTwo img{align-self:start;width:auto;max-height:5cqw;margin-left:5%}.sponsorImgTierThree,.sponsorImgTierFour{flex-basis:50%;justify-content:center;display:flex}.sponsorTxtTierOne{text-align:center;flex-basis:100%}.sponsorTxtTierOne h2{font-size:medium}.sponsorTxtTierTwo{text-align:center;flex-direction:column;flex-basis:100%;align-items:center;display:flex}.sponsorTxtTierThree,.sponsorTxtTierFour{flex-basis:50%}.bar{color:var(--light-txt-secondary);background-color:var(--light-txt-secondary);border-width:0;width:80%;height:2px;margin:auto 0}body.dark .bar{color:var(--dark-txt-primary);background-color:var(--dark-accent)}@media screen and (width<=768px){.sponsorCard{flex-direction:column}}@media screen and (width<=600px){.tierFour,.tierThree{flex-basis:100%}.tierTwo{flex-basis:50%}.tierOne{flex-basis:30%}.sponsorImgTierThree{justify-content:start;display:flex}.sponsorImgTierThree img{width:40cqw;height:fit-content;margin-left:2%}.sponsorImgTierTwo img{width:20cqw;height:fit-content;max-height:none}.sponsorTxtTierOne h2{font-size:small}}
