 @media only screen and (min-width: 0rem) {#gallery-44 {margin-top: 4rem;padding: var(--sectionPadding);position: relative;overflow: hidden;}#gallery-44 .cs-container {width: 100%;max-width: 75rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#gallery-44 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#gallery-44 .cs-text {margin-bottom: 2rem;max-width: 65rem;}#gallery-44 iframe {background: linear-gradient(0deg, #e9e9e9 51%, transparent 50%);}#gallery-44 #sideNav .title {padding: 0;}#gallery-44 .cs-button-solid {font-size: 1rem;font-weight: 700;line-height: clamp(2.875rem, 5.5vw, 3.5rem);text-align: center;text-decoration: none;min-width: 9.375rem;margin: 0;box-sizing: border-box;padding: 0 1.5rem;color: #fff;background-color: var(--primary);border-radius: 0.25rem;display: inline-block;position: relative;z-index: 1;}#gallery-44 .cs-button-solid:before {content: "";width: 0%;height: 100%;background: #000;opacity: 1;border-radius: 0.25rem;position: absolute;top: 0;left: 0;z-index: -1;transition: width 0.3s;}#gallery-44 .cs-button-solid:hover:before {width: 100%;}}@media only screen and (min-width: 37.5rem) {#gallery-44 .cs-image-group {display: grid;grid-template-columns: repeat(12, 1fr);grid-template-rows: 1fr;}#gallery-44 .cs-item {grid-column: span 6;}}@media only screen and (min-width: 48rem) {#gallery-44 .cs-item {grid-column: span 4;}#gallery-44 iframe {padding: 10px 15px;border-radius: 7px;background: #f5f5f5;}}@media only screen and (min-width: 0rem) {#contact-2061 {padding: var(--sectionPadding);overflow: hidden;position: relative;}#contact-2061 .cs-container {width: 100%;max-width: 59rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: 2.5rem;}#contact-2061 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#contact-2061 .cs-text {max-width: none;}#contact-2061 .cs-form {width: 100%;max-width: clamp(29rem, 59vw, 52.875rem);display: grid;grid-template-columns: repeat(12, 1fr);gap: 0.75rem;}#contact-2061 .cs-label {font-size: 1rem;font-weight: 700;line-height: 1.5em;width: 100%;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;grid-column: span 12;gap: 0.5rem;}#contact-2061 .cs-input {font-family: inherit;font-size: 1rem;width: 100%;height: 3.5rem;box-sizing: border-box;padding-left: 1.5rem;background-color: #f7f7f7;color: var(--bodyTextColor);border: none;border-radius: 0.5rem;}#contact-2061 .cs-select, #contact-2061 .cs-date {border-right: 1.5rem solid rgba(0, 0, 0, 0);}#contact-2061 .cs-textarea {height: 7.5rem;margin-bottom: 2rem;padding-top: 1rem;}#contact-2061 .cs-wrapper {width: 100%;display: flex;justify-content: center;grid-column: span 12;}#contact-2061 .cs-button-solid {font-size: 1rem;font-weight: 700;line-height: clamp(2.875rem, 5.5vw, 3.5rem);text-align: center;text-decoration: none;min-width: 9.375rem;margin: 0;box-sizing: border-box;padding: 0 2rem;background-color: var(--primary);color: #fff;border-radius: 0.5rem;display: inline-block;position: relative;z-index: 1;}#contact-2061 .cs-button-solid:before {content: "";width: 0%;height: 100%;background: #000;opacity: 1;position: absolute;top: 0;left: 0;z-index: -1;transition: width 0.3s;}#contact-2061 .cs-button-solid:hover:before {width: 100%;}#contact-2061 .cs-submit {border: none;}#contact-2061 .cs-submit:hover {cursor: pointer;}#contact-2061 .cs-graphic {display: none;position: absolute;}}@media only screen and (min-width: 48rem) {#contact-2061 .cs-split {grid-column: span 6;}#contact-2061 .cs-split2 {grid-column: span 4;}#contact-2061 .cs-graphic {display: block;}#contact-2061 .cs-graphic-left {width: 33rem;height: auto;bottom: -6.6875rem;left: -24.5625rem;}#contact-2061 .cs-graphic-right {width: 30.1875rem;height: auto;top: -2.125rem;right: -19.75rem;}}@media only screen and (min-width: 64rem) {#contact-2061 .cs-graphic-left {right: -20.1875rem;bottom: -3.25rem;}#contact-2061 .cs-graphic-right {right: -18.125rem;}}@media only screen and (min-width: 120rem) {#contact-2061 .cs-graphic-left {margin-right: 47.5rem;right: 50%;bottom: 0;left: initial;}#contact-2061 .cs-graphic-right {margin-left: 48.4375rem;right: initial;left: 50%;}}html, body {margin: 0;padding: 0;position: relative;overflow: hidden;font-family: "Roboto", "Helvetica", "Arial", sans-serif;font-size: 16px;height: 100%;}#configurator {display: flex;height: 100%;}#preview {flex: 2;height: 100%;position: relative;}#preview-images {height: 100%;position: relative;}#preview-images img {height: 100%;width: 100%;max-width: 100%;object-fit: contain;position: absolute;}#sideNav {height: 100%;flex: 1;flex-direction: column;display: flex;overflow-y: auto;}#sideNav .fields {flex: 1;margin: 50px 50px 0 0;}#sideNav .fields .field {margin-bottom: 20px;border-top: 2px solid #e8e3e3;padding-top: 20px;}#sideNav .fields .field .field-header {cursor: pointer;margin-bottom: 20px;}#sideNav .fields .field .field-label {font-size: 20px;color: rgb(65, 65, 65);margin-bottom: 10px;}#sideNav .fields .field .selection-label {font-weight: bold;color: #388659;}#sideNav .fields .field .options {display: flex;flex-wrap: wrap;gap: 15px;}#sideNav .fields .field .options .option {cursor: pointer;}#sideNav .fields .field.text .options .option {flex: 1;padding: 10px;background-color: rgb(246, 246, 246);border: 2px solid rgb(246, 246, 246);border-radius: 10px;}#sideNav .fields .field.text .options .option.active {border: 2px solid #388659;background-color: #f3f8f5;}#sideNav .fields .field.text .options .option .label {text-align: center;}#sideNav .fields .field.color .options .option {padding-bottom: 8px;}#sideNav .fields .field.color .options .option.active {border-bottom: 3px solid #388659;padding-bottom: 5px;}#sideNav .fields .field .options .option .color {border-radius: 50%;width: 45px;height: 45px;}#sideNav .fields .field.image .options .option {padding-bottom: 8px;}#sideNav .fields .field.image .options .option.active {border-bottom: 3px solid #388659;padding-bottom: 5px;}#sideNav .fields .field .options .option .image {border-radius: 50%;width: 45px;height: 45px;background-size: contain;}@media only screen and (min-width: 992px) {#sideNav {max-width: 500px;}}@media only screen and (max-width: 991px) {#preview, #sideNav {height: 50%;}#configurator {display: block;}#sideNav .fields {margin: 0 50px 15px 50px;}}@media only screen and (max-width: 575px) {#sideNav .fields {margin: 0 25px 15px 25px;}}.lds-ring {display: inline-block;position: fixed;left: 50%;top: 50%;margin: -40px 0 0 -40px;width: 80px;height: 80px;}.lds-ring div {box-sizing: border-box;display: block;position: absolute;width: 64px;height: 64px;margin: 8px;border: 8px solid #01bf81;border-radius: 50%;animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-color: #01bf81 transparent transparent transparent;}.lds-ring div:nth-child(1) {animation-delay: -0.45s;}.lds-ring div:nth-child(2) {animation-delay: -0.3s;}.lds-ring div:nth-child(3) {animation-delay: -0.15s;}@keyframes lds-ring {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}