@media screen and (min-width: 768px) {
  .d-flex.flex-column.flex-md-row {
    gap: 0 !important;
  }
  .d-flex.flex-column.flex-md-row > label:not(:first-child), .d-flex.flex-column.flex-md-row .d-flex.flex-row > label:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .d-flex.flex-column.flex-md-row > label:not(:last-child), .d-flex.flex-column.flex-md-row .d-flex.flex-row > label:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.d-flex.flex-row, .d-flex:not(.flex-column) {
  gap: 0 !important;
}
.d-flex.flex-row > label:not(:first-child), .d-flex.flex-row .d-flex.flex-row > label:not(:first-child), .d-flex:not(.flex-column) > label:not(:first-child), .d-flex:not(.flex-column) .d-flex.flex-row > label:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.d-flex.flex-row > label:not(:last-child), .d-flex.flex-row .d-flex.flex-row > label:not(:last-child), .d-flex:not(.flex-column) > label:not(:last-child), .d-flex:not(.flex-column) .d-flex.flex-row > label:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
:root {
  --bs-border-radius: 25px;
}
:root {
  --eg-body-bg-color: #ffffff;
  --eg-body-bg-image-opacity: 1;
  --eg-body-bg-image: url("174135296267caf0020d9e3.jpg");
  --eg-container-bg-color: #ffffff;
  --eg-container-bg-color-contrast: #000;
  --eg-nav-bg-color: #008788;
  --eg-progress-bar-bg-color: #008788;
  --eg-title-color: #112c3d;
  --eg-title-font-size: 30px;
  --eg-title-font-weight: bold;
  --eg-title-font-family: Roboto, Helvetica Neue, sans-serif;
  --eg-question-margin-top: 0px;
  --eg-question-font-size: 22px;
  --eg-question-font-familly: Roboto, Helvetica Neue, sans-serif;
  --eg-question-font-weight: normal;
  --eg-question-color: #112c3d;
  --eg-block-color: #112c3d;
  --eg-block-bg-color: #ffffff;
  --eg-block-color-hover: #000;
  --eg-block-bg-color-hover: white;
  --eg-block-bg-color-shade: #d9d9d9;
  --eg-block-bg-color-shade-2: #ddd;
  --eg-block-bg-color-shade-3: #bfbfbf;
  --eg-block-bg-color-shade-4: #999;
  --eg-primary-color: #008788;
  --eg-primary-color-rgb: 0, 135, 136;
  /* deprecated */
  --eg-primary-color-contrast: #000;
  --eg-primary-color-shade: #007374;
  --eg-checkbox-color: #ffffff;
  --eg-checkbox-color-contrast: #000;
  --eg-logo-size: 150px;
}
.questionnaire-block:not(.btn-success):not(.btn-danger), .bootstrap-select > button.dropdown-toggle, .bootstrap-select {
  --bs-btn-color: #112c3d;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #d9d9d9;
  --bs-btn-hover-color: #112c3d;
  --bs-btn-hover-bg: #80c3c4;
  --bs-btn-hover-border-color: #ddd;
  --bs-btn-focus-shadow-rgb: 187, 191, 194;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #008788;
  --bs-btn-active-border-color: #ddd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #d9d9d9;
}
.questionnaire-nav-btn {
  --bs-btn-color: #000;
  --bs-btn-bg: #008788;
  --bs-btn-border-color: #008788;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #26999a;
  --bs-btn-hover-border-color: #1a9394;
  --bs-btn-focus-shadow-rgb: 0, 115, 116;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #339fa0;
  --bs-btn-active-border-color: #1a9394;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #008788;
  --bs-btn-disabled-border-color: #008788;
}
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  color: #112c3d;
  background-image: var(--eg-body-bg-image);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 1;
  padding-top: 65px;
}
@media (min-width: 920px) {
  body {
    padding-top: 100px;
  }
}
@media (min-width: 1400px) {
  body {
    padding-top: 150px;
  }
}
body > .d-flex > .flex-grow-1 {
  overflow: auto;
}
#questionnaire_container {
  background-color: #ffffff;
  overflow: auto;
  width: 100%;
}
#questionnaire_container > div:first-child {
  max-width: 970px;
  margin: auto;
  position: relative;
}
#form_alert_preview {
  position: absolute;
  top: 0;
}
