/* 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 10, but if you do -- maybe just use a custom class  :)  */
#sec-product {
  padding: 73px 0 106px; }
  #sec-product .card {
    height: 100% !important;
    position: relative; }
    #sec-product .card .card-img {
      max-height: 91.75% !important;
      height: 100%;
      position: relative; }
      #sec-product .card .card-img picture,
      #sec-product .card .card-img img {
        max-height: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        position: relative;
        border-radius: 5px 5px 0 0; }
      #sec-product .card .card-img::after {
        display: block;
        height: 10px;
        width: 100%;
        background-color: #5EB1E0;
        content: ''; }
      #sec-product .card .card-img::before {
        position: absolute;
        inset: 0;
        content: '';
        display: none;
        background-color: rgba(26, 58, 107, 0.52);
        width: 100% !important;
        height: 100% !important;
        z-index: 1;
        transition: all 0.2s ease; }
    #sec-product .card .card-heading {
      padding: 14px 36px;
      background-color: #004277;
      position: absolute;
      bottom: 0;
      border-radius: 0px 5px 5px 0px;
      min-height: 95px;
      display: flex;
      align-items: center;
      z-index: 2; }
      #sec-product .card .card-heading h4 {
        font-size: 16px;
        letter-spacing: 3.04px;
        text-transform: uppercase;
        color: #FFFFFF;
        line-height: 1.5;
        max-width: 316px;
        margin: 0; }
    #sec-product .card:hover .card-img::before {
      display: block; }
  #sec-product h2 {
    margin-bottom: 16px; }
  #sec-product h5 {
    letter-spacing: 3.42px;
    color: #5EB1E0; }
  #sec-product p:not(:last-of-type) {
    font-size: 18px;
    font-family: "Montserrat", "Open Sans", sans-serif; }
  #sec-product .callout h4 {
    color: #1A3A6B;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: unset;
    max-width: 670px; }
  @media screen and (min-width: 1025px) {
    #sec-product {
      padding: 81px 0 77px; } }

#sec-support {
  padding: 70px 0;
  background-color: #FFFFFF; }
  #sec-support h2 {
    max-width: 548px; }
  #sec-support .btn-primary {
    background-color: #1A3A6B; }
    #sec-support .btn-primary:hover {
      background-color: #5EB1E0 !important; }
      #sec-support .btn-primary:hover i {
        color: #1A3A6B !important; }
  @media screen and (min-width: 1025px) {
    #sec-support {
      padding: 96px 0 111px; } }

#sec-focus {
  padding: 70px 0 60px; }
  #sec-focus h2 {
    max-width: 942px; }
  #sec-focus .card i {
    display: inline-flex;
    width: 65px;
    height: 65px;
    background-color: rgba(94, 177, 224, 0.35);
    align-items: center;
    justify-content: center;
    font-size: 45px;
    border-radius: 50%; }
  #sec-focus .card h3 {
    margin: 18px 0;
    font-size: 16px;
    letter-spacing: 3.04px;
    line-height: 1.5; }
  #sec-focus .card p {
    max-width: 450px; }
  @media screen and (min-width: 1025px) {
    #sec-focus {
      padding: 160px 0 102px; } }

#sec-callout {
  position: relative;
  padding: 148px 0 112px;
  margin-top: 150px; }
  #sec-callout .bg-img {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100% !important;
    height: 100% !important; }
    #sec-callout .bg-img picture,
    #sec-callout .bg-img img {
      max-width: 100% !important;
      max-height: 100% !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover; }
  #sec-callout .quote-icon {
    position: absolute;
    inset: 0;
    right: unset;
    top: unset;
    z-index: -1; }
  #sec-callout p {
    font-size: 22px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    margin-bottom: 28px; }
  #sec-callout h6 {
    margin-bottom: 35px; }
  #sec-callout a {
    color: #FFFFFF; }
  @media screen and (min-width: 1025px) {
    #sec-callout {
      padding-top: 107px; } }
  @media screen and (max-width: 769px) {
    #sec-callout {
      max-height: 1041px;
      height: 1041px; }
      #sec-callout .quote-icon {
        top: 0;
        bottom: unset;
        transform: translate(-50%, -50%);
        width: 228px;
        left: 50%; }
      #sec-callout h4, #sec-callout p {
        font-size: 16px;
        line-height: 1.5; } }

#sec-callout {
  margin-top: 90px; }

#sec-faqs {
  padding-top: 70px;
  padding-bottom: 97px; }
  #sec-faqs h2 {
    margin-bottom: 5px; }
  #sec-faqs a {
    margin-top: 40px; }
  #sec-faqs h4 {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: unset; }
  #sec-faqs .faq-item {
    padding-bottom: 4px;
    margin-bottom: 24px;
    border-bottom: 3px solid #f2f2f2; }
    #sec-faqs .faq-item h5 {
      margin-bottom: 17px;
      line-height: 1.8; }
    #sec-faqs .faq-item .answer {
      padding-left: 50px;
      margin-bottom: 17px; }
    #sec-faqs .faq-item button {
      width: 100%;
      font-size: 16px !important;
      border: 0;
      background: transparent;
      color: #1A3A6B;
      font: inherit;
      font-weight: 500;
      text-align: left;
      display: flex; }
      #sec-faqs .faq-item button i {
        color: #5EB1E0;
        margin-right: 21px;
        font-size: 23px;
        position: relative;
        top: 6px; }
        #sec-faqs .faq-item button i::before {
          content: '\e912'; }
      #sec-faqs .faq-item button[aria-expanded="true"] i::before {
        content: '\e90e'; }
  @media screen and (min-width: 1025px) {
    #sec-faqs {
      padding-top: 150px;
      padding-bottom: 115px; }
      #sec-faqs .faq-item {
        padding-bottom: 5px;
        margin-bottom: 22px; }
        #sec-faqs .faq-item button {
          font-size: 18px !important; }
        #sec-faqs .faq-item .answer {
          padding-left: 55px; }
        #sec-faqs .faq-item button i {
          margin-right: 23px;
          font-size: 24px;
          top: 5px; } }
