
/* ==================================================== 1. NAV: HIDE CTA + LINKS ON MOBILE, SHOW HAMBURGER ==================================================== */
@media (max-width: 860px) { .nav-cta { display: none !important; } .nav-links { display: none !important; } .nav-hamburger-btn { display: flex !important; }
}
/* Hamburger button */
.nav-hamburger-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: transparent; border: none; margin-left: auto; z-index: 9999; position: relative;
}
.nav-hamburger-btn span { display: block; width: 22px; height: 2px; background: rgba(255, 255, 255, 0.85); border-radius: 2px; transition: all 0.3s ease;
}
.nav-hamburger-btn.hb-open span:nth-child(1) { transform: translateY(7px) rotate(45deg);
}
.nav-hamburger-btn.hb-open span:nth-child(2) { opacity: 0;
}
.nav-hamburger-btn.hb-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg);
}
/* Mobile drawer */
.bga-mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: rgba(15, 26, 20, 0.99); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(2, 197, 139, 0.2); z-index: 9998; padding: 16px 1.5rem 20px; flex-direction: column;
}
.bga-mobile-menu.mm-open { display: flex;
}
.bga-mobile-menu a { font-family: 'Poppins', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; color: rgba(255, 255, 255, 0.78) !important; text-decoration: none !important; padding: 13px 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important; letter-spacing: 0.03em !important; display: block !important; transition: color 0.2s !important;
}
.bga-mobile-menu a:last-child { border-bottom: none !important; margin-top: 10px !important; background: #02c58b !important; color: #0f1a14 !important; text-align: center !important; border-radius: 8px !important; padding: 13px 16px !important; font-weight: 700 !important;
}
.bga-mobile-menu a:hover { color: #3ffdc5 !important;
}
.bga-mobile-menu a:last-child:hover { background: #3ffdc5 !important; color: #0f1a14 !important;
}
/* ==================================================== 2. MOBILE: KIM SECTION ABOVE TRUST STRIP (handled via JS reorder below) ==================================================== */
/* ==================================================== 3. STAGES: TAP HINT ON MOBILE ==================================================== */
.bga-tap-hint { display: none; background: rgba(2, 197, 139, 0.1); border: 1px solid rgba(2, 197, 139, 0.28); border-radius: 8px; padding: 10px 16px; margin-bottom: 14px; text-align: center; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #017754; letter-spacing: 0.04em;
}
@media (max-width: 860px) { .bga-tap-hint { display: block; } /* Reduce stage tab text size so all 5 fit */ .stage-tab .tab-name { font-size: 10px !important; } .stage-tab .tab-price { font-size: 10px !important; } .stage-tab .tab-stage { font-size: 8px !important; } .stage-tab .tab-emoji { font-size: 16px !important; }
}
/* ==================================================== 4. SCALE PANEL: FIX WHITE TEXT ON WHITE BACKGROUND ==================================================== */
#panel-scale .panel-inner { background: #0f1a14 !important;
}
#panel-scale .panel-problem { color: #ffffff !important; background: rgba(255, 255, 255, 0.06) !important; border-left-color: #02c58b !important;
}
#panel-scale .panel-desc { color: rgba(255, 255, 255, 0.75) !important;
}
#panel-scale .offer-items li { color: rgba(255, 255, 255, 0.75) !important; border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
#panel-scale .offer-items li::before { color: #02c58b !important;
}
/* Target any white box inside the scale panel */
#panel-scale .price-card-body,
#panel-scale .waitlist-mini,
#panel-scale [style*="background:#fff"],
#panel-scale [style*="background: #fff"],
#panel-scale [style*="background:white"],
#panel-scale [style*="background: white"] { background: rgba(255, 255, 255, 0.07) !important; color: #ffffff !important;
}
#panel-scale .price-card-body p,
#panel-scale .price-card-body span,
#panel-scale .waitlist-mini p,
#panel-scale .waitlist-mini h4 { color: rgba(255, 255, 255, 0.82) !important;
}
/* Express interest / coming soon box */
#panel-scale .cta-block,
#panel-scale .coming-soon-box,
#panel-scale .interest-box { background: rgba(2, 197, 139, 0.08) !important; border: 1px solid rgba(2, 197, 139, 0.2) !important; border-radius: 16px; padding: 22px; text-align: center;
}
#panel-scale .cta-block h2,
#panel-scale .cta-block h3,
#panel-scale .cta-block h4,
#panel-scale .interest-box h4,
#panel-scale .coming-soon-box h4 { color: #3ffdc5 !important;
}
#panel-scale .cta-block p,
#panel-scale .interest-box p,
#panel-scale .coming-soon-box p { color: rgba(255, 255, 255, 0.70) !important;
}
/* Catch-all for any remaining dark-on-dark text in scale panel */
#panel-scale * { color: inherit;
}
/* ==================================================== 5. MOBILE TYPOGRAPHY: BETTER CONTRAST ON DARK BACKGROUNDS ==================================================== */
@media (max-width: 860px) { /* KIM section */ .kim-intro, .kim-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .kcard p { color: rgba(255, 255, 255, 0.82) !important; font-size: 15px !important; } /* Hero */ .hero-body { color: rgba(255, 255, 255, 0.82) !important; font-size: 16px !important; } .hero-sub { font-size: 17px !important; } /* Transform / after list */ .after-li p { color: rgba(255, 255, 255, 0.88) !important; font-size: 16px !important; } /* Stakes */ .stakes-section p, .stakes-inner p { color: rgba(255, 255, 255, 0.85) !important; font-size: 17px !important; } /* Quiz section */ .quiz-inner p, .quiz-list li, .quiz-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } /* Diff quotes */ .dq p { color: rgba(255, 255, 255, 0.85) !important; } /* Truth box */ .truth-box p { color: rgba(255, 255, 255, 0.85) !important; } /* Approach strip */ .ap-card p { color: rgba(255, 255, 255, 0.85) !important; font-size: 13px !important; } /* General: any paragraph inside a dark section */ .founder-content p, .guarantee-content p { font-size: 16px !important; line-height: 1.7 !important; } /* Stage panel text */ .panel-desc { font-size: 15px !important; color: #4a4a4a !important; } .panel-problem { font-size: 14px !important; } /* Ensure headings readable */ h2 { font-size: clamp(24px, 6vw, 36px) !important; } h3 { font-size: 17px !important; }
} /* ============================================================ BIZNISTRY GROWTH AGENCY - CSS FIXES Paste this into the RIGHT PANEL (CSS side) of the GroovePages source code editor on EVERY page. Select all existing content first, then replace with this. ============================================================ */
/* ==================================================== 1. NAV: HIDE DESKTOP LINKS + CTA ON MOBILE SHOW HAMBURGER BUTTON ==================================================== */
@media (max-width: 860px) { .nav-cta { display: none !important; } .nav-links { display: none !important; } .nav-hamburger-btn { display: flex !important; }
}
.nav-hamburger-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: transparent; border: none; margin-left: auto; z-index: 9999; position: relative;
}
.nav-hamburger-btn span { display: block; width: 22px; height: 2px; background: rgba(255, 255, 255, 0.85); border-radius: 2px; transition: all 0.3s ease;
}
.nav-hamburger-btn.hb-open span:nth-child(1) { transform: translateY(7px) rotate(45deg);
}
.nav-hamburger-btn.hb-open span:nth-child(2) { opacity: 0;
}
.nav-hamburger-btn.hb-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg);
}
/* Mobile drawer menu */
.bga-mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: rgba(15, 26, 20, 0.99); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(2, 197, 139, 0.2); z-index: 9998; padding: 16px 1.5rem 20px; flex-direction: column;
}
.bga-mobile-menu.mm-open { display: flex;
}
.bga-mobile-menu a { font-family: 'Poppins', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; color: rgba(255, 255, 255, 0.78) !important; text-decoration: none !important; padding: 13px 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important; letter-spacing: 0.03em !important; display: block !important; transition: color 0.2s !important;
}
.bga-mobile-menu a:last-child { border-bottom: none !important; margin-top: 10px !important; background: #02c58b !important; color: #0f1a14 !important; text-align: center !important; border-radius: 8px !important; padding: 13px 16px !important; font-weight: 700 !important;
}
.bga-mobile-menu a:hover { color: #3ffdc5 !important;
}
.bga-mobile-menu a:last-child:hover { background: #3ffdc5 !important; color: #0f1a14 !important;
}
/* ==================================================== 2. STAGES: TAP HINT ON MOBILE ==================================================== */
.bga-tap-hint { display: none; background: rgba(2, 197, 139, 0.1); border: 1px solid rgba(2, 197, 139, 0.28); border-radius: 8px; padding: 10px 16px; margin-bottom: 14px; text-align: center; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #017754; letter-spacing: 0.04em;
}
@media (max-width: 860px) { .bga-tap-hint { display: block; } .stage-tab .tab-name { font-size: 10px !important; } .stage-tab .tab-price { font-size: 10px !important; } .stage-tab .tab-stage { font-size: 8px !important; } .stage-tab .tab-emoji { font-size: 16px !important; }
}
/* ==================================================== 3. SCALE PANEL: FIX WHITE TEXT ON WHITE BACKGROUND ==================================================== */
#panel-scale .panel-inner { background: #0f1a14 !important;
}
#panel-scale .panel-problem { color: #ffffff !important; background: rgba(255, 255, 255, 0.06) !important; border-left-color: #02c58b !important;
}
#panel-scale .panel-desc { color: rgba(255, 255, 255, 0.75) !important;
}
#panel-scale .offer-items li { color: rgba(255, 255, 255, 0.75) !important; border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
#panel-scale .offer-items li::before { color: #02c58b !important;
}
#panel-scale .price-card-body,
#panel-scale .waitlist-mini { background: rgba(255, 255, 255, 0.07) !important;
}
#panel-scale .price-card-body p,
#panel-scale .price-card-body span,
#panel-scale .waitlist-mini p,
#panel-scale .waitlist-mini h4 { color: rgba(255, 255, 255, 0.82) !important;
}
#panel-scale .panel-cta-note { color: rgba(255, 255, 255, 0.45) !important;
}
/* ==================================================== 4. MOBILE TYPOGRAPHY: BETTER CONTRAST ON DARK BG ==================================================== */
@media (max-width: 860px) { .kim-intro, .kim-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .kcard p { color: rgba(255, 255, 255, 0.82) !important; font-size: 15px !important; } .hero-body { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .hero-sub { font-size: 17px !important; color: rgba(255, 255, 255, 0.65) !important; } .after-li p { color: rgba(255, 255, 255, 0.88) !important; font-size: 16px !important; } .stakes-section p, .stakes-inner p { color: rgba(255, 255, 255, 0.85) !important; font-size: 17px !important; } .quiz-inner p, .quiz-list li, .quiz-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .dq p { color: rgba(255, 255, 255, 0.85) !important; } .truth-box p { color: rgba(255, 255, 255, 0.85) !important; } .ap-card p { color: rgba(255, 255, 255, 0.85) !important; font-size: 13px !important; } .panel-desc { font-size: 15px !important; } .panel-problem { font-size: 14px !important; } h2 { font-size: clamp(24px, 6vw, 36px) !important; } h3 { font-size: 17px !important; } .trust-strip p { font-size: 13px !important; color: rgba(255, 255, 255, 0.92) !important; } .footer-brand-col p, .footer-col a { font-size: 13px !important; color: rgba(255, 255, 255, 0.55) !important; }
}
/* ============================================================ BIZNISTRY GROWTH AGENCY - CSS FIXES (UPDATED) Paste this into the RIGHT PANEL (CSS side) of the GroovePages source code editor on EVERY page. Select all existing content first, then replace with this. ============================================================ */
/* ==================================================== 1. NAV: HIDE DESKTOP LINKS + CTA ON MOBILE SHOW HAMBURGER BUTTON ==================================================== */
@media (max-width: 860px) { .nav-cta { display: none !important; } .nav-links { display: none !important; } .nav-hamburger-btn { display: flex !important; }
}
.nav-hamburger-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: transparent; border: none; margin-left: auto; z-index: 9999; position: relative;
}
.nav-hamburger-btn span { display: block; width: 22px; height: 2px; background: rgba(255, 255, 255, 0.85); border-radius: 2px; transition: all 0.3s ease;
}
.nav-hamburger-btn.hb-open span:nth-child(1) { transform: translateY(7px) rotate(45deg);
}
.nav-hamburger-btn.hb-open span:nth-child(2) { opacity: 0;
}
.nav-hamburger-btn.hb-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg);
}
/* Mobile drawer menu */
.bga-mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: rgba(15, 26, 20, 0.99); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(2, 197, 139, 0.2); z-index: 9998; padding: 16px 1.5rem 20px; flex-direction: column;
}
.bga-mobile-menu.mm-open { display: flex;
}
.bga-mobile-menu a { font-family: 'Poppins', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; color: rgba(255, 255, 255, 0.78) !important; text-decoration: none !important; padding: 13px 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important; letter-spacing: 0.03em !important; display: block !important; transition: color 0.2s !important;
}
.bga-mobile-menu a:last-child { border-bottom: none !important; margin-top: 10px !important; background: #02c58b !important; color: #0f1a14 !important; text-align: center !important; border-radius: 8px !important; padding: 13px 16px !important; font-weight: 700 !important;
}
.bga-mobile-menu a:hover { color: #3ffdc5 !important;
}
.bga-mobile-menu a:last-child:hover { background: #3ffdc5 !important; color: #0f1a14 !important;
}
/* ==================================================== 2. STAGE 5 SCALE TAB: REMOVE BORDER ==================================================== */
/* Remove any outline/border from the Scale stage tab and its coming soon badge */
.stage-tab.active-scale,
.stage-tab[onclick*="scale"],
#panel-scale,
.stage-tab:last-child { border: none !important; outline: none !important; box-shadow: none !important;
}
/* Target the coming soon pill/badge specifically */
.stage-tab:last-child .tab-price,
.coming-soon-badge,
[class*="coming-soon"],
[class*="comingSoon"] { border: none !important; outline: none !important; box-shadow: none !important;
}
/* Remove border from the Scale stage card on the home page */
#panel-scale .panel-inner { background: #0f1a14 !important; border: none !important; outline: none !important;
}
/* Remove the outlined Coming Soon button/tag on the stages page */
.stage-tab:last-child { border-right: none !important; border-top: none !important; border-left: none !important; border-bottom: none !important;
}
/* Catch the outlined Coming Soon tag that appears below Stage 5 card on the home page */
.coming-soon-box,
[style*="border:1px solid"],
[style*="border: 1px solid"] { border: none !important;
}
/* More targeted: remove border from Stage 5 scale section card specifically */
.stage-tab.active-scale { border-bottom: 3px solid #02c58b !important; border-top: none !important; border-left: none !important; border-right: none !important;
}
/* ==================================================== 3. TRADEMARK SYMBOL: SMALL + SUPERSCRIPT ON ALL PAGES ==================================================== */
/* Make every TM symbol small and raised */
sup { font-size: 0.55em !important; vertical-align: super !important; line-height: 0 !important; font-weight: 400 !important;
}
/* Target the unicode TM character directly where it appears as regular text rather than a <sup> tag */
h1, h2, h3, h4, h5, p, span, div, a, li, label { font-variant: normal;
}
/* This targets the ™ character rendered inline in text. We wrap it via JS below, but this ensures the sup styling is always correct */
.bga-tm { font-size: 0.52em !important; vertical-align: super !important; line-height: 0 !important; font-weight: 400 !important; display: inline !important;
}
/* ==================================================== 4. STAGES: TAP HINT ON MOBILE ==================================================== */
.bga-tap-hint { display: none; background: rgba(2, 197, 139, 0.1); border: 1px solid rgba(2, 197, 139, 0.28); border-radius: 8px; padding: 10px 16px; margin-bottom: 14px; text-align: center; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; color: #017754; letter-spacing: 0.04em;
}
@media (max-width: 860px) { .bga-tap-hint { display: block; } .stage-tab .tab-name { font-size: 10px !important; } .stage-tab .tab-price { font-size: 10px !important; } .stage-tab .tab-stage { font-size: 8px !important; } .stage-tab .tab-emoji { font-size: 16px !important; }
}
/* ==================================================== 5. SCALE PANEL: FIX WHITE TEXT ON WHITE BACKGROUND ==================================================== */
#panel-scale .panel-problem { color: #ffffff !important; background: rgba(255, 255, 255, 0.06) !important; border-left-color: #02c58b !important;
}
#panel-scale .panel-desc { color: rgba(255, 255, 255, 0.75) !important;
}
#panel-scale .offer-items li { color: rgba(255, 255, 255, 0.75) !important; border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
#panel-scale .offer-items li::before { color: #02c58b !important;
}
#panel-scale .price-card-body,
#panel-scale .waitlist-mini { background: rgba(255, 255, 255, 0.07) !important;
}
#panel-scale .price-card-body p,
#panel-scale .price-card-body span,
#panel-scale .waitlist-mini p,
#panel-scale .waitlist-mini h4 { color: rgba(255, 255, 255, 0.82) !important;
}
#panel-scale .panel-cta-note { color: rgba(255, 255, 255, 0.45) !important;
}
/* ==================================================== 6. MOBILE TYPOGRAPHY: BETTER CONTRAST ON DARK BG ==================================================== */
@media (max-width: 860px) { .kim-intro, .kim-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .kcard p { color: rgba(255, 255, 255, 0.82) !important; font-size: 15px !important; } .hero-body { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .hero-sub { font-size: 17px !important; color: rgba(255, 255, 255, 0.65) !important; } .after-li p { color: rgba(255, 255, 255, 0.88) !important; font-size: 16px !important; } .stakes-section p, .stakes-inner p { color: rgba(255, 255, 255, 0.85) !important; font-size: 17px !important; } .quiz-inner p, .quiz-list li, .quiz-section p { color: rgba(255, 255, 255, 0.85) !important; font-size: 16px !important; } .dq p { color: rgba(255, 255, 255, 0.85) !important; } .truth-box p { color: rgba(255, 255, 255, 0.85) !important; } .ap-card p { color: rgba(255, 255, 255, 0.85) !important; font-size: 13px !important; } .panel-desc { font-size: 15px !important; } .panel-problem { font-size: 14px !important; } h2 { font-size: clamp(24px, 6vw, 36px) !important; } h3 { font-size: 17px !important; } .trust-strip p { font-size: 13px !important; color: rgba(255, 255, 255, 0.92) !important; } .footer-brand-col p, .footer-col a { font-size: 13px !important; color: rgba(255, 255, 255, 0.55) !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; } .gp-component-id-IH80vh5wOHi { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-IH80vh5wOHi:hover,.gp-component-id-IH80vh5wOHi.gp-hover { color: rgba(255, 255, 255, 0.7); } @media (max-width: 639px) { .gp-component-id-IH80vh5wOHi { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-IH80vh5wOHi:hover,.gp-component-id-IH80vh5wOHi.gp-hover { color: rgba(255, 255, 255, 0.7); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IH80vh5wOHi { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-IH80vh5wOHi:hover,.gp-component-id-IH80vh5wOHi.gp-hover { color: rgba(255, 255, 255, 0.7); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IH80vh5wOHi { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-IH80vh5wOHi:hover,.gp-component-id-IH80vh5wOHi.gp-hover { color: rgba(255, 255, 255, 0.7); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IH80vh5wOHi { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-IH80vh5wOHi:hover,.gp-component-id-IH80vh5wOHi.gp-hover { color: rgba(255, 255, 255, 0.7); } } @media (min-width: 1200px) { .gp-component-id-IH80vh5wOHi { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-IH80vh5wOHi:hover,.gp-component-id-IH80vh5wOHi.gp-hover { color: rgba(255, 255, 255, 0.7); } } .gp-component-id-0lxqZa7xRCq { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-0lxqZa7xRCq:hover,.gp-component-id-0lxqZa7xRCq.gp-hover { color: rgba(255, 255, 255, 0.7); } @media (max-width: 639px) { .gp-component-id-0lxqZa7xRCq { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-0lxqZa7xRCq:hover,.gp-component-id-0lxqZa7xRCq.gp-hover { color: rgba(255, 255, 255, 0.7); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0lxqZa7xRCq { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-0lxqZa7xRCq:hover,.gp-component-id-0lxqZa7xRCq.gp-hover { color: rgba(255, 255, 255, 0.7); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0lxqZa7xRCq { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-0lxqZa7xRCq:hover,.gp-component-id-0lxqZa7xRCq.gp-hover { color: rgba(255, 255, 255, 0.7); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0lxqZa7xRCq { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-0lxqZa7xRCq:hover,.gp-component-id-0lxqZa7xRCq.gp-hover { color: rgba(255, 255, 255, 0.7); } } @media (min-width: 1200px) { .gp-component-id-0lxqZa7xRCq { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-0lxqZa7xRCq:hover,.gp-component-id-0lxqZa7xRCq.gp-hover { color: rgba(255, 255, 255, 0.7); } } .gp-component-id-_PVBs5HY7Be { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-_PVBs5HY7Be:hover,.gp-component-id-_PVBs5HY7Be.gp-hover { color: rgba(255, 255, 255, 0.7); } @media (max-width: 639px) { .gp-component-id-_PVBs5HY7Be { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-_PVBs5HY7Be:hover,.gp-component-id-_PVBs5HY7Be.gp-hover { color: rgba(255, 255, 255, 0.7); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_PVBs5HY7Be { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-_PVBs5HY7Be:hover,.gp-component-id-_PVBs5HY7Be.gp-hover { color: rgba(255, 255, 255, 0.7); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_PVBs5HY7Be { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-_PVBs5HY7Be:hover,.gp-component-id-_PVBs5HY7Be.gp-hover { color: rgba(255, 255, 255, 0.7); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_PVBs5HY7Be { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-_PVBs5HY7Be:hover,.gp-component-id-_PVBs5HY7Be.gp-hover { color: rgba(255, 255, 255, 0.7); } } @media (min-width: 1200px) { .gp-component-id-_PVBs5HY7Be { background-color: transparent;cursor: pointer;color: rgba(255, 255, 255, 0.38);text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial; } .gp-component-id-_PVBs5HY7Be:hover,.gp-component-id-_PVBs5HY7Be.gp-hover { color: rgba(255, 255, 255, 0.7); } } .gp-component-id-sa1hf99dc48 { font-family: Poppins, sans-serif;font-size: 11.52px;color: rgba(255, 255, 255, 0.38);margin-top: 0px;margin-right: 0px;margin-left: 0px;line-height: 1.9;margin-bottom: 0px; } @media (max-width: 639px) { .gp-component-id-sa1hf99dc48 { font-family: Poppins, sans-serif;font-size: 11.52px;color: rgba(255, 255, 255, 0.38);margin-top: 0px;margin-right: 0px;margin-left: 0px;line-height: 1.9;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sa1hf99dc48 { font-family: Poppins, sans-serif;font-size: 11.52px;color: rgba(255, 255, 255, 0.38);margin-top: 0px;margin-right: 0px;margin-left: 0px;line-height: 1.9;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sa1hf99dc48 { font-family: Poppins, sans-serif;font-size: 11.52px;color: rgba(255, 255, 255, 0.38);margin-top: 0px;margin-right: 0px;margin-left: 0px;line-height: 1.9;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sa1hf99dc48 { font-family: Poppins, sans-serif;font-size: 11.52px;color: rgba(255, 255, 255, 0.38);margin-top: 0px;margin-right: 0px;margin-left: 0px;line-height: 1.9;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-sa1hf99dc48 { font-family: Poppins, sans-serif;font-size: 11.52px;color: rgba(255, 255, 255, 0.38);margin-top: 0px;margin-right: 0px;margin-left: 0px;line-height: 1.9;margin-bottom: 0px; } } .gp-component-id-4MzXlPjx00E { max-width: 100%;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;height: 28px;object-fit: contain;margin-bottom: 16px; } @media (max-width: 639px) { .gp-component-id-4MzXlPjx00E { max-width: 100%;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;height: 28px;object-fit: contain;margin-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4MzXlPjx00E { max-width: 100%;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;height: 28px;object-fit: contain;margin-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4MzXlPjx00E { max-width: 100%;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;height: 28px;object-fit: contain;margin-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4MzXlPjx00E { max-width: 100%;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;height: 28px;object-fit: contain;margin-bottom: 16px; } } @media (min-width: 1200px) { .gp-component-id-4MzXlPjx00E { max-width: 100%;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;height: 28px;object-fit: contain;margin-bottom: 16px; } } .gp-component-id-AZKKbL3EzfA { padding-top: 44px;padding-right: 20px;padding-bottom: 44px;padding-left: 20px;text-align: center; } @media (max-width: 639px) { .gp-component-id-AZKKbL3EzfA { padding-top: 44px;padding-right: 20px;padding-bottom: 44px;padding-left: 20px;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AZKKbL3EzfA { padding-top: 44px;padding-right: 20px;padding-bottom: 44px;padding-left: 20px;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AZKKbL3EzfA { padding-top: 44px;padding-right: 20px;padding-bottom: 44px;padding-left: 20px;text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AZKKbL3EzfA { padding-top: 44px;padding-right: 20px;padding-bottom: 44px;padding-left: 20px;text-align: center; } } @media (min-width: 1200px) { .gp-component-id-AZKKbL3EzfA { padding-top: 44px;padding-right: 20px;padding-bottom: 44px;padding-left: 20px;text-align: center; } } .gp-component-id-y049hu5zaoC { font-size: 12.8px;font-family: Poppins, sans-serif;max-width: 580px;margin-top: 16px;margin-right: auto;margin-left: auto;color: var(--gray);margin-bottom: 32px;flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-y049hu5zaoC { font-size: 12.8px;font-family: Poppins, sans-serif;max-width: 580px;margin-top: 16px;margin-right: auto;margin-left: auto;color: var(--gray);margin-bottom: 32px;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-y049hu5zaoC { font-size: 12.8px;font-family: Poppins, sans-serif;max-width: 580px;margin-top: 16px;margin-right: auto;margin-left: auto;color: var(--gray);margin-bottom: 32px;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-y049hu5zaoC { font-size: 12.8px;font-family: Poppins, sans-serif;max-width: 580px;margin-top: 16px;margin-right: auto;margin-left: auto;color: var(--gray);margin-bottom: 32px;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-y049hu5zaoC { font-size: 12.8px;font-family: Poppins, sans-serif;max-width: 580px;margin-top: 16px;margin-right: auto;margin-left: auto;color: var(--gray);margin-bottom: 32px;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-y049hu5zaoC { font-size: 12.8px;font-family: Poppins, sans-serif;max-width: 580px;margin-top: 16px;margin-right: auto;margin-left: auto;color: var(--gray);margin-bottom: 32px;flex-direction: column;display: flex; } } .gp-component-id-OkY0KA8sGu2 { cursor: pointer;color: var(--white);padding-top: 18px;padding-right: 44px;padding-bottom: 18px;padding-left: 44px;font-size: 16px;box-shadow: rgba(1, 119, 84, 0.35) 0px 6px 28px;display: inline-block;font-family: Poppins, sans-serif;font-weight: 700;letter-spacing: 0.04em;text-transform: uppercase;text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;transition-behavior: normal;transition-duration: 0.25s;transition-timing-function: ease;transition-delay: 0s;transition-property: all;background-color: transparent; } .gp-component-id-OkY0KA8sGu2:hover,.gp-component-id-OkY0KA8sGu2.gp-hover { transform: translateY(-2px); } @media (max-width: 639px) { .gp-component-id-OkY0KA8sGu2 { cursor: pointer;color: var(--white);padding-top: 18px;padding-right: 44px;padding-bottom: 18px;padding-left: 44px;font-size: 16px;box-shadow: rgba(1, 119, 84, 0.35) 0px 6px 28px;display: inline-block;font-family: Poppins, sans-serif;font-weight: 700;letter-spacing: 0.04em;text-transform: uppercase;text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;transition-behavior: normal;transition-duration: 0.25s;transition-timing-function: ease;transition-delay: 0s;transition-property: all;background-color: transparent; } .gp-component-id-OkY0KA8sGu2:hover,.gp-component-id-OkY0KA8sGu2.gp-hover { transform: translateY(-2px); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OkY0KA8sGu2 { cursor: pointer;color: var(--white);padding-top: 18px;padding-right: 44px;padding-bottom: 18px;padding-left: 44px;font-size: 16px;box-shadow: rgba(1, 119, 84, 0.35) 0px 6px 28px;display: inline-block;font-family: Poppins, sans-serif;font-weight: 700;letter-spacing: 0.04em;text-transform: uppercase;text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;transition-behavior: normal;transition-duration: 0.25s;transition-timing-function: ease;transition-delay: 0s;transition-property: all;background-color: transparent; } .gp-component-id-OkY0KA8sGu2:hover,.gp-component-id-OkY0KA8sGu2.gp-hover { transform: translateY(-2px); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OkY0KA8sGu2 { cursor: pointer;color: var(--white);padding-top: 18px;padding-right: 44px;padding-bottom: 18px;padding-left: 44px;font-size: 16px;box-shadow: rgba(1, 119, 84, 0.35) 0px 6px 28px;display: inline-block;font-family: Poppins, sans-serif;font-weight: 700;letter-spacing: 0.04em;text-transform: uppercase;text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;transition-behavior: normal;transition-duration: 0.25s;transition-timing-function: ease;transition-delay: 0s;transition-property: all;background-color: transparent; } .gp-component-id-OkY0KA8sGu2:hover,.gp-component-id-OkY0KA8sGu2.gp-hover { transform: translateY(-2px); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OkY0KA8sGu2 { cursor: pointer;color: var(--white);padding-top: 18px;padding-right: 44px;padding-bottom: 18px;padding-left: 44px;font-size: 16px;box-shadow: rgba(1, 119, 84, 0.35) 0px 6px 28px;display: inline-block;font-family: Poppins, sans-serif;font-weight: 700;letter-spacing: 0.04em;text-transform: uppercase;text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;transition-behavior: normal;transition-duration: 0.25s;transition-timing-function: ease;transition-delay: 0s;transition-property: all;background-color: transparent; } .gp-component-id-OkY0KA8sGu2:hover,.gp-component-id-OkY0KA8sGu2.gp-hover { transform: translateY(-2px); } } @media (min-width: 1200px) { .gp-component-id-OkY0KA8sGu2 { cursor: pointer;color: var(--white);padding-top: 18px;padding-right: 44px;padding-bottom: 18px;padding-left: 44px;font-size: 16px;box-shadow: rgba(1, 119, 84, 0.35) 0px 6px 28px;display: inline-block;font-family: Poppins, sans-serif;font-weight: 700;letter-spacing: 0.04em;text-transform: uppercase;text-decoration-line: none;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;transition-behavior: normal;transition-duration: 0.25s;transition-timing-function: ease;transition-delay: 0s;transition-property: all;background-color: transparent; } .gp-component-id-OkY0KA8sGu2:hover,.gp-component-id-OkY0KA8sGu2.gp-hover { transform: translateY(-2px); } } .gp-component-id-lBYgVqt4pmJ { max-width: 580px;margin-top: 0px;margin-right: auto;margin-left: auto;color: var(--gray);margin-bottom: 32px;flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-lBYgVqt4pmJ { max-width: 580px;margin-top: 0px;margin-right: auto;margin-left: auto;color: var(--gray);margin-bottom: 32px;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lBYgVqt4pmJ { max-width: 580px;margin-top: 0px;margin-right: auto;margin-left: auto;color: var(--gray);margin-bottom: 32px;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lBYgVqt4pmJ { max-width: 580px;margin-top: 0px;margin-right: auto;margin-left: auto;color: var(--gray);margin-bottom: 32px;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lBYgVqt4pmJ { max-width: 580px;margin-top: 0px;margin-right: auto;margin-left: auto;color: var(--gray);margin-bottom: 32px;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-lBYgVqt4pmJ { max-width: 580px;margin-top: 0px;margin-right: auto;margin-left: auto;color: var(--gray);margin-bottom: 32px;flex-direction: column;display: flex; } } .gp-component-id-eEd3u3_BcB1 { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-eEd3u3_BcB1 { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-eEd3u3_BcB1 { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-eEd3u3_BcB1 { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eEd3u3_BcB1 { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-eEd3u3_BcB1 { overflow-wrap: break-word; } } .gp-component-id-fHg0Z4eqR7R { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 12px;color: var(--dark);flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-fHg0Z4eqR7R { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 12px;color: var(--dark);flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fHg0Z4eqR7R { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 12px;color: var(--dark);flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fHg0Z4eqR7R { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 12px;color: var(--dark);flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fHg0Z4eqR7R { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 12px;color: var(--dark);flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-fHg0Z4eqR7R { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 12px;color: var(--dark);flex-direction: column;display: flex; } } .gp-component-id-P7EPFkU9HWo { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--green);margin-bottom: 16px;display: flex;flex-direction: column; } @media (max-width: 639px) { .gp-component-id-P7EPFkU9HWo { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--green);margin-bottom: 16px;display: flex;flex-direction: column; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-P7EPFkU9HWo { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--green);margin-bottom: 16px;display: flex;flex-direction: column; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-P7EPFkU9HWo { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--green);margin-bottom: 16px;display: flex;flex-direction: column; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-P7EPFkU9HWo { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--green);margin-bottom: 16px;display: flex;flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-P7EPFkU9HWo { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--green);margin-bottom: 16px;display: flex;flex-direction: column; } } .gp-component-id-QD0z1YUyawr { width: 100%;max-width: 760px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-QD0z1YUyawr { width: 100%;max-width: 760px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QD0z1YUyawr { width: 100%;max-width: 640px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QD0z1YUyawr { width: 100%;max-width: 768px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QD0z1YUyawr { width: 100%;max-width: 992px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-QD0z1YUyawr { width: 100%;max-width: 1200px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } .gp-component-id-lf0ZdDNGLRc { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-lf0ZdDNGLRc { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lf0ZdDNGLRc { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lf0ZdDNGLRc { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lf0ZdDNGLRc { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-lf0ZdDNGLRc { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } .gp-component-id-vd7eOdotJ3C { text-align: center;padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-vd7eOdotJ3C { text-align: center;padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vd7eOdotJ3C { text-align: center;padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vd7eOdotJ3C { text-align: center;padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vd7eOdotJ3C { text-align: center;padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-vd7eOdotJ3C { text-align: center;padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-CEOtRrd4ljy { font-family: Poppins, sans-serif;font-size: 12.8px;font-weight: 700;color: var(--green);text-transform: uppercase;letter-spacing: 0.12em;font-style: normal; } @media (max-width: 639px) { .gp-component-id-CEOtRrd4ljy { font-family: Poppins, sans-serif;font-size: 12.8px;font-weight: 700;color: var(--green);text-transform: uppercase;letter-spacing: 0.12em;font-style: normal; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CEOtRrd4ljy { font-family: Poppins, sans-serif;font-size: 12.8px;font-weight: 700;color: var(--green);text-transform: uppercase;letter-spacing: 0.12em;font-style: normal; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CEOtRrd4ljy { font-family: Poppins, sans-serif;font-size: 12.8px;font-weight: 700;color: var(--green);text-transform: uppercase;letter-spacing: 0.12em;font-style: normal; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CEOtRrd4ljy { font-family: Poppins, sans-serif;font-size: 12.8px;font-weight: 700;color: var(--green);text-transform: uppercase;letter-spacing: 0.12em;font-style: normal; } } @media (min-width: 1200px) { .gp-component-id-CEOtRrd4ljy { font-family: Poppins, sans-serif;font-size: 12.8px;font-weight: 700;color: var(--green);text-transform: uppercase;letter-spacing: 0.12em;font-style: normal; } } .gp-component-id-0I6xPOvOjlB { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 17.6px;font-style: italic;color: var(--dark);margin-bottom: 16px;flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-0I6xPOvOjlB { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 17.6px;font-style: italic;color: var(--dark);margin-bottom: 16px;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0I6xPOvOjlB { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 17.6px;font-style: italic;color: var(--dark);margin-bottom: 16px;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0I6xPOvOjlB { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 17.6px;font-style: italic;color: var(--dark);margin-bottom: 16px;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0I6xPOvOjlB { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 17.6px;font-style: italic;color: var(--dark);margin-bottom: 16px;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0I6xPOvOjlB { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-size: 17.6px;font-style: italic;color: var(--dark);margin-bottom: 16px;flex-direction: column;display: flex; } } .gp-component-id-aPXOJ_OnD2g { max-width: 100%;height: auto;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;width: 100%;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 40px;object-fit: cover; } @media (max-width: 639px) { .gp-component-id-aPXOJ_OnD2g { max-width: 100%;height: auto;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;width: 100%;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 40px;object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aPXOJ_OnD2g { max-width: 100%;height: auto;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;width: 100%;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 40px;object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aPXOJ_OnD2g { max-width: 100%;height: auto;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;width: 100%;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 40px;object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aPXOJ_OnD2g { max-width: 100%;height: auto;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;width: 100%;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 40px;object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-aPXOJ_OnD2g { max-width: 100%;height: auto;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;width: 100%;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 40px;object-fit: cover; } } .gp-component-id-HiZ0J0_gia3 { display: grid;grid-template-columns: 200px 1fr;row-gap: 44px;column-gap: 44px;align-items: center;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;padding-top: 44px;padding-right: 44px;padding-bottom: 44px;padding-left: 44px; } @media (max-width: 639px) { .gp-component-id-HiZ0J0_gia3 { display: grid;grid-template-columns: 1fr;row-gap: 44px;column-gap: 44px;align-items: center;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;padding-top: 44px;padding-right: 44px;padding-bottom: 44px;padding-left: 44px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HiZ0J0_gia3 { display: grid;grid-template-columns: 200px 1fr;row-gap: 44px;column-gap: 44px;align-items: center;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;padding-top: 44px;padding-right: 44px;padding-bottom: 44px;padding-left: 44px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HiZ0J0_gia3 { display: grid;grid-template-columns: 200px 1fr;row-gap: 44px;column-gap: 44px;align-items: center;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;padding-top: 44px;padding-right: 44px;padding-bottom: 44px;padding-left: 44px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HiZ0J0_gia3 { display: grid;grid-template-columns: 200px 1fr;row-gap: 44px;column-gap: 44px;align-items: center;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;padding-top: 44px;padding-right: 44px;padding-bottom: 44px;padding-left: 44px; } } @media (min-width: 1200px) { .gp-component-id-HiZ0J0_gia3 { display: grid;grid-template-columns: 200px 1fr;row-gap: 44px;column-gap: 44px;align-items: center;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;padding-top: 44px;padding-right: 44px;padding-bottom: 44px;padding-left: 44px; } } .gp-component-id-X75IRqm7Rwy { width: 100%;max-width: 760px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-X75IRqm7Rwy { width: 100%;max-width: 760px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-X75IRqm7Rwy { width: 100%;max-width: 640px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-X75IRqm7Rwy { width: 100%;max-width: 768px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-X75IRqm7Rwy { width: 100%;max-width: 992px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-X75IRqm7Rwy { width: 100%;max-width: 1200px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } .gp-component-id-KtooaJMQBM8 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-KtooaJMQBM8 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KtooaJMQBM8 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KtooaJMQBM8 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KtooaJMQBM8 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-KtooaJMQBM8 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } .gp-component-id-gCLZZi_Je86 { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-gCLZZi_Je86 { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gCLZZi_Je86 { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gCLZZi_Je86 { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gCLZZi_Je86 { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-gCLZZi_Je86 { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-EPxLHMN8hVT { font-family: Poppins, sans-serif;font-size: 11.2px;font-weight: 700;letter-spacing: 0.16em;color: var(--gll);display: block;margin-top: 8px;text-transform: uppercase; } @media (max-width: 639px) { .gp-component-id-EPxLHMN8hVT { font-family: Poppins, sans-serif;font-size: 11.2px;font-weight: 700;letter-spacing: 0.16em;color: var(--gll);display: block;margin-top: 8px;text-transform: uppercase; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EPxLHMN8hVT { font-family: Poppins, sans-serif;font-size: 11.2px;font-weight: 700;letter-spacing: 0.16em;color: var(--gll);display: block;margin-top: 8px;text-transform: uppercase; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EPxLHMN8hVT { font-family: Poppins, sans-serif;font-size: 11.2px;font-weight: 700;letter-spacing: 0.16em;color: var(--gll);display: block;margin-top: 8px;text-transform: uppercase; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EPxLHMN8hVT { font-family: Poppins, sans-serif;font-size: 11.2px;font-weight: 700;letter-spacing: 0.16em;color: var(--gll);display: block;margin-top: 8px;text-transform: uppercase; } } @media (min-width: 1200px) { .gp-component-id-EPxLHMN8hVT { font-family: Poppins, sans-serif;font-size: 11.2px;font-weight: 700;letter-spacing: 0.16em;color: var(--gll);display: block;margin-top: 8px;text-transform: uppercase; } } .gp-component-id-EGDmnTibz_c { font-size: 20px;font-style: italic;color: var(--white);max-width: 680px;margin-top: 0px;margin-right: auto;margin-left: auto;margin-bottom: 0px; } @media (max-width: 639px) { .gp-component-id-EGDmnTibz_c { font-size: 20px;font-style: italic;color: var(--white);max-width: 680px;margin-top: 0px;margin-right: auto;margin-left: auto;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EGDmnTibz_c { font-size: 20px;font-style: italic;color: var(--white);max-width: 680px;margin-top: 0px;margin-right: auto;margin-left: auto;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EGDmnTibz_c { font-size: 20px;font-style: italic;color: var(--white);max-width: 680px;margin-top: 0px;margin-right: auto;margin-left: auto;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EGDmnTibz_c { font-size: 20px;font-style: italic;color: var(--white);max-width: 680px;margin-top: 0px;margin-right: auto;margin-left: auto;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-EGDmnTibz_c { font-size: 20px;font-style: italic;color: var(--white);max-width: 680px;margin-top: 0px;margin-right: auto;margin-left: auto;margin-bottom: 0px; } } .gp-component-id-qXQiVh3ob2r { padding-top: 44px;padding-right: 20px;padding-bottom: 44px;padding-left: 20px;text-align: center; } @media (max-width: 639px) { .gp-component-id-qXQiVh3ob2r { padding-top: 44px;padding-right: 20px;padding-bottom: 44px;padding-left: 20px;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qXQiVh3ob2r { padding-top: 44px;padding-right: 20px;padding-bottom: 44px;padding-left: 20px;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qXQiVh3ob2r { padding-top: 44px;padding-right: 20px;padding-bottom: 44px;padding-left: 20px;text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qXQiVh3ob2r { padding-top: 44px;padding-right: 20px;padding-bottom: 44px;padding-left: 20px;text-align: center; } } @media (min-width: 1200px) { .gp-component-id-qXQiVh3ob2r { padding-top: 44px;padding-right: 20px;padding-bottom: 44px;padding-left: 20px;text-align: center; } } .gp-component-id-KmHeDMjpab_ { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-KmHeDMjpab_ { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KmHeDMjpab_ { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KmHeDMjpab_ { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KmHeDMjpab_ { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-KmHeDMjpab_ { flex-direction: column;display: flex; } } .gp-component-id-G0mogFrb59g { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-G0mogFrb59g { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G0mogFrb59g { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G0mogFrb59g { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G0mogFrb59g { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-G0mogFrb59g { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } .gp-component-id-ktY0litwqf_ { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } @media (max-width: 639px) { .gp-component-id-ktY0litwqf_ { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ktY0litwqf_ { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ktY0litwqf_ { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ktY0litwqf_ { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (min-width: 1200px) { .gp-component-id-ktY0litwqf_ { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor;font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } .gp-component-id-ItKmhgYIWGa { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-ItKmhgYIWGa { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ItKmhgYIWGa { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ItKmhgYIWGa { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ItKmhgYIWGa { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ItKmhgYIWGa { flex-direction: column;display: flex; } } .gp-component-id-qROeKHDJK7h { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-qROeKHDJK7h { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qROeKHDJK7h { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qROeKHDJK7h { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qROeKHDJK7h { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-qROeKHDJK7h { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } .gp-component-id-vyE37mJNtKY { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } @media (max-width: 639px) { .gp-component-id-vyE37mJNtKY { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vyE37mJNtKY { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vyE37mJNtKY { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vyE37mJNtKY { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (min-width: 1200px) { .gp-component-id-vyE37mJNtKY { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } .gp-component-id-NILSU4BguG { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-NILSU4BguG { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NILSU4BguG { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NILSU4BguG { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NILSU4BguG { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-NILSU4BguG { flex-direction: column;display: flex; } } .gp-component-id-U2pJtoGkF1u { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-U2pJtoGkF1u { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-U2pJtoGkF1u { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-U2pJtoGkF1u { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-U2pJtoGkF1u { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-U2pJtoGkF1u { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } .gp-component-id-3H2L8JhFd__ { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } @media (max-width: 639px) { .gp-component-id-3H2L8JhFd__ { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3H2L8JhFd__ { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3H2L8JhFd__ { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3H2L8JhFd__ { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (min-width: 1200px) { .gp-component-id-3H2L8JhFd__ { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } .gp-component-id-bkhNqfNYF7 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-bkhNqfNYF7 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bkhNqfNYF7 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bkhNqfNYF7 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bkhNqfNYF7 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-bkhNqfNYF7 { flex-direction: column;display: flex; } } .gp-component-id-oR93uxzLsXD { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-oR93uxzLsXD { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oR93uxzLsXD { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oR93uxzLsXD { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oR93uxzLsXD { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-oR93uxzLsXD { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } .gp-component-id-eONCd8QbdVi { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } @media (max-width: 639px) { .gp-component-id-eONCd8QbdVi { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-eONCd8QbdVi { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-eONCd8QbdVi { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eONCd8QbdVi { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (min-width: 1200px) { .gp-component-id-eONCd8QbdVi { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } .gp-component-id-CA04N_IIYo { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-CA04N_IIYo { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CA04N_IIYo { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CA04N_IIYo { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CA04N_IIYo { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-CA04N_IIYo { flex-direction: column;display: flex; } } .gp-component-id-3KPCyQLWjKO { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-3KPCyQLWjKO { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3KPCyQLWjKO { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3KPCyQLWjKO { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3KPCyQLWjKO { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-3KPCyQLWjKO { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } .gp-component-id-Ss0mbbcmNNp { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } @media (max-width: 639px) { .gp-component-id-Ss0mbbcmNNp { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ss0mbbcmNNp { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ss0mbbcmNNp { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ss0mbbcmNNp { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (min-width: 1200px) { .gp-component-id-Ss0mbbcmNNp { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } .gp-component-id-JmmymEgoRB { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-JmmymEgoRB { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JmmymEgoRB { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JmmymEgoRB { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JmmymEgoRB { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-JmmymEgoRB { flex-direction: column;display: flex; } } .gp-component-id-rSh9LQsU0DL { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-rSh9LQsU0DL { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rSh9LQsU0DL { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rSh9LQsU0DL { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rSh9LQsU0DL { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-rSh9LQsU0DL { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } .gp-component-id-XabNllTLJj4 { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } @media (max-width: 639px) { .gp-component-id-XabNllTLJj4 { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XabNllTLJj4 { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XabNllTLJj4 { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XabNllTLJj4 { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (min-width: 1200px) { .gp-component-id-XabNllTLJj4 { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } .gp-component-id-Wt41Wl4Rqj { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-Wt41Wl4Rqj { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Wt41Wl4Rqj { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Wt41Wl4Rqj { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Wt41Wl4Rqj { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Wt41Wl4Rqj { flex-direction: column;display: flex; } } .gp-component-id-1W5cAp3FZNy { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-1W5cAp3FZNy { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1W5cAp3FZNy { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1W5cAp3FZNy { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1W5cAp3FZNy { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-1W5cAp3FZNy { color: var(--gl);font-weight: 700;font-size: 19.2px;margin-top: 1px;flex-direction: column;display: flex; } } .gp-component-id-FoSPcTU8VI8 { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } @media (max-width: 639px) { .gp-component-id-FoSPcTU8VI8 { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FoSPcTU8VI8 { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FoSPcTU8VI8 { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FoSPcTU8VI8 { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } @media (min-width: 1200px) { .gp-component-id-FoSPcTU8VI8 { display: flex;row-gap: 16px;column-gap: 16px;align-items: flex-start;padding-top: 16px;padding-right: 0px;padding-bottom: 16px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.08);font-size: 16.8px;color: rgba(255, 255, 255, 0.82); } } .gp-component-id-DsWm4oXRjh4 { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 32px; } @media (max-width: 639px) { .gp-component-id-DsWm4oXRjh4 { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 32px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DsWm4oXRjh4 { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 32px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DsWm4oXRjh4 { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 32px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DsWm4oXRjh4 { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 32px; } } @media (min-width: 1200px) { .gp-component-id-DsWm4oXRjh4 { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 32px; } } .gp-component-id-yUYnqQt1Cct { color: rgba(255, 255, 255, 0.8);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-yUYnqQt1Cct { color: rgba(255, 255, 255, 0.8);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yUYnqQt1Cct { color: rgba(255, 255, 255, 0.8);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yUYnqQt1Cct { color: rgba(255, 255, 255, 0.8);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yUYnqQt1Cct { color: rgba(255, 255, 255, 0.8);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-yUYnqQt1Cct { color: rgba(255, 255, 255, 0.8);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex; } } .gp-component-id-tbx52_gPzWF { width: 60px;height: 3px;margin-top: 0px;margin-right: 0px;margin-bottom: 32px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-tbx52_gPzWF { width: 60px;height: 3px;margin-top: 0px;margin-right: 0px;margin-bottom: 32px;margin-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tbx52_gPzWF { width: 60px;height: 3px;margin-top: 0px;margin-right: 0px;margin-bottom: 32px;margin-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tbx52_gPzWF { width: 60px;height: 3px;margin-top: 0px;margin-right: 0px;margin-bottom: 32px;margin-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tbx52_gPzWF { width: 60px;height: 3px;margin-top: 0px;margin-right: 0px;margin-bottom: 32px;margin-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-tbx52_gPzWF { width: 60px;height: 3px;margin-top: 0px;margin-right: 0px;margin-bottom: 32px;margin-left: 0px; } } .gp-component-id-a4VeAVjzTH { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-a4VeAVjzTH { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-a4VeAVjzTH { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-a4VeAVjzTH { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-a4VeAVjzTH { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-a4VeAVjzTH { overflow-wrap: break-word; } } .gp-component-id-mCONcQqAGit { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 0px;color: var(--white);flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-mCONcQqAGit { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 0px;color: var(--white);flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mCONcQqAGit { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 0px;color: var(--white);flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mCONcQqAGit { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 0px;color: var(--white);flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mCONcQqAGit { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 0px;color: var(--white);flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-mCONcQqAGit { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 0px;color: var(--white);flex-direction: column;display: flex; } } .gp-component-id-R493kKBAmkl { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--gll);margin-bottom: 16px;display: flex;flex-direction: column; } @media (max-width: 639px) { .gp-component-id-R493kKBAmkl { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--gll);margin-bottom: 16px;display: flex;flex-direction: column; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-R493kKBAmkl { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--gll);margin-bottom: 16px;display: flex;flex-direction: column; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-R493kKBAmkl { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--gll);margin-bottom: 16px;display: flex;flex-direction: column; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-R493kKBAmkl { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--gll);margin-bottom: 16px;display: flex;flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-R493kKBAmkl { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--gll);margin-bottom: 16px;display: flex;flex-direction: column; } } .gp-component-id-0MwIkb20M6r { width: 100%;max-width: 760px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-0MwIkb20M6r { width: 100%;max-width: 760px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0MwIkb20M6r { width: 100%;max-width: 640px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0MwIkb20M6r { width: 100%;max-width: 768px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0MwIkb20M6r { width: 100%;max-width: 992px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-0MwIkb20M6r { width: 100%;max-width: 1200px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } .gp-component-id-kDfmnsI5BS { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-kDfmnsI5BS { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kDfmnsI5BS { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kDfmnsI5BS { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kDfmnsI5BS { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-kDfmnsI5BS { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } .gp-component-id-2qcbxHAZyO9 { color: var(--white);padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-2qcbxHAZyO9 { color: var(--white);padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2qcbxHAZyO9 { color: var(--white);padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2qcbxHAZyO9 { color: var(--white);padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2qcbxHAZyO9 { color: var(--white);padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-2qcbxHAZyO9 { color: var(--white);padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-0OVe9dmEd2B { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-0OVe9dmEd2B { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0OVe9dmEd2B { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0OVe9dmEd2B { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0OVe9dmEd2B { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-0OVe9dmEd2B { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } .gp-component-id-XwjX5vY21Lt { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-XwjX5vY21Lt { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XwjX5vY21Lt { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XwjX5vY21Lt { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XwjX5vY21Lt { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-XwjX5vY21Lt { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } .gp-component-id-RedcKgWGoa { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-RedcKgWGoa { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RedcKgWGoa { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RedcKgWGoa { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RedcKgWGoa { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-RedcKgWGoa { overflow-wrap: break-word; } } .gp-component-id-iRemKx2nBF0 { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-iRemKx2nBF0 { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iRemKx2nBF0 { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iRemKx2nBF0 { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iRemKx2nBF0 { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-iRemKx2nBF0 { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } .gp-component-id-0HNsrmZGcf { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-0HNsrmZGcf { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0HNsrmZGcf { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0HNsrmZGcf { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0HNsrmZGcf { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0HNsrmZGcf { flex-direction: column;display: flex; } } .gp-component-id-zKuANIkmmi0 { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor; } @media (max-width: 639px) { .gp-component-id-zKuANIkmmi0 { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zKuANIkmmi0 { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zKuANIkmmi0 { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zKuANIkmmi0 { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor; } } @media (min-width: 1200px) { .gp-component-id-zKuANIkmmi0 { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px;border-bottom-width: medium;border-bottom-style: none;border-bottom-color: currentcolor; } } .gp-component-id-xUmAQ3i5uxV { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-xUmAQ3i5uxV { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xUmAQ3i5uxV { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xUmAQ3i5uxV { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xUmAQ3i5uxV { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-xUmAQ3i5uxV { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } .gp-component-id-IqPMLPJIUiT { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-IqPMLPJIUiT { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IqPMLPJIUiT { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IqPMLPJIUiT { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IqPMLPJIUiT { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-IqPMLPJIUiT { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } .gp-component-id-KLgSj9Wd9b { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-KLgSj9Wd9b { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KLgSj9Wd9b { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KLgSj9Wd9b { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KLgSj9Wd9b { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-KLgSj9Wd9b { overflow-wrap: break-word; } } .gp-component-id-w4VRUr8nwH0 { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-w4VRUr8nwH0 { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-w4VRUr8nwH0 { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-w4VRUr8nwH0 { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-w4VRUr8nwH0 { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-w4VRUr8nwH0 { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } .gp-component-id-xv54mM3wXb { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-xv54mM3wXb { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xv54mM3wXb { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xv54mM3wXb { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xv54mM3wXb { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-xv54mM3wXb { flex-direction: column;display: flex; } } .gp-component-id-qx9M8k6eBIa { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px; } @media (max-width: 639px) { .gp-component-id-qx9M8k6eBIa { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qx9M8k6eBIa { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qx9M8k6eBIa { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qx9M8k6eBIa { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-qx9M8k6eBIa { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px; } } .gp-component-id-oXy4oBNJcPa { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-oXy4oBNJcPa { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oXy4oBNJcPa { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oXy4oBNJcPa { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oXy4oBNJcPa { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-oXy4oBNJcPa { font-size: 15.68px;color: var(--gray);margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex;overflow-wrap: break-word; } } .gp-component-id-m6J9K3d5AzR { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-m6J9K3d5AzR { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-m6J9K3d5AzR { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-m6J9K3d5AzR { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-m6J9K3d5AzR { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-m6J9K3d5AzR { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-size: 16.8px;font-weight: 700;color: var(--dark);margin-bottom: 6px;flex-direction: column;display: flex;overflow-wrap: break-word; } } .gp-component-id-cGo4EUvD_r { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-cGo4EUvD_r { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cGo4EUvD_r { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cGo4EUvD_r { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cGo4EUvD_r { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-cGo4EUvD_r { overflow-wrap: break-word; } } .gp-component-id-wYX8Qe6ONpc { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-wYX8Qe6ONpc { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wYX8Qe6ONpc { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wYX8Qe6ONpc { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wYX8Qe6ONpc { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-wYX8Qe6ONpc { min-width: 48px;width: 48px;height: 48px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;font-family: Poppins, sans-serif;font-size: 17.6px;font-weight: 800;color: white;overflow-wrap: break-word; } } .gp-component-id-J3Wdhs9MAX { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-J3Wdhs9MAX { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-J3Wdhs9MAX { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-J3Wdhs9MAX { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-J3Wdhs9MAX { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-J3Wdhs9MAX { flex-direction: column;display: flex; } } .gp-component-id-4m74LmgM_7w { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px; } @media (max-width: 639px) { .gp-component-id-4m74LmgM_7w { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4m74LmgM_7w { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4m74LmgM_7w { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4m74LmgM_7w { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-4m74LmgM_7w { display: flex;row-gap: 24px;column-gap: 24px;align-items: flex-start;padding-top: 24px;padding-right: 0px;padding-bottom: 24px;padding-left: 0px; } } .gp-component-id-n0qcVmBJI1T { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 36px; } @media (max-width: 639px) { .gp-component-id-n0qcVmBJI1T { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 36px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-n0qcVmBJI1T { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 36px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-n0qcVmBJI1T { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 36px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-n0qcVmBJI1T { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 36px; } } @media (min-width: 1200px) { .gp-component-id-n0qcVmBJI1T { padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;list-style-position: initial;list-style-image: initial;list-style-type: none;margin-top: 36px; } } .gp-component-id-bN3PaUgSFo { margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-bN3PaUgSFo { margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bN3PaUgSFo { margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bN3PaUgSFo { margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bN3PaUgSFo { margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-bN3PaUgSFo { margin-top: 0px;margin-right: 0px;margin-left: 0px;margin-bottom: 0px;flex-direction: column;display: flex; } } .gp-component-id-3nHGsH4d5N { width: 60px;height: 3px;margin-top: 0px;margin-right: 0px;margin-bottom: 32px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-3nHGsH4d5N { width: 60px;height: 3px;margin-top: 0px;margin-right: 0px;margin-bottom: 32px;margin-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3nHGsH4d5N { width: 60px;height: 3px;margin-top: 0px;margin-right: 0px;margin-bottom: 32px;margin-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3nHGsH4d5N { width: 60px;height: 3px;margin-top: 0px;margin-right: 0px;margin-bottom: 32px;margin-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3nHGsH4d5N { width: 60px;height: 3px;margin-top: 0px;margin-right: 0px;margin-bottom: 32px;margin-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-3nHGsH4d5N { width: 60px;height: 3px;margin-top: 0px;margin-right: 0px;margin-bottom: 32px;margin-left: 0px; } } .gp-component-id-KxBJWjV252 { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-KxBJWjV252 { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KxBJWjV252 { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KxBJWjV252 { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KxBJWjV252 { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-KxBJWjV252 { overflow-wrap: break-word; } } .gp-component-id-xWB85d_5sR { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 0px;color: var(--dark);flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-xWB85d_5sR { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 0px;color: var(--dark);flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xWB85d_5sR { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 0px;color: var(--dark);flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xWB85d_5sR { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 0px;color: var(--dark);flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xWB85d_5sR { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 0px;color: var(--dark);flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-xWB85d_5sR { margin-top: 0px;margin-right: 0px;margin-left: 0px;font-family: Poppins, sans-serif;font-weight: inherit;font-size: inherit;line-height: 1.15;letter-spacing: -0.02em;margin-bottom: 0px;color: var(--dark);flex-direction: column;display: flex; } } .gp-component-id-gKciwXiyq_ { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--green);margin-bottom: 16px;display: flex;flex-direction: column; } @media (max-width: 639px) { .gp-component-id-gKciwXiyq_ { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--green);margin-bottom: 16px;display: flex;flex-direction: column; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gKciwXiyq_ { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--green);margin-bottom: 16px;display: flex;flex-direction: column; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gKciwXiyq_ { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--green);margin-bottom: 16px;display: flex;flex-direction: column; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gKciwXiyq_ { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--green);margin-bottom: 16px;display: flex;flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-gKciwXiyq_ { font-family: Poppins, sans-serif;font-size: 10px;font-weight: 700;letter-spacing: 0.22em;text-transform: uppercase;color: var(--green);margin-bottom: 16px;display: flex;flex-direction: column; } } .gp-component-id-WxXcGjtsE2 { width: 100%;max-width: 760px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-WxXcGjtsE2 { width: 100%;max-width: 760px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WxXcGjtsE2 { width: 100%;max-width: 640px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WxXcGjtsE2 { width: 100%;max-width: 768px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WxXcGjtsE2 { width: 100%;max-width: 992px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-WxXcGjtsE2 { width: 100%;max-width: 1200px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;z-index: 15;position: relative; } } .gp-component-id-VQO5BxxzEp { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-VQO5BxxzEp { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VQO5BxxzEp { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VQO5BxxzEp { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VQO5BxxzEp { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-VQO5BxxzEp { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;z-index: 15;position: relative; } } .gp-component-id-WGyTgDP8U3 { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-WGyTgDP8U3 { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WGyTgDP8U3 { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WGyTgDP8U3 { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WGyTgDP8U3 { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-WGyTgDP8U3 { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-SAeM9F5r7w { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.5s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-size: 19.2px;color: rgba(255, 255, 255, 0.8);max-width: 620px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;font-style: italic;position: relative;z-index: 1; } @media (max-width: 639px) { .gp-component-id-SAeM9F5r7w { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.5s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-size: 19.2px;color: rgba(255, 255, 255, 0.8);max-width: 620px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;font-style: italic;position: relative;z-index: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SAeM9F5r7w { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.5s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-size: 19.2px;color: rgba(255, 255, 255, 0.8);max-width: 620px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;font-style: italic;position: relative;z-index: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SAeM9F5r7w { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.5s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-size: 19.2px;color: rgba(255, 255, 255, 0.8);max-width: 620px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;font-style: italic;position: relative;z-index: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SAeM9F5r7w { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.5s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-size: 19.2px;color: rgba(255, 255, 255, 0.8);max-width: 620px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;font-style: italic;position: relative;z-index: 1; } } @media (min-width: 1200px) { .gp-component-id-SAeM9F5r7w { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.5s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-size: 19.2px;color: rgba(255, 255, 255, 0.8);max-width: 620px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;font-style: italic;position: relative;z-index: 1; } } .gp-component-id-y2Daw_a3Ly { color: var(--gl); } @media (max-width: 639px) { .gp-component-id-y2Daw_a3Ly { color: var(--gl); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-y2Daw_a3Ly { color: var(--gl); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-y2Daw_a3Ly { color: var(--gl); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-y2Daw_a3Ly { color: var(--gl); } } @media (min-width: 1200px) { .gp-component-id-y2Daw_a3Ly { color: var(--gl); } } .gp-component-id-L2zRldG70f { margin-top: 0px;margin-right: 0px;margin-left: 0px;animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.36s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-family: Poppins, sans-serif;font-weight: 900;color: var(--white);line-height: 1.1;margin-bottom: 20px;letter-spacing: -0.02em;position: relative;z-index: 1;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-L2zRldG70f { margin-top: 0px;margin-right: 0px;margin-left: 0px;animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.36s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-family: Poppins, sans-serif;font-weight: 900;color: var(--white);line-height: 1.1;margin-bottom: 20px;letter-spacing: -0.02em;position: relative;z-index: 1;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-L2zRldG70f { margin-top: 0px;margin-right: 0px;margin-left: 0px;animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.36s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-family: Poppins, sans-serif;font-weight: 900;color: var(--white);line-height: 1.1;margin-bottom: 20px;letter-spacing: -0.02em;position: relative;z-index: 1;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-L2zRldG70f { margin-top: 0px;margin-right: 0px;margin-left: 0px;animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.36s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-family: Poppins, sans-serif;font-weight: 900;color: var(--white);line-height: 1.1;margin-bottom: 20px;letter-spacing: -0.02em;position: relative;z-index: 1;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-L2zRldG70f { margin-top: 0px;margin-right: 0px;margin-left: 0px;animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.36s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-family: Poppins, sans-serif;font-weight: 900;color: var(--white);line-height: 1.1;margin-bottom: 20px;letter-spacing: -0.02em;position: relative;z-index: 1;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-L2zRldG70f { margin-top: 0px;margin-right: 0px;margin-left: 0px;animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.36s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-family: Poppins, sans-serif;font-weight: 900;color: var(--white);line-height: 1.1;margin-bottom: 20px;letter-spacing: -0.02em;position: relative;z-index: 1;font-size: inherit; } } .gp-component-id-3ybXepO8hA { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.22s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-family: Poppins, sans-serif;font-size: 11px;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: var(--gl);display: inline-block;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(2, 197, 139, 0.4);border-right-color: rgba(2, 197, 139, 0.4);border-bottom-color: rgba(2, 197, 139, 0.4);border-left-color: rgba(2, 197, 139, 0.4);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;padding-top: 6px;padding-right: 18px;padding-bottom: 6px;padding-left: 18px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;margin-bottom: 24px;position: relative;z-index: 1; } @media (max-width: 639px) { .gp-component-id-3ybXepO8hA { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.22s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-family: Poppins, sans-serif;font-size: 11px;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: var(--gl);display: inline-block;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(2, 197, 139, 0.4);border-right-color: rgba(2, 197, 139, 0.4);border-bottom-color: rgba(2, 197, 139, 0.4);border-left-color: rgba(2, 197, 139, 0.4);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;padding-top: 6px;padding-right: 18px;padding-bottom: 6px;padding-left: 18px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;margin-bottom: 24px;position: relative;z-index: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3ybXepO8hA { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.22s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-family: Poppins, sans-serif;font-size: 11px;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: var(--gl);display: inline-block;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(2, 197, 139, 0.4);border-right-color: rgba(2, 197, 139, 0.4);border-bottom-color: rgba(2, 197, 139, 0.4);border-left-color: rgba(2, 197, 139, 0.4);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;padding-top: 6px;padding-right: 18px;padding-bottom: 6px;padding-left: 18px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;margin-bottom: 24px;position: relative;z-index: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3ybXepO8hA { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.22s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-family: Poppins, sans-serif;font-size: 11px;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: var(--gl);display: inline-block;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(2, 197, 139, 0.4);border-right-color: rgba(2, 197, 139, 0.4);border-bottom-color: rgba(2, 197, 139, 0.4);border-left-color: rgba(2, 197, 139, 0.4);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;padding-top: 6px;padding-right: 18px;padding-bottom: 6px;padding-left: 18px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;margin-bottom: 24px;position: relative;z-index: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3ybXepO8hA { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.22s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-family: Poppins, sans-serif;font-size: 11px;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: var(--gl);display: inline-block;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(2, 197, 139, 0.4);border-right-color: rgba(2, 197, 139, 0.4);border-bottom-color: rgba(2, 197, 139, 0.4);border-left-color: rgba(2, 197, 139, 0.4);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;padding-top: 6px;padding-right: 18px;padding-bottom: 6px;padding-left: 18px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;margin-bottom: 24px;position: relative;z-index: 1; } } @media (min-width: 1200px) { .gp-component-id-3ybXepO8hA { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.22s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;font-family: Poppins, sans-serif;font-size: 11px;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: var(--gl);display: inline-block;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: rgba(2, 197, 139, 0.4);border-right-color: rgba(2, 197, 139, 0.4);border-bottom-color: rgba(2, 197, 139, 0.4);border-left-color: rgba(2, 197, 139, 0.4);border-image-source: initial;border-image-slice: initial;border-image-width: initial;border-image-outset: initial;border-image-repeat: initial;padding-top: 6px;padding-right: 18px;padding-bottom: 6px;padding-left: 18px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;margin-bottom: 24px;position: relative;z-index: 1; } } .gp-component-id-xEYpg7mHMB { width: 36px;height: 36px;fill: white; } @media (max-width: 639px) { .gp-component-id-xEYpg7mHMB { width: 36px;height: 36px;fill: white; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xEYpg7mHMB { width: 36px;height: 36px;fill: white; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xEYpg7mHMB { width: 36px;height: 36px;fill: white; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xEYpg7mHMB { width: 36px;height: 36px;fill: white; } } @media (min-width: 1200px) { .gp-component-id-xEYpg7mHMB { width: 36px;height: 36px;fill: white; } } .gp-component-id-Ge5bLWyqD8 { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.1s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;width: 80px;height: 80px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;margin-top: 0px;margin-right: auto;margin-bottom: 28px;margin-left: auto;box-shadow: rgba(1, 119, 84, 0.15) 0px 0px 0px 16px;position: relative;z-index: 1; } @media (max-width: 639px) { .gp-component-id-Ge5bLWyqD8 { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.1s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;width: 80px;height: 80px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;margin-top: 0px;margin-right: auto;margin-bottom: 28px;margin-left: auto;box-shadow: rgba(1, 119, 84, 0.15) 0px 0px 0px 16px;position: relative;z-index: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ge5bLWyqD8 { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.1s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;width: 80px;height: 80px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;margin-top: 0px;margin-right: auto;margin-bottom: 28px;margin-left: auto;box-shadow: rgba(1, 119, 84, 0.15) 0px 0px 0px 16px;position: relative;z-index: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ge5bLWyqD8 { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.1s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;width: 80px;height: 80px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;margin-top: 0px;margin-right: auto;margin-bottom: 28px;margin-left: auto;box-shadow: rgba(1, 119, 84, 0.15) 0px 0px 0px 16px;position: relative;z-index: 1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ge5bLWyqD8 { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.1s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;width: 80px;height: 80px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;margin-top: 0px;margin-right: auto;margin-bottom: 28px;margin-left: auto;box-shadow: rgba(1, 119, 84, 0.15) 0px 0px 0px 16px;position: relative;z-index: 1; } } @media (min-width: 1200px) { .gp-component-id-Ge5bLWyqD8 { animation-duration: 0.6s;animation-timing-function: ease;animation-delay: 0.1s;animation-iteration-count: 1;animation-direction: normal;animation-fill-mode: both;animation-play-state: running;animation-name: fadeUp;animation-timeline: auto;animation-range-start: normal;animation-range-end: normal;width: 80px;height: 80px;border-top-left-radius: 50%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;border-bottom-left-radius: 50%;display: flex;align-items: center;justify-content: center;margin-top: 0px;margin-right: auto;margin-bottom: 28px;margin-left: auto;box-shadow: rgba(1, 119, 84, 0.15) 0px 0px 0px 16px;position: relative;z-index: 1; } } .gp-component-id-0v0boSRKlw { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } @media (max-width: 639px) { .gp-component-id-0v0boSRKlw { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0v0boSRKlw { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0v0boSRKlw { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0v0boSRKlw { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } @media (min-width: 1200px) { .gp-component-id-0v0boSRKlw { padding-top: 80px;padding-right: 20px;padding-bottom: 80px;padding-left: 20px;text-align: center;position: relative;overflow-x: hidden;overflow-y: hidden; } } .gp-component-id-iUcVvHJqjf { max-width: 100%;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;height: 34px;object-fit: contain; } @media (max-width: 639px) { .gp-component-id-iUcVvHJqjf { max-width: 100%;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;height: 34px;object-fit: contain; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iUcVvHJqjf { max-width: 100%;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;height: 34px;object-fit: contain; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iUcVvHJqjf { max-width: 100%;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;height: 34px;object-fit: contain; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iUcVvHJqjf { max-width: 100%;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;height: 34px;object-fit: contain; } } @media (min-width: 1200px) { .gp-component-id-iUcVvHJqjf { max-width: 100%;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;height: 34px;object-fit: contain; } } .gp-component-id-A3S1ia18g { padding-top: 18px;padding-right: 40px;padding-bottom: 18px;padding-left: 40px;display: flex;align-items: center;justify-content: center; } @media (max-width: 639px) { .gp-component-id-A3S1ia18g { padding-top: 18px;padding-right: 40px;padding-bottom: 18px;padding-left: 40px;display: flex;align-items: center;justify-content: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-A3S1ia18g { padding-top: 18px;padding-right: 40px;padding-bottom: 18px;padding-left: 40px;display: flex;align-items: center;justify-content: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-A3S1ia18g { padding-top: 18px;padding-right: 40px;padding-bottom: 18px;padding-left: 40px;display: flex;align-items: center;justify-content: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-A3S1ia18g { padding-top: 18px;padding-right: 40px;padding-bottom: 18px;padding-left: 40px;display: flex;align-items: center;justify-content: center; } } @media (min-width: 1200px) { .gp-component-id-A3S1ia18g { padding-top: 18px;padding-right: 40px;padding-bottom: 18px;padding-left: 40px;display: flex;align-items: center;justify-content: center; } } .gp-component-id-Zy3mU_rnl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } @media (max-width: 639px) { .gp-component-id-Zy3mU_rnl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Zy3mU_rnl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Zy3mU_rnl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Zy3mU_rnl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } } @media (min-width: 1200px) { .gp-component-id-Zy3mU_rnl { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit; } }
