@keyframes load-gif-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uwrPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 170, 62, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 7px rgba(224, 170, 62, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 170, 62, 0);
  }
}
@-webkit-keyframes uwrScale {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes uwrFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --uwr-green: $uwr-green;
  --uwr-yellow: $uwr-yellow;
  --uwr-yellow-rgb: $uwr-yellow-rgb;
  --uwr-dark-blue: $uwr-dark-blue;
  --uwr-light-blue: $uwr-light-blue;
  --uwr-error: $uwr-error;
  --uwr-gray: $uwr-gray;
  --uwr-light-gray: $uwr-light-gray;
  --uwr-lighter-gray: $uwr-lighter-gray;
  --uwr-orange: $uwr-orange;
  --uwr-gray-rgb: $uwr-gray-rgb;
  --uwr-font: $uwr-font --uwr-font-color: $uwr-font-color;
  --uwr-text-white: $uwr-text-white;
  --uwr-text-white-light: $uwr-text-white-light;
}

.everto-uwr {
  background-color: #ECEDE8;
  color: #0a2a41;
  text-wrap: pretty;
  color: #0a2a41;
  hyphens: auto;
  font-family: "Open Sans", Sans-serif;
  /**
  * Font and Typography
  */
}
.everto-uwr .btn-primary {
  background-color: #1abc9c;
  border: 2px solid #1abc9c;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  transition: background-color 0.5s;
}
@media (max-width: 767.98px) {
  .everto-uwr .btn-primary {
    padding: 6px 14px;
  }
}
.everto-uwr .btn-primary:hover, .everto-uwr .btn-primary:active, .everto-uwr .btn-primary:focus {
  background-color: #0a2a41;
  border-color: #0a2a41;
}
.everto-uwr .btn-primary.alt {
  color: #0a2a41;
  background-color: transparent;
  border-color: #0a2a41;
}
.everto-uwr .btn-primary.alt:hover {
  background-color: #0a2a41;
  color: #fff;
}
.everto-uwr .btn-primary.blue {
  color: #fff;
  background-color: #0a2a41;
  border-color: #0a2a41;
}
.everto-uwr .btn-primary.blue:hover {
  background-color: transparent;
  color: #0a2a41;
  border-color: #0a2a41;
}
.everto-uwr .btn-secondary.step-button {
  margin: 0 10px;
  border: 2px solid #515151;
  padding: 8px 20px;
  border-radius: 4px;
  transition: background-color 0.5s;
  background-color: #515151;
  color: #fff;
}
@media (max-width: 767.98px) {
  .everto-uwr .btn-secondary.step-button {
    padding: 6px 14px;
  }
}
.everto-uwr .btn-secondary.step-button:hover {
  color: #515151;
  background-color: #d1d5db;
  border-color: #d1d5db;
}
.everto-uwr .btn-animated {
  animation: 2s uwrScale infinite;
}
.everto-uwr h2 {
  position: relative;
}
.everto-uwr .text-white {
  color: #ECEDE8;
}
.everto-uwr .text-primary {
  color: #0a2a41 !important;
}
.everto-uwr .text-white-light {
  color: #FFF9F5;
}
.everto-uwr .font-display {
  font-family: "Erode", sans-serif;
  font-weight: 500;
}
.everto-uwr .text-number {
  font-size: 64px;
  line-height: 1.5;
}
.everto-uwr .text-display {
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .everto-uwr .text-display {
    font-size: 38px;
  }
}
.everto-uwr .text-large {
  font-size: 24px;
  line-height: 1.5;
}
.everto-uwr .text-regular {
  font-size: 16px;
  line-height: 1.5;
}
.everto-uwr .text-small {
  font-size: 14px;
  line-height: 1.5;
}
.everto-uwr .load-gif {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.everto-uwr .load-gif:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: load-gif-animation 1.2s linear infinite;
}
.everto-uwr .header .logo-wrapper {
  padding: 24px 0;
}
.everto-uwr .header .logo-wrapper img.custom-logo {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.everto-uwr .footer .steps-wrapper {
  padding: 0 0 24px;
}
.everto-uwr .everto-uwr-wrapper {
  padding: 0 0 96px;
}
@media (max-width: 991.98px) {
  .everto-uwr .everto-uwr-wrapper {
    padding: 0 0 20px;
  }
  .everto-uwr .everto-uwr-wrapper > .gap-5 {
    gap: 8px !important;
  }
}
.everto-uwr .icon-white svg path {
  fill: #fff;
}
.everto-uwr h2 a[data-bs-toggle=popover] {
  position: absolute;
  top: 0.2em;
  right: 0;
  line-height: 1;
  display: flex;
}
.everto-uwr .progress-wrapper .progress-percentage {
  width: 100%;
  gap: 8px;
}
.everto-uwr .progress-wrapper .progress-percentage .percentage {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 991.98px) {
  .everto-uwr .progress-wrapper .progress-percentage .percentage {
    display: none;
  }
}
.everto-uwr .progress-wrapper .progress-percentage .progress {
  width: 100%;
  background-color: rgba(217, 217, 217, 0.5019607843);
  border-radius: 128px;
}
@media (max-width: 991.98px) {
  .everto-uwr .progress-wrapper .progress-percentage .progress {
    height: 8px;
  }
}
.everto-uwr .progress-wrapper .progress-percentage .progress .progress-bar {
  background-color: #1abc9c;
  border-radius: 128px;
}
.everto-uwr .content-wrapper .step-content {
  display: none;
}
.everto-uwr .content-wrapper .step-content.active {
  display: flex;
}
.everto-uwr .content-wrapper .step-content.active.was-validated .form-check.radio:has(.form-check-input:invalid) {
  border: 1px solid #dc3545;
}
.everto-uwr .content-wrapper .inner-step-wrapper p.topic {
  display: none;
}
.everto-uwr .content-wrapper .inner-step-wrapper .range-number-field {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.everto-uwr .content-wrapper .inner-step-wrapper .range-number-field .label {
  max-width: 130px;
}
.everto-uwr .content-wrapper .inner-step-wrapper .range-number-field label.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.everto-uwr .content-wrapper .inner-step-wrapper .row.optional svg,
.everto-uwr .content-wrapper .inner-step-wrapper .number-input.optional svg {
  cursor: pointer;
  bottom: -40px;
}
.everto-uwr .content-wrapper .inner-step-wrapper .row.optional .optional-trigger,
.everto-uwr .content-wrapper .inner-step-wrapper .number-input.optional .optional-trigger {
  position: relative;
}
.everto-uwr .content-wrapper .inner-step-wrapper .row.optional input,
.everto-uwr .content-wrapper .inner-step-wrapper .row.optional label,
.everto-uwr .content-wrapper .inner-step-wrapper .number-input.optional input,
.everto-uwr .content-wrapper .inner-step-wrapper .number-input.optional label {
  display: none;
}
.everto-uwr .content-wrapper .inner-step-wrapper .row.optional svg.minus,
.everto-uwr .content-wrapper .inner-step-wrapper .number-input.optional svg.minus {
  display: none;
}
.everto-uwr .content-wrapper .inner-step-wrapper .row.optional svg.plus,
.everto-uwr .content-wrapper .inner-step-wrapper .number-input.optional svg.plus {
  display: inline-block;
  position: absolute;
  left: calc(50% - 12px);
}
.everto-uwr .content-wrapper .inner-step-wrapper .row.optional.active input,
.everto-uwr .content-wrapper .inner-step-wrapper .number-input.optional.active input {
  display: revert;
}
.everto-uwr .content-wrapper .inner-step-wrapper .row.optional.active label,
.everto-uwr .content-wrapper .inner-step-wrapper .number-input.optional.active label {
  display: flex;
}
.everto-uwr .content-wrapper .inner-step-wrapper .row.optional.active svg.minus,
.everto-uwr .content-wrapper .inner-step-wrapper .number-input.optional.active svg.minus {
  display: inline-block;
}
.everto-uwr .content-wrapper .inner-step-wrapper .row.optional.active svg.plus,
.everto-uwr .content-wrapper .inner-step-wrapper .number-input.optional.active svg.plus {
  display: none;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  gap: 16px;
  max-width: 820px;
  margin-top: 10px;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .toggle-options div {
  padding-right: 32px;
  background: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJtMTEgMTFoLTcuMjVjLS40MTQgMC0uNzUuMzM2LS43NS43NXMuMzM2Ljc1Ljc1Ljc1aDcuMjV2Ny4yNWMwIC40MTQuMzM2Ljc1Ljc1Ljc1cy43NS0uMzM2Ljc1LS43NXYtNy4yNWg3LjI1Yy40MTQgMCAuNzUtLjMzNi43NS0uNzVzLS4zMzYtLjc1LS43NS0uNzVoLTcuMjV2LTcuMjVjMC0uNDE0LS4zMzYtLjc1LS43NS0uNzVzLS43NS4zMzYtLjc1Ljc1eiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+") no-repeat center right/contain;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .toggle-options div.hidden {
  background: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJtMjEgMTEuNzVjMC0uNDE0LS4zMzYtLjc1LS43NS0uNzVoLTE2LjVjLS40MTQgMC0uNzUuMzM2LS43NS43NXMuMzM2Ljc1Ljc1Ljc1aDE2LjVjLjQxNCAwIC43NS0uMzM2Ljc1LS43NXoiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==") no-repeat center right/contain;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .toggle-options .hidden {
  display: none;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio {
  border: 2px solid #0a2a41;
  border-radius: 16px;
  padding-left: 0;
  margin-bottom: 0;
  min-height: 180px;
  width: calc(25% - 12px);
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio.hidden {
  display: none;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio:hover {
  background-color: rgba(26, 188, 156, 0.25);
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio:hover .form-check-label {
  border: 2px solid #ECEDE8;
  border-radius: 14px;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio:hover .form-check-input::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background-color: #1abc9c;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio.active {
  border-color: #1abc9c;
  background-color: rgba(26, 188, 156, 0.25);
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio.active .form-check-label {
  border: 2px solid #ECEDE8;
  border-radius: 14px;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio .form-check-label {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  width: 100%;
  cursor: pointer;
  padding: 18px;
  height: 100%;
  position: unset;
  border: 2px solid transparent;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio .form-check-label .label-text {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 14px;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio .form-check-label .icon {
  height: 28px;
  width: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio .form-check-label .icon img {
  position: relative;
  max-width: 100%;
  margin: 0;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio .form-check-label .icon img:hover {
  background: transparent;
  border-radius: 0;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio .form-check-label .form-check-input {
  display: block;
  margin-left: unset;
}
.everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio .form-check-label .invalid-feedback {
  position: absolute;
  left: 10px;
  text-align: left;
  top: -30px;
}
.everto-uwr .content-wrapper h3 img {
  position: absolute;
  margin: -2px 10px;
}
.everto-uwr .content-wrapper label img {
  position: absolute;
  margin: -2px 10px;
}
.everto-uwr .content-wrapper h3 img:hover {
  background: #d1d5db;
  border-radius: 50%;
}
.everto-uwr .content-wrapper label img:hover {
  background: #d1d5db;
  border-radius: 50%;
}
.everto-uwr .content-wrapper .required-fields-hint {
  font-weight: 600;
  font-size: 14px;
  color: #0a2a41;
}
.everto-uwr .content-wrapper .subtitle {
  margin: 0 0 32px;
}
.everto-uwr .content-wrapper .invalid-feedback {
  margin-bottom: 0px;
}
.everto-uwr .content-wrapper .invalid-feedback.negative-number .everto-uwr .content-wrapper .invalid-feedback.small-number {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.everto-uwr .content-wrapper .was-validated .form-check-input:valid ~ .form-check-label {
  color: #0a2a41;
}
.everto-uwr .content-wrapper .form-select.is-valid:not([multiple]):not([size]),
.everto-uwr .content-wrapper .form-select.is-valid:not([multiple])[size="1"],
.everto-uwr .content-wrapper .was-validated .form-select:valid:not([multiple]):not([size]),
.everto-uwr .content-wrapper .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.everto-uwr .content-wrapper .form-select.is-valid,
.everto-uwr .content-wrapper .was-validated .form-select:valid,
.everto-uwr .content-wrapper .form-check-input.is-valid,
.everto-uwr .content-wrapper .was-validated .form-check-input:valid {
  border-color: #1abc9c;
}
.everto-uwr .content-wrapper .form-check-input.is-valid:checked,
.everto-uwr .content-wrapper .was-validated .form-check.radio .form-check-input:valid,
.everto-uwr .content-wrapper .was-validated .form-check-input:valid:checked {
  background-color: transparent;
  border-color: #0a2a41;
}
.everto-uwr .content-wrapper form label {
  position: relative;
  width: 100%;
}
.everto-uwr .content-wrapper form label.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.everto-uwr .content-wrapper .input-group {
  max-width: 600px;
  background: transparent;
  border: none;
  border-bottom: 2px solid #0a2a41;
  border-radius: 0;
  padding: 0;
}
.everto-uwr .content-wrapper .input-group input {
  border: none;
  padding: 0 10px;
  background: transparent;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.5;
  color: #212529;
}
.everto-uwr .content-wrapper .input-group input::placeholder {
  opacity: 0.3;
}
.everto-uwr .content-wrapper .input-group .input-group-text {
  border: none;
  color: #212529;
  padding: 0;
  background: transparent;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.5;
  opacity: 0.3;
}
.everto-uwr .content-wrapper .input-group:has(input:not(:placeholder-shown)) .input-group-text {
  opacity: 1;
}
.everto-uwr .content-wrapper .form-select {
  font-size: 12pt;
  padding: 10px;
  padding-right: 35px;
}
.everto-uwr .content-wrapper input:disabled {
  border: 1px dashed #d1d5db;
  background: #fff;
  box-shadow: none;
}
.everto-uwr .content-wrapper input.form-text.input-number {
  max-width: 300px;
  display: block;
}
.everto-uwr .content-wrapper .form-check-input {
  transition: all 0.25s;
  margin-top: 15px;
}
.everto-uwr .content-wrapper .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
}
.everto-uwr .content-wrapper .form-check-input[type=radio],
.everto-uwr .content-wrapper .form-check-input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #0a2a41;
  border-radius: 50%;
  background-color: transparent;
  background-size: 0%;
}
.everto-uwr .content-wrapper .form-check-input:checked[type=radio]:after,
.everto-uwr .content-wrapper .form-check-input:checked[type=checkbox]:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background-color: #1abc9c;
}
.everto-uwr .content-wrapper .form-check.form-switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
}
.everto-uwr .content-wrapper .form-check.form-switch .form-check-input[type=checkbox] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMS45OTgiIGN5PSIxMS45OTgiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzBhMmE0MSIgcj0iOS45OTgiLz48L3N2Zz4");
  border-radius: 2em;
  background-size: unset;
  height: 2rem;
  width: 4rem;
  margin-left: 1rem;
  border-color: transparent;
  background-color: #d6d6d6;
  opacity: 0.65;
  cursor: pointer;
}
.everto-uwr .content-wrapper .form-check.form-switch .form-check-input:checked[type=checkbox] {
  background-size: unset;
  background-color: #e0aa3e;
  opacity: 1;
}
.everto-uwr .content-wrapper .radio-group-label-row .text-center {
  font-weight: 500 !important;
}
.everto-uwr .content-wrapper .form-check-label {
  font-weight: 500;
}
.everto-uwr .content-wrapper .form-check.orange {
  padding-left: 0;
  width: 100px;
  margin-bottom: 10px;
}
.everto-uwr .content-wrapper .orange .form-check-label {
  margin-left: 30px;
  margin-top: 3px;
  position: absolute;
  margin-bottom: 5px;
  transition: all 1s;
  z-index: 1;
  width: auto;
}
.everto-uwr .content-wrapper .orange .form-check-input {
  border: solid 2px #ffb100;
  padding: 10px;
  margin: 2px 10px 0 0;
  position: absolute;
  border-radius: 50px;
  transition: width 1s;
}
.everto-uwr .content-wrapper .orange .form-check-input:checked {
  background-color: #ffb100;
  width: 120px;
  background-image: none;
}
.everto-uwr .content-wrapper .orange .form-check-input:checked ~ label {
  color: #fff !important;
  text-align: center;
}
.everto-uwr .content-wrapper .form-check-input.is-valid:focus,
.everto-uwr .content-wrapper .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.2509803922);
}
.everto-uwr .content-wrapper .form-check.orange .invalid-feedback {
  top: 35px;
  position: relative;
  min-width: 140px;
}
.everto-uwr .sidebar-wrapper {
  background-color: #0a2a41;
  border-radius: 8px;
  padding: 32px 16px;
  gap: 32px;
}
@media (max-width: 991.98px) {
  .everto-uwr .sidebar-wrapper {
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 991.98px) {
  .everto-uwr .sidebar-wrapper .nav-wrapper {
    display: none;
  }
}
.everto-uwr .sidebar-wrapper .nav-wrapper .col-12 {
  padding: 0 32px;
}
.everto-uwr .sidebar-wrapper .nav-wrapper .col-12 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.everto-uwr .sidebar-wrapper .nav-wrapper .col-12 ul .nav-item {
  cursor: pointer;
  color: #ECEDE8;
  line-height: 44px;
  font-weight: 600;
}
.everto-uwr .sidebar-wrapper .nav-wrapper .col-12 ul .nav-item p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.everto-uwr .sidebar-wrapper .nav-wrapper .col-12 ul .nav-item p span {
  display: inline-block;
  width: auto;
}
.everto-uwr .sidebar-wrapper .nav-wrapper .col-12 ul .nav-item.inactive {
  cursor: not-allowed;
  color: #FFF9F5;
  opacity: 0.8;
}
.everto-uwr .sidebar-wrapper .nav-wrapper .col-12 ul .nav-item.active {
  color: #ECEDE8;
}
.everto-uwr .sidebar-wrapper .nav-wrapper .col-12 ul .nav-item.finished {
  list-style-type: none;
  color: #FFF9F5;
}
.everto-uwr .sidebar-wrapper .nav-wrapper .col-12 ul .nav-item.finished p {
  display: flex;
  align-items: center;
}
.everto-uwr .sidebar-wrapper .nav-wrapper .col-12 ul .nav-item.finished p span {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url(../img/check-rounded.svg) no-repeat center/20px;
}
.everto-uwr .sidebar-wrapper .overlay {
  background: linear-gradient(0deg, rgba(10, 41, 65, 0.68) 0%, #025277 100%), url(../img/background-cropped.jpg) no-repeat bottom;
  background-size: 100% auto;
  height: 100%;
  min-height: 100vh;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper {
  padding: 20px;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .intro {
  color: #fff;
  margin-bottom: 30px;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper {
  color: #fff;
  background-color: #1abc9c;
  border-radius: 10px;
  padding: 20px;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper .title {
  font-weight: bold;
  font-size: 24px;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper .ertragswert {
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper .icon {
  margin: 20px 0;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper .result .mobile-more-info {
  display: none;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper .result .default {
  display: block;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper .result .input-error {
  display: none;
  color: #dc3545;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper .result .finished-calculation .btn.finish-calculation {
  background-color: #04435f;
  border: 1px solid #04435f;
  margin: 0 auto;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  transition: background-color 0.5s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper .result .finished-calculation .btn.finish-calculation .icon {
  height: 24px;
  width: 24px;
  margin: 0;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper .result .finished-calculation .btn.finish-calculation:hover {
  background-color: #0a2a41;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper.error-active {
  background-color: #d1d5db;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper.error-active .result .error {
  color: #dc3545;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper.input-error-active {
  background-color: #d1d5db;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper.input-error-active .result .default {
  display: none;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper.input-error-active .result .input-error {
  display: block;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper.warning-active {
  background-color: #e0aa3e;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper.warning-active.input-error-active {
  background-color: #d1d5db;
}
.everto-uwr .sidebar-wrapper .result-outter-wrapper .result-inner-wrapper .error-message {
  display: none;
  padding: 1rem 1rem 0;
  color: #0a2a41;
}
.everto-uwr.result-page {
  background-color: #1abc9c;
}
.everto-uwr.result-page h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #0a2a41;
}
.everto-uwr.result-page .info-text {
  padding: 15px;
  border-radius: 16px;
  color: #fff;
}
.everto-uwr.result-page .info-text h1 {
  color: #fff;
}
.everto-uwr.result-page #evertoMailInputForm .form-check-label {
  text-wrap-style: auto;
}
.everto-uwr.result-page #evertoMailInputForm .form-check-label a {
  color: #1abc9c;
}
.everto-uwr.result-page #evertoMailInputForm .form-check-label a:hover {
  color: #0a2a41;
}
.everto-uwr.result-page #evertoMailInputForm input.form-control {
  border-radius: 4px;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #0a2a41;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  border: 1px solid #d1d5db;
}
.everto-uwr.result-page #evertoMailInputForm input.form-control::placeholder {
  color: #515151;
}
.everto-uwr.result-page #evertoMailInputForm.was-validated .form-check-input:invalid ~ .form-check-label,
.everto-uwr.result-page #evertoMailInputForm.was-validated .form-check-input:valid ~ .form-check-label {
  color: "Open Sans", Sans-serif;
}
.everto-uwr.result-page #evertoMailInputForm.was-validated .form-check-input:valid ~ .form-check-label {
  color: #1abc9c;
}
.everto-uwr.result-page #evertoMailInputForm.was-validated .form-check-input:valid:checked {
  background-color: #1abc9c;
}
.everto-uwr.result-page #evertoMailInputForm.was-validated .form-check-input:valid {
  border-color: #1abc9c;
}
.everto-uwr.result-page #evertoMailInputForm.was-validated .form-control:valid {
  border-color: #1abc9c;
  padding-right: 1rem;
  background-image: unset;
}
.everto-uwr.result-page #evertoMailInputForm .form-control.is-valid {
  border-color: #1abc9c;
  padding-right: 1rem;
  background-image: unset;
}
.everto-uwr.result-page #evertoMailInputForm .form-check-input.is-valid ~ .form-check-label {
  color: #1abc9c;
}
.everto-uwr.result-page #evertoMailInputForm .form-check-input.is-valid:checked {
  background-color: #1abc9c;
}
.everto-uwr.result-page #evertoMailInputForm .form-check-input.is-valid {
  border-color: #1abc9c;
}
.everto-uwr.result-page #evertoMailInputForm .form-check-input:valid:checked {
  background-color: #0a2a41;
  border-color: #0a2a41;
}
.everto-uwr.result-page .result {
  align-items: flex-end;
}
.everto-uwr.result-page .result .everto-mail-form-result {
  margin: 20px 0;
  text-align: center;
}
.everto-uwr.result-page .result .everto-mail-form-result a {
  color: #0a2a41;
}
.everto-uwr.result-page .result .everto-mail-form-result a:hover {
  color: #04435f;
}
.everto-uwr.result-page .result .everto-mail-form-result .success-message {
  background: #1abc9c;
  color: #fff;
  padding: 15px;
  opacity: 0;
  animation: uwrFadeIn 1s;
}
.everto-uwr.result-page .result .everto-mail-form-result .load-gif {
  width: 50px;
  height: 50px;
}
.everto-uwr.result-page .result .everto-mail-form-result .load-gif:after {
  width: 40px;
  height: 40px;
  border: 3px solid #1abc9c;
  border-color: #1abc9c transparent #1abc9c transparent;
}
.everto-uwr.result-page .result .everto-mail-form-result p {
  text-align: left;
}
.everto-uwr.result-page .result .unternehmenswert {
  color: #1abc9c;
  font-weight: 700;
  font-size: 68px;
  line-height: 80px;
}
.everto-uwr.result-page .result .circle {
  background-color: #e0aa3e;
  transform: rotate(15deg);
  font-weight: 700;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.everto-uwr.result-page .result .circle span {
  width: 100%;
  display: block;
}
.everto-uwr.result-page .result .circle .title {
  color: #0a2a41;
  font-size: 15px;
}
.everto-uwr.result-page .result .circle .percent {
  color: #fff;
  font-size: 21px;
}
.everto-uwr.result-page .result .circle .free {
  color: #fff;
  font-size: 15px;
  margin-top: -5px;
}
@media (min-width: 1920px) {
  .everto-uwr .everto-uwr .content-wrapper .inner-step-wrapper {
    max-width: 1200px;
  }
}
@media (max-width: 991.98px) {
  .everto-uwr h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .everto-uwr .load-gif {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .everto-uwr .load-gif:after {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    margin: 0px;
  }
  .everto-uwr .sidebar-wrapper {
    position: relative;
    display: block;
  }
  .everto-uwr .sidebar-wrapper .overlay {
    height: auto;
    display: flex;
    justify-content: space-between;
    min-height: unset;
    position: fixed;
    width: 100%;
    z-index: 1;
    max-width: 100vw;
  }
  .everto-uwr .sidebar-wrapper .overlay .logo-wrapper {
    width: 10%;
    margin-left: 0 !important;
    padding: 10px 0;
  }
  .everto-uwr .sidebar-wrapper .overlay .logo-wrapper img.mobile-logo {
    display: block;
  }
  .everto-uwr .sidebar-wrapper .overlay .logo-wrapper img.custom-logo {
    display: none;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper {
    padding: 10px;
    width: 85%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .intro {
    font-size: 10pt;
    width: 50%;
    margin-bottom: 0;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px;
    overflow: hidden;
    width: 50%;
    justify-content: space-around;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .title,
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .ertragswert {
    font-size: 16px;
    line-height: 22px;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .title,
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .icon,
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .error-message,
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .input-error {
    display: none;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .error-message.small-entry {
    display: none !important;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .result {
    display: flex;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .result .default,
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .result .error.invalid-calculation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .result .ertragswert {
    margin-bottom: 0;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .result .mobile-more-info {
    display: inline;
    width: 30px;
    margin-left: 15px;
    object-fit: cover;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .result .finished-calculation p {
    display: none;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .result .finished-calculation .btn.finish-calculation {
    height: 32px;
    width: 32px;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .result .finished-calculation .btn.finish-calculation .icon {
    width: 16px;
    height: 16px;
    display: block;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .result .error .my-0,
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .result .warning .my-0 {
    display: none;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .result .error-title {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center .result p {
    padding: 0 10px;
  }
  .everto-uwr .content-wrapper {
    margin-left: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0px;
  }
  .everto-uwr .content-wrapper .inner-step-wrapper {
    padding: 15px 0;
  }
  .everto-uwr .content-wrapper form label {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .everto-uwr .content-wrapper .orange .form-check-input:checked ~ label {
    width: unset;
  }
  .everto-uwr .content-wrapper .input-group input {
    font-size: 50px;
  }
  .everto-uwr .content-wrapper .input-group .input-group-text {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .everto-uwr .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio {
    width: calc(50% - 8px);
  }
  .everto-uwr.result-page #evertoMailInputForm .col-12 {
    margin-bottom: 1em;
  }
  .everto-uwr.result-page .result .circle {
    margin: 0;
  }
  .everto-uwr.result-page .result .unternehmenswert {
    font-size: 45px;
    line-height: 57px;
  }
}
@media (max-width: 575.98px) {
  .everto-uwr .sidebar-wrapper .overlay {
    flex-wrap: wrap;
  }
  .everto-uwr .sidebar-wrapper .overlay .logo-wrapper img.custom-logo {
    max-width: 200px;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .intro {
    font-size: 10pt;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
  .everto-uwr .sidebar-wrapper .overlay .result-outter-wrapper .result-inner-wrapper.text-center {
    width: 100%;
  }
  .everto-uwr label.col {
    min-width: 15px;
  }
  .everto-uwr .radio-group-label-row {
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 0px !important;
  }
  .everto-uwr .radio-group-label-row label.col {
    transform: rotate(180deg);
    width: -2px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    max-width: 22px;
    white-space: nowrap;
    text-align: left !important;
    vertical-align: middle !important;
    padding: 0;
  }
}
.everto-uwr.pre-question-anlass {
  background-color: #1abc9c;
}
.everto-uwr.pre-question-anlass .content-wrapper .inner-step-wrapper .radio-wrapper {
  justify-content: center;
}
.everto-uwr.pre-question-anlass .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio {
  width: calc(33.3333333333% - 10.6666666667px);
}
@media (max-width: 767.98px) {
  .everto-uwr.pre-question-anlass .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio {
    width: calc(50% - 8px);
  }
}
.everto-uwr.pre-question-anlass .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio.active, .everto-uwr.pre-question-anlass .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio:hover {
  border-color: #0a2a41;
  background-color: rgba(255, 255, 255, 0.25);
}
.everto-uwr.pre-question-anlass .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio.active .form-check-label, .everto-uwr.pre-question-anlass .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio:hover .form-check-label {
  border: 2px solid #1abc9c;
  border-radius: 14px;
}
.everto-uwr.pre-question-anlass .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio.active .form-check-label .form-check-input::after, .everto-uwr.pre-question-anlass .content-wrapper .inner-step-wrapper .radio-wrapper .form-check.radio:hover .form-check-label .form-check-input::after {
  background-color: #0a2a41;
}

#everto-unternehmenswert-berechnen {
  display: none;
}

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