@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap);
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff?5pbalp") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"], [class*=fas] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e901";
}

.icon-check:before,
.fa-check-circle:before {
  content: "\e900";
}

.icon-arrow_right_alt:before {
  content: "\e902";
}

.icon-location_pin:before {
  content: "\e903";
}

.icon-clear:before {
  content: "\e904";
}

.icon-navigate_next:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-fact_check:before {
  content: "\e907";
}
