
/* ==================================================== 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; } @media (max-width: 639px) { [data-gp-text] .gp-component-id-jIcgZMIhK { font-size: 18px !important;font-family: "Crimson Text" !important;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-jIcgZMIhK { font-size: 18px !important;font-family: "Crimson Text" !important;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-jIcgZMIhK { font-size: 18px !important;font-family: "Crimson Text" !important;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-jIcgZMIhK { font-size: 18px !important;font-family: "Crimson Text" !important;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-jIcgZMIhK { font-size: 18px !important;font-family: "Crimson Text" !important;margin-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-titcHE0Pk[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-bottom: 20px;padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-titcHE0Pk[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-titcHE0Pk[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-titcHE0Pk[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (min-width: 1200px) { .gp-component-id-titcHE0Pk[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 639px) { .gp-component-id-2skWXHzeI[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-bottom: 20px;padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2skWXHzeI[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2skWXHzeI[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2skWXHzeI[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (min-width: 1200px) { .gp-component-id-2skWXHzeI[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 639px) { .gp-component-id-bRPymjQKw[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-bottom: 20px;padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bRPymjQKw[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bRPymjQKw[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bRPymjQKw[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (min-width: 1200px) { .gp-component-id-bRPymjQKw[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);padding-left: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 639px) { .gp-component-id-LuXCfqsZ0[data-gp-component] { margin-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LuXCfqsZ0[data-gp-component] { margin-bottom: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LuXCfqsZ0[data-gp-component] { margin-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LuXCfqsZ0[data-gp-component] { margin-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-LuXCfqsZ0[data-gp-component] { margin-bottom: 20px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-RcoTSDTaFt[data-gp-component] { margin-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RcoTSDTaFt[data-gp-component] { margin-bottom: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RcoTSDTaFt[data-gp-component] { margin-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RcoTSDTaFt[data-gp-component] { margin-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-RcoTSDTaFt[data-gp-component] { margin-bottom: 20px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-CsLRcdvaS[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CsLRcdvaS[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CsLRcdvaS[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CsLRcdvaS[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-CsLRcdvaS[data-gp-component] { width: 100%; } } .gp-component-id-wEuGf8zXp { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-wEuGf8zXp { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wEuGf8zXp { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wEuGf8zXp { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wEuGf8zXp { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-wEuGf8zXp { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-LVYc36ffQ { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-LVYc36ffQ { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LVYc36ffQ { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LVYc36ffQ { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LVYc36ffQ { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-LVYc36ffQ { margin-right: -8px;margin-left: -8px; } } .gp-component-id-xSaRhVl0P0 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-xSaRhVl0P0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xSaRhVl0P0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xSaRhVl0P0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xSaRhVl0P0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-xSaRhVl0P0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-1tBzExaOqP[data-gp-component] { font-size: 18px !important;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;background-color: rgba(119, 1, 36, 1);margin-top: 40px;margin-bottom: 0px;padding-left: 72px;padding-right: 72px;padding-top: 16px;padding-bottom: 16px;align-items: center;display: inline-flex;position: relative; } .gp-component-id-1tBzExaOqP[data-gp-component]:hover,.gp-component-id-1tBzExaOqP[data-gp-component].gp-hover { background-color: rgb(198, 21, 21); } .gp-component-id-1tBzExaOqP[data-gp-component]:active,.gp-component-id-1tBzExaOqP[data-gp-component].gp-active { background-color: rgba(119, 1, 36, 1); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1tBzExaOqP[data-gp-component] { font-size: 18px !important;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;background-color: rgba(119, 1, 36, 1);margin-top: 40px;margin-bottom: 0px;padding-left: 72px;padding-right: 72px;padding-top: 16px;padding-bottom: 16px;align-items: center;display: inline-flex;position: relative; } .gp-component-id-1tBzExaOqP[data-gp-component]:hover,.gp-component-id-1tBzExaOqP[data-gp-component].gp-hover { background-color: rgb(198, 21, 21); } .gp-component-id-1tBzExaOqP[data-gp-component]:active,.gp-component-id-1tBzExaOqP[data-gp-component].gp-active { background-color: rgba(119, 1, 36, 1); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1tBzExaOqP[data-gp-component] { font-size: 18px !important;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;background-color: rgba(119, 1, 36, 1);margin-top: 40px;margin-bottom: 0px;padding-left: 72px;padding-right: 72px;padding-top: 16px;padding-bottom: 16px;align-items: center;display: inline-flex;position: relative; } .gp-component-id-1tBzExaOqP[data-gp-component]:hover,.gp-component-id-1tBzExaOqP[data-gp-component].gp-hover { background-color: rgb(198, 21, 21); } .gp-component-id-1tBzExaOqP[data-gp-component]:active,.gp-component-id-1tBzExaOqP[data-gp-component].gp-active { background-color: rgba(119, 1, 36, 1); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1tBzExaOqP[data-gp-component] { font-size: 18px !important;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;background-color: rgba(119, 1, 36, 1);margin-top: 40px;margin-bottom: 0px;padding-left: 72px;padding-right: 72px;padding-top: 16px;padding-bottom: 16px;align-items: center;display: inline-flex;position: relative; } .gp-component-id-1tBzExaOqP[data-gp-component]:hover,.gp-component-id-1tBzExaOqP[data-gp-component].gp-hover { background-color: rgb(198, 21, 21); } .gp-component-id-1tBzExaOqP[data-gp-component]:active,.gp-component-id-1tBzExaOqP[data-gp-component].gp-active { background-color: rgba(119, 1, 36, 1); } } @media (min-width: 1200px) { .gp-component-id-1tBzExaOqP[data-gp-component] { font-size: 18px !important;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;background-color: rgba(119, 1, 36, 1);margin-top: 40px;margin-bottom: 0px;padding-left: 72px;padding-right: 72px;padding-top: 16px;padding-bottom: 16px;align-items: center;display: inline-flex;position: relative; } .gp-component-id-1tBzExaOqP[data-gp-component]:hover,.gp-component-id-1tBzExaOqP[data-gp-component].gp-hover { background-color: rgb(198, 21, 21); } .gp-component-id-1tBzExaOqP[data-gp-component]:active,.gp-component-id-1tBzExaOqP[data-gp-component].gp-active { background-color: rgba(119, 1, 36, 1); } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-KxPpas4Or { font-size: 15px !important;color: rgb(255, 255, 255);font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-KxPpas4Or { font-size: 15px !important;color: rgb(255, 255, 255);font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-KxPpas4Or { font-size: 15px !important;color: rgb(255, 255, 255);font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-KxPpas4Or { font-size: 15px !important;color: rgb(255, 255, 255);font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-KxPpas4Or { font-size: 15px !important;color: rgb(255, 255, 255);font-family: Poppins; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-N1PRMpmCy { font-size: 20px !important;color: rgb(255, 255, 255);font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-N1PRMpmCy { font-size: 20px !important;color: rgb(255, 255, 255);font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-N1PRMpmCy { font-size: 20px !important;color: rgb(255, 255, 255);font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-N1PRMpmCy { font-size: 20px !important;color: rgb(255, 255, 255);font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-N1PRMpmCy { font-size: 20px !important;color: rgb(255, 255, 255);font-family: Poppins; } } .gp-component-id-KxPpas4Or { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-KxPpas4Or { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KxPpas4Or { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KxPpas4Or { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KxPpas4Or { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-KxPpas4Or { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } .gp-component-id-N1PRMpmCy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-N1PRMpmCy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-N1PRMpmCy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-N1PRMpmCy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-N1PRMpmCy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-N1PRMpmCy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-iGt4kmBw4 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-iGt4kmBw4 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iGt4kmBw4 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iGt4kmBw4 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iGt4kmBw4 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-iGt4kmBw4 { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-_garUeGiX { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-_garUeGiX { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_garUeGiX { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_garUeGiX { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_garUeGiX { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-_garUeGiX { margin-right: -8px;margin-left: -8px; } } .gp-component-id-pvVHRXAFEP { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-pvVHRXAFEP { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pvVHRXAFEP { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pvVHRXAFEP { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pvVHRXAFEP { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-pvVHRXAFEP { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-trfV8sv5uL { width: 100%; } @media (max-width: 639px) { .gp-component-id-trfV8sv5uL { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-trfV8sv5uL { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-trfV8sv5uL { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-trfV8sv5uL { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-trfV8sv5uL { width: 100%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-4FyjrD2iZ { font-size: 28px !important;font-weight: 700 !important;font-family: Poppins !important;padding-left: 10px;padding-top: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-4FyjrD2iZ { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-4FyjrD2iZ { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-4FyjrD2iZ { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-4FyjrD2iZ { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 639px) { .gp-component-id-hkCQCtiLc[data-gp-component] { padding-left: 10px; } } @media (max-width: 639px) { .gp-component-id-ynSHZ2BF5[data-gp-component] { margin-bottom: 10px;padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ynSHZ2BF5[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ynSHZ2BF5[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ynSHZ2BF5[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (min-width: 1200px) { .gp-component-id-ynSHZ2BF5[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 639px) { .gp-component-id-C4txb3mJpq[data-gp-component] { padding-top: 80px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-C4txb3mJpq[data-gp-component] { padding-top: 80px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-C4txb3mJpq[data-gp-component] { padding-top: 80px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-C4txb3mJpq[data-gp-component] { padding-top: 80px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-C4txb3mJpq[data-gp-component] { padding-top: 80px;z-index: auto;position: relative;min-height: 50px; } } .gp-component-id-4_KhhqXva.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute;background-color: rgb(57, 75, 86); } @media (max-width: 639px) { .gp-component-id-4_KhhqXva.gp-component > [data-section-overlay] { background-color: rgb(1, 119, 84);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4_KhhqXva.gp-component > [data-section-overlay] { background-color: rgb(1, 119, 84);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4_KhhqXva.gp-component > [data-section-overlay] { background-color: rgb(1, 119, 84);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4_KhhqXva.gp-component > [data-section-overlay] { background-color: rgb(1, 119, 84);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-4_KhhqXva.gp-component > [data-section-overlay] { background-color: rgb(1, 119, 84);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } .gp-component-id-8Jfuijo5V.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute;background-color: rgb(57, 75, 86); } @media (max-width: 639px) { .gp-component-id-8Jfuijo5V.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8Jfuijo5V.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8Jfuijo5V.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8Jfuijo5V.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-8Jfuijo5V.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 639px) { .gp-component-id-HxEZR8L6S9[data-gp-component] { font-size: 14px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgba(1, 119, 84, 1);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HxEZR8L6S9[data-gp-component] { font-size: 20px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgba(1, 119, 84, 1);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HxEZR8L6S9[data-gp-component] { font-size: 20px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgba(1, 119, 84, 1);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HxEZR8L6S9[data-gp-component] { font-size: 20px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgba(1, 119, 84, 1);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-HxEZR8L6S9[data-gp-component] { font-size: 20px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgba(1, 119, 84, 1);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-BDVbnHUKN[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 48px;z-index: 10;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BDVbnHUKN[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 48px;z-index: 10;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BDVbnHUKN[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 96px;padding-bottom: 96px;z-index: 10;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BDVbnHUKN[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 96px;padding-bottom: 96px;z-index: 10;position: relative; } } @media (min-width: 1200px) { .gp-component-id-BDVbnHUKN[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 96px;padding-bottom: 96px;z-index: 10;position: relative; } } .gp-component-id-BDVbnHUKN.gp-component > [data-section-overlay] { background-color: rgb(57, 75, 86);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-BDVbnHUKN.gp-component > [data-section-overlay] { background-color: rgba(1, 119, 84, 1);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BDVbnHUKN.gp-component > [data-section-overlay] { background-color: rgba(1, 119, 84, 1);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BDVbnHUKN.gp-component > [data-section-overlay] { background-color: rgba(1, 119, 84, 1);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BDVbnHUKN.gp-component > [data-section-overlay] { background-color: rgba(1, 119, 84, 1);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-BDVbnHUKN.gp-component > [data-section-overlay] { background-color: rgba(1, 119, 84, 1);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } .gp-component-id-1_ethkhTL.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } @media (max-width: 639px) { .gp-component-id-1_ethkhTL.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1_ethkhTL.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1_ethkhTL.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1_ethkhTL.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-1_ethkhTL.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } .gp-component-id-1IUWnaIrw.gp-component > [data-section-overlay] { background-color: rgb(57, 75, 86);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-1IUWnaIrw.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1IUWnaIrw.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1IUWnaIrw.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1IUWnaIrw.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-1IUWnaIrw.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-Gip7L4OByb[data-gp-component] { font-size: 20px !important;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(184, 134, 11);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;animation-name: pulse;position: relative;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Gip7L4OByb[data-gp-component] { font-size: 20px !important;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(184, 134, 11);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;animation-name: pulse;position: relative;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Gip7L4OByb[data-gp-component] { font-size: 20px !important;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(184, 134, 11);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;animation-name: pulse;position: relative;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Gip7L4OByb[data-gp-component] { font-size: 20px !important;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(184, 134, 11);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;animation-name: pulse;position: relative;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-Gip7L4OByb[data-gp-component] { font-size: 20px !important;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgb(184, 134, 11);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;animation-name: pulse;position: relative;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } .gp-component-id-bWB_Ri7FN { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-bWB_Ri7FN { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bWB_Ri7FN { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bWB_Ri7FN { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bWB_Ri7FN { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-bWB_Ri7FN { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-JeLllWAr7 { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-JeLllWAr7 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JeLllWAr7 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JeLllWAr7 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JeLllWAr7 { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-JeLllWAr7 { margin-right: -8px;margin-left: -8px; } } .gp-component-id-rZgI1m1rny { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-rZgI1m1rny { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rZgI1m1rny { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rZgI1m1rny { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rZgI1m1rny { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-rZgI1m1rny { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-NTxYmlMCpv { width: 100%; } @media (max-width: 639px) { .gp-component-id-NTxYmlMCpv { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NTxYmlMCpv { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NTxYmlMCpv { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NTxYmlMCpv { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-NTxYmlMCpv { width: 100%; } } .gp-component-id-L8v0QYHt8j { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-L8v0QYHt8j { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-L8v0QYHt8j { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-L8v0QYHt8j { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-L8v0QYHt8j { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-L8v0QYHt8j { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-j6eWWDPrZ_ { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-j6eWWDPrZ_ { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-j6eWWDPrZ_ { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-j6eWWDPrZ_ { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-j6eWWDPrZ_ { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-j6eWWDPrZ_ { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-bhEv7DKVeK { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-bhEv7DKVeK { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bhEv7DKVeK { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bhEv7DKVeK { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bhEv7DKVeK { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-bhEv7DKVeK { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-TNgmK3cZ2[data-gp-component] { margin-top: 39px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TNgmK3cZ2[data-gp-component] { margin-top: 39px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TNgmK3cZ2[data-gp-component] { margin-top: 39px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TNgmK3cZ2[data-gp-component] { margin-top: 39px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-TNgmK3cZ2[data-gp-component] { margin-top: 39px;padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-9BBh_Jli2.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;background-color: rgb(240, 240, 240); } @media (max-width: 639px) { .gp-component-id-9BBh_Jli2.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9BBh_Jli2.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9BBh_Jli2.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9BBh_Jli2.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-9BBh_Jli2.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Kqh9tOAMMZ { font-size: 16px !important;font-weight: inherit !important;color: rgb(120, 136, 155);text-align: center;font-family: Crimson Text;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 100px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Kqh9tOAMMZ { font-size: 16px !important;font-weight: inherit !important;color: rgb(120, 136, 155);text-align: center;font-family: Crimson Text;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 100px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Kqh9tOAMMZ { font-size: 16px !important;font-weight: inherit !important;color: rgb(120, 136, 155);text-align: center;font-family: Crimson Text;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 100px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Kqh9tOAMMZ { font-size: 16px !important;font-weight: inherit !important;color: rgb(120, 136, 155);text-align: center;font-family: Crimson Text;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 100px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Kqh9tOAMMZ { font-size: 16px !important;font-weight: inherit !important;color: rgb(120, 136, 155);text-align: center;font-family: Crimson Text;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 100px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-yiStlmw11d { font-size: 10px !important;font-weight: inherit !important;color: rgb(120, 136, 155);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-yiStlmw11d { font-size: 10px !important;font-weight: inherit !important;color: rgb(120, 136, 155);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-yiStlmw11d { font-size: 10px !important;font-weight: inherit !important;color: rgb(120, 136, 155);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-yiStlmw11d { font-size: 10px !important;font-weight: inherit !important;color: rgb(120, 136, 155);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-yiStlmw11d { font-size: 10px !important;font-weight: inherit !important;color: rgb(120, 136, 155);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 20px; } } @media (max-width: 639px) { .gp-component-id-qGpA7iwWe1[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);margin-top: 30px;padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qGpA7iwWe1[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);margin-top: 30px;padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qGpA7iwWe1[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);margin-top: 30px;padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qGpA7iwWe1[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);margin-top: 30px;padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-qGpA7iwWe1[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);margin-top: 30px;padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-VAhoMK85_ { font-size: 15px !important;font-weight: 700;color: rgba(255, 255, 255, 1);font-family: Poppins;background-color: rgba(184, 134, 11, 1);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-VAhoMK85_ { font-size: 15px !important;font-weight: 700;color: rgba(255, 255, 255, 1);font-family: Poppins;background-color: rgba(184, 134, 11, 1);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-VAhoMK85_ { font-size: 15px !important;font-weight: 700;color: rgba(255, 255, 255, 1);font-family: Poppins;background-color: rgba(184, 134, 11, 1);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-VAhoMK85_ { font-size: 15px !important;font-weight: 700;color: rgba(255, 255, 255, 1);font-family: Poppins;background-color: rgba(184, 134, 11, 1);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-VAhoMK85_ { font-size: 15px !important;font-weight: 700;color: rgba(255, 255, 255, 1);font-family: Poppins;background-color: rgba(184, 134, 11, 1);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-_tuSfsuMlD { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-_tuSfsuMlD { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-_tuSfsuMlD { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-_tuSfsuMlD { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-_tuSfsuMlD { font-size: inherit;font-weight: inherit;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 20px; } } @media (max-width: 639px) { .gp-component-id-nvwvgYRxKfg[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 0px;padding-top: 10px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nvwvgYRxKfg[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 0px;padding-top: 10px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nvwvgYRxKfg[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 0px;padding-top: 10px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nvwvgYRxKfg[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 0px;padding-top: 10px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-nvwvgYRxKfg[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 0px;padding-top: 10px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-vq0h0EcCNs[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vq0h0EcCNs[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vq0h0EcCNs[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vq0h0EcCNs[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-vq0h0EcCNs[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-SxoSS8Ha5i[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SxoSS8Ha5i[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SxoSS8Ha5i[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SxoSS8Ha5i[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-SxoSS8Ha5i[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-JZYLI8iJay[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JZYLI8iJay[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JZYLI8iJay[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JZYLI8iJay[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-JZYLI8iJay[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;margin-right: 5px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-cdK3yeK5M1V[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;padding-right: 5px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cdK3yeK5M1V[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;padding-right: 5px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cdK3yeK5M1V[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;padding-right: 5px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cdK3yeK5M1V[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;padding-right: 5px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-cdK3yeK5M1V[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;padding-right: 5px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-6G_F02iSm2[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6G_F02iSm2[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6G_F02iSm2[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6G_F02iSm2[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-6G_F02iSm2[data-gp-component] { font-size: 20px !important;color: rgba(234, 220, 184, 0.58);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } .gp-component-id-VAhoMK85_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-VAhoMK85_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VAhoMK85_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VAhoMK85_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VAhoMK85_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-VAhoMK85_ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 639px) { .gp-component-id-qUvbATBR8j[data-gp-component] { border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;background-color: rgba(184, 134, 11, 0.29);width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qUvbATBR8j[data-gp-component] { border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;background-color: rgba(184, 134, 11, 0.29);width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qUvbATBR8j[data-gp-component] { border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;background-color: rgba(184, 134, 11, 0.29);width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qUvbATBR8j[data-gp-component] { border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;background-color: rgba(184, 134, 11, 0.29);width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-qUvbATBR8j[data-gp-component] { border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;background-color: rgba(184, 134, 11, 0.29);width: 100%;height: 100%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-uGub14QWd { font-size: 18px !important;font-weight: 700 !important;color: rgba(184, 134, 11, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-uGub14QWd { font-size: 18px !important;font-weight: 700 !important;color: rgba(184, 134, 11, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-uGub14QWd { font-size: 18px !important;font-weight: 700 !important;color: rgba(184, 134, 11, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-uGub14QWd { font-size: 18px !important;font-weight: 700 !important;color: rgba(184, 134, 11, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-uGub14QWd { font-size: 18px !important;font-weight: 700 !important;color: rgba(184, 134, 11, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-cxXflVPPkT[data-gp-component] { border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;background-color: rgba(1, 119, 84, 0.15);width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cxXflVPPkT[data-gp-component] { border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;background-color: rgba(1, 119, 84, 0.15);width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cxXflVPPkT[data-gp-component] { border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;background-color: rgba(1, 119, 84, 0.15);width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cxXflVPPkT[data-gp-component] { border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;background-color: rgba(1, 119, 84, 0.15);width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-cxXflVPPkT[data-gp-component] { border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;background-color: rgba(1, 119, 84, 0.15);width: 100%;height: 100%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-P8kdAnWkkB { font-size: 18px !important;font-weight: 700 !important;color: rgba(1, 119, 84, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-P8kdAnWkkB { font-size: 18px !important;font-weight: 700 !important;color: rgba(1, 119, 84, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-P8kdAnWkkB { font-size: 18px !important;font-weight: 700 !important;color: rgba(1, 119, 84, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-P8kdAnWkkB { font-size: 18px !important;font-weight: 700 !important;color: rgba(1, 119, 84, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-P8kdAnWkkB { font-size: 18px !important;font-weight: 700 !important;color: rgba(1, 119, 84, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-SbBppIRi1[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SbBppIRi1[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SbBppIRi1[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SbBppIRi1[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (min-width: 1200px) { .gp-component-id-SbBppIRi1[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 10px; } } @media (max-width: 639px) { .gp-component-id-e12SG1xCp0 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-e12SG1xCp0 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-e12SG1xCp0 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-e12SG1xCp0 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-e12SG1xCp0 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-uJ9wT7AE6O { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-uJ9wT7AE6O { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-uJ9wT7AE6O { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-uJ9wT7AE6O { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-uJ9wT7AE6O { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-CU1Q0hvu0L { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CU1Q0hvu0L { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CU1Q0hvu0L { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CU1Q0hvu0L { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-CU1Q0hvu0L { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-vfR0LOPxOP { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-vfR0LOPxOP { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-vfR0LOPxOP { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-vfR0LOPxOP { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-vfR0LOPxOP { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-x0tsBhm21m[data-gp-component] { font-size: 20px !important;color: rgb(184, 134, 11);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-x0tsBhm21m[data-gp-component] { font-size: 20px !important;color: rgb(184, 134, 11);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-x0tsBhm21m[data-gp-component] { font-size: 20px !important;color: rgb(184, 134, 11);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-x0tsBhm21m[data-gp-component] { font-size: 20px !important;color: rgb(184, 134, 11);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-x0tsBhm21m[data-gp-component] { font-size: 20px !important;color: rgb(184, 134, 11);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-PZIo9KSTc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PZIo9KSTc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PZIo9KSTc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PZIo9KSTc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-PZIo9KSTc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-DLiAm4AzDg[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DLiAm4AzDg[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DLiAm4AzDg[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DLiAm4AzDg[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-DLiAm4AzDg[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-LZnleZXsJpv[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LZnleZXsJpv[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LZnleZXsJpv[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LZnleZXsJpv[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-LZnleZXsJpv[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-BwzjG6_eYBo[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BwzjG6_eYBo[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BwzjG6_eYBo[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BwzjG6_eYBo[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-BwzjG6_eYBo[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-1KOIk388h2R[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1KOIk388h2R[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1KOIk388h2R[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1KOIk388h2R[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-1KOIk388h2R[data-gp-component] { font-size: 20px !important;color: rgba(184, 134, 11, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } .gp-component-id-Yj4hn0vP0 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-Yj4hn0vP0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Yj4hn0vP0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Yj4hn0vP0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Yj4hn0vP0 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-Yj4hn0vP0 { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-IlDGGdAq2 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-IlDGGdAq2 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IlDGGdAq2 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IlDGGdAq2 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IlDGGdAq2 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-IlDGGdAq2 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-fneexiqkpZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-fneexiqkpZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fneexiqkpZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fneexiqkpZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fneexiqkpZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-fneexiqkpZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-siioEzhTzn { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-siioEzhTzn { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-siioEzhTzn { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-siioEzhTzn { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-siioEzhTzn { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-siioEzhTzn { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-qKKC03kc6[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qKKC03kc6[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qKKC03kc6[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qKKC03kc6[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-qKKC03kc6[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-lPjHXRBnV0S[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lPjHXRBnV0S[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lPjHXRBnV0S[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lPjHXRBnV0S[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-lPjHXRBnV0S[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-MmDlfNSaugY[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MmDlfNSaugY[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MmDlfNSaugY[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MmDlfNSaugY[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-MmDlfNSaugY[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-K0C7s6rJoc[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-K0C7s6rJoc[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-K0C7s6rJoc[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-K0C7s6rJoc[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-K0C7s6rJoc[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-nsx1yI27VQ[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nsx1yI27VQ[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nsx1yI27VQ[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nsx1yI27VQ[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-nsx1yI27VQ[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-UFNklrJ1Rz[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UFNklrJ1Rz[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UFNklrJ1Rz[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UFNklrJ1Rz[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-UFNklrJ1Rz[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-EfWErjtVbfh[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EfWErjtVbfh[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EfWErjtVbfh[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EfWErjtVbfh[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-EfWErjtVbfh[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-DC7Uhq7DYOf[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DC7Uhq7DYOf[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DC7Uhq7DYOf[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DC7Uhq7DYOf[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-DC7Uhq7DYOf[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-iZf8909RPH[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iZf8909RPH[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iZf8909RPH[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iZf8909RPH[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-iZf8909RPH[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-rz_W9kaRW { font-size: 20px !important;font-weight: 700 !important;color: rgba(2, 197, 139, 1);font-family: Poppins !important;padding-left: 45px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-rz_W9kaRW { font-size: 20px !important;font-weight: 700 !important;color: rgba(2, 197, 139, 1);font-family: Poppins !important;padding-left: 45px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-rz_W9kaRW { font-size: 20px !important;font-weight: 700 !important;color: rgba(2, 197, 139, 1);font-family: Poppins !important;padding-left: 45px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-rz_W9kaRW { font-size: 20px !important;font-weight: 700 !important;color: rgba(2, 197, 139, 1);font-family: Poppins !important;padding-left: 45px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-rz_W9kaRW { font-size: 20px !important;font-weight: 700 !important;color: rgba(2, 197, 139, 1);font-family: Poppins !important;padding-left: 45px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-ReKt4QRPW7 { font-size: 20px !important;font-weight: 700 !important;color: rgba(184, 134, 11, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 45px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-ReKt4QRPW7 { font-size: 20px !important;font-weight: 700 !important;color: rgba(184, 134, 11, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 45px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-ReKt4QRPW7 { font-size: 20px !important;font-weight: 700 !important;color: rgba(184, 134, 11, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 45px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-ReKt4QRPW7 { font-size: 20px !important;font-weight: 700 !important;color: rgba(184, 134, 11, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 45px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ReKt4QRPW7 { font-size: 20px !important;font-weight: 700 !important;color: rgba(184, 134, 11, 1);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 45px; } } @media (max-width: 639px) { .gp-component-id-pVLuiy3_Q9[data-gp-component] { background-color: rgba(184, 134, 11, 0.51);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pVLuiy3_Q9[data-gp-component] { background-color: rgba(184, 134, 11, 0.51);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pVLuiy3_Q9[data-gp-component] { background-color: rgba(184, 134, 11, 0.51);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pVLuiy3_Q9[data-gp-component] { background-color: rgba(184, 134, 11, 0.51);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-pVLuiy3_Q9[data-gp-component] { background-color: rgba(184, 134, 11, 0.51);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-hdzSDLeckFb[data-gp-component] { background-color: rgba(63, 253, 197, 1);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hdzSDLeckFb[data-gp-component] { background-color: rgba(63, 253, 197, 1);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hdzSDLeckFb[data-gp-component] { background-color: rgba(63, 253, 197, 1);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hdzSDLeckFb[data-gp-component] { background-color: rgba(63, 253, 197, 1);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-hdzSDLeckFb[data-gp-component] { background-color: rgba(63, 253, 197, 1);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } .gp-component-id-fRnqYHyYsU { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-fRnqYHyYsU { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fRnqYHyYsU { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fRnqYHyYsU { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fRnqYHyYsU { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-fRnqYHyYsU { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-uLhQ0KBNSQ { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-uLhQ0KBNSQ { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uLhQ0KBNSQ { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uLhQ0KBNSQ { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uLhQ0KBNSQ { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-uLhQ0KBNSQ { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-y4iZ0RI81m { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-y4iZ0RI81m { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-y4iZ0RI81m { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-y4iZ0RI81m { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-y4iZ0RI81m { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-y4iZ0RI81m { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-WxN4dXXq77[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WxN4dXXq77[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WxN4dXXq77[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WxN4dXXq77[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-WxN4dXXq77[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-c0Lojjg7Ki[data-gp-component] { font-size: 20px !important;font-family: "Open Sans" !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-c0Lojjg7Ki[data-gp-component] { font-size: 20px !important;font-family: "Open Sans" !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-c0Lojjg7Ki[data-gp-component] { font-size: 20px !important;font-family: "Open Sans" !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-c0Lojjg7Ki[data-gp-component] { font-size: 20px !important;font-family: "Open Sans" !important; } } @media (min-width: 1200px) { .gp-component-id-c0Lojjg7Ki[data-gp-component] { font-size: 20px !important;font-family: "Open Sans" !important; } } @media (max-width: 639px) { .gp-component-id-CRsI8SX5Tm { font-size: 15px !important;font-weight: inherit !important;color: rgb(173, 183, 194);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CRsI8SX5Tm { font-size: 15px !important;font-weight: inherit !important;color: rgb(173, 183, 194);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CRsI8SX5Tm { font-size: 15px !important;font-weight: inherit !important;color: rgb(173, 183, 194);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CRsI8SX5Tm { font-size: 15px !important;font-weight: inherit !important;color: rgb(173, 183, 194);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-CRsI8SX5Tm { font-size: 15px !important;font-weight: inherit !important;color: rgb(173, 183, 194);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-p3dFAaRhL3 { font-size: 15px !important;font-weight: inherit !important;color: rgb(173, 183, 194);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-p3dFAaRhL3 { font-size: 15px !important;font-weight: inherit !important;color: rgb(173, 183, 194);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-p3dFAaRhL3 { font-size: 15px !important;font-weight: inherit !important;color: rgb(173, 183, 194);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-p3dFAaRhL3 { font-size: 15px !important;font-weight: inherit !important;color: rgb(173, 183, 194);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-p3dFAaRhL3 { font-size: 15px !important;font-weight: inherit !important;color: rgb(173, 183, 194);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-2o6r69j1WG { font-size: 30px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2o6r69j1WG { font-size: 30px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2o6r69j1WG { font-size: 30px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2o6r69j1WG { font-size: 30px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-2o6r69j1WG { font-size: 30px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-JZktscmVn4 { font-size: 30px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-JZktscmVn4 { font-size: 30px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-JZktscmVn4 { font-size: 30px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-JZktscmVn4 { font-size: 30px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-JZktscmVn4 { font-size: 30px !important;font-weight: 700 !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-CdAFXcfOKB { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-CdAFXcfOKB { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-CdAFXcfOKB { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-CdAFXcfOKB { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-CdAFXcfOKB { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-sKSVWLm7P6j { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-sKSVWLm7P6j { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-sKSVWLm7P6j { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-sKSVWLm7P6j { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-sKSVWLm7P6j { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-P12_Xc_DTrT { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-P12_Xc_DTrT { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-P12_Xc_DTrT { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-P12_Xc_DTrT { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-P12_Xc_DTrT { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-TF582o08KsW { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-TF582o08KsW { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-TF582o08KsW { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-TF582o08KsW { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-TF582o08KsW { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-HBNOHg0WGx { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-HBNOHg0WGx { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-HBNOHg0WGx { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-HBNOHg0WGx { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-HBNOHg0WGx { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-8WnZDO0R30 { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8WnZDO0R30 { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8WnZDO0R30 { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8WnZDO0R30 { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (min-width: 1200px) { .gp-component-id-8WnZDO0R30 { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-g6hicGOOFD { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-g6hicGOOFD { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-g6hicGOOFD { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-g6hicGOOFD { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-g6hicGOOFD { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 639px) { .gp-component-id-s2P3GYj3NI[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-s2P3GYj3NI[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-s2P3GYj3NI[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-s2P3GYj3NI[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-s2P3GYj3NI[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } .gp-component-id-DRBxuxmdd5 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-DRBxuxmdd5 { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DRBxuxmdd5 { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DRBxuxmdd5 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DRBxuxmdd5 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-DRBxuxmdd5 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-X2uuyNpsGG { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-X2uuyNpsGG { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-X2uuyNpsGG { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-X2uuyNpsGG { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-X2uuyNpsGG { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-UeuT_yD0D7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UeuT_yD0D7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UeuT_yD0D7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UeuT_yD0D7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-UeuT_yD0D7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-t7AC8vCW6 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-t7AC8vCW6 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-t7AC8vCW6 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-t7AC8vCW6 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-t7AC8vCW6 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-ZQrEL4KgGG { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-ZQrEL4KgGG { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-ZQrEL4KgGG { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-ZQrEL4KgGG { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ZQrEL4KgGG { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-xA5oHVnDDV0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xA5oHVnDDV0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xA5oHVnDDV0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xA5oHVnDDV0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-xA5oHVnDDV0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-Zqq_q405gHV { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Zqq_q405gHV { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Zqq_q405gHV { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Zqq_q405gHV { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-Zqq_q405gHV { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-RbHGo0GMaGj { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-RbHGo0GMaGj { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-RbHGo0GMaGj { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-RbHGo0GMaGj { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-RbHGo0GMaGj { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-7s2la6SrsW0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7s2la6SrsW0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7s2la6SrsW0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7s2la6SrsW0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-7s2la6SrsW0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-J0Iiy10NZp0 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-J0Iiy10NZp0 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-J0Iiy10NZp0 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-J0Iiy10NZp0 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-J0Iiy10NZp0 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-B1Lg89Ciuw { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-B1Lg89Ciuw { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-B1Lg89Ciuw { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-B1Lg89Ciuw { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-B1Lg89Ciuw { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-oFhqF2Pz2Yo[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oFhqF2Pz2Yo[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oFhqF2Pz2Yo[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oFhqF2Pz2Yo[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-oFhqF2Pz2Yo[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-U0xASHjx1If { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-U0xASHjx1If { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-U0xASHjx1If { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-U0xASHjx1If { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (min-width: 1200px) { .gp-component-id-U0xASHjx1If { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-zaQLrY6pSe { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-zaQLrY6pSe { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-zaQLrY6pSe { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-zaQLrY6pSe { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-zaQLrY6pSe { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 639px) { .gp-component-id-L8t3O57E8LB { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-L8t3O57E8LB { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-L8t3O57E8LB { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-L8t3O57E8LB { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-L8t3O57E8LB { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-OsFmuyQvWt { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-OsFmuyQvWt { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-OsFmuyQvWt { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-OsFmuyQvWt { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-OsFmuyQvWt { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-FZMoJOHQCr[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FZMoJOHQCr[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FZMoJOHQCr[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FZMoJOHQCr[data-gp-component] { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-FZMoJOHQCr[data-gp-component] { width: 100%;height: 100%; } } .gp-component-id-p2q7xmHMfI { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-p2q7xmHMfI { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-p2q7xmHMfI { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-p2q7xmHMfI { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-p2q7xmHMfI { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-p2q7xmHMfI { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } .gp-component-id-Li5yWxuAev { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-Li5yWxuAev { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Li5yWxuAev { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Li5yWxuAev { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Li5yWxuAev { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-Li5yWxuAev { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-XiK40ra5Hm[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XiK40ra5Hm[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XiK40ra5Hm[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XiK40ra5Hm[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-XiK40ra5Hm[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-x0fQGN4Zg4[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-x0fQGN4Zg4[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-x0fQGN4Zg4[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-x0fQGN4Zg4[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-x0fQGN4Zg4[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-vRzAKH1zNf { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vRzAKH1zNf { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vRzAKH1zNf { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vRzAKH1zNf { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (min-width: 1200px) { .gp-component-id-vRzAKH1zNf { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-T7B0QZiDq { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-T7B0QZiDq { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-T7B0QZiDq { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-T7B0QZiDq { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-T7B0QZiDq { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 639px) { .gp-component-id-7qs1viOydQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7qs1viOydQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7qs1viOydQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7qs1viOydQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-7qs1viOydQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { .gp-component-id-6nHwF34M1Q[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6nHwF34M1Q[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6nHwF34M1Q[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6nHwF34M1Q[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-6nHwF34M1Q[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-EzN8a0iPtQB { font-size: 20px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 45px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-EzN8a0iPtQB { font-size: 20px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 45px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-EzN8a0iPtQB { font-size: 20px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 45px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-EzN8a0iPtQB { font-size: 20px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 45px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-EzN8a0iPtQB { font-size: 20px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 45px; } } @media (max-width: 639px) { .gp-component-id-PJczFadETl[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PJczFadETl[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PJczFadETl[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PJczFadETl[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-PJczFadETl[data-gp-component] { width: 100%; } } .gp-component-id-W5gaNNedT0 { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-W5gaNNedT0 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-W5gaNNedT0 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-W5gaNNedT0 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-W5gaNNedT0 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-W5gaNNedT0 { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-eooweeSms { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-eooweeSms { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-eooweeSms { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-eooweeSms { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eooweeSms { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-eooweeSms { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-UN0MEMLpbu[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UN0MEMLpbu[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UN0MEMLpbu[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UN0MEMLpbu[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-UN0MEMLpbu[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-vtbrDIv1I0[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vtbrDIv1I0[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vtbrDIv1I0[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vtbrDIv1I0[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-vtbrDIv1I0[data-gp-component] { width: 100%; } } .gp-component-id-51hdsKnbTD { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-51hdsKnbTD { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-51hdsKnbTD { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-51hdsKnbTD { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-51hdsKnbTD { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-51hdsKnbTD { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-J3Tgj5zuyk { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-J3Tgj5zuyk { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-J3Tgj5zuyk { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-J3Tgj5zuyk { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-J3Tgj5zuyk { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-J3Tgj5zuyk { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-peFACP_pxA[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-peFACP_pxA[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-peFACP_pxA[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-peFACP_pxA[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-peFACP_pxA[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-tGaLtTM6yW[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tGaLtTM6yW[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tGaLtTM6yW[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tGaLtTM6yW[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-tGaLtTM6yW[data-gp-component] { width: 100%; } } .gp-component-id-0QhWjzNBR5 { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-0QhWjzNBR5 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0QhWjzNBR5 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0QhWjzNBR5 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0QhWjzNBR5 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-0QhWjzNBR5 { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-GLNpTewJ_0 { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-GLNpTewJ_0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GLNpTewJ_0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GLNpTewJ_0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GLNpTewJ_0 { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-GLNpTewJ_0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-FgVOCQOPev[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FgVOCQOPev[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FgVOCQOPev[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FgVOCQOPev[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-FgVOCQOPev[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-poUS0Il_Jh[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-poUS0Il_Jh[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-poUS0Il_Jh[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-poUS0Il_Jh[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-poUS0Il_Jh[data-gp-component] { width: 100%; } } .gp-component-id-Eugr07oOfJ { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-Eugr07oOfJ { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Eugr07oOfJ { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Eugr07oOfJ { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Eugr07oOfJ { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-Eugr07oOfJ { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-GnnDt4vfLc { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-GnnDt4vfLc { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GnnDt4vfLc { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GnnDt4vfLc { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GnnDt4vfLc { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-GnnDt4vfLc { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-VUlO89KQvH[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VUlO89KQvH[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VUlO89KQvH[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VUlO89KQvH[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-VUlO89KQvH[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-mfAiIfLgAs[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mfAiIfLgAs[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mfAiIfLgAs[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mfAiIfLgAs[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-mfAiIfLgAs[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;max-width: 1200px;position: relative;z-index: 15; } } .gp-component-id-xVq7ddW2M.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-xVq7ddW2M.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xVq7ddW2M.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xVq7ddW2M.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xVq7ddW2M.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-xVq7ddW2M.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 639px) { .gp-component-id-xVq7ddW2M[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xVq7ddW2M[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xVq7ddW2M[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xVq7ddW2M[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-xVq7ddW2M[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } .gp-component-id-hfu83iN0o.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-hfu83iN0o.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hfu83iN0o.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hfu83iN0o.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hfu83iN0o.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-hfu83iN0o.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-_KSALc6toD[data-gp-component] { font-size: 20px !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgba(1, 119, 84, 1);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;position: relative;animation-name: pulse; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_KSALc6toD[data-gp-component] { font-size: 20px !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgba(1, 119, 84, 1);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;position: relative;animation-name: pulse; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_KSALc6toD[data-gp-component] { font-size: 20px !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgba(1, 119, 84, 1);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;position: relative;animation-name: pulse; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_KSALc6toD[data-gp-component] { font-size: 20px !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgba(1, 119, 84, 1);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;position: relative;animation-name: pulse; } } @media (min-width: 1200px) { .gp-component-id-_KSALc6toD[data-gp-component] { font-size: 20px !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgba(1, 119, 84, 1);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;position: relative;animation-name: pulse; } } .gp-component-id-6cuZc9WPo5 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-6cuZc9WPo5 { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6cuZc9WPo5 { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6cuZc9WPo5 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6cuZc9WPo5 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-6cuZc9WPo5 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } .gp-component-id-Sk5R8D_YJZ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-Sk5R8D_YJZ { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Sk5R8D_YJZ { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Sk5R8D_YJZ { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Sk5R8D_YJZ { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-Sk5R8D_YJZ { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } .gp-component-id-0bDeLTd3vr { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-0bDeLTd3vr { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0bDeLTd3vr { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0bDeLTd3vr { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0bDeLTd3vr { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-0bDeLTd3vr { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-SJyP0lx3R4[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SJyP0lx3R4[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SJyP0lx3R4[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SJyP0lx3R4[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-SJyP0lx3R4[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-Hlm1OXNW2w[data-gp-component] { font-size: 20px !important;font-family: "Open Sans" !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Hlm1OXNW2w[data-gp-component] { font-size: 20px !important;font-family: "Open Sans" !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Hlm1OXNW2w[data-gp-component] { font-size: 20px !important;font-family: "Open Sans" !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Hlm1OXNW2w[data-gp-component] { font-size: 20px !important;font-family: "Open Sans" !important; } } @media (min-width: 1200px) { .gp-component-id-Hlm1OXNW2w[data-gp-component] { font-size: 20px !important;font-family: "Open Sans" !important; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Oyuz_dcwQ { font-size: 15px !important;color: rgb(173, 183, 194); } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Oyuz_dcwQ { font-size: 15px !important;color: rgb(173, 183, 194); } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Oyuz_dcwQ { font-size: 15px !important;color: rgb(173, 183, 194); } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Oyuz_dcwQ { font-size: 15px !important;color: rgb(173, 183, 194); } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Oyuz_dcwQ { font-size: 15px !important;color: rgb(173, 183, 194); } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-5x5jlJQV6 { font-size: 30px !important;font-weight: 700 !important; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-5x5jlJQV6 { font-size: 30px !important;font-weight: 700 !important; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-5x5jlJQV6 { font-size: 30px !important;font-weight: 700 !important; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-5x5jlJQV6 { font-size: 30px !important;font-weight: 700 !important; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-5x5jlJQV6 { font-size: 30px !important;font-weight: 700 !important; } } @media (max-width: 639px) { .gp-component-id-jbxyOy8bqn[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jbxyOy8bqn[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jbxyOy8bqn[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jbxyOy8bqn[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-jbxyOy8bqn[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-E2TL0k3m65 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-E2TL0k3m65 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-E2TL0k3m65 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-E2TL0k3m65 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-E2TL0k3m65 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-BCy1js88ndd[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BCy1js88ndd[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BCy1js88ndd[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BCy1js88ndd[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-BCy1js88ndd[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-l1JEELR5aD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-l1JEELR5aD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-l1JEELR5aD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-l1JEELR5aD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-l1JEELR5aD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-fYZlSE6NthR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fYZlSE6NthR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fYZlSE6NthR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fYZlSE6NthR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-fYZlSE6NthR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Vbx2hZqlUC { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Vbx2hZqlUC { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Vbx2hZqlUC { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Vbx2hZqlUC { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Vbx2hZqlUC { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-jhJQphbQbwY[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jhJQphbQbwY[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jhJQphbQbwY[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jhJQphbQbwY[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-jhJQphbQbwY[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-BFIJcUXUUz { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-BFIJcUXUUz { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-BFIJcUXUUz { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-BFIJcUXUUz { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-BFIJcUXUUz { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-EcgFFJZoWU[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EcgFFJZoWU[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EcgFFJZoWU[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EcgFFJZoWU[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-EcgFFJZoWU[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-beX0c0MA7pm { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-beX0c0MA7pm { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-beX0c0MA7pm { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-beX0c0MA7pm { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-beX0c0MA7pm { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-tQuBqyD4kt[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tQuBqyD4kt[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tQuBqyD4kt[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tQuBqyD4kt[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-tQuBqyD4kt[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-ZjtTYpuKC { font-size: 18px !important;font-family: Poppins !important;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-ZjtTYpuKC { font-size: 18px !important;font-family: Poppins !important;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-ZjtTYpuKC { font-size: 18px !important;font-family: Poppins !important;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-ZjtTYpuKC { font-size: 18px !important;font-family: Poppins !important;padding-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ZjtTYpuKC { font-size: 18px !important;font-family: Poppins !important;padding-bottom: 10px; } } @media (max-width: 639px) { .gp-component-id-47Pvsf0cH1[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-47Pvsf0cH1[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-47Pvsf0cH1[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-47Pvsf0cH1[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-47Pvsf0cH1[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } .gp-component-id-g53ZAgSwJB { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-g53ZAgSwJB { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-g53ZAgSwJB { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-g53ZAgSwJB { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-g53ZAgSwJB { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-g53ZAgSwJB { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-_DI2W5uZXn { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-_DI2W5uZXn { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-_DI2W5uZXn { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-_DI2W5uZXn { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-_DI2W5uZXn { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-o4Y2Dj0rNH[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-o4Y2Dj0rNH[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-o4Y2Dj0rNH[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-o4Y2Dj0rNH[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-o4Y2Dj0rNH[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-fia9ruXUOP { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-fia9ruXUOP { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-fia9ruXUOP { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-fia9ruXUOP { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-fia9ruXUOP { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-_6rYk_Hx2ba[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_6rYk_Hx2ba[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_6rYk_Hx2ba[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_6rYk_Hx2ba[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-_6rYk_Hx2ba[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-8yFiKKg0RD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-8yFiKKg0RD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-8yFiKKg0RD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-8yFiKKg0RD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-8yFiKKg0RD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-P4TN8NBDxb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-P4TN8NBDxb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-P4TN8NBDxb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-P4TN8NBDxb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-P4TN8NBDxb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-VhVfaP58mD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-VhVfaP58mD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-VhVfaP58mD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-VhVfaP58mD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-VhVfaP58mD { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-ss0bTZYLUf[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ss0bTZYLUf[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ss0bTZYLUf[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ss0bTZYLUf[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ss0bTZYLUf[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-bL3N9jqalx { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-bL3N9jqalx { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-bL3N9jqalx { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-bL3N9jqalx { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-bL3N9jqalx { font-size: 18px !important;font-weight: inherit !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-ej5cux7ivus { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-ej5cux7ivus { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-ej5cux7ivus { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-ej5cux7ivus { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ej5cux7ivus { font-size: 18px !important;font-weight: inherit !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 30px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-qPFj9_5oj5[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qPFj9_5oj5[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qPFj9_5oj5[data-gp-component] { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qPFj9_5oj5[data-gp-component] { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-qPFj9_5oj5[data-gp-component] { width: 100%;height: 100%; } } .gp-component-id-oMi4V0QLUY { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-oMi4V0QLUY { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oMi4V0QLUY { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oMi4V0QLUY { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oMi4V0QLUY { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-oMi4V0QLUY { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-_da0TzKlrq { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-_da0TzKlrq { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_da0TzKlrq { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_da0TzKlrq { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_da0TzKlrq { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-_da0TzKlrq { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-L0I79X3uNp[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-L0I79X3uNp[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-L0I79X3uNp[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-L0I79X3uNp[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-L0I79X3uNp[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-wbz8gGhEeK[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wbz8gGhEeK[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wbz8gGhEeK[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wbz8gGhEeK[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-wbz8gGhEeK[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-7vWPirXCT { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-7vWPirXCT { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-7vWPirXCT { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-7vWPirXCT { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-7vWPirXCT { font-size: 30px !important;font-weight: 700 !important;font-family: Poppins !important; } } @media (max-width: 639px) { .gp-component-id-0nPpgMNrJgI[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0nPpgMNrJgI[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0nPpgMNrJgI[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0nPpgMNrJgI[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-0nPpgMNrJgI[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (max-width: 639px) { .gp-component-id-0b60eLP_h5S[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0b60eLP_h5S[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0b60eLP_h5S[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0b60eLP_h5S[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0b60eLP_h5S[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-72W5EJi50XM[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-72W5EJi50XM[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-72W5EJi50XM[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-72W5EJi50XM[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-72W5EJi50XM[data-gp-component] { width: 100%; } } .gp-component-id-wxbqsAZgP15 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-wxbqsAZgP15 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wxbqsAZgP15 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wxbqsAZgP15 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wxbqsAZgP15 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-wxbqsAZgP15 { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-WCUvr0WjEC { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-WCUvr0WjEC { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WCUvr0WjEC { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WCUvr0WjEC { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WCUvr0WjEC { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-WCUvr0WjEC { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-ei0ck2fUQT[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ei0ck2fUQT[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ei0ck2fUQT[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ei0ck2fUQT[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-ei0ck2fUQT[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-9q05QGKN86[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9q05QGKN86[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9q05QGKN86[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9q05QGKN86[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-9q05QGKN86[data-gp-component] { width: 100%; } } .gp-component-id-bDSOOH0nf9 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-bDSOOH0nf9 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bDSOOH0nf9 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bDSOOH0nf9 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bDSOOH0nf9 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-bDSOOH0nf9 { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-YpWXbe7s7z { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-YpWXbe7s7z { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YpWXbe7s7z { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YpWXbe7s7z { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YpWXbe7s7z { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-YpWXbe7s7z { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-d9ykmBEBh_[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-d9ykmBEBh_[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-d9ykmBEBh_[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-d9ykmBEBh_[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-d9ykmBEBh_[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-a24RB7o379[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-a24RB7o379[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-a24RB7o379[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-a24RB7o379[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-a24RB7o379[data-gp-component] { width: 100%; } } .gp-component-id-SAk0_XloAw { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-SAk0_XloAw { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SAk0_XloAw { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SAk0_XloAw { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SAk0_XloAw { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-SAk0_XloAw { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-yGZHbt0fZ0 { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-yGZHbt0fZ0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yGZHbt0fZ0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yGZHbt0fZ0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yGZHbt0fZ0 { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-yGZHbt0fZ0 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-sbAMdsWOkR[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sbAMdsWOkR[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sbAMdsWOkR[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sbAMdsWOkR[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-sbAMdsWOkR[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-6F0s5rCHAs[data-gp-component] { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6F0s5rCHAs[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6F0s5rCHAs[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6F0s5rCHAs[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-6F0s5rCHAs[data-gp-component] { width: 100%; } } .gp-component-id-IXbOf0AA7f { padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-IXbOf0AA7f { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IXbOf0AA7f { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IXbOf0AA7f { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IXbOf0AA7f { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-IXbOf0AA7f { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-p2akh6sV_s { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-p2akh6sV_s { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-p2akh6sV_s { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-p2akh6sV_s { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-p2akh6sV_s { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-p2akh6sV_s { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-QqkEs738sW[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QqkEs738sW[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QqkEs738sW[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QqkEs738sW[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-QqkEs738sW[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-CIReT2S3SC[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CIReT2S3SC[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;max-width: 640px;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CIReT2S3SC[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;max-width: 768px;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CIReT2S3SC[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;max-width: 992px;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-CIReT2S3SC[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;max-width: 1200px;z-index: 15;position: relative; } } @media (max-width: 639px) { .gp-component-id-hfu83iN0o[data-gp-component] { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hfu83iN0o[data-gp-component] { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hfu83iN0o[data-gp-component] { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hfu83iN0o[data-gp-component] { min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-hfu83iN0o[data-gp-component] { min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-tuMyzC_sk.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-tuMyzC_sk.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tuMyzC_sk.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tuMyzC_sk.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tuMyzC_sk.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-tuMyzC_sk.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-42QBAYm6id[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-42QBAYm6id[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-42QBAYm6id[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-42QBAYm6id[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-42QBAYm6id[data-gp-component] { border-left-width: 1px;border-left-color: rgb(173, 183, 194);padding-left: 10px;width: 100%;height: 100%; } } @media (max-width: 639px) { .gp-component-id-9gEuPQfIK[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9gEuPQfIK[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9gEuPQfIK[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9gEuPQfIK[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-9gEuPQfIK[data-gp-component] { background-color: rgb(255, 255, 255);padding-top: 20px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-7_GeMQymXF[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7_GeMQymXF[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7_GeMQymXF[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7_GeMQymXF[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-7_GeMQymXF[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-Pw6SbOeGQB[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Pw6SbOeGQB[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Pw6SbOeGQB[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Pw6SbOeGQB[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-Pw6SbOeGQB[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-48dZA67VM6[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-48dZA67VM6[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-48dZA67VM6[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-48dZA67VM6[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-48dZA67VM6[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-q5LsxSYvLC[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-q5LsxSYvLC[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-q5LsxSYvLC[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-q5LsxSYvLC[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-q5LsxSYvLC[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-IhXGro6E2D2[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IhXGro6E2D2[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IhXGro6E2D2[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IhXGro6E2D2[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-IhXGro6E2D2[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-g6OrLvGiMy[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-g6OrLvGiMy[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-g6OrLvGiMy[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-g6OrLvGiMy[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-g6OrLvGiMy[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-7ygvyIreKb[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7ygvyIreKb[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7ygvyIreKb[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7ygvyIreKb[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-7ygvyIreKb[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-4jq9LP5cAW[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4jq9LP5cAW[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4jq9LP5cAW[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4jq9LP5cAW[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-4jq9LP5cAW[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-O2jCOgHeIr[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-O2jCOgHeIr[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-O2jCOgHeIr[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-O2jCOgHeIr[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-O2jCOgHeIr[data-gp-component] { font-size: 20px !important;color: rgba(2, 197, 139, 1);line-height: 1;background-color: transparent;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-MLwm_yBnR84[data-gp-component] { font-size: 20px !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgba(2, 197, 139, 1);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;position: relative;animation-name: pulse; } .gp-component-id-MLwm_yBnR84[data-gp-component]:hover,.gp-component-id-MLwm_yBnR84[data-gp-component].gp-hover { background-color: rgba(2, 197, 139, 1); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MLwm_yBnR84[data-gp-component] { font-size: 20px !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgba(2, 197, 139, 1);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;position: relative;animation-name: pulse; } .gp-component-id-MLwm_yBnR84[data-gp-component]:hover,.gp-component-id-MLwm_yBnR84[data-gp-component].gp-hover { background-color: rgba(2, 197, 139, 1); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MLwm_yBnR84[data-gp-component] { font-size: 20px !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgba(2, 197, 139, 1);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;position: relative;animation-name: pulse; } .gp-component-id-MLwm_yBnR84[data-gp-component]:hover,.gp-component-id-MLwm_yBnR84[data-gp-component].gp-hover { background-color: rgba(2, 197, 139, 1); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MLwm_yBnR84[data-gp-component] { font-size: 20px !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgba(2, 197, 139, 1);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;position: relative;animation-name: pulse; } .gp-component-id-MLwm_yBnR84[data-gp-component]:hover,.gp-component-id-MLwm_yBnR84[data-gp-component].gp-hover { background-color: rgba(2, 197, 139, 1); } } @media (min-width: 1200px) { .gp-component-id-MLwm_yBnR84[data-gp-component] { font-size: 20px !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;border-top-left-radius: 5.6px;border-top-right-radius: 5.6px;border-bottom-left-radius: 5.6px;border-bottom-right-radius: 5.6px;background-color: rgba(2, 197, 139, 1);margin-top: 22px;padding-left: 24px;padding-right: 24px;padding-top: 12px;padding-bottom: 12px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;position: relative;animation-name: pulse; } .gp-component-id-MLwm_yBnR84[data-gp-component]:hover,.gp-component-id-MLwm_yBnR84[data-gp-component].gp-hover { background-color: rgba(2, 197, 139, 1); } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-4Bd0YikM0D { font-size: 20px !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 24px;padding-right: 24px;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-4Bd0YikM0D { font-size: 20px !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-4Bd0YikM0D { font-size: 20px !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 32px;padding-right: 32px;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-4Bd0YikM0D { font-size: 20px !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 80px;padding-right: 80px;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-4Bd0YikM0D { font-size: 20px !important;color: rgb(0, 0, 0);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 128px;padding-right: 128px;box-sizing: border-box;cursor: text; } } @media (max-width: 639px) { .gp-component-id-30ZAeA1bX[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-30ZAeA1bX[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-30ZAeA1bX[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-30ZAeA1bX[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-30ZAeA1bX[data-gp-component] { text-align: center;font-family: Poppins;background-color: rgba(173, 183, 194, 0.09);padding-top: 20px;padding-bottom: 20px;width: 100%; } } .gp-component-id-Oyuz_dcwQ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-Oyuz_dcwQ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Oyuz_dcwQ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Oyuz_dcwQ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Oyuz_dcwQ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-Oyuz_dcwQ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } .gp-component-id-5x5jlJQV6 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-5x5jlJQV6 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5x5jlJQV6 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5x5jlJQV6 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5x5jlJQV6 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-5x5jlJQV6 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 639px) { .gp-component-id-eVnLYAhyO[data-gp-component] { background-color: rgb(208, 239, 229);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-eVnLYAhyO[data-gp-component] { background-color: rgb(208, 239, 229);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-eVnLYAhyO[data-gp-component] { background-color: rgb(208, 239, 229);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eVnLYAhyO[data-gp-component] { background-color: rgb(208, 239, 229);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-eVnLYAhyO[data-gp-component] { background-color: rgb(208, 239, 229);padding-left: 0px;padding-top: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-k3EcnwGTee[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-k3EcnwGTee[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-k3EcnwGTee[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-k3EcnwGTee[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-k3EcnwGTee[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-bottom: 20px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-aj5w9EtLQ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aj5w9EtLQ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aj5w9EtLQ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aj5w9EtLQ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-aj5w9EtLQ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-RcJqkuAKe[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RcJqkuAKe[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RcJqkuAKe[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RcJqkuAKe[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-RcJqkuAKe[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-gFNRz57j7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gFNRz57j7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gFNRz57j7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gFNRz57j7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-gFNRz57j7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-FeCpGtMzR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FeCpGtMzR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FeCpGtMzR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FeCpGtMzR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-FeCpGtMzR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-C_f11bxon[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-C_f11bxon[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-C_f11bxon[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-C_f11bxon[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-C_f11bxon[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } .gp-component-id-ZjtTYpuKC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-ZjtTYpuKC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZjtTYpuKC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZjtTYpuKC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZjtTYpuKC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-ZjtTYpuKC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 639px) { .gp-component-id-kivpiz0Nb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kivpiz0Nb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kivpiz0Nb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kivpiz0Nb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-kivpiz0Nb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-x4R2oBXIO[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-x4R2oBXIO[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-x4R2oBXIO[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-x4R2oBXIO[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-x4R2oBXIO[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-O64hrBpip[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-O64hrBpip[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-O64hrBpip[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-O64hrBpip[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-O64hrBpip[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } .gp-component-id-vrkvXZtSC { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-vrkvXZtSC { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vrkvXZtSC { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vrkvXZtSC { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vrkvXZtSC { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-vrkvXZtSC { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-X_OU5d1zU { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-X_OU5d1zU { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-X_OU5d1zU { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-X_OU5d1zU { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-X_OU5d1zU { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-X_OU5d1zU { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-vDt6xAVPeH { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-vDt6xAVPeH { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vDt6xAVPeH { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vDt6xAVPeH { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vDt6xAVPeH { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-vDt6xAVPeH { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-aU9DjT3exH { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-aU9DjT3exH { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aU9DjT3exH { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aU9DjT3exH { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aU9DjT3exH { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-aU9DjT3exH { height: 100%;width: 100%; } } .gp-component-id-TpV6j174MA { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-TpV6j174MA { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TpV6j174MA { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TpV6j174MA { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TpV6j174MA { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-TpV6j174MA { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-rz_W9kaRW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-rz_W9kaRW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rz_W9kaRW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rz_W9kaRW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rz_W9kaRW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-rz_W9kaRW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-Up2XU2oAL { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } @media (max-width: 639px) { .gp-component-id-Up2XU2oAL { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Up2XU2oAL { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Up2XU2oAL { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Up2XU2oAL { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Up2XU2oAL { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } .gp-component-id-f_1oda8R3 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 32px;max-width: 100%;margin-right: 12px;object-fit: cover;object-position: center center;width: 32px; } @media (max-width: 639px) { .gp-component-id-f_1oda8R3 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 32px;max-width: 100%;margin-right: 12px;object-fit: cover;object-position: center center;width: 32px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-f_1oda8R3 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 32px;max-width: 100%;margin-right: 12px;object-fit: cover;object-position: center center;width: 32px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-f_1oda8R3 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 32px;max-width: 100%;margin-right: 12px;object-fit: cover;object-position: center center;width: 32px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-f_1oda8R3 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 32px;max-width: 100%;margin-right: 12px;object-fit: cover;object-position: center center;width: 32px; } } @media (min-width: 1200px) { .gp-component-id-f_1oda8R3 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 32px;max-width: 100%;margin-right: 12px;object-fit: cover;object-position: center center;width: 32px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-JrnsGo2Ko { font-size: 15px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;border-top-left-radius: 19px;border-top-right-radius: 19px;border-bottom-left-radius: 19px;border-bottom-right-radius: 19px;background-color: rgb(208, 239, 229);padding-left: 5px;padding-right: 5px;padding-top: 5px;padding-bottom: 5px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-JrnsGo2Ko { font-size: 15px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;border-top-left-radius: 19px;border-top-right-radius: 19px;border-bottom-left-radius: 19px;border-bottom-right-radius: 19px;background-color: rgb(208, 239, 229);padding-left: 5px;padding-right: 5px;padding-top: 5px;padding-bottom: 5px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-JrnsGo2Ko { font-size: 15px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;border-top-left-radius: 19px;border-top-right-radius: 19px;border-bottom-left-radius: 19px;border-bottom-right-radius: 19px;background-color: rgb(208, 239, 229);padding-left: 5px;padding-right: 5px;padding-top: 5px;padding-bottom: 5px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-JrnsGo2Ko { font-size: 15px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;border-top-left-radius: 19px;border-top-right-radius: 19px;border-bottom-left-radius: 19px;border-bottom-right-radius: 19px;background-color: rgb(208, 239, 229);padding-left: 5px;padding-right: 5px;padding-top: 5px;padding-bottom: 5px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-JrnsGo2Ko { font-size: 15px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;border-top-left-radius: 19px;border-top-right-radius: 19px;border-bottom-left-radius: 19px;border-bottom-right-radius: 19px;background-color: rgb(208, 239, 229);padding-left: 5px;padding-right: 5px;padding-top: 5px;padding-bottom: 5px; } } .gp-component-id-JrnsGo2Ko { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-JrnsGo2Ko { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JrnsGo2Ko { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JrnsGo2Ko { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JrnsGo2Ko { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-JrnsGo2Ko { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 639px) { .gp-component-id-B2G5MzXUD[data-gp-component] { padding-left: 8px;padding-right: 8px;padding-top: 32px;padding-bottom: 128px;z-index: auto !important;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-B2G5MzXUD[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-top: 32px;padding-bottom: 128px;z-index: auto !important;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-B2G5MzXUD[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-top: 32px;padding-bottom: 128px;z-index: auto !important;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-B2G5MzXUD[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-top: 32px;padding-bottom: 128px;z-index: auto !important;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-B2G5MzXUD[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-top: 32px;padding-bottom: 128px;z-index: auto !important;position: relative;min-height: 50px; } } .gp-component-id-B2G5MzXUD.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;background-color: rgb(240, 240, 240); } @media (max-width: 639px) { .gp-component-id-B2G5MzXUD.gp-component > [data-section-overlay] { background-color: rgba(208, 239, 229, 0.39);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-B2G5MzXUD.gp-component > [data-section-overlay] { background-color: rgba(208, 239, 229, 0.39);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-B2G5MzXUD.gp-component > [data-section-overlay] { background-color: rgba(208, 239, 229, 0.39);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-B2G5MzXUD.gp-component > [data-section-overlay] { background-color: rgba(208, 239, 229, 0.39);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-B2G5MzXUD.gp-component > [data-section-overlay] { background-color: rgba(208, 239, 229, 0.39);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-3M61g1gml[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-left-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 5px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3M61g1gml[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-left-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 5px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3M61g1gml[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-left-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 5px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3M61g1gml[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-left-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 5px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-3M61g1gml[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-left-color: rgb(173, 183, 194);border-right-color: rgb(173, 183, 194);border-top-color: rgb(173, 183, 194);border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 5px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-QT4LhGfTi[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 5px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QT4LhGfTi[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 5px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QT4LhGfTi[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 5px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QT4LhGfTi[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 5px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-QT4LhGfTi[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 5px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-VCjoE09j2[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 2px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VCjoE09j2[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 2px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VCjoE09j2[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 2px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VCjoE09j2[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 2px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-VCjoE09j2[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);border-bottom-width: 1px;border-bottom-color: rgb(173, 183, 194);margin-bottom: 8px;padding-bottom: 2px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-HL8mVFMyt { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-HL8mVFMyt { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-HL8mVFMyt { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-HL8mVFMyt { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;padding-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-HL8mVFMyt { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;padding-bottom: 10px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-02immd8Wxh { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-02immd8Wxh { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-02immd8Wxh { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-02immd8Wxh { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-02immd8Wxh { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-scG_cCxxWp { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-scG_cCxxWp { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-scG_cCxxWp { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-scG_cCxxWp { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-scG_cCxxWp { font-size: 15px !important;font-weight: 600 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 10px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-XyRIUTScM { font-size: 20px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-XyRIUTScM { font-size: 20px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-XyRIUTScM { font-size: 20px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-XyRIUTScM { font-size: 20px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-XyRIUTScM { font-size: 20px !important;font-weight: 700 !important;color: rgb(1, 119, 84);font-family: Poppins !important;padding-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-rhwBsKjNv[data-gp-component] { padding-top: 50px;padding-bottom: 50px;width: 100%;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rhwBsKjNv[data-gp-component] { padding-top: 50px;padding-bottom: 50px;width: 100%;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rhwBsKjNv[data-gp-component] { padding-top: 50px;padding-bottom: 50px;width: 100%;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rhwBsKjNv[data-gp-component] { padding-top: 50px;padding-bottom: 50px;width: 100%;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-rhwBsKjNv[data-gp-component] { padding-top: 50px;padding-bottom: 50px;width: 100%;flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-kRBAsOT5rC[data-gp-component] { border-top-left-radius: 05px;border-top-right-radius: 05px;border-bottom-left-radius: 05px;border-bottom-right-radius: 05px;background-color: rgb(255, 255, 255);padding-left: 30px;padding-right: 30px;padding-top: 30px;width: 100%;height: 100%;display: flex;min-height: 120px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kRBAsOT5rC[data-gp-component] { border-top-left-radius: 05px;border-top-right-radius: 05px;border-bottom-left-radius: 05px;border-bottom-right-radius: 05px;background-color: rgb(255, 255, 255);padding-left: 30px;padding-right: 30px;padding-top: 30px;width: 100%;height: 100%;display: flex;min-height: 120px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kRBAsOT5rC[data-gp-component] { border-top-left-radius: 05px;border-top-right-radius: 05px;border-bottom-left-radius: 05px;border-bottom-right-radius: 05px;background-color: rgb(255, 255, 255);padding-left: 30px;padding-right: 30px;padding-top: 30px;width: 100%;height: 100%;display: flex;min-height: 120px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kRBAsOT5rC[data-gp-component] { border-top-left-radius: 05px;border-top-right-radius: 05px;border-bottom-left-radius: 05px;border-bottom-right-radius: 05px;background-color: rgb(255, 255, 255);padding-left: 30px;padding-right: 30px;padding-top: 30px;width: 100%;height: 100%;display: flex;min-height: 120px; } } @media (min-width: 1200px) { .gp-component-id-kRBAsOT5rC[data-gp-component] { border-top-left-radius: 05px;border-top-right-radius: 05px;border-bottom-left-radius: 05px;border-bottom-right-radius: 05px;background-color: rgb(255, 255, 255);padding-left: 30px;padding-right: 30px;padding-top: 30px;width: 100%;height: 100%;display: flex;min-height: 120px; } } .gp-component-id-HL8mVFMyt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-HL8mVFMyt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HL8mVFMyt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HL8mVFMyt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HL8mVFMyt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-HL8mVFMyt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-M7W1o4O_O { width: 100%; } @media (max-width: 639px) { .gp-component-id-M7W1o4O_O { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-M7W1o4O_O { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-M7W1o4O_O { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-M7W1o4O_O { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-M7W1o4O_O { width: 100%; } } @media (max-width: 639px) { .gp-component-id-yk8st3uRlv { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yk8st3uRlv { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yk8st3uRlv { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yk8st3uRlv { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (min-width: 1200px) { .gp-component-id-yk8st3uRlv { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-a02nSGWRTK { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-a02nSGWRTK { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-a02nSGWRTK { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-a02nSGWRTK { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-a02nSGWRTK { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (max-width: 639px) { .gp-component-id-LNy1_q3Sqd[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LNy1_q3Sqd[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LNy1_q3Sqd[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LNy1_q3Sqd[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-LNy1_q3Sqd[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (max-width: 639px) { .gp-component-id-L8bMmVn1FN { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-L8bMmVn1FN { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-L8bMmVn1FN { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-L8bMmVn1FN { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (min-width: 1200px) { .gp-component-id-L8bMmVn1FN { font-size: 18px !important;font-family: "Crimson Pro" !important; } } @media (max-width: 639px) { .gp-component-id-4GeEiL4Ojk[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4GeEiL4Ojk[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4GeEiL4Ojk[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4GeEiL4Ojk[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-4GeEiL4Ojk[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 12px;width: 32px;height: 32px;max-width: 100%;object-position: center center;object-fit: cover; } } .gp-component-id-Mw0d1Pk33 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 32px;max-width: 100%;margin-right: 12px;object-fit: cover;object-position: center center;width: 32px; } @media (max-width: 639px) { .gp-component-id-Mw0d1Pk33 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 32px;max-width: 100%;margin-right: 12px;object-fit: cover;object-position: center center;width: 32px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Mw0d1Pk33 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 32px;max-width: 100%;margin-right: 12px;object-fit: cover;object-position: center center;width: 32px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Mw0d1Pk33 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 32px;max-width: 100%;margin-right: 12px;object-fit: cover;object-position: center center;width: 32px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Mw0d1Pk33 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 32px;max-width: 100%;margin-right: 12px;object-fit: cover;object-position: center center;width: 32px; } } @media (min-width: 1200px) { .gp-component-id-Mw0d1Pk33 { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 32px;max-width: 100%;margin-right: 12px;object-fit: cover;object-position: center center;width: 32px; } } .gp-component-id-XyRIUTScM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-XyRIUTScM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XyRIUTScM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XyRIUTScM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XyRIUTScM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-XyRIUTScM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-_Ctlgp_mmN { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-_Ctlgp_mmN { color: rgb(120, 136, 155);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_Ctlgp_mmN { color: rgb(120, 136, 155);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_Ctlgp_mmN { color: rgb(120, 136, 155);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_Ctlgp_mmN { color: rgb(120, 136, 155);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-_Ctlgp_mmN { color: rgb(120, 136, 155);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-HOFUUwVUy { color: rgb(120, 136, 155);text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-HOFUUwVUy { color: rgb(120, 136, 155); } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-HOFUUwVUy { color: rgb(120, 136, 155); } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-HOFUUwVUy { color: rgb(120, 136, 155); } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-HOFUUwVUy { color: rgb(120, 136, 155); } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-UAYJndzgOS { font-size: 25px !important;font-weight: 700 !important;color: rgba(1, 119, 84, 1);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-UAYJndzgOS { font-size: 30px !important;font-weight: 700 !important;color: rgba(1, 119, 84, 1);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-UAYJndzgOS { font-size: 30px !important;font-weight: 700 !important;color: rgba(1, 119, 84, 1);text-align: left;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-UAYJndzgOS { font-size: 40px !important;font-weight: 700 !important;color: rgba(1, 119, 84, 1);text-align: left;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-UAYJndzgOS { font-size: 40px !important;font-weight: 700 !important;color: rgba(1, 119, 84, 1);text-align: left;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-1U5UTE2jUh { font-size: 25px !important;font-weight: 700 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-1U5UTE2jUh { font-size: 30px !important;font-weight: 700 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-1U5UTE2jUh { font-size: 30px !important;font-weight: 700 !important;text-align: left;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-1U5UTE2jUh { font-size: 40px !important;font-weight: 700 !important;text-align: left;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-1U5UTE2jUh { font-size: 40px !important;font-weight: 700 !important;text-align: left;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-0ObvcqZvdyk[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);background-color: rgba(119, 1, 36, 0.12);padding-left: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0ObvcqZvdyk[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);background-color: rgba(119, 1, 36, 0.12);padding-left: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0ObvcqZvdyk[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);background-color: rgba(119, 1, 36, 0.12);padding-left: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0ObvcqZvdyk[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);background-color: rgba(119, 1, 36, 0.12);padding-left: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0ObvcqZvdyk[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(211, 216, 222);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);background-color: rgba(119, 1, 36, 0.12);padding-left: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-naew5eaEz[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 32px;height: auto;max-width: null;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-naew5eaEz[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 32px;height: auto;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-naew5eaEz[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 0px;height: 77%;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-naew5eaEz[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 0px;height: 77%;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-naew5eaEz[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 0px;height: 77%;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-GkOpq4_Zx { font-size: 16px !important;font-weight: 400 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 16px;margin-bottom: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-GkOpq4_Zx { font-size: 18px !important;font-weight: 400 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 16px;margin-bottom: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-GkOpq4_Zx { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 16px;margin-bottom: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-GkOpq4_Zx { font-size: 20px !important;font-weight: 400 !important;text-align: left;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 16px;margin-bottom: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-GkOpq4_Zx { font-size: 20px !important;font-weight: 400 !important;text-align: left;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 16px;margin-bottom: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box; } } @media (max-width: 639px) { .gp-component-id-ELdnOfqDMl[data-gp-component] { width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ELdnOfqDMl[data-gp-component] { width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ELdnOfqDMl[data-gp-component] { width: null;height: auto;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ELdnOfqDMl[data-gp-component] { width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ELdnOfqDMl[data-gp-component] { width: 100%;height: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-purql5AK0[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-purql5AK0[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-purql5AK0[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-purql5AK0[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: 100%;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-purql5AK0[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: 100%;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-A4H8f6F08 { font-size: 18px !important;color: rgb(0, 0, 0);font-family: Poppins !important; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-A4H8f6F08 { font-size: 18px !important;color: rgb(0, 0, 0);font-family: Poppins !important; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-A4H8f6F08 { font-size: 18px !important;color: rgb(0, 0, 0);text-align: center;font-family: Poppins !important; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-A4H8f6F08 { font-size: 18px !important;color: rgb(0, 0, 0);font-family: Poppins !important; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-A4H8f6F08 { font-size: 18px !important;color: rgb(0, 0, 0);font-family: Poppins !important; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-_2KW_ls0RD { font-size: 25px !important;font-weight: 700 !important;color: rgb(119, 1, 36);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-_2KW_ls0RD { font-size: 30px !important;font-weight: 700 !important;color: rgb(119, 1, 36);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-_2KW_ls0RD { font-size: 40px !important;font-weight: 700 !important;color: rgb(119, 1, 36);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-_2KW_ls0RD { font-size: 40px !important;font-weight: 700 !important;color: rgb(119, 1, 36);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-_2KW_ls0RD { font-size: 40px !important;font-weight: 700 !important;color: rgb(119, 1, 36);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word;box-sizing: border-box;cursor: text; } } @media (max-width: 639px) { .gp-component-id-3_j0z9mPBy[data-gp-component] { border-left-width: 2px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(119, 1, 36);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-top: 0px;padding-left: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3_j0z9mPBy[data-gp-component] { border-left-width: 2px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(119, 1, 36);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-top: 0px;margin-bottom: 20px;padding-left: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3_j0z9mPBy[data-gp-component] { border-left-width: 2px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(119, 1, 36);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-top: 0px;padding-left: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3_j0z9mPBy[data-gp-component] { border-left-width: 2px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(119, 1, 36);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-top: 0px;padding-left: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-3_j0z9mPBy[data-gp-component] { border-left-width: 2px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(119, 1, 36);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-top: 0px;padding-left: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-ox9_FhdEk4[data-gp-component] { border-left-width: 2px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(119, 1, 36);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-top: 20px;margin-bottom: 20px;padding-left: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ox9_FhdEk4[data-gp-component] { border-left-width: 2px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(119, 1, 36);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-top: 20px;margin-bottom: 20px;padding-left: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ox9_FhdEk4[data-gp-component] { border-left-width: 2px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(119, 1, 36);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-top: 20px;padding-left: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ox9_FhdEk4[data-gp-component] { border-left-width: 2px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(119, 1, 36);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-top: 20px;padding-left: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ox9_FhdEk4[data-gp-component] { border-left-width: 2px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(119, 1, 36);border-right-color: rgb(211, 216, 222);border-top-color: rgb(211, 216, 222);border-bottom-color: rgb(211, 216, 222);margin-top: 20px;padding-left: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-_uLqfBR6q0R[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;margin-bottom: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_uLqfBR6q0R[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;margin-bottom: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_uLqfBR6q0R[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_uLqfBR6q0R[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-_uLqfBR6q0R[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-60B7uMCPVk[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;margin-bottom: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-60B7uMCPVk[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;margin-bottom: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-60B7uMCPVk[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-60B7uMCPVk[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-60B7uMCPVk[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-CXJzEH7z97[data-gp-component] { border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;margin-bottom: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CXJzEH7z97[data-gp-component] { border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;margin-bottom: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CXJzEH7z97[data-gp-component] { border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CXJzEH7z97[data-gp-component] { border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-CXJzEH7z97[data-gp-component] { border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-X0Emv5VtNb[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(120, 136, 155);border-right-color: rgb(120, 136, 155);border-top-color: rgb(120, 136, 155);border-bottom-color: rgb(120, 136, 155);margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-X0Emv5VtNb[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(120, 136, 155);border-right-color: rgb(120, 136, 155);border-top-color: rgb(120, 136, 155);border-bottom-color: rgb(120, 136, 155);margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-X0Emv5VtNb[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(120, 136, 155);border-right-color: rgb(120, 136, 155);border-top-color: rgb(120, 136, 155);border-bottom-color: rgb(120, 136, 155);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-X0Emv5VtNb[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(120, 136, 155);border-right-color: rgb(120, 136, 155);border-top-color: rgb(120, 136, 155);border-bottom-color: rgb(120, 136, 155);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-X0Emv5VtNb[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(120, 136, 155);border-right-color: rgb(120, 136, 155);border-top-color: rgb(120, 136, 155);border-bottom-color: rgb(120, 136, 155);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 639px) { .gp-component-id-bhtE4McsSP[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(120, 136, 155);border-right-color: rgb(120, 136, 155);border-top-color: rgb(120, 136, 155);border-bottom-color: rgb(120, 136, 155);margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bhtE4McsSP[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(120, 136, 155);border-right-color: rgb(120, 136, 155);border-top-color: rgb(120, 136, 155);border-bottom-color: rgb(120, 136, 155);margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bhtE4McsSP[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(120, 136, 155);border-right-color: rgb(120, 136, 155);border-top-color: rgb(120, 136, 155);border-bottom-color: rgb(120, 136, 155);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bhtE4McsSP[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(120, 136, 155);border-right-color: rgb(120, 136, 155);border-top-color: rgb(120, 136, 155);border-bottom-color: rgb(120, 136, 155);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-bhtE4McsSP[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(120, 136, 155);border-right-color: rgb(120, 136, 155);border-top-color: rgb(120, 136, 155);border-bottom-color: rgb(120, 136, 155);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-G_EfN3SH2 { font-size: 30px !important;font-weight: 700 !important;color: rgb(0, 0, 0);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-G_EfN3SH2 { font-size: 40px !important;font-weight: 700 !important;color: rgb(0, 0, 0);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-G_EfN3SH2 { font-size: 40px !important;font-weight: 700 !important;color: rgb(0, 0, 0);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-G_EfN3SH2 { font-size: 40px !important;font-weight: 700 !important;color: rgb(0, 0, 0);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-G_EfN3SH2 { font-size: 40px !important;font-weight: 700 !important;color: rgb(0, 0, 0);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-bLoZHCjRpf { font-size: 18px !important;color: rgb(211, 216, 222);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 24px;padding-right: 24px;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-bLoZHCjRpf { font-size: 20px !important;color: rgb(211, 216, 222);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-bLoZHCjRpf { font-size: 20px !important;color: rgb(211, 216, 222);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 32px;padding-right: 32px;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-bLoZHCjRpf { font-size: 20px !important;color: rgb(211, 216, 222);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 80px;padding-right: 80px;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-bLoZHCjRpf { font-size: 20px !important;color: rgb(211, 216, 222);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 128px;padding-right: 128px;box-sizing: border-box;cursor: text; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Z0uA6Jvceg { font-size: 30px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Z0uA6Jvceg { font-size: 40px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Z0uA6Jvceg { font-size: 40px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Z0uA6Jvceg { font-size: 40px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Z0uA6Jvceg { font-size: 40px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-L5zKGTAvKW { font-size: 18px !important;font-weight: inherit !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-L5zKGTAvKW { font-size: 18px !important;font-weight: inherit !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-L5zKGTAvKW { font-size: 18px !important;font-weight: inherit !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-L5zKGTAvKW { font-size: 18px !important;font-weight: inherit !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-L5zKGTAvKW { font-size: 18px !important;font-weight: inherit !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-XGZBFP0eYZ { font-size: 18px !important;color: rgb(211, 216, 222);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 48px;padding-left: 24px;padding-right: 24px;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-XGZBFP0eYZ { font-size: 20px !important;color: rgb(211, 216, 222);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 48px;padding-left: 16px;padding-right: 16px;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-XGZBFP0eYZ { font-size: 20px !important;color: rgb(211, 216, 222);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 48px;padding-left: 32px;padding-right: 32px;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-XGZBFP0eYZ { font-size: 20px !important;color: rgb(211, 216, 222);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 48px;padding-left: 80px;padding-right: 80px;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-XGZBFP0eYZ { font-size: 20px !important;color: rgb(211, 216, 222);text-align: center;line-height: 1.5;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 48px;padding-left: 128px;padding-right: 128px;box-sizing: border-box;cursor: text; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-lakMLWqiGo { font-size: 30px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-lakMLWqiGo { font-size: 40px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-lakMLWqiGo { font-size: 40px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-lakMLWqiGo { font-size: 40px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-lakMLWqiGo { font-size: 40px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-VMwS0cq09B { font-size: 25px !important;font-weight: 700 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-VMwS0cq09B { font-size: 40px !important;font-weight: 700 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-VMwS0cq09B { font-size: 40px !important;font-weight: 700 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-VMwS0cq09B { font-size: 40px !important;font-weight: 700 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-VMwS0cq09B { font-size: 40px !important;font-weight: 700 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;cursor: text;box-sizing: border-box;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-0Kp7GeFbUi { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-0Kp7GeFbUi { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-0Kp7GeFbUi { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-0Kp7GeFbUi { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-0Kp7GeFbUi { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-9x80WSVhiI { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-9x80WSVhiI { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-9x80WSVhiI { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-9x80WSVhiI { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-9x80WSVhiI { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-g3N2b7RxjH { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-g3N2b7RxjH { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-g3N2b7RxjH { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-g3N2b7RxjH { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-g3N2b7RxjH { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-3HOhAI4JVu { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-3HOhAI4JVu { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-3HOhAI4JVu { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-3HOhAI4JVu { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-3HOhAI4JVu { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-yVQD7D8kI0 { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-yVQD7D8kI0 { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-yVQD7D8kI0 { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-yVQD7D8kI0 { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-yVQD7D8kI0 { font-size: 18px !important;font-weight: 400 !important;text-align: left;font-family: Crimson Text;margin-left: 12px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-1IUWnaIrw[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 44px;padding-bottom: 44px;position: relative;z-index: 10; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1IUWnaIrw[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 44px;padding-bottom: 44px;position: relative;z-index: 10; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1IUWnaIrw[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 44px;padding-bottom: 44px;position: relative;z-index: 10; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1IUWnaIrw[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 44px;padding-bottom: 44px;position: relative;z-index: 10; } } @media (min-width: 1200px) { .gp-component-id-1IUWnaIrw[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 44px;padding-bottom: 44px;position: relative;z-index: 10; } } .gp-component-id-Nmop2voJUm { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-Nmop2voJUm { font-size: inherit;font-weight: inherit;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Nmop2voJUm { font-size: inherit;font-weight: inherit;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Nmop2voJUm { font-size: inherit;font-weight: inherit;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Nmop2voJUm { font-size: inherit;font-weight: inherit;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-Nmop2voJUm { font-size: inherit;font-weight: inherit;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-MKJVdJVjD { color: rgb(255, 255, 255); } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-MKJVdJVjD { color: rgb(255, 255, 255); } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-MKJVdJVjD { color: rgb(255, 255, 255); } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-MKJVdJVjD { color: rgb(255, 255, 255); } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-MKJVdJVjD { color: rgb(255, 255, 255); } } .gp-component-id-nniph2Uucm.gp-component > [data-section-overlay] { background-color: rgb(37, 39, 48);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-nniph2Uucm.gp-component > [data-section-overlay] { background-color: rgb(37, 39, 48);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nniph2Uucm.gp-component > [data-section-overlay] { background-color: rgb(37, 39, 48);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nniph2Uucm.gp-component > [data-section-overlay] { background-color: rgb(37, 39, 48);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nniph2Uucm.gp-component > [data-section-overlay] { background-color: rgb(37, 39, 48);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-nniph2Uucm.gp-component > [data-section-overlay] { background-color: rgb(37, 39, 48);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-RVx40bAbIg[data-gp-component] { font-size: 18px !important;font-weight: 300;color: rgb(255, 255, 255);text-align: center;letter-spacing: 0.05em;font-family: "Titillium Web", sans-serif;background-color: transparent;cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RVx40bAbIg[data-gp-component] { font-size: 18px !important;font-weight: 300;color: rgb(255, 255, 255);text-align: center;letter-spacing: 0.05em;font-family: "Titillium Web", sans-serif;background-color: transparent;cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RVx40bAbIg[data-gp-component] { font-size: 18px !important;font-weight: 300;color: rgb(255, 255, 255);text-align: left;letter-spacing: 0.05em;font-family: "Titillium Web", sans-serif;background-color: transparent;cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RVx40bAbIg[data-gp-component] { font-size: 18px !important;font-weight: 300;color: rgb(255, 255, 255);text-align: left;letter-spacing: 0.05em;font-family: "Titillium Web", sans-serif;background-color: transparent;cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-RVx40bAbIg[data-gp-component] { font-size: 18px !important;font-weight: 300;color: rgb(255, 255, 255);text-align: left;letter-spacing: 0.05em;font-family: "Titillium Web", sans-serif;background-color: transparent;cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial; } } .gp-component-id-X_flEiQ0a { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-X_flEiQ0a { font-size: inherit;font-weight: inherit;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-X_flEiQ0a { font-size: inherit;font-weight: inherit;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-X_flEiQ0a { font-size: inherit;font-weight: inherit;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-X_flEiQ0a { font-size: inherit;font-weight: inherit;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-X_flEiQ0a { font-size: inherit;font-weight: inherit;color: rgb(255, 255, 255);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-dRQzvzVSE { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-dRQzvzVSE { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-dRQzvzVSE { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-dRQzvzVSE { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-dRQzvzVSE { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Vy0zqSe2Y { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Vy0zqSe2Y { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Vy0zqSe2Y { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Vy0zqSe2Y { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Vy0zqSe2Y { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-EOhzzWK_U { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-EOhzzWK_U { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-EOhzzWK_U { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-EOhzzWK_U { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-EOhzzWK_U { font-size: 18px !important;font-weight: 700;text-align: center;font-family: Poppins; } } .gp-component-id-dRQzvzVSE { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-dRQzvzVSE { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dRQzvzVSE { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dRQzvzVSE { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dRQzvzVSE { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-dRQzvzVSE { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-Vy0zqSe2Y { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-Vy0zqSe2Y { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Vy0zqSe2Y { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Vy0zqSe2Y { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Vy0zqSe2Y { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-Vy0zqSe2Y { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-EOhzzWK_U { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-EOhzzWK_U { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EOhzzWK_U { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EOhzzWK_U { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EOhzzWK_U { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-EOhzzWK_U { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 639px) { .gp-component-id-gvv0hU2mo2[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(120, 136, 155, 1);border-right-color: rgba(120, 136, 155, 1);border-top-color: rgba(120, 136, 155, 1);border-bottom-color: rgba(120, 136, 155, 1);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gvv0hU2mo2[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(120, 136, 155, 1);border-right-color: rgba(120, 136, 155, 1);border-top-color: rgba(120, 136, 155, 1);border-bottom-color: rgba(120, 136, 155, 1);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gvv0hU2mo2[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(120, 136, 155, 1);border-right-color: rgba(120, 136, 155, 1);border-top-color: rgba(120, 136, 155, 1);border-bottom-color: rgba(120, 136, 155, 1);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gvv0hU2mo2[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(120, 136, 155, 1);border-right-color: rgba(120, 136, 155, 1);border-top-color: rgba(120, 136, 155, 1);border-bottom-color: rgba(120, 136, 155, 1);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-gvv0hU2mo2[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(120, 136, 155, 1);border-right-color: rgba(120, 136, 155, 1);border-top-color: rgba(120, 136, 155, 1);border-bottom-color: rgba(120, 136, 155, 1);padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } .gp-component-id-ezU3h0Lot { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-ezU3h0Lot { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ezU3h0Lot { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ezU3h0Lot { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ezU3h0Lot { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-ezU3h0Lot { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-MdbZTCJid { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-MdbZTCJid { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MdbZTCJid { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MdbZTCJid { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MdbZTCJid { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-MdbZTCJid { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-3XxXluhcc4 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-3XxXluhcc4 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3XxXluhcc4 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3XxXluhcc4 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3XxXluhcc4 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-3XxXluhcc4 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } .gp-component-id-gEj70uexo0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-gEj70uexo0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gEj70uexo0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gEj70uexo0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gEj70uexo0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-gEj70uexo0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } .gp-component-id-0dZCFCJqiV { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-0dZCFCJqiV { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0dZCFCJqiV { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0dZCFCJqiV { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0dZCFCJqiV { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-0dZCFCJqiV { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-8Jfuijo5V[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 48px;position: relative;z-index: 10; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8Jfuijo5V[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 48px;position: relative;z-index: 10; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8Jfuijo5V[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 96px;padding-bottom: 96px;position: relative;z-index: 10; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8Jfuijo5V[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 96px;padding-bottom: 96px;position: relative;z-index: 10; } } @media (min-width: 1200px) { .gp-component-id-8Jfuijo5V[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 96px;padding-bottom: 96px;position: relative;z-index: 10; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-2xt2oCswo { font-size: 18px !important;color: rgba(0, 0, 0, 1);font-family: Poppins !important; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-2xt2oCswo { font-size: 18px !important;color: rgba(0, 0, 0, 1);font-family: Poppins !important; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-2xt2oCswo { font-size: 18px !important;color: rgba(0, 0, 0, 1);font-family: Poppins !important; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-2xt2oCswo { font-size: 18px !important;color: rgba(0, 0, 0, 1);font-family: Poppins !important; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-2xt2oCswo { font-size: 18px !important;color: rgba(0, 0, 0, 1);font-family: Poppins !important; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-JlNt0c0na { font-size: 18px !important;color: rgba(0, 0, 0, 1);text-align: center;font-family: Poppins !important; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-JlNt0c0na { font-size: 18px !important;color: rgba(0, 0, 0, 1);text-align: center;font-family: Poppins !important; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-JlNt0c0na { font-size: 18px !important;color: rgba(0, 0, 0, 1);text-align: center;font-family: Poppins !important; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-JlNt0c0na { font-size: 18px !important;color: rgba(0, 0, 0, 1);text-align: center;font-family: Poppins !important; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-JlNt0c0na { font-size: 18px !important;color: rgba(0, 0, 0, 1);text-align: center;font-family: Poppins !important; } } .gp-component-id-BxeyOncZ1V { font-weight: inherit;font-size: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-BxeyOncZ1V { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BxeyOncZ1V { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BxeyOncZ1V { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BxeyOncZ1V { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-BxeyOncZ1V { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-7hKupurtm0[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7hKupurtm0[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7hKupurtm0[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7hKupurtm0[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-7hKupurtm0[data-gp-component] { text-align: center;border-left-width: 2px;border-right-width: 2px;border-top-width: 2px;border-bottom-width: 2px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } .gp-component-id-3EIwQagkwI { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-3EIwQagkwI { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3EIwQagkwI { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3EIwQagkwI { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3EIwQagkwI { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-3EIwQagkwI { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-NdQmLgroEJ { font-weight: inherit;font-size: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-NdQmLgroEJ { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NdQmLgroEJ { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NdQmLgroEJ { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NdQmLgroEJ { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-NdQmLgroEJ { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } .gp-component-id-7wcrZDSDWcR { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-7wcrZDSDWcR { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7wcrZDSDWcR { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7wcrZDSDWcR { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7wcrZDSDWcR { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-7wcrZDSDWcR { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-IWB5rogDMc9 { font-weight: inherit;font-size: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-IWB5rogDMc9 { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IWB5rogDMc9 { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IWB5rogDMc9 { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IWB5rogDMc9 { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-IWB5rogDMc9 { font-size: 18px !important;font-weight: inherit;color: rgb(255, 255, 255);font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } .gp-component-id-gnvgGd0rMq { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-gnvgGd0rMq { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gnvgGd0rMq { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gnvgGd0rMq { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gnvgGd0rMq { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-gnvgGd0rMq { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-csoJMLHmzX { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-csoJMLHmzX { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-csoJMLHmzX { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-csoJMLHmzX { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-csoJMLHmzX { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-csoJMLHmzX { padding-left: 8px;padding-right: 8px;width: 25%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-g5tnv9XrCg { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-g5tnv9XrCg { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-g5tnv9XrCg { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-g5tnv9XrCg { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-g5tnv9XrCg { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-g5tnv9XrCg { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-z4moDMypTV[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-z4moDMypTV[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-z4moDMypTV[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-z4moDMypTV[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-z4moDMypTV[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-ATO46W0Gwc[data-gp-component] { margin-left: auto;margin-right: auto;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ATO46W0Gwc[data-gp-component] { margin-left: auto;margin-right: auto;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ATO46W0Gwc[data-gp-component] { margin-left: auto;margin-right: auto;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ATO46W0Gwc[data-gp-component] { margin-left: auto;margin-right: auto;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ATO46W0Gwc[data-gp-component] { margin-left: auto;margin-right: auto;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-8GiIM3y4w1 { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer; } @media (max-width: 639px) { .gp-component-id-8GiIM3y4w1 { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8GiIM3y4w1 { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8GiIM3y4w1 { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8GiIM3y4w1 { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-8GiIM3y4w1 { background-color: transparent;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-4_KhhqXva[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 48px;position: relative;z-index: 10; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4_KhhqXva[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 48px;position: relative;z-index: 10; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4_KhhqXva[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 96px;padding-bottom: 96px;position: relative;z-index: 10; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4_KhhqXva[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 96px;padding-bottom: 96px;position: relative;z-index: 10; } } @media (min-width: 1200px) { .gp-component-id-4_KhhqXva[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-top: 96px;padding-bottom: 96px;position: relative;z-index: 10; } } @media (max-width: 639px) { .gp-component-id-Kghnm9gX9H { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Kghnm9gX9H { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Kghnm9gX9H { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Kghnm9gX9H { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-Kghnm9gX9H { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-k0Kig9U6u8 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-k0Kig9U6u8 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-k0Kig9U6u8 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-k0Kig9U6u8 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-k0Kig9U6u8 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 639px) { .gp-component-id-6xOW1jeEHG[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6xOW1jeEHG[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6xOW1jeEHG[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6xOW1jeEHG[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-6xOW1jeEHG[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-XxGXgDkr0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XxGXgDkr0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XxGXgDkr0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XxGXgDkr0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-XxGXgDkr0[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-982T4Wosp[data-gp-component] { margin-top: 40px;z-index: auto !important;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-982T4Wosp[data-gp-component] { margin-top: 40px;z-index: auto !important;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-982T4Wosp[data-gp-component] { margin-top: 40px;z-index: auto !important;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-982T4Wosp[data-gp-component] { margin-top: 40px;z-index: auto !important;position: relative; } } @media (min-width: 1200px) { .gp-component-id-982T4Wosp[data-gp-component] { margin-top: 40px;z-index: auto !important;position: relative; } } .gp-component-id-982T4Wosp.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;background-color: rgb(255, 255, 255); } @media (max-width: 639px) { .gp-component-id-982T4Wosp.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-982T4Wosp.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-982T4Wosp.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-982T4Wosp.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-982T4Wosp.gp-component > [data-section-overlay] { background-color: rgb(255, 255, 255);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } .gp-component-id-nUQ7l0Not.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-nUQ7l0Not.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nUQ7l0Not.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nUQ7l0Not.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nUQ7l0Not.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-nUQ7l0Not.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-qWqDRjVpJb7 { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-qWqDRjVpJb7 { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-qWqDRjVpJb7 { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-qWqDRjVpJb7 { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-qWqDRjVpJb7 { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-HmqcnRmFdmw { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-HmqcnRmFdmw { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-HmqcnRmFdmw { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-HmqcnRmFdmw { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-HmqcnRmFdmw { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-S9V_WP8yMes { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;margin-top: 12px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-S9V_WP8yMes { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;margin-top: 12px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-S9V_WP8yMes { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;margin-top: 24px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-S9V_WP8yMes { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;margin-top: 24px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-S9V_WP8yMes { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;margin-top: 24px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-sZvub3GEJBL { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;border-left-style: none;border-right-style: none;border-top-style: none;border-bottom-style: none;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;margin-top: 12px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-sZvub3GEJBL { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;border-left-style: none;border-right-style: none;border-top-style: none;border-bottom-style: none;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;margin-top: 12px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-sZvub3GEJBL { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;border-left-style: none;border-right-style: none;border-top-style: none;border-bottom-style: none;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;margin-top: 24px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-sZvub3GEJBL { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;border-left-style: none;border-right-style: none;border-top-style: none;border-bottom-style: none;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;margin-top: 24px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-sZvub3GEJBL { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;border-left-style: none;border-right-style: none;border-top-style: none;border-bottom-style: none;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;margin-top: 24px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-p7ANxsfiSB { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;margin-top: 12px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-p7ANxsfiSB { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;margin-top: 12px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-p7ANxsfiSB { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;margin-top: 24px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-p7ANxsfiSB { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;margin-top: 24px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-p7ANxsfiSB { font-size: 18px;font-weight: 300;color: rgb(32, 45, 60);font-family: Crimson Text;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-top: 24px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-AiUzC5neaL { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-AiUzC5neaL { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-AiUzC5neaL { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-AiUzC5neaL { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-AiUzC5neaL { font-size: 30px;font-weight: 600;color: rgb(32, 45, 60);font-family: Poppins;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-sFfshmQAO { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sFfshmQAO { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sFfshmQAO { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sFfshmQAO { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-sFfshmQAO { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-oR016umyq9 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-oR016umyq9 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-oR016umyq9 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-oR016umyq9 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-oR016umyq9 { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-S4JlgxGJ0f { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-S4JlgxGJ0f { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-S4JlgxGJ0f { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-S4JlgxGJ0f { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-S4JlgxGJ0f { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-VOul0XnRX { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-VOul0XnRX { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-VOul0XnRX { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-VOul0XnRX { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-VOul0XnRX { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-6BbF1OJmok { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6BbF1OJmok { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6BbF1OJmok { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6BbF1OJmok { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-6BbF1OJmok { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-OED7wuPsCC { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OED7wuPsCC { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OED7wuPsCC { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OED7wuPsCC { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-OED7wuPsCC { font-size: 15px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-10l1_1VkXZ[data-gp-component] { padding-top: 40px;padding-bottom: 50px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-10l1_1VkXZ[data-gp-component] { padding-top: 40px;padding-bottom: 50px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-10l1_1VkXZ[data-gp-component] { padding-top: 40px;padding-bottom: 50px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-10l1_1VkXZ[data-gp-component] { padding-top: 40px;padding-bottom: 50px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-10l1_1VkXZ[data-gp-component] { padding-top: 40px;padding-bottom: 50px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-zViP0ZXVzt { font-size: 40px !important;font-weight: 700 !important;color: rgba(0, 0, 0, 1);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-zViP0ZXVzt { font-size: 40px !important;font-weight: 700 !important;color: rgba(0, 0, 0, 1);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-zViP0ZXVzt { font-size: 40px !important;font-weight: 700 !important;color: rgba(0, 0, 0, 1);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-zViP0ZXVzt { font-size: 40px !important;font-weight: 700 !important;color: rgba(0, 0, 0, 1);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-zViP0ZXVzt { font-size: 40px !important;font-weight: 700 !important;color: rgba(0, 0, 0, 1);text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 12px; } } @media (max-width: 639px) { .gp-component-id-1_ethkhTL[data-gp-component] { padding-left: 8px;padding-right: 8px;padding-bottom: 0px;z-index: auto !important;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1_ethkhTL[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-bottom: 0px;z-index: auto !important;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1_ethkhTL[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-bottom: 0px;z-index: auto !important;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1_ethkhTL[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-bottom: 0px;z-index: auto !important;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-1_ethkhTL[data-gp-component] { padding-left: 48px;padding-right: 48px;padding-bottom: 0px;z-index: auto !important;position: relative;min-height: 50px; } } @media (max-width: 639px) { .gp-component-id-gJuaN2cEI8[data-gp-component] { margin-top: 50px;margin-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gJuaN2cEI8[data-gp-component] { margin-top: 50px;margin-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gJuaN2cEI8[data-gp-component] { margin-top: 50px;margin-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gJuaN2cEI8[data-gp-component] { margin-top: 50px;margin-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-gJuaN2cEI8[data-gp-component] { margin-top: 50px;margin-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-_Ib2ddfTC { font-size: 18px !important;font-family: Crimson Text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-_Ib2ddfTC { font-size: 18px !important;font-family: Crimson Text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-_Ib2ddfTC { font-size: 18px !important;font-family: Crimson Text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-_Ib2ddfTC { font-size: 18px !important;font-family: Crimson Text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-_Ib2ddfTC { font-size: 18px !important;font-family: Crimson Text; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-G2yLB16lJ { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-G2yLB16lJ { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-G2yLB16lJ { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-G2yLB16lJ { font-size: 20px !important;font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-G2yLB16lJ { font-size: 20px !important;font-family: Poppins; } } .gp-component-id-_Ib2ddfTC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-_Ib2ddfTC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_Ib2ddfTC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_Ib2ddfTC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_Ib2ddfTC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-_Ib2ddfTC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-G2yLB16lJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-G2yLB16lJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G2yLB16lJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G2yLB16lJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G2yLB16lJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-G2yLB16lJ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-y2uRb3E3d { font-size: 18px !important;font-family: Crimson Text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-y2uRb3E3d { font-size: 18px !important;font-family: Crimson Text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-y2uRb3E3d { font-size: 18px !important;font-family: Crimson Text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-y2uRb3E3d { font-size: 18px !important;font-family: Crimson Text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-y2uRb3E3d { font-size: 18px !important;font-family: Crimson Text; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-FSYXVW9lM { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-FSYXVW9lM { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-FSYXVW9lM { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-FSYXVW9lM { font-size: 20px !important;font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-FSYXVW9lM { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-RzA_jaBdY { font-size: 18px !important;font-family: Crimson Text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-RzA_jaBdY { font-size: 18px !important;font-family: Crimson Text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-RzA_jaBdY { font-size: 18px !important;font-family: Crimson Text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-RzA_jaBdY { font-size: 18px !important;font-family: Crimson Text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-RzA_jaBdY { font-size: 18px !important;font-family: Crimson Text; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Ggjdm6DTp { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Ggjdm6DTp { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Ggjdm6DTp { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Ggjdm6DTp { font-size: 20px !important;font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Ggjdm6DTp { font-size: 20px !important;font-family: Poppins; } } .gp-component-id-y2uRb3E3d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-y2uRb3E3d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-y2uRb3E3d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-y2uRb3E3d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-y2uRb3E3d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-y2uRb3E3d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-RzA_jaBdY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-RzA_jaBdY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RzA_jaBdY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RzA_jaBdY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RzA_jaBdY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-RzA_jaBdY { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-FSYXVW9lM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-FSYXVW9lM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FSYXVW9lM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FSYXVW9lM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FSYXVW9lM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-FSYXVW9lM { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-Q6xGpPNxOw { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-Q6xGpPNxOw { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Q6xGpPNxOw { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Q6xGpPNxOw { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Q6xGpPNxOw { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-Q6xGpPNxOw { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-qOS0Pts3l { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-qOS0Pts3l { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qOS0Pts3l { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qOS0Pts3l { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qOS0Pts3l { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-qOS0Pts3l { margin-right: -8px;margin-left: -8px; } } .gp-component-id-qntfnXJhRQ { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-qntfnXJhRQ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qntfnXJhRQ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qntfnXJhRQ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qntfnXJhRQ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-qntfnXJhRQ { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-Ggjdm6DTp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-Ggjdm6DTp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ggjdm6DTp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ggjdm6DTp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ggjdm6DTp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-Ggjdm6DTp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-6DjeeQA_z { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-6DjeeQA_z { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6DjeeQA_z { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6DjeeQA_z { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6DjeeQA_z { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-6DjeeQA_z { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-15ph_DVIi { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-15ph_DVIi { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-15ph_DVIi { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-15ph_DVIi { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-15ph_DVIi { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-15ph_DVIi { margin-right: -8px;margin-left: -8px; } } .gp-component-id-WFgp80Rd5_ { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-WFgp80Rd5_ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WFgp80Rd5_ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WFgp80Rd5_ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WFgp80Rd5_ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-WFgp80Rd5_ { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-T5F082Rl5 { width: 100%; } @media (max-width: 639px) { .gp-component-id-T5F082Rl5 { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-T5F082Rl5 { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-T5F082Rl5 { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-T5F082Rl5 { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-T5F082Rl5 { width: 100%; } } .gp-component-id-HOFUUwVUy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-HOFUUwVUy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HOFUUwVUy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HOFUUwVUy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HOFUUwVUy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-HOFUUwVUy { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 639px) { .gp-component-id-gucX6b4_C[data-gp-component] { margin-top: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gucX6b4_C[data-gp-component] { margin-top: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gucX6b4_C[data-gp-component] { margin-top: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gucX6b4_C[data-gp-component] { margin-top: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-gucX6b4_C[data-gp-component] { margin-top: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-JAzSnQOdcH[data-gp-component] { padding-top: 30px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JAzSnQOdcH[data-gp-component] { padding-top: 30px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JAzSnQOdcH[data-gp-component] { padding-top: 30px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JAzSnQOdcH[data-gp-component] { padding-top: 30px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-JAzSnQOdcH[data-gp-component] { padding-top: 30px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 639px) { .gp-component-id-i_6w873Q0A { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-i_6w873Q0A { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-i_6w873Q0A { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-i_6w873Q0A { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-i_6w873Q0A { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-vpgJLB_EhK { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-vpgJLB_EhK { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-vpgJLB_EhK { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-vpgJLB_EhK { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-vpgJLB_EhK { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 639px) { .gp-component-id-UlDnB91IrY[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UlDnB91IrY[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UlDnB91IrY[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UlDnB91IrY[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-UlDnB91IrY[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-x_V7XiqUg[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-x_V7XiqUg[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-x_V7XiqUg[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-x_V7XiqUg[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-x_V7XiqUg[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-3063CsqemJ { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3063CsqemJ { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3063CsqemJ { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3063CsqemJ { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-3063CsqemJ { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 639px) { .gp-component-id-Jsmu0zlCKp[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Jsmu0zlCKp[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Jsmu0zlCKp[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Jsmu0zlCKp[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-Jsmu0zlCKp[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-0gzqRjw3U[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0gzqRjw3U[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0gzqRjw3U[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0gzqRjw3U[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0gzqRjw3U[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-wbkTeDsNGk { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wbkTeDsNGk { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wbkTeDsNGk { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wbkTeDsNGk { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-wbkTeDsNGk { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 639px) { .gp-component-id-61YWjSALYv[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-61YWjSALYv[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-61YWjSALYv[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-61YWjSALYv[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-61YWjSALYv[data-gp-component] { font-size: 20px !important;color: rgb(119, 1, 36);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-h0vW20LHK[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-h0vW20LHK[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-h0vW20LHK[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-h0vW20LHK[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-h0vW20LHK[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-YO0WhJkoMI { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YO0WhJkoMI { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YO0WhJkoMI { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YO0WhJkoMI { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-YO0WhJkoMI { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-S_vUvAz9Xu { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-S_vUvAz9Xu { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-S_vUvAz9Xu { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-S_vUvAz9Xu { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-S_vUvAz9Xu { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 639px) { .gp-component-id-4IK4GcUYkh[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4IK4GcUYkh[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4IK4GcUYkh[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4IK4GcUYkh[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-4IK4GcUYkh[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-21XxtanyJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-21XxtanyJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-21XxtanyJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-21XxtanyJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-21XxtanyJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-p7YOFh8cA { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-p7YOFh8cA { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-p7YOFh8cA { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-p7YOFh8cA { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-p7YOFh8cA { font-size: 18px !important;font-family: "Crimson Text" !important;margin-left: 4px; } } @media (max-width: 639px) { .gp-component-id-IwYHOP2M5J[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IwYHOP2M5J[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IwYHOP2M5J[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IwYHOP2M5J[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-IwYHOP2M5J[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-1OioosSMP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1OioosSMP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1OioosSMP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1OioosSMP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-1OioosSMP[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-azCX2nGQH[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-azCX2nGQH[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-azCX2nGQH[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-azCX2nGQH[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-azCX2nGQH[data-gp-component] { font-size: 20px !important;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-viu7lWtpt[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-viu7lWtpt[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-viu7lWtpt[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-viu7lWtpt[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-viu7lWtpt[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-l7xBTOHT8 { font-size: 20px !important;font-weight: 700;font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-l7xBTOHT8 { font-size: 20px !important;font-weight: 700;font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-l7xBTOHT8 { font-size: 20px !important;font-weight: 700;font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-l7xBTOHT8 { font-size: 20px !important;font-weight: 700;font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-l7xBTOHT8 { font-size: 20px !important;font-weight: 700;font-family: Poppins; } } @media (max-width: 639px) { .gp-component-id-VaDKvrhCC[data-gp-component] { font-size: 20px !important;color: rgba(119, 1, 36, 1);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VaDKvrhCC[data-gp-component] { font-size: 20px !important;color: rgba(119, 1, 36, 1);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VaDKvrhCC[data-gp-component] { font-size: 20px !important;color: rgba(119, 1, 36, 1);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VaDKvrhCC[data-gp-component] { font-size: 20px !important;color: rgba(119, 1, 36, 1);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-VaDKvrhCC[data-gp-component] { font-size: 20px !important;color: rgba(119, 1, 36, 1);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-4hXyLVsv4[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4hXyLVsv4[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4hXyLVsv4[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4hXyLVsv4[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-4hXyLVsv4[data-gp-component] { font-size: 20px !important;color: rgba(1, 119, 84, 1);line-height: 1;display: inline-block; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-3RPqDC2P1 { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-3RPqDC2P1 { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-3RPqDC2P1 { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-3RPqDC2P1 { font-size: 20px !important;font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-3RPqDC2P1 { font-size: 20px !important;font-family: Poppins; } } .gp-component-id-MIa0DCEpR { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } @media (max-width: 639px) { .gp-component-id-MIa0DCEpR { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MIa0DCEpR { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MIa0DCEpR { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MIa0DCEpR { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-MIa0DCEpR { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } .gp-component-id-WvNUCuraZ { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } @media (max-width: 639px) { .gp-component-id-WvNUCuraZ { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WvNUCuraZ { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WvNUCuraZ { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WvNUCuraZ { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-WvNUCuraZ { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } .gp-component-id-l7xBTOHT8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-l7xBTOHT8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l7xBTOHT8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l7xBTOHT8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l7xBTOHT8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-l7xBTOHT8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-3RPqDC2P1 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-3RPqDC2P1 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3RPqDC2P1 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3RPqDC2P1 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3RPqDC2P1 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-3RPqDC2P1 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-XSN96GhgG { font-size: 40px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-XSN96GhgG { font-size: 40px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-XSN96GhgG { font-size: 40px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-XSN96GhgG { font-size: 40px !important;font-weight: 700;text-align: center;font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-XSN96GhgG { font-size: 40px !important;font-weight: 700;text-align: center;font-family: Poppins; } } .gp-component-id-t3KFpeLGV { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-t3KFpeLGV { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-t3KFpeLGV { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-t3KFpeLGV { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-t3KFpeLGV { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-t3KFpeLGV { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-dpGGbGqUsv { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-dpGGbGqUsv { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dpGGbGqUsv { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dpGGbGqUsv { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dpGGbGqUsv { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-dpGGbGqUsv { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-CBb_WYOuJ0 { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-CBb_WYOuJ0 { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CBb_WYOuJ0 { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CBb_WYOuJ0 { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CBb_WYOuJ0 { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-CBb_WYOuJ0 { height: 100%;width: 100%; } } .gp-component-id-9p0jNq367r { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-9p0jNq367r { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9p0jNq367r { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9p0jNq367r { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9p0jNq367r { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-9p0jNq367r { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-nmHX4Ji2xJ { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-nmHX4Ji2xJ { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nmHX4Ji2xJ { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nmHX4Ji2xJ { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nmHX4Ji2xJ { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-nmHX4Ji2xJ { height: 100%;width: 100%; } } .gp-component-id-XSN96GhgG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-XSN96GhgG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XSN96GhgG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XSN96GhgG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XSN96GhgG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-XSN96GhgG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 639px) { .gp-component-id-9BBh_Jli2[data-gp-component] { margin-top: 80px;padding-left: 12px;padding-right: 12px;padding-top: 0px;padding-bottom: 0px;z-index: auto !important;min-height: 50px;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9BBh_Jli2[data-gp-component] { margin-top: 80px;padding-left: 48px;padding-right: 48px;padding-top: 0px;padding-bottom: 0px;z-index: auto !important;min-height: 50px;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9BBh_Jli2[data-gp-component] { margin-top: 80px;padding-left: 48px;padding-right: 48px;padding-top: 0px;padding-bottom: 0px;z-index: auto !important;min-height: 50px;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9BBh_Jli2[data-gp-component] { margin-top: 80px;padding-left: 48px;padding-right: 48px;padding-top: 0px;padding-bottom: 0px;z-index: auto !important;min-height: 50px;position: relative; } } @media (min-width: 1200px) { .gp-component-id-9BBh_Jli2[data-gp-component] { margin-top: 80px;padding-left: 48px;padding-right: 48px;padding-top: 0px;padding-bottom: 0px;z-index: auto !important;min-height: 50px;position: relative; } } .gp-component-id-JlNt0c0na { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-JlNt0c0na { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JlNt0c0na { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JlNt0c0na { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JlNt0c0na { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-JlNt0c0na { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-A4H8f6F08 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-A4H8f6F08 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-A4H8f6F08 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-A4H8f6F08 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-A4H8f6F08 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-A4H8f6F08 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-2xt2oCswo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-2xt2oCswo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2xt2oCswo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2xt2oCswo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2xt2oCswo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-2xt2oCswo { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 639px) { .gp-component-id-wJfRG5CB1k[data-gp-component] { margin-left: auto;margin-right: auto;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wJfRG5CB1k[data-gp-component] { margin-left: auto;margin-right: auto;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wJfRG5CB1k[data-gp-component] { margin-left: auto;margin-right: auto;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wJfRG5CB1k[data-gp-component] { margin-left: auto;margin-right: auto;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-wJfRG5CB1k[data-gp-component] { margin-left: auto;margin-right: auto;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-pdau7FHVWm { cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial;background-color: transparent; } @media (max-width: 639px) { .gp-component-id-pdau7FHVWm { background-color: transparent;cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pdau7FHVWm { background-color: transparent;cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pdau7FHVWm { background-color: transparent;cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pdau7FHVWm { background-color: transparent;cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-pdau7FHVWm { background-color: transparent;cursor: pointer;text-decoration-line: none;text-decoration-style: initial;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-22ehChU7sx[data-gp-component] { border-left-color: rgba(1, 119, 84, 1);border-right-color: rgba(1, 119, 84, 1);border-top-color: rgba(1, 119, 84, 1);border-bottom-color: rgba(1, 119, 84, 1);width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-22ehChU7sx[data-gp-component] { border-left-color: rgba(1, 119, 84, 1);border-right-color: rgba(1, 119, 84, 1);border-top-color: rgba(1, 119, 84, 1);border-bottom-color: rgba(1, 119, 84, 1);width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-22ehChU7sx[data-gp-component] { border-left-color: rgba(1, 119, 84, 1);border-right-color: rgba(1, 119, 84, 1);border-top-color: rgba(1, 119, 84, 1);border-bottom-color: rgba(1, 119, 84, 1);width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-22ehChU7sx[data-gp-component] { border-left-color: rgba(1, 119, 84, 1);border-right-color: rgba(1, 119, 84, 1);border-top-color: rgba(1, 119, 84, 1);border-bottom-color: rgba(1, 119, 84, 1);width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-22ehChU7sx[data-gp-component] { border-left-color: rgba(1, 119, 84, 1);border-right-color: rgba(1, 119, 84, 1);border-top-color: rgba(1, 119, 84, 1);border-bottom-color: rgba(1, 119, 84, 1);width: 100%;height: 100%; } } @media (max-width: 639px) { .gp-component-id-1fuYH0SaPj[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1fuYH0SaPj[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1fuYH0SaPj[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1fuYH0SaPj[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-1fuYH0SaPj[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-Vtf10dkPR[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;object-position: center center;object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Vtf10dkPR[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;object-position: center center;object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Vtf10dkPR[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;object-position: center center;object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Vtf10dkPR[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;object-position: center center;object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-Vtf10dkPR[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;object-position: center center;object-fit: cover; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-1XehXoUaa { font-size: 30px !important;font-weight: 700;font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-1XehXoUaa { font-size: 30px !important;font-weight: 700;font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-1XehXoUaa { font-size: 30px !important;font-weight: 700;font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-1XehXoUaa { font-size: 30px !important;font-weight: 700;font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-1XehXoUaa { font-size: 30px !important;font-weight: 700;font-family: Poppins; } } .gp-component-id-jIcgZMIhK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-jIcgZMIhK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jIcgZMIhK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jIcgZMIhK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jIcgZMIhK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-jIcgZMIhK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-1XehXoUaa { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-1XehXoUaa { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1XehXoUaa { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1XehXoUaa { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1XehXoUaa { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-1XehXoUaa { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-jxElH1MGR { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-jxElH1MGR { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jxElH1MGR { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jxElH1MGR { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jxElH1MGR { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-jxElH1MGR { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-bDkvuolbV { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-bDkvuolbV { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bDkvuolbV { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bDkvuolbV { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bDkvuolbV { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-bDkvuolbV { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-JToNnSAazR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-JToNnSAazR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JToNnSAazR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JToNnSAazR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JToNnSAazR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-JToNnSAazR { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-zMp6JUITj6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-zMp6JUITj6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zMp6JUITj6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zMp6JUITj6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zMp6JUITj6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-zMp6JUITj6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-9ZI4i7SFq[data-gp-component] { font-size: 14px !important;font-weight: 700 !important;color: rgb(255, 255, 255);text-align: center;font-family: Montserrat, sans-serif !important;border-top-left-radius: 7px;border-top-right-radius: 7px;border-bottom-left-radius: 7px;border-bottom-right-radius: 7px;background-color: rgb(119, 1, 36);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9ZI4i7SFq[data-gp-component] { font-size: 20px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Montserrat, sans-serif;border-top-left-radius: 7px;border-top-right-radius: 7px;border-bottom-left-radius: 7px;border-bottom-right-radius: 7px;background-color: rgb(119, 1, 36);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9ZI4i7SFq[data-gp-component] { font-size: 20px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Montserrat, sans-serif;border-top-left-radius: 7px;border-top-right-radius: 7px;border-bottom-left-radius: 7px;border-bottom-right-radius: 7px;background-color: rgb(119, 1, 36);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9ZI4i7SFq[data-gp-component] { font-size: 20px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Montserrat, sans-serif;border-top-left-radius: 7px;border-top-right-radius: 7px;border-bottom-left-radius: 7px;border-bottom-right-radius: 7px;background-color: rgb(119, 1, 36);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-9ZI4i7SFq[data-gp-component] { font-size: 20px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Montserrat, sans-serif;border-top-left-radius: 7px;border-top-right-radius: 7px;border-bottom-left-radius: 7px;border-bottom-right-radius: 7px;background-color: rgb(119, 1, 36);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-UvmeuW9rc { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-UvmeuW9rc { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-UvmeuW9rc { font-size: 20px !important;font-family: Poppins; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-UvmeuW9rc { font-size: 20px !important;font-family: Poppins; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-UvmeuW9rc { font-size: 20px !important;font-family: Poppins; } } .gp-component-id-UvmeuW9rc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-UvmeuW9rc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UvmeuW9rc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UvmeuW9rc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UvmeuW9rc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-UvmeuW9rc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 639px) { .gp-component-id-KO8hvoCWYV[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KO8hvoCWYV[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KO8hvoCWYV[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KO8hvoCWYV[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-KO8hvoCWYV[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-lmDJ0H4Fy[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lmDJ0H4Fy[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lmDJ0H4Fy[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lmDJ0H4Fy[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-lmDJ0H4Fy[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-MltX1K37l1[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MltX1K37l1[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MltX1K37l1[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MltX1K37l1[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-MltX1K37l1[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-4gyxtiM08[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4gyxtiM08[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4gyxtiM08[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4gyxtiM08[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-4gyxtiM08[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-a2lFetsLxE[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-a2lFetsLxE[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-a2lFetsLxE[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-a2lFetsLxE[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-a2lFetsLxE[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-AMckq4s7S[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AMckq4s7S[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AMckq4s7S[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AMckq4s7S[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-AMckq4s7S[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-TLk7axl4Nm[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TLk7axl4Nm[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TLk7axl4Nm[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TLk7axl4Nm[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-TLk7axl4Nm[data-gp-component] { font-size: 24px;color: rgb(1, 119, 84);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-XERiCIQSNN[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XERiCIQSNN[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XERiCIQSNN[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XERiCIQSNN[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-XERiCIQSNN[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-8fu7aB1xwE[data-gp-component] { margin-left: auto;margin-right: auto;padding-top: 64px;padding-bottom: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8fu7aB1xwE[data-gp-component] { margin-left: auto;margin-right: auto;padding-top: 64px;padding-bottom: 0px;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8fu7aB1xwE[data-gp-component] { margin-left: auto;margin-right: auto;padding-top: 64px;padding-bottom: 0px;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8fu7aB1xwE[data-gp-component] { margin-left: auto;margin-right: auto;padding-top: 64px;padding-bottom: 0px;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-8fu7aB1xwE[data-gp-component] { margin-left: auto;margin-right: auto;padding-top: 64px;padding-bottom: 0px;width: 100%;max-width: 1200px; } } @media (max-width: 639px) { .gp-component-id-JbNltEfGc1[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JbNltEfGc1[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-end;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JbNltEfGc1[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-end;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JbNltEfGc1[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-end;display: flex; } } @media (min-width: 1200px) { .gp-component-id-JbNltEfGc1[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-end;display: flex; } } .gp-component-id-MKJVdJVjD { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-MKJVdJVjD { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MKJVdJVjD { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MKJVdJVjD { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MKJVdJVjD { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (min-width: 1200px) { .gp-component-id-MKJVdJVjD { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } @media (max-width: 639px) { .gp-component-id-mFDJpCcpBV[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 16px;padding-top: 40px;height: auto;max-width: 285px;justify-content: flex-start;align-items: flex-start;display: block;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mFDJpCcpBV[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 16px;padding-top: 40px;height: auto;max-width: 285px;justify-content: flex-start;align-items: flex-start;display: block;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mFDJpCcpBV[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 16px;padding-top: 40px;height: auto;max-width: 285px;justify-content: flex-start;align-items: flex-start;display: block;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mFDJpCcpBV[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 16px;padding-top: 40px;height: auto;max-width: 285px;justify-content: flex-start;align-items: flex-start;display: block;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-mFDJpCcpBV[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 16px;padding-top: 40px;height: auto;max-width: 285px;justify-content: flex-start;align-items: flex-start;display: block;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-6ZrAqrTlk1 { font-size: 18px !important;text-align: center;line-height: 1.5;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-6ZrAqrTlk1 { font-size: 20px !important;text-align: center;line-height: 1.5;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-6ZrAqrTlk1 { font-size: 20px !important;text-align: center;line-height: 1.5;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-6ZrAqrTlk1 { font-size: 20px !important;text-align: center;line-height: 1.5;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-6ZrAqrTlk1 { font-size: 20px !important;text-align: center;line-height: 1.5;font-family: "Crimson Text" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-muUNoUUdVP { font-size: 28px !important;font-weight: 700 !important;color: rgb(1, 119, 84);text-align: center;line-height: 1.25;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-muUNoUUdVP { font-size: 40px !important;font-weight: 700 !important;color: rgb(1, 119, 84);text-align: center;line-height: 1.25;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-muUNoUUdVP { font-size: 40px !important;font-weight: 700 !important;color: rgb(1, 119, 84);text-align: center;line-height: 1.25;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-muUNoUUdVP { font-size: 40px !important;font-weight: 700 !important;color: rgb(1, 119, 84);text-align: center;line-height: 1.25;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-muUNoUUdVP { font-size: 40px !important;font-weight: 700 !important;color: rgb(1, 119, 84);text-align: center;line-height: 1.25;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-UCPVxTMKn { font-size: 18px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-UCPVxTMKn { font-size: 20px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-UCPVxTMKn { font-size: 20px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-UCPVxTMKn { font-size: 20px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-UCPVxTMKn { font-size: 20px !important;font-weight: 700 !important;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-4Md3ci2RNH { font-size: 18px !important;font-weight: 400 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 8px;margin-bottom: 0px;box-sizing: border-box;cursor: text;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-4Md3ci2RNH { font-size: 20px !important;font-weight: 400 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 8px;margin-bottom: 0px;box-sizing: border-box;cursor: text;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-4Md3ci2RNH { font-size: 20px !important;font-weight: 400 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 8px;margin-bottom: 0px;box-sizing: border-box;cursor: text;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-4Md3ci2RNH { font-size: 20px !important;font-weight: 400 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 8px;margin-bottom: 0px;box-sizing: border-box;cursor: text;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-4Md3ci2RNH { font-size: 20px !important;font-weight: 400 !important;text-align: center;font-family: Poppins !important;margin-left: 0px;margin-right: 0px;margin-top: 8px;margin-bottom: 0px;box-sizing: border-box;cursor: text;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Fcd0pbiZDK { font-size: 20px !important;font-weight: inherit;text-align: center;font-family: Montserrat, sans-serif;opacity: 0.3;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Fcd0pbiZDK { font-size: 24px;font-weight: inherit;text-align: center;font-family: Montserrat, sans-serif;opacity: 0.3;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Fcd0pbiZDK { font-size: 24px;font-weight: inherit;text-align: center;font-family: Montserrat, sans-serif;opacity: 0.3;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Fcd0pbiZDK { font-size: 24px;font-weight: inherit;text-align: center;font-family: Montserrat, sans-serif;opacity: 0.3;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Fcd0pbiZDK { font-size: 24px;font-weight: inherit;text-align: center;font-family: Montserrat, sans-serif;opacity: 0.3;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-1wX9trQOf[data-gp-component] { font-size: 14px !important;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgb(119, 1, 36);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1wX9trQOf[data-gp-component] { font-size: 20px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgb(119, 1, 36);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1wX9trQOf[data-gp-component] { font-size: 20px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgb(119, 1, 36);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1wX9trQOf[data-gp-component] { font-size: 20px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgb(119, 1, 36);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-1wX9trQOf[data-gp-component] { font-size: 20px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgb(119, 1, 36);margin-top: 20px;padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;width: 100%;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-9d4Ic0OtK[data-gp-component] { font-size: 16px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgb(119, 1, 36);padding-left: 16px;padding-right: 16px;padding-top: 12px;padding-bottom: 12px;width: 46%;display: none;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9d4Ic0OtK[data-gp-component] { font-size: 16px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgb(119, 1, 36);padding-left: 16px;padding-right: 16px;padding-top: 12px;padding-bottom: 12px;width: 25%;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9d4Ic0OtK[data-gp-component] { font-size: 16px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgb(119, 1, 36);padding-left: 16px;padding-right: 16px;padding-top: 12px;padding-bottom: 12px;width: 50%;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9d4Ic0OtK[data-gp-component] { font-size: 16px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgb(119, 1, 36);padding-left: 16px;padding-right: 16px;padding-top: 12px;padding-bottom: 12px;width: 40%;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-9d4Ic0OtK[data-gp-component] { font-size: 16px;font-weight: 700;color: rgb(255, 255, 255);text-align: center;font-family: Poppins;border-top-left-radius: 9px;border-top-right-radius: 9px;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;background-color: rgb(119, 1, 36);padding-left: 16px;padding-right: 16px;padding-top: 12px;padding-bottom: 12px;width: 25%;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-nGlUzXIQm9 { font-size: 18px !important;font-family: Crimson Text;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-nGlUzXIQm9 { font-size: 18px !important;font-family: Crimson Text;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-nGlUzXIQm9 { font-size: 18px !important;font-family: Crimson Text;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-nGlUzXIQm9 { font-size: 18px !important;font-family: Crimson Text;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-nGlUzXIQm9 { font-size: 18px !important;font-family: Crimson Text;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } .gp-component-id-4FyjrD2iZ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } @media (max-width: 639px) { .gp-component-id-4FyjrD2iZ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4FyjrD2iZ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4FyjrD2iZ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4FyjrD2iZ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (min-width: 1200px) { .gp-component-id-4FyjrD2iZ { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } @media (max-width: 639px) { .gp-component-id-lVlWmqXgi7[data-gp-component] { font-size: 24px;color: rgba(1, 119, 84, 1);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lVlWmqXgi7[data-gp-component] { font-size: 24px;color: rgba(1, 119, 84, 1);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lVlWmqXgi7[data-gp-component] { font-size: 24px;color: rgba(1, 119, 84, 1);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lVlWmqXgi7[data-gp-component] { font-size: 24px;color: rgba(1, 119, 84, 1);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-lVlWmqXgi7[data-gp-component] { font-size: 24px;color: rgba(1, 119, 84, 1);line-height: 1;display: inline-block; } } .gp-component-id-5GP0hA5pF { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-5GP0hA5pF { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5GP0hA5pF { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5GP0hA5pF { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5GP0hA5pF { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-5GP0hA5pF { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-08gj0QzxG { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-08gj0QzxG { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-08gj0QzxG { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-08gj0QzxG { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-08gj0QzxG { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-08gj0QzxG { margin-right: -8px;margin-left: -8px; } } .gp-component-id-_2Vd8aMTXt { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-_2Vd8aMTXt { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_2Vd8aMTXt { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_2Vd8aMTXt { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_2Vd8aMTXt { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-_2Vd8aMTXt { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-4Iy4_o0vQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 51%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4Iy4_o0vQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 51%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4Iy4_o0vQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 51%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4Iy4_o0vQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 51%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-4Iy4_o0vQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 51%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } .gp-component-id-rTOgey6yb7 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-rTOgey6yb7 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rTOgey6yb7 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rTOgey6yb7 { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rTOgey6yb7 { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-rTOgey6yb7 { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-4wx2w6_elX { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-4wx2w6_elX { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4wx2w6_elX { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4wx2w6_elX { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4wx2w6_elX { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-4wx2w6_elX { flex-direction: column;display: flex; } } .gp-component-id-6EKEW2VQ9 { display: flex;margin-bottom: 8px;font-size: 18px;color: rgb(32, 45, 60);align-items: flex-start; } @media (max-width: 639px) { .gp-component-id-6EKEW2VQ9 { display: flex;margin-bottom: 8px;font-size: 18px;color: rgb(32, 45, 60);align-items: flex-start; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6EKEW2VQ9 { display: flex;margin-bottom: 8px;font-size: 18px;color: rgb(32, 45, 60);align-items: flex-start; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6EKEW2VQ9 { display: flex;margin-bottom: 8px;font-size: 18px;color: rgb(32, 45, 60);align-items: flex-start; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6EKEW2VQ9 { display: flex;margin-bottom: 8px;font-size: 18px;color: rgb(32, 45, 60);align-items: flex-start; } } @media (min-width: 1200px) { .gp-component-id-6EKEW2VQ9 { display: flex;margin-bottom: 8px;font-size: 18px;color: rgb(32, 45, 60);align-items: flex-start; } } .gp-component-id-cRBzBLxDoh { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-cRBzBLxDoh { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cRBzBLxDoh { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cRBzBLxDoh { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cRBzBLxDoh { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-cRBzBLxDoh { width: 100%;height: 100%; } } .gp-component-id-337yMf_3rG { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-337yMf_3rG { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-337yMf_3rG { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-337yMf_3rG { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-337yMf_3rG { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-337yMf_3rG { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-GfaButD_0a { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-GfaButD_0a { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GfaButD_0a { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GfaButD_0a { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GfaButD_0a { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-GfaButD_0a { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-wBeccR567 { width: 100%;padding-right: 8px;padding-left: 8px;margin-top: 48px; } @media (max-width: 639px) { .gp-component-id-wBeccR567 { width: 100%;padding-right: 8px;padding-left: 8px;margin-top: 48px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wBeccR567 { width: 100%;padding-right: 8px;padding-left: 8px;margin-top: 48px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wBeccR567 { width: 100%;padding-right: 8px;padding-left: 8px;margin-top: 48px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wBeccR567 { width: 100%;padding-right: 8px;padding-left: 8px;margin-top: 48px; } } @media (min-width: 1200px) { .gp-component-id-wBeccR567 { width: 100%;padding-right: 8px;padding-left: 8px;margin-top: 48px; } } .gp-component-id-pnukOQvmC { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-pnukOQvmC { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pnukOQvmC { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pnukOQvmC { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pnukOQvmC { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-pnukOQvmC { flex-direction: column;display: flex; } } .gp-component-id-56UVc3THL { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-56UVc3THL { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-56UVc3THL { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-56UVc3THL { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-56UVc3THL { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-56UVc3THL { flex-direction: column;display: flex; } } .gp-component-id-Q3EOo9YeYN { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-Q3EOo9YeYN { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Q3EOo9YeYN { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Q3EOo9YeYN { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Q3EOo9YeYN { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-Q3EOo9YeYN { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative;max-width: 1200px; } } .gp-component-id-QI7XhC2IyA { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-QI7XhC2IyA { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QI7XhC2IyA { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QI7XhC2IyA { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QI7XhC2IyA { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-QI7XhC2IyA { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-rw7T3zCd_M { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-rw7T3zCd_M { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rw7T3zCd_M { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rw7T3zCd_M { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rw7T3zCd_M { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-rw7T3zCd_M { margin-left: -8px;margin-right: -8px; } } .gp-component-id-81YPpGQus { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-81YPpGQus { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-81YPpGQus { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-81YPpGQus { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-81YPpGQus { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-81YPpGQus { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-nWtGeya7m { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-nWtGeya7m { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nWtGeya7m { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nWtGeya7m { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nWtGeya7m { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-nWtGeya7m { flex-direction: column;display: flex; } } .gp-component-id-yAhs6tvo5 { min-height: 120px;width: 100%;margin-top: 128px; } @media (max-width: 639px) { .gp-component-id-yAhs6tvo5 { min-height: 120px;width: 100%;margin-top: 128px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yAhs6tvo5 { min-height: 120px;width: 100%;margin-top: 128px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yAhs6tvo5 { min-height: 120px;width: 100%;margin-top: 128px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yAhs6tvo5 { min-height: 120px;width: 100%;margin-top: 128px; } } @media (min-width: 1200px) { .gp-component-id-yAhs6tvo5 { min-height: 120px;width: 100%;margin-top: 128px; } } .gp-component-id-UaXfdK6OL { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-UaXfdK6OL { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UaXfdK6OL { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UaXfdK6OL { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UaXfdK6OL { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-UaXfdK6OL { flex-direction: column;display: flex; } } .gp-component-id-lyKX3ItCQC { min-height: 120px;width: 100%;padding-bottom: 48px;padding-top: 48px;padding-right: 40px;padding-left: 40px;margin-top: -88px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;background-color: rgb(255, 255, 255);border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-right-radius: 8px;border-top-left-radius: 8px; } @media (max-width: 639px) { .gp-component-id-lyKX3ItCQC { min-height: 120px;width: 100%;padding-bottom: 48px;padding-top: 48px;padding-right: 40px;padding-left: 40px;margin-top: -88px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;background-color: rgb(255, 255, 255);border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-right-radius: 8px;border-top-left-radius: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lyKX3ItCQC { min-height: 120px;width: 100%;padding-bottom: 48px;padding-top: 48px;padding-right: 40px;padding-left: 40px;margin-top: -88px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;background-color: rgb(255, 255, 255);border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-right-radius: 8px;border-top-left-radius: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lyKX3ItCQC { min-height: 120px;width: 100%;padding-bottom: 48px;padding-top: 48px;padding-right: 40px;padding-left: 40px;margin-top: -88px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;background-color: rgb(255, 255, 255);border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-right-radius: 8px;border-top-left-radius: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lyKX3ItCQC { min-height: 120px;width: 100%;padding-bottom: 48px;padding-top: 48px;padding-right: 40px;padding-left: 40px;margin-top: -88px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;background-color: rgb(255, 255, 255);border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-right-radius: 8px;border-top-left-radius: 8px; } } @media (min-width: 1200px) { .gp-component-id-lyKX3ItCQC { min-height: 120px;width: 100%;padding-bottom: 48px;padding-top: 48px;padding-right: 40px;padding-left: 40px;margin-top: -88px;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;background-color: rgb(255, 255, 255);border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-right-radius: 8px;border-top-left-radius: 8px; } } .gp-component-id-tBZJr14WVh { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-tBZJr14WVh { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tBZJr14WVh { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tBZJr14WVh { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tBZJr14WVh { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-tBZJr14WVh { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-B1mmsm2Vbk { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-B1mmsm2Vbk { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-B1mmsm2Vbk { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-B1mmsm2Vbk { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-B1mmsm2Vbk { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-B1mmsm2Vbk { margin-left: -8px;margin-right: -8px; } } .gp-component-id-pP3UFab_a { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-pP3UFab_a { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pP3UFab_a { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pP3UFab_a { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pP3UFab_a { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-pP3UFab_a { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-v5lWdzXw0t { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-v5lWdzXw0t { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-v5lWdzXw0t { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-v5lWdzXw0t { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-v5lWdzXw0t { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-v5lWdzXw0t { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative;max-width: 1200px; } } .gp-component-id-wiCQ0DX6Iz { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-wiCQ0DX6Iz { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wiCQ0DX6Iz { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wiCQ0DX6Iz { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wiCQ0DX6Iz { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-wiCQ0DX6Iz { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-XP1yliuUT { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-XP1yliuUT { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XP1yliuUT { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XP1yliuUT { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XP1yliuUT { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-XP1yliuUT { flex-direction: column;display: flex; } } .gp-component-id-B3XCn8_nL { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-B3XCn8_nL { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-B3XCn8_nL { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-B3XCn8_nL { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-B3XCn8_nL { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-B3XCn8_nL { flex-direction: column;display: flex; } } .gp-component-id-5cU1FlQ9v1 { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-5cU1FlQ9v1 { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5cU1FlQ9v1 { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5cU1FlQ9v1 { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5cU1FlQ9v1 { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-5cU1FlQ9v1 { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-9nqOewnsG0 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-9nqOewnsG0 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9nqOewnsG0 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9nqOewnsG0 { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9nqOewnsG0 { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-9nqOewnsG0 { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-gpOUD2Hj6p { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-gpOUD2Hj6p { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gpOUD2Hj6p { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gpOUD2Hj6p { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gpOUD2Hj6p { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-gpOUD2Hj6p { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-tmfqOa89p { width: 100%;padding-right: 8px;padding-left: 8px;margin-top: 20px; } @media (max-width: 639px) { .gp-component-id-tmfqOa89p { width: 100%;padding-right: 8px;padding-left: 8px;margin-top: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tmfqOa89p { width: 100%;padding-right: 8px;padding-left: 8px;margin-top: 56px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tmfqOa89p { width: 100%;padding-right: 8px;padding-left: 8px;margin-top: 56px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tmfqOa89p { width: 100%;padding-right: 8px;padding-left: 8px;margin-top: 56px; } } @media (min-width: 1200px) { .gp-component-id-tmfqOa89p { width: 100%;padding-right: 8px;padding-left: 8px;margin-top: 56px; } } .gp-component-id-b9PWGHP_98 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-b9PWGHP_98 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-b9PWGHP_98 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-b9PWGHP_98 { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-b9PWGHP_98 { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-b9PWGHP_98 { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-nCgSOwKDXa { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-nCgSOwKDXa { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nCgSOwKDXa { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nCgSOwKDXa { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nCgSOwKDXa { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-nCgSOwKDXa { display: flex;align-items: flex-start;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-LwcRR6E2be { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-LwcRR6E2be { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LwcRR6E2be { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LwcRR6E2be { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LwcRR6E2be { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-LwcRR6E2be { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-uHagQahue2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-uHagQahue2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uHagQahue2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uHagQahue2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uHagQahue2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-uHagQahue2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-_E9RjDOQt { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-_E9RjDOQt { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_E9RjDOQt { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_E9RjDOQt { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_E9RjDOQt { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-_E9RjDOQt { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-tllqNS63jD { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-tllqNS63jD { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tllqNS63jD { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tllqNS63jD { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tllqNS63jD { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-tllqNS63jD { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative;max-width: 1200px; } } @media (max-width: 639px) { .gp-component-id-J_zAbzTINk[data-gp-component] { border-left-style: dotted;border-right-style: dotted;border-top-style: dotted;border-bottom-style: dotted;border-left-width: 0px;border-right-width: 0px;border-top-width: 2px;border-bottom-width: 0px;border-left-color: rgb(39, 174, 96);border-right-color: rgb(39, 174, 96);border-top-color: rgb(39, 174, 96);border-bottom-color: rgb(39, 174, 96);margin-left: auto;margin-right: auto;margin-top: 16px;padding-bottom: 8px;width: 25%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-J_zAbzTINk[data-gp-component] { border-left-style: dotted;border-right-style: dotted;border-top-style: dotted;border-bottom-style: dotted;border-left-width: 0px;border-right-width: 0px;border-top-width: 2px;border-bottom-width: 0px;border-left-color: rgb(39, 174, 96);border-right-color: rgb(39, 174, 96);border-top-color: rgb(39, 174, 96);border-bottom-color: rgb(39, 174, 96);margin-left: auto;margin-right: auto;margin-top: 16px;padding-bottom: 8px;width: 25%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-J_zAbzTINk[data-gp-component] { border-left-style: dotted;border-right-style: dotted;border-top-style: dotted;border-bottom-style: dotted;border-left-width: 0px;border-right-width: 0px;border-top-width: 2px;border-bottom-width: 0px;border-left-color: rgb(39, 174, 96);border-right-color: rgb(39, 174, 96);border-top-color: rgb(39, 174, 96);border-bottom-color: rgb(39, 174, 96);margin-left: auto;margin-right: auto;margin-top: 16px;padding-bottom: 8px;width: 25%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-J_zAbzTINk[data-gp-component] { border-left-style: dotted;border-right-style: dotted;border-top-style: dotted;border-bottom-style: dotted;border-left-width: 0px;border-right-width: 0px;border-top-width: 2px;border-bottom-width: 0px;border-left-color: rgb(39, 174, 96);border-right-color: rgb(39, 174, 96);border-top-color: rgb(39, 174, 96);border-bottom-color: rgb(39, 174, 96);margin-left: auto;margin-right: auto;margin-top: 16px;padding-bottom: 8px;width: 25%; } } @media (min-width: 1200px) { .gp-component-id-J_zAbzTINk[data-gp-component] { border-left-style: dotted;border-right-style: dotted;border-top-style: dotted;border-bottom-style: dotted;border-left-width: 0px;border-right-width: 0px;border-top-width: 2px;border-bottom-width: 0px;border-left-color: rgb(39, 174, 96);border-right-color: rgb(39, 174, 96);border-top-color: rgb(39, 174, 96);border-bottom-color: rgb(39, 174, 96);margin-left: auto;margin-right: auto;margin-top: 16px;margin-bottom: 30px;padding-bottom: 8px;width: 25%; } } @media (max-width: 639px) { .gp-component-id-n3YSoRcWbS[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 30px;width: 219px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-n3YSoRcWbS[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 30px;width: 219px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-n3YSoRcWbS[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 30px;width: 219px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-n3YSoRcWbS[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 30px;width: 219px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-n3YSoRcWbS[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 30px;width: 219px;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { .gp-component-id-MRo6zAcNXV[data-gp-component] { border-top-left-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;padding-left: 30px;padding-right: 30px;padding-top: 50px;padding-bottom: 50px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MRo6zAcNXV[data-gp-component] { border-top-left-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MRo6zAcNXV[data-gp-component] { border-top-left-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MRo6zAcNXV[data-gp-component] { border-top-left-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-MRo6zAcNXV[data-gp-component] { border-top-left-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;padding-left: 50px;padding-right: 50px;padding-top: 50px;padding-bottom: 50px;width: 88%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-8TrVsd90gz[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8TrVsd90gz[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8TrVsd90gz[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8TrVsd90gz[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-8TrVsd90gz[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 639px) { .gp-component-id-nUQ7l0Not[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 80px;padding-bottom: 80px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nUQ7l0Not[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 80px;padding-bottom: 80px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nUQ7l0Not[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 80px;padding-bottom: 80px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nUQ7l0Not[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 80px;padding-bottom: 80px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-nUQ7l0Not[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 80px;padding-bottom: 80px;min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-n6xszNGb_8E { flex-wrap: wrap; align-items: center; display: flex; } @media (min-width: 768px) { .gp-component-id-n6xszNGb_8E { flex-wrap: nowrap; } } .gp-component-id-aHOYIdcz38 { margin-bottom: 1.75rem; width: 100%; } @media (min-width: 992px) { .gp-component-id-aHOYIdcz38 { margin-bottom: 4rem; } } .gp-component-id-1A2Ps02uIX { display: flex; align-items: center; flex-direction: column; height: 100%; width: 100%; margin-bottom: 1.5rem; } @media (min-width: 768px) { .gp-component-id-1A2Ps02uIX { align-items: flex-end; } } .gp-component-id-z5zHviraszK { width: 100%; padding-left: 1rem; padding-right: 1rem; } @media (min-width: 768px) { .gp-component-id-z5zHviraszK { width: 50%; } } .gp-component-id-taO10uJwJ4 { display: flex; align-items: center; flex-direction: column; height: 100%; width: 100%; margin-bottom: 1.5rem; } @media (min-width: 768px) { .gp-component-id-taO10uJwJ4 { align-items: flex-start; } } .gp-component-id-afQCgEC59ep { width: 100%; padding-left: 1rem; padding-right: 1rem; } @media (min-width: 768px) { .gp-component-id-afQCgEC59ep { width: 50%; } } .gp-component-id-DVwiyjOLEXq { flex-wrap: wrap; margin-right: -1rem; margin-left: -1rem; } @media (min-width: 768px) { .gp-component-id-DVwiyjOLEXq { display: flex; } } .gp-component-id-JxCXzQUuun { width: 100%; padding-left: 1rem; padding-right: 1rem; } .gp-component-id-nniph2Uucm { z-index: 10; position: relative; background-color: rgb(240, 242, 244); } .gp-component-id-JxzBFsanwQ { align-items: center; justify-content: center; margin-right: auto; margin-left: auto; max-width: 60rem; display: flex; flex-direction: column; } .gp-component-id-ALWixC7vVL { width: 100%; } @media (max-width: 639px) { .gp-component-id-ALWixC7vVL { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ALWixC7vVL { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ALWixC7vVL { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ALWixC7vVL { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-ALWixC7vVL { width: 100%; } } .gp-component-id-R6nevbPYbR { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-R6nevbPYbR { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-R6nevbPYbR { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-R6nevbPYbR { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-R6nevbPYbR { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-R6nevbPYbR { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-KObie03_8_ { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-KObie03_8_ { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KObie03_8_ { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KObie03_8_ { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KObie03_8_ { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-KObie03_8_ { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } } .gp-component-id-bIEamvlfpp { width: 100%; } @media (max-width: 639px) { .gp-component-id-bIEamvlfpp { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bIEamvlfpp { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bIEamvlfpp { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bIEamvlfpp { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-bIEamvlfpp { width: 100%; } } .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } .gp-component-id-5V1rG12J52 { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-5V1rG12J52 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5V1rG12J52 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5V1rG12J52 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5V1rG12J52 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-5V1rG12J52 { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-7JXJu4egXK { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-7JXJu4egXK { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7JXJu4egXK { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7JXJu4egXK { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7JXJu4egXK { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-7JXJu4egXK { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } } .gp-component-id-Mr0e1Usyvp { align-items: center; justify-content: center; margin-right: auto; margin-left: auto; max-width: 60rem; display: flex; flex-direction: column; } .gp-component-id-cIF91mnE0wC { background-color: transparent; text-decoration-color: initial; text-decoration-style: initial; text-decoration-line: none; cursor: pointer; } .gp-component-id-Rl04z6OKsv { align-items: baseline; margin-bottom: 1rem; display: flex; } @media (min-width: 992px) { .gp-component-id-Rl04z6OKsv { margin-bottom: 1.5rem; } } .gp-component-id-zKlE8wJLNn { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-zKlE8wJLNn { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zKlE8wJLNn { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zKlE8wJLNn { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zKlE8wJLNn { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-zKlE8wJLNn { width: 100%;height: 100%; } } .gp-component-id-2_OltbNpAl { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-2_OltbNpAl { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2_OltbNpAl { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2_OltbNpAl { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2_OltbNpAl { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-2_OltbNpAl { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-ynoW8AtYCq { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-ynoW8AtYCq { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ynoW8AtYCq { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ynoW8AtYCq { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ynoW8AtYCq { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-ynoW8AtYCq { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px; } } [data-gp-text] .gp-component-id-qRA9Tdsv2ZE { font-family: Poppins, sans-serif; font-size: 1.25rem; font-weight: 300; color: rgb(32, 45, 60); } @media (min-width: 640px) { [data-gp-text] .gp-component-id-qRA9Tdsv2ZE { font-family: Poppins, sans-serif; } } @media (min-width: 768px) { [data-gp-text] .gp-component-id-qRA9Tdsv2ZE { font-family: Poppins, sans-serif; } } @media (min-width: 992px) { [data-gp-text] .gp-component-id-qRA9Tdsv2ZE { font-family: Poppins, sans-serif; font-size: 1.5rem; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-qRA9Tdsv2ZE { font-family: Poppins, sans-serif; } } .gp-component-id-npXsSYch8RC { padding-left: 1rem; } @media (min-width: 992px) { .gp-component-id-npXsSYch8RC { padding-left: 1.5rem; } } .gp-component-id-pa4pfSrmBH_[data-gp-component] { width: 60.7969px; height: 71.7188px; justify-content: flex-start; align-items: flex-start; display: inline-flex; object-fit: cover; object-position: center center; } @media (min-width: 640px) { .gp-component-id-pa4pfSrmBH_[data-gp-component] { width: 60.7969px; height: 71.7188px; } } @media (min-width: 768px) { .gp-component-id-pa4pfSrmBH_[data-gp-component] { width: 60.7969px; height: 71.7188px; } } @media (min-width: 992px) { .gp-component-id-pa4pfSrmBH_[data-gp-component] { width: 60.7969px; height: 71.7188px; } } @media (min-width: 1200px) { .gp-component-id-pa4pfSrmBH_[data-gp-component] { width: 60.7969px; height: 71.7188px; } } .gp-component-id-BrMFmUuYItm { align-items: center; display: flex; } .gp-component-id-eC0Qub2ydRP[data-gp-component] { background-color: rgba(255, 255, 255, 1); margin-bottom: 3rem; padding-left: 1rem; padding-right: 1rem; width: 100%; } @media (min-width: 640px) { .gp-component-id-eC0Qub2ydRP[data-gp-component] { background-color: rgba(255, 255, 255, 1); } } @media (min-width: 768px) { .gp-component-id-eC0Qub2ydRP[data-gp-component] { background-color: rgba(255, 255, 255, 1); margin-bottom: 0px; width: 33.3333%; } } @media (min-width: 992px) { .gp-component-id-eC0Qub2ydRP[data-gp-component] { background-color: rgba(255, 255, 255, 1); } } @media (min-width: 1200px) { .gp-component-id-eC0Qub2ydRP[data-gp-component] { background-color: rgba(255, 255, 255, 1); } } [data-gp-text] .gp-component-id-gZIgVWgyxJm { font-family: Poppins, sans-serif; font-size: 1.25rem; font-weight: 300; color: rgb(32, 45, 60); } @media (min-width: 640px) { [data-gp-text] .gp-component-id-gZIgVWgyxJm { font-family: Poppins, sans-serif; } } @media (min-width: 768px) { [data-gp-text] .gp-component-id-gZIgVWgyxJm { font-family: Poppins, sans-serif; } } @media (min-width: 992px) { [data-gp-text] .gp-component-id-gZIgVWgyxJm { font-family: Poppins, sans-serif; font-size: 1.5rem; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-gZIgVWgyxJm { font-family: Poppins, sans-serif; } } .gp-component-id-lc4i0UssTZ { padding-left: 1rem; } @media (min-width: 992px) { .gp-component-id-lc4i0UssTZ { padding-left: 1.5rem; } } .gp-component-id-9HTCcWsX0J[data-gp-component] { width: -295.594px; height: 76.406px; justify-content: flex-start; align-items: flex-start; display: inline-flex; object-position: center center; object-fit: cover; } @media (min-width: 640px) { .gp-component-id-9HTCcWsX0J[data-gp-component] { width: -295.594px; height: 76.406px; } } @media (min-width: 768px) { .gp-component-id-9HTCcWsX0J[data-gp-component] { width: -295.594px; height: 76.406px; } } @media (min-width: 992px) { .gp-component-id-9HTCcWsX0J[data-gp-component] { width: -295.594px; height: 76.406px; } } @media (min-width: 1200px) { .gp-component-id-9HTCcWsX0J[data-gp-component] { width: -295.594px; height: 76.406px; } } .gp-component-id-bb2ZnPRRAf { align-items: center; display: flex; } .gp-component-id-lpwSuxcQGf[data-gp-component] { border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; background-color: rgb(240, 242, 244); margin-bottom: 3rem; padding-left: 1rem; padding-right: 1rem; width: 100%; } @media (min-width: 640px) { .gp-component-id-lpwSuxcQGf[data-gp-component] { border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; background-color: rgb(240, 242, 244); } } @media (min-width: 768px) { .gp-component-id-lpwSuxcQGf[data-gp-component] { border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; background-color: rgb(240, 242, 244); margin-bottom: 0px; width: 33.3333%; } } @media (min-width: 992px) { .gp-component-id-lpwSuxcQGf[data-gp-component] { border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; background-color: rgb(240, 242, 244); } } @media (min-width: 1200px) { .gp-component-id-lpwSuxcQGf[data-gp-component] { border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; background-color: rgb(240, 242, 244); } } [data-gp-text] .gp-component-id-kE2vbcnQEI { font-family: Poppins, sans-serif; font-size: 1.25rem; font-weight: 300; color: rgb(32, 45, 60); } @media (min-width: 640px) { [data-gp-text] .gp-component-id-kE2vbcnQEI { font-family: Poppins, sans-serif; } } @media (min-width: 768px) { [data-gp-text] .gp-component-id-kE2vbcnQEI { font-family: Poppins, sans-serif; } } @media (min-width: 992px) { [data-gp-text] .gp-component-id-kE2vbcnQEI { font-family: Poppins, sans-serif; font-size: 1.5rem; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-kE2vbcnQEI { font-family: Poppins, sans-serif; } } .gp-component-id-bXV7sE7bLQ { padding-left: 1rem; } @media (min-width: 992px) { .gp-component-id-bXV7sE7bLQ { padding-left: 1.5rem; } } .gp-component-id-Ejf_sxZk9N { border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; display: inline-flex; align-items: flex-start; justify-content: flex-start; object-fit: cover; object-position: center center; } .gp-component-id-jXpNNrsj9I { align-items: center; display: flex; } .gp-component-id-0kH0S9YjTF[data-gp-component] { border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; background-color: rgba(240, 242, 244, 0.3); margin-bottom: 3rem; padding-left: 1rem; padding-right: 1rem; width: 100%; } @media (min-width: 640px) { .gp-component-id-0kH0S9YjTF[data-gp-component] { border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; background-color: rgba(240, 242, 244, 0.3); } } @media (min-width: 768px) { .gp-component-id-0kH0S9YjTF[data-gp-component] { border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; background-color: rgba(240, 242, 244, 0.3); margin-bottom: 0px; width: 33.3333%; } } @media (min-width: 992px) { .gp-component-id-0kH0S9YjTF[data-gp-component] { border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; background-color: rgba(240, 242, 244, 0.3); } } @media (min-width: 1200px) { .gp-component-id-0kH0S9YjTF[data-gp-component] { border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; background-color: rgba(240, 242, 244, 0.3); } } .gp-component-id-0A6C9Wsfk2 { width: 100%; flex-wrap: wrap; margin-right: auto; margin-left: auto; padding-top: 2.25rem; padding-bottom: 2.25rem; display: flex; } @media (min-width: 640px) { .gp-component-id-0A6C9Wsfk2 { max-width: 640px; } } @media (min-width: 768px) { .gp-component-id-0A6C9Wsfk2 { max-width: 768px; } } @media (min-width: 992px) { .gp-component-id-0A6C9Wsfk2 { max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-0A6C9Wsfk2 { max-width: 1200px; } } @media (max-width: 639px) { .gp-component-id-Smzb4Jqwax5 { font-family: "Open Sans" !important;font-size: 20px !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Smzb4Jqwax5 { font-family: "Open Sans" !important;font-size: 20px !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Smzb4Jqwax5 { font-family: "Open Sans" !important;font-size: 20px !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Smzb4Jqwax5 { font-family: "Open Sans" !important;font-size: 20px !important; } } @media (min-width: 1200px) { .gp-component-id-Smzb4Jqwax5 { font-family: "Open Sans" !important;font-size: 20px !important; } } .gp-component-id-QlAUkC_q3g { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-QlAUkC_q3g { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QlAUkC_q3g { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QlAUkC_q3g { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QlAUkC_q3g { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-QlAUkC_q3g { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-sGIiL5kk02E { display: flex;flex-direction: column; } @media (max-width: 639px) { .gp-component-id-sGIiL5kk02E { display: flex;flex-direction: column; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sGIiL5kk02E { display: flex;flex-direction: column; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sGIiL5kk02E { display: flex;flex-direction: column; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sGIiL5kk02E { display: flex;flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-sGIiL5kk02E { display: flex;flex-direction: column; } } @media (max-width: 639px) { .gp-component-id-xh2Bjo1y4J5 { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xh2Bjo1y4J5 { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xh2Bjo1y4J5 { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xh2Bjo1y4J5 { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-xh2Bjo1y4J5 { font-size: 18px;color: rgb(32, 45, 60);font-family: "Open Sans";margin-bottom: 8px;padding-bottom: 10px;align-items: flex-start;display: flex; } } .gp-component-id-3QqeWnyXQZg { display: flex;flex-direction: column; } @media (max-width: 639px) { .gp-component-id-3QqeWnyXQZg { display: flex;flex-direction: column; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3QqeWnyXQZg { display: flex;flex-direction: column; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3QqeWnyXQZg { display: flex;flex-direction: column; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3QqeWnyXQZg { display: flex;flex-direction: column; } } @media (min-width: 1200px) { .gp-component-id-3QqeWnyXQZg { display: flex;flex-direction: column; } } .gp-component-id-ihNuVs93Z2v { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-ihNuVs93Z2v { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ihNuVs93Z2v { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ihNuVs93Z2v { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ihNuVs93Z2v { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-ihNuVs93Z2v { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-0yVp7i09aAW { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-0yVp7i09aAW { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0yVp7i09aAW { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0yVp7i09aAW { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0yVp7i09aAW { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0yVp7i09aAW { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 639px) { .gp-component-id-ODwqzI14I9 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ODwqzI14I9 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ODwqzI14I9 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ODwqzI14I9 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-ODwqzI14I9 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-Is5NxxWulo { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Is5NxxWulo { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Is5NxxWulo { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Is5NxxWulo { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-Is5NxxWulo { width: 100%; } } .gp-component-id-OxuJL9wMTv { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-OxuJL9wMTv { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OxuJL9wMTv { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OxuJL9wMTv { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OxuJL9wMTv { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-OxuJL9wMTv { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-C9K3W0MX2w { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-C9K3W0MX2w { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-C9K3W0MX2w { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-C9K3W0MX2w { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-C9K3W0MX2w { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-C9K3W0MX2w { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-k8OsmguHtf { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-k8OsmguHtf { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-k8OsmguHtf { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-k8OsmguHtf { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-k8OsmguHtf { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-aCuheTy9_c { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aCuheTy9_c { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aCuheTy9_c { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aCuheTy9_c { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-aCuheTy9_c { width: 100%; } } .gp-component-id-40yjgbMUkI { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-40yjgbMUkI { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-40yjgbMUkI { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-40yjgbMUkI { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-40yjgbMUkI { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-40yjgbMUkI { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-ZRolLnJiie { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-ZRolLnJiie { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZRolLnJiie { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZRolLnJiie { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZRolLnJiie { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-ZRolLnJiie { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-OYspUO9s0M { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OYspUO9s0M { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OYspUO9s0M { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OYspUO9s0M { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-OYspUO9s0M { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-0YUcolIZ73 { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0YUcolIZ73 { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0YUcolIZ73 { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0YUcolIZ73 { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-0YUcolIZ73 { width: 100%; } } .gp-component-id-T3GVGPppW4 { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-T3GVGPppW4 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-T3GVGPppW4 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-T3GVGPppW4 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-T3GVGPppW4 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-T3GVGPppW4 { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-Jl3Xs9_W0y { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-Jl3Xs9_W0y { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Jl3Xs9_W0y { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Jl3Xs9_W0y { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Jl3Xs9_W0y { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-Jl3Xs9_W0y { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-vXVrFcLWWm { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vXVrFcLWWm { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vXVrFcLWWm { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vXVrFcLWWm { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-vXVrFcLWWm { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-nIYa_B0RdV { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nIYa_B0RdV { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nIYa_B0RdV { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nIYa_B0RdV { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-nIYa_B0RdV { width: 100%; } } .gp-component-id-f2m_DHz5XZ { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-f2m_DHz5XZ { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-f2m_DHz5XZ { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-f2m_DHz5XZ { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-f2m_DHz5XZ { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-f2m_DHz5XZ { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-HyaE5DPjRd { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-HyaE5DPjRd { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HyaE5DPjRd { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HyaE5DPjRd { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HyaE5DPjRd { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-HyaE5DPjRd { margin-left: -8px;margin-right: -8px; } } .gp-component-id-b1px4eV0Z8 { position: relative;z-index: 15; } @media (max-width: 639px) { .gp-component-id-b1px4eV0Z8 { position: relative;z-index: 15;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-b1px4eV0Z8 { position: relative;z-index: 15;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-b1px4eV0Z8 { position: relative;z-index: 15;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-b1px4eV0Z8 { position: relative;z-index: 15;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-b1px4eV0Z8 { position: relative;z-index: 15;box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-left: auto;margin-right: auto;margin-top: 20px;width: 100%;max-width: 1200px; } } .gp-component-id-tuMyzC_sk { z-index: auto;position: relative;min-height: 50px; } @media (max-width: 639px) { .gp-component-id-tuMyzC_sk { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tuMyzC_sk { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tuMyzC_sk { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tuMyzC_sk { z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-tuMyzC_sk { z-index: auto;position: relative;min-height: 50px; } } .gp-component-id-9oNzH85y84Q { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-9oNzH85y84Q { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9oNzH85y84Q { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9oNzH85y84Q { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9oNzH85y84Q { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-9oNzH85y84Q { width: 100%;height: 100%; } } .gp-component-id-0p966TTggj { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-0p966TTggj { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0p966TTggj { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0p966TTggj { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0p966TTggj { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-0p966TTggj { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-mLJ1SeAe55 { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-mLJ1SeAe55 { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mLJ1SeAe55 { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mLJ1SeAe55 { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mLJ1SeAe55 { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-mLJ1SeAe55 { width: 100%;height: 100%; } } .gp-component-id-dooEyPSxKy { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-dooEyPSxKy { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dooEyPSxKy { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dooEyPSxKy { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dooEyPSxKy { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-dooEyPSxKy { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-KelKz74vP8 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-KelKz74vP8 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KelKz74vP8 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KelKz74vP8 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KelKz74vP8 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-KelKz74vP8 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-vu2Wyohcf2 { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-vu2Wyohcf2 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vu2Wyohcf2 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vu2Wyohcf2 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vu2Wyohcf2 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-vu2Wyohcf2 { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-Ry24ya44LG { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-Ry24ya44LG { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ry24ya44LG { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ry24ya44LG { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ry24ya44LG { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-Ry24ya44LG { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px; } }
