/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  background: #131F35;
  text-align: center;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero h1 {
  color: #FFFFFF;
  position: relative;
  text-align: left;
}
#hero h1::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 145px !important;
  height: 9px;
  background-color: #EB010F;
  right: 0;
}
#hero h3,
#hero p.h3 {
  color: #FFFFFF;
  font: normal normal normal 18px/32px Rubik !important;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  #hero {
    min-height: 320px;
  }
  #hero h1, #hero h3, #hero p.h3 {
    text-align: center;
  }
  #hero h1::after {
    margin-left: auto;
    margin-right: auto;
  }
  #hero h3,
  #hero p.h3 {
    font-size: clamp(1.5rem, 24px + (33 - 24) * (100vw - 320px) / 1600, 2.0625rem) !important;
    line-height: clamp(2.1875rem, 35px + (44 - 35) * (100vw - 320px) / 1600, 2.75rem) !important;
  }
}

#breadcrumb {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #BABABA;
}
#breadcrumb .rank-math-breadcrumb .separator {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 22px;
  padding-bottom: 22px;
}
#breadcrumb .rank-math-breadcrumb p {
  padding: 0;
}
#breadcrumb .rank-math-breadcrumb .separator,
#breadcrumb .rank-math-breadcrumb a,
#breadcrumb .rank-math-breadcrumb .last {
  font: normal normal bold 16px/19px Rubik;
  letter-spacing: 0px;
  color: #131F35;
  text-transform: capitalize;
}

body {
  background: #F7F7F7;
}

/*FAQ*/
#faq ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  max-width: 397px;
  background: #FFFFFF;
}
#faq .faq-question {
  font: normal normal bold 16px/19px Rubik;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
}
#faq .icon-minus-square,
#faq .icon-plus-square {
  color: #EB010F;
  font-size: 26px;
}
#faq .faq-answer {
  display: none;
  color: #454545;
}
#faq .faq-item {
  border-bottom: 1px solid #B2B2B2;
}
#faq li {
  background: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #AFAFAF;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 40px;
  cursor: pointer;
  color: #000000;
}
#faq li.active, #faq li:hover {
  background: #131F35;
  color: #FFFFFF;
}
#faq li:last-of-type {
  border-bottom: 0;
}
#faq select {
  border-radius: 60px;
  min-height: 60px;
  padding-left: 15px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.41 0L6 4.59L10.59 0L12 1.41l-6 6l-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}
#faq select::-ms-expand {
  display: none;
}