
      
    


      
     


      /* ========== GLOBAL DEFAULTS (FORCED) ========== */
body {
  font-family: "Poppins", sans-serif !important;
  color: #0451ae !important; /* dark blue base text */
  line-height: 1.6 !important;
  background-color: #fff !important;
  text-align: center
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  margin: 0.5em 0 !important;
  color: #0451ae !important;
}

h1 { font-size: 42px !important; }
h2 { font-size: 32px !important; }
h3 { font-size: 24px !important; }
p  { font-size: 16px !important; }

/* Hero title base */
.hero-title {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
  color: #0451ae;
}

/* Primary Button (default) */
button, .groove-button {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px !important;
  padding: 10px 18px !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  background: #2e8cff !important; /* primary blue */
  color: #fff !important;
  border: none !important;
  cursor: pointer !important;
  transition: background-color 0.25s ease-in-out !important; /* smoother, subtle */
}
button:hover, .groove-button:hover {
  background: #18cd5e !important; /* green hover */
  color: #ffffff !important;
  border-radius: 30px !important;
}
/* Secondary Button */
.btn-secondary {
  background-color: #2e8cff !important; /* light blue */
  color: #ffffff !important;
  border-radius: 30px !important;
}
.btn-secondary:hover {
  background-color: #0451ae !important; /* dark blue hover */
  color: #ffffff !important;
  border-radius: 30px !important;
}

/* Promo / Orange Button */
.btn-promo {
  background-color: #f79307 !important; /* orange */
  color: #ffffff !important;
  border-radius: 30px !important;
}
.btn-promo:hover {
  background-color: #d97805 !important; /* darker orange */
  color: #ffffff !important;
  border-radius: 30px !important;
}

/* Links */
a { color: #18cd5e !important; text-decoration: none !important; }
a:hover { color: #f79307 !important; } /* orange highlight on hover */

/* Highlighted text */
.highlight { color: #f79307 !important; font-weight: 700 !important; }

/* Info box */
.info-box {
  background-color: #a9eec3 !important;
  padding: 16px !important;
  border-radius: 10px !important;
  color: #0451ae !important;
  font-weight: 500 !important;
}

/* ========== RESPONSIVE TYPOGRAPHY ========== */
/* Tablet (≤1024px) */
@media (max-width: 1024px) {
  .hero-title { font-size: 40px !important; }
  h1 { font-size: 32px !important; }
  h2 { font-size: 26px !important; }
  h3 { font-size: 20px !important; }
  p  { font-size: 15px !important; }

  button, .groove-button {
    font-size: 16px !important;
    padding: 9px 16px !important;
  }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
 .hero-title { font-size: 32px !important; }
  h1 { font-size: 26px !important; }
  h2 { font-size: 22px !important; }
  h3 { font-size: 18px !important; }
  p  { font-size: 14px !important; }

  button, .groove-button {
    font-size: 15px !important;
    padding: 8px 15px !important;
  }
}

/* ========== UTILITY CLASSES ========== */
/* Use these to override defaults for specific cases */
.subheading { font-size: 20px !important; font-weight: 500 !important; color: #2e8cff !important; }
.fineprint  { font-size: 12px !important; }

/* ========== TEXT COLORS ========== */
.text-blue, p.text-blue, h1.text-blue, h2.text-blue, h3.text-blue {
  color: #2e8cff !important; /* Light Blue */
}
.text-dark, p.text-dark, h1.text-dark, h2.text-dark, h3.text-dark {
  color: #0451ae !important; /* Dark Blue */
}
.text-green, p.text-green, h1.text-green, h2.text-green, h3.text-green {
  color: #18cd5e !important; /* Green */
}
.text-lightgreen, p.text-lightgreen, h1.text-lightgreen, h2.text-lightgreen, h3.text-lightgreen {
  color: #a9eec3 !important; /* Light Green */
}
.text-orange, p.text-orange, h1.text-orange, h2.text-orange, h3.text-orange {
  color: #f79307 !important; /* Orange */
}
.text-white {
  color: #ffffff !important;
}
.text-gray {
  color: #666666 !important;
}

/* ========== BACKGROUND COLORS ========== */
.bg-blue { background-color: #2e8cff !important; color: #fff !important; }
.bg-dark { background-color: #0451ae !important; color: #fff !important; }
.bg-green { background-color: #18cd5e !important; color: #fff !important; }
.bg-lightgreen { background-color: #a9eec3 !important; color: #0451ae !important; }
.bg-orange { background-color: #f79307 !important; color: #fff !important; }
.bg-white { background-color: #ffffff !important; color: #0451ae !important; }
.bg-gray { background-color: #f5f5f5 !important; color: #0451ae !important; }

/* ========== BORDER COLORS ========== */
.border-blue { border: 2px solid #2e8cff !important; }
.border-dark { border: 2px solid #0451ae !important; }
.border-green { border: 2px solid #18cd5e !important; }
.border-lightgreen { border: 2px solid #a9eec3 !important; }
.border-orange { border: 2px solid #f79307 !important; }
.border-white { border: 2px solid #ffffff !important; }
.border-gray { border: 2px solid #666666 !important; } *{} {}
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 @media (max-width: 639px) { .gp-component-id-YX2CEpjc0O[data-gp-component] { padding-right: 0px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YX2CEpjc0O[data-gp-component] { padding-right: 0px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YX2CEpjc0O[data-gp-component] { padding-right: 0px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YX2CEpjc0O[data-gp-component] { padding-right: 0px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-YX2CEpjc0O[data-gp-component] { padding-right: 64px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } }

 .gp-component-id-XeK2_V0VHS.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: 14; } @media (max-width: 639px) { .gp-component-id-XeK2_V0VHS.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: 14; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XeK2_V0VHS.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: 14; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XeK2_V0VHS.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: 14; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XeK2_V0VHS.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: 14; } } @media (min-width: 1200px) { .gp-component-id-XeK2_V0VHS.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: 14; } }

 .gp-component-id-9YPHQM0LP3.gp-component > [data-section-overlay] { z-index: 14;right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-9YPHQM0LP3.gp-component > [data-section-overlay] { z-index: 14;right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9YPHQM0LP3.gp-component > [data-section-overlay] { z-index: 14;right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9YPHQM0LP3.gp-component > [data-section-overlay] { z-index: 14;right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9YPHQM0LP3.gp-component > [data-section-overlay] { z-index: 14;right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-9YPHQM0LP3.gp-component > [data-section-overlay] { z-index: 14;right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-8kVXR2vXqt { font-size: 18px;color: rgba(46, 140, 255, 1);text-align: center;line-height: 1.5;font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-8kVXR2vXqt { font-size: 20px;color: rgba(46, 140, 255, 1);text-align: left;line-height: 1.5;font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-8kVXR2vXqt { font-size: 20px;color: rgba(46, 140, 255, 1);text-align: left;line-height: 1.5;font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-8kVXR2vXqt { font-size: 20px;color: rgba(46, 140, 255, 1);text-align: left;line-height: 1.5;font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-8kVXR2vXqt { font-size: 20px;color: rgba(46, 140, 255, 1);text-align: left;line-height: 1.5;font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-RmfWvEpxx { font-size: 36px;font-weight: inherit;color: rgb(4, 81, 174);text-align: center;font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;overflow-wrap: break-word;-webkit-text-stroke-width: 2px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-RmfWvEpxx { font-size: 48px;font-weight: inherit;color: rgb(4, 81, 174);text-align: left;font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;overflow-wrap: break-word;-webkit-text-stroke-width: 2px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-RmfWvEpxx { font-size: 48px;font-weight: inherit;color: rgb(4, 81, 174);text-align: left;font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;overflow-wrap: break-word;-webkit-text-stroke-width: 2px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-RmfWvEpxx { font-size: 48px;font-weight: inherit;color: rgb(4, 81, 174);text-align: left;font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;overflow-wrap: break-word;-webkit-text-stroke-width: 2px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-RmfWvEpxx { font-size: 48px;font-weight: inherit;color: rgb(4, 81, 174);text-align: left;font-family: Poppins, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 32px;overflow-wrap: break-word;-webkit-text-stroke-width: 2px; } }

 @media (max-width: 639px) { .gp-component-id-XeK2_V0VHS[data-gp-component] { background-size: cover;padding-top: 48px;padding-bottom: 48px;z-index: auto;position: relative;min-height: 50px;background-position-y: 0%;background-position-x: 50%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XeK2_V0VHS[data-gp-component] { background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 64px;padding-bottom: 64px;z-index: auto;position: relative;min-height: 50px;background-position-y: 0%;background-position-x: 50%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XeK2_V0VHS[data-gp-component] { background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 64px;padding-bottom: 64px;z-index: auto;position: relative;min-height: 50px;background-position-x: 50%;background-position-y: 0%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XeK2_V0VHS[data-gp-component] { background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 128px;padding-bottom: 128px;z-index: auto;position: relative;min-height: 50px;background-position-x: 50%;background-position-y: 0%; } } @media (min-width: 1200px) { .gp-component-id-XeK2_V0VHS[data-gp-component] { background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 128px;padding-bottom: 128px;z-index: auto;position: relative;min-height: 50px;background-position-x: 50%;background-position-y: 0%; } }

 .gp-component-id-AJjDGhhrNqR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 100%; } @media (max-width: 639px) { .gp-component-id-AJjDGhhrNqR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AJjDGhhrNqR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AJjDGhhrNqR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 33.3333%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AJjDGhhrNqR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 33.3333%; } } @media (min-width: 1200px) { .gp-component-id-AJjDGhhrNqR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 33.3333%; } }

 .gp-component-id-xdt7vRb_0b { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 100%; } @media (max-width: 639px) { .gp-component-id-xdt7vRb_0b { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xdt7vRb_0b { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xdt7vRb_0b { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 33.3333%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xdt7vRb_0b { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 33.3333%; } } @media (min-width: 1200px) { .gp-component-id-xdt7vRb_0b { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 33.3333%; } }

 .gp-component-id-Bn3Dbn1NE5 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 100%; } @media (max-width: 639px) { .gp-component-id-Bn3Dbn1NE5 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Bn3Dbn1NE5 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Bn3Dbn1NE5 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 33.3333%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Bn3Dbn1NE5 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 33.3333%; } } @media (min-width: 1200px) { .gp-component-id-Bn3Dbn1NE5 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 32px;padding-left: 32px;width: 33.3333%; } }

 .gp-component-id-9lJJcmktUZ { flex-wrap: wrap;margin-right: -32px;margin-left: -32px; } @media (max-width: 639px) { .gp-component-id-9lJJcmktUZ { flex-wrap: wrap;margin-right: -32px;margin-left: -32px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9lJJcmktUZ { flex-wrap: wrap;margin-right: -32px;margin-left: -32px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9lJJcmktUZ { flex-wrap: wrap;margin-right: -32px;margin-left: -32px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9lJJcmktUZ { flex-wrap: wrap;margin-right: -32px;margin-left: -32px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-9lJJcmktUZ { flex-wrap: wrap;margin-right: -32px;margin-left: -32px;display: flex; } }

 .gp-component-id-d8YJMs62G { width: 100%;padding-right: 8px;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-d8YJMs62G { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-d8YJMs62G { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-d8YJMs62G { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-d8YJMs62G { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-d8YJMs62G { width: 100%;padding-right: 8px;padding-left: 8px; } }

 .gp-component-id-9fl0Y9EReI { width: 100%; } @media (max-width: 639px) { .gp-component-id-9fl0Y9EReI { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9fl0Y9EReI { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9fl0Y9EReI { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9fl0Y9EReI { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-9fl0Y9EReI { width: 100%; } }

 .gp-component-id-0i4_qAg2ph { padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-0i4_qAg2ph { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0i4_qAg2ph { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0i4_qAg2ph { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0i4_qAg2ph { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-0i4_qAg2ph { padding-right: 8px;padding-left: 8px;width: 100%; } }

 .gp-component-id-szB9RA3rL7 { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-szB9RA3rL7 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-szB9RA3rL7 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-szB9RA3rL7 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-szB9RA3rL7 { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-szB9RA3rL7 { margin-right: -8px;margin-left: -8px; } }

 .gp-component-id-t20RSvGsA9 { padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-t20RSvGsA9 { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-t20RSvGsA9 { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-t20RSvGsA9 { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-t20RSvGsA9 { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-t20RSvGsA9 { padding-right: 8px;padding-left: 8px;width: 100%; } }

 .gp-component-id-4wKT5xmylM { position: relative;z-index: 15;width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-4wKT5xmylM { position: relative;z-index: 15;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4wKT5xmylM { position: relative;z-index: 15;width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4wKT5xmylM { position: relative;z-index: 15;width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4wKT5xmylM { position: relative;z-index: 15;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-4wKT5xmylM { position: relative;z-index: 15;width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } }

 .gp-component-id-9YPHQM0LP3 { min-height: 50px;z-index: auto;position: relative;padding-bottom: 64px;padding-top: 64px; } @media (max-width: 639px) { .gp-component-id-9YPHQM0LP3 { min-height: 50px;z-index: auto;position: relative;padding-bottom: 64px;padding-top: 64px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9YPHQM0LP3 { min-height: 50px;z-index: auto;position: relative;padding-bottom: 64px;padding-top: 64px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9YPHQM0LP3 { min-height: 50px;z-index: auto;position: relative;padding-bottom: 64px;padding-top: 64px;padding-right: 16px;padding-left: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9YPHQM0LP3 { min-height: 50px;z-index: auto;position: relative;padding-bottom: 128px;padding-top: 128px;padding-right: 0px;padding-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-9YPHQM0LP3 { min-height: 50px;z-index: auto;position: relative;padding-bottom: 128px;padding-top: 128px;padding-right: 0px;padding-left: 0px; } }

 .gp-component-id-cI678c5uqk { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-cI678c5uqk { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cI678c5uqk { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cI678c5uqk { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cI678c5uqk { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-cI678c5uqk { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-KdlUOaylW { display: flex;flex-direction: column; } @media (max-width: 639px) { .gp-component-id-KdlUOaylW { display: flex;flex-direction: column; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KdlUOaylW { display: flex;flex-direction: column; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KdlUOaylW { display: flex;flex-direction: column; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KdlUOaylW { display: flex;flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-KdlUOaylW { display: flex;flex-direction: column; } }

 .gp-component-id-8FSHwDW23 { display: flex;flex-direction: column; } @media (max-width: 639px) { .gp-component-id-8FSHwDW23 { display: flex;flex-direction: column; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8FSHwDW23 { display: flex;flex-direction: column; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8FSHwDW23 { display: flex;flex-direction: column; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8FSHwDW23 { display: flex;flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-8FSHwDW23 { display: flex;flex-direction: column; } }

 .gp-component-id-kgZMH4PWh { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden; } @media (max-width: 639px) { .gp-component-id-kgZMH4PWh { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 160px;height: auto;width: 100%;margin-bottom: 32px;margin-right: 24px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kgZMH4PWh { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 100%;height: auto;width: 100%;margin-bottom: 36px;margin-right: 24px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kgZMH4PWh { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 100%;height: auto;width: 100%;margin-bottom: 32px;margin-right: 24px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kgZMH4PWh { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 100%;height: auto;width: 100%;margin-bottom: 32px;margin-right: 24px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (min-width: 1200px) { .gp-component-id-kgZMH4PWh { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-position: center center;object-fit: cover;max-width: 100%;height: auto;width: 100%;margin-bottom: 64px;margin-right: 24px;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } }

 .gp-component-id-GVl3e7PZMJ { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-GVl3e7PZMJ { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GVl3e7PZMJ { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GVl3e7PZMJ { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GVl3e7PZMJ { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-GVl3e7PZMJ { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-brb0Ty3PI2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-brb0Ty3PI2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-brb0Ty3PI2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-brb0Ty3PI2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-brb0Ty3PI2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-brb0Ty3PI2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } }

 .gp-component-id-nlOT6Zjhqi { width: 100%;padding-right: 8px;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-nlOT6Zjhqi { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nlOT6Zjhqi { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nlOT6Zjhqi { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nlOT6Zjhqi { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-nlOT6Zjhqi { width: 100%;padding-right: 8px;padding-left: 8px; } }

 .gp-component-id-FmN8Kd63vD { position: relative;z-index: 15;width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-FmN8Kd63vD { position: relative;z-index: 15;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FmN8Kd63vD { position: relative;z-index: 15;width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FmN8Kd63vD { position: relative;z-index: 15;width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FmN8Kd63vD { position: relative;z-index: 15;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-FmN8Kd63vD { position: relative;z-index: 15;width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-UninmMzUeq0 { font-size: 16px;color: rgb(24, 205, 94);text-align: center;font-family: Lato, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 8px;padding-right: 8px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-UninmMzUeq0 { font-size: 16px;color: rgb(24, 205, 94);text-align: center;font-family: Lato, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 8px;padding-right: 8px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-UninmMzUeq0 { font-size: 16px;color: rgb(24, 205, 94);text-align: center;font-family: Lato, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 8px;padding-right: 8px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-UninmMzUeq0 { font-size: 16px;color: rgb(24, 205, 94);text-align: center;font-family: Lato, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 8px;padding-right: 8px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-UninmMzUeq0 { font-size: 16px;color: rgb(24, 205, 94);text-align: center;font-family: Lato, sans-serif;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 8px;padding-right: 8px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } }

[data-gp-component].gp-component-id-n3VcsQcWsxp { p { font-size: 12px !important; } }

 .gp-component-id-n3VcsQcWsxp { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-n3VcsQcWsxp { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-n3VcsQcWsxp { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-n3VcsQcWsxp { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-n3VcsQcWsxp { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-n3VcsQcWsxp { flex-direction: column;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-OWuaX_tou0q { display: flex;align-items: center;flex-direction: column;width: 100%;padding-top: 24px;border-bottom-color: rgb(24, 205, 94);border-top-color: rgb(24, 205, 94);border-right-color: rgb(24, 205, 94);border-left-color: rgb(24, 205, 94);border-top-width: 1px;color: rgb(24, 205, 94); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OWuaX_tou0q { display: flex;align-items: center;flex-direction: column;width: 100%;padding-top: 24px;border-bottom-color: rgb(24, 205, 94);border-top-color: rgb(24, 205, 94);border-right-color: rgb(24, 205, 94);border-left-color: rgb(24, 205, 94);border-top-width: 1px;color: rgb(24, 205, 94); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OWuaX_tou0q { display: flex;align-items: center;flex-direction: column;width: 100%;padding-top: 24px;border-bottom-color: rgb(24, 205, 94);border-top-color: rgb(24, 205, 94);border-right-color: rgb(24, 205, 94);border-left-color: rgb(24, 205, 94);border-top-width: 1px;color: rgb(24, 205, 94); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OWuaX_tou0q { display: flex;align-items: center;flex-direction: column;width: 100%;padding-top: 24px;border-bottom-color: rgb(24, 205, 94);border-top-color: rgb(24, 205, 94);border-right-color: rgb(24, 205, 94);border-left-color: rgb(24, 205, 94);border-top-width: 1px;color: rgb(24, 205, 94); } } @media (min-width: 1200px) { .gp-component-id-OWuaX_tou0q { display: flex;align-items: center;flex-direction: column;width: 100%;padding-top: 24px;border-bottom-color: rgb(24, 205, 94);border-top-color: rgb(24, 205, 94);border-right-color: rgb(24, 205, 94);border-left-color: rgb(24, 205, 94);border-top-width: 1px;color: rgb(24, 205, 94); } }

 .gp-component-id-Qk1XniTOk9 { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-Qk1XniTOk9 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Qk1XniTOk9 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Qk1XniTOk9 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Qk1XniTOk9 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-Qk1XniTOk9 { padding-left: 8px;width: 100%;padding-right: 8px; } }

 .gp-component-id-BbYDA7pG3 { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-BbYDA7pG3 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BbYDA7pG3 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BbYDA7pG3 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BbYDA7pG3 { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-BbYDA7pG3 { margin-left: -8px;margin-right: -8px; } }

 .gp-component-id-armaz6eh1na { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-armaz6eh1na { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-armaz6eh1na { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-armaz6eh1na { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-armaz6eh1na { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-armaz6eh1na { padding-left: 8px;width: 100%;padding-right: 8px; } }

 .gp-component-id-lT6pl0j9dY_ { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-lT6pl0j9dY_ { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lT6pl0j9dY_ { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lT6pl0j9dY_ { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lT6pl0j9dY_ { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-lT6pl0j9dY_ { overflow-wrap: break-word; } }

 .gp-component-id-j_lcvTa0sDP { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif;color: rgb(255, 255, 255);box-sizing: border-box;cursor: text; } @media (max-width: 639px) { .gp-component-id-j_lcvTa0sDP { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif;color: rgb(255, 255, 255);box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-j_lcvTa0sDP { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif;color: rgb(255, 255, 255);box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-j_lcvTa0sDP { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif;color: rgb(255, 255, 255);box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-j_lcvTa0sDP { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif;color: rgb(255, 255, 255);box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { .gp-component-id-j_lcvTa0sDP { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif;color: rgb(255, 255, 255);box-sizing: border-box;cursor: text; } }

 .gp-component-id-adnRF_MhHEq { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-adnRF_MhHEq { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-adnRF_MhHEq { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-adnRF_MhHEq { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-adnRF_MhHEq { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-adnRF_MhHEq { flex-direction: column;display: flex; } }

 .gp-component-id-djumRvbuybx { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } @media (max-width: 639px) { .gp-component-id-djumRvbuybx { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-djumRvbuybx { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-djumRvbuybx { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-djumRvbuybx { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-djumRvbuybx { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } }

 .gp-component-id-d4CFanB0GhV { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-d4CFanB0GhV { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-d4CFanB0GhV { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-d4CFanB0GhV { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-d4CFanB0GhV { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (min-width: 1200px) { .gp-component-id-d4CFanB0GhV { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } }

 .gp-component-id-PAk0XYd442M { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-PAk0XYd442M { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PAk0XYd442M { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PAk0XYd442M { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PAk0XYd442M { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (min-width: 1200px) { .gp-component-id-PAk0XYd442M { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } }

 .gp-component-id-XApHFFT5jMa { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-XApHFFT5jMa { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XApHFFT5jMa { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XApHFFT5jMa { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XApHFFT5jMa { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (min-width: 1200px) { .gp-component-id-XApHFFT5jMa { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } }

 .gp-component-id-uFCYK8c9DPY { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-uFCYK8c9DPY { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uFCYK8c9DPY { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uFCYK8c9DPY { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uFCYK8c9DPY { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } } @media (min-width: 1200px) { .gp-component-id-uFCYK8c9DPY { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 0px;padding-left: 12px; } }

 .gp-component-id-UpVqE3fJtIe { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-UpVqE3fJtIe { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UpVqE3fJtIe { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UpVqE3fJtIe { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UpVqE3fJtIe { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-UpVqE3fJtIe { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-nTsstdYd3i4 { display: flex;align-items: center;justify-content: center;flex-direction: row;width: 100%;margin-top: 22px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nTsstdYd3i4 { display: flex;align-items: center;justify-content: center;flex-direction: row;width: 100%;margin-top: 22px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nTsstdYd3i4 { display: flex;align-items: center;justify-content: center;flex-direction: row;width: 100%;margin-top: 22px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nTsstdYd3i4 { display: flex;align-items: center;justify-content: flex-start;flex-direction: row;width: 100%;margin-top: 22px; } } @media (min-width: 1200px) { .gp-component-id-nTsstdYd3i4 { display: flex;align-items: center;justify-content: flex-start;flex-direction: row;width: 100%;margin-top: 22px; } }

 .gp-component-id-yFVVeg20Kjo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-yFVVeg20Kjo { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif !important;font-size: 18px !important;box-sizing: border-box;cursor: text;color: rgb(24, 205, 94); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yFVVeg20Kjo { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif !important;font-size: 18px !important;box-sizing: border-box;cursor: text;color: rgb(24, 205, 94); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yFVVeg20Kjo { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif !important;font-size: 18px !important;box-sizing: border-box;cursor: text;color: rgb(24, 205, 94); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yFVVeg20Kjo { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif !important;font-size: 18px !important;box-sizing: border-box;cursor: text;color: rgb(24, 205, 94); } } @media (min-width: 1200px) { .gp-component-id-yFVVeg20Kjo { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Roboto, sans-serif !important;font-size: 18px !important;box-sizing: border-box;cursor: text;color: rgb(24, 205, 94); } }

 .gp-component-id-bhn1sda9thV { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-bhn1sda9thV { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bhn1sda9thV { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bhn1sda9thV { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bhn1sda9thV { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-bhn1sda9thV { flex-direction: column;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-MHt8gMAkWTX[data-gp-component] { font-size: 20px;color: rgb(24, 205, 94);text-align: center;line-height: 1;background-color: transparent;padding-top: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MHt8gMAkWTX[data-gp-component] { font-size: 20px;color: rgb(24, 205, 94);text-align: center;line-height: 1;background-color: transparent;padding-top: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MHt8gMAkWTX[data-gp-component] { font-size: 20px;color: rgb(24, 205, 94);text-align: center;line-height: 1;background-color: transparent;padding-top: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MHt8gMAkWTX[data-gp-component] { font-size: 20px;color: rgb(24, 205, 94);text-align: center;line-height: 1;background-color: transparent;padding-top: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-MHt8gMAkWTX[data-gp-component] { font-size: 20px;color: rgb(24, 205, 94);text-align: center;line-height: 1;background-color: transparent;padding-top: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } }

 @media (max-width: 639px) { .gp-component-id-iDdmJeZFM1y { display: flex;align-items: flex-start;margin-bottom: 0px;margin-top: 22px;text-align: center;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iDdmJeZFM1y { display: flex;align-items: flex-start;margin-bottom: 0px;margin-top: 22px;text-align: center;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iDdmJeZFM1y { display: flex;align-items: flex-start;margin-bottom: 0px;margin-top: 22px;text-align: center;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iDdmJeZFM1y { display: flex;align-items: flex-start;margin-bottom: 0px;margin-top: 22px;text-align: center;color: rgb(32, 45, 60);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-iDdmJeZFM1y { display: flex;align-items: flex-start;margin-bottom: 0px;margin-top: 22px;text-align: center;color: rgb(32, 45, 60);font-size: 18px; } }

 .gp-component-id-ZtTWpLb6grs { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-ZtTWpLb6grs { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;cursor: text;box-sizing: border-box;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZtTWpLb6grs { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;cursor: text;box-sizing: border-box;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZtTWpLb6grs { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;cursor: text;box-sizing: border-box;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZtTWpLb6grs { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;cursor: text;box-sizing: border-box;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94); } } @media (min-width: 1200px) { .gp-component-id-ZtTWpLb6grs { margin-left: 12px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;cursor: text;box-sizing: border-box;font-family: Roboto, sans-serif !important;color: rgb(24, 205, 94); } }

 .gp-component-id-xN3lUFj8t4h { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-xN3lUFj8t4h { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xN3lUFj8t4h { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xN3lUFj8t4h { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xN3lUFj8t4h { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-xN3lUFj8t4h { flex-direction: column;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-Q2bCnq2NDWC[data-gp-component] { font-size: 20px !important;color: rgb(24, 205, 94);line-height: 1;padding-top: 5px;height: auto;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Q2bCnq2NDWC[data-gp-component] { font-size: 20px !important;color: rgb(24, 205, 94);line-height: 1;padding-top: 5px;height: auto;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Q2bCnq2NDWC[data-gp-component] { font-size: 20px !important;color: rgb(24, 205, 94);line-height: 1;padding-top: 5px;height: auto;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Q2bCnq2NDWC[data-gp-component] { font-size: 20px !important;color: rgb(24, 205, 94);line-height: 1;padding-top: 5px;height: auto;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-Q2bCnq2NDWC[data-gp-component] { font-size: 20px !important;color: rgb(24, 205, 94);line-height: 1;padding-top: 5px;height: auto;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-UdTm0z7079h { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UdTm0z7079h { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UdTm0z7079h { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UdTm0z7079h { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-UdTm0z7079h { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-g6AWlDmsxGK { font-size: 20px;font-weight: inherit;color: rgba(169, 238, 195, 0.8);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-g6AWlDmsxGK { font-size: 20px;font-weight: inherit;color: rgba(169, 238, 195, 0.8);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-g6AWlDmsxGK { font-size: 20px;font-weight: inherit;color: rgba(169, 238, 195, 0.8);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-g6AWlDmsxGK { font-size: 20px;font-weight: inherit;color: rgba(169, 238, 195, 0.8);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-g6AWlDmsxGK { font-size: 20px;font-weight: inherit;color: rgba(169, 238, 195, 0.8);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } }

[data-gp-component].gp-component-id-f0w1q46XM4T { h3 { color: #a9eec3 !important; } }

 .gp-component-id-f0w1q46XM4T { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-f0w1q46XM4T { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-f0w1q46XM4T { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-f0w1q46XM4T { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-f0w1q46XM4T { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-f0w1q46XM4T { flex-direction: column;display: flex; } }

 .gp-component-id-UJPphEtUI { display: flex;align-items: center; } @media (max-width: 639px) { .gp-component-id-UJPphEtUI { display: flex;align-items: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UJPphEtUI { display: flex;align-items: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UJPphEtUI { display: flex;align-items: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UJPphEtUI { display: flex;align-items: center; } } @media (min-width: 1200px) { .gp-component-id-UJPphEtUI { display: flex;align-items: center; } }

 @media (max-width: 639px) { .gp-component-id-59Wj6c9fjmR[data-gp-component] { flex-direction: column;justify-content: flex-end;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-59Wj6c9fjmR[data-gp-component] { flex-direction: column;justify-content: flex-end;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-59Wj6c9fjmR[data-gp-component] { flex-direction: column;justify-content: flex-end;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-59Wj6c9fjmR[data-gp-component] { flex-direction: column;justify-content: flex-end;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-59Wj6c9fjmR[data-gp-component] { flex-direction: column;justify-content: flex-end;align-items: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-GUN8oc0b9JR { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-top: 12px;color: rgb(46, 140, 255); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GUN8oc0b9JR { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-top: 12px;color: rgb(46, 140, 255); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GUN8oc0b9JR { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-top: 12px;color: rgb(46, 140, 255); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GUN8oc0b9JR { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%;margin-top: 12px;color: rgb(46, 140, 255); } } @media (min-width: 1200px) { .gp-component-id-GUN8oc0b9JR { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%;margin-top: 12px;color: rgb(46, 140, 255); } }

 .gp-component-id-S04FVGDTJa7 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-S04FVGDTJa7 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-S04FVGDTJa7 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-S04FVGDTJa7 { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-S04FVGDTJa7 { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-S04FVGDTJa7 { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-xozoM4Cs0RC { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-xozoM4Cs0RC { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xozoM4Cs0RC { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xozoM4Cs0RC { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xozoM4Cs0RC { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-xozoM4Cs0RC { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } }

 .gp-component-id-as0DYhdpfK6 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-as0DYhdpfK6 { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-as0DYhdpfK6 { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-as0DYhdpfK6 { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-as0DYhdpfK6 { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-as0DYhdpfK6 { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } }

 .gp-component-id-yEroBwfT_Uq { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-yEroBwfT_Uq { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yEroBwfT_Uq { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yEroBwfT_Uq { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yEroBwfT_Uq { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-yEroBwfT_Uq { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } }

 .gp-component-id-nPuZHYJ_pzU { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-nPuZHYJ_pzU { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nPuZHYJ_pzU { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nPuZHYJ_pzU { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nPuZHYJ_pzU { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-nPuZHYJ_pzU { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } }

 .gp-component-id-D4ZCYLG3QJh { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-D4ZCYLG3QJh { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-D4ZCYLG3QJh { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-D4ZCYLG3QJh { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-D4ZCYLG3QJh { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-D4ZCYLG3QJh { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;margin-bottom: 12px;font-family: Lato, sans-serif;font-size: 18px; } }

 .gp-component-id-LgPEcZfrYjY { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-LgPEcZfrYjY { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-family: Lato, sans-serif !important;font-size: 18px !important;margin-bottom: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LgPEcZfrYjY { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-family: Lato, sans-serif !important;font-size: 18px !important;margin-bottom: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LgPEcZfrYjY { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-family: Lato, sans-serif !important;font-size: 18px !important;margin-bottom: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LgPEcZfrYjY { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-family: Lato, sans-serif !important;font-size: 18px !important;margin-bottom: 12px; } } @media (min-width: 1200px) { .gp-component-id-LgPEcZfrYjY { text-decoration-color: initial;text-decoration-style: initial;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: block;font-family: Lato, sans-serif !important;font-size: 18px !important;margin-bottom: 12px; } }

 .gp-component-id-AD3Fv_KLEO { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-AD3Fv_KLEO { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;color: rgb(169, 238, 195); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AD3Fv_KLEO { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;color: rgb(169, 238, 195); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AD3Fv_KLEO { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;color: rgb(169, 238, 195); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AD3Fv_KLEO { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;color: rgb(169, 238, 195); } } @media (min-width: 1200px) { .gp-component-id-AD3Fv_KLEO { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;color: rgb(169, 238, 195); } }

[data-gp-component].gp-component-id-0gf40rQWoX { h3 { color: #a9eec3 !important; } }

 .gp-component-id-0gf40rQWoX { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-0gf40rQWoX { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0gf40rQWoX { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0gf40rQWoX { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0gf40rQWoX { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0gf40rQWoX { flex-direction: column;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-4GCxOYq3L1 { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px;margin-top: 12px;color: rgb(24, 205, 94); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4GCxOYq3L1 { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px;margin-top: 12px;color: rgb(24, 205, 94); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4GCxOYq3L1 { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px;margin-top: 12px;color: rgb(24, 205, 94); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4GCxOYq3L1 { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px;margin-top: 12px;color: rgb(24, 205, 94); } } @media (min-width: 1200px) { .gp-component-id-4GCxOYq3L1 { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px;margin-top: 12px;color: rgb(24, 205, 94); } }

 .gp-component-id-_b4XHxw0tQe { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-_b4XHxw0tQe { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_b4XHxw0tQe { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_b4XHxw0tQe { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_b4XHxw0tQe { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-_b4XHxw0tQe { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-sLLgHNHvVk { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-sLLgHNHvVk { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 12px;padding-left: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sLLgHNHvVk { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 12px;padding-left: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sLLgHNHvVk { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 12px;padding-left: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sLLgHNHvVk { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 12px;padding-left: 12px; } } @media (min-width: 1200px) { .gp-component-id-sLLgHNHvVk { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block;padding-right: 12px;padding-left: 12px; } }

 .gp-component-id-nOAt0O0o9E { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-nOAt0O0o9E { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nOAt0O0o9E { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nOAt0O0o9E { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nOAt0O0o9E { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-nOAt0O0o9E { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 26px !important;cursor: pointer;background-color: transparent;color: rgb(24, 205, 94);display: inline-block; } }

 .gp-component-id-tKKGbLh_wP { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } @media (max-width: 639px) { .gp-component-id-tKKGbLh_wP { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tKKGbLh_wP { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tKKGbLh_wP { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tKKGbLh_wP { width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-tKKGbLh_wP { width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } }

 .gp-component-id-ojnMDD65Ke { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-ojnMDD65Ke { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;cursor: text;box-sizing: border-box;color: rgb(24, 205, 94); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ojnMDD65Ke { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;cursor: text;box-sizing: border-box;color: rgb(24, 205, 94); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ojnMDD65Ke { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;cursor: text;box-sizing: border-box;color: rgb(24, 205, 94); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ojnMDD65Ke { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;cursor: text;box-sizing: border-box;color: rgb(24, 205, 94); } } @media (min-width: 1200px) { .gp-component-id-ojnMDD65Ke { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 18px !important;cursor: text;box-sizing: border-box;color: rgb(24, 205, 94); } }

[data-gp-component].gp-component-id-p25LO7UksK { h3 { color: #a9eec3 !important; } }

 .gp-component-id-p25LO7UksK { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-p25LO7UksK { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-p25LO7UksK { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-p25LO7UksK { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-p25LO7UksK { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-p25LO7UksK { flex-direction: column;display: flex; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-rnPWAYfIHl { font-size: 18px !important;color: rgb(24, 205, 94);text-align: center;line-height: 1.5;font-family: Lato, sans-serif !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;width: auto;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-rnPWAYfIHl { font-size: 18px !important;color: rgb(24, 205, 94);text-align: center;line-height: 1.5;font-family: Lato, sans-serif !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;width: auto;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-rnPWAYfIHl { font-size: 18px !important;color: rgb(24, 205, 94);text-align: center;line-height: 1.5;font-family: Lato, sans-serif !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;width: auto;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-rnPWAYfIHl { font-size: 18px !important;color: rgb(24, 205, 94);text-align: left;line-height: 1.5;font-family: Lato, sans-serif !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;width: auto;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-rnPWAYfIHl { font-size: 18px !important;color: rgb(24, 205, 94);text-align: left;line-height: 1.5;font-family: Lato, sans-serif !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;width: auto;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } }

 .gp-component-id-jvJysA7ANj { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-jvJysA7ANj { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jvJysA7ANj { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jvJysA7ANj { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jvJysA7ANj { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-jvJysA7ANj { flex-direction: column;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-dYzpJC2uMn[data-gp-component] { color: inherit;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: transparent;margin-bottom: 24px;width: 100px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;object-fit: cover;object-position: center center;cursor: pointer;overflow-y: hidden;overflow-x: hidden; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dYzpJC2uMn[data-gp-component] { color: inherit;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: transparent;margin-bottom: 24px;width: 100px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;object-fit: cover;object-position: center center;cursor: pointer;overflow-y: hidden;overflow-x: hidden; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dYzpJC2uMn[data-gp-component] { color: inherit;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: transparent;margin-bottom: 24px;width: 100px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;object-fit: cover;object-position: center center;cursor: pointer;overflow-y: hidden;overflow-x: hidden; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dYzpJC2uMn[data-gp-component] { color: inherit;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: transparent;margin-bottom: 24px;width: 100px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;object-fit: cover;object-position: center center;cursor: pointer;overflow-y: hidden;overflow-x: hidden; } } @media (min-width: 1200px) { .gp-component-id-dYzpJC2uMn[data-gp-component] { color: inherit;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: transparent;margin-bottom: 24px;width: 100px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;object-fit: cover;object-position: center center;cursor: pointer;overflow-y: hidden;overflow-x: hidden; } }

 .gp-component-id-giYerBPSb2 { width: 100%;flex-direction: column;align-items: center;display: flex; } @media (max-width: 639px) { .gp-component-id-giYerBPSb2 { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-giYerBPSb2 { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-giYerBPSb2 { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-giYerBPSb2 { width: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-giYerBPSb2 { width: 100%;flex-direction: column;align-items: flex-start;display: flex; } }

 .gp-component-id-1MhAmlK_yl { min-height: 120px;display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px; } @media (max-width: 639px) { .gp-component-id-1MhAmlK_yl { min-height: 120px;display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1MhAmlK_yl { min-height: 120px;display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1MhAmlK_yl { min-height: 120px;display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1MhAmlK_yl { min-height: 120px;display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px;padding-left: 20px; } } @media (min-width: 1200px) { .gp-component-id-1MhAmlK_yl { min-height: 120px;display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px;padding-left: 20px; } }

 .gp-component-id-gWtHhc7Zn0J { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-gWtHhc7Zn0J { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gWtHhc7Zn0J { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gWtHhc7Zn0J { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gWtHhc7Zn0J { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-gWtHhc7Zn0J { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-lMuNGRrcD_P { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-lMuNGRrcD_P { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lMuNGRrcD_P { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lMuNGRrcD_P { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lMuNGRrcD_P { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-lMuNGRrcD_P { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } }

 .gp-component-id-NJOps8wkJZ { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-NJOps8wkJZ { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NJOps8wkJZ { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NJOps8wkJZ { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NJOps8wkJZ { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-NJOps8wkJZ { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } }

 .gp-component-id-fdUZoqBm6I { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-fdUZoqBm6I { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fdUZoqBm6I { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fdUZoqBm6I { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fdUZoqBm6I { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-fdUZoqBm6I { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } }

 .gp-component-id-fLgI5yp9q { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-fLgI5yp9q { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 48px;padding-top: 48px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fLgI5yp9q { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 48px;padding-top: 48px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fLgI5yp9q { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 48px;padding-top: 48px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fLgI5yp9q { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 48px;padding-top: 48px; } } @media (min-width: 1200px) { .gp-component-id-fLgI5yp9q { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 48px;padding-top: 48px; } }

 .gp-component-id-fLgI5yp9q.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px;background-color: rgb(3, 23, 48); } @media (max-width: 639px) { .gp-component-id-fLgI5yp9q.gp-component > [data-section-overlay] { background-color: rgb(4, 81, 174);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fLgI5yp9q.gp-component > [data-section-overlay] { background-color: rgb(4, 81, 174);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fLgI5yp9q.gp-component > [data-section-overlay] { background-color: rgb(4, 81, 174);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fLgI5yp9q.gp-component > [data-section-overlay] { background-color: rgb(4, 81, 174);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-fLgI5yp9q.gp-component > [data-section-overlay] { background-color: rgb(4, 81, 174);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } }

