 @media only screen and (min-width: 0em) {#hero {font-family: "Roboto", "Arial", sans-serif;text-align: center;padding: 0 1rem;padding-bottom: 6.25rem;position: relative;z-index: 1;overflow: hidden;}#hero .cs-picture {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: -2;}#hero .cs-picture:before {content: "";width: 100%;height: 100%;background: #000;opacity: 0.7;display: block;position: absolute;top: 0;left: 0;z-index: 1;pointer-events: none;}#hero .cs-picture img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}#hero .cs-container {width: 100%;max-width: 80em;margin: auto;padding: clamp(9em, 25.95vw, 17.5em) 0;position: relative;}#hero .cs-container:before {content: "";width: 1px;height: 100%;background: -moz-linear-gradient(top, rgba(250, 251, 252, 0.5) 0%, rgba(250, 251, 252, 0) 100%);background: -webkit-linear-gradient(top, rgba(250, 251, 252, 0.5) 0%, rgba(250, 251, 252, 0) 100%);opacity: 1;display: block;position: absolute;top: 0;left: 0;}#hero .cs-flex-group {width: 80vw;max-width: clamp(29em, 60vw, 35.125em);margin: auto;box-sizing: border-box;display: flex;justify-content: center;align-items: flex-start;flex-wrap: wrap;}#hero .cs-topper {text-align: center;margin-bottom: 1rem;color: var(--primary);}#hero .cs-title {text-align: center;width: 100%;color: var(--bodyTextColorWhite);}#hero .cs-text {text-align: center;margin: 0 auto clamp(2rem, 4vw, 2.5rem) 0;margin-bottom: clamp(2.5rem, 4vw, 3rem);color: var(--bodyTextColorWhite);}#hero .cs-button-solid {line-height: clamp(2.875em, 5.5vw, 3.5em);height: initial;margin-bottom: 1rem;}#hero .cs-button-transparent {font-size: 1rem;font-weight: 700;line-height: clamp(2.875em, 5.5vw, 3.5em);text-decoration: none;width: 11.25rem;height: clamp(2.875em, 5.5vw, 3.5em);margin: 0 0.5rem;box-sizing: border-box;padding: 0;color: #fff;background-color: transparent;border: 1px solid var(--bodyTextColorWhite);display: inline-flex;justify-content: center;align-items: center;position: relative;z-index: 1;}#hero .cs-button-transparent:before {content: "";background: #000;opacity: 1;display: block;position: absolute;top: -1px;right: -1px;bottom: -1px;left: -1px;z-index: -1;transform: scaleX(0);transition: transform 0.3s;transform-origin: left;}#hero .cs-button-transparent:hover:before {transform: scaleX(1);}#hero .cs-button-transparent .cs-img {margin-right: 0.75rem;display: block;}}@media only screen and (min-width: 48em) {#hero {padding: 0 clamp(2em, 5vw, 2.5em);}#hero .cs-container {padding: clamp(7em, 27.95vw, 17.5em) 0 clamp(5em, 15.95vw, 10.5em) 0;}#hero .cs-container:after {content: "";width: 1px;height: 100%;background: -moz-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, 0.5) 100%);background: -webkit-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, 0.5) 100%);opacity: 1;display: block;position: absolute;top: 0;right: 0;}#hero .cs-button-solid {margin-right: 1.25rem;margin-bottom: 0;}}@media only screen and (min-width: 0em) {body.dark-mode #hero .cs-background:before {opacity: 0.8;}}@media only screen and (min-width: 0rem) {#contact-1105 {padding: var(--sectionPadding);position: relative;z-index: 1;}#contact-1105 .cs-container {width: 100%;max-width: 36.5rem;margin: auto;display: flex;justify-content: center;align-items: stretch;flex-direction: column;gap: clamp(3rem, 6vw, 5rem);}#contact-1105 .cs-content {text-align: left;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}#contact-1105 .cs-title {margin: 0 0 2rem 0;}#contact-1105 .cs-form {width: 100%;padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1.25rem, 5.18vw, 2rem);box-sizing: border-box;background-color: #f7f8f8;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;gap: 0.75rem;}#contact-1105 .cs-label {font-size: clamp(0.875rem, 1.5vw, 1rem);width: 100%;color: var(--headerColor);display: flex;flex-direction: column;justify-content: center;align-items: flex-start;gap: 0.25rem;}#contact-1105 .cs-input {font-size: 1rem;width: 100%;height: 3.5rem;padding: 0;padding-left: 1.5rem;color: var(--headerColor);background-color: #fff;border: none;box-sizing: border-box;}#contact-1105 .cs-input::placeholder {color: #7d799c;opacity: 0.6;}#contact-1105 .cs-textarea {min-height: 7.5rem;padding-top: 1.5rem;margin-bottom: 0.75rem;font-family: inherit;}#contact-1105 .cs-button-solid {font-size: 1rem;line-height: clamp(2.875em, 5.5vw, 3.5em);text-decoration: none;font-weight: 700;text-align: center;margin: 0;color: #fff;border: none;min-width: 9.375rem;padding: 0 1.5rem;background-color: var(--primary);display: inline-block;position: relative;z-index: 1;box-sizing: border-box;transition: color 0.3s;}#contact-1105 .cs-button-solid:before {content: "";position: absolute;height: 100%;width: 0%;background: #000;opacity: 1;top: 0;left: 0;z-index: -1;transition: width 0.3s;}#contact-1105 .cs-button-solid:hover {color: #fff;}#contact-1105 .cs-button-solid:hover:before {width: 100%;}#contact-1105 .cs-submit {min-width: 17.6875rem;border-radius: 0;}#contact-1105 .cs-submit:hover {cursor: pointer;}#contact-1105 .cs-ul {width: auto;margin-bottom: clamp(2.5rem, 9vw, 5.75rem);margin-right: clamp(2rem, 9vw, 5rem);padding: clamp(2.5rem, 9.18vw, 6.25rem) clamp(1rem, 9.18vw, 5rem);box-sizing: border-box;background-color: #f7f7f7;display: flex;flex-direction: column;align-items: flex-start;gap: clamp(1.5rem, 6vw, 3.75rem);position: relative;}#contact-1105 .cs-ul:before {content: "";height: 100%;width: 100%;background: url("https://csimg.nyc3.cdn.digitaloceanspaces.com/Icons/stripes-contact.svg");background-size: cover;background-position: center;background-repeat: no-repeat;opacity: 1;display: block;position: absolute;top: clamp(2.5rem, 9vw, 5.75rem);left: clamp(2rem, 9vw, 5rem);z-index: -1;}#contact-1105 .cs-li {list-style: none;display: flex;justify-content: flex-start;align-items: flex-start;gap: clamp(0.75rem, 2vw, 1.25rem);}#contact-1105 .cs-li:hover .cs-icon-wrapper {transform: scale(1.1);}#contact-1105 .cs-header {font-size: clamp(1.25rem, 2.5vw, 1.5625rem);font-weight: 700;line-height: 1.2em;margin-bottom: 0.5rem;color: var(--headerColor);display: block;}#contact-1105 .cs-link {font-size: clamp(0.875rem, 2vw, 1rem);line-height: 1.5em;text-decoration: none;color: #767676;display: block;position: relative;}#contact-1105 .cs-link:hover {text-decoration: underline;}#contact-1105 .cs-icon-wrapper {width: clamp(2.75rem, 8.3vw, 5rem);height: clamp(2.75rem, 8.3vw, 5rem);margin: 0;border-radius: 50%;border: 1px solid #bababa;display: flex;justify-content: center;align-items: center;flex: none;transition: transform 0.3s;}#contact-1105 .cs-icon {width: clamp(1.25rem, 3vw, 2.5rem);height: auto;display: block;}#contact-1105 .cs-picture {width: 100%;border-radius: 0.5rem;overflow: hidden;display: block;position: relative;aspect-ratio: 288/200;}#contact-1105 .cs-img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}}@media only screen and (min-width: 64rem) {#contact-1105 .cs-container {max-width: 80rem;flex-direction: row;justify-content: flex-start;align-items: flex-start;}#contact-1105 .cs-content {max-width: 33.875rem;order: 2;}#contact-1105 .cs-ul {max-width: 32.0625rem;}}@media only screen and (min-width: 0rem) {body.dark-mode #contact-1105 .cs-title, body.dark-mode #contact-1105 .cs-text, body.dark-mode #contact-1105 .cs-header, body.dark-mode #contact-1105 .cs-link {color: var(--bodyTextColorWhite);}body.dark-mode #contact-1105 .cs-link {opacity: 0.8;}body.dark-mode #contact-1105 .cs-form {background-color: var(--medium);}body.dark-mode #contact-1105 .cs-label {color: var(--bodyTextColorWhite);}body.dark-mode #contact-1105 .cs-input {background-color: rgba(255, 255, 255, 0.1);color: var(--bodyTextColorWhite);}body.dark-mode #contact-1105 .cs-input::placeholder {color: #fff;opacity: 0.5;}body.dark-mode #contact-1105 .cs-ul {background-color: var(--medium);}body.dark-mode #contact-1105 .cs-ul:before {opacity: 0.3;}}.cs-social-contact {display: flex;flex-direction: row;justify-content: center;align-items: center;gap: 0.5rem;margin-top: 1rem;}.cs-social-contact-link {text-decoration: none;width: 45px;height: 45px;display: flex;justify-content: center;align-items: center;transition: transform 0.3s ease, background-color 0.3s ease;}.cs-social-contact-link:hover {transform: scale(1.1);background-color: initial;}.cs-social-contact-icon {width: 45px;height: 45px;opacity: 0.6;display: block;transition: opacity 0.3s;}