/* compiled by scssphp 1.6.0 on Sun, 12 Mar 2023 18:02:53 +0000 (0.1063s) */

html body#root .section.tiles .container {
  max-width: 1300px;
  margin: auto;
}
html body#root .section.tiles .heading {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .heading {
    margin-bottom: 10px;
  }
}
html body#root .section.tiles .heading h2 {
  margin-top: 0;
  width: 50%;
  margin-right: 10%;
}
@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: #FA6216;
  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: #FA6216;
  transform: translate(-50%, -50%);
  top: 50%;
}
html body#root .section.tiles .column.one-third {
  margin-bottom: 50px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .column.one-third {
    margin-bottom: 20px;
  }
}
html body#root .section.tiles .entry {
  position: relative;
  flex-direction: column;
}
html body#root .section.tiles .entry .heading {
  display: inline-flex;
}
html body#root .section.tiles .entry .heading > .icon {
  color: #FA6216;
  opacity: 0.6;
  padding: 0;
  border-radius: 50%;
  width: 20px;
  margin-right: 15px;
  font-size: 20px;
  display: flex;
  line-height: 25px;
}
html body#root .section.tiles .entry h3 {
  color: #233543;
  margin: 0;
  margin-bottom: 0;
  width: calc(100% - 35px);
}
html body#root .section.tiles .entry p, html body#root .section.tiles .entry .usps {
  width: 100%;
  margin-bottom: 10px;
  flex: 1;
}
html body#root .section.tiles .entry .usp {
  display: flex;
}
html body#root .section.tiles .entry .usp .icon {
  margin-right: 8px;
  color: #233543;
  line-height: 24px;
}
html body#root .section.tiles .entry .usp .content {
  font-size: 14px;
}
html body#root .section.tiles .entry .eyebrow {
  color: #FA6216;
  opacity: 0.6;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}
html body#root .section.tiles .entry .button.ghost {
  color: #FA6216;
  text-align: center;
}
html body#root .section.tiles .entry .button.ghost:hover {
  opacity: 1;
}
