/* compiled by scssphp 1.6.0 on Fri, 12 Jul 2024 08:02:53 +0000 (0.1612s) */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');
@font-face {
  font-family: "Tungsten";
  src: url("./fonts/TungstenNarrow-Medium.woff") format("woff");
}
@font-face {
  font-family: "nova";
  src: url("./fonts/proxima_nova.woff") format("woff");
}
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 .container {
  max-width: 1300px;
  margin: auto;
}
html body#root .section.tiles .heading {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .heading {
    margin-bottom: 20px;
  }
}
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: #046879;
  position: relative;
  padding-left: 8px;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
}
html body#root .section.tiles .heading .eyebrow:before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 2px;
  background-color: #046879;
  transform: translate(-50%, -50%);
  top: 50%;
}
html body#root .section.tiles .column.one-third {
  width: calc(33.33% - ( 2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .column.one-third {
    width: calc(50% - (2 * 20px));
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .section.tiles .column.one-third {
    width: calc(100% - (2 * 20px));
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .section.tiles .entry {
  position: relative;
  flex-direction: column;
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 440px;
  margin: auto;
}
html body#root .section.tiles .entry:hover .image-container img {
  transform: scale(1.1);
}
html body#root .section.tiles .entry .heading {
  z-index: 1;
  position: relative;
  margin: 0;
}
html body#root .section.tiles .entry .heading h3 {
  color: #fff;
  margin: 0;
  margin-bottom: 0;
}
html body#root .section.tiles .entry .image-container {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
html body#root .section.tiles .entry .image-container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
html body#root .section.tiles .entry .image-container img {
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  position: relative;
  width: auto;
  left: 0;
  top: 0;
}
html body#root .section.tiles .entry a.button {
  height: 0;
}
html body#root .section.tiles .entry a.button span {
  display: none;
}
html body#root .section.tiles .entry a.button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
html body#root .section.tiles .entry a.button:hover {
  opacity: 1;
}
