 @media only screen and (min-width: 0rem) {#legal-wrapper {padding: var(--sectionPadding);position: relative;z-index: 1;}#legal-wrapper a {color: var(--purple);text-decoration: none;font-style: italic;font-weight: 700;}#legal-wrapper .cs-container {width: 100%;max-width: 75rem;margin: auto;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: clamp(3rem, 10vw, 8rem);position: relative;}#legal-wrapper .cs-content {text-align: left;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}#legal-wrapper .cs-title {max-width: 23ch;margin: 0 0 0.5rem 0;}#legal-wrapper .cs-text {text-align: left;width: 100%;margin: 0.5rem 0 2rem;}#legal-wrapper .cs-small {font-style: italic;}#legal-wrapper .cs-topper {color: var(--lightPurple);}}@media only screen and (min-width: 48rem) {#contact-1700 {padding-top: 6.25rem;}#contact-1700 .cs-container {max-width: 80rem;flex-direction: row;justify-content: space-between;}}@media only screen and (min-width: 0rem) {body.dark-mode #contact-1700 .cs-title, body.dark-mode #contact-1700 .cs-job, body.dark-mode #contact-1700 .cs-label, body.dark-mode #contact-1700 .cs-text {color: var(--bodyTextColorWhite);}body.dark-mode #contact-1700 .cs-background::before {background-color: var(--medium);}body.dark-mode #contact-1700 .cs-input {color: #fff;background-color: rgba(255, 255, 255, 0.1);}body.dark-mode #contact-1700 .cs-input::placeholder {color: #fff;opacity: 0.8;}}