.section--maps {
  padding: 0;
}
.section--maps .section--outer {
  border-radius: 0;
  max-width: 100%;
}

#maps {
  height: 375px;
  width: 100%;
  background: #FFFFFF;
}
@media (min-width: 1200px) {
  #maps {
    height: 400px;
  }
}

#simple-translate {
  display: none;
}

.content-wrapper {
  padding-bottom: 0 !important;
}

#quotation-form,
#contact-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#quotation-form .contact-button-wrapper,
#contact-form .contact-button-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #quotation-form .contact-button-wrapper,
  #contact-form .contact-button-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .contact-row {
    flex-direction: row !important;
  }
}

.contact-col > div {
  height: 100%;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.4px;
  color: #717786;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .contact-col > div {
    font-size: 11px;
    line-height: 18px;
  }
}
@media (max-width: 991.98px) {
  .contact-col > div {
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 22px;
    font-style: normal;
  }
}
.contact-col > div > p {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.4px;
}
@media (min-width: 992px) {
  .contact-col > div > p {
    font-size: 11px;
    line-height: 18px;
  }
}
@media (max-width: 991.98px) {
  .contact-col > div > p {
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 22px;
    font-style: normal;
  }
}
.contact-col > div.contact-form-sent {
  background: #eaedf0;
  color: rgba(27, 108, 249, 0.7);
  box-shadow: none;
  justify-content: flex-start;
}
.contact-col > div.contact-form-sent > .background {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-col > div.contact-form-sent > .background:after {
  content: "";
  height: 200px;
  width: 200px;
  background: url("../images/specs-icons/contact-sent.png") no-repeat center center;
  background: url("../images/specs-icons/contact-sent.svg") no-repeat center center;
  background-size: contain;
}

#faq-wrapper {
  padding-top: 32px;
}
@media (min-width: 992px) {
  #faq-wrapper {
    padding-top: 72px;
  }
}

.section--contact .left .form-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
  color: #F2F4F9;
  text-align: left;
}
@media (max-width: 991.98px) {
  .section--contact .left .form-sidebar {
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .section--contact .left h1,
  .section--contact .left h2,
  .section--contact .left h3 {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-style: normal;
    color: #F2F4F9;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section--contact .left h1,
  .section--contact .left h2,
  .section--contact .left h3 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .section--contact .left h1,
  .section--contact .left h2,
  .section--contact .left h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }
}
@media (max-width: 991.98px) {
  .section--contact .left h1,
  .section--contact .left h2,
  .section--contact .left h3 {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
    letter-spacing: -1.12px;
    text-wrap: pretty;
    color: #F2F4F9;
  }
}
@media (min-width: 992px) {
  .section--contact .left h4,
  .section--contact .left h5,
  .section--contact .left h6 {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #F2F4F9;
  }
}
@media (max-width: 991.98px) {
  .section--contact .left h4,
  .section--contact .left h5,
  .section--contact .left h6 {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -0.7px;
    color: #F2F4F9;
  }
}
@media (max-width: 991.98px) {
  .section--contact .left .big-title {
    margin-bottom: 0;
  }
}
.section--contact .left .block-contact {
  padding: 0;
}
.section--contact .left .title {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .section--contact .left .title {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .section--contact .left .usp-list {
    margin-top: 12px;
  }
}

@media (min-width: 992px) {
  .section--maps {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .section--maps #maps {
    height: 546px;
  }
}
@media (min-width: 992px) {
  .section--maps .section--outer {
    padding: 0;
    overflow: hidden;
  }
}

.section--contact-blue {
  padding: 0;
  margin-block-start: 0 !important;
  background-color: #E6F1FE;
}
@media (max-width: 991.98px) {
  .section--contact-blue .section--outer {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .section--contact-blue .section--outer {
    padding-block: 64px !important;
  }
}
.section--contact-blue .left {
  color: #717786;
}
@media (max-width: 991.98px) {
  .section--contact-blue .left {
    margin-bottom: 32px;
  }
}
.section--contact-blue .left .contact-details {
  color: #21242A;
}
.section--contact-blue .left .contact-details .block-open-hours {
  color: #717786;
}
.section--contact-blue .left .contact-details .title,
.section--contact-blue .left .contact-details .big-title,
.section--contact-blue .left .contact-details .block-open-hours .row.active {
  color: #0A152E;
}
.section--contact-blue .left .contact-details .block-open-hours .title,
.section--contact-blue .left .contact-details .block-contact .title {
  font-family: "silkasemibold", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
}
.section--contact-blue .right {
  padding-block: 24px;
  padding-inline: 32px;
  border-radius: 12px;
  border: 1px solid #ECEDEF;
  background: #FFFFFF;
}
@media (max-width: 991.98px) {
  .section--contact-blue .right {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    box-shadow: 10px 0 0 #FFFFFF, -10px 0 0 #FFFFFF;
    border-color: transparent;
  }
}
.section--contact-blue .right h4,
.section--contact-blue .right h5,
.section--contact-blue .right h6 {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
  letter-spacing: -1.12px;
  text-wrap: pretty;
  text-align: left;
  margin-bottom: 24px;
}
.section--contact-blue .right .btn {
  width: auto;
}
.section--contact-blue .right .help-block.has-error {
  display: block;
  text-align: left;
}

#quotation-form .form-control {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #d1d1d1;
  box-shadow: none;
}
#quotation-form .form-control:not(:placeholder-shown) {
  border-color: #000000;
}
#quotation-form .form-control:hover {
  border-color: #464646;
}
#quotation-form .form-control:focus {
  box-shadow: none;
  border-color: #1b1b1b;
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #1B6CF9;
}
#quotation-form .form-control:disabled {
  background-color: #ecedef;
  border-color: #ecedef;
}
#quotation-form .form-control:disabled span::after {
  border-color: #ecedef;
  background-color: #ecedef;
}
#quotation-form select.form-control,
#quotation-form input:not([type=radio]):not([type=checkbox]):not([type=button]).form-control {
  height: 56px;
  padding-block: 8px;
  padding-inline: 12px;
}
#quotation-form .labelholder.has-labelholder:before {
  transition: none;
}
#quotation-form .labelholder.has-labelholder input.form-control:not([type=radio]):not([type=checkbox]):not([type=button]):not(:placeholder-shown) {
  padding-block-start: 24px;
}
#quotation-form .labelholder.has-labelholder.floating::before {
  position: absolute;
  top: 9px !important;
  left: 12px !important;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.4px;
  color: #464646;
  opacity: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 22px;
  width: calc(100% - 32px);
}
@media (min-width: 992px) {
  #quotation-form .labelholder.has-labelholder.floating::before {
    font-size: 11px;
    line-height: 18px;
  }
}
@media (max-width: 991.98px) {
  #quotation-form .labelholder.has-labelholder.floating::before {
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 22px;
    font-style: normal;
  }
}
#quotation-form textarea.form-control {
  padding-block-start: 16px;
  padding-block-end: 16px;
  padding-inline: 12px;
  border-radius: 8px;
}
#quotation-form .labelholder.has-labelholder textarea.form-control:not(:placeholder-shown) {
  padding-block-start: 24px;
  padding-block-end: 8px;
}
#quotation-form select.form-control {
  background-image: url("/assets/images/icons/arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: center right 24px;
  background-size: 14px 8px;
}
#quotation-form select.form-control:not(:disabled) {
  cursor: pointer;
}
#quotation-form .labelholder.has-labelholder select.form-control:not(:placeholder-shown) {
  padding-block-start: 24px;
  padding-block-end: 8px;
}
#quotation-form .form-control::placeholder {
  color: #464646;
}
#quotation-form .form-group.has-error .form-control,
#quotation-form .form-group:has(.has-error) .form-control {
  border-color: #FA3A1B;
  background-color: rgba(250, 58, 27, 0.05);
}
#quotation-form .form-group.has-error .labelholder.has-labelholder.floating::before,
#quotation-form .form-group:has(.has-error) .labelholder.has-labelholder.floating::before {
  color: #FA3A1B;
}
#quotation-form .form-group.has-error ::placeholder,
#quotation-form .form-group:has(.has-error) ::placeholder {
  color: #FA3A1B;
}
#quotation-form .form-group.has-error .help-block.with-errors,
#quotation-form .form-group.has-error .help-block.has-error,
#quotation-form .form-group:has(.has-error) .help-block.with-errors,
#quotation-form .form-group:has(.has-error) .help-block.has-error {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-block-start: 8px;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.4px;
  font-size: 12px;
  line-height: 22px;
  color: #FA3A1B;
}
#quotation-form .form-group.has-error .help-block.with-errors::before,
#quotation-form .form-group.has-error .help-block.has-error::before,
#quotation-form .form-group:has(.has-error) .help-block.with-errors::before,
#quotation-form .form-group:has(.has-error) .help-block.has-error::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/images/icons/form-failed.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  translate: 0 1px;
}
#quotation-form .form-group.has-error .help-block.with-errors :where(ul, li),
#quotation-form .form-group.has-error .help-block.has-error :where(ul, li),
#quotation-form .form-group:has(.has-error) .help-block.with-errors :where(ul, li),
#quotation-form .form-group:has(.has-error) .help-block.has-error :where(ul, li) {
  padding-inline-start: 0;
  margin-block-end: 0;
  list-style: none;
}
#quotation-form :where(.nice-radio, .nice-checkbox) label {
  position: relative;
  padding-inline: 28px 0;
  cursor: pointer;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
}
#quotation-form :where(.nice-radio, .nice-checkbox) label:has(input[disabled]) {
  cursor: default;
}
#quotation-form :where(.nice-radio, .nice-checkbox) label > input[type=checkbox],
#quotation-form :where(.nice-radio, .nice-checkbox) label > input[type=radio] {
  position: absolute;
  left: -9999px;
}
#quotation-form :where(.nice-radio, .nice-checkbox) label > input[type=checkbox]:checked + span:after,
#quotation-form :where(.nice-radio, .nice-checkbox) label > input[type=radio]:checked + span:after {
  display: none;
}
#quotation-form :where(.nice-radio, .nice-checkbox) label > input[type=checkbox]:checked + span:before,
#quotation-form :where(.nice-radio, .nice-checkbox) label > input[type=radio]:checked + span:before {
  content: "";
  background-image: url("/assets/images/icons/check-white.svg");
  background-repeat: no-repeat;
  background-color: #1B6CF9;
  background-position: center center;
  background-size: 12px 10px;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
}
#quotation-form :where(.nice-radio, .nice-checkbox) label > span {
  position: absolute;
  top: 1px;
  left: 0;
}
#quotation-form :where(.nice-radio, .nice-checkbox) label > span::after {
  content: "";
  position: absolute;
  top: 10px;
  transform: translateY(-50%);
  transition: 200ms ease all;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  width: 20px;
  height: 20px;
}
#quotation-form :where(.nice-radio, .nice-checkbox):hover span::after {
  border-color: #464646;
}
#quotation-form :where(.nice-radio, .nice-checkbox):has(input:disabled) span::after {
  background-color: #ecedef;
  border-color: #ecedef;
}
#quotation-form :where(.nice-checkbox, .nice-radio):has(input:not(:disabled)):not(:has(.label)) label {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  transition: 200ms ease all;
}
#quotation-form :where(.nice-checkbox, .nice-radio):has(input:not(:disabled)):not(:has(.label)) label:hover {
  text-decoration-color: currentColor;
}
#quotation-form :where(.nice-checkbox, .nice-radio):has(input:not(:disabled)):not(:has(.label)) label span::after {
  background-color: white;
}
#quotation-form :where(.nice-checkbox, .nice-radio):has(input:not(:disabled)):has(.label) .label {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  transition: 200ms ease all;
}
#quotation-form :where(.nice-checkbox, .nice-radio):has(input:not(:disabled)):has(.label):hover .label {
  text-decoration-color: currentColor;
}
#quotation-form :where(.nice-checkbox, .nice-radio):has(input:not(:disabled)):has(.label) span::after {
  background-color: white;
}
#quotation-form .form-group.has-error :where(.nice-radio, .nice-checkbox):has(.with-errors) label {
  color: #FA3A1B;
}
#quotation-form .form-group.has-error :where(.nice-radio, .nice-checkbox):has(.with-errors) label span::after {
  border-color: #FA3A1B;
}
#quotation-form :where(.nice-radio, .nice-checkbox) + :where(.nice-radio, .nice-checkbox) {
  margin-block-start: 16px;
}
#quotation-form .nice-checkbox label span::before, #quotation-form .nice-checkbox label span::after {
  border-radius: 4px;
}
#quotation-form .nice-radio label span::before, #quotation-form .nice-radio label span::after {
  border-radius: 50%;
}

.contact-index .section--contact-blue .contact-details {
  gap: 16px;
}
@media (min-width: 992px) {
  .contact-index .section--contact-blue .contact-details {
    margin-block-start: 16px;
  }
}
.contact-index .section--contact-blue .contact-details .title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
}
.contact-index .section--contact-blue .contact-details .block-open-hours {
  margin-block-start: 16px;
}
.contact-index .section--contact-blue .contact-details .block-open-hours .row.active,
.contact-index .section--contact-blue .contact-details .big-title + p {
  color: #0A152E;
}
@media (max-width: 991.98px) {
  .contact-index .section--contact-blue .card-gray h5 {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #0A152E;
  }
}
@media (min-width: 992px) {
  .contact-index .section--contact-blue .card-gray h5 {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -0.7px;
    color: #0A152E;
  }
}
