/* 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  :)  */
#sec-banner {
  position: relative;
  overflow: hidden;
  padding: 178px 0 160px 0;
  min-height: 415px; }
  @media screen and (min-width: 1025px) {
    #sec-banner {
      min-height: 460px;
      padding: 215px 0 150px 0; } }
  #sec-banner .bg-img {
    position: absolute;
    inset: 0;
    z-index: -1;
    max-height: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover; }
    @media screen and (min-width: 641px) {
      #sec-banner .bg-img {
        object-position: 70% center; } }
    @media screen and (min-width: 769px) {
      #sec-banner .bg-img {
        object-position: 70% center; } }
    @media screen and (min-width: 1025px) {
      #sec-banner .bg-img {
        object-position: 58% center; } }
    @media screen and (min-width: 1141px) {
      #sec-banner .bg-img {
        object-position: 60% center; } }
    @media screen and (min-width: 1317px) {
      #sec-banner .bg-img {
        object-position: 50% center; } }
  #sec-banner .content h1 {
    margin-bottom: 0; }

#sec-intro {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding-top: 108px;
      padding-bottom: 108px; } }
  #sec-intro picture,
  #sec-intro img {
    border-radius: 20px;
    max-height: 100% !important;
    height: 100% !important;
    object-fit: cover; }

#sec-system {
  padding-top: 0;
  padding-bottom: 45px;
  /* 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  :)  */ }
  @media screen and (min-width: 1025px) {
    #sec-system {
      padding-top: 0;
      padding-bottom: 98px; } }
  #sec-system .card {
    border-radius: 20px;
    background-color: #a8d26f;
    padding: 20px 40px 45px 30px; }
    @media screen and (min-width: 1025px) {
      #sec-system .card {
        padding: 20px 20px 45px 24px; } }
    #sec-system .card.card-0 {
      background-color: #5d7b34; }
    #sec-system .card.card-1 {
      background-color: #749b3f; }
    #sec-system .card.card-2 {
      background-color: #98c062; }
    #sec-system .card i {
      font-size: 65px;
      margin-bottom: 30px;
      display: inline-block;
      color: rgba(255, 255, 255, 0.27);
      float: right; }
    #sec-system .card h3,
    #sec-system .card h4 {
      padding-bottom: 25px;
      border-bottom: 2px solid #ffffff;
      margin-bottom: 25px;
      display: flex;
      flex-direction: column;
      width: 100%;
      line-height: 1.3; }
    #sec-system .card p {
      font-size: 16px; }
      #sec-system .card p:last-of-type {
        margin-bottom: 0; }
  #sec-system .card {
    display: flex;
    flex-direction: column; }
    #sec-system .card .content {
      margin-top: auto; }
      #sec-system .card .content h3 {
        justify-content: flex-end; }

#sec-team {
  background-color: #f6f6f6;
  padding-top: 45px;
  padding-bottom: 45px; }
  @media screen and (min-width: 1025px) {
    #sec-team {
      padding-top: 98px;
      padding-bottom: 98px; } }
  #sec-team .team-card .team-img {
    border-radius: 20px;
    border: 1px solid #707070;
    overflow: hidden; }
  #sec-team .team-card .team-content .h3 {
    font-weight: 600;
    margin: 1.25rem 0 0 0; }
  #sec-team .team-card .team-content .role {
    margin: 0 0 1.25rem 0; }
  #sec-team .team-card .read-bio {
    color: #3ec1f0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer; }
    #sec-team .team-card .read-bio:hover {
      color: #a8d26f; }

.dteam-model {
  display: none; }
  .dteam-model .bio-box {
    display: none;
    background: #eaeaea;
    border-radius: 20px;
    padding: 3rem 2.5rem; }
    .dteam-model .bio-box .entry {
      display: flex;
      justify-content: space-between; }
      .dteam-model .bio-box .entry .content .h3 {
        font-weight: 600;
        margin: 1.25rem 0 0 0; }
      .dteam-model .bio-box .entry .content .role {
        margin: 0 0 1.25rem 0; }
      .dteam-model .bio-box .entry .close {
        cursor: pointer;
        color: #242222; }
        .dteam-model .bio-box .entry .close:hover {
          color: #a8d26f; }
        .dteam-model .bio-box .entry .close i {
          font-size: 50px; }
    .dteam-model .bio-box .bio {
      max-width: 1038px; }
      .dteam-model .bio-box .bio p {
        font-size: 16px; }
    .dteam-model .bio-box .contact-info {
      display: flex;
      margin-top: 2rem; }
      .dteam-model .bio-box .contact-info a {
        width: 51px;
        height: 51px;
        border: 2px solid #242222;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #242222;
        margin-right: 1rem; }
        .dteam-model .bio-box .contact-info a:last-of-type {
          margin-right: 0; }
        .dteam-model .bio-box .contact-info a:hover {
          color: #a8d26f;
          border: 2px solid #a8d26f; }
        .dteam-model .bio-box .contact-info a i {
          font-size: 17px; }

.team-model {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
  padding: 20px;
  overflow-y: auto; }
  .team-model .bio-wrapper {
    display: none;
    min-height: 100%;
    align-items: center;
    justify-content: center; }
  .team-model .bio-box {
    background: #eaeaea;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
    position: relative; }
    @media screen and (min-width: 769px) {
      .team-model .bio-box {
        padding: 3rem 2.5rem; } }
    .team-model .bio-box .entry {
      display: flex;
      justify-content: space-between;
      gap: 1rem; }
      .team-model .bio-box .entry .content .h3 {
        font-weight: 600;
        margin: 0 0 0.25rem 0; }
      .team-model .bio-box .entry .content .role {
        margin: 0 0 1.25rem 0; }
      .team-model .bio-box .entry .close {
        cursor: pointer;
        color: #242222;
        line-height: 1; }
        .team-model .bio-box .entry .close:hover {
          color: #a8d26f; }
        .team-model .bio-box .entry .close i {
          font-size: 42px; }
          @media screen and (min-width: 769px) {
            .team-model .bio-box .entry .close i {
              font-size: 50px; } }
    .team-model .bio-box .bio {
      max-width: 1038px; }
      .team-model .bio-box .bio p {
        font-size: 16px; }
    .team-model .bio-box .contact-info {
      display: flex;
      margin-top: 2rem; }
      .team-model .bio-box .contact-info a {
        width: 51px;
        height: 51px;
        border: 2px solid #242222;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #242222;
        margin-right: 1rem; }
        .team-model .bio-box .contact-info a:last-of-type {
          margin-right: 0; }
        .team-model .bio-box .contact-info a:hover {
          color: #a8d26f;
          border-color: #a8d26f; }
        .team-model .bio-box .contact-info a i {
          font-size: 17px; }

body.team-modal-open {
  overflow: hidden; }
