:root {
  --focus-color: rgb(222, 17, 37);
  --btn-focus-box-shadow: 0 0 0 0.25rem rgba(222, 17, 37, 1); }

.main-heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 0;
  text-align: left; }

.red-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
  color: #de1125; }

.info-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
  letter-spacing: 0;
  text-align: left;
  color: black; }

#beesecure-form a:focus {
  color: rgba(222, 17, 37, 0.5) !important; }

.data-policy-link {
  text-decoration: underline;
  color: #DE1125;
  font-weight: bold; }

.spinner-wrapper.svelte-k4ps7y {
  display: flex;
  justify-content: center; }

.svelte-g4wg3a {
  box-sizing: border-box; }

.bg.svelte-g4wg3a {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.66); }

.wrap.svelte-g4wg3a {
  position: relative;
  margin: 2rem;
  max-height: 100%; }

.window.svelte-g4wg3a {
  position: relative;
  width: 40rem;
  max-width: 100%;
  max-height: 100%;
  margin: 2rem auto;
  color: black;
  border-radius: 0.5rem;
  background: white; }

.content.svelte-g4wg3a {
  position: relative;
  padding: 1rem;
  max-height: calc(100vh - 4rem);
  overflow: auto; }

.close.svelte-g4wg3a {
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1000;
  top: 1rem;
  right: 1rem;
  margin: 0;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  color: black;
  border-radius: 1.5rem;
  background: white;
  box-shadow: 0 0 0 1px black;
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-appearance: none; }

.close.svelte-g4wg3a:before, .close.svelte-g4wg3a:after {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1px;
  background: black;
  transform-origin: center;
  transition: height 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); }

.close.svelte-g4wg3a:before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  left: 0.25rem; }

.close.svelte-g4wg3a:after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  left: 0.25rem; }

.close.svelte-g4wg3a:hover {
  background: black; }

.close.svelte-g4wg3a:hover:before, .close.svelte-g4wg3a:hover:after {
  height: 2px;
  background: white; }

.close.svelte-g4wg3a:focus {
  border-color: #3399ff;
  box-shadow: 0 0 0 2px #3399ff; }

.close.svelte-g4wg3a:active {
  transform: scale(0.9); }

.close.svelte-g4wg3a:hover, .close.svelte-g4wg3a:focus, .close.svelte-g4wg3a:active {
  outline: none; }

.main-heading.svelte-1bmoju6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 54px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 80px; }

@media (max-width: 900px) {
  .main-heading.svelte-1bmoju6 {
    font-size: 30px;
    line-height: 40px; } }

h2.svelte-1bmoju6 {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  margin: auto 35px auto 0;
  color: #000000; }

div.svelte-1bmoju6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

div.code.svelte-1bmoju6 {
  display: inline;
  border: 1px solid #C8C8C8;
  border-radius: 12px;
  background: white;
  padding: 5px 25px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  margin-right: 10px;
  margin-top: 5px;
  color: #DE1125;
  word-break: break-word; }

button.btn-copy.svelte-1bmoju6 {
  all: unset;
  padding: 10px 25px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: black;
  cursor: pointer;
  border: 1px solid #C8C8C8;
  border-radius: 12px !important;
  margin-top: 5px; }

button.btn-copy.svelte-1bmoju6:hover {
  background: #DE1125;
  color: #fff; }

.copyAlert.svelte-1bmoju6 {
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px; }

.animate.svelte-1bmoju6 {
  animation: svelte-1bmoju6-disappear 4s linear; }

.copyAlert.svelte-1bmoju6 {
  opacity: 0; }

@keyframes svelte-1bmoju6-disappear {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.info-text.svelte-1bmoju6 {
  margin-top: 20px;
  width: 50%; }

@media (max-width: 900px) {
  .info-text.svelte-1bmoju6 {
    width: 100%; } }

.bottom-buttons.svelte-1bmoju6 {
  margin-top: 75px; }

.btn-bottom.svelte-1bmoju6 {
  all: unset;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  background: #C8C8C8;
  border-radius: 12px !important;
  padding: 12px 16px;
  margin-top: 5px;
  margin-right: 20px;
  width: max-content; }

img.svelte-16f2cg7 {
  max-width: fit-content !important;
  margin: 0 !important; }

.stepper-dots.svelte-16f2cg7 {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none; }

li.svelte-16f2cg7 {
  display: inline-block;
  position: relative; }

.stepper-dot.svelte-16f2cg7 {
  display: inline-block;
  height: 10px;
  position: relative; }

.stepper-dot.svelte-16f2cg7:not(.is-selected) {
  cursor: pointer;
  height: 10px;
  top: 2px; }

.stepper-dot.svelte-16f2cg7:before {
  transform: scale(1);
  box-shadow: none;
  width: 90%;
  height: 10px;
  border-radius: 100px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  border: solid #DE1125 3px; }

.stepper-dot.is-selected.svelte-16f2cg7:before {
  background-color: #DE1125;
  height: 15px; }

.stepper-dot.svelte-16f2cg7:not(.is-selected):hover::before {
  background-color: #DE1125;
  height: 15px;
  top: 2.5px; }

.stepper-dot.is-selected.svelte-16f2cg7:hover::before {
  height: 15px;
  top: 5px; }

button.svelte-16f2cg7 {
  width: 100%;
  height: 30px;
  color: transparent;
  background: transparent;
  border: 0; }

.type-container.svelte-8v8mnv.svelte-8v8mnv {
  padding: 0;
  list-style-type: none; }

.type-container.svelte-8v8mnv li.svelte-8v8mnv {
  list-style-type: none; }

.main-heading.svelte-8v8mnv.svelte-8v8mnv {
  margin-bottom: 84px; }

.radio-container.svelte-8v8mnv.svelte-8v8mnv {
  margin-bottom: 10px; }

.main-heading.svelte-1mcho9x {
  margin-bottom: 25px; }

.aligned-title.svelte-1mcho9x {
  line-height: 33px; }

.heading-subtitle.svelte-1mcho9x {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left; }

.file-upload-container.svelte-1mcho9x {
  margin-bottom: 55px; }

.third-heading.svelte-1mcho9x {
  margin-top: 30px; }

textarea.svelte-1mcho9x {
  background: white;
  border: 2px dashed black;
  border-radius: 12px;
  height: 10em;
  padding: 5px; }

textarea.svelte-1mcho9x::placeholder {
  color: #C8C8C8;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left; }

.main-heading.svelte-cb1nzi {
  margin-bottom: 25px; }

.user-input.svelte-cb1nzi {
  visibility: hidden;
  height: 0;
  padding: 0; }

.checkbox-container.svelte-cb1nzi {
  margin-bottom: 40px; }

.error-box.svelte-cb1nzi {
  margin-top: 5px; }

hr.svelte-cb1nzi {
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  border: 0 none; }

.spaced-line.svelte-cb1nzi {
  margin: 3rem 0; }

.summary-title.svelte-cb1nzi {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 2rem; }

.grid.svelte-cb1nzi {
  display: grid;
  grid-template-columns: auto auto; }

.align-right.svelte-cb1nzi {
  text-align: right; }

.summary-box.svelte-cb1nzi {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  overflow: auto;
  height: 100%;
  padding: 1em; }

.box-container.svelte-cb1nzi {
  width: 33.33%;
  height: 300px;
  padding: 0 10px; }

.box-container.svelte-cb1nzi:first-child {
  padding-left: 0; }

.box-container.svelte-cb1nzi:last-child {
  padding-right: 0; }

.ellipsis.svelte-cb1nzi {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.three-cols.svelte-cb1nzi {
  display: flex; }

@media (max-width: 1200px) {
  .three-cols.svelte-cb1nzi {
    flex-direction: column; }
  .box-container.svelte-cb1nzi {
    width: 100%;
    padding: 10px 0;
    height: auto; }
  .ellipsis.svelte-cb1nzi {
    white-space: normal; } }

.main-heading.svelte-7ys9vs.svelte-7ys9vs {
  margin-bottom: 25px; }

.radio-container.svelte-7ys9vs.svelte-7ys9vs {
  margin-bottom: 10px; }

input.svelte-7ys9vs.svelte-7ys9vs {
  background: white;
  border: 2px dashed black;
  margin-bottom: 2px; }

.source-container.svelte-7ys9vs.svelte-7ys9vs {
  padding: 0;
  list-style-type: none; }

.source-container.svelte-7ys9vs li.svelte-7ys9vs {
  list-style-type: none; }

.modal.svelte-1g020uj.svelte-1g020uj {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 50px; }

@media (max-width: 600px) {
  .modal.svelte-1g020uj.svelte-1g020uj {
    padding: 20px; } }

.modal.svelte-1g020uj .modal-header.svelte-1g020uj {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px; }

.modal.svelte-1g020uj .modal-header .modal-title.svelte-1g020uj {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #000000; }

.modal.svelte-1g020uj .modal-header .modal-close.svelte-1g020uj {
  all: unset;
  cursor: pointer;
  margin: auto 0;
  line-height: 0; }

.modal.svelte-1g020uj .modal-header .modal-close img.svelte-1g020uj {
  margin-bottom: 0;
  min-width: 20px;
  min-height: 20px; }

.modal.svelte-1g020uj .modal-body.svelte-1g020uj {
  margin-bottom: 80px; }

@media (max-width: 600px) {
  .modal.svelte-1g020uj .modal-body.svelte-1g020uj {
    margin-bottom: 30px; } }

.modal.svelte-1g020uj .modal-footer.svelte-1g020uj {
  display: flex;
  justify-content: end; }

.modal.svelte-1g020uj .modal-footer .modal-button.svelte-1g020uj {
  all: unset;
  cursor: pointer;
  background: #F8B92C;
  border-radius: 9px !important;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  padding: 10px 85px; }

@media (max-width: 600px) {
  .modal.svelte-1g020uj .modal-footer .modal-button.svelte-1g020uj {
    padding: 10px 20px; } }

.modal.svelte-1g020uj .modal-footer .modal-button.svelte-1g020uj:hover {
  background: #e9a408; }

.circle.svelte-14upwad {
  height: var(--size);
  width: var(--size);
  border-color: var(--color) transparent var(--color) var(--color);
  border-width: calc(var(--size) / 15);
  border-style: solid;
  border-image: initial;
  border-radius: 50%;
  animation: var(--duration) linear 0s infinite normal none running svelte-14upwad-rotate; }

@keyframes svelte-14upwad-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.circle.svelte-1vclic6 {
  width: var(--size);
  height: var(--size);
  box-sizing: border-box;
  position: relative;
  border: 3px solid transparent;
  border-top-color: var(--colorOuter);
  border-radius: 50%;
  animation: svelte-1vclic6-circleSpin var(--durationOuter) linear infinite; }

.circle.svelte-1vclic6:before, .circle.svelte-1vclic6:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: 3px solid transparent;
  border-radius: 50%; }

.circle.svelte-1vclic6:after {
  border-top-color: var(--colorInner);
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  animation: svelte-1vclic6-circleSpin var(--durationInner) linear infinite; }

.circle.svelte-1vclic6:before {
  border-top-color: var(--colorCenter);
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  animation: svelte-1vclic6-circleSpin var(--durationCenter) linear infinite; }

@keyframes svelte-1vclic6-circleSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.wrapper.svelte-1vf8im1 {
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  box-sizing: border-box; }

.inner.svelte-1vf8im1 {
  transform: scale(calc(var(--floatSize) / 52)); }

.ball-container.svelte-1vf8im1 {
  animation: svelte-1vf8im1-ballTwo var(--duration) infinite;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  position: relative; }

.single-ball.svelte-1vf8im1 {
  width: 44px;
  height: 44px;
  position: absolute; }

.ball.svelte-1vf8im1 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  animation: svelte-1vf8im1-ballOne var(--duration) infinite ease; }

.ball-top-left.svelte-1vf8im1 {
  background-color: var(--ballTopLeftColor);
  top: 0;
  left: 0; }

.ball-top-right.svelte-1vf8im1 {
  background-color: var(--ballTopRightColor);
  top: 0;
  left: 24px; }

.ball-bottom-left.svelte-1vf8im1 {
  background-color: var(--ballBottomLeftColor);
  top: 24px;
  left: 0; }

.ball-bottom-right.svelte-1vf8im1 {
  background-color: var(--ballBottomRightColor);
  top: 24px;
  left: 24px; }

@keyframes svelte-1vf8im1-ballOne {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes svelte-1vf8im1-ballTwo {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }

.svelte-1exboqr {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  background: #f86;
  border-radius: 50%;
  transform: rotateZ(90deg);
  transform-origin: 50% 50%;
  animation: svelte-1exboqr-plus-loader-background var(--duration) infinite ease-in-out; }

.svelte-1exboqr:after {
  background: #f86;
  border-radius: 50% 0 0 50%;
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  animation: svelte-1exboqr-plus-loader-top var(--duration) infinite linear; }

.svelte-1exboqr:before {
  background: #fc6;
  border-radius: 50% 0 0 50%;
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  animation: svelte-1exboqr-plus-loader-bottom var(--duration) infinite linear; }

@keyframes svelte-1exboqr-plus-loader-top {
  2.5% {
    background: #f86;
    transform: rotateY(0deg);
    animation-timing-function: ease-in; }
  13.75% {
    background: #ff430d;
    transform: rotateY(90deg);
    animation-timing-function: step-start; }
  13.76% {
    background: #ffae0d;
    transform: rotateY(90deg);
    animation-timing-function: ease-out; }
  25% {
    background: #fc6;
    transform: rotateY(180deg); }
  27.5% {
    background: #fc6;
    transform: rotateY(180deg);
    animation-timing-function: ease-in; }
  41.25% {
    background: #ffae0d;
    transform: rotateY(90deg);
    animation-timing-function: step-start; }
  41.26% {
    background: #2cc642;
    transform: rotateY(90deg);
    animation-timing-function: ease-out; }
  50% {
    background: #6d7;
    transform: rotateY(0deg); }
  52.5% {
    background: #6d7;
    transform: rotateY(0deg);
    animation-timing-function: ease-in; }
  63.75% {
    background: #2cc642;
    transform: rotateY(90deg);
    animation-timing-function: step-start; }
  63.76% {
    background: #1386d2;
    transform: rotateY(90deg);
    animation-timing-function: ease-out; }
  75% {
    background: #4ae;
    transform: rotateY(180deg); }
  77.5% {
    background: #4ae;
    transform: rotateY(180deg);
    animation-timing-function: ease-in; }
  91.25% {
    background: #1386d2;
    transform: rotateY(90deg);
    animation-timing-function: step-start; }
  91.26% {
    background: #ff430d;
    transform: rotateY(90deg);
    animation-timing-function: ease-in; }
  100% {
    background: #f86;
    transform: rotateY(0deg);
    animation-timing-function: step-start; } }

@keyframes svelte-1exboqr-plus-loader-bottom {
  0% {
    background: #fc6;
    animation-timing-function: step-start; }
  50% {
    background: #fc6;
    animation-timing-function: step-start; }
  75% {
    background: #4ae;
    animation-timing-function: step-start; }
  100% {
    background: #4ae;
    animation-timing-function: step-start; } }

@keyframes svelte-1exboqr-plus-loader-background {
  0% {
    background: #f86;
    transform: rotateZ(180deg); }
  25% {
    background: #f86;
    transform: rotateZ(180deg);
    animation-timing-function: step-start; }
  27.5% {
    background: #6d7;
    transform: rotateZ(90deg); }
  50% {
    background: #6d7;
    transform: rotateZ(90deg);
    animation-timing-function: step-start; }
  52.5% {
    background: #6d7;
    transform: rotateZ(0deg); }
  75% {
    background: #6d7;
    transform: rotateZ(0deg);
    animation-timing-function: step-start; }
  77.5% {
    background: #f86;
    transform: rotateZ(270deg); }
  100% {
    background: #f86;
    transform: rotateZ(270deg);
    animation-timing-function: step-start; } }

.wrapper.svelte-h1a2xs {
  position: relative;
  width: var(--size);
  height: var(--size); }

.circle.svelte-h1a2xs {
  position: absolute;
  width: var(--size);
  height: var(--size);
  background-color: var(--color);
  border-radius: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
  animation-fill-mode: both;
  animation-name: svelte-h1a2xs-bounce !important; }

@keyframes svelte-h1a2xs-bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

.wrapper.svelte-9juun5 {
  width: var(--size);
  height: var(--size); }

.circle.svelte-9juun5 {
  width: var(--size);
  height: var(--size);
  background-color: var(--color);
  animation-duration: var(--duration);
  border-radius: 100%;
  display: inline-block;
  animation: svelte-9juun5-scaleOut var(--duration) ease-in-out infinite; }

@keyframes svelte-9juun5-scaleOut {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

.wrapper.svelte-1cy66mt {
  width: var(--size);
  height: var(--size); }

.circle.svelte-1cy66mt {
  border-radius: 100%;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: var(--size);
  height: var(--size);
  background-color: var(--color);
  animation: svelte-1cy66mt-bounce var(--duration) linear infinite; }

@keyframes svelte-1cy66mt-bounce {
  0% {
    opacity: 0;
    transform: scale(0); }
  5% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1); } }

.wrapper.svelte-14w6xk7 {
  height: var(--size);
  width: var(--size);
  display: flex;
  align-items: center;
  justify-content: center; }

.dot.svelte-14w6xk7 {
  height: var(--dotSize);
  width: var(--dotSize);
  background-color: var(--color);
  margin: 2px;
  display: inline-block;
  border-radius: 100%;
  animation: svelte-14w6xk7-sync var(--duration) ease-in-out infinite alternate both running; }

@-webkit-keyframes svelte-14w6xk7-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes svelte-14w6xk7-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.wrapper.svelte-vhcw6 {
  height: calc(var(--size) / 15);
  width: calc(var(--size) * 2);
  background-color: var(--rgba);
  position: relative;
  overflow: hidden;
  background-clip: padding-box; }

.lines.svelte-vhcw6 {
  height: calc(var(--size) / 15);
  background-color: var(--color); }

.small-lines.svelte-vhcw6 {
  position: absolute;
  overflow: hidden;
  background-clip: padding-box;
  display: block;
  border-radius: 2px;
  will-change: left, right;
  animation-fill-mode: forwards; }

.small-lines.\31 .svelte-vhcw6 {
  animation: var(--duration) cubic-bezier(0.65, 0.815, 0.735, 0.395) 0s infinite normal none running svelte-vhcw6-long; }

.small-lines.\32 .svelte-vhcw6 {
  animation: var(--duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc((var(--duration)+0.1) / 2) infinite normal none running svelte-vhcw6-short; }

@keyframes svelte-vhcw6-long {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes svelte-vhcw6-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

.wrapper.svelte-17ey38u {
  position: relative;
  width: var(--size);
  height: var(--size); }

.border.svelte-17ey38u {
  border-color: var(--color);
  position: absolute;
  top: 0px;
  left: 0px;
  width: var(--size);
  height: var(--size);
  opacity: 0.4;
  perspective: 800px;
  border-width: 6px;
  border-style: solid;
  border-image: initial;
  border-radius: 100%; }

.border.\31 .svelte-17ey38u {
  animation: var(--duration) linear 0s infinite normal none running svelte-17ey38u-ringOne; }

.border.\32 .svelte-17ey38u {
  animation: var(--duration) linear 0s infinite normal none running svelte-17ey38u-ringTwo; }

@keyframes svelte-17ey38u-ringOne {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  100% {
    transform: rotateX(360deg) rotateY(180deg) rotateZ(360deg); } }

@keyframes svelte-17ey38u-ringTwo {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  100% {
    transform: rotateX(180deg) rotateY(360deg) rotateZ(360deg); } }

.wrapper.svelte-1x2s7pr {
  width: calc(var(--size) * 1.3);
  height: calc(var(--size) * 1.3);
  display: flex;
  justify-content: center;
  align-items: center; }

.firework.svelte-1x2s7pr {
  border: calc(var(--size) / 10) dotted var(--color);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  animation: svelte-1x2s7pr-fire var(--duration) cubic-bezier(0.165, 0.84, 0.44, 1) infinite; }

@keyframes svelte-1x2s7pr-fire {
  0% {
    opacity: 1;
    transform: scale(0.1); }
  25% {
    opacity: 0.85; }
  100% {
    transform: scale(1);
    opacity: 0; } }

.wrapper.svelte-1uxpkwt {
  height: var(--size);
  width: var(--size);
  display: inline-block;
  text-align: center;
  font-size: 10px; }

.rect.svelte-1uxpkwt {
  height: 100%;
  width: 10%;
  display: inline-block;
  margin-right: 4px;
  background-color: var(--color);
  animation: svelte-1uxpkwt-stretch var(--duration) ease-in-out infinite; }

@keyframes svelte-1uxpkwt-stretch {
  0%, 40%, 100% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }

.wrapper.svelte-1fuumrt {
  width: var(--size);
  height: calc(var(--size) / 2);
  overflow: hidden; }

.rainbow.svelte-1fuumrt {
  width: var(--size);
  height: var(--size);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: var(--color);
  border-right-color: var(--color);
  box-sizing: border-box;
  transform: rotate(-200deg);
  border-radius: 50%;
  border-style: solid;
  animation: var(--duration) ease-in-out 0s infinite normal none running svelte-1fuumrt-rotate; }

@keyframes svelte-1fuumrt-rotate {
  0% {
    border-width: 10px; }
  25% {
    border-width: 3px; }
  50% {
    transform: rotate(115deg);
    border-width: 10px; }
  75% {
    border-width: 3px; }
  100% {
    border-width: 10px; } }

.square.svelte-btmyrn {
  height: var(--size);
  width: var(--size);
  background-color: var(--color);
  animation: svelte-btmyrn-squareDelay var(--duration) 0s infinite cubic-bezier(0.09, 0.57, 0.49, 0.9);
  animation-fill-mode: both;
  perspective: 100px;
  display: inline-block; }

@keyframes svelte-btmyrn-squareDelay {
  25% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0); } }

.wrapper.svelte-1unnvn6 {
  height: var(--size);
  width: var(--size);
  display: flex;
  justify-content: center;
  align-items: center; }

.spinner.svelte-1unnvn6 {
  height: var(--size);
  width: var(--size);
  animation: svelte-1unnvn6-rotate var(--duration) infinite linear; }

.dot.svelte-1unnvn6 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--color);
  border-radius: 100%;
  animation: svelte-1unnvn6-bounce var(--duration) infinite ease-in-out; }

@keyframes svelte-1unnvn6-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes svelte-1unnvn6-bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

.wrapper.svelte-8cmcz4 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--size) * 2.5);
  height: var(--size);
  overflow: hidden; }

.bar.svelte-8cmcz4 {
  position: absolute;
  top: calc(var(--size) / 10);
  width: calc(var(--size) / 5);
  height: calc(var(--size) / 10);
  margin-top: calc(var(--size) - var(--size) / 10);
  transform: skewY(0deg);
  background-color: var(--color);
  animation: svelte-8cmcz4-motion var(--duration) ease-in-out infinite; }

@keyframes svelte-8cmcz4-motion {
  25% {
    transform: skewY(25deg); }
  50% {
    height: 100%;
    margin-top: 0; }
  75% {
    transform: skewY(-25deg); } }

div.svelte-1cgj772 {
  position: relative;
  width: var(--size);
  height: var(--size);
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 2px var(--color);
  border-radius: 50%; }

div.svelte-1cgj772::before, div.svelte-1cgj772:after {
  position: absolute;
  content: "";
  background-color: var(--color); }

div.svelte-1cgj772:after {
  width: calc(var(--size) / 2.4);
  height: 2px;
  top: calc(var(--size) / 2);
  left: calc(var(--size) / 2);
  transform-origin: 1px 1px;
  animation: svelte-1cgj772-rotate calc(var(--duration) / 4) linear infinite; }

div.svelte-1cgj772:before {
  width: calc(var(--size) / 3);
  height: 2px;
  top: calc((var(--size) / 2));
  left: calc((var(--size) / 2));
  transform-origin: 1px 1px;
  animation: svelte-1cgj772-rotate var(--duration) linear infinite; }

@keyframes svelte-1cgj772-rotate {
  100% {
    transform: rotate(360deg); } }

.wrapper.svelte-1v1mfqa {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size); }

.ring.svelte-1v1mfqa {
  position: absolute;
  border: 2px solid var(--color);
  border-radius: 50%;
  background-color: transparent;
  animation: svelte-1v1mfqa-motion var(--duration) ease infinite; }

@keyframes svelte-1v1mfqa-motion {
  0% {
    transform: translateY(var(--motionOne)); }
  50% {
    transform: translateY(var(--motionTwo)); }
  100% {
    transform: translateY(var(--motionThree)); } }

.wrapper.svelte-1sqavxm.svelte-1sqavxm {
  height: var(--size);
  width: var(--size);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.wrapper.svelte-1sqavxm .svelte-1sqavxm {
  line-height: 0;
  box-sizing: border-box; }

.spinner-inner.svelte-1sqavxm.svelte-1sqavxm {
  height: var(--size);
  width: var(--size);
  transform: scale(calc(var(--size) / 70)); }

.mask.svelte-1sqavxm.svelte-1sqavxm {
  position: absolute;
  border-radius: 2px;
  overflow: hidden;
  perspective: 1000;
  backface-visibility: hidden; }

.plane.svelte-1sqavxm.svelte-1sqavxm {
  background: var(--color);
  width: 400%;
  height: 100%;
  position: absolute;
  z-index: 100;
  perspective: 1000;
  backface-visibility: hidden; }

#top.svelte-1sqavxm .plane.svelte-1sqavxm {
  z-index: 2000;
  animation: svelte-1sqavxm-trans1 var(--duration) ease-in infinite 0s backwards; }

#middle.svelte-1sqavxm .plane.svelte-1sqavxm {
  transform: translate3d(0px, 0, 0);
  background: var(--rgba);
  animation: svelte-1sqavxm-trans2 var(--duration) linear infinite calc(var(--duration) / 4) backwards; }

#bottom.svelte-1sqavxm .plane.svelte-1sqavxm {
  z-index: 2000;
  animation: svelte-1sqavxm-trans3 var(--duration) ease-out infinite calc(var(--duration) / 2) backwards; }

#top.svelte-1sqavxm.svelte-1sqavxm {
  width: 53px;
  height: 20px;
  left: 20px;
  top: 5px;
  transform: skew(-15deg, 0);
  z-index: 100; }

#middle.svelte-1sqavxm.svelte-1sqavxm {
  width: 33px;
  height: 20px;
  left: 20px;
  top: 21px;
  transform: skew(-15deg, 40deg); }

#bottom.svelte-1sqavxm.svelte-1sqavxm {
  width: 53px;
  height: 20px;
  top: 35px;
  transform: skew(-15deg, 0); }

@keyframes svelte-1sqavxm-trans1 {
  from {
    transform: translate3d(53px, 0, 0); }
  to {
    transform: translate3d(-250px, 0, 0); } }

@keyframes svelte-1sqavxm-trans2 {
  from {
    transform: translate3d(-160px, 0, 0); }
  to {
    transform: translate3d(53px, 0, 0); } }

@keyframes svelte-1sqavxm-trans3 {
  from {
    transform: translate3d(53px, 0, 0); }
  to {
    transform: translate3d(-220px, 0, 0); } }

.wrapper.svelte-tycttu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size); }

.shadow.svelte-tycttu {
  color: var(--color);
  font-size: var(--size);
  overflow: hidden;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  margin: 28px auto;
  position: relative;
  transform: translateZ(0);
  animation: svelte-tycttu-load var(--duration) infinite ease, svelte-tycttu-round var(--duration) infinite ease; }

@keyframes svelte-tycttu-load {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@keyframes svelte-tycttu-round {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

span.svelte-evhfle {
  width: var(--size);
  height: calc(var(--size) / 4);
  position: relative;
  display: block; }

div.svelte-evhfle {
  width: calc(var(--size) / 4);
  height: calc(var(--size) / 4);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  background: var(--color);
  transform: translateX(-50%) rotate(45deg) scale(0);
  animation: svelte-evhfle-diamonds var(--duration) linear infinite; }

div.svelte-evhfle:nth-child(1) {
  animation-delay: calc(var(--duration) * 2 / 3 * -1); }

div.svelte-evhfle:nth-child(2) {
  animation-delay: calc(var(--duration) * 2 / 3 * -2); }

div.svelte-evhfle:nth-child(3) {
  animation-delay: calc(var(--duration) * 2 / 3 * -3); }

@keyframes svelte-evhfle-diamonds {
  50% {
    left: 50%;
    transform: translateX(-50%) rotate(45deg) scale(1); }
  100% {
    left: 100%;
    transform: translateX(-50%) rotate(45deg) scale(0); } }

.wrapper.svelte-nlgli4 {
  height: var(--size);
  width: var(--size);
  border-radius: 100%;
  animation: svelte-nlgli4-moonStretchDelay var(--duration) 0s infinite linear;
  animation-fill-mode: forwards;
  position: relative; }

.circle-one.svelte-nlgli4 {
  top: var(--moonSize);
  background-color: var(--color);
  width: calc(var(--size) / 7);
  height: calc(var(--size) / 7);
  border-radius: 100%;
  animation: svelte-nlgli4-moonStretchDelay var(--duration) 0s infinite linear;
  animation-fill-mode: forwards;
  opacity: 0.8;
  position: absolute; }

.circle-two.svelte-nlgli4 {
  opacity: 0.1;
  border: calc(var(--size) / 7) solid var(--color);
  height: var(--size);
  width: var(--size);
  border-radius: 100%;
  box-sizing: border-box; }

@keyframes svelte-nlgli4-moonStretchDelay {
  100% {
    transform: rotate(360deg); } }

.wrapper.svelte-446r86 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: calc(var(--size) / 2.5); }

.cube.svelte-446r86 {
  position: absolute;
  top: 0px;
  width: calc(var(--size) / 5);
  height: calc(var(--size) / 2.5);
  background-color: var(--color);
  animation: svelte-446r86-motion var(--duration) cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite; }

@keyframes svelte-446r86-motion {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.wrapper.svelte-1wp57lu {
  width: var(--size);
  height: var(--stroke);
  transform: scale(calc(var(--floatSize) / 75));
  display: flex;
  justify-content: center;
  align-items: center; }

.line.svelte-1wp57lu {
  width: var(--size);
  height: var(--stroke);
  background: var(--color);
  border-radius: var(--stroke);
  transform-origin: center center;
  animation: svelte-1wp57lu-spineLine var(--duration) ease infinite; }

@keyframes svelte-1wp57lu-spineLine {
  0% {
    transform: rotate(-20deg);
    height: 5px;
    width: 75px; }
  5% {
    height: 5px;
    width: 75px; }
  30% {
    transform: rotate(380deg);
    height: 5px;
    width: 75px; }
  40% {
    transform: rotate(360deg);
    height: 5px;
    width: 75px; }
  55% {
    transform: rotate(0deg);
    height: 5px;
    width: 5px; }
  65% {
    transform: rotate(0deg);
    height: 5px;
    width: 85px; }
  68% {
    transform: rotate(0deg);
    height: 5px; }
  75% {
    transform: rotate(0deg);
    height: 5px;
    width: 1px; }
  78% {
    height: 5px;
    width: 5px; }
  90% {
    height: 5px;
    width: 75px;
    transform: rotate(0deg); }
  99%, 100% {
    height: 5px;
    width: 75px;
    transform: rotate(-20deg); } }

.next-button-icon.svelte-1xa79gn {
  margin-bottom: 0 !important;
  margin-left: 10px;
  margin-right: 5px; }

.next-button-container.svelte-1xa79gn {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end; }

.next-button.svelte-1xa79gn {
  display: flex;
  justify-content: end;
  transform: translateX(100px); }

.col-container.svelte-1umfivu {
  display: flex; }

.col-left.svelte-1umfivu, .col-right.svelte-1umfivu {
  padding-right: 40px; }

@media (max-width: 900px) {
  .col-container.svelte-1umfivu {
    flex-direction: column; }
  .col-left.svelte-1umfivu, .col-right.svelte-1umfivu {
    padding-right: 0;
    width: 100% !important; }
  .col-right.svelte-1umfivu {
    margin-top: 40px; } }

div.svelte-oj0ajc {
  border: 1px solid #DE1125;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #DE1125;
  padding: 20px;
  width: fit-content; }

.stepper-top-bar.svelte-1ruoxqn {
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 55px; }

.stepper-title.svelte-1ruoxqn {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-left: 40px; }

@media (max-width: 900px) {
  .stepper-title.svelte-1ruoxqn {
    margin-left: 5px; } }

.stepper-left.svelte-1ruoxqn {
  margin-right: 10px; }

.stepper-container.svelte-1ruoxqn {
  display: grid;
  grid-template-columns: min-content auto; }

.stepper-inner-container.svelte-1ruoxqn {
  width: 100%; }

.stepper-content.svelte-1ruoxqn {
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  padding: 4em 3em; }

input.svelte-1jxghvv {
  background: white;
  border: 2px dashed black;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 2px;
  padding: 5px; }

input.finished-input.svelte-1jxghvv {
  all: unset;
  width: 100%; }

button.svelte-2ro08c.svelte-2ro08c, .button.svelte-2ro08c.svelte-2ro08c {
  all: unset;
  background: white;
  border: 1px solid #c8c8c8;
  border-radius: 12px !important;
  display: flex;
  margin-left: 12px; }

button.svelte-2ro08c.svelte-2ro08c:hover:not([disabled]):not(.disabled), .button.svelte-2ro08c.svelte-2ro08c:hover:not([disabled]):not(.disabled) {
  cursor: pointer; }

button.svelte-2ro08c:hover:not([disabled]):not(.disabled) .start-item.svelte-2ro08c, .button.svelte-2ro08c:hover:not([disabled]):not(.disabled) .start-item.svelte-2ro08c {
  background: #f8b92c; }

button.svelte-2ro08c.svelte-2ro08c:focus:not([disabled]):not(.disabled), .button.svelte-2ro08c.svelte-2ro08c:focus:not([disabled]):not(.disabled) {
  box-shadow: var(--btn-focus-box-shadow); }

.start-item.svelte-2ro08c.svelte-2ro08c {
  border: 1px solid black;
  border-radius: 5px;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  margin: auto 0;
  padding: 8px;
  background-color: white;
  transform: translateX(-12px); }

.start-item.start-item-icon.svelte-2ro08c.svelte-2ro08c {
  line-height: 0; }

.button-text.svelte-2ro08c.svelte-2ro08c {
  color: gray;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px; }

label.svelte-m4hphw.svelte-m4hphw {
  border: 1px solid black;
  border-radius: 12px !important;
  display: flex;
  cursor: pointer;
  margin-left: 6px; }

label.checked.svelte-m4hphw.svelte-m4hphw {
  border-width: 2px; }

label.checked.svelte-m4hphw .start-item.svelte-m4hphw {
  border-width: 2px;
  background: #f8b92c; }

label.svelte-m4hphw.svelte-m4hphw:focus-within {
  box-shadow: var(--btn-focus-box-shadow); }

input[type="radio"].svelte-m4hphw.svelte-m4hphw {
  all: unset; }

.start-item.svelte-m4hphw.svelte-m4hphw {
  border: 1px solid black;
  border-radius: 5px;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  line-height: 1;
  margin: auto 0;
  padding: 8px;
  background-color: white;
  transform: translateX(-6px); }

.label-text.svelte-m4hphw.svelte-m4hphw {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  letter-spacing: 0;
  text-align: left;
  color: black;
  padding: 15px 20px 15px 5px; }

@media (max-width: 900px) {
  .file-drop-box.svelte-409ucl div.svelte-409ucl {
    width: 100%; } }

.file-drop-box.svelte-409ucl.svelte-409ucl {
  display: flex;
  flex-wrap: wrap;
  border: 2px dashed black;
  transition: border-color 200ms;
  border-radius: 14px;
  padding: 30px 40px; }

.file-drop-box.dropping.svelte-409ucl.svelte-409ucl {
  border-color: #808080; }

.file-drop-box.svelte-409ucl div.svelte-409ucl {
  width: 50%;
  min-width: fit-content; }

.file-drop-box.svelte-409ucl .file-drop-info.svelte-409ucl {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.file-drop-box.svelte-409ucl .file-drop-info .file-info-text.svelte-409ucl {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: black;
  margin-bottom: 15px; }

.file-drop-box.svelte-409ucl .file-drop-info img.svelte-409ucl {
  margin: 0;
  height: 25px; }

.file-drop-box.svelte-409ucl .file-button.svelte-409ucl {
  all: unset;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold; }

.file-upload-container > label:focus .file-drop-box {
  border-color: var(--focus-color); }

label.svelte-1jfhwku.svelte-1jfhwku.svelte-1jfhwku {
  border: 1px solid black;
  border-radius: 5px;
  display: flex;
  cursor: pointer; }

label.svelte-1jfhwku .start-item.svelte-1jfhwku.svelte-1jfhwku {
  border: 1px solid #000000;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  padding: 14px;
  background-color: white;
  transform: translateX(-7px); }

label.checked.svelte-1jfhwku .start-item.svelte-1jfhwku.svelte-1jfhwku {
  border: 3px solid #DE1125;
  background-repeat: no-repeat;
  background-position: center;
  padding: 12px; }

label.svelte-1jfhwku.svelte-1jfhwku.svelte-1jfhwku:focus-within {
  box-shadow: var(--btn-focus-box-shadow); }

label.svelte-1jfhwku .label-text.svelte-1jfhwku.svelte-1jfhwku {
  font-family: 'Open Sans', sans-serif;
  color: black;
  letter-spacing: 0;
  text-align: left;
  padding: 15px 20px 40px 20px; }

label.svelte-1jfhwku .label-text.svelte-1jfhwku > span.svelte-1jfhwku {
  display: block;
  color: black; }

label.svelte-1jfhwku .label-text .label-title.svelte-1jfhwku.svelte-1jfhwku {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px; }

label.svelte-1jfhwku .label-text .label-description.svelte-1jfhwku.svelte-1jfhwku {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2rem; }

input[type="checkbox"].svelte-1jfhwku.svelte-1jfhwku.svelte-1jfhwku {
  all: unset; }

.list-item.svelte-1fppuua.svelte-1fppuua {
  background: white;
  border: 1px solid black;
  border-radius: 12px;
  padding: 10px 0;
  margin-bottom: 15px;
  display: flex; }

.list-item.svelte-1fppuua .list-item-text.svelte-1fppuua {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  width: 100%;
  margin: auto 25px auto 0; }

.list-item.svelte-1fppuua .remove-button.svelte-1fppuua {
  all: unset;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 5px;
  background: #F8B92C;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  line-height: 1;
  margin: auto 15px auto 0;
  padding: 10px 2px;
  transform: translateX(-6px); }

.list-item.svelte-1fppuua .remove-button.svelte-1fppuua:focus {
  border-color: var(--focus-color); }

.list-item.svelte-1fppuua.svelte-1fppuua:focus-within {
  box-shadow: var(--btn-focus-box-shadow); }

p.svelte-1r2u3jm.svelte-1r2u3jm {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border: 0.7em dashed #c3c3c3;
  outline: 1em solid #f0f0f0;
  transition: border 0.3s ease-in-out;
  outline-offset: -1.3em;
  padding: 0.475em; }

p.svelte-1r2u3jm.svelte-1r2u3jm:focus {
  border-color: #2196f3; }

p.svelte-1r2u3jm.svelte-1r2u3jm:hover {
  border-color: #343434; }

p.svelte-1r2u3jm span.svelte-1r2u3jm {
  transition: color 0.1s;
  transition: fill 0.1s; }

p.svelte-1r2u3jm:focus span.svelte-1r2u3jm {
  color: #2196f3;
  fill: #2196f3; }

p.svelte-1r2u3jm:hover span.svelte-1r2u3jm, p.svelte-1r2u3jm span.svelte-1r2u3jm {
  color: #373737;
  font-size: 1.2em;
  cursor: default;
  align-content: center; }

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