/* compiled by scssphp 1.6.0 on Sun, 19 Jan 2025 15:19:14 +0000 (0.026s) */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
html body#root .section.tiles {
  padding: 100px 0;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles {
    padding: 30px 0;
  }
}
html body#root .section.tiles .column.full h2 {
  text-align: center;
}
html body#root .section.tiles .column.full .content {
  max-width: 900px;
  margin: auto;
}
html body#root .section.tiles .container {
  max-width: 1300px;
  margin: auto;
}
html body#root .section.tiles .heading h2 {
  margin-top: 0;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .heading h2 {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .heading .content {
    width: 100%;
  }
}
html body#root .section.tiles .heading .eyebrow {
  color: #2F2F2F;
  position: relative;
  padding-left: 8px;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
}
html body#root .section.tiles .heading .eyebrow:before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 2px;
  background-color: #2F2F2F;
  transform: translate(-50%, -50%);
  top: 50%;
}
html body#root .section.tiles .entry-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
html body#root .section.tiles .entry {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(33.33% - 20px);
  margin: 10px;
  padding-top: 230px;
  height: initial;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .entry {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 29.9375rem) {
  html body#root .section.tiles .entry {
    width: calc(100% - 20px);
  }
}
html body#root .section.tiles .entry:hover .image-container img {
  transform: scale(1.05);
}
html body#root .section.tiles .entry .heading h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .entry .heading h3 {
    margin-bottom: 15px;
  }
}
html body#root .section.tiles .entry .content {
  font-size: 14px;
  margin: 0;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .entry .content {
    margin-bottom: 15px;
  }
}
html body#root .section.tiles .entry .image-container {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
}
html body#root .section.tiles .entry .image-container img {
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  position: relative;
  width: auto;
  height: auto;
}
html body#root .section.tiles .entry a.button {
  color: #F3BB33;
}
html body#root .section.tiles .entry a.button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
