.root--oAvfo {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.button--HjPxl {
  background-color: var(--primary-light);
  color: var(--primary-text);
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 2px;
  transition:
    color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.button--HjPxl:hover {
  background-color: var(--primary);
}
.current--TfnEn {
  background-color: var(--primary);
  border: none;
}

.gap--f95_t {
  margin: 0 20px;
  font-size: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}

.root--b2N3K {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.spin--LjsNI {
  text-align: center;
  animation: spin--LjsNI 0.9s linear infinite;
  color: var(--secondary);
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.4));
}

@keyframes spin--LjsNI {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader--c0hxN {
  font-size: 20px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.root--aiTeJ {
  max-width: 1200px;
}

.button--AuNuH {
  right: 10px;
  bottom: 10px;
  padding: 0 20px;
  height: 36px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  background-color: var(--secondary);
  color: var(--secondary-text);
  transition: background-color 0.1s ease-in-out;
}

.button--AuNuH:hover {
  background-color: var(--secondary-light);
  color: var(--secondary-text);
}

.root--lZxUK {
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  background-color: var(--primary-light);
  color: var(--primary-text);
}

.button--afF7L {
  align-self: flex-end;
  display: flex;
  align-items: center;
}

.content--OZheq {
  display: flex;
  line-height: 1.4;
  align-items: center;
}

.icon--yqaBZ {
  margin-right: 20px;
  font-size: 60px;
  display: flex;
  align-items: center;
}

.body--dfb1G {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title--XWbYh {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}

.text--HAhO_ {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

@media (min-width: 600px) {
  .root--lZxUK {
    padding: 20px;
    flex-direction: row;
    align-items: center;
  }
  .button--afF7L {
    align-self: initial;
  }
}

.root--m2BoY {
  margin: 20px 0;
}

.root--m2BoY:first-child {
  margin-top: 0;
}

.h1--live3,
.h2--mkaFR,
.h3--EAori {
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.h1--live3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.h2--mkaFR {
  font-size: 20px;
  margin-bottom: 10px;
}

.h3--EAori {
  font-size: 18px;
  margin-bottom: 8px;
}

.p--T2p6N {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 8px;
}

.ul--KyOq1 {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}

.li--t5KSh {
}

.columns--x8tsP {
  margin: 15px 0;
}

@media (min-width: 768px) {
  .h1--live3 {
    font-size: 28px;
  }

  .h2--mkaFR {
    font-size: 24px;
  }

  .h3--EAori {
    font-size: 20px;
  }

  .p--T2p6N {
    font-size: 16px;
  }
}


/*# sourceMappingURL=home.89eef3186e314655251f.css.map*/