@charset "UTF-8";
.has-sl-configurator {
  font-family: Helvetica Neue, sans-serif;
}
.has-sl-configurator .l-row {
  display: flex;
  flex: 0 1 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: calc(var(--sl-grid-gap) * -1);
  margin-right: calc(var(--sl-grid-gap) * -1);
  row-gap: 65px;
}
.has-sl-configurator .l-row > .l-col {
  padding-left: var(--sl-grid-gap);
  padding-right: var(--sl-grid-gap);
}
.has-sl-configurator .l-col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 var(--grid-gap);
}
.has-sl-configurator .l-col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  min-width: 8.3333333333%;
}
.has-sl-configurator .l-col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  min-width: 16.6666666667%;
}
.has-sl-configurator .l-col-3 {
  flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
}
.has-sl-configurator .l-col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
}
.has-sl-configurator .l-col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  min-width: 41.6666666667%;
}
.has-sl-configurator .l-col-6 {
  flex-basis: 50%;
  max-width: 50%;
  min-width: 50%;
}
.has-sl-configurator .l-col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  min-width: 58.3333333333%;
}
.has-sl-configurator .l-col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  min-width: 66.6666666667%;
}
.has-sl-configurator .l-col-9 {
  flex-basis: 75%;
  max-width: 75%;
  min-width: 75%;
}
.has-sl-configurator .l-col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  min-width: 83.3333333333%;
}
.has-sl-configurator .l-col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  min-width: 91.6666666667%;
}
.has-sl-configurator .l-col-12 {
  flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  .has-sl-configurator .l-col-m-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }
  .has-sl-configurator .l-col-m-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }
  .has-sl-configurator .l-col-m-3 {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .has-sl-configurator .l-col-m-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .has-sl-configurator .l-col-m-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
  .has-sl-configurator .l-col-m-6 {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .has-sl-configurator .l-col-m-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }
  .has-sl-configurator .l-col-m-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }
  .has-sl-configurator .l-col-m-9 {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .has-sl-configurator .l-col-m-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }
  .has-sl-configurator .l-col-m-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }
  .has-sl-configurator .l-col-m-12 {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.has-sl-configurator .o-button {
  display: inline-block;
  position: relative;
  padding: 5px 20px;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--sl-primary);
  color: var(--sl-white);
  border: 2px solid var(--sl-primary);
  text-overflow: ellipsis;
  overflow: hidden;
  outline: none;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.5s, border 0.5s;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
  max-width: 100%;
}
.has-sl-configurator .o-button:hover, .has-sl-configurator .o-button:focus {
  background: var(--sl-white);
  color: var(--sl-primary);
}
.has-sl-configurator .o-button:active {
  transform: translate(0, 1px);
  background: var(--sl-white);
  color: var(--sl-primary);
}
.has-sl-configurator .o-button:visited {
  background: var(--sl-white);
  color: var(--sl-primary);
}
.has-sl-configurator .o-button__left svg {
  transition: transform 0.5s;
  margin-right: 5px;
}
.has-sl-configurator .o-button__left:hover svg {
  transform: translateX(-5px);
}
.has-sl-configurator .o-button__right svg {
  transition: transform 0.5s;
  margin-left: 5px;
}
.has-sl-configurator .o-button__right:hover svg {
  transform: translateX(5px);
}
.has-sl-configurator .o-button--with-loader:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid var(--sl-white);
  border-top-color: transparent;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s padding;
  animation: button-loader 1.2s linear infinite;
}
.has-sl-configurator .o-button--with-loader.is-loading {
  pointer-events: none;
  background: var(--sl-primary) !important;
}
.has-sl-configurator .o-button--with-loader.is-loading:before {
  visibility: visible;
  opacity: 1;
}
.has-sl-configurator .o-button--with-loader.is-loading {
  color: transparent;
}
.has-sl-configurator .o-button[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
@keyframes button-loader {
  100% {
    transform: rotate(360deg);
  }
}
.has-sl-configurator .o-checkbox {
  position: relative;
  display: block;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 25px;
}
.has-sl-configurator .o-checkbox:hover .o-checkbox__label {
  color: var(--sl-primary);
}
.has-sl-configurator .o-checkbox:hover .o-checkbox__label:before {
  border-color: var(--sl-primary);
}
.has-sl-configurator .o-checkbox__label a {
  text-decoration: underline;
}
.has-sl-configurator .o-checkbox__label a:hover {
  color: var(--sl-black);
}
.has-sl-configurator .o-checkbox__field {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.has-sl-configurator .o-checkbox__label {
  font-size: var(--sl-large-font-size);
  line-height: 1.25;
  color: var(--sl-dark-gray);
  display: block;
  padding-left: 60px;
  cursor: pointer;
  text-align: left;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .has-sl-configurator .o-checkbox__label {
    font-size: var(--sl-mobile-large-font-size);
    padding-left: 45px;
  }
}
.has-sl-configurator .o-checkbox__label a {
  color: inherit;
}
.has-sl-configurator .o-checkbox__label:before,
.has-sl-configurator .o-checkbox__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  transition: border-color 0.3s;
}
.has-sl-configurator .o-checkbox__label:before {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid var(--sl-dark-gray);
  top: -1px;
}
.has-sl-configurator .o-checkbox__label:after {
  width: 9px;
  height: 18px;
  border-right: 2px solid var(--sl-white);
  border-bottom: 2px solid var(--sl-white);
  left: 11px;
  top: 2px;
  transition: transform 0.2s;
  transform: rotate(45deg) scale(0);
}
.has-sl-configurator .o-checkbox__field:checked + .o-checkbox__label:after {
  transform: rotate(45deg) scale(1);
}
.has-sl-configurator .o-checkbox__field:checked + .o-checkbox__label:before {
  border-color: var(--sl-primary);
  background: var(--sl-primary);
}
.has-sl-configurator .o-checkbox.is-error .o-checkbox__label {
  color: var(--sl-red);
}
.has-sl-configurator .o-checkbox.is-error .o-checkbox__label:before {
  border-color: var(--sl-red);
}
.has-sl-configurator .o-input {
  position: relative;
  max-width: 370px;
}
.has-sl-configurator .o-input__field {
  font-size: var(--sl-default-font-size) !important;
  display: block;
  width: 100%;
  padding: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border 0.2s;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: var(--sl-primary);
  color: var(--sl-gray);
  border-radius: 0;
  line-height: 1;
}
.has-sl-configurator .o-input__field:focus {
  border-color: var(--sl-primary);
  outline: none;
}
.has-sl-configurator .o-input__field:disabled {
  border-color: #d2d2d2;
  pointer-events: none;
}
.has-sl-configurator .o-input__field:disabled + .o-input__label {
  color: #d2d2d2;
}
.has-sl-configurator .o-input__label {
  font-size: var(--sl-large-font-size);
  cursor: text;
  color: var(--sl-dark-gray);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.has-sl-configurator .o-error {
  display: none;
}
.has-sl-configurator .is-error .o-error {
  display: block;
}
.has-sl-configurator .o-error__text {
  color: var(--sl-red);
  font-size: 14px;
  padding-top: 5px;
}
.has-sl-configurator .o-input__select .is-error .o-input__field,
.has-sl-configurator .o-input.is-error .o-input__field {
  border-color: var(--sl-red);
}
.has-sl-configurator .o-input__unit {
  color: var(--sl-dark-gray);
  font-size: var(--sl-large-font-size);
  position: absolute;
  right: 0;
  bottom: 3px;
  background: var(--sl-white);
  padding: 0 14px 14px;
}
.has-sl-configurator .o-input__pre-title {
  font-size: 14px;
  color: var(--sl-gray);
  margin: 10px 0;
}
.has-sl-configurator .o-roof__field {
  display: none;
}
.has-sl-configurator .o-roof__options {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
  max-width: 815px;
  margin: 0 auto;
}
.has-sl-configurator .o-roof__option {
  flex-basis: 225px;
  width: 225px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.has-sl-configurator .o-roof__image-wrapper {
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.has-sl-configurator .o-roof__image-holder {
  width: calc(100% - 20px);
  padding-bottom: calc(100% - 20px);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 15px 10px 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.has-sl-configurator img.o-roof__image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.3;
  transition: opacity 0.3s, transform 0.3s;
  border-radius: 50%;
}
.has-sl-configurator .o-roof__label {
  width: 100%;
  text-align: center;
  color: var(--sl-dark-gray);
  font-size: var(--sl-large-font-size);
}
.has-sl-configurator .o-roof__label:hover {
  cursor: pointer;
}
.has-sl-configurator .o-roof__label:hover .o-roof__image {
  opacity: 1;
  transform: scale(1.05);
}
.has-sl-configurator .o-roof__field:checked + .o-roof__label {
  color: var(--sl-primary);
}
.has-sl-configurator .o-roof__field:checked + .o-roof__label .o-roof__image {
  opacity: 1;
}
.has-sl-configurator .o-roof .o-error__text {
  padding-top: 35px;
  text-align: center;
}
.has-sl-configurator .c-final-text {
  font-size: var(--sl-large-font-size);
  color: var(--sl-dark-gray);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .has-sl-configurator .c-final-text {
    font-size: var(--sl-mobile-large-font-size);
    margin-bottom: 30px;
  }
}
.has-sl-configurator .c-final-form {
  max-width: 810px;
}
.has-sl-configurator .c-final-form .l-row {
  row-gap: 25px;
}
.has-sl-configurator .c-final-form .o-checkbox {
  margin: 20px 0 0;
  min-height: 0;
  line-height: inherit;
}
.has-sl-configurator .c-final-form .o-radio .o-input__label {
  font-size: var(--sl-default-font-size);
}
.has-sl-configurator .c-final-form .o-checkbox__label {
  font-size: var(--sl-default-font-size);
  padding-left: 30px;
}
.has-sl-configurator .c-final-form .o-checkbox__label:before {
  width: 15px;
  height: 15px;
  border-width: 1px;
  top: 3px;
}
.has-sl-configurator .c-final-form .o-checkbox__label:after {
  width: 4px;
  height: 9px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  left: 6px;
  top: 5px;
}
.has-sl-configurator .c-final-form .o-input__pre-title {
  margin: 10px 0 0;
}
.has-sl-configurator .c-final__field {
  margin: 10px 0 0;
}
.has-sl-configurator .c-final__field.has-indent {
  padding-left: 30px;
  margin-top: -20px;
}
.has-sl-configurator .c-form {
  padding: 50px 0;
  transition: opacity 0.8s, transform 1s;
}
.has-sl-configurator .c-form.is-loading {
  transition: opacity 0.3s;
  opacity: 0.3;
}
.has-sl-configurator .c-form__after-navigation {
  transition: opacity 0.3s;
}
.has-sl-configurator .c-form__after-navigation.is-loading {
  opacity: 0.3;
}
.has-sl-configurator .c-form__after-navigation > div {
  margin-bottom: 50px;
}
.has-sl-configurator .c-form__after-navigation > div:first-child {
  margin-top: 50px;
}
.has-sl-configurator .c-form__after-navigation > div:last-child {
  margin-bottom: 0;
}
.has-sl-configurator .g-recaptcha__container .o-error {
  margin: 30px auto -30px calc(50% + 10px);
}
@media screen and (max-width: 767px) {
  .has-sl-configurator .g-recaptcha__container .o-error {
    margin: 30px auto -30px;
    text-align: center;
  }
}
.has-sl-configurator .c-image {
  width: 100%;
  height: auto;
  display: block;
}
.has-sl-configurator .c-infobox {
  background: var(--sl-light-gray);
  padding: 50px;
  position: relative;
  color: var(--sl-dark-gray);
}
.has-sl-configurator .c-infobox__icon {
  position: absolute;
  width: 50px;
  height: 48px;
  top: -25px;
  left: -25px;
  background: var(--sl-white);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .has-sl-configurator .c-infobox__icon {
    left: -7px;
  }
}
.has-sl-configurator .c-map {
  min-height: 320px;
  width: 100%;
  background: whitesmoke;
}
.has-sl-configurator .c-map--borlabs {
  padding: 20px;
  font-size: 14px;
}
.has-sl-configurator .c-map--borlabs .o-button {
  display: block;
  margin: 10px auto;
  font-size: 12px;
}
.has-sl-configurator .c-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--sl-grid-gap) * 2);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .has-sl-configurator .c-navigation {
    position: sticky;
    bottom: 0;
    padding: 10px 0;
    background: var(--sl-white);
    z-index: 98;
  }
}
.has-sl-configurator .c-navigation.is-loading {
  opacity: 0.6;
  pointer-events: none;
}
.has-sl-configurator .c-navigation.completed {
  display: none;
}
.has-sl-configurator .c-navigation[data-current="0"] .o-button__left {
  visibility: hidden;
  pointer-events: none;
}
.has-sl-configurator .last-step-text {
  display: none;
}
.has-sl-configurator .default-text {
  display: inline-block;
}
.has-sl-configurator .c-navigation[data-last=true] .last-step-text {
  display: inline-block;
}
.has-sl-configurator .c-navigation[data-last=true] .default-text {
  display: none;
}
.has-sl-configurator .c-progress {
  position: relative;
  width: 100%;
  height: 18px;
  border-radius: 10px;
  background: var(--sl-light-gray);
  z-index: 0;
}
.has-sl-configurator .c-progress.completed {
  display: none;
}
.has-sl-configurator [data-current="0"] {
  --sl-current: 0;
}
.has-sl-configurator [data-total="0"] {
  --sl-total: 0;
}
.has-sl-configurator [data-current="1"] {
  --sl-current: 1;
}
.has-sl-configurator [data-total="1"] {
  --sl-total: 1;
}
.has-sl-configurator [data-current="2"] {
  --sl-current: 2;
}
.has-sl-configurator [data-total="2"] {
  --sl-total: 2;
}
.has-sl-configurator [data-current="3"] {
  --sl-current: 3;
}
.has-sl-configurator [data-total="3"] {
  --sl-total: 3;
}
.has-sl-configurator [data-current="4"] {
  --sl-current: 4;
}
.has-sl-configurator [data-total="4"] {
  --sl-total: 4;
}
.has-sl-configurator [data-current="5"] {
  --sl-current: 5;
}
.has-sl-configurator [data-total="5"] {
  --sl-total: 5;
}
.has-sl-configurator [data-current="6"] {
  --sl-current: 6;
}
.has-sl-configurator [data-total="6"] {
  --sl-total: 6;
}
.has-sl-configurator [data-current="7"] {
  --sl-current: 7;
}
.has-sl-configurator [data-total="7"] {
  --sl-total: 7;
}
.has-sl-configurator [data-current="8"] {
  --sl-current: 8;
}
.has-sl-configurator [data-total="8"] {
  --sl-total: 8;
}
.has-sl-configurator [data-current="9"] {
  --sl-current: 9;
}
.has-sl-configurator [data-total="9"] {
  --sl-total: 9;
}
.has-sl-configurator [data-current="10"] {
  --sl-current: 10;
}
.has-sl-configurator [data-total="10"] {
  --sl-total: 10;
}
.has-sl-configurator [data-current="11"] {
  --sl-current: 11;
}
.has-sl-configurator [data-total="11"] {
  --sl-total: 11;
}
.has-sl-configurator [data-current="12"] {
  --sl-current: 12;
}
.has-sl-configurator [data-total="12"] {
  --sl-total: 12;
}
.has-sl-configurator [data-current="13"] {
  --sl-current: 13;
}
.has-sl-configurator [data-total="13"] {
  --sl-total: 13;
}
.has-sl-configurator [data-current="14"] {
  --sl-current: 14;
}
.has-sl-configurator [data-total="14"] {
  --sl-total: 14;
}
.has-sl-configurator [data-current="15"] {
  --sl-current: 15;
}
.has-sl-configurator [data-total="15"] {
  --sl-total: 15;
}
.has-sl-configurator [data-current="16"] {
  --sl-current: 16;
}
.has-sl-configurator [data-total="16"] {
  --sl-total: 16;
}
.has-sl-configurator [data-current="17"] {
  --sl-current: 17;
}
.has-sl-configurator [data-total="17"] {
  --sl-total: 17;
}
.has-sl-configurator [data-current="18"] {
  --sl-current: 18;
}
.has-sl-configurator [data-total="18"] {
  --sl-total: 18;
}
.has-sl-configurator [data-current="19"] {
  --sl-current: 19;
}
.has-sl-configurator [data-total="19"] {
  --sl-total: 19;
}
.has-sl-configurator [data-current="20"] {
  --sl-current: 20;
}
.has-sl-configurator [data-total="20"] {
  --sl-total: 20;
}
.has-sl-configurator .c-progress__bullet {
  position: absolute;
  right: auto;
  top: -6px;
  background: var(--sl-white);
  border: 2px solid var(--sl-primary);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  transform: translateX(-15px);
  transition: margin-left 0.5s;
  margin-left: calc(var(--sl-current) * 100% / var(--sl-total) + (var(--sl-total) - var(--sl-current)) * 5px);
}
.has-sl-configurator .c-progress__bar {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--sl-primary);
  height: 100%;
  border-radius: 10px 0 0 10px;
  transition: width 0.5s;
  width: calc(var(--sl-current) * 100% / var(--sl-total) + (var(--sl-total) - var(--sl-current)) * 5px);
}
.has-sl-configurator .c-form__step {
  margin-bottom: 50px;
}
.has-sl-configurator .c-form__step-title {
  font-size: var(--sl-heading-font-size);
  color: var(--sl-primary);
  text-align: center;
  font-weight: 500;
  margin: 50px auto 100px;
  line-height: 1;
  max-width: 945px;
}
@media screen and (max-width: 767px) {
  .has-sl-configurator .c-form__step-title {
    font-size: var(--sl-mobile-heading-font-size);
    margin: 35px auto 80px;
  }
}
.has-sl-configurator .c-form__step:last-child {
  margin-bottom: 0;
}
.has-sl-configurator .c-summary {
  max-width: 700px;
}
.has-sl-configurator .c-summary__step {
  border-bottom: 2px solid var(--sl-primary);
  padding: 40px 10px;
  display: flex;
  color: var(--sl-dark-gray);
  transition: background 0.3s;
}
.has-sl-configurator .c-summary__step:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.025);
}
.has-sl-configurator .c-summary__step:hover .c-summary__step-title {
  color: var(--sl-primary);
}
.has-sl-configurator .c-summary__step:hover .c-summery__answer-icon {
  visibility: visible;
}
.has-sl-configurator .c-summary__step:last-child {
  border: 0;
}
.has-sl-configurator .c-summary__step-number {
  background: var(--sl-white);
  border: 2px solid var(--sl-primary);
  flex-basis: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  transition: margin-left 0.5s;
}
.has-sl-configurator .c-summary__step-content {
  padding-left: 15px;
  flex: 1;
}
.has-sl-configurator .c-summary__step-title {
  font-size: var(--sl-large-font-size);
  margin-bottom: 10px;
  font-weight: 500;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .has-sl-configurator .c-summary__step-title {
    font-size: var(--sl-mobile-large-font-size);
  }
}
.has-sl-configurator .c-summery__answer-icon {
  display: inline-block;
  visibility: hidden;
  transform: scaleX(-1);
  font-size: 20px;
  padding-left: 5px;
}
.has-sl-configurator .c-summary__step-answer a {
  color: inherit;
  pointer-events: none;
}
.has-sl-configurator .c-textblock {
  background: var(--sl-light-gray);
  padding: 50px;
  position: relative;
  color: var(--sl-dark-gray);
}
.has-sl-configurator .c-textblock--transparent {
  background: none;
  padding: 0;
}
.has-sl-configurator .c-textblock__wrapper--normal {
  margin: 75px auto 0;
}
.has-sl-configurator .c-textblock__wrapper--small {
  max-width: 940px;
  margin: 75px auto 0;
}
.has-sl-configurator .c-thankyou {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.has-sl-configurator .c-thankyou__text {
  font-size: var(--sl-default-font-size);
}
.has-sl-configurator .c-thankyou__title .c-form__step-title {
  margin: 50px auto 45px;
}
.has-sl-configurator .o-upload__field {
  position: relative;
  background: var(--sl-light-gray);
  min-height: 220px;
}
.has-sl-configurator .o-upload__label {
  margin-bottom: 5px;
}
.has-sl-configurator .o-upload__field-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background 0.3s, border 0.3s, padding 0.3s;
}
.has-sl-configurator .o-upload__field-orig {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.has-sl-configurator .o-upload__field-orig:focus {
  outline: 0;
}
.has-sl-configurator .o-upload__field.is-drag-over .o-upload__field-button {
  border: 2px dashed var(--sl-primary);
  background: rgba(31, 108, 44, 0.15);
  padding: 14px;
}
.has-sl-configurator .o-upload__field.is-drag-over .o-upload__field-button-text {
  pointer-events: none;
}
.has-sl-configurator .o-upload__field-value-text {
  margin-top: 10px;
  display: inline-block;
}
.has-sl-configurator .o-upload__error {
  margin-top: 2px;
  color: var(--sl-primary);
}
.has-sl-configurator .o-upload__file {
  font-size: 16px;
  padding-left: 15px;
  position: relative;
  transition: color 0.3s;
}
.has-sl-configurator .o-upload__file:after {
  content: "×";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  font-weight: bold;
}
.has-sl-configurator .o-upload__file:hover {
  color: var(--sl-red);
  cursor: pointer;
}
.has-sl-configurator .o-upload__fileformats,
.has-sl-configurator .o-upload__filesize {
  font-size: 0.9rem;
}
.has-sl-configurator .sl-configurator-elementor-widget {
  padding: 100px 0;
}
.has-sl-configurator .sl-configurator-elementor-widget.not-loaded .c-progress__bullet {
  margin-left: 0;
}
.has-sl-configurator .sl-configurator-elementor-widget.not-loaded .c-progress__bar {
  width: 0;
}
.has-sl-configurator .sl-configurator-elementor-widget.not-loaded .c-form {
  transform: translate(0, -15px) scale(1.025);
  opacity: 0;
}

:root {
  --sl-black: #000000;
  --sl-white: #ffffff;
  --sl-gray: #838383;
  --sl-dark-gray: #545454;
  --sl-light-gray: #e8e8e8;
  --sl-primary: rgb(31, 108, 44);
  --sl-red: #FF0000;
  --sl-heading-font-size: 62px;
  --sl-mobile-heading-font-size: 42px;
  --sl-default-font-size: 16px;
  --sl-large-font-size: 22px;
  --sl-mobile-large-font-size: 20px;
  --sl-grid-gap: 10px;
}

/*# sourceMappingURL=sl_configurator_styles.css.map*/