/* -------------------------------------------------- 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>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Triple Linkbox */
.WkTripleLinkbox {
  background: var(--primary--xlite);
  margin: 0 auto;
  max-width: 192rem;
  padding: 5rem 1.5rem;
}
@media (min-width: 576px) {
  .WkTripleLinkbox {
    padding: 5rem 2.5rem;
  }
}
@media (min-width: 1366px) {
  .WkTripleLinkbox {
    padding: 10rem 0;
  }
}
.WkTripleLinkbox .heading {
  max-width: 128rem;
}
.WkTripleLinkbox__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 128rem;
}
@media (min-width: 768px) {
  .WkTripleLinkbox__wrapper {
    align-items: flex-start;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .WkTripleLinkbox__wrapper {
    justify-content: space-between;
  }
}
.WkTripleLinkbox__box {
  background: var(--white);
  display: flex;
  flex-direction: column;
  max-width: 41rem;
  min-height: 62rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (min-width: 768px) {
  .WkTripleLinkbox__box {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .WkTripleLinkbox__box {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .WkTripleLinkbox__box:last-child {
    display: none;
  }
}
@media (min-width: 1024px) {
  .WkTripleLinkbox__box:last-child {
    display: flex;
  }
}
.WkTripleLinkbox__title {
  color: var(--text);
  font-size: var(--font-size--xxlarge);
  font-weight: 400;
  height: 12rem;
  line-height: 1.36;
  margin: 0 auto;
  max-width: 23.6rem;
  padding: 3rem 0 1.6rem 0;
  text-align: center;
}
.WkTripleLinkbox__textWrapper {
  flex-grow: 1;
  margin: 0 auto 3rem;
  max-height: 13rem;
  max-width: 75%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1366px) {
  .WkTripleLinkbox__textWrapper {
    max-width: 33rem;
  }
}
.WkTripleLinkbox__textWrapper.collapsible.expanded {
  height: auto;
  max-height: none;
  overflow: visible;
}
.WkTripleLinkbox__textWrapper.collapsible .readMore {
  display: block;
}
.WkTripleLinkbox__textWrapper.collapsible .readMore.inactive {
  height: 4rem;
  position: relative;
}
.WkTripleLinkbox__textWrapper .readMore {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 55%, rgb(255, 255, 255) 100%);
  bottom: 0;
  height: 4rem;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}
.WkTripleLinkbox__textWrapper .readMore .button-container {
  align-items: center;
  background: var(--white);
  bottom: 0;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4.2rem;
}
.WkTripleLinkbox__textWrapper .readMore .button-container i {
  color: var(--text);
  display: inline-block;
  font-size: 2rem;
}
.WkTripleLinkbox__textWrapper .readMore .button-container:focus {
  outline: none;
}
.WkTripleLinkbox__text {
  color: var(--text);
  display: flex;
  font-size: var(--font-size--base);
  font-weight: 300;
  justify-content: center;
}
.WkTripleLinkbox__text ul {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}
.WkTripleLinkbox__text p {
  line-height: 2.4rem;
  position: relative;
}
.WkTripleLinkbox__c2a {
  font-size: var(--font-size--large);
  font-weight: 300;
  height: 6rem;
  letter-spacing: -0.02px;
  margin: 0 auto;
  text-transform: none;
  width: 24rem;
}
/*# sourceMappingURL=wkTripleLinkbox.css.map */
