 /******************************************************
Bautista Method – Canonical CSS
20251215-0953 BM Web System v1.34_
******************************************************/
/* ======================= GLOBAL BASE ======================= */
html { scroll-behavior: smooth;
}
body { font-family: "Proxima Nova", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #222222; line-height: 1.6; font-size: 15px; background-color: #ffffff;
}
/* ======================= SECTION SHELLS ======================= */
.bm-section { max-width: 980px; margin: 0 auto 4rem; /* Standardized vertical spacing @ 4rem -gg */ padding: 2rem 0 1.5rem; /* Consistent top padding @ 2rem -gg */
}
/* Apply a hard reset at the top of each major block. This strips GP’s silent spacing and lets your .bm-section padding be authoritative. */
.bm-section > div:first-child { margin-top: 0 !important; padding-top: 0 !important;
}
.bm-section--wide { max-width: 1040px;
}
.bm-section--tight { margin-bottom: 1.5rem;
}
.bm-section--tightest { margin-bottom: 0.25rem;
}
.bm-section-mission { padding-top: 1.5rem; padding-bottom: 1.5rem;
}
.bm-section-narrow { max-width: 780px;
}
/* ======================= TYPOGRAPHY ======================= */
.bm-section h1,
.bm-section h2,
.bm-section h3,
.bm-hero h1,
.bm-hero h2,
.bm-hero h3,
.bm-cta-strip h3 { font-family: "Cormorant Garamond", "Times New Roman", serif; font-weight: 600; color: #111111; letter-spacing: 0.01em; margin-top: 0;
}
/* Ensure the first header in every section doesn't add extra unknown space -gg */
.bm-section h1:first-child,
.bm-section h2:first-child,
.bm-section h3:first-child { margin-top: 0;
}
.bm-section h1 { font-size: 2.1rem; line-height: 1.15; margin-bottom: 0.75rem; text-align: center;
}
.bm-section h2 { font-size: 1.7rem; line-height: 1.2; margin-bottom: 0.75rem;
}
.bm-section h3,
.bm-cta-strip h3 { font-size: 1.25rem; line-height: 1.3; margin-bottom: 0.5rem;
}
/* body text inside BM sections */
.bm-section p { font-size: 0.95rem; margin-bottom: 0.75rem;
}
.bm-social-icon { display: inline-flex; align-items: center; justify-content: center; padding: 0 0.5rem;
}
.bm-social-icon i { color: #222222; font-size: 1.15rem; transition: opacity 0.2s ease;
}
.bm-social-icon i:hover { opacity: 0.6;
}
/* small meta / cred lines */
.bm-meta { font-size: 0.85rem; letter-spacing: 0.07em; text-transform: uppercase; color: #777777; text-align: center; max-width: 720px; margin: 0.75rem auto 0;
}
/* dev note */
.bm-dev-note { max-width: 980px; margin: 0 auto 1.5rem; padding: 0 1.5rem; font-size: 0.7rem; color: #999999;
}
/* ======================= NAV & LOGO ======================= */
/* NAV MENU — force it above hero CTAs and other blocks */
.bm-nav,
.bm-nav .bm-navmenu,
.bm-nav .bm-navmenu .data-gp-navmenu-container { position: relative; z-index: 999 !important;
}
.bm-nav { background-color: #ffffff; border-bottom: 1px solid #f0f0f0; padding: 0.75rem 1.5rem 0.9rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03); position: relative;
}
.bm-navmenu { position: relative; z-index: 1000;
}
.bm-logo img { max-width: 220px; height: auto; display: block;
}
/* Groove nav links */
.bm-nav .gp-navmenu-link a { font-size: 0.9rem; letter-spacing: 0.04em; text-transform: none; color: #444444; padding-top: 0.25rem; padding-bottom: 0.25rem;
}
.bm-nav .gp-navmenu-link a:hover { color: #b8860b;
}
/* Active nav item: any link Groove has colored inline */
.bm-nav .gp-navmenu-link a[style*="color"] { color: #d1a23a !important; font-weight: 500; position: relative;
}
/* Small underline marker on active item (desktop + mobile) */
.bm-nav .gp-navmenu-link a[style*="color"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -0.15rem; height: 2px; margin: 0 auto; max-width: 1.75rem; background-color: #d1a23a; border-radius: 999px;
}
.bm-navmenu .gp-navmenu-link a { letter-spacing: 0.05em; text-transform: none;
}
/* ======================= ANCHORS ======================= */
.bm-section a { color: var(--bm-link, currentColor); text-decoration: none; background-image: linear-gradient( to top, currentColor 0.08em, transparent 0.08em ); background-size: 100% 100%; background-repeat: no-repeat; background-position: 0 100%; transition: background-size 0.15s ease, color 0.15s ease;
}
.bm-section a:hover { background-size: 100% 0.4em;
}
.bm-section a:focus-visible { outline: 2px solid currentColor; outline-offset: 2px;
}
/* ======================= ANCHOR EXCLUSIONS ======================= */
/* Icon-only anchors (Font Awesome, SVG, social icons) */
.bm-section a:has(i),
.bm-section a:has(svg),
.bm-social-icon,
.bm-social-icon a { background-image: none !important; background-size: 0 !important;
}
/* Feature list icons */
.bm-feature-icon,
.bm-feature-icon a { background-image: none !important;
}
/* CTA / button anchors */
.bm-hero-ctas a,
.bm-programs a,
.bm-cta-strip a,
.bm-button,
.bm-button a,
.gp-component[data-gp-component="button"] a,
.gp-component[data-gp-component="button main-label"] { background-image: none !important;
}
/* Absolute kill-switch for non-text anchors */
a i,
a svg { background: none !important;
}
/* ======================= HERO – BASE SHELL ======================= */
/* BASE HERO – NEUTRAL SHELL */
.bm-hero { max-width: 980px; margin: 0 auto; padding: 2.6rem 1.5rem 2.4rem; text-align: center; /* default alignment */ /* no background, radius, or shadow here */
}
.bm-hero h1 { margin-bottom: 0.3rem; font-size: 2.3rem;
}
.bm-hero-tagline { font-size: 0.95rem; color: #6a625b; margin-bottom: 1.25rem;
}
/* ======================= HERO – HOMEPAGE VARIANT ======================= */
/* HOMEPAGE HERO – BAND ONLY */
.bm-hero_hp { background-color: #FAF7F3; /* your existing band color */ padding-top: 2.75rem; padding-bottom: 2.75rem;
}
/* Inner hero on homepage: no card styling */
.bm-hero_hp .bm-hero { background: none; border-radius: 0; box-shadow: none; text-align: center; /* explicit, now that base is neutral */
}
/* ======================= HERO – WORKPLACE VARIANT ======================= */
.bm-hero_wp { position: relative; background-repeat: no-repeat; background-size: cover; background-position: 72% center; padding-top: 3rem; padding-bottom: 3rem;
}
/* Soft white veil over the entire image for legibility */
.bm-hero_wp::before { content: ""; position: absolute; inset: 0;
/* background: rgba(255, 255, 255, 0.70); you can nudge 0.50–0.60 to taste */ background: linear-gradient( to right, rgba(255, 255, 255, 0.72) 0%, /* strongest veil over orange field */ rgba(255, 255, 255, 0.68) 25%, rgba(255, 255, 255, 0.64) 50%, /* headline / paragraph zone */ rgba(255, 255, 255, 0.60) 75%, rgba(255, 255, 255, 0.56) 100% /* right edge, still safely veiled */ ); pointer-events: none;
}
/* Kill GroovePages' built-in overlay on the workplace hero block */
.bm-hero_wp .gp-data-section-overlay,
.bm-hero_wp [data-gp-section-overlay] { background: transparent !important;
}
/* Inner container – neutral shell, no card */
.bm-hero_wp .bm-hero { position: relative; z-index: 2; background: none; border-radius: 0; box-shadow: none; text-align: left;
}
/* Two-column layout on desktop */
.bm-hero_wp .layout-2-2 { display: flex; align-items: center; justify-content: space-between; gap: 3.25rem; /* horizontal breathing room between left & right */ max-width: 980px; margin: 0 auto; padding-inline: 1.5rem;
}
/* Left “stress builds” copy */
.bm-hero_wp-small { max-width: 18rem; color: #8b5a2e; line-height: 1.6; font-size: 1.02rem; font-weight: 500; margin-bottom: 1.25rem; /* adjusts cleanly at all widths */
}
.bm-hero_wp-small p { margin-bottom: 1.75rem; /* gives that left copy a clear “end” */ max-width: 18rem; /* keeps it feeling like a short warning, not a paragraph */
}
/* Right headline + body copy */
.bm-hero_wp .bm-hero h1,
.bm-hero_wp .bm-hero p { text-align: left;
}
.bm-hero_wp-large { flex: 1 1 auto; min-width: 0; text-align: left; max-width: 32rem; /* ~512px, tweak to taste */
}
.bm-hero_wp-large h1 { font-size: 2.2rem; line-height: 1.2; margin-bottom: 0.55rem;
}
.bm-hero_wp-large p { font-size: 0.97rem; margin-bottom: 0; max-width: 25rem;
}
/* CTA row stays centered under both columns */
.bm-hero_wp .bm-hero-ctas { margin-top: 1.75rem; display: flex; justify-content: center;
}
/* Inner container – no card */
.bm-hero_wp .bm-hero { position: relative; z-index: 1; background: none; /* no card */ border-radius: 0; box-shadow: none; text-align: left; /* base alignment */
}
.bm-hero_wp-meta { margin-top: 1.1rem; font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; text-align: center;
}
/* ======================= GOLD CTA BUTTONS ======================= */
/* 1) Reset Groove's outer button components so they don't draw anything */
.bm-hero-ctas .gp-component[data-gp-component="button"],
.bm-programs .gp-component[data-gp-component="button"],
.bm-cta-strip .gp-component[data-gp-component="button"] { background-color: transparent !important; box-shadow: none !important; border: none !important; padding: 0 !important;
}
/* 2) Canonical gold pill style - Section CTAs: applied to the inner label - Manual CTAs: applied to the .bm-button wrapper
*/
.bm-hero-ctas .gp-component[data-gp-component="button main-label"],
.bm-programs .gp-component[data-gp-component="button main-label"],
.bm-cta-strip .gp-component[data-gp-component="button main-label"],
.bm-button { display: inline-flex; align-items: center; justify-content: center; padding: 0.55rem 1.6rem; border-radius: 999px; background-color: #d1a23a !important; color: #ffffff !important; font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; border: none; cursor: pointer; transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); text-decoration: none; white-space: nowrap;
}
/* 3) Unified hover state */
.bm-hero-ctas .gp-component[data-gp-component="button main-label"]:hover,
.bm-programs .gp-component[data-gp-component="button main-label"]:hover,
.bm-cta-strip .gp-component[data-gp-component="button main-label"]:hover,
.bm-button:hover { background-color: #b8860b !important; transform: translateY(-1px); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}
/* 5) Constrain and center 3-button rows (hero + footer) */
.bm-cta-strip .gp-component[data-gp-component="layout-3-3-3"] { max-width: 700px; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap;
}
/* 6) Desktop sizing/spacing for hero CTAs */
.bm-hero-ctas .gp-component[data-gp-component="button main-label"] { min-width: 150px; margin: 1.25rem 0.6rem;
}
.bm-hero + .bm-meta { margin-top: 1.25rem; /* was 0.75rem via .bm-meta */
}
/* 7) Program card buttons: just a little top spacing */
.bm-programs .gp-component[data-gp-component="button main-label"] { margin-top: 0.5rem;
}
/* ======================= MISSION + VIDEO ======================= */
.bm-mission p { margin-bottom: 0.75rem;
}
.bm-mission iframe { border-radius: 8px; overflow: hidden;
}
/* ======================= PROGRAM COLUMNS ======================= */
.bm-programs .gp-component[data-gp-component="layout-3-3-3"] { max-width: 100%;
}
.bm-programs h3 { font-size: 1.1rem; margin-bottom: 0.25rem;
}
.bm-programs p { font-size: 0.95rem; margin-bottom: 0.5rem;
}
.bm-programs .gp-component[data-gp-component="button main-label"] { margin-top: 0.5rem;
}
/* ======================= HOW IT FEELS / WHY IT WORKS ======================= */
.bm-how h2 { margin-bottom: 0.75rem;
}
.bm-why { margin-top: 2.25rem;
}
/* bullet list: works with p or li inside .bm-why-list */
.bm-why-list { margin: 0; padding: 0;
}
/* photo column */
.bm-photo img { max-width: 300px; width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 8px;
}
/* ======================= FEATURE LISTS ======================= */ .bm-feature-list,
.bm-warning-list { gap: 1rem !important; /* Increased from 0.15rem for better readability -gg */
}
/* Outer list container */
.bm-feature-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column;
}
/* Each row */
.bm-feature-item { display: flex; align-items: flex-start; /* top-align icon + text */ gap: 0.75rem; /* space between icon and text */ margin-bottom: 0.5rem; /* Adds subtle separation between item rows -gg */
}
/* Icon wrapper */
.bm-feature-icon { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; width: 1.5rem; height: 1.5rem; margin-top: 0.15rem; /* nudges icon down a hair vs text */
}
/* The actual check icon */
.bm-feature-icon .fas { font-size: 1.1rem; color: #d1a23a;
}
/* Text block */
.bm-feature-text p { margin: 0; font-size: 1rem; /* adjust to match body copy */ line-height: 1.5; color: #222222;
}
/* Remove Groove's default li spacing */
.bm-feature-list > li { margin: 0 !important; padding: 0 !important;
}
/* Tighten vertical spacing between rows */
.bm-feature-list { gap: 0.15rem; /* reduce from 0.4rem */
}
/* Warning variant of the feature list */
.bm-warning-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.15rem; /* match .bm-feature-list */
}
.bm-warning-list > li { margin: 0 !important; padding: 0 !important;
}
/* Icons and text inside the warning list */
.bm-warning-list .bm-feature-icon .fas { color: #c27128; /* richer amber / caution tone */
}
.bm-warning-list .bm-feature-text p { color: #5b3920; /* slightly deeper body color for contrast */
}
/* ======================= TESTIMONIALS ======================= */
/* Testimonial section framing */
.bm-testimonial { position: relative; padding-top: 1.75rem; margin-top: 2rem;
}
/* Outer wrapper – keeps testimonials narrow and centered */
.bm-block-testimonial { max-width: 660px; /* was 720px */ margin: 0 auto 0; /* center + space under section */
}
.bm-block-testimonial + .bm-block-testimonial { margin-top: 1.25rem; /* extra space between blocks, if used */
}
.bm-block-testimonial:first-of-type .bm-testimonial::before { width: 220px; margin-bottom: 1.1rem;
}
/* Default icon for most quotes */
.bm-quote .gp-component[data-gp-component="fa-icon"] { color: #d1a23a;
}
/* Layout: icon + text side-by-side */
.bm-quote { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.15rem 0; /* soft vertical padding */
}
/* Quote icon */
.bm-quote .fa-quote-left,
.bm-quote .fa-quote-right { font-size: 2.1rem; /* slightly smaller, less shouty */ margin-top: 0.25rem; /* nudged down a hair */
}
/* Quote text */
.bm-quote-text p { margin: 0 0 0.4rem; font-style: italic; line-height: 1.7;
}
/* Name line */
.bm-quote-name p { margin: 0; font-weight: 600; padding-left: 0.5rem; /* small visual indent */ font-size: 0.9rem; /* slightly smaller */ letter-spacing: 0.04em; /* a bit more “signature” feel */
}
/* Automatically add the dash before the name */
.bm-quote-name p::before { content: "— ";
}
/* Force all testimonial quote icons to gold */
.bm-quote .gp-component[data-gp-component="fa-icon"] { color: #d1a23a !important;
}
.bm-testimonial blockquote { display: flex; align-items: flex-start; gap: 0.75rem;
}
.bm-testimonial p { margin: 0 0 0.35rem 0;
}
.bm-testimonial .client { margin-top: 0.15rem; display: block; font-weight: 500;
}
/* ======================= VALUES & SAFETY ======================= */
.bm-values h2,
.bm-safety h2 { font-size: 1.6rem; margin-bottom: 0.5rem;
}
.bm-values p,
.bm-safety p { font-size: 0.95rem; line-height: 1.6;
}
.bm-portfolio { /* max-width: 980px; margin: 0 auto 3rem; */ padding-inline: 1.5rem;
}
.bm-portfolio h2,
.bm-portfolio .bm-meta { font-size: 1.7rem; text-align: center; margin-bottom: 0.5rem;
}
.bm-portfolio .bm-meta { margin-top: 0.25rem; margin-bottom: 2rem;
}
.bm-portfolio-logo { width: 100%; padding: 16px; background: #fafafa; /* or remove if you ditch backgrounds */ display: flex; align-items: center; justify-content: center;
}
.bm-portfolio-logo img { max-width: 120px; max-height: 60px; width: auto; height: auto;
}
/* ======================= FINAL CTA STRIP ======================= */
.bm-cta-strip h3 { text-align: center; margin-bottom: 0.75rem;
}
.bm-cta-strip .gp-component[data-gp-component="button main-label"] { min-width: 150px; margin: 0 0.6rem;
}
/* ======================= FOOTER ======================= */
.bm-footer-nav { margin-top: 2.25rem; /* a bit more breathing room above */ margin-bottom: 1rem;
}
.bm-footer-nav a { padding: 0.35rem 0.8rem; /* larger tap targets */ font-size: 0.9rem; /* was 0.85rem */ letter-spacing: 0.06em;
}
.bm-footer-social { margin-left: 0 !important; margin-right: 0 !important;
}
/* Force sane, consistent size for all footer social icons */
.bm-footer-social .gp-component[data-gp-component="fa-icon"] { font-size: 1rem !important; /* tweak 0.9–1.1rem to taste */ line-height: 1; /* keeps boxes tight */
}
.bm-footer-social a { margin: 0 0.25rem;
}
.bm-footer-social a:hover { color: #cda24a;
}
.bm-section:last-of-type { margin-bottom: 2.5rem;
}
/* ======================= RESPONSIVE: MOBILE ======================= */
@media (min-width: 1024px) { .bm-section p { font-size: 1rem; }
}
@media (max-width: 768px) { .bm-section, .bm-section--wide, .bm-section-narrow { margin-bottom: 2.25rem; padding: 0 1.25rem; } .bm-section--tight, .bm-meta { margin-bottom: 0; } .bm-section-mission { margin-top: 2.5rem; /* tweak: 2–3rem range will all look fine */ }
/* Targets the second column in the 2-column layout containing the lists -gg */ .bm-section-2_col .layout-2-2 > div > div:nth-child(2) { margin-top: 3.5rem !important; /* Adds clear separation before "What a Reset..." */ padding-top: 1.5rem; /* Optional: adds a little internal breathing room */ border-top: 1px solid #eee; /* Optional: adds a faint separator line */ } .bm-section h2 { font-size: 1.4rem; } .bm-hero { padding-top: 2rem; padding-bottom: 2rem; }
/* Homepage mobile bottom separation */
.bm-hero_hp { margin-bottom: 2rem;
}
/* Ensure the CTA button centers properly below the text -gg */ .bm-hero-ctas { justify-content: center !important; margin-top: 2rem !important; } .bm-hero_hp + .bm-meta { margin-top: 0.9rem; }
.bm-hero h1 { font-size: 1.9rem; } /* Workplace hero: stack left/right copy with clear separation on mobile */ .bm-hero_wp { padding-top: 2.3rem; padding-bottom: 2.3rem; margin-bottom: 2rem; /* same separation as homepage */ } .bm-hero_wp .bm-hero { text-align: left; padding-top: 0; padding-bottom: 0; } .bm-hero_wp .layout-2-2 { display: flex; flex-direction: column; align-items: stretch; gap: 1.6rem; /* vertical gap between left and right blocks */ padding-inline: 1.25rem; } /* Force text to center for a grounded look on mobile -gg */ .bm-hero_wp-small, .bm-hero_wp-large { text-align: center !important; padding-left: 0 !important; padding-right: 0 !important; margin-left: auto !important; margin-right: auto !important; max-width: 100% !important; } .bm-hero_wp-small { align-self: flex-start; font-size: 0.98rem; }
/* Add breathing room between the two hero text blocks -gg */ .bm-hero_wp-small { margin-bottom: 1rem !important; } .bm-hero_wp-large h1, .bm-hero_wp-large p { text-align: center; } .bm-hero_wp-large h1 { font-size: 1.9rem; /* slightly smaller for narrow screens */ line-height: 1.25; } .bm-hero_wp .bm-hero-ctas { margin-top: 1.5rem; display: flex; justify-content: center; } /* Mobile: stack footer CTAs vertically with flex */ .bm-cta-strip { margin-top: 1.2rem; } .bm-cta-strip .gp-component[data-gp-component="layout-3-3-3"] { display: flex; /* keep flex, but switch to a column */ flex-direction: column; align-items: center; max-width: 320px; /* keeps the group visually tight */ margin: 0 auto 1.25rem; } .bm-cta-strip .gp-component[data-gp-component="button main-label"], .bm-programs .gp-component[data-gp-component="button main-label"] { width: 100%; max-width: 260px; margin: 0 auto 0.9rem; /* centered, stacked, consistent gap */ } /* Add breathing room before the photo under 'Why it works' */ .bm-photo { margin-top: 2.4rem; } .bm-photo img { max-width: 260px; } /* All three program columns get top margin when stacked… */ .bm-programs [data-gp-grid-col] { margin-top: 1.75rem; } /* …except the first one in the row */ .bm-programs [data-gp-grid-col]:first-child { margin-top: 0; }
/* Mobile nav dropdown panel */ .bm-nav { padding: 0.6rem 1rem 0.7rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); position: relative; z-index: 900;
} .bm-nav .data-gp-navmenu-container { background-color: #ffffff; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08); border-radius: 0 0 16px 16px; padding: 0.65rem 1.25rem 0.9rem; margin: 0 -1rem; /* aligns with nav padding */ } .bm-nav .data-gp-navmenu-container .gp-navmenu-link { text-align: right; padding: 0.25rem 0; } .bm-nav .gp-navmenu-link a { font-size: 0.95rem; } .bm-nav .data-gp-navmenu-container .gp-navmenu-link a { display: inline-block; } .bm-logo img { max-width: 190px; }
}
@media (max-width: 640px) { .bm-block-testimonial { margin-bottom: 2rem; } .bm-testimonial::before { width: 150px; margin-bottom: 1rem; } .bm-quote .gp-component[data-gp-component="fa-icon"] { font-size: 1.6rem; margin-top: 0.05rem; } .bm-quote .fa-quote-left, .bm-quote .fa-quote-right { font-size: 1.8rem; } .bm-footer-nav a { display: inline-block; margin: 0.15rem 0.35rem; }
}
/******************************************************
Workplace – final layout cleanup
2025-12-09
******************************************************/
/* 1. Unified content width for lower sections Match .bm-section (980px) so the page stops breathing in and out as you scroll.
------------------------------------------------------*/
.bm-section-2_col,
.bm-portfolio,
.bm-pricing,
.bm-pricing-header,
.bm-pricing-table,
.bm-pricing-notes,
.bm-ops,
.bm-faq,
.bm-evidence,
.bm-whyitmatters { max-width: 980px; margin-top: 3rem !important; margin-bottom: 0 !important; margin-left: auto; margin-right: auto; padding-left: 1.5rem; padding-right: 1.5rem;
}
/* 2. Section rhythm: consistent vertical spacing from Pricing through Why It Matters.
------------------------------------------------------*/
/* pricing band (cards + notes) */
.bm-pricing { margin-top: 2.25rem !important; /* was effectively 3rem via unified rule */ margin-bottom: 0 !important;
}
.bm-pricing-header { margin-bottom: 1.25rem;
}
.bm-pricing-table { min-width: 140px !important; margin-left: auto !important; margin-right: 0 !important; margin-bottom: 1.75rem;
}
/* notes / fine print under the packages table */
.bm-pricing-notes { margin-top: 0; /* we already gave space via table mb */ padding-top: 0.75rem; border-top: 1px solid #e6dccb; font-size: 0.9rem; line-height: 1.5; color: #6b5a45;
}
.bm-pricing-notes p { margin-bottom: 0.35rem;
}
.bm-pricing-notes p:last-child { margin-bottom: 0;
}
/* 1. -gg fixes: Main Section Header (Biggest) */
.bm-pricing-header h2 { font-size: 1.8rem !important; /* Reduced from 2.3rem+ */ letter-spacing: 0.02em; text-align: center;
}
/* 2. Package Names (Medium) - Target the H2s inside the pricing table -gg */
.bm-pricing-table h2 { font-family: "Proxima Nova", sans-serif !important; /* Clean, modern base */ font-size: 1.2rem !important; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #444; margin-bottom: 0.25rem !important;
}
/* 3. Price Tag styling (assumes it's the second line in that H2 or following P) */
/* Since price is inside the H2 tag in your HTML, we can't style it separately easily without a span. Instead, let's just ensure the container breathes. -gg */
.bm-pricing-table > div { padding: 1.25rem 0; /* Add vertical breathing room to each row */ border-bottom: 1px solid #f9f9f9; /* Optional: adds a clean line between packages -gg */
}
/* operations trio – How It Works / Safety / Scheduling */
.bm-ops { margin-top: 3rem; margin-bottom: 0;
}
/* treat each H2 as a clear step */
.bm-ops h2 { margin-bottom: 0.75rem;
}
.bm-ops h2:not(:first-of-type) { margin-top: 2.25rem;
}
/* copy + lists inside ops */
.bm-ops p { line-height: 1.6;
}
/* simple bullets for Essentials list only here */
.bm-ops ul { margin: 0.35rem 0 0 1.25rem; padding: 0;
}
.bm-ops ul li { margin-bottom: 0.2rem;
}
/* FAQ block */
.bm-faq h2 { margin-bottom: 1rem;
}
/* base rhythm for all FAQ paragraphs */
.bm-faq p { margin-bottom: 0.25rem; line-height: 1.6;
}
/* questions assumed as <p><strong>Question… */
.bm-faq p strong { display: block; font-weight: 600; margin-top: 0.5rem;
}
.bm-faq p:first-of-type strong { margin-top: 0;
}
/* answer paragraph directly after a question */
.bm-faq p + p { margin-bottom: 0.75rem;
}
/* -gg FAQ fixes: Target the collapse/accordion component explicitly */
/* Force Typography Inheritance */
[data-gp-component="collapse"],
[data-gp-component="collapse"] * { font-family: "Proxima Nova", sans-serif !important;
}
[data-gp-component="collapse"] > div:first-child { font-weight: 600; font-size: 1.05rem; color: #111; padding: 1.25rem 0 0 0; /* Vertical spacing for dynamic elements */
}
/* Style the Answer text */
[data-gp-component="collapse"] > div:nth-child(2) p { font-size: 0.95rem; line-height: 1.6; color: #444; padding-top: 0.5rem;
}
/* Normalize FAQ question text inside Groove collapse components */
.bm-faq [data-gp-component="collapse"] .gp-text-container { font-family: inherit !important; font-size: 1rem; line-height: 1.6;
}
/* Evidence & Why It Matters */
.bm-evidence,
.bm-whyitmatters { /* margin-top: 3rem; margin-bottom: 0; */
}
.bm-evidence h2,
.bm-whyitmatters h2 { margin-bottom: 0.75rem;
}
/* Evidence – tighter, factual feel */
.bm-evidence p { margin-bottom: 0.35rem; line-height: 1.6;
}
/* Why It Matters – slightly looser for narrative */
.bm-whyitmatters p { margin-bottom: 0.4rem; line-height: 1.6;
}
/* Force consistent height and spacing for the feature blocks -gg (was .bm-feature) */
.bm-section--2x2 .gp-text-container:first-child p { font-family: "Cormorant Garamond", serif; /* Matches your other headers */ font-size: 1.25rem !important; font-weight: 600; margin-bottom: 0.5rem; color: #111; line-height: 1.2;
}
.bm-section--2x2 .gp-text-container:nth-child(2) p { font-size: 0.95rem; line-height: 1.5; color: #555; margin-bottom: 3rem; /* Pushes the next item down for consistent spacing */
}
.bm-section-2_col .bm-meta { margin: 3REM auto;
}
/* 3. Mobile touch-ups for the same sections
------------------------------------------------------*/
@media (max-width: 768px) { .bm-section-2_col, .bm-pricing, .bm-pricing-header, .bm-pricing-table, .bm-pricing-notes, .bm-ops, .bm-faq, .bm-evidence, .bm-whyitmatters { padding-left: 1.25rem; padding-right: 1.25rem; } .bm-pricing { margin-top: 2.5rem; } .bm-ops, .bm-faq, .bm-evidence, .bm-whyitmatters { margin-top: 2.25rem; }
/* Center alignment for pricing buttons on mobile -gg */
.bm-pricing-table [data-gp-component="button"] { width: auto !important; /* Prevent full-width stretching if not desired */ min-width: 140px;
} /* Targets the container for the second (solution) list -gg */ .gp-component-id-n7jVqbahwT { margin-top: 4rem !important; /* Visual break between problem and solution */ padding-top: 2rem; border-top: 1px solid #f0f0f0; /* Soft separator line */ }
} *{} {} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } .gp-component-id-O6FBWmEI_.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-O6FBWmEI_.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-O6FBWmEI_.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-O6FBWmEI_.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-O6FBWmEI_.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-O6FBWmEI_.gp-component > [data-section-overlay] { bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute; } } @media (max-width: 639px) { .gp-component-id-sgImvrihr[data-gp-component] { padding-left: 40px;padding-right: 40px;padding-top: 80px;padding-bottom: 80px;z-index: auto !important;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sgImvrihr[data-gp-component] { padding-left: 40px;padding-right: 40px;padding-top: 80px;padding-bottom: 80px;z-index: auto !important;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sgImvrihr[data-gp-component] { padding-left: 40px;padding-right: 40px;padding-top: 80px;padding-bottom: 80px;z-index: auto !important;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sgImvrihr[data-gp-component] { padding-left: 40px;padding-right: 40px;padding-top: 80px;padding-bottom: 80px;z-index: auto !important;position: relative; } } @media (min-width: 1200px) { .gp-component-id-sgImvrihr[data-gp-component] { padding-left: 40px;padding-right: 40px;padding-top: 80px;padding-bottom: 80px;z-index: auto !important;position: relative; } } .gp-component-id-sgImvrihr.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px;background-color: rgb(242, 243, 244); } @media (max-width: 639px) { .gp-component-id-sgImvrihr.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-sgImvrihr.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-sgImvrihr.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-sgImvrihr.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-sgImvrihr.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } }
[data-gp-component].gp-component-id-nsPj64IjAx { }
[data-gp-component].gp-component-id-agkVl6s7r9 { } @media (max-width: 639px) { .gp-component-id-agkVl6s7r9[data-gp-component] { font-size: 24px;color: rgb(34, 34, 34);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-agkVl6s7r9[data-gp-component] { font-size: 24px;color: rgb(34, 34, 34);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-agkVl6s7r9[data-gp-component] { font-size: 30px;color: rgb(34, 34, 34);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-agkVl6s7r9[data-gp-component] { font-size: 30px;color: rgb(34, 34, 34);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (min-width: 1200px) { .gp-component-id-agkVl6s7r9[data-gp-component] { font-size: 30px;color: rgb(34, 34, 34);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } } @media (max-width: 639px) { .gp-component-id-OBIKZut3zg[data-gp-component] { font-size: 24px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OBIKZut3zg[data-gp-component] { font-size: 24px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OBIKZut3zg[data-gp-component] { font-size: 30px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OBIKZut3zg[data-gp-component] { font-size: 30px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-OBIKZut3zg[data-gp-component] { font-size: 30px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-Pw5tNQN1kdR[data-gp-component] { font-size: 24px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Pw5tNQN1kdR[data-gp-component] { font-size: 24px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Pw5tNQN1kdR[data-gp-component] { font-size: 30px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Pw5tNQN1kdR[data-gp-component] { font-size: 30px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-Pw5tNQN1kdR[data-gp-component] { font-size: 30px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-4PHn0KPyEwF[data-gp-component] { font-size: 24px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4PHn0KPyEwF[data-gp-component] { font-size: 24px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4PHn0KPyEwF[data-gp-component] { font-size: 30px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4PHn0KPyEwF[data-gp-component] { font-size: 30px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-4PHn0KPyEwF[data-gp-component] { font-size: 30px;color: rgba(34, 34, 34, 1);line-height: 1;background-color: transparent;padding-left: 0px;padding-right: 0px;display: inline-block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 639px) { .gp-component-id-2t60mo3RuMD[data-gp-component] { margin-left: 0px;margin-right: 0px;align-items: center;display: flex;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2t60mo3RuMD[data-gp-component] { margin-left: 0px;margin-right: 0px;align-items: center;display: flex;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2t60mo3RuMD[data-gp-component] { margin-left: 0px;margin-right: 0px;align-items: center;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2t60mo3RuMD[data-gp-component] { margin-left: 0px;margin-right: 0px;align-items: center;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-2t60mo3RuMD[data-gp-component] { margin-left: 0px;margin-right: 0px;align-items: center;display: flex;flex-wrap: wrap; } }
[data-gp-component].gp-component-id-4PHn0KPyEwF { } @media (max-width: 639px) { .gp-component-id-nsPj64IjAx[data-gp-component] { z-index: ;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nsPj64IjAx[data-gp-component] { z-index: ;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nsPj64IjAx[data-gp-component] { z-index: ;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nsPj64IjAx[data-gp-component] { z-index: ;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-nsPj64IjAx[data-gp-component] { z-index: ;position: relative;min-height: 50px; } } @media (max-width: 639px) { .gp-component-id-N9yrCxEAjn[data-gp-component] { padding-top: 0px;padding-bottom: 0px;min-height: 50px;position: relative;z-index: ; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-N9yrCxEAjn[data-gp-component] { padding-top: 0px;padding-bottom: 0px;min-height: 50px;position: relative;z-index: ; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-N9yrCxEAjn[data-gp-component] { padding-top: 0px;padding-bottom: 0px;min-height: 50px;position: relative;z-index: ; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-N9yrCxEAjn[data-gp-component] { padding-top: 0px;padding-bottom: 0px;min-height: 50px;position: relative;z-index: ; } } @media (min-width: 1200px) { .gp-component-id-N9yrCxEAjn[data-gp-component] { padding-top: 0px;padding-bottom: 0px;min-height: 50px;position: relative;z-index: ; } } @media (max-width: 639px) { .gp-component-id-veMS_ckb017[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-bottom: 20px;z-index: ;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-veMS_ckb017[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-bottom: 20px;z-index: ;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-veMS_ckb017[data-gp-component] { padding-left: 16px;padding-right: 16px;padding-bottom: 20px;z-index: ;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-veMS_ckb017[data-gp-component] { padding-left: 28px;padding-right: 28px;padding-bottom: 0px;z-index: ;position: relative; } } @media (min-width: 1200px) { .gp-component-id-veMS_ckb017[data-gp-component] { padding-left: 28px;padding-right: 28px;padding-bottom: 0px;z-index: ;position: relative; } } @media (max-width: 639px) { .gp-component-id-kSQjCRBGopP[data-gp-component] { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: ;top: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kSQjCRBGopP[data-gp-component] { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: ;top: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kSQjCRBGopP[data-gp-component] { flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: absolute;left: 0px;right: 0px;z-index: ;top: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kSQjCRBGopP[data-gp-component] { justify-content: flex-end;display: flex;flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: static !important;left: 0px;right: 0px;z-index: ;top: 100%; } } @media (min-width: 1200px) { .gp-component-id-kSQjCRBGopP[data-gp-component] { justify-content: flex-end;display: flex;flex-basis: 0%;flex-shrink: 1;flex-grow: 1;position: static !important;left: 0px;right: 0px;z-index: ;top: 100%; } }
[data-gp-component].gp-component-id-iA3bPlUuHsa { }
[data-gp-component].gp-component-id-2t60mo3RuMD { } @media (max-width: 639px) { .gp-component-id-l5jJ0BIWh[data-gp-component] { border-top-width: 4px;border-top-color: rgb(58, 58, 58);padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;z-index: 10;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l5jJ0BIWh[data-gp-component] { border-top-width: 4px;border-top-color: rgb(58, 58, 58);padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;z-index: 10;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l5jJ0BIWh[data-gp-component] { border-top-width: 4px;border-top-color: rgb(58, 58, 58);padding-left: 16px;padding-right: 16px;padding-top: 28px;padding-bottom: 28px;z-index: 10;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l5jJ0BIWh[data-gp-component] { border-top-width: 4px;border-top-color: rgb(58, 58, 58);padding-left: 16px;padding-right: 16px;padding-top: 28px;padding-bottom: 28px;z-index: 10;position: relative; } } @media (min-width: 1200px) { .gp-component-id-l5jJ0BIWh[data-gp-component] { border-top-width: 4px;border-top-color: rgb(58, 58, 58);padding-left: 16px;padding-right: 16px;padding-top: 28px;padding-bottom: 28px;z-index: 10;position: relative; } } @media (max-width: 639px) { .gp-component-id-iA3bPlUuHsa[data-gp-component] { font-size: 20px;background-color: rgba(255, 255, 255, 1); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iA3bPlUuHsa[data-gp-component] { font-size: 20px;background-color: rgba(255, 255, 255, 1); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iA3bPlUuHsa[data-gp-component] { font-size: 20px;background-color: rgba(255, 255, 255, 1); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iA3bPlUuHsa[data-gp-component] { font-size: 24px;background-color: rgba(255, 255, 255, 1);position: static !important; } } @media (min-width: 1200px) { .gp-component-id-iA3bPlUuHsa[data-gp-component] { font-size: 24px;background-color: rgba(255, 255, 255, 1);position: static !important; } } @media (max-width: 639px) { .gp-component-id-_H73R_AphJh[data-gp-component] { font-size: 24px;color: rgba(209, 162, 58, 1);line-height: 1.15;font-family: inherit;background-color: transparent;background-image: initial;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;align-items: center;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-_H73R_AphJh[data-gp-component]:focus,.gp-component-id-_H73R_AphJh[data-gp-component].gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_H73R_AphJh[data-gp-component] { font-size: 24px;color: rgba(209, 162, 58, 1);line-height: 1.15;font-family: inherit;background-color: transparent;background-image: initial;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;align-items: center;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-_H73R_AphJh[data-gp-component]:focus,.gp-component-id-_H73R_AphJh[data-gp-component].gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_H73R_AphJh[data-gp-component] { font-size: 24px;color: rgba(209, 162, 58, 1);line-height: 1.15;font-family: inherit;background-color: transparent;background-image: initial;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;align-items: center;display: inline-flex;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-_H73R_AphJh[data-gp-component]:focus,.gp-component-id-_H73R_AphJh[data-gp-component].gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_H73R_AphJh[data-gp-component] { font-size: 24px;color: rgba(209, 162, 58, 1);line-height: 1.15;font-family: inherit;background-color: transparent;background-image: initial;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;align-items: center;display: none;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-_H73R_AphJh[data-gp-component]:focus,.gp-component-id-_H73R_AphJh[data-gp-component].gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (min-width: 1200px) { .gp-component-id-_H73R_AphJh[data-gp-component] { font-size: 24px;color: rgba(209, 162, 58, 1);line-height: 1.15;font-family: inherit;background-color: transparent;background-image: initial;background-size: initial;background-repeat: initial;background-attachment: initial;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;align-items: center;display: none;cursor: pointer;background-position-x: initial;background-position-y: initial;background-origin: initial;background-clip: initial;appearance: button;text-transform: none;overflow-x: visible;overflow-y: visible; } .gp-component-id-_H73R_AphJh[data-gp-component]:focus,.gp-component-id-_H73R_AphJh[data-gp-component].gp-focus { outline-color: initial;outline-style: initial;outline-width: 0px; } } @media (max-width: 639px) { .gp-component-id-pePjdwZCubz[data-gp-component] { color: rgba(209, 162, 58, 1);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pePjdwZCubz[data-gp-component] { color: rgba(209, 162, 58, 1);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pePjdwZCubz[data-gp-component] { color: rgba(209, 162, 58, 1);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pePjdwZCubz[data-gp-component] { color: rgba(209, 162, 58, 1);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-pePjdwZCubz[data-gp-component] { color: rgba(209, 162, 58, 1);line-height: 1;display: inline-block; } }
[data-gp-component].gp-component-id-jiumJS05_y { }
[data-gp-component].gp-component-id-ur651g3fpB { }
[data-gp-component].gp-component-id-Uyr_BxzpsV { }
[data-gp-component].gp-component-id-N9yrCxEAjn { }
[data-gp-component].gp-component-id-XeRUcGXWiJx { } @media (max-width: 639px) { .gp-component-id-XeRUcGXWiJx[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 0px;height: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XeRUcGXWiJx[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 0px;height: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XeRUcGXWiJx[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 0px;height: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XeRUcGXWiJx[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 0px;height: auto; } } @media (min-width: 1200px) { .gp-component-id-XeRUcGXWiJx[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-right: 0px;height: auto; } } .gp-component-id-6OCQEotZS { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-6OCQEotZS { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6OCQEotZS { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6OCQEotZS { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6OCQEotZS { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-6OCQEotZS { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-ZIaX7I8Vr { 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-ZIaX7I8Vr { 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-ZIaX7I8Vr { 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-ZIaX7I8Vr { 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-ZIaX7I8Vr { 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-ZIaX7I8Vr { 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-TmIaCdznSm5[data-gp-component] { color: rgba(26, 26, 26, 1);background-color: rgba(255, 255, 255, 1);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TmIaCdznSm5[data-gp-component] { color: rgba(26, 26, 26, 1);background-color: rgba(255, 255, 255, 1);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TmIaCdznSm5[data-gp-component] { color: rgba(26, 26, 26, 1);background-color: rgba(255, 255, 255, 1);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TmIaCdznSm5[data-gp-component] { color: rgba(26, 26, 26, 1);background-color: rgba(255, 255, 255, 1);padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-TmIaCdznSm5[data-gp-component] { color: rgba(26, 26, 26, 1);background-color: rgba(255, 255, 255, 1);padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;display: block;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } } .gp-component-id-2kA7kxuw0N { display: none;align-items: center; } @media (max-width: 639px) { .gp-component-id-2kA7kxuw0N { display: none !important;align-items: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2kA7kxuw0N { display: none !important;align-items: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2kA7kxuw0N { display: none !important;align-items: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2kA7kxuw0N { display: flex !important;align-items: center; } } @media (min-width: 1200px) { .gp-component-id-2kA7kxuw0N { display: flex !important;align-items: center; } } .gp-component-id-Uyr_BxzpsV { margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;display: flex;width: 100%; } @media (max-width: 639px) { .gp-component-id-Uyr_BxzpsV { margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;display: flex;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Uyr_BxzpsV { margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;display: flex;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Uyr_BxzpsV { margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;display: flex;width: 100%;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Uyr_BxzpsV { margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;display: flex;width: 100%;position: relative;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-Uyr_BxzpsV { margin-left: auto;margin-right: auto;justify-content: space-between;align-items: center;display: flex;width: 100%;position: relative;max-width: 1200px; } } .gp-component-id-ReVQXbSFAV { z-index: 15;position: relative; } @media (max-width: 639px) { .gp-component-id-ReVQXbSFAV { z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ReVQXbSFAV { z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ReVQXbSFAV { z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ReVQXbSFAV { z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-ReVQXbSFAV { z-index: 15;position: relative; } } .gp-component-id-Ulfo7e4PSwG { justify-content: center;flex-grow: 1;margin-top: 16px;display: flex; } @media (max-width: 639px) { .gp-component-id-Ulfo7e4PSwG { justify-content: center;flex-grow: 1;margin-top: 16px;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ulfo7e4PSwG { justify-content: center;flex-grow: 1;margin-top: 16px;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ulfo7e4PSwG { justify-content: flex-end;flex-grow: 1;margin-top: 0px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ulfo7e4PSwG { justify-content: flex-end;flex-grow: 1;margin-top: 0px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Ulfo7e4PSwG { justify-content: flex-end;flex-grow: 1;margin-top: 0px;display: flex; } } .gp-component-id-frRNBT8iTe { align-items: center; } @media (max-width: 639px) { .gp-component-id-frRNBT8iTe { align-items: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-frRNBT8iTe { align-items: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-frRNBT8iTe { align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-frRNBT8iTe { align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-frRNBT8iTe { align-items: center;display: flex; } } .gp-component-id-Jcr9QXk_5S { font-size: 20px; } @media (max-width: 639px) { .gp-component-id-Jcr9QXk_5S { font-size: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Jcr9QXk_5S { font-size: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Jcr9QXk_5S { font-size: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Jcr9QXk_5S { font-size: 24px; } } @media (min-width: 1200px) { .gp-component-id-Jcr9QXk_5S { font-size: 24px; } } .gp-component-id-Ikgso2FM0c { flex-grow: 1; } @media (max-width: 639px) { .gp-component-id-Ikgso2FM0c { flex-grow: 1; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ikgso2FM0c { flex-grow: 1; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ikgso2FM0c { flex-grow: 1;display: flex;justify-content: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ikgso2FM0c { flex-grow: 1;display: flex;justify-content: center; } } @media (min-width: 1200px) { .gp-component-id-Ikgso2FM0c { flex-grow: 1;display: flex;justify-content: center; } } .gp-component-id-P6_sZe2tjs { margin-right: auto;margin-left: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-P6_sZe2tjs { margin-right: auto;margin-left: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-P6_sZe2tjs { margin-right: auto;margin-left: auto;width: 100%;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-P6_sZe2tjs { margin-right: auto;margin-left: auto;width: 100%;max-width: 768px;display: flex;align-items: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-P6_sZe2tjs { margin-right: auto;margin-left: auto;width: 100%;max-width: 992px;display: flex;align-items: center; } } @media (min-width: 1200px) { .gp-component-id-P6_sZe2tjs { margin-right: auto;margin-left: auto;width: 100%;max-width: 1200px;display: flex;align-items: center; } } .gp-component-id-tiALOYB0GA { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-tiALOYB0GA { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tiALOYB0GA { 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-tiALOYB0GA { 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-tiALOYB0GA { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-tiALOYB0GA { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px; } } .gp-component-id-fJf64Yvi8j { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-fJf64Yvi8j { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fJf64Yvi8j { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fJf64Yvi8j { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fJf64Yvi8j { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-fJf64Yvi8j { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-Gs7YN5RdJc { 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-Gs7YN5RdJc { 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-Gs7YN5RdJc { 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-Gs7YN5RdJc { 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-Gs7YN5RdJc { 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-Gs7YN5RdJc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } } .gp-component-id-XN2W8s9Qcz { width: 100%; } @media (max-width: 639px) { .gp-component-id-XN2W8s9Qcz { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XN2W8s9Qcz { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XN2W8s9Qcz { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XN2W8s9Qcz { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-XN2W8s9Qcz { width: 100%; } } .gp-component-id-MUf3V0aD71 { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-MUf3V0aD71 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MUf3V0aD71 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MUf3V0aD71 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MUf3V0aD71 { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-MUf3V0aD71 { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-TivgNGt7Ax { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-TivgNGt7Ax { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TivgNGt7Ax { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TivgNGt7Ax { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TivgNGt7Ax { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-TivgNGt7Ax { z-index: 15;position: relative;width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } } .gp-component-id-0EwJuzzH4 { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-0EwJuzzH4 { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0EwJuzzH4 { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0EwJuzzH4 { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0EwJuzzH4 { min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-0EwJuzzH4 { min-height: 50px;position: relative;z-index: auto; } }
[data-gp-component].gp-component-id-0EwJuzzH4 { } .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-iga1lux8DlS { text-align: inherit; } @media (max-width: 639px) { .gp-component-id-iga1lux8DlS { text-align: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iga1lux8DlS { text-align: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iga1lux8DlS { text-align: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iga1lux8DlS { text-align: inherit; } } @media (min-width: 1200px) { .gp-component-id-iga1lux8DlS { text-align: inherit; } } .gp-component-id-oSFzlT4mwpO { 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-oSFzlT4mwpO { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 60%;padding-bottom: 8px;padding-top: 8px;padding-right: 20px;padding-left: 20px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oSFzlT4mwpO { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 60%;padding-bottom: 8px;padding-top: 8px;padding-right: 20px;padding-left: 20px;margin-bottom: 12px;margin-top: 6px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oSFzlT4mwpO { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 60%;padding-bottom: 2px;padding-top: 2px;padding-right: 2px;padding-left: 2px;margin-bottom: 12px;margin-top: 6px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oSFzlT4mwpO { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 4px;padding-left: 4px;margin-bottom: 12px;margin-top: 6px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 16px; } } @media (min-width: 1200px) { .gp-component-id-oSFzlT4mwpO { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 12px;padding-left: 12px;margin-bottom: 12px;margin-top: 6px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 18px; } } .gp-component-id-6GNGiDyuQpG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-6GNGiDyuQpG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;cursor: text;box-sizing: border-box;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6GNGiDyuQpG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;cursor: text;box-sizing: border-box;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6GNGiDyuQpG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;cursor: text;box-sizing: border-box;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6GNGiDyuQpG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;cursor: text;box-sizing: border-box;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } @media (min-width: 1200px) { .gp-component-id-6GNGiDyuQpG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;cursor: text;box-sizing: border-box;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } .gp-component-id-U6qm2FnCV1h { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-U6qm2FnCV1h { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-U6qm2FnCV1h { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-U6qm2FnCV1h { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-U6qm2FnCV1h { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-U6qm2FnCV1h { flex-direction: column;display: flex; } } .gp-component-id-0ZrV6VTiSmc { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px;font-family: "Source Sans Pro", sans-serif; } @media (max-width: 639px) { .gp-component-id-0ZrV6VTiSmc { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px;font-family: "Source Sans Pro", sans-serif; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0ZrV6VTiSmc { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px;font-family: "Source Sans Pro", sans-serif; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0ZrV6VTiSmc { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px;font-family: "Source Sans Pro", sans-serif; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0ZrV6VTiSmc { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px;font-family: "Source Sans Pro", sans-serif; } } @media (min-width: 1200px) { .gp-component-id-0ZrV6VTiSmc { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px;font-family: "Source Sans Pro", sans-serif; } } .gp-component-id-LKx6HC1ASt7 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-LKx6HC1ASt7 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LKx6HC1ASt7 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LKx6HC1ASt7 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LKx6HC1ASt7 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-LKx6HC1ASt7 { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-8JHx0HHd2rx { padding-bottom: 16px;padding-top: 16px;padding-right: 24px;padding-left: 24px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8JHx0HHd2rx { padding-bottom: 16px;padding-top: 16px;padding-right: 24px;padding-left: 24px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8JHx0HHd2rx { padding-bottom: 16px;padding-top: 16px;padding-right: 4px;padding-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8JHx0HHd2rx { padding-bottom: 16px;padding-top: 16px;padding-right: 24px;padding-left: 24px; } } @media (min-width: 1200px) { .gp-component-id-8JHx0HHd2rx { padding-bottom: 16px;padding-top: 16px;padding-right: 24px;padding-left: 24px; } } .gp-component-id-6k8NXDUguAw { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } @media (max-width: 639px) { .gp-component-id-6k8NXDUguAw { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 100%;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6k8NXDUguAw { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 100%;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6k8NXDUguAw { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 100%;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6k8NXDUguAw { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 100%;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (min-width: 1200px) { .gp-component-id-6k8NXDUguAw { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 100%;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } .gp-component-id-bHyjk_r4oEV { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } @media (max-width: 639px) { .gp-component-id-bHyjk_r4oEV { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bHyjk_r4oEV { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bHyjk_r4oEV { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bHyjk_r4oEV { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } @media (min-width: 1200px) { .gp-component-id-bHyjk_r4oEV { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } .gp-component-id-FXKFvySfnAU { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-FXKFvySfnAU { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FXKFvySfnAU { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FXKFvySfnAU { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FXKFvySfnAU { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-FXKFvySfnAU { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-LOj41PUTil { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-LOj41PUTil { 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-LOj41PUTil { 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-LOj41PUTil { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LOj41PUTil { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-LOj41PUTil { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-Bh4S4iO9tu5 { text-align: inherit; } @media (max-width: 639px) { .gp-component-id-Bh4S4iO9tu5 { text-align: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Bh4S4iO9tu5 { text-align: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Bh4S4iO9tu5 { text-align: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Bh4S4iO9tu5 { text-align: inherit; } } @media (min-width: 1200px) { .gp-component-id-Bh4S4iO9tu5 { text-align: inherit; } } .gp-component-id-wTnEYyNVw1c { 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-wTnEYyNVw1c { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 60%;padding-bottom: 8px;padding-top: 8px;padding-right: 20px;padding-left: 20px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wTnEYyNVw1c { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 60%;padding-bottom: 8px;padding-top: 8px;padding-right: 20px;padding-left: 20px;margin-bottom: 12px;margin-top: 6px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wTnEYyNVw1c { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 60%;padding-bottom: 2px;padding-top: 2px;padding-right: 2px;padding-left: 2px;margin-bottom: 12px;margin-top: 6px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wTnEYyNVw1c { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 4px;padding-left: 4px;margin-bottom: 12px;margin-top: 6px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 16px; } } @media (min-width: 1200px) { .gp-component-id-wTnEYyNVw1c { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 12px;padding-left: 12px;margin-bottom: 12px;margin-top: 6px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 18px; } } .gp-component-id-sHS0FPA4pln { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-sHS0FPA4pln { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;box-sizing: border-box;cursor: text;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sHS0FPA4pln { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;box-sizing: border-box;cursor: text;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sHS0FPA4pln { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;box-sizing: border-box;cursor: text;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sHS0FPA4pln { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;box-sizing: border-box;cursor: text;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } @media (min-width: 1200px) { .gp-component-id-sHS0FPA4pln { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;box-sizing: border-box;cursor: text;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } .gp-component-id-Kasx7DNCQb3 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-Kasx7DNCQb3 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Kasx7DNCQb3 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Kasx7DNCQb3 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Kasx7DNCQb3 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Kasx7DNCQb3 { flex-direction: column;display: flex; } } .gp-component-id-7RVSPD3Sr8M { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-7RVSPD3Sr8M { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: "Source Sans Pro", sans-serif;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7RVSPD3Sr8M { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: "Source Sans Pro", sans-serif;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7RVSPD3Sr8M { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: "Source Sans Pro", sans-serif;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7RVSPD3Sr8M { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: "Source Sans Pro", sans-serif;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px; } } @media (min-width: 1200px) { .gp-component-id-7RVSPD3Sr8M { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: "Source Sans Pro", sans-serif;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px; } } .gp-component-id-VKc0yU7eoLu { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-VKc0yU7eoLu { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VKc0yU7eoLu { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VKc0yU7eoLu { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VKc0yU7eoLu { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-VKc0yU7eoLu { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-lCToY9tsCyD { padding-bottom: 16px;padding-top: 16px;padding-right: 24px;padding-left: 24px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lCToY9tsCyD { padding-bottom: 16px;padding-top: 16px;padding-right: 24px;padding-left: 24px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lCToY9tsCyD { padding-bottom: 16px;padding-top: 16px;padding-right: 4px;padding-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lCToY9tsCyD { padding-bottom: 16px;padding-top: 16px;padding-right: 24px;padding-left: 24px; } } @media (min-width: 1200px) { .gp-component-id-lCToY9tsCyD { padding-bottom: 16px;padding-top: 16px;padding-right: 24px;padding-left: 24px; } } .gp-component-id-69loK045xbt { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } @media (max-width: 639px) { .gp-component-id-69loK045xbt { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 209px;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 382px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-69loK045xbt { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 209px;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 382px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-69loK045xbt { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 209px;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 382px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-69loK045xbt { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 209px;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 382px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (min-width: 1200px) { .gp-component-id-69loK045xbt { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: 209px;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 382px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (max-width: 639px) { .gp-component-id-SSBMdle3mdg { overflow-y: hidden;overflow-x: hidden;max-width: 480px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SSBMdle3mdg { overflow-y: hidden;overflow-x: hidden;max-width: 480px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SSBMdle3mdg { overflow-y: hidden;overflow-x: hidden;max-width: 480px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SSBMdle3mdg { overflow-y: hidden;overflow-x: hidden;max-width: 480px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px; } } @media (min-width: 1200px) { .gp-component-id-SSBMdle3mdg { overflow-y: hidden;overflow-x: hidden;max-width: 480px;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-right-radius: 4px;border-top-left-radius: 4px; } } .gp-component-id-RVPNFBJJZvg { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px; } @media (max-width: 639px) { .gp-component-id-RVPNFBJJZvg { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RVPNFBJJZvg { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RVPNFBJJZvg { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RVPNFBJJZvg { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-RVPNFBJJZvg { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px; } } .gp-component-id-K2UriO6M57 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-K2UriO6M57 { 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-K2UriO6M57 { 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-K2UriO6M57 { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-K2UriO6M57 { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-K2UriO6M57 { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-gEbLwmt491 { text-align: inherit; } @media (max-width: 639px) { .gp-component-id-gEbLwmt491 { text-align: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gEbLwmt491 { text-align: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gEbLwmt491 { text-align: inherit;font-size: 16px !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gEbLwmt491 { text-align: inherit; } } @media (min-width: 1200px) { .gp-component-id-gEbLwmt491 { text-align: inherit; } } .gp-component-id-IAeD8Cbf6T { 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-IAeD8Cbf6T { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 60%;padding-bottom: 8px;padding-top: 8px;padding-right: 20px;padding-left: 20px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IAeD8Cbf6T { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 60%;padding-bottom: 8px;padding-top: 8px;padding-right: 20px;padding-left: 20px;margin-bottom: 12px;margin-top: 6px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IAeD8Cbf6T { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);font-family: Lato !important;font-weight: 700 !important;font-size: 16px !important;display: inline-flex;height: auto;width: 60%;padding-bottom: 2px;padding-top: 2px;padding-right: 2px;padding-left: 2px;margin-bottom: 12px;margin-top: 6px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IAeD8Cbf6T { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 4px;padding-left: 4px;margin-bottom: 12px;margin-top: 6px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 16px; } } @media (min-width: 1200px) { .gp-component-id-IAeD8Cbf6T { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(176, 136, 17);color: rgb(0, 0, 0);display: inline-flex;height: auto;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 12px;padding-left: 12px;margin-bottom: 12px;margin-top: 6px;border-bottom-color: rgba(255, 255, 255, 0);border-top-color: rgba(255, 255, 255, 0);border-right-color: rgba(255, 255, 255, 0);border-left-color: rgba(255, 255, 255, 0);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 46px;border-bottom-left-radius: 46px;border-top-right-radius: 46px;border-top-left-radius: 46px;font-family: Lato;text-align: center;font-weight: 700;font-size: 18px; } } .gp-component-id-AvRjBIf5_B { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-AvRjBIf5_B { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;box-sizing: border-box;cursor: text;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AvRjBIf5_B { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;box-sizing: border-box;cursor: text;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AvRjBIf5_B { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;box-sizing: border-box;cursor: text;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AvRjBIf5_B { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;box-sizing: border-box;cursor: text;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } @media (min-width: 1200px) { .gp-component-id-AvRjBIf5_B { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 16px !important;box-sizing: border-box;cursor: text;font-family: Lato, sans-serif !important;line-height: 1.5;color: rgb(57, 75, 86); } } .gp-component-id-bAjRjRnCaz { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-bAjRjRnCaz { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bAjRjRnCaz { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bAjRjRnCaz { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bAjRjRnCaz { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-bAjRjRnCaz { flex-direction: column;display: flex; } } .gp-component-id-1CeOoI7zk8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-1CeOoI7zk8 { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: "Source Sans Pro", sans-serif;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1CeOoI7zk8 { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: "Source Sans Pro", sans-serif;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1CeOoI7zk8 { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: "Source Sans Pro", sans-serif;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1CeOoI7zk8 { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: "Source Sans Pro", sans-serif;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px; } } @media (min-width: 1200px) { .gp-component-id-1CeOoI7zk8 { margin-left: 0px;margin-bottom: 24px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-family: "Source Sans Pro", sans-serif;color: rgb(32, 45, 60);font-weight: 700;font-size: 24px; } } .gp-component-id-ZFlBcqVBE7 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-ZFlBcqVBE7 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZFlBcqVBE7 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZFlBcqVBE7 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZFlBcqVBE7 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ZFlBcqVBE7 { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-RAwYIutXsT { padding-bottom: 16px;padding-top: 16px;padding-right: 24px;padding-left: 24px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RAwYIutXsT { padding-bottom: 16px;padding-top: 16px;padding-right: 24px;padding-left: 24px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RAwYIutXsT { padding-bottom: 16px;padding-top: 16px;padding-right: 4px;padding-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RAwYIutXsT { padding-bottom: 16px;padding-top: 16px;padding-right: 24px;padding-left: 24px; } } @media (min-width: 1200px) { .gp-component-id-RAwYIutXsT { padding-bottom: 16px;padding-top: 16px;padding-right: 24px;padding-left: 24px; } } .gp-component-id-gEBsOvs50U { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } @media (max-width: 639px) { .gp-component-id-gEBsOvs50U { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 100%;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gEBsOvs50U { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 100%;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gEBsOvs50U { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 100%;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gEBsOvs50U { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 100%;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } @media (min-width: 1200px) { .gp-component-id-gEBsOvs50U { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 100%;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;border-bottom-color: rgb(225, 183, 145);border-top-color: rgb(225, 183, 145);border-right-color: rgb(225, 183, 145);border-left-color: rgb(225, 183, 145);border-bottom-width: 1px;border-top-width: 1px;border-right-width: 1px;border-left-width: 1px; } } .gp-component-id-A1ZMl6QhPg { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } @media (max-width: 639px) { .gp-component-id-A1ZMl6QhPg { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-A1ZMl6QhPg { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-A1ZMl6QhPg { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-A1ZMl6QhPg { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } @media (min-width: 1200px) { .gp-component-id-A1ZMl6QhPg { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } .gp-component-id-p1UJY2epn0 { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } @media (max-width: 639px) { .gp-component-id-p1UJY2epn0 { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-p1UJY2epn0 { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-p1UJY2epn0 { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-p1UJY2epn0 { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } @media (min-width: 1200px) { .gp-component-id-p1UJY2epn0 { overflow-x: hidden;overflow-y: hidden;box-shadow: rgba(0, 0, 0, 0.11) 0px 15px 30px 0px, rgba(0, 0, 0, 0.08) 0px 5px 15px 0px;max-width: 480px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px; } } .gp-component-id-sLhvprymQ1 { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px; } @media (max-width: 639px) { .gp-component-id-sLhvprymQ1 { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sLhvprymQ1 { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sLhvprymQ1 { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 28px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sLhvprymQ1 { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-sLhvprymQ1 { display: flex;align-items: center;flex-direction: column;height: 100%;width: 100%;margin-bottom: 0px; } } .gp-component-id-HTMHtrd539 { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-HTMHtrd539 { 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-HTMHtrd539 { 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-HTMHtrd539 { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HTMHtrd539 { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-HTMHtrd539 { width: 33.3333%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-jvyS3Uu9I0 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-jvyS3Uu9I0 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jvyS3Uu9I0 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jvyS3Uu9I0 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jvyS3Uu9I0 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-jvyS3Uu9I0 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-4MECgvUwZB { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-4MECgvUwZB { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4MECgvUwZB { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4MECgvUwZB { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4MECgvUwZB { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-4MECgvUwZB { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-CkVvsxp5Hi { font-weight: bolder;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-CkVvsxp5Hi { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CkVvsxp5Hi { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CkVvsxp5Hi { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CkVvsxp5Hi { font-weight: bolder;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-CkVvsxp5Hi { font-weight: bolder;overflow-wrap: break-word; } } .gp-component-id-SZdVyTov0K { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-SZdVyTov0K { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 400;font-size: 48px;font-family: Montserrat;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SZdVyTov0K { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 400;font-size: 48px;font-family: Montserrat;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SZdVyTov0K { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 400;font-size: 48px;font-family: Montserrat;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SZdVyTov0K { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 400;font-size: 48px;font-family: Montserrat;text-align: center;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-SZdVyTov0K { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 400;font-size: 48px;font-family: Montserrat;text-align: center;color: rgb(0, 0, 0); } } .gp-component-id-qEeUxIEAvu { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-qEeUxIEAvu { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qEeUxIEAvu { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qEeUxIEAvu { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qEeUxIEAvu { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-qEeUxIEAvu { flex-direction: column;display: flex; } } .gp-component-id-Qva5fhjFDR { z-index: 15;position: relative;display: flex;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-Qva5fhjFDR { z-index: 15;position: relative;display: flex;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Qva5fhjFDR { z-index: 15;position: relative;display: flex;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Qva5fhjFDR { z-index: 15;position: relative;display: flex;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Qva5fhjFDR { z-index: 15;position: relative;display: flex;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto;max-width: 992px;align-items: center; } } @media (min-width: 1200px) { .gp-component-id-Qva5fhjFDR { z-index: 15;position: relative;display: flex;flex-direction: column;width: 100%;margin-right: auto;margin-left: auto;align-items: center;max-width: 992px; } } .gp-component-id-O6FBWmEI_ { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-O6FBWmEI_ { min-height: 50px;position: relative;z-index: auto;padding-bottom: 56px;padding-top: 56px;border-bottom-color: rgba(16, 1, 0, 0);border-top-color: rgba(16, 1, 0, 0);border-right-color: rgba(16, 1, 0, 0);border-left-color: rgba(16, 1, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-O6FBWmEI_ { min-height: 50px;position: relative;z-index: auto;padding-bottom: 56px;padding-top: 56px;border-bottom-color: rgba(16, 1, 0, 0);border-top-color: rgba(16, 1, 0, 0);border-right-color: rgba(16, 1, 0, 0);border-left-color: rgba(16, 1, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-O6FBWmEI_ { min-height: 50px;position: relative;z-index: auto;padding-bottom: 56px;padding-top: 56px;border-bottom-color: rgba(16, 1, 0, 0);border-top-color: rgba(16, 1, 0, 0);border-right-color: rgba(16, 1, 0, 0);border-left-color: rgba(16, 1, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-O6FBWmEI_ { min-height: 50px;position: relative;z-index: auto;padding-bottom: 56px;padding-top: 56px;border-bottom-color: rgba(16, 1, 0, 0);border-top-color: rgba(16, 1, 0, 0);border-right-color: rgba(16, 1, 0, 0);border-left-color: rgba(16, 1, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-O6FBWmEI_ { min-height: 50px;position: relative;z-index: auto;padding-bottom: 56px;padding-top: 56px;border-bottom-color: rgba(16, 1, 0, 0);border-top-color: rgba(16, 1, 0, 0);border-right-color: rgba(16, 1, 0, 0);border-left-color: rgba(16, 1, 0, 0); } } @media (max-width: 639px) { .gp-component-id-vFKU49X40eK[data-gp-component] { font-size: 18px;color: rgb(255, 255, 255);text-align: center;font-family: Montserrat, sans-serif;background-color: rgb(0, 0, 0);margin-top: 48px;padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;width: 60%;display: inline-flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vFKU49X40eK[data-gp-component] { font-size: 18px;color: rgb(255, 255, 255);text-align: center;font-family: Montserrat, sans-serif;background-color: rgb(0, 0, 0);margin-top: 48px;padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;width: 33.3333%;display: inline-flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vFKU49X40eK[data-gp-component] { font-size: 18px;color: rgb(255, 255, 255);text-align: center;font-family: Montserrat, sans-serif;background-color: rgb(0, 0, 0);margin-top: 48px;padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;width: 33.3333%;display: inline-flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vFKU49X40eK[data-gp-component] { font-size: 18px;color: rgb(255, 255, 255);text-align: center;font-family: Montserrat, sans-serif;background-color: rgb(0, 0, 0);margin-top: 48px;padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;width: 25%;display: inline-flex; } } @media (min-width: 1200px) { .gp-component-id-vFKU49X40eK[data-gp-component] { font-size: 18px;color: rgb(255, 255, 255);text-align: center;font-family: Montserrat, sans-serif;background-color: rgb(0, 0, 0);margin-top: 48px;padding-left: 16px;padding-right: 16px;padding-top: 20px;padding-bottom: 20px;width: 20%;display: inline-flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-uOdwNYaGL8S { font-size: 14px;font-weight: 700;color: rgba(220, 24, 24, 1);text-align: center;line-height: 1.5;font-family: Montserrat, sans-serif;margin-top: 28px;box-sizing: border-box;cursor: text; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-uOdwNYaGL8S { font-size: 14px;font-weight: 700;color: rgba(220, 24, 24, 1);text-align: center;line-height: 1.5;font-family: Montserrat, sans-serif;margin-top: 28px;box-sizing: border-box;cursor: text; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-uOdwNYaGL8S { font-size: 14px;font-weight: 700;color: rgba(220, 24, 24, 1);text-align: center;line-height: 1.5;font-family: Montserrat, sans-serif;margin-top: 28px;box-sizing: border-box;cursor: text; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-uOdwNYaGL8S { font-size: 14px;font-weight: 700;color: rgba(220, 24, 24, 1);text-align: center;line-height: 1.5;font-family: Montserrat, sans-serif;margin-top: 28px;box-sizing: border-box;cursor: text; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-uOdwNYaGL8S { font-size: 14px;font-weight: 700;color: rgba(220, 24, 24, 1);text-align: center;line-height: 1.5;font-family: Montserrat, sans-serif;margin-top: 28px;box-sizing: border-box;cursor: text; } } [data-gp-text] .gp-component-id-7Hi1c13aAta { font-family: Montserrat, sans-serif; font-size: 1.125rem; text-align: center; line-height: 1.5; margin-top: 1rem; cursor: text; box-sizing: border-box; } @media (min-width: 640px) { [data-gp-text] .gp-component-id-7Hi1c13aAta { font-family: Montserrat, sans-serif; font-size: 1.125rem; text-align: center; line-height: 1.5; margin-top: 1rem; } } @media (min-width: 768px) { [data-gp-text] .gp-component-id-7Hi1c13aAta { font-family: Montserrat, sans-serif; font-size: 1.125rem; text-align: left; line-height: 1.5; margin-top: 1rem; } } @media (min-width: 992px) { [data-gp-text] .gp-component-id-7Hi1c13aAta { font-family: Montserrat, sans-serif; font-size: 1.125rem; text-align: left; line-height: 1.5; margin-top: 1rem; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-7Hi1c13aAta { font-family: Montserrat, sans-serif; font-size: 1.125rem; text-align: left; line-height: 1.5; margin-top: 1rem; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-9SrIdoo7lSj { font-size: 40px !important;font-weight: 900 !important;text-align: center;font-family: Montserrat, sans-serif !important;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-9SrIdoo7lSj { font-size: 40px !important;font-weight: 900 !important;text-align: center;font-family: Montserrat, sans-serif !important;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-9SrIdoo7lSj { font-size: 40px !important;font-weight: 900 !important;text-align: center;font-family: Montserrat, sans-serif !important;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-9SrIdoo7lSj { font-size: 40px !important;font-weight: 900 !important;text-align: center;font-family: Montserrat, sans-serif !important;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-9SrIdoo7lSj { font-size: 40px !important;font-weight: 900 !important;text-align: center;font-family: Montserrat, sans-serif !important;cursor: text;box-sizing: border-box; } } .gp-component-id-cpab9i4Ds0d[data-gp-component] { margin-bottom: 0px; width: 100%; height: 100%; flex-direction: column; justify-content: center; align-items: center; display: flex; } @media (min-width: 640px) { .gp-component-id-cpab9i4Ds0d[data-gp-component] { margin-bottom: 0px; flex-direction: column; justify-content: center; align-items: center; display: flex; } } @media (min-width: 768px) { .gp-component-id-cpab9i4Ds0d[data-gp-component] { margin-bottom: 0px; flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } } @media (min-width: 992px) { .gp-component-id-cpab9i4Ds0d[data-gp-component] { margin-bottom: 0px; flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } } @media (min-width: 1200px) { .gp-component-id-cpab9i4Ds0d[data-gp-component] { margin-bottom: 0px; flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } } .gp-component-id-2pMQAQD1BM { padding-left: 0.5rem; padding-right: 0.5rem; width: 100%; flex-grow: 0; flex-shrink: 0; flex-basis: auto; } @media (min-width: 768px) { .gp-component-id-2pMQAQD1BM { width: 50%; } } @media (max-width: 639px) { .gp-component-id-nfcakF5ocd[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 24px;padding-right: 0px;width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nfcakF5ocd[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 24px;padding-right: 0px;width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nfcakF5ocd[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 24px;padding-right: 24px;width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nfcakF5ocd[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 24px;padding-right: 24px;width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-nfcakF5ocd[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;margin-bottom: 24px;padding-right: 24px;width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } .gp-component-id-8ZZ936O_F0[data-gp-component] { width: 100%; height: 100%; flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } @media (min-width: 640px) { .gp-component-id-8ZZ936O_F0[data-gp-component] { flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } } @media (min-width: 768px) { .gp-component-id-8ZZ936O_F0[data-gp-component] { flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } } @media (min-width: 992px) { .gp-component-id-8ZZ936O_F0[data-gp-component] { flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } } @media (min-width: 1200px) { .gp-component-id-8ZZ936O_F0[data-gp-component] { flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } } .gp-component-id-cEGyXs77_u { padding-left: 0.5rem; padding-right: 0.5rem; width: 100%; flex-grow: 0; flex-shrink: 0; flex-basis: auto; } @media (min-width: 768px) { .gp-component-id-cEGyXs77_u { width: 50%; } } .gp-component-id-hvMZjb760A { margin-left: -0.5rem; margin-right: -0.5rem; flex-wrap: wrap; } @media (min-width: 768px) { .gp-component-id-hvMZjb760A { display: flex; } } .gp-component-id-R0cBi2L_aQ[data-gp-component] { margin-top: 4.5rem; padding-left: 0.5rem; padding-right: 0.5rem; width: 100%; } @media (min-width: 640px) { .gp-component-id-R0cBi2L_aQ[data-gp-component] { margin-top: 4.5rem; } } @media (min-width: 768px) { .gp-component-id-R0cBi2L_aQ[data-gp-component] { margin-top: 4.5rem; } } @media (min-width: 992px) { .gp-component-id-R0cBi2L_aQ[data-gp-component] { margin-top: 4.5rem; } } @media (min-width: 1200px) { .gp-component-id-R0cBi2L_aQ[data-gp-component] { margin-top: 4.5rem; } } .gp-component-id-7HaIm4EPqj[data-gp-component] { width: 100%; flex-direction: column; align-items: center; display: flex; } @media (min-width: 640px) { .gp-component-id-7HaIm4EPqj[data-gp-component] { flex-direction: column; align-items: center; display: flex; } } @media (min-width: 768px) { .gp-component-id-7HaIm4EPqj[data-gp-component] { flex-direction: column; align-items: center; display: flex; } } @media (min-width: 992px) { .gp-component-id-7HaIm4EPqj[data-gp-component] { flex-direction: column; align-items: center; display: flex; } } @media (min-width: 1200px) { .gp-component-id-7HaIm4EPqj[data-gp-component] { flex-direction: column; align-items: center; display: flex; } } @media (max-width: 639px) { .gp-component-id-qIzuWWsgVZ[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;padding-left: 0px;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qIzuWWsgVZ[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;padding-left: 0px;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qIzuWWsgVZ[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;padding-left: 24px;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qIzuWWsgVZ[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;padding-left: 24px;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } @media (min-width: 1200px) { .gp-component-id-qIzuWWsgVZ[data-gp-component] { box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;padding-left: 24px;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } } .gp-component-id-W8SNy6IzyW { height: 100%; width: 100%; } .gp-component-id-EHBgtADSwB { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-EHBgtADSwB { width: 50%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-4Lfg2U3ntd { font-size: 14px;font-weight: 700;color: rgba(220, 24, 24, 1);text-align: center;line-height: 1.5;font-family: Montserrat, sans-serif;margin-top: 28px;cursor: text;box-sizing: border-box; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-4Lfg2U3ntd { font-size: 14px;font-weight: 700;color: rgba(220, 24, 24, 1);text-align: center;line-height: 1.5;font-family: Montserrat, sans-serif;margin-top: 28px;cursor: text;box-sizing: border-box; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-4Lfg2U3ntd { font-size: 14px;font-weight: 700;color: rgba(220, 24, 24, 1);text-align: left;line-height: 1.5;font-family: Montserrat, sans-serif;margin-top: 28px;cursor: text;box-sizing: border-box; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-4Lfg2U3ntd { font-size: 14px;font-weight: 700;color: rgba(220, 24, 24, 1);text-align: left;line-height: 1.5;font-family: Montserrat, sans-serif;margin-top: 28px;cursor: text;box-sizing: border-box; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-4Lfg2U3ntd { font-size: 14px;font-weight: 700;color: rgba(220, 24, 24, 1);text-align: left;line-height: 1.5;font-family: Montserrat, sans-serif;margin-top: 28px;cursor: text;box-sizing: border-box; } } [data-gp-text] .gp-component-id-Dtn06KV0LL { font-family: Montserrat, sans-serif; font-size: 1.125rem; text-align: center; line-height: 1.5; margin-top: 1rem; cursor: text; box-sizing: border-box; } @media (min-width: 640px) { [data-gp-text] .gp-component-id-Dtn06KV0LL { font-family: Montserrat, sans-serif; font-size: 1.125rem; text-align: center; line-height: 1.5; margin-top: 1rem; } } @media (min-width: 768px) { [data-gp-text] .gp-component-id-Dtn06KV0LL { font-family: Montserrat, sans-serif; font-size: 1.125rem; text-align: left; line-height: 1.5; margin-top: 1rem; } } @media (min-width: 992px) { [data-gp-text] .gp-component-id-Dtn06KV0LL { font-family: Montserrat, sans-serif; font-size: 1.125rem; text-align: left; line-height: 1.5; margin-top: 1rem; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Dtn06KV0LL { font-family: Montserrat, sans-serif; font-size: 1.125rem; text-align: left; line-height: 1.5; margin-top: 1rem; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-eS3b3kvlAQ { font-size: 40px !important;font-weight: 900 !important;text-align: center;font-family: Montserrat, sans-serif !important; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-eS3b3kvlAQ { font-size: 40px !important;font-weight: 900 !important;text-align: center;font-family: Montserrat, sans-serif !important; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-eS3b3kvlAQ { font-size: 40px !important;font-weight: 900 !important;text-align: center;font-family: Montserrat, sans-serif !important; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-eS3b3kvlAQ { font-size: 40px !important;font-weight: 900 !important;text-align: center;font-family: Montserrat, sans-serif !important; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-eS3b3kvlAQ { font-size: 40px !important;font-weight: 900 !important;text-align: center;font-family: Montserrat, sans-serif !important; } } .gp-component-id-GHzghhdh0d[data-gp-component] { margin-bottom: 1.75rem; width: 100%; height: 100%; flex-direction: column; justify-content: center; align-items: center; display: flex; } @media (min-width: 640px) { .gp-component-id-GHzghhdh0d[data-gp-component] { margin-bottom: 1.75rem; flex-direction: column; justify-content: center; align-items: center; display: flex; } } @media (min-width: 768px) { .gp-component-id-GHzghhdh0d[data-gp-component] { margin-bottom: 0px; flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } } @media (min-width: 992px) { .gp-component-id-GHzghhdh0d[data-gp-component] { margin-bottom: 0px; flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } } @media (min-width: 1200px) { .gp-component-id-GHzghhdh0d[data-gp-component] { margin-bottom: 0px; flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } } .gp-component-id-_mZb4d2qvF { flex-basis: auto; flex-shrink: 0; flex-grow: 0; padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } @media (min-width: 768px) { .gp-component-id-_mZb4d2qvF { width: 50%; } } .gp-component-id-_lJVM4vmN { flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } @media (min-width: 768px) { .gp-component-id-_lJVM4vmN { display: flex; } } .gp-component-id-mSjvHMn1C0 { padding-right: 0.5rem; padding-left: 0.5rem; width: 100%; } .gp-component-id-Gl0GzSyONn { width: 100%; margin-right: auto; margin-left: auto; } @media (min-width: 640px) { .gp-component-id-Gl0GzSyONn { max-width: 640px; } } @media (min-width: 768px) { .gp-component-id-Gl0GzSyONn { max-width: 768px; } } @media (min-width: 992px) { .gp-component-id-Gl0GzSyONn { max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-Gl0GzSyONn { max-width: 1200px; } }
