@media only screen and (min-width: 0rem) {#cs-modal {padding: var(--sectionPadding);box-sizing: border-box;width: 100%;height: 100%;opacity: 0;background-color: rgba(0, 0, 0, 0.8);display: flex;justify-content: center;align-items: center;position: fixed;top: 0;left: 0;transition: opacity 0.3s, visibility 0.3s;transition-delay: 0.3s;}#cs-modal.cs-loaded {opacity: 1;visibility: visible;}#cs-modal.cs-loaded .cs-wrapper {opacity: 1;transform: translateY(0);}#cs-modal.cs-closed {opacity: 0;visibility: hidden;z-index: -1000;}#cs-modal .cs-wrapper {width: 100%;max-width: 25rem;background-color: #fff;opacity: 0;display: flex;flex-direction: column;position: relative;z-index: 1;transform: translateY(12.25rem);transition: transform 0.7s, opacity 0.3s;transition-delay: 0.5s;}#cs-modal .cs-content {text-align: center;padding: clamp(0.5rem, 4vw, -0.25rem) clamp(1.5rem, 3vw, 2.5rem);box-sizing: border-box;display: flex;flex-direction: column;align-items: center;justify-content: center;}#cs-modal .cs-close {width: 2.5rem;height: 2.5rem;border: 1px solid transparent;display: flex;justify-content: center;align-items: center;position: absolute;top: 0;right: 0;z-index: 10;transition: border-color 0.3s, transform 0.5s;}#cs-modal .cs-close:hover {cursor: pointer;border-color: #e8e8e8;transform: rotate(90deg);}#cs-modal .cs-close img {width: 1.5rem;height: auto;}#cs-modal .cs-picture {width: 100%;height: 60vw;max-height: 15.625rem;display: block;position: relative;z-index: 1;}#cs-modal .cs-picture img {width: 100%;height: 100%;object-fit: contain;position: absolute;top: 0;left: 0;}#cs-modal .cs-header {font-size: clamp(1.25rem, 2.5vw, 1.5625rem);text-align: inherit;line-height: 1.2em;font-weight: 700;max-width: 20ch;margin: 0 0 clamp(0.75rem, 2vw, 1rem);display: block;}#cs-modal .cs-text {font-size: clamp(0.875rem, 1.5vw, 1rem);margin: 0 0 clamp(1.75rem, 2.5vw, 2rem);}#cs-modal .cs-form {width: 100%;max-width: 39.375rem;padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 3rem);box-sizing: border-box;background-color: #fff;border-radius: 1rem;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;gap: 0.75rem;}#cs-modal .cs-h3 {font-size: clamp(1.25rem, 3vw, 1.4375rem);line-height: 1.2em;font-weight: 700;margin: 0 0 0.25rem 0;color: var(--headerColor);}}@media only screen and (min-width: 48rem) {#cs-modal .cs-wrapper {max-width: 52.875rem;flex-flow: row;align-items: stretch;}#cs-modal .cs-close {background-color: transparent;top: 1rem;right: 1rem;}#cs-modal .cs-content {width: 50%;}#cs-modal .cs-picture {width: 50%;min-height: 27rem;height: auto;max-height: 100%;}}