 body { font-family: Inter } /* ========================================= EFGC Brand CSS Foundation Fonts, colors, and type scale ========================================= */
/* Optional font import if not already loaded */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root { /* Fonts */ --font-heading: "Manrope", sans-serif; --font-body: "Inter", sans-serif; /* Core colors */ --color-primary: #102A43; /* Deep Navy */ --color-secondary: #2F5D7E; /* Steel Blue */ --color-accent: #1F8A8A; /* Signal Teal */ --color-accent-warm: #D9A441; /* Amber Control Accent */ /* Neutrals */ --color-text: #1F2933; /* Charcoal text */ --color-text-muted: #52606D; /* Mid gray */ --color-text-soft: #5B6B7A; /* Slate gray */ --color-border: #D9E2EC; /* Light border */ --color-bg: #FFFFFF; /* White */ --color-bg-soft: #F5F7FA; /* Soft Cloud */ --color-section-wash: #EEF2F6; /* Section wash */ /* Optional logo red placeholder if you keep red in the system */ --color-brand-red: #C53D3D; /* Desktop type scale */ --fs-h1: 52px; --fs-h2: 40px; --fs-h3: 30px; --fs-h4: 24px; --fs-body-lg: 20px; --fs-body: 18px; --fs-small: 14px; --fs-button: 16px; /* Line heights */ --lh-h1: 1.1; --lh-h2: 1.18; --lh-h3: 1.22; --lh-h4: 1.25; --lh-body-lg: 1.6; --lh-body: 1.7; --lh-small: 1.45; /* Weights */ --fw-heading: 700; --fw-subheading: 600; --fw-label: 500; --fw-body: 400; /* Radius */ --radius-button: 12px; --radius-card: 16px;
}
/* Base */
html { font-size: 100%;
}
body { margin: 0; font-family: var(--font-body); font-size: var(--fs-body); line-height: var(--lh-body); font-weight: var(--fw-body); color: var(--color-text); background: var(--color-bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
/* Headings */
h1, h2, h3, h4, h5, h6 { margin-top: 0; color: var(--color-primary); font-family: var(--font-heading); letter-spacing: -0.02em;
}
h1 { font-size: var(--fs-h1); line-height: var(--lh-h1); font-weight: var(--fw-heading);
}
h2 { font-size: var(--fs-h2); line-height: var(--lh-h2); font-weight: var(--fw-heading);
}
h3 { font-size: var(--fs-h3); line-height: var(--lh-h3); font-weight: var(--fw-heading);
}
h4 { font-size: var(--fs-h4); line-height: var(--lh-h4); font-weight: 650; /* falls back to 700 if unavailable */
}
/* Body text helpers */
p,
li,
blockquote { font-size: var(--fs-body); line-height: var(--lh-body); color: var(--color-text);
}
.text-lg { font-size: var(--fs-body-lg); line-height: var(--lh-body-lg);
}
.text-sm,
small,
.meta { font-size: var(--fs-small); line-height: var(--lh-small); color: var(--color-text-muted);
}
.eyebrow,
.label { font-size: 14px; line-height: 1.4; font-weight: var(--fw-label); letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-secondary);
}
/* Links */
a { color: var(--color-secondary); text-decoration: none;
}
a:hover,
a:focus { text-decoration: underline;
}
/* Buttons */
.button,
button,
input[type="submit"] { display: inline-block; font-family: var(--font-body); font-size: var(--fs-button); font-weight: 600; line-height: 1.2; padding: 14px 24px; border-radius: var(--radius-button); border: 1px solid transparent; cursor: pointer;
}
/* Recommended primary CTA */
.button-primary { background: var(--color-primary); color: #FFFFFF;
}
.button-primary:hover,
.button-primary:focus { background: #0D2236;
}
/* Secondary CTA */
.button-secondary { background: #FFFFFF; color: var(--color-secondary); border-color: var(--color-secondary);
}
.button-secondary:hover,
.button-secondary:focus { background: var(--color-bg-soft);
}
/* Optional red CTA if you decide to keep logo red as CTA color */
.button-red { background: var(--color-brand-red); color: #FFFFFF;
}
.button-red:hover,
.button-red:focus { filter: brightness(0.95);
}
/* Utility classes */
.bg-soft { background: var(--color-bg-soft);
}
.bg-dark { background: var(--color-primary); color: #FFFFFF;
}
.border-soft { border: 1px solid var(--color-border);
}
.text-muted { color: var(--color-text-muted);
}
.text-soft { color: var(--color-text-soft);
}
.text-primary { color: var(--color-primary);
}
.text-secondary { color: var(--color-secondary);
}
.text-accent { color: var(--color-accent);
}
.text-warm { color: var(--color-accent-warm);
}
/* Mobile type scale */
@media (max-width: 767px) { :root { --fs-h1: 38px; --fs-h2: 30px; --fs-h3: 24px; --fs-h4: 22px; --fs-body-lg: 18px; --fs-body: 16px; --fs-small: 14px; --fs-button: 16px; } body { font-size: var(--fs-body); }
} *{} #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) { .global-style-JtBm_bJrA { letter-spacing: 0.05em;font-family: Inter; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-JtBm_bJrA { letter-spacing: 0.05em;font-family: Inter; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-JtBm_bJrA { letter-spacing: 0.05em;font-family: Inter; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-JtBm_bJrA { letter-spacing: 0.05em;font-family: Inter; } } @media (min-width: 1200px) { .global-style-JtBm_bJrA { letter-spacing: 0.05em;font-family: Inter; } } @media (max-width: 639px) { .global-style-jpxvP5Hub { font-size: 48px !important;font-weight: 600 !important;color: rgba(16, 42, 67, 1);text-align: center;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-jpxvP5Hub { font-size: 48px !important;font-weight: 600 !important;color: rgba(16, 42, 67, 1);text-align: center;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-jpxvP5Hub { font-size: 48px !important;font-weight: 600 !important;color: rgba(16, 42, 67, 1);text-align: center;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-jpxvP5Hub { font-size: 48px !important;font-weight: 600 !important;color: rgba(16, 42, 67, 1);text-align: center;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { .global-style-jpxvP5Hub { font-size: 48px !important;font-weight: 600 !important;color: rgba(16, 42, 67, 1);text-align: left;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;width: 100%; } } @media (max-width: 639px) { .global-style-rVHN2BqX0 { font-size: 15px !important; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-rVHN2BqX0 { font-size: 15px !important; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-rVHN2BqX0 { font-size: 15px !important; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-rVHN2BqX0 { font-size: 15px !important; } } @media (min-width: 1200px) { .global-style-rVHN2BqX0 { font-size: 15px !important; } } .global-style-5lZU3WAAt { font-size: 24px;color: rgb(32, 45, 60);font-weight: 700;margin-top: 0px;margin-right: 0px;margin-bottom: 8px;margin-left: 0px; } @media (max-width: 639px) { .global-style-5lZU3WAAt { font-size: 28px !important;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-5lZU3WAAt { font-size: 28px !important;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-5lZU3WAAt { font-size: 28px !important;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-5lZU3WAAt { font-size: 28px !important;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (min-width: 1200px) { .global-style-5lZU3WAAt { font-size: 28px !important;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } .global-style-5lZU3WAAt:not([data-gp-component="block"]), .global-style-5lZU3WAAt [data-section-overlay] { background-color: undefined; } @media (max-width: 639px) { .global-style-1QkEwvaT9 { text-align: center;padding-left: 158px;padding-right: 158px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-1QkEwvaT9 { text-align: center;padding-left: 158px;padding-right: 158px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-1QkEwvaT9 { text-align: center;padding-left: 158px;padding-right: 158px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-1QkEwvaT9 { text-align: center;padding-left: 158px;padding-right: 158px; } } @media (min-width: 1200px) { .global-style-1QkEwvaT9 { text-align: center;padding-left: 158px;padding-right: 158px; } } @media (max-width: 639px) { .global-style-5RlfHqIiH { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-5RlfHqIiH { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-5RlfHqIiH { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-5RlfHqIiH { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (min-width: 1200px) { .global-style-5RlfHqIiH { font-size: 42px !important;font-weight: 600;color: rgb(16, 42, 67);text-align: left;padding-left: 80px;padding-right: 80px; } } @media (max-width: 639px) { .global-style-KFI9SgbZ0 { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-KFI9SgbZ0 { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-KFI9SgbZ0 { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-KFI9SgbZ0 { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (min-width: 1200px) { .global-style-KFI9SgbZ0 { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 639px) { .global-style-KFI9SgbZ0:not([data-gp-component="block"]), .global-style-KFI9SgbZ0 [data-section-overlay] { background-color: rgba(16, 42, 67, 1); } } @media (max-width: 767px) and (min-width: 640px) { .global-style-KFI9SgbZ0:not([data-gp-component="block"]), .global-style-KFI9SgbZ0 [data-section-overlay] { background-color: rgba(16, 42, 67, 1); } } @media (max-width: 991px) and (min-width: 768px) { .global-style-KFI9SgbZ0:not([data-gp-component="block"]), .global-style-KFI9SgbZ0 [data-section-overlay] { background-color: rgba(16, 42, 67, 1); } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-KFI9SgbZ0:not([data-gp-component="block"]), .global-style-KFI9SgbZ0 [data-section-overlay] { background-color: rgba(16, 42, 67, 1); } } @media (min-width: 1200px) { .global-style-KFI9SgbZ0:not([data-gp-component="block"]), .global-style-KFI9SgbZ0 [data-section-overlay] { background-color: rgba(16, 42, 67, 1); } } @media (max-width: 639px) { .global-style-cnR8iBkoc { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .global-style-cnR8iBkoc:hover,.global-style-cnR8iBkoc.gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-cnR8iBkoc { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .global-style-cnR8iBkoc:hover,.global-style-cnR8iBkoc.gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-cnR8iBkoc { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .global-style-cnR8iBkoc:hover,.global-style-cnR8iBkoc.gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-cnR8iBkoc { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .global-style-cnR8iBkoc:hover,.global-style-cnR8iBkoc.gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (min-width: 1200px) { .global-style-cnR8iBkoc { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .global-style-cnR8iBkoc:hover,.global-style-cnR8iBkoc.gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 639px) { .global-style-cnR8iBkoc:not([data-gp-component="block"]), .global-style-cnR8iBkoc [data-section-overlay] { background-color: rgb(255, 255, 255); } .global-style-cnR8iBkoc:not([data-gp-component="block"]):hover,.global-style-cnR8iBkoc:not([data-gp-component="block"]).gp-hover, .global-style-cnR8iBkoc [data-section-overlay]:hover, .global-style-cnR8iBkoc [data-section-overlay].gp-hover { background-color: rgb(255, 255, 255); } } @media (max-width: 767px) and (min-width: 640px) { .global-style-cnR8iBkoc:not([data-gp-component="block"]), .global-style-cnR8iBkoc [data-section-overlay] { background-color: rgb(255, 255, 255); } .global-style-cnR8iBkoc:not([data-gp-component="block"]):hover,.global-style-cnR8iBkoc:not([data-gp-component="block"]).gp-hover, .global-style-cnR8iBkoc [data-section-overlay]:hover, .global-style-cnR8iBkoc [data-section-overlay].gp-hover { background-color: rgb(255, 255, 255); } } @media (max-width: 991px) and (min-width: 768px) { .global-style-cnR8iBkoc:not([data-gp-component="block"]), .global-style-cnR8iBkoc [data-section-overlay] { background-color: rgb(255, 255, 255); } .global-style-cnR8iBkoc:not([data-gp-component="block"]):hover,.global-style-cnR8iBkoc:not([data-gp-component="block"]).gp-hover, .global-style-cnR8iBkoc [data-section-overlay]:hover, .global-style-cnR8iBkoc [data-section-overlay].gp-hover { background-color: rgb(255, 255, 255); } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-cnR8iBkoc:not([data-gp-component="block"]), .global-style-cnR8iBkoc [data-section-overlay] { background-color: rgb(255, 255, 255); } .global-style-cnR8iBkoc:not([data-gp-component="block"]):hover,.global-style-cnR8iBkoc:not([data-gp-component="block"]).gp-hover, .global-style-cnR8iBkoc [data-section-overlay]:hover, .global-style-cnR8iBkoc [data-section-overlay].gp-hover { background-color: rgb(255, 255, 255); } } @media (min-width: 1200px) { .global-style-cnR8iBkoc:not([data-gp-component="block"]), .global-style-cnR8iBkoc [data-section-overlay] { background-color: rgb(255, 255, 255); } .global-style-cnR8iBkoc:not([data-gp-component="block"]):hover,.global-style-cnR8iBkoc:not([data-gp-component="block"]).gp-hover, .global-style-cnR8iBkoc [data-section-overlay]:hover, .global-style-cnR8iBkoc [data-section-overlay].gp-hover { background-color: rgb(255, 255, 255); } } @media (max-width: 639px) { .global-style-Oj_4wn8Gx { font-size: 16px;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;width: 100%;height: auto;display: inline-flex;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: inherit;cursor: pointer;font-style: inherit; } .global-style-Oj_4wn8Gx:hover,.global-style-Oj_4wn8Gx.gp-hover { font-size: 16px !important;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;width: 100%;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-Oj_4wn8Gx { font-size: 16px;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;width: 100%;height: auto;display: inline-flex;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: inherit;cursor: pointer;font-style: inherit; } .global-style-Oj_4wn8Gx:hover,.global-style-Oj_4wn8Gx.gp-hover { font-size: 16px !important;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;width: 100%;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-Oj_4wn8Gx { font-size: 16px;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;width: 100%;height: auto;display: inline-flex;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: inherit;cursor: pointer;font-style: inherit; } .global-style-Oj_4wn8Gx:hover,.global-style-Oj_4wn8Gx.gp-hover { font-size: 16px !important;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;width: 100%;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-Oj_4wn8Gx { font-size: 16px;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;width: 100%;height: auto;display: inline-flex;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: inherit;cursor: pointer;font-style: inherit; } .global-style-Oj_4wn8Gx:hover,.global-style-Oj_4wn8Gx.gp-hover { font-size: 16px !important;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;width: 100%;font-style: inherit;text-decoration-line: underline ; } } @media (min-width: 1200px) { .global-style-Oj_4wn8Gx { font-size: 16px;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;width: 100%;height: auto;display: inline-flex;text-decoration-color: initial;text-decoration-style: initial;text-decoration-line: inherit;cursor: pointer;font-style: inherit; } .global-style-Oj_4wn8Gx:hover,.global-style-Oj_4wn8Gx.gp-hover { font-size: 16px !important;font-weight: 500;color: rgba(47, 93, 126, 1);font-family: Inter;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;width: 100%;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 639px) { .global-style-Ms38McAbF { font-size: 18px !important;font-weight: 500 !important;color: rgb(47, 93, 126);text-align: right;font-family: Inter !important;padding-top: 8px;padding-bottom: 8px;width: 304px;height: 45px;display: block;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;cursor: pointer;text-decoration-line: inherit;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } .global-style-Ms38McAbF:hover,.global-style-Ms38McAbF.gp-hover { font-size: 18px !important;font-weight: 600;color: rgba(47, 93, 126, 1);text-align: right;font-family: Inter;padding-top: 8px;padding-bottom: 8px;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-Ms38McAbF { font-size: 18px !important;font-weight: 500 !important;color: rgb(47, 93, 126);text-align: right;font-family: Inter !important;padding-top: 8px;padding-bottom: 8px;width: 304px;height: 45px;display: block;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;cursor: pointer;text-decoration-line: inherit;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } .global-style-Ms38McAbF:hover,.global-style-Ms38McAbF.gp-hover { font-size: 18px !important;font-weight: 600;color: rgba(47, 93, 126, 1);text-align: right;font-family: Inter;padding-top: 8px;padding-bottom: 8px;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-Ms38McAbF { font-size: 18px !important;font-weight: 500 !important;color: rgb(47, 93, 126);text-align: right;font-family: Inter !important;padding-top: 8px;padding-bottom: 8px;width: 304px;height: 45px;display: block;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;cursor: pointer;text-decoration-line: inherit;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } .global-style-Ms38McAbF:hover,.global-style-Ms38McAbF.gp-hover { font-size: 18px !important;font-weight: 600;color: rgba(47, 93, 126, 1);text-align: right;font-family: Inter;padding-top: 8px;padding-bottom: 8px;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-Ms38McAbF { font-size: 18px !important;font-weight: 500 !important;color: rgb(47, 93, 126);text-align: right;font-family: Inter !important;padding-top: 8px;padding-bottom: 8px;width: 304px;height: 45px;display: block;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;cursor: pointer;text-decoration-line: inherit;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } .global-style-Ms38McAbF:hover,.global-style-Ms38McAbF.gp-hover { font-size: 18px !important;font-weight: 600;color: rgba(47, 93, 126, 1);text-align: right;font-family: Inter;padding-top: 8px;padding-bottom: 8px;font-style: inherit;text-decoration-line: underline ; } } @media (min-width: 1200px) { .global-style-Ms38McAbF { font-size: 18px !important;font-weight: 500 !important;color: rgb(47, 93, 126);text-align: right;font-family: Inter !important;padding-top: 8px;padding-bottom: 8px;width: 304px;height: 45px;display: block;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;cursor: pointer;text-decoration-line: inherit;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } .global-style-Ms38McAbF:hover,.global-style-Ms38McAbF.gp-hover { font-size: 18px !important;font-weight: 600;color: rgba(47, 93, 126, 1);text-align: right;font-family: Inter;padding-top: 8px;padding-bottom: 8px;font-style: inherit;text-decoration-line: underline ; } } @media (max-width: 639px) { .global-style-Ms38McAbF:not([data-gp-component="block"]), .global-style-Ms38McAbF [data-section-overlay] { background-color: transparent; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-Ms38McAbF:not([data-gp-component="block"]), .global-style-Ms38McAbF [data-section-overlay] { background-color: transparent; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-Ms38McAbF:not([data-gp-component="block"]), .global-style-Ms38McAbF [data-section-overlay] { background-color: transparent; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-Ms38McAbF:not([data-gp-component="block"]), .global-style-Ms38McAbF [data-section-overlay] { background-color: transparent; } } @media (min-width: 1200px) { .global-style-Ms38McAbF:not([data-gp-component="block"]), .global-style-Ms38McAbF [data-section-overlay] { background-color: transparent; } } @media (max-width: 639px) { .global-style-T9nRuaPT5 { font-size: 20px !important;letter-spacing: 0.05em;font-family: Inter !important;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-T9nRuaPT5 { font-size: 20px !important;letter-spacing: 0.05em;font-family: Inter !important;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-T9nRuaPT5 { font-size: 20px !important;letter-spacing: 0.05em;font-family: Inter !important;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-T9nRuaPT5 { font-size: 20px !important;letter-spacing: 0.05em;font-family: Inter !important;padding-bottom: 20px; } } @media (min-width: 1200px) { .global-style-T9nRuaPT5 { font-size: 20px !important;letter-spacing: 0.05em;font-family: Inter !important;padding-bottom: 20px; } } @media (max-width: 639px) { .global-style-KQNO9hxK1 { font-size: 24px;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-KQNO9hxK1 { font-size: 24px;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-KQNO9hxK1 { font-size: 24px;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-KQNO9hxK1 { font-size: 24px;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (min-width: 1200px) { .global-style-KQNO9hxK1 { font-size: 24px;font-weight: 700;color: rgb(32, 45, 60);font-family: Manrope;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 8px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-oIIdY0_F0 { font-size: 36px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-oIIdY0_F0 { font-size: 48px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: center;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-oIIdY0_F0 { font-size: 40px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-oIIdY0_F0 { font-size: 48px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: center;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;padding-bottom: 0px;width: 100%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-oIIdY0_F0 { font-size: 48px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;line-height: 1.5;font-family: Manrope !important;margin-bottom: 20px;padding-bottom: 0px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-WEc1zi_Uik[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WEc1zi_Uik[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WEc1zi_Uik[data-gp-component] { padding-left: 20px;padding-right: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WEc1zi_Uik[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-WEc1zi_Uik[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 639px) { .gp-component-id-Dm6WJL6waq[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Dm6WJL6waq[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Dm6WJL6waq[data-gp-component] { margin-left: 0px;margin-right: 0px;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Dm6WJL6waq[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-Dm6WJL6waq[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;position: relative;z-index: 15; } } @media (max-width: 639px) { .gp-component-id-HYcOvk0gN[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 120px;padding-bottom: 120px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HYcOvk0gN[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 120px;padding-bottom: 120px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HYcOvk0gN[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 40px;padding-bottom: 40px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HYcOvk0gN[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 120px;padding-bottom: 120px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-HYcOvk0gN[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 120px;padding-bottom: 120px;z-index: auto;position: relative;min-height: 50px; } } .gp-component-id-HYcOvk0gN.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-HYcOvk0gN.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-HYcOvk0gN.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-HYcOvk0gN.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-HYcOvk0gN.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-HYcOvk0gN.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-ZkOzaIol8[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 40px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZkOzaIol8[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 20px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZkOzaIol8[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 20px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZkOzaIol8[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 147px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (min-width: 1200px) { .gp-component-id-ZkOzaIol8[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 147px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-8Jn1V71jI { margin-bottom: 10px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-8Jn1V71jI { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-8Jn1V71jI { margin-bottom: 10px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-8Jn1V71jI { margin-bottom: 10px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-8Jn1V71jI { margin-bottom: 10px;padding-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-ly900RUyY[data-gp-component] { margin-left: 20px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ly900RUyY[data-gp-component] { margin-left: -80px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ly900RUyY[data-gp-component] { margin-left: -80px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ly900RUyY[data-gp-component] { margin-left: -80px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (min-width: 1200px) { .gp-component-id-ly900RUyY[data-gp-component] { margin-left: -80px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 639px) { .gp-component-id-0MPOH6qFcF[data-gp-component] { margin-left: 0px;margin-right: 0px;padding-left: 20px;padding-right: 20px;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0MPOH6qFcF[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 80px;padding-right: 80px;width: 100%;max-width: 640px;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0MPOH6qFcF[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 80px;padding-right: 80px;width: 100%;max-width: 768px;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0MPOH6qFcF[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 80px;padding-right: 80px;width: 100%;max-width: 992px;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-0MPOH6qFcF[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 80px;padding-right: 80px;width: 100%;max-width: 1200px;z-index: 15;position: relative; } } @media (max-width: 639px) { .gp-component-id-0XseovZAxz[data-gp-component] { margin-left: 20px;margin-right: 20px;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-0XseovZAxz[data-gp-component] { margin-left: 80px;margin-right: 80px;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-0XseovZAxz[data-gp-component] { margin-left: 80px;margin-right: 80px;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-0XseovZAxz[data-gp-component] { margin-left: 80px;margin-right: 80px;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0XseovZAxz[data-gp-component] { margin-left: 80px;margin-right: 80px;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-sLu1Vt5DS[data-gp-component] { background-size: cover;padding-left: 10px;padding-right: 10px;padding-top: 48px;padding-bottom: 0px;position: relative;z-index: 10;background-position-y: 50%;background-position-x: 50%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sLu1Vt5DS[data-gp-component] { background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 0px;position: relative;z-index: 10;background-position-y: 50%;background-position-x: 50%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sLu1Vt5DS[data-gp-component] { background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 80px;padding-bottom: 0px;position: relative;z-index: 10;background-position-y: 50%;background-position-x: 50%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sLu1Vt5DS[data-gp-component] { background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 80px;padding-bottom: 0px;position: relative;z-index: 10;background-position-y: 50%;background-position-x: 50%; } } @media (min-width: 1200px) { .gp-component-id-sLu1Vt5DS[data-gp-component] { background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 80px;padding-bottom: 0px;position: relative;z-index: 10;background-position-y: 50%;background-position-x: 50%; } } .gp-component-id-sLu1Vt5DS.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-sLu1Vt5DS.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sLu1Vt5DS.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sLu1Vt5DS.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sLu1Vt5DS.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-sLu1Vt5DS.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-95Y79bL_B6 { font-size: 36px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-95Y79bL_B6 { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-95Y79bL_B6 { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-95Y79bL_B6 { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-95Y79bL_B6 { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-m0XAeZA7H { font-size: 31px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-m0XAeZA7H { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-m0XAeZA7H { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-m0XAeZA7H { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-m0XAeZA7H { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-6f_H4bxazS { font-size: 35px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-6f_H4bxazS { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-6f_H4bxazS { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-6f_H4bxazS { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-6f_H4bxazS { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px; } } @media (max-width: 639px) { .gp-component-id-PPEM7fGpvG[data-gp-component] { font-size: 16px !important;font-weight: 700 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 0px;padding-left: 0px;padding-right: 0px;padding-top: 12px;padding-bottom: 12px;height: 100%;max-width: 30%;list-style-type: none;cursor: pointer; } .gp-component-id-PPEM7fGpvG[data-gp-component]:hover,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-PPEM7fGpvG[data-gp-component]:active,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-PPEM7fGpvG[data-gp-component]:focus,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PPEM7fGpvG[data-gp-component] { font-size: 16px !important;font-weight: 700 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 0px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;height: 100%;max-width: 30%;list-style-type: none;cursor: pointer; } .gp-component-id-PPEM7fGpvG[data-gp-component]:hover,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-PPEM7fGpvG[data-gp-component]:active,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-PPEM7fGpvG[data-gp-component]:focus,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PPEM7fGpvG[data-gp-component] { font-size: 16px !important;font-weight: 700 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 0px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;height: 100%;max-width: 30%;list-style-type: none;cursor: pointer; } .gp-component-id-PPEM7fGpvG[data-gp-component]:hover,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-PPEM7fGpvG[data-gp-component]:active,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-PPEM7fGpvG[data-gp-component]:focus,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PPEM7fGpvG[data-gp-component] { font-size: 16px !important;font-weight: 700 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 0px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;height: 100%;max-width: 30%;list-style-type: none;cursor: pointer; } .gp-component-id-PPEM7fGpvG[data-gp-component]:hover,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-PPEM7fGpvG[data-gp-component]:active,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-PPEM7fGpvG[data-gp-component]:focus,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (min-width: 1200px) { .gp-component-id-PPEM7fGpvG[data-gp-component] { font-size: 16px !important;font-weight: 700 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 0px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;height: 100%;max-width: 30%;list-style-type: none;cursor: pointer; } .gp-component-id-PPEM7fGpvG[data-gp-component]:hover,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-PPEM7fGpvG[data-gp-component]:active,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-PPEM7fGpvG[data-gp-component]:focus,.gp-component-id-PPEM7fGpvG[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (max-width: 639px) { .gp-component-id-RAKHTzV0wC[data-gp-component] { font-size: 16px !important;font-weight: 700 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 12px;padding-left: 0px;padding-right: 0px;padding-top: 12px;padding-bottom: 12px;max-width: 31%;cursor: pointer;list-style-type: none; } .gp-component-id-RAKHTzV0wC[data-gp-component]:hover,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-RAKHTzV0wC[data-gp-component]:active,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 0px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-RAKHTzV0wC[data-gp-component]:focus,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RAKHTzV0wC[data-gp-component] { font-size: 16px !important;font-weight: 700 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 24px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;max-width: 31%;cursor: pointer;list-style-type: none; } .gp-component-id-RAKHTzV0wC[data-gp-component]:hover,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-RAKHTzV0wC[data-gp-component]:active,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 0px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-RAKHTzV0wC[data-gp-component]:focus,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RAKHTzV0wC[data-gp-component] { font-size: 16px !important;font-weight: 700 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 24px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;max-width: 31%;cursor: pointer;list-style-type: none; } .gp-component-id-RAKHTzV0wC[data-gp-component]:hover,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-RAKHTzV0wC[data-gp-component]:active,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 0px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-RAKHTzV0wC[data-gp-component]:focus,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RAKHTzV0wC[data-gp-component] { font-size: 16px !important;font-weight: 700 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 24px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;max-width: 31%;cursor: pointer;list-style-type: none; } .gp-component-id-RAKHTzV0wC[data-gp-component]:hover,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-RAKHTzV0wC[data-gp-component]:active,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 0px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-RAKHTzV0wC[data-gp-component]:focus,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (min-width: 1200px) { .gp-component-id-RAKHTzV0wC[data-gp-component] { font-size: 16px !important;font-weight: 700 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 24px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;max-width: 31%;cursor: pointer;list-style-type: none; } .gp-component-id-RAKHTzV0wC[data-gp-component]:hover,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-RAKHTzV0wC[data-gp-component]:active,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 0px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-RAKHTzV0wC[data-gp-component]:focus,.gp-component-id-RAKHTzV0wC[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (max-width: 639px) { .gp-component-id-pvUD385l7X[data-gp-component] { font-size: 16px !important;font-weight: 600 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 12px;padding-left: 0px;padding-right: 0px;padding-top: 12px;padding-bottom: 12px;max-width: 30%;list-style-type: none;cursor: pointer; } .gp-component-id-pvUD385l7X[data-gp-component]:hover,.gp-component-id-pvUD385l7X[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-pvUD385l7X[data-gp-component]:active,.gp-component-id-pvUD385l7X[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-pvUD385l7X[data-gp-component]:focus,.gp-component-id-pvUD385l7X[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pvUD385l7X[data-gp-component] { font-size: 16px !important;font-weight: 600 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 24px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;max-width: 30%;list-style-type: none;cursor: pointer; } .gp-component-id-pvUD385l7X[data-gp-component]:hover,.gp-component-id-pvUD385l7X[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-pvUD385l7X[data-gp-component]:active,.gp-component-id-pvUD385l7X[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-pvUD385l7X[data-gp-component]:focus,.gp-component-id-pvUD385l7X[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pvUD385l7X[data-gp-component] { font-size: 16px !important;font-weight: 600 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 24px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;max-width: 30%;list-style-type: none;cursor: pointer; } .gp-component-id-pvUD385l7X[data-gp-component]:hover,.gp-component-id-pvUD385l7X[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-pvUD385l7X[data-gp-component]:active,.gp-component-id-pvUD385l7X[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-pvUD385l7X[data-gp-component]:focus,.gp-component-id-pvUD385l7X[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pvUD385l7X[data-gp-component] { font-size: 16px !important;font-weight: 600 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 24px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;max-width: 30%;list-style-type: none;cursor: pointer; } .gp-component-id-pvUD385l7X[data-gp-component]:hover,.gp-component-id-pvUD385l7X[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-pvUD385l7X[data-gp-component]:active,.gp-component-id-pvUD385l7X[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-pvUD385l7X[data-gp-component]:focus,.gp-component-id-pvUD385l7X[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (min-width: 1200px) { .gp-component-id-pvUD385l7X[data-gp-component] { font-size: 16px !important;font-weight: 600 !important;color: rgb(255, 255, 255);letter-spacing: 0.05em;line-height: 1.25;border-top-left-radius: 8px;border-top-right-radius: 8px;background-color: rgb(47, 93, 126);margin-right: 24px;padding-left: 28px;padding-right: 28px;padding-top: 12px;padding-bottom: 12px;max-width: 30%;list-style-type: none;cursor: pointer; } .gp-component-id-pvUD385l7X[data-gp-component]:hover,.gp-component-id-pvUD385l7X[data-gp-component].gp-hover { background-color: rgb(16, 42, 67); } .gp-component-id-pvUD385l7X[data-gp-component]:active,.gp-component-id-pvUD385l7X[data-gp-component].gp-active { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255); } .gp-component-id-pvUD385l7X[data-gp-component]:focus,.gp-component-id-pvUD385l7X[data-gp-component].gp-focus { color: rgb(16, 42, 67);border-left-style: solid;border-right-style: solid;border-top-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-left-color: rgb(16, 42, 67);border-right-color: rgb(16, 42, 67);border-top-color: rgb(16, 42, 67);background-color: rgb(255, 255, 255); } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-6D17YD5Xb { font-size: 34px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-6D17YD5Xb { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-6D17YD5Xb { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-6D17YD5Xb { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-6D17YD5Xb { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 10px; } } @media (max-width: 639px) { .gp-component-id-jyxG38CTbi[data-gp-component] { margin-left: 40px;padding-left: 0px;padding-right: 0px;width: null;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jyxG38CTbi[data-gp-component] { margin-left: 40px;padding-left: 0px;padding-right: 0px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jyxG38CTbi[data-gp-component] { margin-left: 40px;padding-left: 0px;padding-right: 0px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jyxG38CTbi[data-gp-component] { margin-left: 40px;padding-left: 0px;padding-right: 0px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-jyxG38CTbi[data-gp-component] { margin-left: 40px;padding-left: 0px;padding-right: 0px;width: 1045px;height: 100%; } } @media (max-width: 639px) { .gp-component-id-9BpnPF7rJg[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 3px;border-bottom-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);margin-left: 0px;padding-left: 24px;padding-right: 24px;padding-top: 36px;padding-bottom: 30px;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9BpnPF7rJg[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 3px;border-bottom-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);margin-left: 0px;padding-left: 48px;padding-right: 48px;padding-top: 36px;padding-bottom: 30px;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9BpnPF7rJg[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 3px;border-bottom-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);margin-left: 0px;padding-left: 48px;padding-right: 48px;padding-top: 36px;padding-bottom: 30px;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9BpnPF7rJg[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 3px;border-bottom-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);margin-left: 0px;padding-left: 48px;padding-right: 48px;padding-top: 36px;padding-bottom: 30px;position: relative; } } @media (min-width: 1200px) { .gp-component-id-9BpnPF7rJg[data-gp-component] { border-left-width: 1px;border-right-width: 1px;border-top-width: 3px;border-bottom-width: 1px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);margin-left: 0px;padding-left: 48px;padding-right: 48px;padding-top: 36px;padding-bottom: 30px;position: relative; } } @media (max-width: 639px) { .gp-component-id-Bf_H6iurY[data-gp-component] { margin-bottom: 0px;padding-top: 50px;padding-bottom: 20px;width: 100%;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Bf_H6iurY[data-gp-component] { margin-bottom: 0px;padding-top: 50px;padding-bottom: 20px;width: 100%;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Bf_H6iurY[data-gp-component] { margin-bottom: 0px;padding-top: 50px;padding-bottom: 20px;width: 100%;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Bf_H6iurY[data-gp-component] { margin-bottom: 0px;padding-top: 50px;padding-bottom: 20px;width: 100%;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-Bf_H6iurY[data-gp-component] { margin-bottom: 0px;padding-top: 50px;padding-bottom: 20px;width: 100%;min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-Bf_H6iurY.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } @media (max-width: 639px) { .gp-component-id-Bf_H6iurY.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-Bf_H6iurY.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-Bf_H6iurY.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-Bf_H6iurY.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-Bf_H6iurY.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-Nzjq5v7LpA[data-gp-component] { width: 95%;height: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Nzjq5v7LpA[data-gp-component] { width: 95%;height: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Nzjq5v7LpA[data-gp-component] { width: 95%;height: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Nzjq5v7LpA[data-gp-component] { width: 95%;height: auto; } } @media (min-width: 1200px) { .gp-component-id-Nzjq5v7LpA[data-gp-component] { width: 95%;height: auto; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-STdI2xuYik { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-STdI2xuYik { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-STdI2xuYik { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-STdI2xuYik { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-STdI2xuYik { font-size: 42px !important;font-weight: 600 !important;color: rgb(16, 42, 67);text-align: left;padding-left: 0px;padding-right: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-q_cVV0o4ez[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;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-q_cVV0o4ez[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;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-q_cVV0o4ez[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;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-q_cVV0o4ez[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-q_cVV0o4ez[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;max-width: 960px;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-6Dv9mXh0HD[data-gp-component] { color: rgba(16, 42, 67, 1);line-height: 1;padding-right: 18px;width: 38px;height: 24px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6Dv9mXh0HD[data-gp-component] { color: rgba(16, 42, 67, 1);line-height: 1;padding-right: 18px;width: 38px;height: 24px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6Dv9mXh0HD[data-gp-component] { color: rgba(16, 42, 67, 1);line-height: 1;padding-right: 18px;width: 38px;height: 24px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6Dv9mXh0HD[data-gp-component] { color: rgba(16, 42, 67, 1);line-height: 1;padding-right: 18px;width: 38px;height: 24px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (min-width: 1200px) { .gp-component-id-6Dv9mXh0HD[data-gp-component] { color: rgba(16, 42, 67, 1);line-height: 1;padding-right: 18px;width: 38px;height: 24px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 639px) { .gp-component-id-M1sHa3diIf[data-gp-component] { margin-left: 0px;margin-right: 0px;padding-left: 0px;padding-right: 0px;width: 100%;max-width: 95%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-M1sHa3diIf[data-gp-component] { margin-left: 0px;margin-right: 0px;padding-left: 0px;padding-right: 0px;width: 100%;max-width: 95%;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-M1sHa3diIf[data-gp-component] { margin-left: 0px;margin-right: 0px;padding-left: 0px;padding-right: 0px;width: 100%;max-width: 90%;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-M1sHa3diIf[data-gp-component] { margin-left: 0px;margin-right: 0px;padding-left: 0px;padding-right: 0px;width: 100%;max-width: 80%;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-M1sHa3diIf[data-gp-component] { margin-left: 0px;margin-right: 0px;padding-left: 0px;padding-right: 0px;width: 100%;max-width: 50%;position: relative;z-index: 15; } } @media (max-width: 639px) { .gp-component-id-AGR6LuqZq[data-gp-component] { border-bottom-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-bottom-color: rgb(217, 226, 236);background-color: rgb(255, 255, 255);padding-top: 20px;z-index: auto !important;animation-duration: 1s;animation-fill-mode: both;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AGR6LuqZq[data-gp-component] { border-bottom-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-bottom-color: rgb(217, 226, 236);background-color: rgb(255, 255, 255);padding-top: 20px;z-index: auto !important;animation-duration: 1s;animation-fill-mode: both;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AGR6LuqZq[data-gp-component] { border-bottom-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-bottom-color: rgb(217, 226, 236);background-color: rgb(255, 255, 255);padding-top: 28px;padding-bottom: 28px;z-index: auto !important;animation-duration: 1s;animation-fill-mode: both;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AGR6LuqZq[data-gp-component] { border-bottom-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-bottom-color: rgb(217, 226, 236);background-color: rgb(255, 255, 255);padding-top: 28px;padding-bottom: 28px;z-index: auto !important;animation-duration: 1s;animation-fill-mode: both;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-AGR6LuqZq[data-gp-component] { border-bottom-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-bottom-color: rgb(217, 226, 236);background-color: rgb(255, 255, 255);padding-top: 28px;padding-bottom: 28px;z-index: auto !important;animation-duration: 1s;animation-fill-mode: both;position: relative;min-height: 50px; } } @media (max-width: 639px) { .gp-component-id-CRBSVUxD1I.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CRBSVUxD1I.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CRBSVUxD1I.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CRBSVUxD1I.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250); } } @media (min-width: 1200px) { .gp-component-id-CRBSVUxD1I.gp-component > [data-section-overlay] { background-color: rgb(245, 247, 250); } } @media (max-width: 639px) { .gp-component-id-vfVCuVBUwD[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vfVCuVBUwD[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vfVCuVBUwD[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vfVCuVBUwD[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (min-width: 1200px) { .gp-component-id-vfVCuVBUwD[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex; } } @media (max-width: 639px) { .gp-component-id-_KDagL3Hv[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 50px;padding-bottom: 80px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_KDagL3Hv[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 50px;padding-bottom: 80px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_KDagL3Hv[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 50px;padding-bottom: 80px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_KDagL3Hv[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 50px;padding-bottom: 80px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-_KDagL3Hv[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 50px;padding-bottom: 80px;min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-_KDagL3Hv.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-_KDagL3Hv.gp-component > [data-section-overlay] { background-color: rgba(16, 42, 67, 1);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_KDagL3Hv.gp-component > [data-section-overlay] { background-color: rgba(16, 42, 67, 1);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_KDagL3Hv.gp-component > [data-section-overlay] { background-color: rgba(16, 42, 67, 1);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_KDagL3Hv.gp-component > [data-section-overlay] { background-color: rgba(16, 42, 67, 1);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-_KDagL3Hv.gp-component > [data-section-overlay] { background-color: rgba(16, 42, 67, 1);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 639px) { .gp-component-id-ssKZ7T0NqmK[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-ssKZ7T0NqmK[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-ssKZ7T0NqmK[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-ssKZ7T0NqmK[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-ssKZ7T0NqmK[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 13px;padding-right: 13px;padding-top: 15px;padding-bottom: 15px;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-8z803LWR3cT { font-size: 26px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-8z803LWR3cT { font-size: 26px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-8z803LWR3cT { font-size: 26px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-8z803LWR3cT { font-size: 26px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-8z803LWR3cT { font-size: 26px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-OOZP9X1NX { padding-bottom: 40px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-OOZP9X1NX { padding-bottom: 40px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-OOZP9X1NX { padding-bottom: 40px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-OOZP9X1NX { padding-bottom: 40px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-OOZP9X1NX { padding-bottom: 40px; } } @media (max-width: 639px) { .gp-component-id-Na96TQQQQS7[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-Na96TQQQQS7[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-Na96TQQQQS7[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-Na96TQQQQS7[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-Na96TQQQQS7[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 13px;padding-right: 13px;padding-top: 15px;padding-bottom: 15px;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-Dv0UhAOQc5L { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: "Open Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Dv0UhAOQc5L { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: "Open Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Dv0UhAOQc5L { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: "Open Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Dv0UhAOQc5L { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: "Open Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Dv0UhAOQc5L { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: "Open Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-YF2RmXie7qp { font-size: 28px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-YF2RmXie7qp { font-size: 28px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-YF2RmXie7qp { font-size: 28px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-YF2RmXie7qp { font-size: 28px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-YF2RmXie7qp { font-size: 28px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-CRBSVUxD1I[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CRBSVUxD1I[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CRBSVUxD1I[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CRBSVUxD1I[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-CRBSVUxD1I[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 639px) { .gp-component-id-apgkmtDWL5[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-apgkmtDWL5[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-apgkmtDWL5[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-apgkmtDWL5[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-apgkmtDWL5[data-gp-component] { font-size: 30px !important;color: rgba(47, 93, 126, 1);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-jem7A0b0dq { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: "Open Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-jem7A0b0dq { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: "Open Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-jem7A0b0dq { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: "Open Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-jem7A0b0dq { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: "Open Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-jem7A0b0dq { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: "Open Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-9WEllb5BqJ { font-size: 32px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-9WEllb5BqJ { font-size: 32px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-9WEllb5BqJ { font-size: 32px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-9WEllb5BqJ { font-size: 32px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-9WEllb5BqJ { font-size: 32px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-UaPsBd0zwc[data-gp-component] { font-size: 30px !important;color: rgb(47, 93, 126);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-UaPsBd0zwc[data-gp-component] { font-size: 30px !important;color: rgb(47, 93, 126);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-UaPsBd0zwc[data-gp-component] { font-size: 30px !important;color: rgb(47, 93, 126);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-UaPsBd0zwc[data-gp-component] { font-size: 30px !important;color: rgb(47, 93, 126);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-UaPsBd0zwc[data-gp-component] { font-size: 30px !important;color: rgb(47, 93, 126);line-height: 1;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgba(47, 93, 126, 1);border-right-color: rgba(47, 93, 126, 1);border-top-color: rgba(47, 93, 126, 1);border-bottom-color: rgba(47, 93, 126, 1);margin-top: 0px;padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;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-PydiAf5wkx { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: Inter;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-PydiAf5wkx { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: Inter;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-PydiAf5wkx { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: Inter;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-PydiAf5wkx { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: Inter;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-PydiAf5wkx { font-size: 15px !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.5;font-family: Inter;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-bottom: 0px;overflow-wrap: break-word; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-uxWehLBqyv { font-size: 32px !important;font-weight: 700 !important;color: rgba(47, 93, 126, 1);text-align: left;line-height: 1.25;font-family: Inter;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-uxWehLBqyv { font-size: 32px !important;font-weight: 700 !important;color: rgba(47, 93, 126, 1);text-align: left;line-height: 1.25;font-family: Inter;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-uxWehLBqyv { font-size: 32px !important;font-weight: 700 !important;color: rgba(47, 93, 126, 1);text-align: left;line-height: 1.25;font-family: Inter;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-uxWehLBqyv { font-size: 32px !important;font-weight: 700 !important;color: rgba(47, 93, 126, 1);text-align: left;line-height: 1.25;font-family: Inter;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-uxWehLBqyv { font-size: 32px !important;font-weight: 700 !important;color: rgba(47, 93, 126, 1);text-align: left;line-height: 1.25;font-family: Inter;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;padding-bottom: 10px;overflow-wrap: break-word; } } .gp-component-id-T0Di8_FYk.gp-component > [data-section-overlay] { background-color: rgb(3, 23, 48);bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-T0Di8_FYk.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67);bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-T0Di8_FYk.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67);bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-T0Di8_FYk.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67);bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-T0Di8_FYk.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67);bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-T0Di8_FYk.gp-component > [data-section-overlay] { background-color: rgb(16, 42, 67);bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute; } } .gp-component-id-OOZP9X1NX { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-OOZP9X1NX { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OOZP9X1NX { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OOZP9X1NX { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OOZP9X1NX { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-OOZP9X1NX { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-0WjwRzR2d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-0WjwRzR2d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0WjwRzR2d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0WjwRzR2d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0WjwRzR2d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-0WjwRzR2d { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 639px) { .gp-component-id-8dH4_OGcs9[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8dH4_OGcs9[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8dH4_OGcs9[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8dH4_OGcs9[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (min-width: 1200px) { .gp-component-id-8dH4_OGcs9[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } .gp-component-id-5U8qY1r_y.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-5U8qY1r_y.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-5U8qY1r_y.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-5U8qY1r_y.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-5U8qY1r_y.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-5U8qY1r_y.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-tw6DwxjAMS { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tw6DwxjAMS { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tw6DwxjAMS { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tw6DwxjAMS { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-tw6DwxjAMS { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-aYfDKkwTlo { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-aYfDKkwTlo { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-aYfDKkwTlo { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-aYfDKkwTlo { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-aYfDKkwTlo { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-hjmXjp0vPf[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 8px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hjmXjp0vPf[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 8px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hjmXjp0vPf[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 8px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hjmXjp0vPf[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 8px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (min-width: 1200px) { .gp-component-id-hjmXjp0vPf[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 8px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 639px) { .gp-component-id-BGHky6Kii { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BGHky6Kii { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BGHky6Kii { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BGHky6Kii { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-BGHky6Kii { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-t029SgqpOa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-t029SgqpOa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-t029SgqpOa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-t029SgqpOa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-t029SgqpOa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-gClJNdbsFqA[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gClJNdbsFqA[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gClJNdbsFqA[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gClJNdbsFqA[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (min-width: 1200px) { .gp-component-id-gClJNdbsFqA[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 639px) { .gp-component-id-3IQWyQ2LbiI { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3IQWyQ2LbiI { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3IQWyQ2LbiI { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3IQWyQ2LbiI { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-3IQWyQ2LbiI { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-FwtEusVZq1 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-FwtEusVZq1 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-FwtEusVZq1 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-FwtEusVZq1 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-FwtEusVZq1 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-x_rf6RrcL57[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-x_rf6RrcL57[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-x_rf6RrcL57[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-x_rf6RrcL57[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (min-width: 1200px) { .gp-component-id-x_rf6RrcL57[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 639px) { .gp-component-id-jldJznScbjp { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jldJznScbjp { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jldJznScbjp { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jldJznScbjp { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-jldJznScbjp { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-0zPLR9VMrv { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-0zPLR9VMrv { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-0zPLR9VMrv { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-0zPLR9VMrv { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-0zPLR9VMrv { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-Pogbe2U4M5l[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Pogbe2U4M5l[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Pogbe2U4M5l[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Pogbe2U4M5l[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (min-width: 1200px) { .gp-component-id-Pogbe2U4M5l[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 639px) { .gp-component-id-m52GYVKeNJa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-m52GYVKeNJa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-m52GYVKeNJa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-m52GYVKeNJa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-m52GYVKeNJa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-qUrT_ztlAM { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-qUrT_ztlAM { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-qUrT_ztlAM { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-qUrT_ztlAM { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-qUrT_ztlAM { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-Q4g4H94DIW[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Q4g4H94DIW[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Q4g4H94DIW[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Q4g4H94DIW[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (min-width: 1200px) { .gp-component-id-Q4g4H94DIW[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 639px) { .gp-component-id-tBEAHYFvt8 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tBEAHYFvt8 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tBEAHYFvt8 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tBEAHYFvt8 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-tBEAHYFvt8 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-B3KBN9ON2U { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-B3KBN9ON2U { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-B3KBN9ON2U { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-B3KBN9ON2U { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-B3KBN9ON2U { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-RBVQJmxA4l[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RBVQJmxA4l[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RBVQJmxA4l[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RBVQJmxA4l[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (min-width: 1200px) { .gp-component-id-RBVQJmxA4l[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 639px) { .gp-component-id-KRyemIwjfI { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KRyemIwjfI { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KRyemIwjfI { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KRyemIwjfI { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-KRyemIwjfI { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-SIeHe_Jkk { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-SIeHe_Jkk { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-SIeHe_Jkk { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-SIeHe_Jkk { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-SIeHe_Jkk { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-EuknWYD38B[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EuknWYD38B[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EuknWYD38B[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EuknWYD38B[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (min-width: 1200px) { .gp-component-id-EuknWYD38B[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 639px) { .gp-component-id-XzZjQ0cxy[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-XzZjQ0cxy[data-gp-component]:hover,.gp-component-id-XzZjQ0cxy[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XzZjQ0cxy[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-XzZjQ0cxy[data-gp-component]:hover,.gp-component-id-XzZjQ0cxy[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XzZjQ0cxy[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-XzZjQ0cxy[data-gp-component]:hover,.gp-component-id-XzZjQ0cxy[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XzZjQ0cxy[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-XzZjQ0cxy[data-gp-component]:hover,.gp-component-id-XzZjQ0cxy[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (min-width: 1200px) { .gp-component-id-XzZjQ0cxy[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-XzZjQ0cxy[data-gp-component]:hover,.gp-component-id-XzZjQ0cxy[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 639px) { .gp-component-id-lKLl0SwLj[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-lKLl0SwLj[data-gp-component]:hover,.gp-component-id-lKLl0SwLj[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lKLl0SwLj[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-lKLl0SwLj[data-gp-component]:hover,.gp-component-id-lKLl0SwLj[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lKLl0SwLj[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-lKLl0SwLj[data-gp-component]:hover,.gp-component-id-lKLl0SwLj[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lKLl0SwLj[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-lKLl0SwLj[data-gp-component]:hover,.gp-component-id-lKLl0SwLj[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (min-width: 1200px) { .gp-component-id-lKLl0SwLj[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-lKLl0SwLj[data-gp-component]:hover,.gp-component-id-lKLl0SwLj[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 639px) { .gp-component-id-TuvfH40Ys[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-TuvfH40Ys[data-gp-component]:hover,.gp-component-id-TuvfH40Ys[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TuvfH40Ys[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-TuvfH40Ys[data-gp-component]:hover,.gp-component-id-TuvfH40Ys[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TuvfH40Ys[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-TuvfH40Ys[data-gp-component]:hover,.gp-component-id-TuvfH40Ys[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TuvfH40Ys[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-TuvfH40Ys[data-gp-component]:hover,.gp-component-id-TuvfH40Ys[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (min-width: 1200px) { .gp-component-id-TuvfH40Ys[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-TuvfH40Ys[data-gp-component]:hover,.gp-component-id-TuvfH40Ys[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-qfPg5NoFd0 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-qfPg5NoFd0 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-qfPg5NoFd0 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-qfPg5NoFd0 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-qfPg5NoFd0 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-rtfceotTDc { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-rtfceotTDc { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-rtfceotTDc { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-rtfceotTDc { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-rtfceotTDc { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-EecdI4mVqa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-EecdI4mVqa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-EecdI4mVqa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-EecdI4mVqa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-EecdI4mVqa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-DBQqK3WRPM { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-DBQqK3WRPM { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-DBQqK3WRPM { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-DBQqK3WRPM { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-DBQqK3WRPM { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-j_Tru3Ftjg { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-j_Tru3Ftjg { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-j_Tru3Ftjg { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-j_Tru3Ftjg { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-j_Tru3Ftjg { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-dZ4pZ4x8V5 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-dZ4pZ4x8V5 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-dZ4pZ4x8V5 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-dZ4pZ4x8V5 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-dZ4pZ4x8V5 { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-JMFtnOyaXa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-JMFtnOyaXa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-JMFtnOyaXa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-JMFtnOyaXa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-JMFtnOyaXa { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Ek4MQAlQl { text-align: left;padding-left: 0px;padding-right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Ek4MQAlQl { text-align: left;padding-left: 0px;padding-right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Ek4MQAlQl { text-align: left;padding-left: 0px;padding-right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Ek4MQAlQl { text-align: left;padding-left: 0px;padding-right: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Ek4MQAlQl { text-align: left;padding-left: 0px;padding-right: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Z0MgtrRVvT { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Z0MgtrRVvT { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Z0MgtrRVvT { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Z0MgtrRVvT { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Z0MgtrRVvT { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-7srzdecS3i { padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-7srzdecS3i { padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-7srzdecS3i { padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-7srzdecS3i { padding-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-7srzdecS3i { padding-bottom: 20px; } } .gp-component-id-m0XAeZA7H { 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-m0XAeZA7H { 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-m0XAeZA7H { 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-m0XAeZA7H { 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-m0XAeZA7H { 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-m0XAeZA7H { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } .gp-component-id-6f_H4bxazS { 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-6f_H4bxazS { 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-6f_H4bxazS { 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-6f_H4bxazS { 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-6f_H4bxazS { 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-6f_H4bxazS { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } .gp-component-id-6D17YD5Xb { 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-6D17YD5Xb { 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-6D17YD5Xb { 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-6D17YD5Xb { 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-6D17YD5Xb { 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-6D17YD5Xb { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } .gp-component-id-r8Lvnkaar { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-r8Lvnkaar { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-r8Lvnkaar { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-r8Lvnkaar { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-r8Lvnkaar { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-r8Lvnkaar { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 639px) { .gp-component-id-IeK2Wy50E[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IeK2Wy50E[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IeK2Wy50E[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IeK2Wy50E[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (min-width: 1200px) { .gp-component-id-IeK2Wy50E[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 639px) { .gp-component-id-Hz5dHaA4D[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Hz5dHaA4D[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Hz5dHaA4D[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Hz5dHaA4D[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (min-width: 1200px) { .gp-component-id-Hz5dHaA4D[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 639px) { .gp-component-id-9Uu9T9hTy[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9Uu9T9hTy[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9Uu9T9hTy[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9Uu9T9hTy[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (min-width: 1200px) { .gp-component-id-9Uu9T9hTy[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 639px) { .gp-component-id-6y66ivTV1[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6y66ivTV1[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6y66ivTV1[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6y66ivTV1[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (min-width: 1200px) { .gp-component-id-6y66ivTV1[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 639px) { .gp-component-id-PTaw6uja0[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PTaw6uja0[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PTaw6uja0[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PTaw6uja0[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (min-width: 1200px) { .gp-component-id-PTaw6uja0[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 639px) { .gp-component-id-3y9zCbRVE[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3y9zCbRVE[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3y9zCbRVE[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3y9zCbRVE[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (min-width: 1200px) { .gp-component-id-3y9zCbRVE[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 0px;white-space-collapse: collapse;text-wrap-mode: nowrap; } } @media (max-width: 639px) { .gp-component-id-ZzfwOEACU[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 8px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZzfwOEACU[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 8px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZzfwOEACU[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 8px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZzfwOEACU[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 8px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (min-width: 1200px) { .gp-component-id-ZzfwOEACU[data-gp-component] { color: rgb(32, 45, 60);margin-bottom: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 8px;text-wrap-mode: nowrap;white-space-collapse: collapse; } } @media (max-width: 639px) { .gp-component-id-5U8qY1r_y[data-gp-component] { background-color: rgb(240, 242, 244);background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 48px;position: relative;z-index: 10;background-position-y: 50%;background-position-x: 50%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5U8qY1r_y[data-gp-component] { background-color: rgb(240, 242, 244);background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 48px;padding-bottom: 48px;position: relative;z-index: 10;background-position-y: 50%;background-position-x: 50%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5U8qY1r_y[data-gp-component] { background-color: rgb(240, 242, 244);background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 80px;padding-bottom: 80px;position: relative;z-index: 10;background-position-y: 50%;background-position-x: 50%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5U8qY1r_y[data-gp-component] { background-color: rgb(240, 242, 244);background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 80px;padding-bottom: 80px;position: relative;z-index: 10;background-position-y: 50%;background-position-x: 50%; } } @media (min-width: 1200px) { .gp-component-id-5U8qY1r_y[data-gp-component] { background-color: rgb(240, 242, 244);background-size: cover;padding-left: 16px;padding-right: 16px;padding-top: 80px;padding-bottom: 80px;position: relative;z-index: 10;background-position-y: 50%;background-position-x: 50%; } } @media (max-width: 639px) { .gp-component-id-LAAhAXrH6[data-gp-component] { margin-bottom: 10px;padding-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LAAhAXrH6[data-gp-component] { margin-bottom: 10px;padding-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LAAhAXrH6[data-gp-component] { margin-bottom: 10px;padding-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LAAhAXrH6[data-gp-component] { margin-bottom: 10px;padding-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-LAAhAXrH6[data-gp-component] { margin-bottom: 10px;padding-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-GClmblo45[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-left: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-GClmblo45[data-gp-component]:hover,.gp-component-id-GClmblo45[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GClmblo45[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-left: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-GClmblo45[data-gp-component]:hover,.gp-component-id-GClmblo45[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GClmblo45[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-left: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-GClmblo45[data-gp-component]:hover,.gp-component-id-GClmblo45[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GClmblo45[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-left: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-GClmblo45[data-gp-component]:hover,.gp-component-id-GClmblo45[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (min-width: 1200px) { .gp-component-id-GClmblo45[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-left: 20px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-GClmblo45[data-gp-component]:hover,.gp-component-id-GClmblo45[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 639px) { .gp-component-id-ChpS9gU4a[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-right: 20px;margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;height: auto;display: inline-flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ChpS9gU4a[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-right: 20px;margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;height: auto;display: inline-flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ChpS9gU4a[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-right: 20px;margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;height: auto;display: inline-flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ChpS9gU4a[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-right: 20px;margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;height: auto;display: inline-flex; } } @media (min-width: 1200px) { .gp-component-id-ChpS9gU4a[data-gp-component] { font-size: 18px !important;font-weight: 500 !important;color: rgb(255, 255, 255);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(16, 42, 67);margin-right: 20px;margin-bottom: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;height: auto;display: inline-flex; } } .gp-component-id-4ds961Ggb { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-4ds961Ggb { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4ds961Ggb { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4ds961Ggb { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4ds961Ggb { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-4ds961Ggb { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-oIIdY0_F0 { 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-oIIdY0_F0 { 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-oIIdY0_F0 { 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-oIIdY0_F0 { 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-oIIdY0_F0 { 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-oIIdY0_F0 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-size: inherit;font-weight: inherit; } } .gp-component-id-8Jn1V71jI { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-8Jn1V71jI { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8Jn1V71jI { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8Jn1V71jI { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8Jn1V71jI { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-8Jn1V71jI { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-FCzurMFl6Gf { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-FCzurMFl6Gf { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 15px !important;color: rgb(91, 107, 122); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FCzurMFl6Gf { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 15px !important;color: rgb(91, 107, 122); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FCzurMFl6Gf { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 15px !important;color: rgb(91, 107, 122); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FCzurMFl6Gf { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 15px !important;color: rgb(91, 107, 122); } } @media (min-width: 1200px) { .gp-component-id-FCzurMFl6Gf { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 15px !important;color: rgb(91, 107, 122); } } .gp-component-id-tUvT8WFVt1K { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-tUvT8WFVt1K { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tUvT8WFVt1K { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tUvT8WFVt1K { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tUvT8WFVt1K { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-tUvT8WFVt1K { flex-direction: column;display: flex; } } .gp-component-id-pmqT0VFAtqI { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-pmqT0VFAtqI { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-pmqT0VFAtqI:hover,.gp-component-id-pmqT0VFAtqI.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pmqT0VFAtqI { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-pmqT0VFAtqI:hover,.gp-component-id-pmqT0VFAtqI.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pmqT0VFAtqI { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-pmqT0VFAtqI:hover,.gp-component-id-pmqT0VFAtqI.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pmqT0VFAtqI { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-pmqT0VFAtqI:hover,.gp-component-id-pmqT0VFAtqI.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (min-width: 1200px) { .gp-component-id-pmqT0VFAtqI { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-pmqT0VFAtqI:hover,.gp-component-id-pmqT0VFAtqI.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } .gp-component-id-VF0n0HmvRtQ { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-VF0n0HmvRtQ { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VF0n0HmvRtQ { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VF0n0HmvRtQ { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VF0n0HmvRtQ { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-VF0n0HmvRtQ { width: 100%;height: 100%; } } .gp-component-id-aV8n5YlwEp { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-aV8n5YlwEp { 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-aV8n5YlwEp { 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-aV8n5YlwEp { 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-aV8n5YlwEp { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-aV8n5YlwEp { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-KNTUPPbyff0 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-KNTUPPbyff0 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: right; } .gp-component-id-KNTUPPbyff0:hover,.gp-component-id-KNTUPPbyff0.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: right;color: rgb(47, 93, 126); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KNTUPPbyff0 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: right; } .gp-component-id-KNTUPPbyff0:hover,.gp-component-id-KNTUPPbyff0.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: right;color: rgb(47, 93, 126); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KNTUPPbyff0 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: right; } .gp-component-id-KNTUPPbyff0:hover,.gp-component-id-KNTUPPbyff0.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: right;color: rgb(47, 93, 126); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KNTUPPbyff0 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: right; } .gp-component-id-KNTUPPbyff0:hover,.gp-component-id-KNTUPPbyff0.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: right;color: rgb(47, 93, 126); } } @media (min-width: 1200px) { .gp-component-id-KNTUPPbyff0 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: right; } .gp-component-id-KNTUPPbyff0:hover,.gp-component-id-KNTUPPbyff0.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: right;color: rgb(47, 93, 126); } } .gp-component-id-1tr15A2ScBe { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-1tr15A2ScBe { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1tr15A2ScBe { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1tr15A2ScBe { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1tr15A2ScBe { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-1tr15A2ScBe { width: 100%;height: 100%; } } .gp-component-id-Z2Nn0DX0gF { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-Z2Nn0DX0gF { 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-Z2Nn0DX0gF { 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-Z2Nn0DX0gF { 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-Z2Nn0DX0gF { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-Z2Nn0DX0gF { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-vyItsfZ88 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-vyItsfZ88 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vyItsfZ88 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vyItsfZ88 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vyItsfZ88 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-vyItsfZ88 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-cUJgbiaG_Ur { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-cUJgbiaG_Ur { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cUJgbiaG_Ur { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cUJgbiaG_Ur { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cUJgbiaG_Ur { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-cUJgbiaG_Ur { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 639px) { .gp-component-id-KjkNNBDNVG2 { text-align: center;color: rgb(255, 255, 255); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KjkNNBDNVG2 { text-align: center;color: rgb(255, 255, 255); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KjkNNBDNVG2 { text-align: center;color: rgb(255, 255, 255); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KjkNNBDNVG2 { text-align: center;color: rgb(255, 255, 255); } } @media (min-width: 1200px) { .gp-component-id-KjkNNBDNVG2 { text-align: center;color: rgb(255, 255, 255); } } .gp-component-id-fKC333RXuTd { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-fKC333RXuTd { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(47, 93, 126);display: inline;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 18px !important;height: 47px;width: 346px;padding-bottom: 8px;padding-top: 8px;text-align: right; } .gp-component-id-fKC333RXuTd:hover,.gp-component-id-fKC333RXuTd.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 18px !important;text-decoration-line: underline;padding-bottom: 8px;padding-top: 8px;text-align: right;color: rgb(47, 93, 126); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fKC333RXuTd { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(47, 93, 126);display: inline;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 18px !important;height: 47px;width: 346px;padding-bottom: 8px;padding-top: 8px;text-align: right; } .gp-component-id-fKC333RXuTd:hover,.gp-component-id-fKC333RXuTd.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 18px !important;text-decoration-line: underline;padding-bottom: 8px;padding-top: 8px;text-align: right;color: rgb(47, 93, 126); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fKC333RXuTd { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(47, 93, 126);display: inline;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 18px !important;height: 47px;width: 346px;padding-bottom: 8px;padding-top: 8px;text-align: right; } .gp-component-id-fKC333RXuTd:hover,.gp-component-id-fKC333RXuTd.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 18px !important;text-decoration-line: underline;padding-bottom: 8px;padding-top: 8px;text-align: right;color: rgb(47, 93, 126); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fKC333RXuTd { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(47, 93, 126);display: inline;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 18px !important;height: 47px;width: 346px;padding-bottom: 8px;padding-top: 8px;text-align: right; } .gp-component-id-fKC333RXuTd:hover,.gp-component-id-fKC333RXuTd.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 18px !important;text-decoration-line: underline;padding-bottom: 8px;padding-top: 8px;text-align: right;color: rgb(47, 93, 126); } } @media (min-width: 1200px) { .gp-component-id-fKC333RXuTd { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(47, 93, 126);display: inline;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 18px !important;height: 47px;width: 346px;padding-bottom: 8px;padding-top: 8px;text-align: right; } .gp-component-id-fKC333RXuTd:hover,.gp-component-id-fKC333RXuTd.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 18px !important;text-decoration-line: underline;padding-bottom: 8px;padding-top: 8px;text-align: right;color: rgb(47, 93, 126); } } .gp-component-id-CNSAGfo43TC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-CNSAGfo43TC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;height: auto;width: 100%;padding-top: 30px;line-height: 1.5;text-align: right;color: rgb(91, 107, 122); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CNSAGfo43TC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;height: auto;width: 100%;padding-top: 30px;line-height: 1.5;text-align: right;color: rgb(91, 107, 122); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CNSAGfo43TC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;height: auto;width: 100%;padding-top: 30px;line-height: 1.5;text-align: right;color: rgb(91, 107, 122); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CNSAGfo43TC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;height: auto;width: 100%;padding-top: 30px;line-height: 1.5;text-align: right;color: rgb(91, 107, 122); } } @media (min-width: 1200px) { .gp-component-id-CNSAGfo43TC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;height: auto;width: 100%;padding-top: 30px;line-height: 1.5;text-align: right;color: rgb(91, 107, 122); } } .gp-component-id-C9zJqi4MegD { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-C9zJqi4MegD { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-C9zJqi4MegD { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-C9zJqi4MegD { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-C9zJqi4MegD { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-C9zJqi4MegD { flex-direction: column;display: flex; } } .gp-component-id-YTfDQbTaG8d { text-align: inherit; } @media (max-width: 639px) { .gp-component-id-YTfDQbTaG8d { text-align: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YTfDQbTaG8d { text-align: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YTfDQbTaG8d { text-align: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YTfDQbTaG8d { text-align: inherit; } } @media (min-width: 1200px) { .gp-component-id-YTfDQbTaG8d { text-align: inherit; } } .gp-component-id-8ZmpPHUsIk7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: transparent;color: inherit; } @media (max-width: 639px) { .gp-component-id-8ZmpPHUsIk7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: initial;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(220, 24, 24);color: rgb(255, 255, 255);animation-duration: 1s;animation-fill-mode: both;display: flex;height: auto;width: 100%;padding-bottom: 14px;padding-top: 14px;padding-right: 26px;padding-left: 26px;margin-left: 40px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-right-radius: 12px;border-top-left-radius: 12px;font-family: Inter;font-weight: 500;font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8ZmpPHUsIk7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: initial;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(220, 24, 24);color: rgb(255, 255, 255);animation-duration: 1s;animation-fill-mode: both;display: flex;height: auto;width: 100%;padding-bottom: 14px;padding-top: 14px;padding-right: 26px;padding-left: 26px;margin-left: 40px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-right-radius: 12px;border-top-left-radius: 12px;font-family: Inter;font-weight: 500;font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8ZmpPHUsIk7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: initial;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(220, 24, 24);color: rgb(255, 255, 255);animation-duration: 1s;animation-fill-mode: both;display: flex;height: auto;width: 100%;padding-bottom: 14px;padding-top: 14px;padding-right: 26px;padding-left: 26px;margin-left: 40px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-right-radius: 12px;border-top-left-radius: 12px;font-family: Inter;font-weight: 500;font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8ZmpPHUsIk7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: initial;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(220, 24, 24);color: rgb(255, 255, 255);animation-duration: 1s;animation-fill-mode: both;display: flex;height: auto;width: 100%;padding-bottom: 14px;padding-top: 14px;padding-right: 26px;padding-left: 26px;margin-left: 40px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-right-radius: 12px;border-top-left-radius: 12px;font-family: Inter;font-weight: 500;font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-8ZmpPHUsIk7 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: initial;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(220, 24, 24);color: rgb(255, 255, 255);animation-duration: 1s;animation-fill-mode: both;display: flex;height: auto;width: 100%;padding-bottom: 14px;padding-top: 14px;padding-right: 26px;padding-left: 26px;margin-left: 40px;border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-right-radius: 12px;border-top-left-radius: 12px;font-family: Inter;font-weight: 500;font-size: 18px; } } @media (max-width: 639px) { .gp-component-id-yQvFNwUuO5N { display: flex;align-items: center;flex-direction: column;height: auto;width: 80%;margin-top: 12px;text-align: right; } .gp-component-id-yQvFNwUuO5N:hover,.gp-component-id-yQvFNwUuO5N.gp-hover { font-family: Inter;font-weight: 500; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yQvFNwUuO5N { display: flex;align-items: center;flex-direction: column;height: auto;width: 80%;margin-top: 12px;text-align: right; } .gp-component-id-yQvFNwUuO5N:hover,.gp-component-id-yQvFNwUuO5N.gp-hover { font-family: Inter;font-weight: 500; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yQvFNwUuO5N { display: flex;align-items: center;flex-direction: column;height: auto;width: 80%;margin-top: 12px;text-align: right; } .gp-component-id-yQvFNwUuO5N:hover,.gp-component-id-yQvFNwUuO5N.gp-hover { font-family: Inter;font-weight: 500; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yQvFNwUuO5N { display: flex;align-items: flex-start;flex-direction: column;height: auto;width: 80%;margin-top: 12px;text-align: right; } .gp-component-id-yQvFNwUuO5N:hover,.gp-component-id-yQvFNwUuO5N.gp-hover { font-family: Inter;font-weight: 500; } } @media (min-width: 1200px) { .gp-component-id-yQvFNwUuO5N { display: flex;align-items: flex-start;flex-direction: column;height: auto;width: 80%;margin-top: 12px;text-align: right; } .gp-component-id-yQvFNwUuO5N:hover,.gp-component-id-yQvFNwUuO5N.gp-hover { font-family: Inter;font-weight: 500; } } .gp-component-id-0t6nb20Pwh { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 100%; } @media (max-width: 639px) { .gp-component-id-0t6nb20Pwh { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0t6nb20Pwh { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0t6nb20Pwh { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 33.33%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0t6nb20Pwh { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 33.33%; } } @media (min-width: 1200px) { .gp-component-id-0t6nb20Pwh { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 33.33%; } } .gp-component-id-5J2_Mbd5UGw { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-5J2_Mbd5UGw { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-5J2_Mbd5UGw:hover,.gp-component-id-5J2_Mbd5UGw.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5J2_Mbd5UGw { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-5J2_Mbd5UGw:hover,.gp-component-id-5J2_Mbd5UGw.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5J2_Mbd5UGw { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-5J2_Mbd5UGw:hover,.gp-component-id-5J2_Mbd5UGw.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5J2_Mbd5UGw { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-5J2_Mbd5UGw:hover,.gp-component-id-5J2_Mbd5UGw.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (min-width: 1200px) { .gp-component-id-5J2_Mbd5UGw { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-5J2_Mbd5UGw:hover,.gp-component-id-5J2_Mbd5UGw.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } .gp-component-id-cDwdnx4s05P { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-cDwdnx4s05P { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-cDwdnx4s05P:hover,.gp-component-id-cDwdnx4s05P.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cDwdnx4s05P { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-cDwdnx4s05P:hover,.gp-component-id-cDwdnx4s05P.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cDwdnx4s05P { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-cDwdnx4s05P:hover,.gp-component-id-cDwdnx4s05P.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cDwdnx4s05P { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-cDwdnx4s05P:hover,.gp-component-id-cDwdnx4s05P.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (min-width: 1200px) { .gp-component-id-cDwdnx4s05P { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-cDwdnx4s05P:hover,.gp-component-id-cDwdnx4s05P.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } .gp-component-id-8dCmLassC0f { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-8dCmLassC0f { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-8dCmLassC0f:hover,.gp-component-id-8dCmLassC0f.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8dCmLassC0f { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-8dCmLassC0f:hover,.gp-component-id-8dCmLassC0f.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8dCmLassC0f { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-8dCmLassC0f:hover,.gp-component-id-8dCmLassC0f.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8dCmLassC0f { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-8dCmLassC0f:hover,.gp-component-id-8dCmLassC0f.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (min-width: 1200px) { .gp-component-id-8dCmLassC0f { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-8dCmLassC0f:hover,.gp-component-id-8dCmLassC0f.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } .gp-component-id-Ne_nrUY2LAv { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-Ne_nrUY2LAv { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-Ne_nrUY2LAv:hover,.gp-component-id-Ne_nrUY2LAv.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ne_nrUY2LAv { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-Ne_nrUY2LAv:hover,.gp-component-id-Ne_nrUY2LAv.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ne_nrUY2LAv { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-Ne_nrUY2LAv:hover,.gp-component-id-Ne_nrUY2LAv.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ne_nrUY2LAv { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-Ne_nrUY2LAv:hover,.gp-component-id-Ne_nrUY2LAv.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (min-width: 1200px) { .gp-component-id-Ne_nrUY2LAv { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-Ne_nrUY2LAv:hover,.gp-component-id-Ne_nrUY2LAv.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } .gp-component-id-A_JEg0T1E8M { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-A_JEg0T1E8M { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-A_JEg0T1E8M { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-A_JEg0T1E8M { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-A_JEg0T1E8M { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-A_JEg0T1E8M { width: 100%;height: 100%; } } .gp-component-id-2ggG8ImnRT { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-2ggG8ImnRT { 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-2ggG8ImnRT { 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-2ggG8ImnRT { 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-2ggG8ImnRT { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-2ggG8ImnRT { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-hpKQEeSGc1Y { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-hpKQEeSGc1Y { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-hpKQEeSGc1Y:hover,.gp-component-id-hpKQEeSGc1Y.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hpKQEeSGc1Y { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-hpKQEeSGc1Y:hover,.gp-component-id-hpKQEeSGc1Y.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hpKQEeSGc1Y { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-hpKQEeSGc1Y:hover,.gp-component-id-hpKQEeSGc1Y.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hpKQEeSGc1Y { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-hpKQEeSGc1Y:hover,.gp-component-id-hpKQEeSGc1Y.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (min-width: 1200px) { .gp-component-id-hpKQEeSGc1Y { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-hpKQEeSGc1Y:hover,.gp-component-id-hpKQEeSGc1Y.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } .gp-component-id-k8wLjMMEECB { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-k8wLjMMEECB { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-k8wLjMMEECB:hover,.gp-component-id-k8wLjMMEECB.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-k8wLjMMEECB { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-k8wLjMMEECB:hover,.gp-component-id-k8wLjMMEECB.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-k8wLjMMEECB { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-k8wLjMMEECB:hover,.gp-component-id-k8wLjMMEECB.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-k8wLjMMEECB { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-k8wLjMMEECB:hover,.gp-component-id-k8wLjMMEECB.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (min-width: 1200px) { .gp-component-id-k8wLjMMEECB { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-k8wLjMMEECB:hover,.gp-component-id-k8wLjMMEECB.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } .gp-component-id-ODwd6a0HAar { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-ODwd6a0HAar { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-ODwd6a0HAar:hover,.gp-component-id-ODwd6a0HAar.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ODwd6a0HAar { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-ODwd6a0HAar:hover,.gp-component-id-ODwd6a0HAar.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ODwd6a0HAar { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-ODwd6a0HAar:hover,.gp-component-id-ODwd6a0HAar.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ODwd6a0HAar { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-ODwd6a0HAar:hover,.gp-component-id-ODwd6a0HAar.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (min-width: 1200px) { .gp-component-id-ODwd6a0HAar { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;font-style: inherit !important;-webkit-text-stroke-width: 0px !important;-webkit-text-stroke-color: rgb(255, 255, 255) !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-ODwd6a0HAar:hover,.gp-component-id-ODwd6a0HAar.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } .gp-component-id-b3XX7Lwg33H { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer;background-color: transparent;color: inherit;display: block; } @media (max-width: 639px) { .gp-component-id-b3XX7Lwg33H { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-b3XX7Lwg33H:hover,.gp-component-id-b3XX7Lwg33H.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-b3XX7Lwg33H { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-b3XX7Lwg33H:hover,.gp-component-id-b3XX7Lwg33H.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-b3XX7Lwg33H { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-b3XX7Lwg33H:hover,.gp-component-id-b3XX7Lwg33H.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-b3XX7Lwg33H { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-b3XX7Lwg33H:hover,.gp-component-id-b3XX7Lwg33H.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } @media (min-width: 1200px) { .gp-component-id-b3XX7Lwg33H { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: inherit;cursor: pointer;background-color: transparent;color: rgb(91, 107, 122);display: block;-webkit-text-stroke-color: rgb(255, 255, 255) !important;-webkit-text-stroke-width: 0px !important;font-style: inherit !important;font-family: Inter !important;font-weight: 500 !important;font-size: 16px !important;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left; } .gp-component-id-b3XX7Lwg33H:hover,.gp-component-id-b3XX7Lwg33H.gp-hover { font-style: inherit !important;font-family: Inter !important;font-weight: 600 !important;font-size: 16px !important;text-decoration-line: underline;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;text-align: left;color: rgb(47, 93, 126); } } .gp-component-id-09ES8brccXZ { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-09ES8brccXZ { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-09ES8brccXZ { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-09ES8brccXZ { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-09ES8brccXZ { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-09ES8brccXZ { width: 100%;height: 100%; } } .gp-component-id-fvhcFyqKOK { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-fvhcFyqKOK { 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-fvhcFyqKOK { 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-fvhcFyqKOK { 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-fvhcFyqKOK { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-fvhcFyqKOK { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-PAHBuQxzp { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-PAHBuQxzp { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PAHBuQxzp { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PAHBuQxzp { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PAHBuQxzp { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-PAHBuQxzp { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-j88QYSPRxHa { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-j88QYSPRxHa { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-j88QYSPRxHa { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-j88QYSPRxHa { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-j88QYSPRxHa { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-j88QYSPRxHa { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-tFNLJNpvSG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-tFNLJNpvSG { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 17px !important;font-weight: 600 !important;box-sizing: border-box;cursor: text;color: rgb(173, 183, 194); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tFNLJNpvSG { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 17px !important;font-weight: 600 !important;box-sizing: border-box;cursor: text;color: rgb(173, 183, 194); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tFNLJNpvSG { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 17px !important;font-weight: 600 !important;box-sizing: border-box;cursor: text;color: rgb(173, 183, 194); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tFNLJNpvSG { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 17px !important;font-weight: 600 !important;box-sizing: border-box;cursor: text;color: rgb(173, 183, 194); } } @media (min-width: 1200px) { .gp-component-id-tFNLJNpvSG { margin-left: 0px;margin-bottom: 12px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 17px !important;font-weight: 600 !important;box-sizing: border-box;cursor: text;color: rgb(173, 183, 194); } } .gp-component-id-MALOEcMPXG { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-MALOEcMPXG { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MALOEcMPXG { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MALOEcMPXG { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MALOEcMPXG { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-MALOEcMPXG { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-fTq_Ac63ze { display: flex;align-items: center;flex-direction: column;height: 240px;width: 412px;margin-bottom: 28px;margin-top: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fTq_Ac63ze { display: flex;align-items: center;flex-direction: column;height: 240px;width: 412px;margin-bottom: 28px;margin-top: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fTq_Ac63ze { display: flex;align-items: center;flex-direction: column;height: 240px;width: 412px;margin-bottom: 28px;margin-top: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fTq_Ac63ze { display: flex;align-items: flex-start;flex-direction: column;height: 240px;width: 412px;margin-bottom: 0px;margin-top: 12px; } } @media (min-width: 1200px) { .gp-component-id-fTq_Ac63ze { display: flex;align-items: flex-start;flex-direction: column;height: 240px;width: 412px;margin-bottom: 0px;margin-top: 12px; } } .gp-component-id-uLVTjIylmi { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 100%; } @media (max-width: 639px) { .gp-component-id-uLVTjIylmi { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uLVTjIylmi { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uLVTjIylmi { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 33.33%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uLVTjIylmi { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 33.33%; } } @media (min-width: 1200px) { .gp-component-id-uLVTjIylmi { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 33.33%; } } .gp-component-id-rjLpgPoeMZ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-rjLpgPoeMZ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 30px !important;cursor: pointer;background-color: rgb(16, 42, 67);color: rgb(91, 107, 122);display: inline-block;padding-right: 12px;padding-left: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rjLpgPoeMZ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 30px !important;cursor: pointer;background-color: rgb(16, 42, 67);color: rgb(91, 107, 122);display: inline-block;padding-right: 12px;padding-left: 12px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rjLpgPoeMZ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 30px !important;cursor: pointer;background-color: rgb(16, 42, 67);color: rgb(91, 107, 122);display: inline-block;padding-right: 12px;padding-left: 12px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rjLpgPoeMZ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 30px !important;cursor: pointer;background-color: rgb(16, 42, 67);color: rgb(91, 107, 122);display: inline-block;padding-right: 12px;padding-left: 12px; } } @media (min-width: 1200px) { .gp-component-id-rjLpgPoeMZ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 30px !important;cursor: pointer;background-color: rgb(16, 42, 67);color: rgb(91, 107, 122);display: inline-block;padding-right: 12px;padding-left: 12px; } } .gp-component-id-5ii46HbRhr { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-5ii46HbRhr { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 30px !important;cursor: pointer;background-color: rgb(16, 42, 67);color: rgb(91, 107, 122);display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5ii46HbRhr { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 30px !important;cursor: pointer;background-color: rgb(16, 42, 67);color: rgb(91, 107, 122);display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5ii46HbRhr { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 30px !important;cursor: pointer;background-color: rgb(16, 42, 67);color: rgb(91, 107, 122);display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5ii46HbRhr { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 30px !important;cursor: pointer;background-color: rgb(16, 42, 67);color: rgb(91, 107, 122);display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-5ii46HbRhr { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 30px !important;cursor: pointer;background-color: rgb(16, 42, 67);color: rgb(91, 107, 122);display: inline-block; } } .gp-component-id-LKnejSfa7G { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } @media (max-width: 639px) { .gp-component-id-LKnejSfa7G { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LKnejSfa7G { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LKnejSfa7G { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LKnejSfa7G { width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-LKnejSfa7G { width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } } .gp-component-id-jKjIuwmzwc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-jKjIuwmzwc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;padding-bottom: 8px;color: rgb(91, 107, 122);font-size: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jKjIuwmzwc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;padding-bottom: 8px;color: rgb(91, 107, 122);font-size: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jKjIuwmzwc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;padding-bottom: 8px;color: rgb(91, 107, 122);font-size: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jKjIuwmzwc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;padding-bottom: 8px;color: rgb(91, 107, 122);font-size: 20px; } } @media (min-width: 1200px) { .gp-component-id-jKjIuwmzwc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;cursor: text;box-sizing: border-box;padding-bottom: 8px;color: rgb(91, 107, 122);font-size: 20px; } } .gp-component-id-o00RlYwh2z { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-o00RlYwh2z { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-o00RlYwh2z { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-o00RlYwh2z { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-o00RlYwh2z { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-o00RlYwh2z { flex-direction: column;display: flex; } } .gp-component-id-EUB3_BVdc8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-EUB3_BVdc8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Inter !important;font-size: 18px !important;padding-bottom: 20px;color: rgb(91, 107, 122); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EUB3_BVdc8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Inter !important;font-size: 18px !important;padding-bottom: 20px;color: rgb(91, 107, 122); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EUB3_BVdc8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Inter !important;font-size: 18px !important;padding-bottom: 20px;color: rgb(91, 107, 122); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EUB3_BVdc8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Inter !important;font-size: 18px !important;padding-bottom: 20px;color: rgb(91, 107, 122); } } @media (min-width: 1200px) { .gp-component-id-EUB3_BVdc8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Inter !important;font-size: 18px !important;padding-bottom: 20px;color: rgb(91, 107, 122); } } .gp-component-id-Bx6kNF01N0 { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } @media (max-width: 639px) { .gp-component-id-Bx6kNF01N0 { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Bx6kNF01N0 { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Bx6kNF01N0 { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Bx6kNF01N0 { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (min-width: 1200px) { .gp-component-id-Bx6kNF01N0 { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } .gp-component-id-5zFfdIksiK { font-weight: bolder;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-5zFfdIksiK { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5zFfdIksiK { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5zFfdIksiK { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5zFfdIksiK { font-weight: bolder;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-5zFfdIksiK { font-weight: bolder;overflow-wrap: break-word; } } .gp-component-id-dM5STbIDtR { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-dM5STbIDtR { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Inter !important;font-size: 20px !important;padding-bottom: 8px;color: rgb(173, 183, 194); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dM5STbIDtR { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Inter !important;font-size: 20px !important;padding-bottom: 8px;color: rgb(173, 183, 194); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dM5STbIDtR { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Inter !important;font-size: 20px !important;padding-bottom: 8px;color: rgb(173, 183, 194); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dM5STbIDtR { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Inter !important;font-size: 20px !important;padding-bottom: 8px;color: rgb(173, 183, 194); } } @media (min-width: 1200px) { .gp-component-id-dM5STbIDtR { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: Inter !important;font-size: 20px !important;padding-bottom: 8px;color: rgb(173, 183, 194); } } .gp-component-id-R7jf5IBY7X { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } @media (max-width: 639px) { .gp-component-id-R7jf5IBY7X { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-R7jf5IBY7X { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-R7jf5IBY7X { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-R7jf5IBY7X { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } @media (min-width: 1200px) { .gp-component-id-R7jf5IBY7X { flex-direction: column;display: flex;animation-fill-mode: both;animation-duration: 1s; } } .gp-component-id-5M_kXX3q70 { animation-fill-mode: both;animation-duration: 1s; } @media (max-width: 639px) { .gp-component-id-5M_kXX3q70 { animation-fill-mode: both;animation-duration: 1s;min-height: 120px;display: flex;align-items: center;flex-direction: column;height: 228px;width: 362px;padding-left: 10px;margin-bottom: 28px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5M_kXX3q70 { animation-fill-mode: both;animation-duration: 1s;min-height: 120px;display: flex;align-items: center;flex-direction: column;height: 228px;width: 362px;padding-left: 10px;margin-bottom: 28px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5M_kXX3q70 { animation-fill-mode: both;animation-duration: 1s;min-height: 120px;display: flex;align-items: center;flex-direction: column;height: 228px;width: 362px;padding-left: 10px;margin-bottom: 28px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5M_kXX3q70 { animation-fill-mode: both;animation-duration: 1s;min-height: 120px;display: flex;align-items: flex-start;flex-direction: column;height: 228px;width: 362px;padding-left: 10px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-5M_kXX3q70 { animation-fill-mode: both;animation-duration: 1s;min-height: 120px;display: flex;align-items: flex-start;flex-direction: column;height: 228px;width: 362px;padding-left: 10px;margin-bottom: 0px; } } .gp-component-id-e0tm10d1ye { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 100%; } @media (max-width: 639px) { .gp-component-id-e0tm10d1ye { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-e0tm10d1ye { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-e0tm10d1ye { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 33.33%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-e0tm10d1ye { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 33.33%; } } @media (min-width: 1200px) { .gp-component-id-e0tm10d1ye { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 0px;padding-left: 0px;width: 33.33%; } } .gp-component-id-ooL7r0mxAH { flex-wrap: wrap;margin-right: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-ooL7r0mxAH { flex-wrap: wrap;margin-right: 0px;margin-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ooL7r0mxAH { flex-wrap: wrap;margin-right: 0px;margin-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ooL7r0mxAH { flex-wrap: wrap;margin-right: 0px;margin-left: 0px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ooL7r0mxAH { flex-wrap: wrap;margin-right: 0px;margin-left: 0px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ooL7r0mxAH { flex-wrap: wrap;margin-right: 0px;margin-left: 0px;display: flex; } } .gp-component-id-qBAcAHHRzk { padding-right: 8px;padding-left: 8px;margin-bottom: 20px;width: 100%; } @media (max-width: 639px) { .gp-component-id-qBAcAHHRzk { padding-right: 8px;padding-left: 8px;margin-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qBAcAHHRzk { padding-right: 8px;padding-left: 8px;margin-bottom: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qBAcAHHRzk { padding-right: 8px;padding-left: 8px;margin-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qBAcAHHRzk { padding-right: 8px;padding-left: 8px;margin-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-qBAcAHHRzk { padding-right: 8px;padding-left: 8px;margin-bottom: 20px;width: 100%; } } .gp-component-id-N6hLiWuXTg { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-N6hLiWuXTg { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-N6hLiWuXTg { 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-N6hLiWuXTg { 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-N6hLiWuXTg { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-N6hLiWuXTg { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px; } } .gp-component-id-T0Di8_FYk { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-T0Di8_FYk { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 48px;padding-top: 48px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-T0Di8_FYk { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 48px;padding-top: 48px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-T0Di8_FYk { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 48px;padding-top: 48px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-T0Di8_FYk { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 48px;padding-top: 48px; } } @media (min-width: 1200px) { .gp-component-id-T0Di8_FYk { min-height: 50px;position: relative;z-index: auto !important;padding-bottom: 48px;padding-top: 48px; } } .gp-component-id-CNSAGfo43TC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-CNSAGfo43TC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CNSAGfo43TC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CNSAGfo43TC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CNSAGfo43TC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-CNSAGfo43TC { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 639px) { .gp-component-id-PIdmVqWHCi[data-gp-component] { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgba(220, 24, 24, 1);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PIdmVqWHCi[data-gp-component] { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgba(220, 24, 24, 1);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PIdmVqWHCi[data-gp-component] { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgba(220, 24, 24, 1);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PIdmVqWHCi[data-gp-component] { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgba(220, 24, 24, 1);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } @media (min-width: 1200px) { .gp-component-id-PIdmVqWHCi[data-gp-component] { font-size: 18px !important;font-weight: 500;color: rgba(255, 255, 255, 1);font-family: Inter;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgba(220, 24, 24, 1);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px; } } .gp-component-id-luJnLVwM8S { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; line-height: 1.15; font-size: 1.5rem; font-family: inherit; overflow-y: visible; overflow-x: visible; text-transform: none; appearance: button; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; background-color: transparent; background-clip: initial; background-origin: initial; background-attachment: initial; background-repeat-y: initial; background-repeat-x: initial; background-size: initial; background-position-y: initial; background-position-x: initial; background-image: initial; cursor: pointer; display: inline-flex; align-items: center; color: rgb(255, 255, 255); max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-luJnLVwM8S { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; line-height: 1.15; font-size: 1.5rem; font-family: inherit; overflow-y: visible; overflow-x: visible; text-transform: none; appearance: button; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; background-color: transparent; background-clip: initial; background-origin: initial; background-attachment: initial; background-repeat-y: initial; background-repeat-x: initial; background-size: initial; background-position-y: initial; background-position-x: initial; background-image: initial; cursor: pointer; display: inline-flex; align-items: center; color: rgb(255, 255, 255); max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-luJnLVwM8S { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; line-height: 1.15; font-size: 1.5rem; font-family: inherit; overflow-y: visible; overflow-x: visible; text-transform: none; appearance: button; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; background-color: transparent; background-clip: initial; background-origin: initial; background-attachment: initial; background-repeat-y: initial; background-repeat-x: initial; background-size: initial; background-position-y: initial; background-position-x: initial; background-image: initial; cursor: pointer; display: inline-flex; align-items: center; color: rgb(255, 255, 255); max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-luJnLVwM8S { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; line-height: 1.15; font-size: 1.5rem; font-family: inherit; overflow-y: visible; overflow-x: visible; text-transform: none; appearance: button; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; background-color: transparent; background-clip: initial; background-origin: initial; background-attachment: initial; background-repeat-y: initial; background-repeat-x: initial; background-size: initial; background-position-y: initial; background-position-x: initial; background-image: initial; cursor: pointer; display: inline-flex; align-items: center; color: rgb(255, 255, 255); max-width: calc(100% + 1rem); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-luJnLVwM8S { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; line-height: 1.15; font-size: 1.5rem; font-family: inherit; overflow-y: visible; overflow-x: visible; text-transform: none; appearance: button; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; background-color: transparent; background-clip: initial; background-origin: initial; background-attachment: initial; background-repeat-y: initial; background-repeat-x: initial; background-size: initial; background-position-y: initial; background-position-x: initial; background-image: initial; cursor: pointer; display: none; align-items: center; color: rgb(255, 255, 255); max-width: calc(100% + 1rem); } } @media (min-width: 1200px) { .gp-component-id-luJnLVwM8S { margin-left: 0px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; line-height: 1.15; font-size: 1.5rem; font-family: inherit; overflow-y: visible; overflow-x: visible; text-transform: none; appearance: button; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; background-color: transparent; background-clip: initial; background-origin: initial; background-attachment: initial; background-repeat-y: initial; background-repeat-x: initial; background-size: initial; background-position-y: initial; background-position-x: initial; background-image: initial; cursor: pointer; display: none; align-items: center; color: rgb(255, 255, 255); max-width: calc(100% + 1rem); } } .gp-component-id-l1TwDPIQ_5 { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; display: block; padding-left: 1rem; padding-right: 1rem; padding-top: 1rem; padding-bottom: 1rem; cursor: pointer; background-color: transparent; color: inherit; max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-l1TwDPIQ_5 { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; display: block; padding-left: 1rem; padding-right: 1rem; padding-top: 1rem; padding-bottom: 1rem; cursor: pointer; background-color: transparent; color: inherit; max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l1TwDPIQ_5 { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; display: block; padding-left: 1rem; padding-right: 1rem; padding-top: 1rem; padding-bottom: 1rem; cursor: pointer; background-color: transparent; color: inherit; max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l1TwDPIQ_5 { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; display: block; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; cursor: pointer; background-color: transparent; color: inherit; max-width: calc(100% + 1rem); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l1TwDPIQ_5 { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; display: block; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; cursor: pointer; background-color: transparent; color: inherit; max-width: calc(100% + 1rem); } } @media (min-width: 1200px) { .gp-component-id-l1TwDPIQ_5 { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; display: block; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; cursor: pointer; background-color: transparent; color: inherit; max-width: calc(100% + 1rem); } } @media (max-width: 639px) { .gp-component-id-JUw2EVmKk_[data-gp-component] { font-size: 18px;color: rgba(0, 0, 0, 1);text-align: right;background-color: rgba(255, 255, 255, 1);margin-right: 16px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JUw2EVmKk_[data-gp-component] { font-size: 18px;color: rgba(0, 0, 0, 1);text-align: right;background-color: rgba(255, 255, 255, 1);margin-right: 16px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JUw2EVmKk_[data-gp-component] { font-size: 18px;color: rgba(0, 0, 0, 1);text-align: right;background-color: rgba(255, 255, 255, 1);margin-right: 16px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JUw2EVmKk_[data-gp-component] { font-size: 18px;color: rgba(0, 0, 0, 1);text-align: right;background-color: rgba(255, 255, 255, 1);margin-right: 16px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } @media (min-width: 1200px) { .gp-component-id-JUw2EVmKk_[data-gp-component] { font-size: 18px;color: rgba(0, 0, 0, 1);text-align: right;background-color: rgba(255, 255, 255, 1);margin-right: 16px;max-width: NaNpx;animation-fill-mode: both;animation-duration: 1s; } } .gp-component-id-iy9RURHVyY { flex-basis: 0%; flex-shrink: 1; flex-grow: 1; position: absolute; left: 0px; right: 0px; z-index: 20; top: 100%; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-iy9RURHVyY { flex-basis: 0%; flex-shrink: 1; flex-grow: 1; position: absolute; left: 0px; right: 0px; z-index: 20; top: 100%; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iy9RURHVyY { flex-basis: 0%; flex-shrink: 1; flex-grow: 1; position: absolute; left: 0px; right: 0px; z-index: 20; top: 100%; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iy9RURHVyY { flex-basis: 0%; flex-shrink: 1; flex-grow: 1; position: relative; left: 0px; right: 0px; z-index: 20; top: 100%; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); display: flex; justify-content: flex-end; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iy9RURHVyY { flex-basis: 0%; flex-shrink: 1; flex-grow: 1; position: relative; left: 0px; right: 0px; z-index: 20; top: 100%; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); display: flex; justify-content: flex-end; } } @media (min-width: 1200px) { .gp-component-id-iy9RURHVyY { flex-basis: 0%; flex-shrink: 1; flex-grow: 1; position: relative; left: 0px; right: 0px; z-index: 20; top: 100%; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); display: flex; justify-content: flex-end; } } .gp-component-id-VT8u09wyGK { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; cursor: pointer; background-color: transparent; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-VT8u09wyGK { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; cursor: pointer; background-color: transparent; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); width: 200px; justify-content: flex-start; align-items: flex-start; display: inline-flex; object-position: center center; object-fit: cover; overflow-x: hidden; overflow-y: hidden; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VT8u09wyGK { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; cursor: pointer; background-color: transparent; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); width: 200px; justify-content: flex-start; align-items: flex-start; display: inline-flex; object-position: center center; object-fit: cover; overflow-x: hidden; overflow-y: hidden; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VT8u09wyGK { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; cursor: pointer; background-color: transparent; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); width: 200px; justify-content: flex-start; align-items: flex-start; display: inline-flex; object-position: center center; object-fit: cover; overflow-x: hidden; overflow-y: hidden; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VT8u09wyGK { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; cursor: pointer; background-color: transparent; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); width: 200px; justify-content: flex-start; align-items: flex-start; display: inline-flex; object-position: center center; object-fit: cover; overflow-x: hidden; overflow-y: hidden; } } @media (min-width: 1200px) { .gp-component-id-VT8u09wyGK { text-decoration-color: initial; text-decoration-style: solid; text-decoration-thickness: initial; text-decoration-line: none; cursor: pointer; background-color: transparent; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); width: 300px; justify-content: flex-start; align-items: flex-start; display: inline-flex; object-position: center center; object-fit: cover; overflow-x: hidden; overflow-y: hidden; } } .gp-component-id-T990B1VVzD { display: flex; margin-left: auto; margin-right: auto; justify-content: space-between; align-items: center; width: 100%; max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-T990B1VVzD { display: flex; margin-left: auto; margin-right: auto; justify-content: space-between; align-items: center; width: 100%; max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-T990B1VVzD { display: flex; margin-left: auto; margin-right: auto; justify-content: space-between; align-items: center; width: 100%; max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-T990B1VVzD { display: flex; margin-left: auto; margin-right: auto; justify-content: space-between; align-items: center; width: 100%; max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-T990B1VVzD { display: flex; margin-left: auto; margin-right: auto; justify-content: space-between; align-items: center; width: 100%; max-width: 768px; } } @media (min-width: 1200px) { .gp-component-id-T990B1VVzD { display: flex; margin-left: auto; margin-right: auto; justify-content: space-between; align-items: center; width: 100%; max-width: 1200px; } } .gp-component-id-nBiji1p54V { padding-bottom: 1.25rem; padding-left: 1rem; padding-right: 1rem; position: relative; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-nBiji1p54V { padding-bottom: 1.25rem; padding-left: 1rem; padding-right: 1rem; position: relative; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nBiji1p54V { padding-bottom: 1.25rem; padding-left: 1rem; padding-right: 1rem; position: relative; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nBiji1p54V { padding-bottom: 0px; padding-left: 1.75rem; padding-right: 1.75rem; position: relative; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nBiji1p54V { padding-bottom: 0px; padding-left: 1.75rem; padding-right: 1.75rem; position: relative; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } @media (min-width: 1200px) { .gp-component-id-nBiji1p54V { padding-bottom: 0px; padding-left: 1.75rem; padding-right: 1.75rem; position: relative; animation-duration: 1s; animation-fill-mode: both; max-width: calc(100% + 1rem); } } .gp-component-id-mtU8FD47f0 { max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-mtU8FD47f0 { max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mtU8FD47f0 { max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mtU8FD47f0 { max-width: calc(100% + 1rem); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mtU8FD47f0 { max-width: calc(100% + 1rem); } } @media (min-width: 1200px) { .gp-component-id-mtU8FD47f0 { max-width: calc(100% + 1rem); } } .gp-component-id-iqd0zcfuAu { max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-iqd0zcfuAu { max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iqd0zcfuAu { max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iqd0zcfuAu { max-width: calc(100% + 1rem); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iqd0zcfuAu { max-width: calc(100% + 1rem); } } @media (min-width: 1200px) { .gp-component-id-iqd0zcfuAu { max-width: calc(100% + 1rem); } } .gp-component-id-yPlxuquOjP { display: none; max-width: calc(100% + 1rem); align-items: center; } @media (max-width: 639px) { .gp-component-id-yPlxuquOjP { display: none !important; max-width: calc(100% + 1rem); align-items: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yPlxuquOjP { display: none !important; max-width: calc(100% + 1rem); align-items: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yPlxuquOjP { display: none !important; max-width: calc(100% + 1rem); align-items: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yPlxuquOjP { display: flex !important; max-width: calc(100% + 1rem); align-items: center; } } @media (min-width: 1200px) { .gp-component-id-yPlxuquOjP { display: flex !important; max-width: calc(100% + 1rem); align-items: center; } } .gp-component-id-QTRVyeg92G { max-width: calc(100% + 1rem); } @media (max-width: 639px) { .gp-component-id-QTRVyeg92G { max-width: calc(100% + 1rem); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QTRVyeg92G { max-width: calc(100% + 1rem); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QTRVyeg92G { max-width: calc(100% + 1rem); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QTRVyeg92G { max-width: calc(100% + 1rem); } } @media (min-width: 1200px) { .gp-component-id-QTRVyeg92G { max-width: calc(100% + 1rem); } } .gp-component-id-naHutNiqP { border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; object-position: center center; object-fit: cover; } @media (max-width: 639px) { .gp-component-id-naHutNiqP { border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; object-position: center center; object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-naHutNiqP { border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; object-position: center center; object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-naHutNiqP { border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; object-position: center center; object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-naHutNiqP { border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; object-position: center center; object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-naHutNiqP { border-left-style: solid; border-bottom-style: solid; border-right-style: solid; border-top-style: solid; height: auto; max-width: 100%; object-position: center center; object-fit: cover; } } .gp-component-id-sNTTVALthM9 { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-sNTTVALthM9 { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sNTTVALthM9 { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sNTTVALthM9 { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sNTTVALthM9 { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-sNTTVALthM9 { width: 100%;height: 100%; } } .gp-component-id-fBy7XnTeBB { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-fBy7XnTeBB { 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-fBy7XnTeBB { 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-fBy7XnTeBB { width: 33.33%;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-fBy7XnTeBB { width: 33.33%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-fBy7XnTeBB { width: 33.33%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-6O7DEp0QiR { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-6O7DEp0QiR { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6O7DEp0QiR { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6O7DEp0QiR { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6O7DEp0QiR { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-6O7DEp0QiR { width: 100%;height: 100%; } } .gp-component-id-8xT78P5lzZ { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-8xT78P5lzZ { 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-8xT78P5lzZ { 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-8xT78P5lzZ { width: 66.6667%;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-8xT78P5lzZ { width: 66.6667%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-8xT78P5lzZ { width: 66.6667%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-B8BKvlI1Zt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-B8BKvlI1Zt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-B8BKvlI1Zt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-B8BKvlI1Zt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-B8BKvlI1Zt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-B8BKvlI1Zt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-mF5ED8Nv5e { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-mF5ED8Nv5e { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mF5ED8Nv5e { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mF5ED8Nv5e { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mF5ED8Nv5e { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-mF5ED8Nv5e { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 639px) { .gp-component-id-RGKSqcF6RVb[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RGKSqcF6RVb[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RGKSqcF6RVb[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RGKSqcF6RVb[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-RGKSqcF6RVb[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;z-index: 15;position: relative; } } @media (max-width: 639px) { .gp-component-id-K8FRmllw40Y[data-gp-component] { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-K8FRmllw40Y[data-gp-component] { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-K8FRmllw40Y[data-gp-component] { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-K8FRmllw40Y[data-gp-component] { min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-K8FRmllw40Y[data-gp-component] { min-height: 50px;position: relative;z-index: auto; } } .gp-component-id-K8FRmllw40Y.gp-component > [data-section-overlay] { z-index: -1;right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-K8FRmllw40Y.gp-component > [data-section-overlay] { z-index: -1;right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-K8FRmllw40Y.gp-component > [data-section-overlay] { z-index: -1;right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-K8FRmllw40Y.gp-component > [data-section-overlay] { z-index: -1;right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-K8FRmllw40Y.gp-component > [data-section-overlay] { z-index: -1;right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-K8FRmllw40Y.gp-component > [data-section-overlay] { z-index: -1;right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 639px) { .gp-component-id-_mtAEb194Kw[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_mtAEb194Kw[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_mtAEb194Kw[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_mtAEb194Kw[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-_mtAEb194Kw[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;position: relative;z-index: 15; } } @media (max-width: 639px) { .gp-component-id-izKf0ec9QJM[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-izKf0ec9QJM[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-izKf0ec9QJM[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-izKf0ec9QJM[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-izKf0ec9QJM[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } .gp-component-id-izKf0ec9QJM.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: -1; } @media (max-width: 639px) { .gp-component-id-izKf0ec9QJM.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: -1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-izKf0ec9QJM.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: -1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-izKf0ec9QJM.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: -1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-izKf0ec9QJM.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: -1; } } @media (min-width: 1200px) { .gp-component-id-izKf0ec9QJM.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: -1; } } @media (max-width: 639px) { .gp-component-id-_Jr4IleNtC[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_Jr4IleNtC[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_Jr4IleNtC[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_Jr4IleNtC[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-_Jr4IleNtC[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;position: relative;z-index: 15; } } @media (max-width: 639px) { .gp-component-id-paYM2JwL8N[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-paYM2JwL8N[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-paYM2JwL8N[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-paYM2JwL8N[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-paYM2JwL8N[data-gp-component] { z-index: auto;position: relative;min-height: 50px; } } .gp-component-id-paYM2JwL8N.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: -1; } @media (max-width: 639px) { .gp-component-id-paYM2JwL8N.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: -1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-paYM2JwL8N.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: -1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-paYM2JwL8N.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: -1; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-paYM2JwL8N.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: -1; } } @media (min-width: 1200px) { .gp-component-id-paYM2JwL8N.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;z-index: -1; } } @media (max-width: 639px) { .gp-component-id-sp8ZmEAMhE[data-gp-component] { flex-direction: row;display: flex;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sp8ZmEAMhE[data-gp-component] { flex-direction: row;display: flex;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sp8ZmEAMhE[data-gp-component] { flex-direction: row;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sp8ZmEAMhE[data-gp-component] { flex-direction: row;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-sp8ZmEAMhE[data-gp-component] { flex-direction: row;display: flex;flex-wrap: wrap; } } .gp-component-id-sA2uaQrR9t { width: 100%; } @media (max-width: 639px) { .gp-component-id-sA2uaQrR9t { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sA2uaQrR9t { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sA2uaQrR9t { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sA2uaQrR9t { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-sA2uaQrR9t { 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-sp2HytXcZh { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-sp2HytXcZh { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sp2HytXcZh { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sp2HytXcZh { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sp2HytXcZh { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-sp2HytXcZh { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 639px) { .gp-component-id-eEDcDri7KA1[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 80px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-eEDcDri7KA1[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 80px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-eEDcDri7KA1[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 30px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eEDcDri7KA1[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 30px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-eEDcDri7KA1[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 30px;padding-left: 30px;padding-right: 30px;padding-top: 30px;padding-bottom: 30px;width: 98%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-VC02a85rgRj[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VC02a85rgRj[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VC02a85rgRj[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VC02a85rgRj[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-VC02a85rgRj[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } .gp-component-id-ufLKS8N0kJ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-ufLKS8N0kJ { 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-ufLKS8N0kJ { 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-ufLKS8N0kJ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ufLKS8N0kJ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-ufLKS8N0kJ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-PYd3ok3DIdT[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 80px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PYd3ok3DIdT[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 80px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PYd3ok3DIdT[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 30px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PYd3ok3DIdT[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 30px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-PYd3ok3DIdT[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 30px;padding-left: 30px;padding-right: 30px;padding-top: 30px;padding-bottom: 30px;width: 98%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-t2gbOzKEK3s[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-t2gbOzKEK3s[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-t2gbOzKEK3s[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-t2gbOzKEK3s[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-t2gbOzKEK3s[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } .gp-component-id-CZEczCDyL1 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-CZEczCDyL1 { 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-CZEczCDyL1 { 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-CZEczCDyL1 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CZEczCDyL1 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-CZEczCDyL1 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-Nzkr2qVAeF[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 80px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Nzkr2qVAeF[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 80px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Nzkr2qVAeF[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 30px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Nzkr2qVAeF[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 30px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Nzkr2qVAeF[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 30px;padding-left: 30px;padding-right: 30px;padding-top: 30px;padding-bottom: 30px;width: 98%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-0ClcrpAwSo[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0ClcrpAwSo[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0ClcrpAwSo[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0ClcrpAwSo[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0ClcrpAwSo[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } .gp-component-id-8vZMQwfdbc { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-8vZMQwfdbc { 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-8vZMQwfdbc { 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-8vZMQwfdbc { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8vZMQwfdbc { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-8vZMQwfdbc { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-VdQA9a8kCA[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 80px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VdQA9a8kCA[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 80px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VdQA9a8kCA[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 30px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VdQA9a8kCA[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 30px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-VdQA9a8kCA[data-gp-component] { border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;background-color: rgb(248, 251, 252);box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-top: 30px;padding-left: 30px;padding-right: 30px;padding-top: 30px;padding-bottom: 30px;width: 98%;height: 100%;flex-direction: column;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-A1iNcbQh7H[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-A1iNcbQh7H[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-A1iNcbQh7H[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-A1iNcbQh7H[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-A1iNcbQh7H[data-gp-component] { width: 100%;height: 100%;flex-direction: column;display: flex; } } .gp-component-id-aqvHZugUAd { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-aqvHZugUAd { 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-aqvHZugUAd { 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-aqvHZugUAd { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aqvHZugUAd { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-aqvHZugUAd { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } .gp-component-id-AQuJrYoEH { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-AQuJrYoEH { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AQuJrYoEH { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AQuJrYoEH { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AQuJrYoEH { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-AQuJrYoEH { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 639px) { .gp-component-id-aUpyPUrTU7[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aUpyPUrTU7[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aUpyPUrTU7[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aUpyPUrTU7[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-aUpyPUrTU7[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } .gp-component-id-zHoiXLtf8e { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-zHoiXLtf8e { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zHoiXLtf8e { 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-zHoiXLtf8e { 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-zHoiXLtf8e { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-zHoiXLtf8e { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px; } } @media (max-width: 639px) { .gp-component-id-5Bs3Lofhtd[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-5Bs3Lofhtd[data-gp-component]:hover,.gp-component-id-5Bs3Lofhtd[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5Bs3Lofhtd[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-5Bs3Lofhtd[data-gp-component]:hover,.gp-component-id-5Bs3Lofhtd[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5Bs3Lofhtd[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-5Bs3Lofhtd[data-gp-component]:hover,.gp-component-id-5Bs3Lofhtd[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5Bs3Lofhtd[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-5Bs3Lofhtd[data-gp-component]:hover,.gp-component-id-5Bs3Lofhtd[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (min-width: 1200px) { .gp-component-id-5Bs3Lofhtd[data-gp-component] { font-size: 16px !important;font-weight: 500 !important;color: rgb(47, 93, 126);font-family: Inter !important;border-top-left-radius: 12px;border-top-right-radius: 12px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(47, 93, 126);border-right-color: rgb(47, 93, 126);border-top-color: rgb(47, 93, 126);border-bottom-color: rgb(47, 93, 126);background-color: rgb(255, 255, 255);margin-top: 10px;padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;display: inline-flex;text-decoration-line: inherit;font-style: inherit !important; } .gp-component-id-5Bs3Lofhtd[data-gp-component]:hover,.gp-component-id-5Bs3Lofhtd[data-gp-component].gp-hover { font-weight: 500;color: rgb(47, 93, 126);font-family: Inter;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;background-color: rgb(255, 255, 255);padding-left: 26px;padding-right: 26px;padding-top: 14px;padding-bottom: 14px;text-decoration-line: underline;font-style: inherit; } } @media (max-width: 639px) { .gp-component-id-luKT7sc71A[data-gp-component] { margin-top: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: flex-end;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-luKT7sc71A[data-gp-component] { margin-top: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-luKT7sc71A[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: flex-end;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-luKT7sc71A[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: flex-end;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-luKT7sc71A[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: flex-end;align-items: flex-start;display: flex; } } .gp-component-id-2iM0mDoMnc { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-2iM0mDoMnc { 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-2iM0mDoMnc { 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-2iM0mDoMnc { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2iM0mDoMnc { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-2iM0mDoMnc { padding-left: 8px;padding-right: 8px;width: 33.33%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-AWDb0XzO7c { font-size: 18px !important; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-AWDb0XzO7c { font-size: 18px !important; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-AWDb0XzO7c { font-size: 18px !important; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-AWDb0XzO7c { font-size: 18px !important; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-AWDb0XzO7c { font-size: 18px !important; } } @media (max-width: 639px) { .gp-component-id-j9zJAbuhc3 { font-size: 34px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-j9zJAbuhc3 { font-size: 38px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-j9zJAbuhc3 { font-size: 30px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-j9zJAbuhc3 { font-size: 38px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-j9zJAbuhc3 { font-size: 38px !important;font-weight: 700 !important;color: rgb(52, 73, 94);text-align: left;line-height: 1.25;font-family: "Work Sans" !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 10px;overflow-wrap: break-word; } } @media (max-width: 639px) { .gp-component-id-blxJ5gBnWh[data-gp-component] { padding-bottom: 30px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-blxJ5gBnWh[data-gp-component] { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-blxJ5gBnWh[data-gp-component] { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-blxJ5gBnWh[data-gp-component] { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-blxJ5gBnWh[data-gp-component] { width: 87%; } } @media (max-width: 639px) { .gp-component-id-z_RW8ToAyP[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-z_RW8ToAyP[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-z_RW8ToAyP[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-z_RW8ToAyP[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-z_RW8ToAyP[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } .gp-component-id-kaVehWRKvW { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-kaVehWRKvW { 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-kaVehWRKvW { 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-kaVehWRKvW { padding-left: 8px;padding-right: 8px;width: 66.6667%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kaVehWRKvW { padding-left: 8px;padding-right: 8px;width: 66.6667%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-kaVehWRKvW { padding-left: 8px;padding-right: 8px;width: 66.6667%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-G5kQwvkekt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-G5kQwvkekt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G5kQwvkekt { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G5kQwvkekt { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G5kQwvkekt { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-G5kQwvkekt { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 639px) { .gp-component-id-6AKIXez9Ti[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6AKIXez9Ti[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6AKIXez9Ti[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6AKIXez9Ti[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-6AKIXez9Ti[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-fuodG2ZQ0R[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 40px;padding-right: 40px;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fuodG2ZQ0R[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 40px;padding-right: 40px;width: 100%;max-width: 640px;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fuodG2ZQ0R[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 40px;padding-right: 40px;width: 100%;max-width: 768px;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fuodG2ZQ0R[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 40px;padding-right: 40px;width: 100%;max-width: 992px;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-fuodG2ZQ0R[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 40px;padding-right: 40px;width: 100%;max-width: 1200px;z-index: 15;position: relative; } }
