.step-content > ol {
  counter-reset: mhln-counter;
  padding-left: 0;
}
.step-content > ol > li {
  list-style: none;
  padding: 0 0 39px 71px;
  position: relative;
}
.step-content > ol > li:last-child:after {
  content: none;
}
.step-content > ol > li:before {
  background-color: var(--bs-primary);
  border-radius: 50%;
  color: var(--bs-otp-light);
  content: counter(mhln-counter, decimal);
  counter-increment: mhln-counter;
  display: block;
  font-family: Source Sans Pro, Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 600;
  height: 48px;
  left: 0;
  line-height: 2.6;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
  z-index: 2;
}
.step-content > ol > li:after {
  border-left: 3px solid var(--bs-otp-primary);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  transform: translate(24px, 47px);
}
.step-content > ol > li > h4 {
  color: var(--bs-body-color);
  margin: 0 0 16px;
  padding-top: 10px;
  font-weight: 700;
}
.step-content--vertical .g-md-8, .step-content--vertical .gy-md-8 {
  --bs-gutter-y: 0 !important;
  --bs-gutter-x: 0 !important;
}
.step-content--vertical .m-md-auto {
  margin: initial !important;
}
.step-content--vertical .col-lg-8 {
  width: auto;
}
.step-content--vertical > ol {
  counter-reset: mhln-counter;
  padding-left: 0;
}
.step-content--vertical > ol > li {
  list-style: none;
  padding: 0 0 0 71px;
  position: relative;
  display: grid;
  grid-template-rows: 0 1fr;
}
.step-content--vertical > ol > li:last-child:after {
  content: none;
}
.step-content--vertical > ol > li:first-child:before {
  height: 60px;
  padding-bottom: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='60' viewBox='0 0 48 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.5 44.5L24 46.5L11.5 44.5L16.2991 47.6299C20.4794 50.3561 23 55.0093 23 60V60L25 60V60C25 55.0093 27.5206 50.3561 31.7009 47.6298L36.5 44.5Z' fill='%2352AE30'/%3E%3Crect y='48' width='48' height='48' rx='24' transform='rotate(-90 0 48)' fill='%2352AE30'/%3E%3C/svg%3E%0A");
}
.step-content--vertical > ol > li:last-child:before {
  height: 60px;
  padding-top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='60' viewBox='0 0 49 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.5212 15.5L24.0212 13.5L11.5212 15.5L16.3204 12.3701C20.5007 9.64386 23.0213 4.99073 23.0213 -9.41786e-07V-9.41786e-07L25.0213 -1.00536e-06V-1.00536e-06C25.0213 4.99073 27.5419 9.64387 31.7222 12.3702L36.5212 15.5Z' fill='%2352AE30'/%3E%3Crect x='0.0212402' y='60' width='48' height='48' rx='24' transform='rotate(-90 0.0212402 60)' fill='%2352AE30'/%3E%3C/svg%3E%0A");
}
.step-content--vertical > ol > li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='72' viewBox='0 0 49 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.5212 56.5L24.0212 58.5L11.5212 56.5L16.3204 59.6299C20.5007 62.3561 23.0213 67.0093 23.0213 72L25.0213 72C25.0213 67.0093 27.5419 62.3561 31.7222 59.6298L36.5212 56.5Z' fill='%2352AE30'/%3E%3Cpath d='M36.5212 15.5L24.0212 13.5L11.5212 15.5L16.3204 12.3701C20.5007 9.64386 23.0213 4.99073 23.0213 -9.41786e-07L25.0213 -1.00536e-06C25.0213 4.99074 27.5419 9.64387 31.7222 12.3702L36.5212 15.5Z' fill='%2352AE30'/%3E%3Crect x='0.0212402' y='60' width='48' height='48' rx='24' transform='rotate(-90 0.0212402 60)' fill='%2352AE30'/%3E%3C/svg%3E%0A");
  color: var(--bs-otp-light);
  content: counter(mhln-counter, decimal);
  counter-increment: mhln-counter;
  display: inline-flex;
  font-family: Source Sans Pro, Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 600;
  height: 73px;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 49px;
  z-index: 2;
  margin-left: -70px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.step-content--vertical > ol > li:after {
  border-left: 3px solid var(--bs-otp-primary);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  transform: translate(24px, 47px);
}
.step-content--vertical > ol .step h4 {
  color: var(--bs-body-color);
  margin: 0 0 16px;
  padding-top: 10px;
  font-weight: 700;
}

.slidercount > ol {
  counter-reset: mhln-counter;
  padding-left: 0;
  display: flex;
}
.slidercount > ol > li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.slidercount > ol > li:last-child:after {
  content: none;
}
.slidercount > ol > li .step {
  width: 69px;
  height: 48px;
  background-color: transparent;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='48' fill='none'%3E%3Cdefs%3E%3CclipPath id='mask-svg_0-1'%3E%3Crect xmlns='http://www.w3.org/2000/svg' rx='24' y='48' x='60.5' height='48' width='48' data-stroke-align='inner'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath fill='%23ABABAB' d='M57 11.5 59 24l-2 12.5 3.1-4.8C63 27.5 67.5 25 72.5 25v-2c-5 0-9.6-2.5-12.4-6.7L57 11.5ZM16 11.5 14 24l2 12.5-3.1-4.8A14.8 14.8 0 0 0 .5 25v-2c5 0 9.6-2.5 12.4-6.7l3.1-4.8Z' style='&%2310;'/%3E%3Crect xmlns='http://www.w3.org/2000/svg' rx='24' y='48' x='60.5' height='48' width='48' data-stroke-align='inner' transform='rotate(-180 60.5 48)' fill='%23fff' stroke-width='3' stroke='%23ABABAB' clip-path='url(%23mask-svg_0-1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ABABAB;
  content: counter(mhln-counter, decimal);
  counter-increment: mhln-counter;
  display: block;
  font-family: Source Sans Pro, Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.6;
  padding: 0;
  text-align: center;
  z-index: 2;
  margin: 0 auto;
  position: relative;
}
.slidercount > ol > li .step.check {
  color: var(--bs-otp-light);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='48' fill='none'%3E%3Cpath fill='%2352AE30' d='M57 11.5 59 24l-2 12.5 3.1-4.8C63 27.5 67.5 25 72.5 25v-2c-5 0-9.6-2.5-12.4-6.7L57 11.5ZM16 11.5 14 24l2 12.5-3.1-4.8A14.8 14.8 0 0 0 .5 25v-2c5 0 9.6-2.5 12.4-6.7l3.1-4.8Z'/%3E%3Crect width='48' height='48' x='60.5' y='48' fill='%2352AE30' rx='24' transform='rotate(-180 60.5 48)'/%3E%3C/svg%3E");
}
.slidercount > ol > li .step.active {
  color: var(--bs-otp-light);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='48' fill='none'%3E%3Cpath fill='%23FFCC00' d='M57 11.5 59 24l-2 12.5 3.1-4.8C63 27.5 67.5 25 72.5 25v-2c-5 0-9.6-2.5-12.4-6.7L57 11.5ZM16 11.5 14 24l2 12.5-3.1-4.8A14.8 14.8 0 0 0 .5 25v-2c5 0 9.6-2.5 12.4-6.7l3.1-4.8Z'/%3E%3Crect width='48' height='48' x='60.5' y='48' fill='%23FFCC00' rx='24' transform='rotate(-180 60.5 48)'/%3E%3C/svg%3E");
}
.slidercount > ol > li:first-child .step {
  color: var(--bs-otp-light);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='48' fill='none'%3E%3Cpath fill='%2352AE30' d='m56.7 11.5 2 12.5-2 12.5 3.1-4.8c2.7-4.2 7.4-6.7 12.4-6.7v-2c-5 0-9.7-2.5-12.4-6.7l-3.1-4.8Z'/%3E%3Crect width='48' height='48' x='60.2' y='48' fill='%2352AE30' rx='24' transform='rotate(-180 60.2 48)'/%3E%3C/svg%3E");
}
.slidercount > ol > li:first-child .step.active {
  color: var(--bs-otp-light);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='48' fill='none'%3E%3Cpath fill='%23FFCC00' d='m56.7 11.5 2 12.5-2 12.5 3.1-4.8c2.7-4.2 7.4-6.7 12.4-6.7v-2c-5 0-9.7-2.5-12.4-6.7l-3.1-4.8Z'/%3E%3Crect width='48' height='48' x='60.2' y='48' fill='%23FFCC00' rx='24' transform='rotate(-180 60.2 48)'/%3E%3C/svg%3E");
}
.slidercount > ol > li:last-child .step {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='48' fill='none'%3E%3Cg fill='%23ababab' clip-path='url(%23a)'%3E%3Cpath d='m15.7 11.5-2 12.5 2 12.5-3.2-4.8A14.8 14.8 0 0 0 .2 25v-2c5 0 9.6-2.5 12.3-6.7l3.2-4.8Z'/%3E%3Crect xmlns='http://www.w3.org/2000/svg' width='46' height='46' x='59.2' y='47' stroke='%23ababab' stroke-width='2' rx='23' fill='%23fff' transform='rotate(-180 59.2 47)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.2 0h72v48H.2z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.slidercount > ol > li:last-child .step.active {
  color: var(--bs-otp-light);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='48' fill='none'%3E%3Cg fill='%23FFCC00' clip-path='url(%23a)'%3E%3Cpath d='m15.7 11.5-2 12.5 2 12.5-3.2-4.8A14.8 14.8 0 0 0 .2 25v-2c5 0 9.6-2.5 12.3-6.7l3.2-4.8Z'/%3E%3Crect width='46' height='46' x='59.2' y='47' stroke='%23FFCC00' stroke-width='2' rx='23' transform='rotate(-180 59.2 47)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.2 0h72v48H.2z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.slidercount > ol > li:last-child .lin {
  display: none;
}
.slidercount > ol > li .lin {
  height: 2px;
  background-color: var(--bs-primary);
  bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 1;
  transform: translate(22px, 22px);
}
.slidercount > ol > li > h4 {
  color: var(--bs-body-color);
  margin: 0 0 16px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
.slidercount > ol > li > p {
  font-size: 18px;
}

@media (min-width: 720px) {
  .slidercount > ol > li .step {
    color: var(--bs-otp-light);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='48' fill='none'%3E%3Cpath fill='%2352AE30' d='M57 11.5 59 24l-2 12.5 3.1-4.8C63 27.5 67.5 25 72.5 25v-2c-5 0-9.6-2.5-12.4-6.7L57 11.5ZM16 11.5 14 24l2 12.5-3.1-4.8A14.8 14.8 0 0 0 .5 25v-2c5 0 9.6-2.5 12.4-6.7l3.1-4.8Z'/%3E%3Crect width='48' height='48' x='60.5' y='48' fill='%2352AE30' rx='24' transform='rotate(-180 60.5 48)'/%3E%3C/svg%3E");
  }
  .slidercount > ol > li:first-child .step {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='48' fill='none'%3E%3Cpath fill='%2352AE30' d='m56.7 11.5 2 12.5-2 12.5 3.1-4.8c2.7-4.2 7.4-6.7 12.4-6.7v-2c-5 0-9.7-2.5-12.4-6.7l-3.1-4.8Z'/%3E%3Crect width='48' height='48' x='60.2' y='48' fill='%2352AE30' rx='24' transform='rotate(-180 60.2 48)'/%3E%3C/svg%3E");
  }
  .slidercount > ol > li:last-child .step {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='48' fill='none'%3E%3Cg fill='%2352AE30' clip-path='url(%23a)'%3E%3Cpath d='m15.7 11.5-2 12.5 2 12.5-3.2-4.8A14.8 14.8 0 0 0 .2 25v-2c5 0 9.6-2.5 12.3-6.7l3.2-4.8Z'/%3E%3Crect width='46' height='46' x='59.2' y='47' stroke='%2352AE30' stroke-width='2' rx='23' transform='rotate(-180 59.2 47)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.2 0h72v48H.2z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
#komuselka .carousel-indicators {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#komuselka .carousel-indicators [data-bs-target] {
  text-indent: inherit;
  border: none;
  opacity: 1;
}

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