/*
100 Thin (Hairline)
200 Extra Light (Ultra Light)
300 Light
400 Normal
500 Medium
600 Semi Bold (Demi Bold)
700 Bold
800 Extra Bold (Ultra Bold)
900 Black (Heavy)
*/
h1.kong, .h1.kong {
  font-size: 110px;
}

.ghost_input {
  border: none;
  outline: none;
  background-color: transparent;
  padding-bottom: 0.1em;
  border-bottom: 2px solid #5D6167;
}
.ghost_input::input-placeholder {
  color: #8D96A3;
}
.ghost_input::-webkit-input-placeholder {
  color: #8D96A3;
}
.ghost_input:-moz-placeholder { /* Firefox 18- */
  color: #8D96A3;
}
.ghost_input::-moz-placeholder { /* Firefox 19+ */
  color: #8D96A3;
}
.ghost_input:-ms-input-placeholder {
  color: #8D96A3;
}

.right_cut {
  right: 0;
  height: 50%;
  width: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.ph_bye:focus::-webkit-input-placeholder {
  opacity: 0;
}

.ph_bye:focus::-moz-placeholder {
  opacity: 0;
}

.ph_bye:focus:-ms-input-placeholder {
  opacity: 0;
}

.ph_bye:focus::-ms-input-placeholder {
  opacity: 0;
}

.ph_bye:focus::placeholder {
  opacity: 0;
}

/***** Chrome, Safari, Opera, and Edge Chromium *****/
.range_nice {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: white;
  cursor: pointer;
  background: #ffffff;
  height: 1rem;
}
.range_nice:focus {
  outline: none;
}
.range_nice::-webkit-slider-runnable-track, .range_nice::-moz-range-track {
  background: #ffffff;
  height: 1rem;
}

.range_nice::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: 0rem; /* Centers thumb on the track */
  -webkit-transform: translate(0, -2rem);
          transform: translate(0, -2rem);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  background-color: transparent;
  border: none;
  color: #5D6167;
  height: 6rem;
  width: 6rem;
}

.range_nice::-moz-range-thumb {
  margin-top: unset;
}

.range_tip {
  -webkit-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -webkit-transition: -webkit-transform 150ms ease 0s;
  transition: -webkit-transform 150ms ease 0s;
  transition: transform 150ms ease 0s;
  transition: transform 150ms ease 0s, -webkit-transform 150ms ease 0s;
  bottom: 0;
  -webkit-transform: translate(-50%, -2rem);
      -ms-transform: translate(-50%, -2rem);
          transform: translate(-50%, -2rem);
}
.range_tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #097AE6 transparent transparent transparent;
}

.range_tick {
  top: 100%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  text-align: center;
}

.range_tick_mark {
  bottom: calc(100% + 1.25rem);
  left: 0;
  right: 0;
  height: 0.75rem;
  width: 2px;
  margin: 0 auto;
}

.splide_inline_arrows .splide__arrow {
  background: transparent;
  height: 1em;
  width: 1em;
  position: static;
  display: inline-block;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.splide_inline_arrows .splide__arrow:hover {
  color: #097AE6;
}

@media screen and (max-width: 47em) {
  .br2.br_right {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0px;
  }
}
@media screen and (min-width: 47em) {
  .br2.br_right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
  }
}