
      
    


      
     


      /* ========== 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;
      }
    



[data-gp-component].gp-component-id-8FSHwDW23 { h1 { color: #a9eec3 !important; /* Light Green */ } }

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

 .gp-component-id-hFW_SgvfhW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-hFW_SgvfhW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hFW_SgvfhW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hFW_SgvfhW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hFW_SgvfhW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-hFW_SgvfhW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } }

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

 .gp-component-id-fkyPaHe1lH { 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-fkyPaHe1lH { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;color: rgb(24, 205, 94); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fkyPaHe1lH { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;color: rgb(24, 205, 94); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fkyPaHe1lH { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fkyPaHe1lH { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } } @media (min-width: 1200px) { .gp-component-id-fkyPaHe1lH { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } }

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

 .gp-component-id-JSZ7fJLl1 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } @media (max-width: 639px) { .gp-component-id-JSZ7fJLl1 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 29%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 33.3333%;margin-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JSZ7fJLl1 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 29%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 33.3333%;margin-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JSZ7fJLl1 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 29%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 33.3333%;margin-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JSZ7fJLl1 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 29%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 33.3333%;margin-bottom: 16px; } } @media (min-width: 1200px) { .gp-component-id-JSZ7fJLl1 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 29%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 33.3333%;margin-bottom: 16px; } }

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

 .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-nC70ycQf8Q { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-nC70ycQf8Q { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nC70ycQf8Q { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nC70ycQf8Q { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nC70ycQf8Q { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-nC70ycQf8Q { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } }

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

 .gp-component-id-yGToRWCNq { 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-yGToRWCNq { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;color: rgb(24, 205, 94); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yGToRWCNq { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;color: rgb(24, 205, 94); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yGToRWCNq { margin-left: 0px;margin-bottom: 40px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yGToRWCNq { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } } @media (min-width: 1200px) { .gp-component-id-yGToRWCNq { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } }

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

 .gp-component-id-bhCW27cFX { object-position: center center;object-fit: cover;display: inline-flex;align-items: flex-start;justify-content: flex-start;width: 33.3333%;margin-bottom: 16px;border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%; } @media (max-width: 639px) { .gp-component-id-bhCW27cFX { object-position: center center;object-fit: cover;display: inline-flex;align-items: flex-start;justify-content: flex-start;width: 33.3333%;margin-bottom: 16px;border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bhCW27cFX { object-position: center center;object-fit: cover;display: inline-flex;align-items: flex-start;justify-content: flex-start;width: 33.3333%;margin-bottom: 16px;border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bhCW27cFX { object-position: center center;object-fit: cover;display: inline-flex;align-items: flex-start;justify-content: flex-start;width: 33.3333%;margin-bottom: 16px;border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bhCW27cFX { object-position: center center;object-fit: cover;display: inline-flex;align-items: flex-start;justify-content: flex-start;width: 33.3333%;margin-bottom: 16px;border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%; } } @media (min-width: 1200px) { .gp-component-id-bhCW27cFX { object-position: center center;object-fit: cover;display: inline-flex;align-items: flex-start;justify-content: flex-start;width: 33.3333%;margin-bottom: 16px;border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%; } }

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

 .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-CqSHPaPwL9 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-CqSHPaPwL9 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CqSHPaPwL9 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CqSHPaPwL9 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CqSHPaPwL9 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-CqSHPaPwL9 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;text-align: center;color: rgb(4, 81, 174);font-size: 18px; } }

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

 .gp-component-id-0mTvv4yZp9 { 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-0mTvv4yZp9 { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;font-family: Poppins, sans-serif;color: rgb(24, 205, 94); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0mTvv4yZp9 { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;font-family: Poppins, sans-serif;color: rgb(24, 205, 94); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0mTvv4yZp9 { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0mTvv4yZp9 { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } } @media (min-width: 1200px) { .gp-component-id-0mTvv4yZp9 { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 20px;box-sizing: border-box;cursor: text;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } }

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

 .gp-component-id-v3KDgVUjk { object-position: center center;object-fit: cover;display: inline-flex;align-items: flex-start;justify-content: flex-start;width: 33.3333%;margin-bottom: 16px;border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%; } @media (max-width: 639px) { .gp-component-id-v3KDgVUjk { object-position: center center;object-fit: cover;display: inline-flex;align-items: flex-start;justify-content: flex-start;width: 33.3333%;margin-bottom: 16px;border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-v3KDgVUjk { object-position: center center;object-fit: cover;display: inline-flex;align-items: flex-start;justify-content: flex-start;width: 33.3333%;margin-bottom: 16px;border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-v3KDgVUjk { object-position: center center;object-fit: cover;display: inline-flex;align-items: flex-start;justify-content: flex-start;width: 33.3333%;margin-bottom: 16px;border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-v3KDgVUjk { object-position: center center;object-fit: cover;display: inline-flex;align-items: flex-start;justify-content: flex-start;width: 33.3333%;margin-bottom: 16px;border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%; } } @media (min-width: 1200px) { .gp-component-id-v3KDgVUjk { object-position: center center;object-fit: cover;display: inline-flex;align-items: flex-start;justify-content: flex-start;width: 33.3333%;margin-bottom: 16px;border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%; } }

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

 .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-3zW4Adsm53 { 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-3zW4Adsm53 { margin-left: 0px;margin-bottom: 32px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 36px;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3zW4Adsm53 { margin-left: 0px;margin-bottom: 32px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 36px;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3zW4Adsm53 { margin-left: 0px;margin-bottom: 32px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 36px;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3zW4Adsm53 { margin-left: 0px;margin-bottom: 32px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 36px;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } } @media (min-width: 1200px) { .gp-component-id-3zW4Adsm53 { margin-left: 0px;margin-bottom: 32px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 36px;font-family: Poppins, sans-serif;text-align: center;color: rgb(24, 205, 94); } }

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

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

 .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-8kVXR2vXqt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-8kVXR2vXqt { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;text-shadow: rgb(0, 0, 0) 2px 2px 0px;cursor: text;box-sizing: border-box;padding-top: 143px;font-family: Poppins, sans-serif;line-height: 1.5;text-align: center;color: rgb(255, 255, 255);font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8kVXR2vXqt { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;text-shadow: rgb(0, 0, 0) 2px 2px 0px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;line-height: 1.5;text-align: left;color: rgb(255, 255, 255);font-size: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8kVXR2vXqt { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;text-shadow: rgb(0, 0, 0) 2px 2px 0px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;line-height: 1.5;text-align: left;color: rgb(255, 255, 255);font-size: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8kVXR2vXqt { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;text-shadow: rgb(0, 0, 0) 2px 2px 0px;cursor: text;box-sizing: border-box;font-family: Poppins, sans-serif;line-height: 1.5;text-align: left;color: rgb(255, 255, 255);font-size: 20px; } } @media (min-width: 1200px) { .gp-component-id-8kVXR2vXqt { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;text-shadow: rgb(0, 0, 0) 2px 2px 0px;cursor: text;box-sizing: border-box;padding-right: 60px;font-family: Poppins, sans-serif;line-height: 1.5;text-align: left;color: rgb(255, 255, 255);font-size: 20px; } }

 .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-RmfWvEpxx { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;overflow-wrap: break-word;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-RmfWvEpxx { margin-left: 0px;margin-bottom: 16px;margin-right: 0px;margin-top: 0px;font-size: 36px;overflow-wrap: break-word;font-weight: inherit;text-shadow: rgba(0, 0, 0, 0.03) 2px 2px 0px;font-family: Poppins, sans-serif;text-align: center;color: rgb(255, 255, 255); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RmfWvEpxx { margin-left: 0px;margin-bottom: 32px;margin-right: 0px;margin-top: 0px;font-size: 48px;overflow-wrap: break-word;font-weight: inherit;text-shadow: rgba(0, 0, 0, 0.03) 2px 2px 0px;padding-top: 417px;padding-right: 0px;font-family: Poppins, sans-serif;text-align: left;color: rgb(255, 255, 255); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RmfWvEpxx { margin-left: 0px;margin-bottom: 32px;margin-right: 0px;margin-top: 0px;font-size: 48px;overflow-wrap: break-word;font-weight: inherit;text-shadow: rgba(0, 0, 0, 0.03) 2px 2px 0px;font-family: Poppins, sans-serif;text-align: left;color: rgb(255, 255, 255); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RmfWvEpxx { margin-left: 0px;margin-bottom: 32px;margin-right: 0px;margin-top: 0px;font-size: 48px;overflow-wrap: break-word;font-weight: inherit;text-shadow: rgba(0, 0, 0, 0.03) 2px 2px 0px;font-family: Poppins, sans-serif;text-align: left;color: rgb(255, 255, 255); } } @media (min-width: 1200px) { .gp-component-id-RmfWvEpxx { margin-left: 0px;margin-bottom: 32px;margin-right: 0px;margin-top: 0px;font-size: 48px;overflow-wrap: break-word;font-weight: inherit;text-shadow: rgba(0, 0, 0, 0.03) 2px 2px 0px;padding-right: 71px;font-family: Poppins, sans-serif;text-align: left;color: rgb(255, 255, 255); } }

 .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-9eBRjh_fpv { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } @media (max-width: 639px) { .gp-component-id-9eBRjh_fpv { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9eBRjh_fpv { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9eBRjh_fpv { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9eBRjh_fpv { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-9eBRjh_fpv { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } }

 .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-YX2CEpjc0O { padding-right: 0px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } @media (max-width: 639px) { .gp-component-id-YX2CEpjc0O { padding-right: 0px;width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YX2CEpjc0O { 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 { 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 { padding-right: 0px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-YX2CEpjc0O { padding-right: 64px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } }

 .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; } }

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

 .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; } }

 .gp-component-id-XeK2_V0VHS { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-XeK2_V0VHS { min-height: 50px;position: relative;z-index: auto;background-position-x: 50%;background-position-y: 0%;padding-bottom: 48px;padding-top: 48px;background-size: cover;background-image: url("https://images.groovetech.io/Q8Lw0zKij0kB97MzE5oS4qOuXbN4th5pQezh-iA8WE4/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzBkMTBjMGVjLTQ0MGItNDc4Zi04OTc4LTYxMWUxMWRiNDYwZi8xNjY2NzQzMDQ3ODY4NTUucG5n.webp"); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XeK2_V0VHS { min-height: 50px;position: relative;z-index: auto;background-position-x: 50%;background-position-y: 0%;padding-bottom: 64px;padding-top: 64px;padding-right: 16px;padding-left: 16px;background-size: cover;background-image: url("https://images.groovetech.io/Q8Lw0zKij0kB97MzE5oS4qOuXbN4th5pQezh-iA8WE4/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzBkMTBjMGVjLTQ0MGItNDc4Zi04OTc4LTYxMWUxMWRiNDYwZi8xNjY2NzQzMDQ3ODY4NTUucG5n.webp"); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XeK2_V0VHS { min-height: 50px;position: relative;z-index: auto;background-position-y: 0%;background-position-x: 50%;padding-bottom: 64px;padding-top: 64px;padding-right: 16px;padding-left: 16px;background-size: cover;background-image: url("https://images.groovetech.io/Q8Lw0zKij0kB97MzE5oS4qOuXbN4th5pQezh-iA8WE4/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzBkMTBjMGVjLTQ0MGItNDc4Zi04OTc4LTYxMWUxMWRiNDYwZi8xNjY2NzQzMDQ3ODY4NTUucG5n.webp"); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XeK2_V0VHS { min-height: 50px;position: relative;z-index: auto;background-position-y: 0%;background-position-x: 50%;padding-bottom: 128px;padding-top: 128px;padding-right: 16px;padding-left: 16px;background-size: cover;background-image: url("https://images.groovetech.io/Q8Lw0zKij0kB97MzE5oS4qOuXbN4th5pQezh-iA8WE4/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzBkMTBjMGVjLTQ0MGItNDc4Zi04OTc4LTYxMWUxMWRiNDYwZi8xNjY2NzQzMDQ3ODY4NTUucG5n.webp"); } } @media (min-width: 1200px) { .gp-component-id-XeK2_V0VHS { min-height: 50px;position: relative;z-index: auto;background-position-y: 0%;background-position-x: 50%;padding-bottom: 128px;padding-top: 128px;padding-right: 16px;padding-left: 16px;background-size: cover;background-image: url("https://images.groovetech.io/Q8Lw0zKij0kB97MzE5oS4qOuXbN4th5pQezh-iA8WE4/rs:fit:0:0:0/g:no:0:0/c:0:0/aHR0cHM6Ly9hc3NldHMuZ3Jvb3ZlYXBwcy5jb20vaW1hZ2VzLzBkMTBjMGVjLTQ0MGItNDc4Zi04OTc4LTYxMWUxMWRiNDYwZi8xNjY2NzQzMDQ3ODY4NTUucG5n.webp"); } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-G1UOtEPRurO { 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-G1UOtEPRurO { 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-G1UOtEPRurO { 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-G1UOtEPRurO { 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-G1UOtEPRurO { 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-4Dr6DjySZZq { p { font-size: 12px !important; } }

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

 @media (max-width: 639px) { .gp-component-id-H47jMXGhVMD { 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-H47jMXGhVMD { 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-H47jMXGhVMD { 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-H47jMXGhVMD { 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-H47jMXGhVMD { 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-rsHVDa4ROzY { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-rsHVDa4ROzY { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rsHVDa4ROzY { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rsHVDa4ROzY { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rsHVDa4ROzY { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-rsHVDa4ROzY { 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-HlFTfQhbnX5 { 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-HlFTfQhbnX5 { 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-HlFTfQhbnX5 { 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-HlFTfQhbnX5 { 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-HlFTfQhbnX5 { 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-HlFTfQhbnX5 { 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-rgyTzVTSvNi { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-rgyTzVTSvNi { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rgyTzVTSvNi { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rgyTzVTSvNi { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rgyTzVTSvNi { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-rgyTzVTSvNi { flex-direction: column;display: flex; } }

 .gp-component-id-HNws74rY46s { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } @media (max-width: 639px) { .gp-component-id-HNws74rY46s { 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-HNws74rY46s { 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-HNws74rY46s { 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-HNws74rY46s { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-HNws74rY46s { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 16px;align-items: flex-start;display: flex; } }

 .gp-component-id-tW8EjWq59TC { 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-tW8EjWq59TC { 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-tW8EjWq59TC { 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-tW8EjWq59TC { 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-tW8EjWq59TC { 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-tW8EjWq59TC { 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-M6XjzcVAeWy { 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-M6XjzcVAeWy { 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-M6XjzcVAeWy { 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-M6XjzcVAeWy { 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-M6XjzcVAeWy { 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-M6XjzcVAeWy { 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-lLVtSVudlT0 { 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-lLVtSVudlT0 { 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-lLVtSVudlT0 { 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-lLVtSVudlT0 { 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-lLVtSVudlT0 { 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-lLVtSVudlT0 { 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-6PcrDs_y7F8 { 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-6PcrDs_y7F8 { 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-6PcrDs_y7F8 { 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-6PcrDs_y7F8 { 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-6PcrDs_y7F8 { 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-6PcrDs_y7F8 { 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-jlHDCwMIUXz { 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-jlHDCwMIUXz { 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-jlHDCwMIUXz { 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-jlHDCwMIUXz { 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-jlHDCwMIUXz { 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-jlHDCwMIUXz { 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-Q6efvKRxdbG { 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-Q6efvKRxdbG { 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-Q6efvKRxdbG { 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-Q6efvKRxdbG { display: flex;align-items: center;justify-content: flex-start;flex-direction: row;width: 100%;margin-top: 22px; } } @media (min-width: 1200px) { .gp-component-id-Q6efvKRxdbG { display: flex;align-items: center;justify-content: flex-start;flex-direction: row;width: 100%;margin-top: 22px; } }

 .gp-component-id-Oir9N6fi5RA { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-Oir9N6fi5RA { 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-Oir9N6fi5RA { 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-Oir9N6fi5RA { 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-Oir9N6fi5RA { 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-Oir9N6fi5RA { 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-sEel6IBxq3T { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-sEel6IBxq3T { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sEel6IBxq3T { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sEel6IBxq3T { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sEel6IBxq3T { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-sEel6IBxq3T { flex-direction: column;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-sxSODrLtCpw[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-sxSODrLtCpw[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-sxSODrLtCpw[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-sxSODrLtCpw[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-sxSODrLtCpw[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-jdDXsa7RCH3 { 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-jdDXsa7RCH3 { 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-jdDXsa7RCH3 { 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-jdDXsa7RCH3 { 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-jdDXsa7RCH3 { 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-AOuKZcmmgjM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-AOuKZcmmgjM { 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-AOuKZcmmgjM { 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-AOuKZcmmgjM { 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-AOuKZcmmgjM { 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-AOuKZcmmgjM { 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-naVZcdE3CU6 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-naVZcdE3CU6 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-naVZcdE3CU6 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-naVZcdE3CU6 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-naVZcdE3CU6 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-naVZcdE3CU6 { flex-direction: column;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-erOr0R4dZo_[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-erOr0R4dZo_[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-erOr0R4dZo_[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-erOr0R4dZo_[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-erOr0R4dZo_[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-rwEeu6NDS76 { 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-rwEeu6NDS76 { 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-rwEeu6NDS76 { 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-rwEeu6NDS76 { display: flex;align-items: flex-start;margin-bottom: 0px;color: rgb(32, 45, 60);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-rwEeu6NDS76 { 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-yOODJ0hjiLj { 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-yOODJ0hjiLj { 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-yOODJ0hjiLj { 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-yOODJ0hjiLj { 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-yOODJ0hjiLj { 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-7pHszfIMtUN { h3 { color: #a9eec3 !important; } }

 .gp-component-id-7pHszfIMtUN { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-7pHszfIMtUN { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7pHszfIMtUN { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7pHszfIMtUN { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7pHszfIMtUN { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-7pHszfIMtUN { 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-qigPaKeT8yl[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-qigPaKeT8yl[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-qigPaKeT8yl[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-qigPaKeT8yl[data-gp-component] { flex-direction: column;justify-content: flex-end;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-qigPaKeT8yl[data-gp-component] { flex-direction: column;justify-content: flex-end;align-items: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-v7ls0S_HqGx { 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-v7ls0S_HqGx { 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-v7ls0S_HqGx { 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-v7ls0S_HqGx { 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-v7ls0S_HqGx { 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-z4oQiRNkWa2 { 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-z4oQiRNkWa2 { 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-z4oQiRNkWa2 { 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-z4oQiRNkWa2 { 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-z4oQiRNkWa2 { 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-z4oQiRNkWa2 { 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-rxDIm2uZ6GT { 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-rxDIm2uZ6GT { 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-rxDIm2uZ6GT { 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-rxDIm2uZ6GT { 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-rxDIm2uZ6GT { 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-rxDIm2uZ6GT { 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-oxzBkE0hFzA { 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-oxzBkE0hFzA { 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-oxzBkE0hFzA { 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-oxzBkE0hFzA { 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-oxzBkE0hFzA { 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-oxzBkE0hFzA { 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-IleMDJpt3Vj { 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-IleMDJpt3Vj { 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-IleMDJpt3Vj { 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-IleMDJpt3Vj { 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-IleMDJpt3Vj { 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-IleMDJpt3Vj { 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-0RokTmzqL04 { 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-0RokTmzqL04 { 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-0RokTmzqL04 { 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-0RokTmzqL04 { 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-0RokTmzqL04 { 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-0RokTmzqL04 { 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-5gHoGmP1xGz { 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-5gHoGmP1xGz { 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-5gHoGmP1xGz { 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-5gHoGmP1xGz { 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-5gHoGmP1xGz { 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-5gHoGmP1xGz { 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-Ow0Rq5OYTx { 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-Ow0Rq5OYTx { 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-Ow0Rq5OYTx { 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-Ow0Rq5OYTx { 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-Ow0Rq5OYTx { 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-Ow0Rq5OYTx { 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-GbIA_m_ItY { h3 { color: #a9eec3 !important; } }

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

 @media (max-width: 639px) { .gp-component-id-syQ9BZZfn3 { 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-syQ9BZZfn3 { 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-syQ9BZZfn3 { 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-syQ9BZZfn3 { 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-syQ9BZZfn3 { 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-kaToYv92zJ { 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-kaToYv92zJ { 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-kaToYv92zJ { 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-kaToYv92zJ { 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-kaToYv92zJ { 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-kaToYv92zJ { 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-b1J0UVNhLy { 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-b1J0UVNhLy { 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-b1J0UVNhLy { 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-b1J0UVNhLy { 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-b1J0UVNhLy { 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-b1J0UVNhLy { 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-ti6jqlzsRg { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } @media (max-width: 639px) { .gp-component-id-ti6jqlzsRg { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ti6jqlzsRg { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ti6jqlzsRg { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ti6jqlzsRg { width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ti6jqlzsRg { width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } }

 .gp-component-id-fp5xV1NO0a { 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-fp5xV1NO0a { 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-fp5xV1NO0a { 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-fp5xV1NO0a { 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-fp5xV1NO0a { 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-fp5xV1NO0a { 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-weAVatErZi { h3 { color: #a9eec3 !important; } }

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

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-wyHnBQBZeN { 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-wyHnBQBZeN { 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-wyHnBQBZeN { 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-wyHnBQBZeN { 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-wyHnBQBZeN { 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-v8fTefkXzm { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-v8fTefkXzm { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-v8fTefkXzm { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-v8fTefkXzm { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-v8fTefkXzm { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-v8fTefkXzm { flex-direction: column;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-1XVfduGWLL[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-1XVfduGWLL[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-1XVfduGWLL[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-1XVfduGWLL[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-1XVfduGWLL[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-t6oPSpbHdS { width: 100%;flex-direction: column;align-items: center;display: flex; } @media (max-width: 639px) { .gp-component-id-t6oPSpbHdS { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-t6oPSpbHdS { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-t6oPSpbHdS { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-t6oPSpbHdS { width: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-t6oPSpbHdS { width: 100%;flex-direction: column;align-items: flex-start;display: flex; } }

 .gp-component-id-SKlv0nBa2U { 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-SKlv0nBa2U { 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-SKlv0nBa2U { 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-SKlv0nBa2U { 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-SKlv0nBa2U { 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-SKlv0nBa2U { 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-RgdHxwlBhj { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-RgdHxwlBhj { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RgdHxwlBhj { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RgdHxwlBhj { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RgdHxwlBhj { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-RgdHxwlBhj { margin-bottom: 20px;padding-left: 8px;padding-right: 8px;width: 100%; } }

 .gp-component-id-LtEqe0HNcZ { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-LtEqe0HNcZ { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LtEqe0HNcZ { 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-LtEqe0HNcZ { 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-LtEqe0HNcZ { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-LtEqe0HNcZ { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } }

 .gp-component-id-enp3qBEAE { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-enp3qBEAE { 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-enp3qBEAE { 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-enp3qBEAE { 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-enp3qBEAE { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 48px;padding-top: 48px; } } @media (min-width: 1200px) { .gp-component-id-enp3qBEAE { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 48px;padding-top: 48px; } }

 .gp-component-id-enp3qBEAE.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-enp3qBEAE.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-enp3qBEAE.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-enp3qBEAE.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-enp3qBEAE.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-enp3qBEAE.gp-component > [data-section-overlay] { background-color: rgb(4, 81, 174);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } }

