/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/styles/main.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "pp-black";
  src: url('black.ttf') format("truetype");
}
@font-face {
  font-family: "pp-bold";
  src: url('bold.ttf') format("truetype");
}
@font-face {
  font-family: "pp-semiBold";
  src: url('semiBold.ttf') format("truetype");
}
@font-face {
  font-family: "pp-medium";
  src: url('medium.ttf') format("truetype");
}
@font-face {
  font-family: "pp-regular";
  src: url('regular.ttf') format("truetype");
}
@font-face {
  font-family: "pp-light";
  src: url('light.ttf') format("truetype");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 14;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
}

body {
  line-height: 24px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
          user-select: none;
}

.clearfix {
  clear: both;
}

img {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.full {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

img {
  max-height: 100%;
  max-width: 100%;
}

.flickity-enabled:focus-visible {
  outline: none;
}

.flickity-viewport:focus-visible {
  outline: none;
}
.flickity-viewport .flickity-slider:focus-visible {
  outline: none;
}

.common-input {
  width: 23%;
  gap: 0.65rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.common-input .label {
  color: #141414;
  font-family: pp-medium;
  line-height: 24px;
  letter-spacing: 0%;
}
@media (max-width: 399px) {
  .common-input .label {
    font-size: 0.6666666667rem;
  }
}
@media (min-width: 400px) {
  .common-input .label {
    font-size: 0.8571428571rem;
  }
}

input, select, textarea {
  padding: 6px 8px;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  outline: none;
  border: none;
  border-radius: 5px;
  color: #0d0d0d;
  font-family: pp-medium;
}
@media (max-width: 399px) {
  input, select, textarea {
    font-size: 0.7777777778rem;
  }
}
@media (min-width: 400px) {
  input, select, textarea {
    font-size: 1rem;
  }
}

input::placeholder, textarea::placeholder {
  color: rgba(13, 13, 13, 0.5);
  font-family: pp-medium;
}
@media (max-width: 399px) {
  input::placeholder, textarea::placeholder {
    font-size: 0.7777777778rem;
  }
}
@media (min-width: 400px) {
  input::placeholder, textarea::placeholder {
    font-size: 1rem;
  }
}

.toggle {
  position: relative;
  width: 30px;
  height: 15px;
  padding: 0px 5px;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

.toggle-selected {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}

.toggle-disabled {
  pointer-events: none;
}

.toggle::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  top: 50%;
  transform: translate(0%, -50%);
  border-radius: 8px;
}

.toggle-selected::after {
  background-color: #8091f2;
}

.primary-cta {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 4px 10px;
  border-radius: 50px;
  color: #0d0d0d;
  font-family: pp-semiBold;
}
@media (max-width: 399px) {
  .primary-cta {
    font-size: 0.6666666667rem;
  }
}
@media (min-width: 400px) {
  .primary-cta {
    font-size: 0.8571428571rem;
  }
}

.secondary-cta {
  padding: 4px 10px;
  border-radius: 50px;
  color: #FFF;
  font-family: pp-semiBold;
  background: #0d0d0d;
}
@media (max-width: 399px) {
  .secondary-cta {
    font-size: 0.6666666667rem;
  }
}
@media (min-width: 400px) {
  .secondary-cta {
    font-size: 0.8571428571rem;
  }
}

.connected {
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  color: green;
  font-family: pp-bold;
  background-color: #FFF;
  margin-left: 20px;
  border: 0.5px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media (max-width: 399px) {
  .connected {
    font-size: 0.7777777778rem;
  }
}
@media (min-width: 400px) {
  .connected {
    font-size: 1rem;
  }
}

.bullet {
  width: 10px;
  height: 10px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@media print {
  @page {
    margin: 0;
  }
  body {
    margin: 0;
    padding: 0;
  }
}
@keyframes slide-down {
  0% {
    transform: translate3d(0, -1rem, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-up {
  0% {
    transform: translate3d(0, 1rem, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale-up {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
@keyframes popup {
  0% {
    transform: translate3d(0, 1rem, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes closepopup {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}

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