/*
 @include breakpoint(large) {
	--cols: 3;
}
*/
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.acf-block-why-us .header {
  margin-bottom: 90px;
}
@media print, screen and (min-width: 64em) {
  .acf-block-why-us .header {
    margin-top: 200px;
  }
}
.acf-block-why-us .header h2 {
  margin-top: -32px;
  padding-top: 32px;
  position: relative;
}
.acf-block-why-us .header h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 4px;
  width: 85px;
  background-color: #428086;
}
.acf-block-why-us .header p {
  font-size: 1.1875rem;
  letter-spacing: 0.34px;
  line-height: 1.52631579;
}
@media print, screen and (min-width: 48em) {
  .acf-block-why-us .header__content {
    display: grid;
    grid-template-columns: 235px minmax(0, auto);
    -moz-column-gap: 0;
         column-gap: 0;
    position: relative;
  }
  .acf-block-why-us .header__content > * {
    margin-bottom: 0;
  }
}
.acf-block-why-us .grid {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .acf-block-why-us .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .acf-block-why-us .grid__left {
    grid-column: span 4;
  }
  .acf-block-why-us .grid__right {
    grid-column: 5/span 8;
  }
}
@media print, screen and (min-width: 40em) {
  .acf-block-why-us .block-grid {
    --cols: 2;
    --gap: 20px;
    display: grid;
    grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
    -moz-column-gap: var(--gap);
         column-gap: var(--gap);
  }
}
@media print, screen and (min-width: 48em) {
  .acf-block-why-us .block-grid {
    --cols: 3;
    --gap: 20px;
    display: grid;
    grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
    -moz-column-gap: var(--gap);
         column-gap: var(--gap);
  }
}
.acf-block-why-us .block-grid > * {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.acf-block-why-us .block-grid > * img {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 48em) {
  .acf-block-why-us .block-grid > * {
    text-align: center;
    max-width: 216px;
  }
}
.acf-block-why-us .gallery {
  display: none;
  padding-top: 60px;
  padding-right: 50px;
}
@media print, screen and (min-width: 64em) {
  .acf-block-why-us .gallery {
    display: block;
  }
}
.acf-block-why-us .gallery__item {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.acf-block-why-us .gallery__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}
.acf-block-why-us .gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  filter: grayscale(1);
}
.acf-block-why-us .gallery__item--1 {
  width: 156px;
  height: 156px;
  padding: 18px;
  margin-left: 140px;
}
.acf-block-why-us .gallery__item--2 {
  width: 324px;
  height: 324px;
  padding: 24px;
  float: left;
  transform: translate(-150px, -40px);
}
.acf-block-why-us .gallery__item--3 {
  width: 204px;
  height: 204px;
  padding: 18px;
  transform: translate(100px, -200px);
}

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