 @media only screen and (min-width: 0rem) {#about {z-index: 1;padding: var(--sectionPadding);position: relative;}#about .cs-container {display: flex;flex-direction: column;justify-content: center;align-items: center;margin: auto;max-width: 80rem;width: 100%;row-gap: 2.5rem;}#about .cs-left {position: relative;height: 39.75em;width: 39.4375em;font-size: min(2.31vw, 0.7em);}#about .cs-picture {position: absolute;display: block;overflow: hidden;top: 0;left: 0;height: 100%;width: 100%;z-index: -1;}#about .cs-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}#about .cs-right {margin: auto;max-width: 33.875rem;}#about .cs-topper {margin-bottom: 0.25rem;text-align: left;}#about .cs-title {max-width: 50rem;text-align: left;color: var(--bodyTextColorWhite);}#about .cs-text {margin-bottom: 1rem;color: var(--bodyTextColorWhite);max-width: 46.875rem;text-align: left;}#about .cs-text:last-of-type {margin-bottom: 2rem;}#about .cs-flex-group {position: relative;border-radius: 1rem;background-color: #f7f7f7;padding: clamp(1rem, 3vw, 2rem);}#about .cs-flex-p {margin: 0 0 1rem;font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;color: #353535;}#about .cs-name {display: block;margin: 0 0 0.25rem;text-transform: uppercase;font-size: 1rem;line-height: 1.2em;font-weight: bold;color: var(--headerColor);}#about .cs-job {display: block;font-size: 0.875rem;line-height: 1.5em;color: #353535;}#about .cs-quote-icon {position: absolute;bottom: 0rem;right: clamp(1rem, 4vw, 2rem);height: auto;width: clamp(3.75rem, 10vw, 8.5rem);}#about .cs-button-solid {margin-top: 2rem;}}@media only screen and (min-width: 64rem) {#about .cs-container {flex-flow: row;justify-content: space-between;gap: 3.25rem;}#about .cs-left {font-size: min(1.2vw, 1em);flex: none;}#about .cs-right {margin: 0;}}@media only screen and (min-width: 0rem) {body.dark-mode #about .cs-left:before, body.dark-mode #about .cs-left:after {background: var(--accent);}body.dark-mode #about .cs-picture2 {border: clamp(0.375em, 1.5vw, 0.75em) solid var(--dark);background-color: var(--dark);}body.dark-mode #about .cs-topper {color: var(--primaryLight);}body.dark-mode #about .cs-title, body.dark-mode #about .cs-text, body.dark-mode #about .cs-h3, body.dark-mode #about .cs-flex-p, body.dark-mode #about .cs-name {color: var(--bodyTextColorWhite);}body.dark-mode #about .cs-flex-group {background-color: var(--accent);}body.dark-mode #about .cs-job {opacity: 0.8;color: var(--bodyTextColorWhite);}body.dark-mode #about .cs-quote-icon {opacity: 0.2;}}#premios {z-index: 1;position: relative;}#premios .cs-title {color: var(--bodyTextColorWhite);width: 100%;max-width: 80rem;align-self: center;text-align: center;left: 50%;font-weight: 400;font-size: 1.25rem;transform: translateX(-50%);}.marquee-wrapper {overflow: hidden;width: 100%;}.marquee-track {display: flex;width: max-content;animation: marquee-left 45s linear infinite;will-change: transform;}.marquee-track.reverse {animation-name: marquee-right;}.flex {display: flex;align-items: center;flex-wrap: nowrap;margin: 0;padding: 0;list-style: none;}.flex li {flex: 0 0 auto;margin-right: 120px;}.flex li img {width: 100%;object-fit: contain;height: 50px;opacity: 0.8;filter: brightness(1000%);}@keyframes marquee-left {from {transform: translate3d(0, 0, 0);}to {transform: translate3d(-50%, 0, 0);}}@keyframes marquee-right {from {transform: translate3d(-50%, 0, 0);}to {transform: translate3d(0, 0, 0);}}