@font-face {
  font-family: "GTWalsheim";
  src: url(../../fonts/GT-Walsheim-Pro-Regular.woff);
  src: url(../../fonts/GT-Walsheim-Pro-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: "GTWalsheim";
  src: url(../../fonts/GT-Walsheim-Pro-Bold.woff);
  src: url(../../fonts/GT-Walsheim-Pro-Bold.ttf);
  font-weight: 500; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  10% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9); }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounce {
  0% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  10% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9); }
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 5px; }
  100% {
    width: 100%;
    height: 5px; } }

@keyframes fill {
  0% {
    width: 0%;
    height: 5px; }
  100% {
    width: 100%;
    height: 5px; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation: fadeOut 2s;
          animation: fadeOut 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.block--showcase {
  flex-direction: row;
  padding: 10rem 4rem 10rem 0;
  width: 100%;
  color: white;
  max-height: initial;
  align-items: baseline; }
  @media (max-width: 970px) {
    .block--showcase {
      flex-direction: column;
      padding: 10rem 4rem; } }
  @media (max-width: 500px) {
    .block--showcase {
      padding: 5rem 1rem; } }
  .block--showcase .block__heading {
    margin-top: 0; }

.block__text--showcase {
  max-width: 48.4rem;
  margin: 0 3rem; }
  @media (max-width: 1175px) {
    .block__text--showcase {
      flex: 0 1 25%; } }
  @media (max-width: 970px) {
    .block__text--showcase {
      margin: 1rem auto;
      text-align: center; } }
  @media (max-width: 500px) {
    .block__text--showcase {
      text-align: center;
      padding: 0; } }

.block--testimonial {
  width: 64rem;
  background: none;
  color: #6f6f6f;
  display: flex;
  flex-flow: row wrap;
  max-width: 100%; }
  @media (max-width: 1349px) {
    .block--testimonial {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  @media (max-width: 970px) {
    .block--testimonial {
      width: 100%;
      justify-content: center; } }
  @media (max-width: 500px) {
    .block--testimonial {
      flex-flow: column wrap;
      align-items: center; }
      .block--testimonial p {
        font-size: 1.6rem; } }
  .block--testimonial .wp-block-image {
    width: calc((100% - 4rem) / 2);
    margin: 1rem; }
    .block--testimonial .wp-block-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 4px; }
    .block--testimonial .wp-block-image figcaption {
      display: none; }

@media (max-width: 1349px) {
  .block--testimonial {
    padding: 1rem 0; } }

.block__card {
  padding: 2.5rem 3rem;
  width: calc(32rem - 2rem);
  height: 17rem;
  margin: 0 1rem;
  border-radius: 4px;
  line-height: 1.25;
  position: relative; }
  .block__card p {
    font-size: 1.6rem; }
  @media (max-width: 970px) {
    .block__card {
      margin: 0.5rem 1rem 0.5rem 0; } }
