/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* --------------------------------------------------------------------- */
/* -------------------------------------------------- Paxconnect */
.wkPaxconnect {
  margin: 3rem 0;
  padding: 0 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wkPaxconnect {
    margin: 6rem 0;
  }
}
@media (min-width: 1140px) {
  .wkPaxconnect {
    padding: 0;
  }
}
.wkPaxconnect__wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 111rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wkPaxconnect__wrapper {
    align-items: center;
    flex-direction: row;
  }
}
.wkPaxconnect__image {
  border-radius: 0.7rem;
  height: 21.8rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wkPaxconnect__image {
    flex-shrink: 0;
    width: 50%;
  }
}
.wkPaxconnect__image picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wkPaxconnect__content {
  padding: 2rem;
}
.wkPaxconnect__content h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.wkPaxconnect__content p {
  font-family: var(--roboto);
  font-size: 1.6rem;
}
.wkPaxconnect__actions {
  display: flex;
  gap: 1rem;
}
.wkPaxconnect__actions input[type=text] {
  border-radius: 0.5rem;
  height: 4rem;
}
/*# sourceMappingURL=wkPaxconnect.css.map */
