
      
    


      
     


      /* ============================================================
   PHENOM CENTRAL — CSS EFFECTS PACK (full)
   Paste this whole block into: Page Settings → Custom CSS.
   Then add the class name (no dot) in each element's
   "Element's Class" field — NOT the Custom CSS box.
   ============================================================ */

/* ---------- VARIABLES ---------- */
:root{
  --ph-bg:#0B0A0F; --ph-panel:#121019;
  --ph-lime:#b8fc70; --ph-lime-deep:#7fce3c;
  --ph-green:#305b02; --ph-green-h:#407c03;
  --ph-blue:#002277; --ph-blue-h:#003399; --ph-blue-t:#6f9bff;
  --ph-red:#cc2b2b;
  --ph-cream:#F6F0E6; --ph-dim:#A6A29D; --ph-faint:#6F6B69;
  --ph-border:#26242B; --ph-border-acc:#4A6B28;
}

/* ---------- FONTS ---------- */
.ph-display{ font-family:'Big Shoulders Display', sans-serif !important; }
.ph-body{ font-family:'Hanken Grotesk', sans-serif !important; }

/* ---------- HERO SPOTLIGHT GLOWS ---------- */
.ph-hero-glow{
  background-color:#0B0A0F !important;
  background-image:
    radial-gradient(620px circle at 6% -12%, rgba(184,252,112,.22), transparent 60%),
    radial-gradient(540px circle at 94% -4%,  rgba(64,124,3,.32),    transparent 60%),
    radial-gradient(520px circle at 50% 124%, rgba(111,155,255,.12), transparent 65%) !important;
}

/* ---------- FINAL CTA CENTRE GLOW ---------- */
.ph-cta-glow{
  background-color:#0B0A0F !important;
  background-image:radial-gradient(700px circle at 50% 50%, rgba(184,252,112,.16), transparent 62%) !important;
}

/* ---------- SECTION FADE (dark -> panel) ---------- */
.ph-section-fade{
  background:linear-gradient(180deg,#0B0A0F 0%, #121019 100%) !important;
}

/* ---------- FILM-GRAIN OVERLAY (subtle, optional) ---------- */
.ph-grain{position:relative;}
.ph-grain::before{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:1;
  opacity:.05;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- MARQUEE BULB ROW ----------
   Apply .ph-bulbs to a small EMPTY element on its OWN line above the
   eyebrow. The 5 dots are a fixed-width background so Groove cannot
   collapse or stack them. */
.ph-bulbs{
  display:block !important;
  width:89px !important; min-width:89px !important; max-width:89px !important;
  height:12px !important; min-height:0 !important;
  flex:0 0 auto !important; align-self:flex-start !important;
  padding:0 !important; border:0 !important;
  background-color:transparent !important; background-repeat:no-repeat !important;
  background-image:
    radial-gradient(circle 4px at 4px 50%,  #b8fc70 65%, transparent 67%),
    radial-gradient(circle 4px at 24px 50%, #6f9bff 65%, transparent 67%),
    radial-gradient(circle 4px at 44px 50%, #b8fc70 65%, transparent 67%),
    radial-gradient(circle 4px at 64px 50%, #7fce3c 65%, transparent 67%),
    radial-gradient(circle 4px at 84px 50%, #b8fc70 65%, transparent 67%) !important;
  filter:drop-shadow(0 0 5px rgba(184,252,112,.55));
  margin:0 0 22px 4px !important;
  animation:ph-flick 2.6s infinite ease-in-out;
}
@keyframes ph-flick{0%,100%{opacity:1}45%{opacity:.45}55%{opacity:.95}}
/* center the bulb row in its container (use with .ph-bulbs) */
.ph-bulbs-center{ margin-left:auto !important; margin-right:auto !important; }

/* ---------- BUTTONS ---------- */
.ph-btn-green,.ph-btn-blue,.ph-btn-ghost{
  display:inline-flex;align-items:center;gap:.5em;
  font-weight:700;font-size:15.5px;line-height:1;text-decoration:none;
  padding:14px 24px;border-radius:100px;border:1px solid transparent;cursor:pointer;
  transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s,background .25s,border-color .25s;
}
.ph-btn-green{background:#305b02 !important;color:#F6F0E6 !important;}
.ph-btn-green:hover{background:#407c03 !important;transform:translateY(-2px);box-shadow:0 16px 40px -14px rgba(184,252,112,.5);}
.ph-btn-blue{background:#002277 !important;color:#F6F0E6 !important;}
.ph-btn-blue:hover{background:#003399 !important;transform:translateY(-2px);box-shadow:0 16px 40px -14px rgba(111,155,255,.45);}
.ph-btn-ghost{background:transparent !important;color:#F6F0E6 !important;border-color:#26242B !important;}
.ph-btn-ghost:hover{border-color:#F6F0E6 !important;transform:translateY(-2px);}

/* ---------- CARDS (hover lift + top glow) ---------- */
.ph-card{
  position:relative;overflow:hidden;
  background:#121019 !important;border:1px solid #26242B;border-radius:18px;
  transition:transform .35s cubic-bezier(.2,.8,.2,1),border-color .35s,box-shadow .35s;
}
.ph-card:hover{transform:translateY(-6px);border-color:#3a3744;box-shadow:0 30px 60px -30px rgba(0,0,0,.8);}
.ph-card::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .4s;
  background:radial-gradient(420px circle at 50% -10%, rgba(184,252,112,.12), transparent 60%);
}
.ph-card:hover::before{opacity:1;}

/* ---------- HIGHLIGHTED "PHENOM WAY" CARD ---------- */
.ph-accent-border{
  border:1px solid #4A6B28 !important;
  background:rgba(184,252,112,.05) !important;
}

/* BETA panel — static blue version (pale blue fill, blue border, no animation).
   The calm counterpart to .ph-beta-border. Matches the notice/planbar look on
   the Trivia page. Pair with .ph-card:  class="ph-card ph-beta-panel" */
.ph-beta-panel{
  border:1px solid #2b3a78 !important;
  background:rgba(0,34,119,.16) !important;
}

/* ---------- ICON CHIP (lime square) ---------- */
.ph-icon-chip{
  display:inline-grid;place-items:center;width:46px;height:46px;border-radius:12px;
  background:#b8fc70 !important;color:#14210a !important;font-weight:900;font-size:22px;
}

/* ---------- KICKER LABEL (dash beside text, left-aligned) ---------- */
.ph-kicker{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:10px !important;
  width:fit-content !important;
  margin:0 auto 0 0 !important;     /* keeps it left even inside a centered column */
  text-align:left !important;
  color:#b8fc70 !important;font-weight:700;font-size:12.5px;letter-spacing:.2em;text-transform:uppercase;
}
.ph-kicker::before{
  content:"" !important;
  display:block !important;
  flex:0 0 auto !important;
  width:26px !important;height:2px !important;
  background:#b8fc70 !important;
}
/* center the kicker in its container (use with .ph-kicker) */
.ph-kicker-center{ margin-left:auto !important; margin-right:auto !important; }

/* ---------- GLOWING HEADLINE LINE ---------- */
.ph-glow-text{color:#b8fc70 !important;text-shadow:0 0 40px rgba(184,252,112,.5);}

/* ============================================================
   BLUE / BETA THEME VARIANTS  (Phenom Trivia beta page)
   Most classes are reused unchanged — only the LIME-accent pieces
   need a blue twin. STACK the "-blue" modifier on the base class
   where noted (e.g. Element's Class = "ph-kicker ph-kicker-blue").
   The hero/CTA glows are STANDALONE — use them instead of the
   lime version, not alongside it.
   Reused as-is on the Trivia page: ph-card, ph-btn-blue,
   ph-btn-ghost, ph-beta-border, ph-nav, ph-navsec, ph-herosec,
   ph-grain, ph-reveal, ph-menu, and panels (section background).
   ============================================================ */

/* Kicker — use:  ph-kicker ph-kicker-blue */
.ph-kicker-blue{ color:#6f9bff !important; }
.ph-kicker-blue::before{ background:#6f9bff !important; }

/* Glowing headline word — use:  ph-glow-text-blue  (instead of ph-glow-text) */
.ph-glow-text-blue{ color:#6f9bff !important; text-shadow:0 0 40px rgba(111,155,255,.55); }

/* Hero spotlight — use:  ph-hero-glow-blue  (instead of ph-hero-glow) */
.ph-hero-glow-blue{
  background-color:#0B0A0F !important;
  background-image:
    radial-gradient(620px circle at 6% -12%, rgba(111,155,255,.20), transparent 60%),
    radial-gradient(560px circle at 94% -6%, rgba(0,34,119,.45),    transparent 60%),
    radial-gradient(520px circle at 50% 124%, rgba(184,252,112,.10), transparent 65%) !important;
}

/* Final CTA centre glow — use:  ph-cta-glow-blue  (instead of ph-cta-glow) */
.ph-cta-glow-blue{
  background-color:#0B0A0F !important;
  background-image:radial-gradient(700px circle at 50% 50%, rgba(111,155,255,.18), transparent 62%) !important;
}

/* Bulb row — use:  ph-bulbs ph-bulbs-blue  (blue-led colours + blue glow) */
.ph-bulbs-blue{
  background-image:
    radial-gradient(circle 4px at 4px 50%,  #6f9bff 65%, transparent 67%),
    radial-gradient(circle 4px at 24px 50%, #b8fc70 65%, transparent 67%),
    radial-gradient(circle 4px at 44px 50%, #6f9bff 65%, transparent 67%),
    radial-gradient(circle 4px at 64px 50%, #b8fc70 65%, transparent 67%),
    radial-gradient(circle 4px at 84px 50%, #6f9bff 65%, transparent 67%) !important;
  filter:drop-shadow(0 0 5px rgba(111,155,255,.55)) !important;
}

/* BETA pill badge — standalone (new). Put on a small text element. */
.ph-badge-beta{
  display:inline-flex !important;align-items:center;gap:6px;
  background:#002277 !important;color:#F6F0E6 !important;
  font-family:'Hanken Grotesk',sans-serif !important;
  font-size:10.5px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;
  padding:4px 9px;border-radius:100px;
}

/* Optional blue twins (only if you use these on the Trivia page) */
.ph-icon-chip-blue{ background:#6f9bff !important; color:#04122e !important; }
.ph-link-blue{ color:#6f9bff !important; }
.ph-link-blue::after{ background:#6f9bff !important; }
.ph-link-blue:hover{ color:#9bbcff !important; }

/* ============================================================
   CONTACT FORM  (style a GroovePages/GrooveMail form to match)
   Apply ph-form to the form container; ph-input / ph-textarea /
   ph-select to fields; ph-label to labels; ph-submit to the
   button. Works on a native GrooveMail form or a hand-built one.
   ============================================================ */
.ph-form{ background:#121019 !important;border:1px solid #26242B !important;border-radius:20px !important;padding:34px !important; }
.ph-label{ display:block;font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#A6A29D !important;margin-bottom:8px; }
.ph-input,.ph-textarea,.ph-select{
  width:100%;background:#0E0D14 !important;color:#F6F0E6 !important;
  border:1px solid #26242B !important;border-radius:12px !important;
  padding:14px 16px !important;font-family:'Hanken Grotesk',sans-serif !important;font-size:15.5px;outline:none;
  transition:border-color .2s,box-shadow .2s;
}
.ph-input:focus,.ph-textarea:focus,.ph-select:focus{ border-color:#b8fc70 !important;box-shadow:0 0 0 3px rgba(184,252,112,.15) !important; }
.ph-textarea{ min-height:140px;resize:vertical; }
.ph-submit{
  display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  background:#305b02 !important;color:#F6F0E6 !important;font-weight:700;font-size:16px;
  padding:16px 26px !important;border:1px solid transparent !important;border-radius:100px !important;cursor:pointer;
  transition:transform .25s,box-shadow .25s,background .25s;
}
.ph-submit:hover{ background:#407c03 !important;transform:translateY(-2px);box-shadow:0 16px 40px -14px rgba(184,252,112,.5); }
.ph-form-note{ font-size:12.5px;color:#6F6B69 !important;margin-top:16px;text-align:center; }
.ph-hp{ position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden; }  /* spam honeypot */

/* Confirmation panel — reveal after submit (hide the form, show this) */
.ph-form-success{ background:#121019 !important;border:1px solid #4A6B28 !important;border-radius:20px !important;padding:48px 34px !important;text-align:center; }
.ph-form-success .check{ width:70px;height:70px;border-radius:50%;background:rgba(184,252,112,.12);color:#b8fc70 !important;display:grid;place-items:center;font-size:34px;font-weight:800;margin:0 auto 18px;font-family:'Big Shoulders Display',sans-serif !important; }
.ph-form-success h2,.ph-form-success h3{ color:#F6F0E6 !important;font-family:'Big Shoulders Display',sans-serif !important;font-weight:800;text-transform:uppercase;font-size:30px;margin-bottom:8px; }
.ph-form-success p{ color:#A6A29D !important;margin-bottom:20px; }
.ph-form-success a{ color:#b8fc70 !important;font-weight:700; }

/* ============================================================
   SPACING HELPERS — vertical margin above/below an element
   (headings, etc.). Attach to the element via Element's Class.
   Uses !important to override Groove's locked inline margins.
   em units scale with the font size.
   ============================================================ */
.ph-flush{ margin-top:0 !important; margin-bottom:0 !important; }       /* no space above OR below */
.ph-flush-top{ margin-top:0 !important; }                               /* no space above */
.ph-flush-bottom{ margin-bottom:0 !important; }                        /* no space below */
.ph-tight{ margin-top:.2em !important; margin-bottom:.2em !important; } /* small space above + below */
.ph-tight-top{ margin-top:.2em !important; }                            /* small space above */
.ph-tight-bottom{ margin-bottom:.2em !important; }                      /* small space below */

/* Stacked headline lines sitting too far apart? Put ph-stack-tight on
   the COLUMN/CONTAINER to zero its flex gap. */
.ph-stack-tight{ gap:0 !important; row-gap:0 !important; }

/* ============================================================
   SCREENSHOT FRAME — present an app/UI screenshot.
   Add ph-shot to the Image element itself (or to a figure/div
   wrapping the screenshot). Built-in border, dark fill, rounded
   corners and a soft drop shadow so a dark screenshot lifts off
   a dark page. Keep the real title bar in your screenshot — no
   extra chrome needed. Add ph-shot-glow as well for a subtle lime
   halo (good for the hero shot). ph-shot-cap styles a caption line.
   ============================================================ */
.ph-shot{ border:1px solid #26242B !important;border-radius:14px !important;overflow:hidden !important;background:#0E0F14 !important;box-shadow:0 40px 90px -50px rgba(0,0,0,.95) !important;display:block !important; }
.ph-shot.ph-shot-glow,.ph-shot-glow.ph-shot{ box-shadow:0 40px 90px -50px rgba(0,0,0,.95),0 0 70px -20px rgba(184,252,112,.25) !important; }
.ph-shot img,.ph-shot video{ display:block !important;width:100% !important;height:auto !important;border-radius:0 !important; }
.ph-shot-cap{ display:block;font-size:12.5px !important;color:#6F6B69 !important;text-align:center !important;margin-top:10px !important; }

/* ---------- PROBLEM-AREA PANEL ----------
   Apply .ph-prob to each bordered mini-card in the Problem section
   (the container holding one X marker + its text). Set the text colours
   on the inner elements: X = #cc2b2b, bold lead-in = #F6F0E6, body = #A6A29D. */
.ph-prob{
  display:flex !important;
  gap:14px !important;
  align-items:flex-start !important;
  padding:16px 18px !important;
  background:rgba(255,255,255,.02) !important;
  border:1px solid #26242B !important;
  border-radius:14px !important;
}

/* ---------- WHY PANELS ----------
   Apply .ph-why to each card in the "Why Phenom" section.
   .ph-why-ic on the lime icon element; titles/body styled automatically,
   or use .ph-why-title / .ph-why-text on the inner elements directly. */
.ph-why{
  background:#121019 !important;
  border:1px solid #26242B !important;
  border-radius:18px;
  padding:30px !important;
  transition:transform .3s ease,border-color .3s ease;
}
.ph-why:hover{ transform:translateY(-4px); border-color:#3a3744 !important; }
.ph-why-ic{
  display:block;line-height:1;margin-bottom:14px;
  font-family:'Big Shoulders Display',sans-serif !important;
  font-weight:900;font-size:26px;color:#b8fc70 !important;
}
.ph-why h3, .ph-why-title{ color:#F6F0E6 !important; }
.ph-why p,  .ph-why-text{ color:#A6A29D !important; }

/* ---------- DIFFERENCE / COMPARISON PANELS ----------
   Apply .ph-diff to each column, PLUS .ph-diff-old (red) or
   .ph-diff-new (lime) for the variant — e.g. "ph-diff ph-diff-new".
   Headings, body and markers colour automatically; helper classes
   (.ph-diff-title / .ph-diff-text / .ph-diff-yes / .ph-diff-no) are
   there if you need to target inner elements directly. */
.ph-diff{
  border:1px solid #26242B !important;
  border-radius:18px;
  padding:32px !important;
}
.ph-diff-old{ background:rgba(204,43,43,.05) !important; }
.ph-diff-new{ background:rgba(184,252,112,.05) !important; border-color:#4A6B28 !important; }

/* headings */
.ph-diff h3, .ph-diff-title{ font-weight:800; margin-bottom:18px; }
.ph-diff-old h3, .ph-diff-old .ph-diff-title{ color:#cc2b2b !important; }
.ph-diff-new h3, .ph-diff-new .ph-diff-title{ color:#b8fc70 !important; }

/* body text */
.ph-diff p, .ph-diff li, .ph-diff-text{ color:#A6A29D !important; }

/* tick / cross markers */
.ph-diff-yes{ color:#b8fc70 !important; font-weight:800; }
.ph-diff-no { color:#cc2b2b !important; font-weight:800; }

/* ---------- DROPDOWN STACKING FIX ----------
   Fixes nav dropdowns rendering BEHIND the next section (e.g. the hero
   with ph-hero-glow / ph-grain, which create their own stacking context).
   Put ph-navsec on the SECTION/ROW that holds the nav embed.
   If the hero still wins, also put ph-herosec on the hero section. */
.ph-navsec{ position:relative !important; z-index:1000 !important; overflow:visible !important; }
.ph-herosec{ position:relative !important; z-index:1 !important; }

/* ---------- STICKY NAV WITH FROSTED BLUR ----------
   Apply .ph-nav to the nav block, and turn on Groove's Sticky option. */
.ph-nav{
  position:sticky;top:0;z-index:1000;
  background:rgba(11,10,15,.7) !important;
  -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px);
  border-bottom:1px solid #26242B !important;
}

/* ---------- ANIMATED BETA-CARD BORDER (rotating gradient edge) ----------
   Apply alongside .ph-card on the Phenom Trivia card.
   Element's Class field:  ph-card ph-beta-border
   Uses ::after, so it coexists with .ph-card's ::before hover glow.
   On browsers without @property support the edge shows as a static
   gradient (no spin) — still looks good. */
@property --ph-angle{ syntax:'<angle>'; initial-value:0deg; inherits:false; }

.ph-beta-border{
  border-color:transparent !important;   /* gradient ring replaces the flat border */
}
.ph-beta-border::after{
  content:"" !important;
  position:absolute; inset:0;
  border-radius:inherit; padding:1px;
  background:conic-gradient(from var(--ph-angle,0deg),
    #002277, #6f9bff, #b8fc70, #6f9bff, #002277) !important;
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor; mask-composite:exclude;
  pointer-events:none; z-index:2;
  animation:ph-angle-spin 6s linear infinite;
}
@keyframes ph-angle-spin{ to{ --ph-angle:360deg; } }

/* Simpler alternative — pulsing blue glow (works everywhere). To use this
   instead, delete the rotating block above and uncomment this:
.ph-beta-border{ border:1px solid #002277 !important; animation:ph-beta-pulse 3s ease-in-out infinite; }
@keyframes ph-beta-pulse{
  0%,100%{box-shadow:0 0 0 1px rgba(0,34,119,.6), 0 0 24px -8px rgba(111,155,255,.5);}
  50%    {box-shadow:0 0 0 1px rgba(111,155,255,.9), 0 0 42px -6px rgba(111,155,255,.85);}
}
*/

/* ---------- ANIMATED LINK UNDERLINE ("Learn more ->") ----------
   Apply .ph-link to text links / text CTAs. */
.ph-link{
  position:relative;color:#b8fc70 !important;font-weight:700;text-decoration:none !important;
  display:inline-flex;align-items:center;gap:.4em;
}
.ph-link::after{
  content:"";position:absolute;left:0;bottom:-3px;height:2px;width:100%;
  background:#b8fc70;transform:scaleX(0);transform-origin:left;transition:transform .25s ease;
}
.ph-link:hover::after{transform:scaleX(1);}
.ph-link:hover{color:#cdfd97 !important;}

/* ---------- DROPDOWN / MENU PANEL ----------
   Apply .ph-menu to a custom dropdown panel; .ph-menu-group on
   non-clickable heading rows; links inside style automatically. */
.ph-menu{
  background:#121019 !important;border:1px solid #26242B !important;border-radius:14px;
  padding:14px;box-shadow:0 30px 70px -30px rgba(0,0,0,.85);min-width:230px;
}
.ph-menu .ph-menu-group{
  display:block;margin:10px 8px 4px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;
  color:#6F6B69;font-weight:700;
}
.ph-menu .ph-menu-group:first-child{margin-top:0;}
.ph-menu a{
  display:block;padding:8px 10px;border-radius:8px;color:#A6A29D !important;
  font-size:14.5px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;
}
.ph-menu a:hover{background:rgba(184,252,112,.08);color:#b8fc70 !important;}

/* ---------- OPTIONAL: CSS FADE-UP ON SCROLL ----------
   Groove's built-in "Fade Up" is the easy route; this is a no-JS
   alternative for browsers that support scroll-driven animations. */
@supports (animation-timeline: view()){
  .ph-reveal{
    opacity:0;transform:translateY(28px);
    animation:ph-rise both;
    animation-timeline:view();
    animation-range:entry 0% entry 40%;
  }
}
@keyframes ph-rise{to{opacity:1;transform:none;}}

/* ---------- ACCESSIBILITY: respect reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  .ph-reveal{opacity:1 !important;transform:none !important;animation:none !important;}
  .ph-bulbs,.ph-beta-border{animation:none !important;}
  .ph-beta-border::after{animation:none !important;}
  .ph-link::after{transition:none !important;}
  .ph-card,.ph-btn-green,.ph-btn-blue,.ph-btn-ghost{transition:none !important;}
} *{} {}
     

 .gp-component-id-9yqxkpvrS { overflow-wrap: break-word;width: 100%; } @media (max-width: 639px) { .gp-component-id-9yqxkpvrS { overflow-wrap: break-word;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9yqxkpvrS { overflow-wrap: break-word;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9yqxkpvrS { overflow-wrap: break-word;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9yqxkpvrS { overflow-wrap: break-word;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-9yqxkpvrS { overflow-wrap: break-word;width: 100%; } }

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

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

 .gp-component-id-QIbHaf0hy { position: relative;z-index: 15;color: inherit;background-color: transparent;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-QIbHaf0hy { position: relative;z-index: 15;color: inherit;background-color: transparent;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-QIbHaf0hy { position: relative;z-index: 15;color: inherit;background-color: transparent;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-QIbHaf0hy { position: relative;z-index: 15;color: inherit;background-color: transparent;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-QIbHaf0hy { position: relative;z-index: 15;color: inherit;background-color: transparent;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-QIbHaf0hy { position: relative;z-index: 15;color: inherit;background-color: transparent;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } }

 .gp-component-id-_lH9NXPvRi { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-_lH9NXPvRi { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_lH9NXPvRi { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_lH9NXPvRi { min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_lH9NXPvRi { min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-_lH9NXPvRi { min-height: 50px;position: relative;z-index: auto; } }


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

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

 .gp-component-id-o6VI1hOCl { z-index: auto;position: relative;min-height: 50px; } @media (max-width: 639px) { .gp-component-id-o6VI1hOCl { z-index: auto;position: relative;min-height: 50px;width: 100%;min-width: 100%;max-width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-o6VI1hOCl { z-index: auto;position: relative;min-height: 50px;width: 100%;min-width: 100%;max-width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-o6VI1hOCl { z-index: auto;position: relative;min-height: 50px;width: 100%;min-width: 100%;max-width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-o6VI1hOCl { z-index: auto;position: relative;min-height: 50px;width: 100%;min-width: 100%;max-width: 100%; } } @media (min-width: 1200px) { .gp-component-id-o6VI1hOCl { z-index: auto;position: relative;min-height: 50px;width: 100%;min-width: 100%;max-width: 100%; } }

 .gp-component-id-AFCze9dq90 { overflow-wrap: break-word;width: 100%; } @media (max-width: 639px) { .gp-component-id-AFCze9dq90 { overflow-wrap: break-word;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AFCze9dq90 { overflow-wrap: break-word;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AFCze9dq90 { overflow-wrap: break-word;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AFCze9dq90 { overflow-wrap: break-word;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-AFCze9dq90 { overflow-wrap: break-word;width: 100%; } }

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

 .gp-component-id-cWc8pChmZ { z-index: auto;position: relative;min-height: 50px; } @media (max-width: 639px) { .gp-component-id-cWc8pChmZ { z-index: auto;position: relative;min-height: 50px;width: 100%;min-width: 100%;max-width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cWc8pChmZ { z-index: auto;position: relative;min-height: 50px;width: 100%;min-width: 100%;max-width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cWc8pChmZ { z-index: auto;position: relative;min-height: 50px;width: 100%;min-width: 100%;max-width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cWc8pChmZ { z-index: auto;position: relative;min-height: 50px;width: 100%;min-width: 100%;max-width: 100%; } } @media (min-width: 1200px) { .gp-component-id-cWc8pChmZ { z-index: auto;position: relative;min-height: 50px;width: 100%;min-width: 100%;max-width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-Hnp1bndwKh.gp-component > [data-section-overlay] { background-color: rgba(18, 16, 25, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Hnp1bndwKh.gp-component > [data-section-overlay] { background-color: rgba(18, 16, 25, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Hnp1bndwKh.gp-component > [data-section-overlay] { background-color: rgba(18, 16, 25, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Hnp1bndwKh.gp-component > [data-section-overlay] { background-color: rgba(18, 16, 25, 0); } } @media (min-width: 1200px) { .gp-component-id-Hnp1bndwKh.gp-component > [data-section-overlay] { background-color: rgba(18, 16, 25, 0); } }

 @media (max-width: 639px) { .gp-component-id-YTdX0oVKc.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YTdX0oVKc.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YTdX0oVKc.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YTdX0oVKc.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-YTdX0oVKc.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-H_zEK_zfeM[data-gp-component] { padding-top: 20px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-H_zEK_zfeM[data-gp-component] { padding-top: 20px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-H_zEK_zfeM[data-gp-component] { padding-top: 20px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-H_zEK_zfeM[data-gp-component] { padding-top: 20px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-H_zEK_zfeM[data-gp-component] { padding-top: 20px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } }

 @media (max-width: 639px) { .gp-component-id-H_zEK_zfeM.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-H_zEK_zfeM.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-H_zEK_zfeM.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-H_zEK_zfeM.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (min-width: 1200px) { .gp-component-id-H_zEK_zfeM.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-l79IOb1h0 { font-size: 14px !important;color: rgb(166, 162, 157);text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-l79IOb1h0 { font-size: 14px !important;color: rgb(166, 162, 157);text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-l79IOb1h0 { font-size: 14px !important;color: rgb(166, 162, 157);text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-l79IOb1h0 { font-size: 14px !important;color: rgb(166, 162, 157);text-align: center; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-l79IOb1h0 { font-size: 14px !important;color: rgb(166, 162, 157);text-align: center; } }

 .gp-component-id-l79IOb1h0 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-l79IOb1h0 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l79IOb1h0 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l79IOb1h0 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l79IOb1h0 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-l79IOb1h0 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 @media (max-width: 639px) { .gp-component-id-xpVZSzOD_[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xpVZSzOD_[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xpVZSzOD_[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xpVZSzOD_[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-xpVZSzOD_[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-BtIBWM63i.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BtIBWM63i.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BtIBWM63i.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BtIBWM63i.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (min-width: 1200px) { .gp-component-id-BtIBWM63i.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } }

 @media (max-width: 639px) { .gp-component-id-dMFMJJojD[data-gp-component] { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dMFMJJojD[data-gp-component] { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dMFMJJojD[data-gp-component] { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dMFMJJojD[data-gp-component] { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-dMFMJJojD[data-gp-component] { width: 100%;flex-direction: column;align-items: center;display: flex; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-IV8ZFy2P9D { font-size: 30px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-IV8ZFy2P9D { font-size: 30px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-IV8ZFy2P9D { font-size: 30px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-IV8ZFy2P9D { font-size: 30px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-IV8ZFy2P9D { font-size: 30px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-_HT_LoOP6[data-gp-component] { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_HT_LoOP6[data-gp-component] { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_HT_LoOP6[data-gp-component] { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_HT_LoOP6[data-gp-component] { width: 100%;flex-direction: column;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-_HT_LoOP6[data-gp-component] { width: 100%;flex-direction: column;align-items: center;display: flex; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-tbY6IBlLSx { font-size: 30px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-tbY6IBlLSx { font-size: 30px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-tbY6IBlLSx { font-size: 30px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-tbY6IBlLSx { font-size: 30px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-tbY6IBlLSx { font-size: 30px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-3MmgcK5ZcT { font-size: 15px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;font-style: inherit !important;text-decoration-line: line-through; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3MmgcK5ZcT { font-size: 15px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;font-style: inherit !important;text-decoration-line: line-through; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3MmgcK5ZcT { font-size: 15px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;font-style: inherit !important;text-decoration-line: line-through; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3MmgcK5ZcT { font-size: 15px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;font-style: inherit !important;text-decoration-line: line-through; } } @media (min-width: 1200px) { .gp-component-id-3MmgcK5ZcT { font-size: 15px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%;font-style: inherit !important;text-decoration-line: line-through; } }

 @media (max-width: 639px) { .gp-component-id-U6I38R5Hy.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-U6I38R5Hy.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-U6I38R5Hy.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-U6I38R5Hy.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (min-width: 1200px) { .gp-component-id-U6I38R5Hy.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-SjFM4jdzbO { font-size: 11px !important;color: rgba(184, 252, 112, 1);text-align: center;line-height: 2;border-top-left-radius: 11px;border-top-right-radius: 11px;border-bottom-left-radius: 11px;border-bottom-right-radius: 11px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(184, 252, 112);border-right-color: rgb(184, 252, 112);border-top-color: rgb(184, 252, 112);border-bottom-color: rgb(184, 252, 112);background-color: rgba(184, 252, 112, 0.11);margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;width: 100%;font-style: inherit !important;text-decoration-line: inherit; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-SjFM4jdzbO { font-size: 11px !important;color: rgba(184, 252, 112, 1);text-align: center;line-height: 2;border-top-left-radius: 11px;border-top-right-radius: 11px;border-bottom-left-radius: 11px;border-bottom-right-radius: 11px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(184, 252, 112);border-right-color: rgb(184, 252, 112);border-top-color: rgb(184, 252, 112);border-bottom-color: rgb(184, 252, 112);background-color: rgba(184, 252, 112, 0.11);margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;width: 100%;font-style: inherit !important;text-decoration-line: inherit; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-SjFM4jdzbO { font-size: 11px !important;color: rgba(184, 252, 112, 1);text-align: center;line-height: 2;border-top-left-radius: 11px;border-top-right-radius: 11px;border-bottom-left-radius: 11px;border-bottom-right-radius: 11px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(184, 252, 112);border-right-color: rgb(184, 252, 112);border-top-color: rgb(184, 252, 112);border-bottom-color: rgb(184, 252, 112);background-color: rgba(184, 252, 112, 0.11);margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;width: 100%;font-style: inherit !important;text-decoration-line: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-SjFM4jdzbO { font-size: 11px !important;color: rgba(184, 252, 112, 1);text-align: center;line-height: 2;border-top-left-radius: 11px;border-top-right-radius: 11px;border-bottom-left-radius: 11px;border-bottom-right-radius: 11px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(184, 252, 112);border-right-color: rgb(184, 252, 112);border-top-color: rgb(184, 252, 112);border-bottom-color: rgb(184, 252, 112);background-color: rgba(184, 252, 112, 0.11);margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;width: 100%;font-style: inherit !important;text-decoration-line: inherit; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-SjFM4jdzbO { font-size: 11px !important;color: rgba(184, 252, 112, 1);text-align: center;line-height: 2;border-top-left-radius: 11px;border-top-right-radius: 11px;border-bottom-left-radius: 11px;border-bottom-right-radius: 11px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: rgb(184, 252, 112);border-right-color: rgb(184, 252, 112);border-top-color: rgb(184, 252, 112);border-bottom-color: rgb(184, 252, 112);background-color: rgba(184, 252, 112, 0.11);margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;width: 100%;font-style: inherit !important;text-decoration-line: inherit; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-KTxW8swvk8 { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-KTxW8swvk8 { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-KTxW8swvk8 { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-KTxW8swvk8 { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-KTxW8swvk8 { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-oyE2jprOb.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oyE2jprOb.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oyE2jprOb.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oyE2jprOb.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-oyE2jprOb.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-2CAmn9jzAQ[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2CAmn9jzAQ[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2CAmn9jzAQ[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2CAmn9jzAQ[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-2CAmn9jzAQ[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-rXGMa7H5qt[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rXGMa7H5qt[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rXGMa7H5qt[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rXGMa7H5qt[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-rXGMa7H5qt[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-kyH9MtNp9S[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kyH9MtNp9S[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kyH9MtNp9S[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kyH9MtNp9S[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-kyH9MtNp9S[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-40A9h7peC0[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-40A9h7peC0[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-40A9h7peC0[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-40A9h7peC0[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-40A9h7peC0[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-Q0gUjhVaDI[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Q0gUjhVaDI[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Q0gUjhVaDI[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Q0gUjhVaDI[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Q0gUjhVaDI[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-j26IXDCr8r[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-j26IXDCr8r[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-j26IXDCr8r[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-j26IXDCr8r[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-j26IXDCr8r[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-pmQAYzV46.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pmQAYzV46.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pmQAYzV46.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pmQAYzV46.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-pmQAYzV46.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-0sCEv_ot0v[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0sCEv_ot0v[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0sCEv_ot0v[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0sCEv_ot0v[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0sCEv_ot0v[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-ony0a7szk6[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ony0a7szk6[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ony0a7szk6[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ony0a7szk6[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ony0a7szk6[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-4ql8NPBzxJ[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4ql8NPBzxJ[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4ql8NPBzxJ[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4ql8NPBzxJ[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-4ql8NPBzxJ[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-uyd05FcRMi[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uyd05FcRMi[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uyd05FcRMi[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uyd05FcRMi[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-uyd05FcRMi[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-GG5mODL9EM[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GG5mODL9EM[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GG5mODL9EM[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GG5mODL9EM[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-GG5mODL9EM[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-YBrqqtKGQz[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YBrqqtKGQz[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YBrqqtKGQz[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YBrqqtKGQz[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-YBrqqtKGQz[data-gp-component] { margin-bottom: 10px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

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

 @media (max-width: 639px) { .gp-component-id-rHda_RwWh.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rHda_RwWh.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rHda_RwWh.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rHda_RwWh.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (min-width: 1200px) { .gp-component-id-rHda_RwWh.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } }

 @media (max-width: 639px) { .gp-component-id-0pgqm0lM4.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0pgqm0lM4.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0pgqm0lM4.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0pgqm0lM4.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-0pgqm0lM4.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-LPObOBLSZx.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LPObOBLSZx.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LPObOBLSZx.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LPObOBLSZx.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (min-width: 1200px) { .gp-component-id-LPObOBLSZx.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } }

 .gp-component-id-zsz_bbGSkV.gp-component > [data-section-overlay] { position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } @media (max-width: 639px) { .gp-component-id-zsz_bbGSkV.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zsz_bbGSkV.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zsz_bbGSkV.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zsz_bbGSkV.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-zsz_bbGSkV.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15);position: absolute;right: 0px;left: 0px;top: 0px;bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-zEQGIOHFWJ { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zEQGIOHFWJ { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zEQGIOHFWJ { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zEQGIOHFWJ { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { .gp-component-id-zEQGIOHFWJ { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-tlyqO4QlJHX { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-tlyqO4QlJHX { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-tlyqO4QlJHX { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-tlyqO4QlJHX { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-tlyqO4QlJHX { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } }

 @media (max-width: 639px) { .gp-component-id-mzaCGUBtMQ[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mzaCGUBtMQ[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mzaCGUBtMQ[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mzaCGUBtMQ[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (min-width: 1200px) { .gp-component-id-mzaCGUBtMQ[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } }

 @media (max-width: 639px) { .gp-component-id-18V8_Ofim[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-18V8_Ofim[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-18V8_Ofim[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-18V8_Ofim[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-18V8_Ofim[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } }

 @media (max-width: 639px) { .gp-component-id-LhBkr0MOA[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LhBkr0MOA[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LhBkr0MOA[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LhBkr0MOA[data-gp-component] { margin-bottom: 15px; } } @media (min-width: 1200px) { .gp-component-id-LhBkr0MOA[data-gp-component] { margin-bottom: 15px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-dqEtjbt40 { text-align: center;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgb(184, 252, 112);padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-dqEtjbt40 { text-align: center;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgb(184, 252, 112);padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-dqEtjbt40 { text-align: center;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgb(184, 252, 112);padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-dqEtjbt40 { text-align: center;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgb(184, 252, 112);padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-dqEtjbt40 { text-align: center;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgb(184, 252, 112);padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px; } }

 @media (max-width: 639px) { .gp-component-id-H_RNYoh9H[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-H_RNYoh9H[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-H_RNYoh9H[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-H_RNYoh9H[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-H_RNYoh9H[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { .gp-component-id-H_RNYoh9H.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-H_RNYoh9H.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-H_RNYoh9H.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-H_RNYoh9H.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-H_RNYoh9H.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-yGfrU2SKg[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yGfrU2SKg[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yGfrU2SKg[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yGfrU2SKg[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-yGfrU2SKg[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { .gp-component-id-yGfrU2SKg.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yGfrU2SKg.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yGfrU2SKg.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yGfrU2SKg.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-yGfrU2SKg.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-6RqoTjd31t[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6RqoTjd31t[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6RqoTjd31t[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6RqoTjd31t[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-6RqoTjd31t[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 .gp-component-id-E4V401Eh9W { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-E4V401Eh9W { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-E4V401Eh9W { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-E4V401Eh9W { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-E4V401Eh9W { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-E4V401Eh9W { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 @media (max-width: 639px) { .gp-component-id-PxtFBWTuwb { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PxtFBWTuwb { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PxtFBWTuwb { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PxtFBWTuwb { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-PxtFBWTuwb { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-YMdw0YAcoY { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-YMdw0YAcoY { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-YMdw0YAcoY { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-YMdw0YAcoY { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-YMdw0YAcoY { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-gBNm5kSDnW { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gBNm5kSDnW { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gBNm5kSDnW { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gBNm5kSDnW { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-gBNm5kSDnW { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-l_MVLvHKBq { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-l_MVLvHKBq { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-l_MVLvHKBq { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-l_MVLvHKBq { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-l_MVLvHKBq { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { .gp-component-id-EJR1vX4DQv { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EJR1vX4DQv { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EJR1vX4DQv { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EJR1vX4DQv { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-EJR1vX4DQv { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-hl_tj1Nxj { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-hl_tj1Nxj { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-hl_tj1Nxj { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-hl_tj1Nxj { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-hl_tj1Nxj { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 .gp-component-id-2h_kXJg0OM { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-2h_kXJg0OM { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2h_kXJg0OM { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2h_kXJg0OM { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2h_kXJg0OM { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-2h_kXJg0OM { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-BC9tf4uzT5 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-BC9tf4uzT5 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BC9tf4uzT5 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BC9tf4uzT5 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BC9tf4uzT5 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-BC9tf4uzT5 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

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

 @media (max-width: 639px) { .gp-component-id-gqI36Vtt1[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gqI36Vtt1[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gqI36Vtt1[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gqI36Vtt1[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-gqI36Vtt1[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;z-index: 15;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-yfFgQKadC.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yfFgQKadC.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yfFgQKadC.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yfFgQKadC.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-yfFgQKadC.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-cS8nY459I[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cS8nY459I[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cS8nY459I[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cS8nY459I[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-cS8nY459I[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } }

 @media (max-width: 639px) { .gp-component-id-cS8nY459I.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cS8nY459I.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cS8nY459I.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cS8nY459I.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-cS8nY459I.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-k_oqJVzFd[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-k_oqJVzFd[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-k_oqJVzFd[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-k_oqJVzFd[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-k_oqJVzFd[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;min-height: 50px;position: relative;z-index: auto; } }

 @media (max-width: 639px) { .gp-component-id-k_oqJVzFd.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-k_oqJVzFd.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-k_oqJVzFd.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-k_oqJVzFd.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-k_oqJVzFd.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

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

 @media (max-width: 639px) { .gp-component-id-7bM9mx6NM4[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7bM9mx6NM4[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7bM9mx6NM4[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7bM9mx6NM4[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-7bM9mx6NM4[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 .gp-component-id-8pXFIArzcw { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-8pXFIArzcw { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8pXFIArzcw { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8pXFIArzcw { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8pXFIArzcw { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-8pXFIArzcw { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 @media (max-width: 639px) { .gp-component-id-IiAWHexDNv { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IiAWHexDNv { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IiAWHexDNv { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IiAWHexDNv { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-IiAWHexDNv { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-12_TGFFRM_ { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-12_TGFFRM_ { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-12_TGFFRM_ { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-12_TGFFRM_ { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-12_TGFFRM_ { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-_qUq526Vq9 { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_qUq526Vq9 { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_qUq526Vq9 { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_qUq526Vq9 { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-_qUq526Vq9 { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-OpzY8a20v3 { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-OpzY8a20v3 { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-OpzY8a20v3 { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-OpzY8a20v3 { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-OpzY8a20v3 { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { .gp-component-id-ROLZdbQHcb { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ROLZdbQHcb { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ROLZdbQHcb { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ROLZdbQHcb { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-ROLZdbQHcb { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-gsgTZbl46I { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-gsgTZbl46I { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-gsgTZbl46I { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-gsgTZbl46I { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-gsgTZbl46I { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 .gp-component-id-0K4XNKOhrt { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-0K4XNKOhrt { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0K4XNKOhrt { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0K4XNKOhrt { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0K4XNKOhrt { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-0K4XNKOhrt { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 .gp-component-id-m6f7KlcBB2 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-m6f7KlcBB2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-m6f7KlcBB2 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-m6f7KlcBB2 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-m6f7KlcBB2 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-m6f7KlcBB2 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

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

 @media (max-width: 639px) { .gp-component-id-RSfH3_ZCKq[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RSfH3_ZCKq[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RSfH3_ZCKq[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RSfH3_ZCKq[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-RSfH3_ZCKq[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;position: relative;z-index: 15; } }

 @media (max-width: 639px) { .gp-component-id-i4AZZWlT6[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-i4AZZWlT6[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-i4AZZWlT6[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-i4AZZWlT6[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-i4AZZWlT6[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { .gp-component-id-i4AZZWlT6.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-i4AZZWlT6.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-i4AZZWlT6.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-i4AZZWlT6.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-i4AZZWlT6.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-X5VN7SQTQ[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-X5VN7SQTQ[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-X5VN7SQTQ[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-X5VN7SQTQ[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-X5VN7SQTQ[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { .gp-component-id-X5VN7SQTQ.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-X5VN7SQTQ.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-X5VN7SQTQ.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-X5VN7SQTQ.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-X5VN7SQTQ.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

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

 @media (max-width: 639px) { .gp-component-id-An0_HrSWbP[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-An0_HrSWbP[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-An0_HrSWbP[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-An0_HrSWbP[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-An0_HrSWbP[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 .gp-component-id-NIwPwgwJ0U { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-NIwPwgwJ0U { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NIwPwgwJ0U { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NIwPwgwJ0U { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NIwPwgwJ0U { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-NIwPwgwJ0U { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 @media (max-width: 639px) { .gp-component-id-e7TcDyIFac { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-e7TcDyIFac { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-e7TcDyIFac { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-e7TcDyIFac { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-e7TcDyIFac { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-_vgTJgJ_si { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-_vgTJgJ_si { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-_vgTJgJ_si { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-_vgTJgJ_si { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-_vgTJgJ_si { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-QZaweZ9Qsm { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QZaweZ9Qsm { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QZaweZ9Qsm { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QZaweZ9Qsm { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-QZaweZ9Qsm { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-029EuHV69Y { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-029EuHV69Y { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-029EuHV69Y { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-029EuHV69Y { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-029EuHV69Y { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { .gp-component-id-gB2CLT0SBt { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gB2CLT0SBt { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gB2CLT0SBt { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gB2CLT0SBt { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-gB2CLT0SBt { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-jQzhBxrRIB { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-jQzhBxrRIB { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-jQzhBxrRIB { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-jQzhBxrRIB { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-jQzhBxrRIB { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 .gp-component-id-9XBT6YG9QA { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-9XBT6YG9QA { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9XBT6YG9QA { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9XBT6YG9QA { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9XBT6YG9QA { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-9XBT6YG9QA { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-zBgzc79pJE { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-zBgzc79pJE { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zBgzc79pJE { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zBgzc79pJE { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zBgzc79pJE { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-zBgzc79pJE { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

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

 @media (max-width: 639px) { .gp-component-id-BezH2jR5rc[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BezH2jR5rc[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BezH2jR5rc[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BezH2jR5rc[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-BezH2jR5rc[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;z-index: 15;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-m18xPDRXQ.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-m18xPDRXQ.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-m18xPDRXQ.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-m18xPDRXQ.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-m18xPDRXQ.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-FRR0yG5Sj[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FRR0yG5Sj[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FRR0yG5Sj[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FRR0yG5Sj[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-FRR0yG5Sj[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { .gp-component-id-FRR0yG5Sj.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FRR0yG5Sj.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FRR0yG5Sj.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FRR0yG5Sj.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-FRR0yG5Sj.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-KVaZFqsAt[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KVaZFqsAt[data-gp-component] { padding-top: 20px;padding-bottom: 20px;display: none;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KVaZFqsAt[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KVaZFqsAt[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-KVaZFqsAt[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } }

 @media (max-width: 639px) { .gp-component-id-KVaZFqsAt.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KVaZFqsAt.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KVaZFqsAt.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KVaZFqsAt.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-KVaZFqsAt.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-C0hFzXPsS5[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 65%;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-C0hFzXPsS5[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 65%;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-C0hFzXPsS5[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 65%;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-C0hFzXPsS5[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 65%;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-C0hFzXPsS5[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 65%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } }

 @media (max-width: 639px) { .gp-component-id-EbSMtg9904[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EbSMtg9904[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EbSMtg9904[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EbSMtg9904[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-EbSMtg9904[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 .gp-component-id-VvXN0D26aM { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-VvXN0D26aM { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VvXN0D26aM { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VvXN0D26aM { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VvXN0D26aM { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-VvXN0D26aM { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 .gp-component-id-GW6KyU_F0U { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-GW6KyU_F0U { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GW6KyU_F0U { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GW6KyU_F0U { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GW6KyU_F0U { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-GW6KyU_F0U { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-IVV9ZRDcSu { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-IVV9ZRDcSu { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-IVV9ZRDcSu { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-IVV9ZRDcSu { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-IVV9ZRDcSu { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2; } }

 .gp-component-id-TdqD3XXzCe { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-TdqD3XXzCe { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TdqD3XXzCe { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TdqD3XXzCe { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TdqD3XXzCe { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-TdqD3XXzCe { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-db3k1YJYdz { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-db3k1YJYdz { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-db3k1YJYdz { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-db3k1YJYdz { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-db3k1YJYdz { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-top: 20px;margin-bottom: 20px; } }

 .gp-component-id-D8_Bk2OAIY { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-D8_Bk2OAIY { font-size: 13px !important;font-weight: inherit;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-D8_Bk2OAIY { font-size: 13px !important;font-weight: inherit;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-D8_Bk2OAIY { font-size: 13px !important;font-weight: inherit;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-D8_Bk2OAIY { font-size: 13px !important;font-weight: inherit;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-D8_Bk2OAIY { font-size: 13px !important;font-weight: inherit;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-x1Vsv_6wT { font-size: 13px !important;color: rgb(184, 252, 112);letter-spacing: 0.05em; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-x1Vsv_6wT { font-size: 13px !important;color: rgb(184, 252, 112);letter-spacing: 0.05em; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-x1Vsv_6wT { font-size: 13px !important;color: rgb(184, 252, 112);letter-spacing: 0.05em; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-x1Vsv_6wT { font-size: 13px !important;color: rgb(184, 252, 112);letter-spacing: 0.05em; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-x1Vsv_6wT { font-size: 13px !important;color: rgb(184, 252, 112);letter-spacing: 0.05em; } }

 .gp-component-id-2nYaMPfgy_ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-2nYaMPfgy_ { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2nYaMPfgy_ { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2nYaMPfgy_ { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2nYaMPfgy_ { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-2nYaMPfgy_ { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 .gp-component-id-8_fILSLv2I { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-8_fILSLv2I { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8_fILSLv2I { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8_fILSLv2I { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8_fILSLv2I { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-8_fILSLv2I { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

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

 @media (max-width: 639px) { .gp-component-id-MsyiJxtSfh[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MsyiJxtSfh[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MsyiJxtSfh[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MsyiJxtSfh[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-MsyiJxtSfh[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;position: relative;z-index: 15; } }

 @media (max-width: 639px) { .gp-component-id-X4lPeJei07.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-X4lPeJei07.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-X4lPeJei07.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-X4lPeJei07.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-X4lPeJei07.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-cOHtBECHd[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 0px;height: auto;max-width: 65%;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-cOHtBECHd[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 0px;height: auto;max-width: 65%;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-cOHtBECHd[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 0px;height: auto;max-width: 65%;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-cOHtBECHd[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 0px;height: auto;max-width: 65%;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-cOHtBECHd[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 0px;height: auto;max-width: 65%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-position: center center;object-fit: cover; } }

 @media (max-width: 639px) { .gp-component-id-u6vEKhXodQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 65%;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-u6vEKhXodQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 65%;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-u6vEKhXodQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 65%;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-u6vEKhXodQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 65%;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-u6vEKhXodQ[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 65%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } }

 @media (max-width: 639px) { .gp-component-id-fPrKPRwFDU { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fPrKPRwFDU { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fPrKPRwFDU { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fPrKPRwFDU { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-fPrKPRwFDU { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-pTJubOH9vd { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-pTJubOH9vd { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-pTJubOH9vd { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-pTJubOH9vd { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-pTJubOH9vd { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-eZ7lNYxOyP { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-eZ7lNYxOyP { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-eZ7lNYxOyP { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eZ7lNYxOyP { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-eZ7lNYxOyP { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-vwALdqztWs { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-vwALdqztWs { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-vwALdqztWs { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-vwALdqztWs { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-vwALdqztWs { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { .gp-component-id-yyDQxiN9Lt { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yyDQxiN9Lt { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yyDQxiN9Lt { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yyDQxiN9Lt { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-yyDQxiN9Lt { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-ZH9safvUlz { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-ZH9safvUlz { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-ZH9safvUlz { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-ZH9safvUlz { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ZH9safvUlz { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 .gp-component-id-JyKa9lrcBl { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-JyKa9lrcBl { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JyKa9lrcBl { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JyKa9lrcBl { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JyKa9lrcBl { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-JyKa9lrcBl { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

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

 @media (max-width: 639px) { .gp-component-id-TYev74JgVI[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TYev74JgVI[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TYev74JgVI[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TYev74JgVI[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-TYev74JgVI[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 .gp-component-id-IOSR0sizPh { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-IOSR0sizPh { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IOSR0sizPh { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IOSR0sizPh { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IOSR0sizPh { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-IOSR0sizPh { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-XJuF8MsdxG { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-XJuF8MsdxG { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XJuF8MsdxG { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XJuF8MsdxG { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XJuF8MsdxG { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-XJuF8MsdxG { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

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

 @media (max-width: 639px) { .gp-component-id-qCfNZnWqtf[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qCfNZnWqtf[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qCfNZnWqtf[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qCfNZnWqtf[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-qCfNZnWqtf[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;z-index: 15;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-DUTRMDMhJd[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DUTRMDMhJd[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DUTRMDMhJd[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DUTRMDMhJd[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-DUTRMDMhJd[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 .gp-component-id-89SwRRjysA { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-89SwRRjysA { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-89SwRRjysA { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-89SwRRjysA { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-89SwRRjysA { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-89SwRRjysA { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 .gp-component-id-WddYBMKUqH { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-WddYBMKUqH { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WddYBMKUqH { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WddYBMKUqH { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WddYBMKUqH { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-WddYBMKUqH { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 .gp-component-id-Rg8B8wXDe1 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-Rg8B8wXDe1 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Rg8B8wXDe1 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Rg8B8wXDe1 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Rg8B8wXDe1 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-Rg8B8wXDe1 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

 @media (max-width: 639px) { .gp-component-id-7JoRzshi0K[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7JoRzshi0K[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7JoRzshi0K[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7JoRzshi0K[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-7JoRzshi0K[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-BLZjp2Iqe2[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BLZjp2Iqe2[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BLZjp2Iqe2[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BLZjp2Iqe2[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-BLZjp2Iqe2[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;position: relative;z-index: 15; } }

 @media (max-width: 639px) { .gp-component-id-yfFgQKadC[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yfFgQKadC[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yfFgQKadC[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yfFgQKadC[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-yfFgQKadC[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-vnCLPKM4Ij { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-vnCLPKM4Ij { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-vnCLPKM4Ij { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-vnCLPKM4Ij { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-vnCLPKM4Ij { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-2on0B000v0 { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-2on0B000v0 { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-2on0B000v0 { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-2on0B000v0 { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-2on0B000v0 { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-KU2C8vfDVS { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-KU2C8vfDVS { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-KU2C8vfDVS { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-KU2C8vfDVS { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-KU2C8vfDVS { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 .gp-component-id-mPmiqpNxMb { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-mPmiqpNxMb { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mPmiqpNxMb { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mPmiqpNxMb { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mPmiqpNxMb { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-mPmiqpNxMb { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

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

 @media (max-width: 639px) { .gp-component-id-OzAPgN0yn_[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OzAPgN0yn_[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OzAPgN0yn_[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OzAPgN0yn_[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-OzAPgN0yn_[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 .gp-component-id-iyf8R0zE0a { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-iyf8R0zE0a { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iyf8R0zE0a { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iyf8R0zE0a { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iyf8R0zE0a { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-iyf8R0zE0a { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 .gp-component-id-dmFHmNQSa9 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-dmFHmNQSa9 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dmFHmNQSa9 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dmFHmNQSa9 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dmFHmNQSa9 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-dmFHmNQSa9 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

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

 @media (max-width: 639px) { .gp-component-id-2vSa6HYg0J[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2vSa6HYg0J[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2vSa6HYg0J[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2vSa6HYg0J[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-2vSa6HYg0J[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;position: relative;z-index: 15; } }

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

 @media (max-width: 639px) { .gp-component-id-kzRt1HALGK[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kzRt1HALGK[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kzRt1HALGK[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kzRt1HALGK[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-kzRt1HALGK[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 .gp-component-id-iorx9_NytB { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-iorx9_NytB { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iorx9_NytB { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iorx9_NytB { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iorx9_NytB { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-iorx9_NytB { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-yDvGyaoONU { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-yDvGyaoONU { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yDvGyaoONU { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yDvGyaoONU { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yDvGyaoONU { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-yDvGyaoONU { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-Up_In4oeOh { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-Up_In4oeOh { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Up_In4oeOh { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Up_In4oeOh { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Up_In4oeOh { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-Up_In4oeOh { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

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

 @media (max-width: 639px) { .gp-component-id-71S1WufW72[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-71S1WufW72[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-71S1WufW72[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-71S1WufW72[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-71S1WufW72[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;z-index: 15;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-pmQAYzV46[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pmQAYzV46[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pmQAYzV46[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pmQAYzV46[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-pmQAYzV46[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } }

 @media (max-width: 639px) { .gp-component-id-cOkFgg_AOW[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cOkFgg_AOW[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cOkFgg_AOW[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cOkFgg_AOW[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-cOkFgg_AOW[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-vNEjATy6yx[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vNEjATy6yx[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vNEjATy6yx[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vNEjATy6yx[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-vNEjATy6yx[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-sos21fVo19[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sos21fVo19[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sos21fVo19[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sos21fVo19[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-sos21fVo19[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-oyE2jprOb[data-gp-component] { padding-top: 90px;padding-bottom: 10px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oyE2jprOb[data-gp-component] { padding-top: 90px;padding-bottom: 10px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oyE2jprOb[data-gp-component] { padding-top: 90px;padding-bottom: 10px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oyE2jprOb[data-gp-component] { padding-top: 90px;padding-bottom: 10px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-oyE2jprOb[data-gp-component] { padding-top: 90px;padding-bottom: 10px;min-height: 50px;position: relative;z-index: auto; } }

 @media (max-width: 639px) { .gp-component-id-Ap0ju3BTh[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ap0ju3BTh[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 640px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ap0ju3BTh[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 768px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ap0ju3BTh[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 76%;max-width: 992px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-Ap0ju3BTh[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 50%;max-width: 1200px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } }

 @media (max-width: 639px) { .gp-component-id-as7vY1v4dl[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-as7vY1v4dl[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-as7vY1v4dl[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-as7vY1v4dl[data-gp-component] { margin-left: auto;margin-right: auto;width: 77%;max-width: 992px;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-as7vY1v4dl[data-gp-component] { margin-left: auto;margin-right: auto;width: 55%;max-width: 1200px;z-index: 15;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-LHMaojH0e.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LHMaojH0e.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LHMaojH0e.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LHMaojH0e.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-LHMaojH0e.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-S0xxAAvNxn[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-S0xxAAvNxn[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 640px;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-S0xxAAvNxn[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 768px;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-S0xxAAvNxn[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 77%;max-width: 992px;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-S0xxAAvNxn[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 60%;max-width: 1200px;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-QW0Wn0JSDR[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QW0Wn0JSDR[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 640px;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QW0Wn0JSDR[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 768px;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QW0Wn0JSDR[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 74%;max-width: 992px;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-QW0Wn0JSDR[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 50%;max-width: 1200px;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-IoLBTcnLzb { font-size: 60px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-IoLBTcnLzb { font-size: 60px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-IoLBTcnLzb { font-size: 60px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-IoLBTcnLzb { font-size: 70px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-IoLBTcnLzb { font-size: 80px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-uZniJYv7r { font-size: 60px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-uZniJYv7r { font-size: 60px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-uZniJYv7r { font-size: 60px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-uZniJYv7r { font-size: 70px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-uZniJYv7r { font-size: 80px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-9q8xYOHuJ0 { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-9q8xYOHuJ0 { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-9q8xYOHuJ0 { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-9q8xYOHuJ0 { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-9q8xYOHuJ0 { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } }

 @media (max-width: 639px) { .gp-component-id-NFZuTwGzUs[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NFZuTwGzUs[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 640px;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NFZuTwGzUs[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 99%;max-width: 768px;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NFZuTwGzUs[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 50%;max-width: 992px;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-NFZuTwGzUs[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 50%;max-width: 1200px;flex-direction: column;align-items: center;display: flex;z-index: 15;position: relative; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-kudjBFVccQ { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-kudjBFVccQ { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-kudjBFVccQ { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-kudjBFVccQ { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-kudjBFVccQ { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-S4JY3y8MS7 { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-S4JY3y8MS7 { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-S4JY3y8MS7 { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-S4JY3y8MS7 { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-S4JY3y8MS7 { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-MWR9VHpZFs { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-MWR9VHpZFs { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-MWR9VHpZFs { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-MWR9VHpZFs { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-MWR9VHpZFs { font-size: 40px !important;font-weight: 700 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-pBWRYs06Gx { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-pBWRYs06Gx { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-pBWRYs06Gx { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-pBWRYs06Gx { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-pBWRYs06Gx { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-kY_vZC7U7H { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-kY_vZC7U7H { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-kY_vZC7U7H { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-kY_vZC7U7H { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-kY_vZC7U7H { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-QbH10OHDk_ { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-QbH10OHDk_ { font-size: 35px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-QbH10OHDk_ { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-QbH10OHDk_ { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-QbH10OHDk_ { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { .gp-component-id-F_vS_07y6v[data-gp-component] { margin-bottom: 20px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-F_vS_07y6v[data-gp-component] { margin-bottom: 20px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-F_vS_07y6v[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-F_vS_07y6v[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-F_vS_07y6v[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-NZ8EnG2Ce[data-gp-component] { width: 99%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NZ8EnG2Ce[data-gp-component] { width: 91%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NZ8EnG2Ce[data-gp-component] { width: 75%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NZ8EnG2Ce[data-gp-component] { width: 75%; } } @media (min-width: 1200px) { .gp-component-id-NZ8EnG2Ce[data-gp-component] { width: 75%; } }

 @media (max-width: 639px) { .gp-component-id-Kp8NDCvRG.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Kp8NDCvRG.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Kp8NDCvRG.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Kp8NDCvRG.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (min-width: 1200px) { .gp-component-id-Kp8NDCvRG.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } }

 @media (max-width: 639px) { .gp-component-id-NOhdfmKcov[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NOhdfmKcov[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NOhdfmKcov[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NOhdfmKcov[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-NOhdfmKcov[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-8YT7Ia3rzD[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8YT7Ia3rzD[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8YT7Ia3rzD[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8YT7Ia3rzD[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-8YT7Ia3rzD[data-gp-component] { margin-bottom: 30px;padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-twK4Vhma0E.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-twK4Vhma0E.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-twK4Vhma0E.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-twK4Vhma0E.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-twK4Vhma0E.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-FLL0DC8wu[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FLL0DC8wu[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FLL0DC8wu[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FLL0DC8wu[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;list-style-type: inherit;list-style-position: inside; } } @media (min-width: 1200px) { .gp-component-id-FLL0DC8wu[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;list-style-type: inherit;list-style-position: inside; } }

 @media (max-width: 639px) { .gp-component-id-YTdX0oVKc[data-gp-component] { padding-top: 90px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YTdX0oVKc[data-gp-component] { padding-top: 90px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YTdX0oVKc[data-gp-component] { padding-top: 90px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YTdX0oVKc[data-gp-component] { padding-top: 90px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-YTdX0oVKc[data-gp-component] { padding-top: 90px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-r6MyM3xWQr { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-r6MyM3xWQr { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-r6MyM3xWQr { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-r6MyM3xWQr { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-r6MyM3xWQr { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-vL98Eep2v { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vL98Eep2v { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vL98Eep2v { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vL98Eep2v { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-vL98Eep2v { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-GZa15GSYeX { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-GZa15GSYeX { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-GZa15GSYeX { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-GZa15GSYeX { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-GZa15GSYeX { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-NDOyhjuo_.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NDOyhjuo_.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NDOyhjuo_.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NDOyhjuo_.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (min-width: 1200px) { .gp-component-id-NDOyhjuo_.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-Z0Ax5YdjVP { font-size: 12px !important;color: rgba(11, 10, 15, 0);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 0, 0, 0);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Z0Ax5YdjVP { font-size: 12px !important;color: rgba(11, 10, 15, 0);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 0, 0, 0);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Z0Ax5YdjVP { font-size: 12px !important;color: rgba(11, 10, 15, 0);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 0, 0, 0);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Z0Ax5YdjVP { font-size: 12px !important;color: rgba(11, 10, 15, 0);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 0, 0, 0);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Z0Ax5YdjVP { font-size: 12px !important;color: rgba(11, 10, 15, 0);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 0, 0, 0);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-qXQlNHyGRq { font-size: 12px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-qXQlNHyGRq { font-size: 12px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-qXQlNHyGRq { font-size: 12px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-qXQlNHyGRq { font-size: 12px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-qXQlNHyGRq { font-size: 12px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-ejfiVCDvK { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ejfiVCDvK { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ejfiVCDvK { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ejfiVCDvK { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-ejfiVCDvK { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-pAoQc_gcOE[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pAoQc_gcOE[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pAoQc_gcOE[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pAoQc_gcOE[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-pAoQc_gcOE[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 1200px;position: relative;z-index: 15; } }

 @media (max-width: 639px) { .gp-component-id-U6I38R5Hy[data-gp-component] { padding-bottom: 20px;z-index: 10;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-U6I38R5Hy[data-gp-component] { padding-bottom: 20px;z-index: 10;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-U6I38R5Hy[data-gp-component] { padding-bottom: 20px;z-index: 10;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-U6I38R5Hy[data-gp-component] { padding-bottom: 20px;z-index: 10;position: relative; } } @media (min-width: 1200px) { .gp-component-id-U6I38R5Hy[data-gp-component] { padding-bottom: 20px;z-index: 10;position: relative; } }

 @media (max-width: 639px) { .gp-component-id-D89BXUYe0N[data-gp-component] { opacity: 0.66;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-D89BXUYe0N[data-gp-component] { opacity: 0.66;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-D89BXUYe0N[data-gp-component] { opacity: 0.66;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-D89BXUYe0N[data-gp-component] { opacity: 0.66;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-D89BXUYe0N[data-gp-component] { opacity: 0.66;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-ZMuoQ603sg[data-gp-component] { opacity: 0.66;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZMuoQ603sg[data-gp-component] { opacity: 0.66;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZMuoQ603sg[data-gp-component] { opacity: 0.66;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZMuoQ603sg[data-gp-component] { opacity: 0.66;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-ZMuoQ603sg[data-gp-component] { opacity: 0.66;margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-Mzr_QUxLQY[data-gp-component] { margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Mzr_QUxLQY[data-gp-component] { margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Mzr_QUxLQY[data-gp-component] { margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Mzr_QUxLQY[data-gp-component] { margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-Mzr_QUxLQY[data-gp-component] { margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-GLKukSHvsS[data-gp-component] { margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GLKukSHvsS[data-gp-component] { margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GLKukSHvsS[data-gp-component] { margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GLKukSHvsS[data-gp-component] { margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-GLKukSHvsS[data-gp-component] { margin-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-6aBt6dNU50[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-6aBt6dNU50[data-gp-component]:hover,.gp-component-id-6aBt6dNU50[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-6aBt6dNU50[data-gp-component]:active,.gp-component-id-6aBt6dNU50[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6aBt6dNU50[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-6aBt6dNU50[data-gp-component]:hover,.gp-component-id-6aBt6dNU50[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-6aBt6dNU50[data-gp-component]:active,.gp-component-id-6aBt6dNU50[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6aBt6dNU50[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-6aBt6dNU50[data-gp-component]:hover,.gp-component-id-6aBt6dNU50[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-6aBt6dNU50[data-gp-component]:active,.gp-component-id-6aBt6dNU50[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6aBt6dNU50[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-6aBt6dNU50[data-gp-component]:hover,.gp-component-id-6aBt6dNU50[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-6aBt6dNU50[data-gp-component]:active,.gp-component-id-6aBt6dNU50[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-6aBt6dNU50[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-6aBt6dNU50[data-gp-component]:hover,.gp-component-id-6aBt6dNU50[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-6aBt6dNU50[data-gp-component]:active,.gp-component-id-6aBt6dNU50[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } }

 @media (max-width: 639px) { .gp-component-id-vGNvjnld8[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vGNvjnld8[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vGNvjnld8[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vGNvjnld8[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-vGNvjnld8[data-gp-component] { flex-direction: column;align-items: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-R28FUdB9kU[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-R28FUdB9kU[data-gp-component]:hover,.gp-component-id-R28FUdB9kU[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-R28FUdB9kU[data-gp-component]:active,.gp-component-id-R28FUdB9kU[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-R28FUdB9kU[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-R28FUdB9kU[data-gp-component]:hover,.gp-component-id-R28FUdB9kU[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-R28FUdB9kU[data-gp-component]:active,.gp-component-id-R28FUdB9kU[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-R28FUdB9kU[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-R28FUdB9kU[data-gp-component]:hover,.gp-component-id-R28FUdB9kU[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-R28FUdB9kU[data-gp-component]:active,.gp-component-id-R28FUdB9kU[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-R28FUdB9kU[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-R28FUdB9kU[data-gp-component]:hover,.gp-component-id-R28FUdB9kU[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-R28FUdB9kU[data-gp-component]:active,.gp-component-id-R28FUdB9kU[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-R28FUdB9kU[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-R28FUdB9kU[data-gp-component]:hover,.gp-component-id-R28FUdB9kU[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-R28FUdB9kU[data-gp-component]:active,.gp-component-id-R28FUdB9kU[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } }

 @media (max-width: 639px) { .gp-component-id-G4xzg4mP5[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G4xzg4mP5[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G4xzg4mP5[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G4xzg4mP5[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-G4xzg4mP5[data-gp-component] { flex-direction: column;align-items: center;display: flex; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-VM0XngdtiU { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-VM0XngdtiU { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-VM0XngdtiU { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-VM0XngdtiU { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-VM0XngdtiU { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 5px;margin-bottom: 5px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-zz48ppZc_a[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-zz48ppZc_a[data-gp-component]:hover,.gp-component-id-zz48ppZc_a[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-zz48ppZc_a[data-gp-component]:active,.gp-component-id-zz48ppZc_a[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zz48ppZc_a[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-zz48ppZc_a[data-gp-component]:hover,.gp-component-id-zz48ppZc_a[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-zz48ppZc_a[data-gp-component]:active,.gp-component-id-zz48ppZc_a[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zz48ppZc_a[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-zz48ppZc_a[data-gp-component]:hover,.gp-component-id-zz48ppZc_a[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-zz48ppZc_a[data-gp-component]:active,.gp-component-id-zz48ppZc_a[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zz48ppZc_a[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-zz48ppZc_a[data-gp-component]:hover,.gp-component-id-zz48ppZc_a[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-zz48ppZc_a[data-gp-component]:active,.gp-component-id-zz48ppZc_a[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-zz48ppZc_a[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-zz48ppZc_a[data-gp-component]:hover,.gp-component-id-zz48ppZc_a[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-zz48ppZc_a[data-gp-component]:active,.gp-component-id-zz48ppZc_a[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } }

 @media (max-width: 639px) { .gp-component-id-wSHxSuj_4[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wSHxSuj_4[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wSHxSuj_4[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wSHxSuj_4[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-wSHxSuj_4[data-gp-component] { flex-direction: column;align-items: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-p_muYB9rQ[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-p_muYB9rQ[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-p_muYB9rQ[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-p_muYB9rQ[data-gp-component] { flex-direction: column;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-p_muYB9rQ[data-gp-component] { flex-direction: column;align-items: center;display: flex; } }

 .gp-component-id-D3gY0jqMk { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-D3gY0jqMk:hover,.gp-component-id-D3gY0jqMk.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-D3gY0jqMk:active,.gp-component-id-D3gY0jqMk.gp-active { background-color: rgb(32, 45, 60); } @media (max-width: 639px) { .gp-component-id-D3gY0jqMk { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-D3gY0jqMk:hover,.gp-component-id-D3gY0jqMk.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-D3gY0jqMk:active,.gp-component-id-D3gY0jqMk.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-D3gY0jqMk { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-D3gY0jqMk:hover,.gp-component-id-D3gY0jqMk.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-D3gY0jqMk:active,.gp-component-id-D3gY0jqMk.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-D3gY0jqMk { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-D3gY0jqMk:hover,.gp-component-id-D3gY0jqMk.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-D3gY0jqMk:active,.gp-component-id-D3gY0jqMk.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-D3gY0jqMk { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-D3gY0jqMk:hover,.gp-component-id-D3gY0jqMk.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-D3gY0jqMk:active,.gp-component-id-D3gY0jqMk.gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-D3gY0jqMk { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-D3gY0jqMk:hover,.gp-component-id-D3gY0jqMk.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-D3gY0jqMk:active,.gp-component-id-D3gY0jqMk.gp-active { background-color: rgb(32, 45, 60); } }

 @media (max-width: 639px) { .gp-component-id-_3YCy0F3vV { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_3YCy0F3vV { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_3YCy0F3vV { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_3YCy0F3vV { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-_3YCy0F3vV { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-HyeVhA0Vyr { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-HyeVhA0Vyr { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-HyeVhA0Vyr { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-HyeVhA0Vyr { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-HyeVhA0Vyr { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-HmEC023VGk[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HmEC023VGk[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HmEC023VGk[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HmEC023VGk[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-HmEC023VGk[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-V6eyOvrAv3[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-V6eyOvrAv3[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-V6eyOvrAv3[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-V6eyOvrAv3[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-V6eyOvrAv3[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-Nx0Sm99PKY { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Nx0Sm99PKY { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Nx0Sm99PKY { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Nx0Sm99PKY { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-Nx0Sm99PKY { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-ilrDX9p0TN { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-ilrDX9p0TN { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-ilrDX9p0TN { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-ilrDX9p0TN { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ilrDX9p0TN { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-UKjqJLhZmb[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UKjqJLhZmb[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UKjqJLhZmb[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UKjqJLhZmb[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-UKjqJLhZmb[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-SZNuzouhlh[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SZNuzouhlh[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SZNuzouhlh[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SZNuzouhlh[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-SZNuzouhlh[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-MoriZOzs0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MoriZOzs0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MoriZOzs0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MoriZOzs0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-MoriZOzs0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-2LyaPEw7o8 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-2LyaPEw7o8 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-2LyaPEw7o8 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-2LyaPEw7o8 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-2LyaPEw7o8 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-Cp3qLeq3SN[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Cp3qLeq3SN[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Cp3qLeq3SN[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Cp3qLeq3SN[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-Cp3qLeq3SN[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-FbbQeGthpu[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-FbbQeGthpu[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-FbbQeGthpu[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-FbbQeGthpu[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-FbbQeGthpu[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-7zXqHBrLki { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7zXqHBrLki { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7zXqHBrLki { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7zXqHBrLki { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-7zXqHBrLki { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-AtZz7CsrKL { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-AtZz7CsrKL { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-AtZz7CsrKL { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-AtZz7CsrKL { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-AtZz7CsrKL { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-XqY9O1Gr3a[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XqY9O1Gr3a[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XqY9O1Gr3a[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XqY9O1Gr3a[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-XqY9O1Gr3a[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-T4p3cchCHR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-T4p3cchCHR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-T4p3cchCHR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-T4p3cchCHR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-T4p3cchCHR[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-DS6SudSlc3 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DS6SudSlc3 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DS6SudSlc3 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DS6SudSlc3 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-DS6SudSlc3 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-t17LetdAx4 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-t17LetdAx4 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-t17LetdAx4 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-t17LetdAx4 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-t17LetdAx4 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-1U6LOSF_qa[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1U6LOSF_qa[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1U6LOSF_qa[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1U6LOSF_qa[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-1U6LOSF_qa[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-vEMWEry4eL[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vEMWEry4eL[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vEMWEry4eL[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vEMWEry4eL[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-vEMWEry4eL[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-AxXuof5Zw[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-AxXuof5Zw[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-AxXuof5Zw[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-AxXuof5Zw[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (min-width: 1200px) { .gp-component-id-AxXuof5Zw[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } }

 @media (max-width: 639px) { .gp-component-id-5i60QF3Rvq4 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5i60QF3Rvq4 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5i60QF3Rvq4 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5i60QF3Rvq4 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-5i60QF3Rvq4 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-ShHa2quMD7x[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ShHa2quMD7x[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ShHa2quMD7x[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ShHa2quMD7x[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-ShHa2quMD7x[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-Bf4w9SGgjlH[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Bf4w9SGgjlH[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Bf4w9SGgjlH[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Bf4w9SGgjlH[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Bf4w9SGgjlH[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-PtSLN3sGsaX { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PtSLN3sGsaX { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PtSLN3sGsaX { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PtSLN3sGsaX { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-PtSLN3sGsaX { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-Q2AnXDszMp[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Q2AnXDszMp[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Q2AnXDszMp[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Q2AnXDszMp[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-Q2AnXDszMp[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-5sgET0Y3AA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5sgET0Y3AA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5sgET0Y3AA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5sgET0Y3AA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-5sgET0Y3AA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-r7Jd6x5KfC { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-r7Jd6x5KfC { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-r7Jd6x5KfC { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-r7Jd6x5KfC { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-r7Jd6x5KfC { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-gc62IvHFOY[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gc62IvHFOY[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gc62IvHFOY[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gc62IvHFOY[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-gc62IvHFOY[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-xluiPciC8T[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xluiPciC8T[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xluiPciC8T[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xluiPciC8T[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-xluiPciC8T[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-PaiUGST04G { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PaiUGST04G { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PaiUGST04G { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PaiUGST04G { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-PaiUGST04G { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-MBuojGx2H2[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MBuojGx2H2[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MBuojGx2H2[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MBuojGx2H2[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-MBuojGx2H2[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-fUr72FZhqU[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fUr72FZhqU[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fUr72FZhqU[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fUr72FZhqU[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-fUr72FZhqU[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-g0IhS_nBEX { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-g0IhS_nBEX { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-g0IhS_nBEX { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-g0IhS_nBEX { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-g0IhS_nBEX { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-OteVmsnTe8[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OteVmsnTe8[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OteVmsnTe8[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OteVmsnTe8[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-OteVmsnTe8[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-ZXXpchV2Rc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZXXpchV2Rc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZXXpchV2Rc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZXXpchV2Rc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ZXXpchV2Rc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-61745HrVn[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-61745HrVn[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-61745HrVn[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-61745HrVn[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (min-width: 1200px) { .gp-component-id-61745HrVn[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } }

 @media (max-width: 639px) { .gp-component-id-rctdA8u_Vh5 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rctdA8u_Vh5 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rctdA8u_Vh5 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rctdA8u_Vh5 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-rctdA8u_Vh5 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-JuxcvsCfmvn[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JuxcvsCfmvn[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JuxcvsCfmvn[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JuxcvsCfmvn[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-JuxcvsCfmvn[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-NXdcza0HjUo[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NXdcza0HjUo[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NXdcza0HjUo[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NXdcza0HjUo[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-NXdcza0HjUo[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-ekpe6qsW1KB { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ekpe6qsW1KB { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ekpe6qsW1KB { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ekpe6qsW1KB { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-ekpe6qsW1KB { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-usNsPqkVhs[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-usNsPqkVhs[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-usNsPqkVhs[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-usNsPqkVhs[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-usNsPqkVhs[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-Dt0uoAO37G[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Dt0uoAO37G[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Dt0uoAO37G[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Dt0uoAO37G[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Dt0uoAO37G[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-L4Qnf30wcS { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-L4Qnf30wcS { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-L4Qnf30wcS { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-L4Qnf30wcS { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-L4Qnf30wcS { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-gKUNYUNrcJ[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gKUNYUNrcJ[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gKUNYUNrcJ[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gKUNYUNrcJ[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-gKUNYUNrcJ[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-laCiz2O1i1[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-laCiz2O1i1[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-laCiz2O1i1[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-laCiz2O1i1[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-laCiz2O1i1[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-WspBrgXL7M { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WspBrgXL7M { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WspBrgXL7M { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WspBrgXL7M { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-WspBrgXL7M { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-h_i0tkdXe8[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-h_i0tkdXe8[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-h_i0tkdXe8[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-h_i0tkdXe8[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-h_i0tkdXe8[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-OU2IY1MX6v[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OU2IY1MX6v[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OU2IY1MX6v[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OU2IY1MX6v[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-OU2IY1MX6v[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-aGbwbpRqpv { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aGbwbpRqpv { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aGbwbpRqpv { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aGbwbpRqpv { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-aGbwbpRqpv { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 4px; } }

 @media (max-width: 639px) { .gp-component-id-q2yCXBvZ5s[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-q2yCXBvZ5s[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-q2yCXBvZ5s[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-q2yCXBvZ5s[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-q2yCXBvZ5s[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-pMPfAd9kAq[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pMPfAd9kAq[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pMPfAd9kAq[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pMPfAd9kAq[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-pMPfAd9kAq[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-ZRlH9BUdq[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZRlH9BUdq[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZRlH9BUdq[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZRlH9BUdq[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } } @media (min-width: 1200px) { .gp-component-id-ZRlH9BUdq[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-type: inherit;list-style-position: inside; } }

 @media (max-width: 639px) { .gp-component-id-Z4jZwXQNkC[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Z4jZwXQNkC[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Z4jZwXQNkC[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Z4jZwXQNkC[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-Z4jZwXQNkC[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-nJaONPHHi7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nJaONPHHi7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nJaONPHHi7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nJaONPHHi7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-nJaONPHHi7[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-tdKomNcYFp[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tdKomNcYFp[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tdKomNcYFp[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tdKomNcYFp[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-tdKomNcYFp[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-9akU6vLyG[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9akU6vLyG[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9akU6vLyG[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9akU6vLyG[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-9akU6vLyG[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-uOLiwPFq0N[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uOLiwPFq0N[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uOLiwPFq0N[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uOLiwPFq0N[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-uOLiwPFq0N[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-0HJ9W1U5Z[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0HJ9W1U5Z[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0HJ9W1U5Z[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0HJ9W1U5Z[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0HJ9W1U5Z[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-__gAOXs0wa[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-__gAOXs0wa[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-__gAOXs0wa[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-__gAOXs0wa[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-__gAOXs0wa[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-rsnaP8guJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rsnaP8guJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rsnaP8guJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rsnaP8guJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-rsnaP8guJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-0nYiYlTTk[data-gp-component] { font-size: 15px !important;color: rgba(184, 252, 112, 1);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0nYiYlTTk[data-gp-component] { font-size: 15px !important;color: rgba(184, 252, 112, 1);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0nYiYlTTk[data-gp-component] { font-size: 15px !important;color: rgba(184, 252, 112, 1);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0nYiYlTTk[data-gp-component] { font-size: 15px !important;color: rgba(184, 252, 112, 1);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-0nYiYlTTk[data-gp-component] { font-size: 15px !important;color: rgba(184, 252, 112, 1);line-height: 1;display: inline-block; } }

 .gp-component-id-0DHRIrL1L { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } @media (max-width: 639px) { .gp-component-id-0DHRIrL1L { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0DHRIrL1L { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0DHRIrL1L { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0DHRIrL1L { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0DHRIrL1L { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-YpqEGIf8B[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-position: inside;list-style-type: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YpqEGIf8B[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-position: inside;list-style-type: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YpqEGIf8B[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-position: inside;list-style-type: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YpqEGIf8B[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-position: inside;list-style-type: inherit; } } @media (min-width: 1200px) { .gp-component-id-YpqEGIf8B[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 16px;padding-bottom: 16px;list-style-position: inside;list-style-type: inherit; } }

 @media (max-width: 639px) { .gp-component-id-OF9KXcCXEM { font-size: 13px !important;color: rgb(166, 162, 157);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OF9KXcCXEM { font-size: 13px !important;color: rgb(166, 162, 157);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OF9KXcCXEM { font-size: 13px !important;color: rgb(166, 162, 157);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OF9KXcCXEM { font-size: 13px !important;color: rgb(166, 162, 157);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-OF9KXcCXEM { font-size: 13px !important;color: rgb(166, 162, 157);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-2DAIj0zHRj { font-size: 13px !important;color: rgb(166, 162, 157);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2DAIj0zHRj { font-size: 13px !important;color: rgb(166, 162, 157);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2DAIj0zHRj { font-size: 13px !important;color: rgb(166, 162, 157);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2DAIj0zHRj { font-size: 13px !important;color: rgb(166, 162, 157);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-2DAIj0zHRj { font-size: 13px !important;color: rgb(166, 162, 157);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-LDTzhCsuPk { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LDTzhCsuPk { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LDTzhCsuPk { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LDTzhCsuPk { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-LDTzhCsuPk { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-PAoAUuNy_[data-gp-component] { width: 100%;flex-direction: row;justify-content: flex-start;align-items: flex-end;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PAoAUuNy_[data-gp-component] { width: 100%;flex-direction: row;justify-content: flex-start;align-items: flex-end;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PAoAUuNy_[data-gp-component] { width: 100%;flex-direction: row;justify-content: flex-start;align-items: flex-end;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PAoAUuNy_[data-gp-component] { width: 100%;flex-direction: row;justify-content: flex-start;align-items: flex-end;display: flex; } } @media (min-width: 1200px) { .gp-component-id-PAoAUuNy_[data-gp-component] { width: 100%;flex-direction: row;justify-content: flex-start;align-items: flex-end;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-7MJeKv50IU { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7MJeKv50IU { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7MJeKv50IU { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7MJeKv50IU { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-7MJeKv50IU { font-size: 35px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-kC6kcyMoO[data-gp-component] { width: 100%;flex-direction: row;justify-content: flex-start;align-items: flex-end;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kC6kcyMoO[data-gp-component] { width: 100%;flex-direction: row;justify-content: flex-start;align-items: flex-end;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kC6kcyMoO[data-gp-component] { width: 100%;flex-direction: row;justify-content: flex-start;align-items: flex-end;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kC6kcyMoO[data-gp-component] { width: 100%;flex-direction: row;justify-content: flex-start;align-items: flex-end;display: flex; } } @media (min-width: 1200px) { .gp-component-id-kC6kcyMoO[data-gp-component] { width: 100%;flex-direction: row;justify-content: flex-start;align-items: flex-end;display: flex; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-mE6d5kOKw0 { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-mE6d5kOKw0 { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-mE6d5kOKw0 { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-mE6d5kOKw0 { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-mE6d5kOKw0 { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-EkosgzYumh { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-EkosgzYumh { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-EkosgzYumh { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-EkosgzYumh { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-EkosgzYumh { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-PwdPD5DxW { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-PwdPD5DxW { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-PwdPD5DxW { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-PwdPD5DxW { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-PwdPD5DxW { font-size: 12px !important;color: rgb(166, 162, 157);text-align: left;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 15px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-rpl3JwBlbI { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rpl3JwBlbI { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rpl3JwBlbI { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rpl3JwBlbI { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-rpl3JwBlbI { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-S5hLeHpfqR { font-size: 12px !important;color: rgba(246, 240, 230, 1);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 34, 119, 1);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-S5hLeHpfqR { font-size: 12px !important;color: rgba(246, 240, 230, 1);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 34, 119, 1);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-S5hLeHpfqR { font-size: 12px !important;color: rgba(246, 240, 230, 1);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 34, 119, 1);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-S5hLeHpfqR { font-size: 12px !important;color: rgba(246, 240, 230, 1);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 34, 119, 1);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-S5hLeHpfqR { font-size: 12px !important;color: rgba(246, 240, 230, 1);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 34, 119, 1);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-FujYDxJhm { font-size: 12px !important;color: rgba(246, 240, 230, 1);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 34, 119, 1);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-FujYDxJhm { font-size: 12px !important;color: rgba(246, 240, 230, 1);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 34, 119, 1);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-FujYDxJhm { font-size: 12px !important;color: rgba(246, 240, 230, 1);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 34, 119, 1);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-FujYDxJhm { font-size: 12px !important;color: rgba(246, 240, 230, 1);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 34, 119, 1);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-FujYDxJhm { font-size: 12px !important;color: rgba(246, 240, 230, 1);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgba(0, 34, 119, 1);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-0Mm0HAe63[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0Mm0HAe63[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0Mm0HAe63[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0Mm0HAe63[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0Mm0HAe63[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-swRGut6bmo { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-swRGut6bmo { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-swRGut6bmo { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-swRGut6bmo { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-swRGut6bmo { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-ptUUpnnaKn { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-ptUUpnnaKn { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-ptUUpnnaKn { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-ptUUpnnaKn { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ptUUpnnaKn { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-w5gysPVoZ[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-w5gysPVoZ[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-w5gysPVoZ[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-w5gysPVoZ[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (min-width: 1200px) { .gp-component-id-w5gysPVoZ[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-yvN5wvTKxk { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yvN5wvTKxk { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yvN5wvTKxk { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yvN5wvTKxk { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-yvN5wvTKxk { font-size: 25px !important;font-weight: 700 !important;color: rgb(246, 240, 230);text-align: left;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-hnz5j0lSob { font-size: 12px !important;color: rgb(0, 0, 0);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgb(184, 252, 112);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hnz5j0lSob { font-size: 12px !important;color: rgb(0, 0, 0);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgb(184, 252, 112);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hnz5j0lSob { font-size: 12px !important;color: rgb(0, 0, 0);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgb(184, 252, 112);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hnz5j0lSob { font-size: 12px !important;color: rgb(0, 0, 0);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgb(184, 252, 112);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-hnz5j0lSob { font-size: 12px !important;color: rgb(0, 0, 0);text-align: right;letter-spacing: 0.05em;line-height: 2;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;background-color: rgb(184, 252, 112);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 10px;padding-right: 10px;padding-top: 2px;padding-bottom: 2px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-0iLdvfJVP[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0iLdvfJVP[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0iLdvfJVP[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0iLdvfJVP[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0iLdvfJVP[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-70VNwpO4M[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-70VNwpO4M[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-70VNwpO4M[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-70VNwpO4M[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } } @media (min-width: 1200px) { .gp-component-id-70VNwpO4M[data-gp-component] { border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width: 100%;flex-direction: row;justify-content: flex-end;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-QwTRcSS7d6 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QwTRcSS7d6 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QwTRcSS7d6 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QwTRcSS7d6 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-QwTRcSS7d6 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-BtIBWM63i[data-gp-component] { padding-top: 90px;padding-bottom: 40px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BtIBWM63i[data-gp-component] { padding-top: 90px;padding-bottom: 40px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BtIBWM63i[data-gp-component] { padding-top: 90px;padding-bottom: 40px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BtIBWM63i[data-gp-component] { padding-top: 90px;padding-bottom: 40px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-BtIBWM63i[data-gp-component] { padding-top: 90px;padding-bottom: 40px;min-height: 50px;position: relative;z-index: auto; } }

 @media (max-width: 639px) { .gp-component-id-3bdhKNzsXU { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3bdhKNzsXU { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3bdhKNzsXU { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3bdhKNzsXU { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-3bdhKNzsXU { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-Nr4AX3XNp[data-gp-component] { padding-top: 90px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Nr4AX3XNp[data-gp-component] { padding-top: 90px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Nr4AX3XNp[data-gp-component] { padding-top: 90px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Nr4AX3XNp[data-gp-component] { padding-top: 90px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-Nr4AX3XNp[data-gp-component] { padding-top: 90px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { .gp-component-id-Nr4AX3XNp.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Nr4AX3XNp.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Nr4AX3XNp.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Nr4AX3XNp.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } } @media (min-width: 1200px) { .gp-component-id-Nr4AX3XNp.gp-component > [data-section-overlay] { background-color: rgb(18, 16, 25); } }

 @media (max-width: 639px) { .gp-component-id-mx0qKqeQA1n { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mx0qKqeQA1n { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mx0qKqeQA1n { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mx0qKqeQA1n { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { .gp-component-id-mx0qKqeQA1n { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-kS1Id_MsKw { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-kS1Id_MsKw { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-kS1Id_MsKw { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-kS1Id_MsKw { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-kS1Id_MsKw { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { .gp-component-id-k0_EDPdL5UW[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-k0_EDPdL5UW[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-k0_EDPdL5UW[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-k0_EDPdL5UW[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-k0_EDPdL5UW[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-26OVmiLnBZw[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-26OVmiLnBZw[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-26OVmiLnBZw[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-26OVmiLnBZw[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-26OVmiLnBZw[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-rYTJIiAqhEh { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rYTJIiAqhEh { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rYTJIiAqhEh { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rYTJIiAqhEh { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { .gp-component-id-rYTJIiAqhEh { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-pmTGxCFcWH { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-pmTGxCFcWH { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-pmTGxCFcWH { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-pmTGxCFcWH { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-pmTGxCFcWH { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { .gp-component-id-cv4ZCeZFT4[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cv4ZCeZFT4[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cv4ZCeZFT4[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cv4ZCeZFT4[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-cv4ZCeZFT4[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-dKbamIJpob[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dKbamIJpob[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dKbamIJpob[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dKbamIJpob[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-dKbamIJpob[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-EBITgFzwa0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EBITgFzwa0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EBITgFzwa0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EBITgFzwa0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { .gp-component-id-EBITgFzwa0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-MkzG9fi7Bm { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-MkzG9fi7Bm { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-MkzG9fi7Bm { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-MkzG9fi7Bm { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-MkzG9fi7Bm { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { .gp-component-id-d_zikYCE6m[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-d_zikYCE6m[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-d_zikYCE6m[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-d_zikYCE6m[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-d_zikYCE6m[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-yza7ogu83i[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yza7ogu83i[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yza7ogu83i[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yza7ogu83i[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-yza7ogu83i[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-OPuwB0O2Ay { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OPuwB0O2Ay { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OPuwB0O2Ay { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OPuwB0O2Ay { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { .gp-component-id-OPuwB0O2Ay { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-FaSXZDbOVk { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-FaSXZDbOVk { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-FaSXZDbOVk { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-FaSXZDbOVk { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-FaSXZDbOVk { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { .gp-component-id-9IU4M0mz2_[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9IU4M0mz2_[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9IU4M0mz2_[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9IU4M0mz2_[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-9IU4M0mz2_[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-09w3hrUw0s[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-09w3hrUw0s[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-09w3hrUw0s[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-09w3hrUw0s[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-09w3hrUw0s[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-2zqgBs62Dn { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2zqgBs62Dn { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2zqgBs62Dn { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2zqgBs62Dn { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { .gp-component-id-2zqgBs62Dn { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-seEGCIwxYa { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-seEGCIwxYa { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-seEGCIwxYa { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-seEGCIwxYa { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-seEGCIwxYa { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { .gp-component-id-HIZCdUT0l5[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HIZCdUT0l5[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HIZCdUT0l5[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HIZCdUT0l5[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-HIZCdUT0l5[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-MmDKhd7gAA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MmDKhd7gAA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MmDKhd7gAA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MmDKhd7gAA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-MmDKhd7gAA[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-EN7OeCyZFI { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EN7OeCyZFI { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EN7OeCyZFI { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EN7OeCyZFI { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { .gp-component-id-EN7OeCyZFI { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-0NQ9hrNBGA { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-0NQ9hrNBGA { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-0NQ9hrNBGA { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-0NQ9hrNBGA { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-0NQ9hrNBGA { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { .gp-component-id-thOaz5mYf2M[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-thOaz5mYf2M[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-thOaz5mYf2M[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-thOaz5mYf2M[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-thOaz5mYf2M[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-vjJHgHlC6cq[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vjJHgHlC6cq[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vjJHgHlC6cq[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vjJHgHlC6cq[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-vjJHgHlC6cq[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-lkp80gxy_l0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lkp80gxy_l0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lkp80gxy_l0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lkp80gxy_l0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { .gp-component-id-lkp80gxy_l0 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-LuPjMcJVwe { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-LuPjMcJVwe { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-LuPjMcJVwe { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-LuPjMcJVwe { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-LuPjMcJVwe { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { .gp-component-id-PJDWlKETbC[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PJDWlKETbC[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PJDWlKETbC[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PJDWlKETbC[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-PJDWlKETbC[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-i20yoIgfuK[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-i20yoIgfuK[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-i20yoIgfuK[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-i20yoIgfuK[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-i20yoIgfuK[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-taPXhgu6DJ { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-taPXhgu6DJ { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-taPXhgu6DJ { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-taPXhgu6DJ { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { .gp-component-id-taPXhgu6DJ { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-CtsaOthkdi { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-CtsaOthkdi { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-CtsaOthkdi { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-CtsaOthkdi { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-CtsaOthkdi { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { .gp-component-id-3slLWpR5hf[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3slLWpR5hf[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3slLWpR5hf[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3slLWpR5hf[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-3slLWpR5hf[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-VgiUyapAUc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VgiUyapAUc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VgiUyapAUc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VgiUyapAUc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-VgiUyapAUc[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-vtUoa6nz1z { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vtUoa6nz1z { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vtUoa6nz1z { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vtUoa6nz1z { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { .gp-component-id-vtUoa6nz1z { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-yoex5NXNJP { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-yoex5NXNJP { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-yoex5NXNJP { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-yoex5NXNJP { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-yoex5NXNJP { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { .gp-component-id-1AczG2rsQ0[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1AczG2rsQ0[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1AczG2rsQ0[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1AczG2rsQ0[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-1AczG2rsQ0[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-YN7BRj5WHS[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YN7BRj5WHS[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YN7BRj5WHS[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YN7BRj5WHS[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-YN7BRj5WHS[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-wi0TpfRUWe { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wi0TpfRUWe { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wi0TpfRUWe { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wi0TpfRUWe { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { .gp-component-id-wi0TpfRUWe { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-DcytxctMT8 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-DcytxctMT8 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-DcytxctMT8 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-DcytxctMT8 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-DcytxctMT8 { font-size: 15px !important;color: rgb(166, 162, 157);margin-left: 6px; } }

 @media (max-width: 639px) { .gp-component-id-m6jTqSuffT[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-m6jTqSuffT[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-m6jTqSuffT[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-m6jTqSuffT[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-m6jTqSuffT[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-4tr09lGRAE[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4tr09lGRAE[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4tr09lGRAE[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4tr09lGRAE[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-4tr09lGRAE[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-sofIYq6BRV[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sofIYq6BRV[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sofIYq6BRV[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sofIYq6BRV[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-sofIYq6BRV[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-GOtWqkvT1[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GOtWqkvT1[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GOtWqkvT1[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GOtWqkvT1[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-GOtWqkvT1[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-hMyO56UX30[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hMyO56UX30[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hMyO56UX30[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hMyO56UX30[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-hMyO56UX30[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-GgYKb00Pf[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GgYKb00Pf[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GgYKb00Pf[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GgYKb00Pf[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-GgYKb00Pf[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-2zXGQzFHLT[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2zXGQzFHLT[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2zXGQzFHLT[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2zXGQzFHLT[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-2zXGQzFHLT[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-WFKQTfb0c[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WFKQTfb0c[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WFKQTfb0c[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WFKQTfb0c[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-WFKQTfb0c[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-aU9ojYwMg6[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aU9ojYwMg6[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aU9ojYwMg6[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aU9ojYwMg6[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-aU9ojYwMg6[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-o3I6e_wpb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-o3I6e_wpb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-o3I6e_wpb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-o3I6e_wpb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-o3I6e_wpb[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-sZf6VG30tO[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sZf6VG30tO[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sZf6VG30tO[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sZf6VG30tO[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-sZf6VG30tO[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-uuDv8m3Ih[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uuDv8m3Ih[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uuDv8m3Ih[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uuDv8m3Ih[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-uuDv8m3Ih[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-PZzoT2uOGw[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PZzoT2uOGw[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PZzoT2uOGw[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PZzoT2uOGw[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-PZzoT2uOGw[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-2JEujo7zk[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2JEujo7zk[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2JEujo7zk[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2JEujo7zk[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-2JEujo7zk[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-gM16ALt1OF[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-gM16ALt1OF[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-gM16ALt1OF[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-gM16ALt1OF[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-gM16ALt1OF[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-SJlrjWK7tY[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SJlrjWK7tY[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SJlrjWK7tY[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SJlrjWK7tY[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-SJlrjWK7tY[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-bXJ0ccu4B[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bXJ0ccu4B[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bXJ0ccu4B[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bXJ0ccu4B[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-bXJ0ccu4B[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-8DRIvAVs8c[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8DRIvAVs8c[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8DRIvAVs8c[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8DRIvAVs8c[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-8DRIvAVs8c[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-GuOE6dMEFj[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GuOE6dMEFj[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GuOE6dMEFj[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GuOE6dMEFj[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-GuOE6dMEFj[data-gp-component] { font-size: 15px !important;color: rgb(184, 252, 112);line-height: 1;display: inline-block; } }

 @media (max-width: 639px) { .gp-component-id-5ayLLY0fa[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5ayLLY0fa[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5ayLLY0fa[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5ayLLY0fa[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-5ayLLY0fa[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 8px;align-items: flex-start;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-QaeljlckG[data-gp-component] { font-size: 15px !important;color: rgba(184, 252, 112, 1);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QaeljlckG[data-gp-component] { font-size: 15px !important;color: rgba(184, 252, 112, 1);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QaeljlckG[data-gp-component] { font-size: 15px !important;color: rgba(184, 252, 112, 1);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QaeljlckG[data-gp-component] { font-size: 15px !important;color: rgba(184, 252, 112, 1);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-QaeljlckG[data-gp-component] { font-size: 15px !important;color: rgba(184, 252, 112, 1);line-height: 1;display: inline-block; } }

 .gp-component-id-GZQA72M5G { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } @media (max-width: 639px) { .gp-component-id-GZQA72M5G { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GZQA72M5G { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GZQA72M5G { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GZQA72M5G { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-GZQA72M5G { align-items: flex-start;color: rgb(32, 45, 60);font-size: 18px;margin-bottom: 8px;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-u38_EKLbm[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 16px;list-style-position: inside;list-style-type: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-u38_EKLbm[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 16px;list-style-position: inside;list-style-type: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-u38_EKLbm[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 16px;list-style-position: inside;list-style-type: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-u38_EKLbm[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 16px;list-style-position: inside;list-style-type: inherit; } } @media (min-width: 1200px) { .gp-component-id-u38_EKLbm[data-gp-component] { margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 16px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 16px;list-style-position: inside;list-style-type: inherit; } }

 @media (max-width: 639px) { .gp-component-id-Lc0KwvHadnD[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Lc0KwvHadnD[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Lc0KwvHadnD[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Lc0KwvHadnD[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-Lc0KwvHadnD[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-ylrdKxWQG7[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ylrdKxWQG7[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ylrdKxWQG7[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ylrdKxWQG7[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-ylrdKxWQG7[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-twK4Vhma0E[data-gp-component] { padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-twK4Vhma0E[data-gp-component] { padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-twK4Vhma0E[data-gp-component] { padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-twK4Vhma0E[data-gp-component] { padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-twK4Vhma0E[data-gp-component] { padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } }

 .gp-component-id-IXUEpPzWa0 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-IXUEpPzWa0 { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IXUEpPzWa0 { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IXUEpPzWa0 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IXUEpPzWa0 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-IXUEpPzWa0 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 @media (max-width: 639px) { .gp-component-id-ScIhTn8ikE { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ScIhTn8ikE { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ScIhTn8ikE { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ScIhTn8ikE { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-ScIhTn8ikE { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 .gp-component-id-GX2WfgotCV { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-GX2WfgotCV { font-size: inherit;font-weight: inherit;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-GX2WfgotCV { font-size: inherit;font-weight: inherit;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-GX2WfgotCV { font-size: inherit;font-weight: inherit;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-GX2WfgotCV { font-size: inherit;font-weight: inherit;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-GX2WfgotCV { font-size: inherit;font-weight: inherit;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-MhdGztrKYX { text-align: left;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-MhdGztrKYX { text-align: left;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-MhdGztrKYX { text-align: left;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-MhdGztrKYX { text-align: left;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-MhdGztrKYX { text-align: left;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-IfuVi3U6s6[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IfuVi3U6s6[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IfuVi3U6s6[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IfuVi3U6s6[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-IfuVi3U6s6[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } }

 .gp-component-id-Vl0OLXNBFE { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-Vl0OLXNBFE { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Vl0OLXNBFE { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Vl0OLXNBFE { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Vl0OLXNBFE { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-Vl0OLXNBFE { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 .gp-component-id-SQPy9BKQtq { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-SQPy9BKQtq { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SQPy9BKQtq { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SQPy9BKQtq { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SQPy9BKQtq { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-SQPy9BKQtq { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

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

 @media (max-width: 639px) { .gp-component-id-0qN3HPh2nE[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0qN3HPh2nE[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0qN3HPh2nE[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0qN3HPh2nE[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-0qN3HPh2nE[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;position: relative;z-index: 15; } }

 @media (max-width: 639px) { .gp-component-id-NFltbMYRT.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NFltbMYRT.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NFltbMYRT.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NFltbMYRT.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } } @media (min-width: 1200px) { .gp-component-id-NFltbMYRT.gp-component > [data-section-overlay] { background-color: rgb(11, 10, 15); } }

 @media (max-width: 639px) { .gp-component-id-DECTbfAG07 { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DECTbfAG07 { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DECTbfAG07 { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DECTbfAG07 { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-DECTbfAG07 { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-5K8fJXTy0 { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-5K8fJXTy0 { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-5K8fJXTy0 { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-5K8fJXTy0 { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-5K8fJXTy0 { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-I56w1IExUS { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-I56w1IExUS { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-I56w1IExUS { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-I56w1IExUS { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-I56w1IExUS { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-tHTSzZczk7 { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-tHTSzZczk7 { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-tHTSzZczk7 { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-tHTSzZczk7 { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-tHTSzZczk7 { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { .gp-component-id-1gXaRGJsLf { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1gXaRGJsLf { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1gXaRGJsLf { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1gXaRGJsLf { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-1gXaRGJsLf { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-uwkB1dNAY { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-uwkB1dNAY { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-uwkB1dNAY { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-uwkB1dNAY { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-uwkB1dNAY { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-LtBcUUq0kZ { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LtBcUUq0kZ { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LtBcUUq0kZ { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LtBcUUq0kZ { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-LtBcUUq0kZ { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-M1l_w8wPCF { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-M1l_w8wPCF { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-M1l_w8wPCF { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-M1l_w8wPCF { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-M1l_w8wPCF { font-size: 30px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 @media (max-width: 639px) { .gp-component-id-Iw7BZmb_3s { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Iw7BZmb_3s { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Iw7BZmb_3s { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Iw7BZmb_3s { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-Iw7BZmb_3s { font-size: 50px !important;font-weight: 900 !important;color: rgb(184, 252, 112);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-2b292NFKJu[data-gp-component] { margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2b292NFKJu[data-gp-component] { margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2b292NFKJu[data-gp-component] { margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2b292NFKJu[data-gp-component] { margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-2b292NFKJu[data-gp-component] { margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-HVT7gDV0EE[data-gp-component] { margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HVT7gDV0EE[data-gp-component] { margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HVT7gDV0EE[data-gp-component] { margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HVT7gDV0EE[data-gp-component] { margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-HVT7gDV0EE[data-gp-component] { margin-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-XprCVdYZ1t[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XprCVdYZ1t[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XprCVdYZ1t[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XprCVdYZ1t[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-XprCVdYZ1t[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 20px;padding-bottom: 20px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-rHda_RwWh[data-gp-component] { padding-top: 90px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-rHda_RwWh[data-gp-component] { padding-top: 90px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-rHda_RwWh[data-gp-component] { padding-top: 90px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-rHda_RwWh[data-gp-component] { padding-top: 90px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-rHda_RwWh[data-gp-component] { padding-top: 90px;padding-bottom: 50px;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { .gp-component-id-NFltbMYRT[data-gp-component] { padding-bottom: 90px;z-index: 10;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NFltbMYRT[data-gp-component] { padding-bottom: 90px;z-index: 10;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NFltbMYRT[data-gp-component] { padding-bottom: 90px;z-index: 10;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NFltbMYRT[data-gp-component] { padding-bottom: 90px;z-index: 10;position: relative; } } @media (min-width: 1200px) { .gp-component-id-NFltbMYRT[data-gp-component] { padding-bottom: 90px;z-index: 10;position: relative; } }

 .gp-component-id-Fz67Nmv29a { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-Fz67Nmv29a { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Fz67Nmv29a { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Fz67Nmv29a { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Fz67Nmv29a { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-Fz67Nmv29a { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 @media (max-width: 639px) { .gp-component-id-Z8b83vQ8Lz { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Z8b83vQ8Lz { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Z8b83vQ8Lz { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Z8b83vQ8Lz { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-Z8b83vQ8Lz { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } }

 .gp-component-id-1G6xWf0DU6 { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-1G6xWf0DU6 { font-size: inherit;font-weight: inherit;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1G6xWf0DU6 { font-size: inherit;font-weight: inherit;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1G6xWf0DU6 { font-size: inherit;font-weight: inherit;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1G6xWf0DU6 { font-size: inherit;font-weight: inherit;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-1G6xWf0DU6 { font-size: inherit;font-weight: inherit;text-align: left;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-q0ykJgv181[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-q0ykJgv181[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-q0ykJgv181[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-q0ykJgv181[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-q0ykJgv181[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } }

 .gp-component-id-PpB3mVFyXu { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-PpB3mVFyXu { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PpB3mVFyXu { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PpB3mVFyXu { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PpB3mVFyXu { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-PpB3mVFyXu { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 .gp-component-id-ZecHbwV545 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-ZecHbwV545 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZecHbwV545 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZecHbwV545 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZecHbwV545 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-ZecHbwV545 { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

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

 @media (max-width: 639px) { .gp-component-id-JXHB9zFf_N[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JXHB9zFf_N[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JXHB9zFf_N[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JXHB9zFf_N[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-JXHB9zFf_N[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;position: relative;z-index: 15; } }

 @media (max-width: 639px) { .gp-component-id-9mN_mYT8x[data-gp-component] { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9mN_mYT8x[data-gp-component] { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9mN_mYT8x[data-gp-component] { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9mN_mYT8x[data-gp-component] { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-9mN_mYT8x[data-gp-component] { width: 100%;flex-direction: row;justify-content: center;align-items: center;display: flex; } }

 @media (max-width: 639px) { .gp-component-id-YkVO9HkUK[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);margin-right: 15px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-YkVO9HkUK[data-gp-component]:hover,.gp-component-id-YkVO9HkUK[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-YkVO9HkUK[data-gp-component]:active,.gp-component-id-YkVO9HkUK[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YkVO9HkUK[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);margin-right: 15px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-YkVO9HkUK[data-gp-component]:hover,.gp-component-id-YkVO9HkUK[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-YkVO9HkUK[data-gp-component]:active,.gp-component-id-YkVO9HkUK[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YkVO9HkUK[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);margin-right: 15px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-YkVO9HkUK[data-gp-component]:hover,.gp-component-id-YkVO9HkUK[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-YkVO9HkUK[data-gp-component]:active,.gp-component-id-YkVO9HkUK[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YkVO9HkUK[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);margin-right: 15px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-YkVO9HkUK[data-gp-component]:hover,.gp-component-id-YkVO9HkUK[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-YkVO9HkUK[data-gp-component]:active,.gp-component-id-YkVO9HkUK[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-YkVO9HkUK[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);margin-right: 15px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-YkVO9HkUK[data-gp-component]:hover,.gp-component-id-YkVO9HkUK[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-YkVO9HkUK[data-gp-component]:active,.gp-component-id-YkVO9HkUK[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } }

 .gp-component-id-eEobhwBn0 { width: 100%;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-eEobhwBn0 { width: 100%;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-eEobhwBn0 { width: 100%;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-eEobhwBn0 { width: 100%;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-eEobhwBn0 { width: 100%;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-eEobhwBn0 { width: 100%;overflow-wrap: break-word; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-4Ht43SPKx2 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-4Ht43SPKx2 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-4Ht43SPKx2 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-4Ht43SPKx2 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 30px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-4Ht43SPKx2 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 30px; } }

 @media (max-width: 639px) { .gp-component-id-lRU2e6F4W2 { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lRU2e6F4W2 { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lRU2e6F4W2 { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lRU2e6F4W2 { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-lRU2e6F4W2 { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-Kp8NDCvRG[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Kp8NDCvRG[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Kp8NDCvRG[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Kp8NDCvRG[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-Kp8NDCvRG[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-wshzpVDefm { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-wshzpVDefm { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-wshzpVDefm { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-wshzpVDefm { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-wshzpVDefm { font-size: 16px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-LD5aVbTuM { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-LD5aVbTuM { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-LD5aVbTuM { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-LD5aVbTuM { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-LD5aVbTuM { font-size: 13px !important;font-weight: inherit !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 .gp-component-id-Pra6bOev_C { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-Pra6bOev_C { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Pra6bOev_C { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Pra6bOev_C { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Pra6bOev_C { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-Pra6bOev_C { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

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

 .gp-component-id-L18yjYLVdQ { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-L18yjYLVdQ { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-L18yjYLVdQ { padding-left: 8px;padding-right: 8px;width: 100%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-L18yjYLVdQ { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-L18yjYLVdQ { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-L18yjYLVdQ { padding-left: 8px;padding-right: 8px;width: 50%;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-TLHc0ayQlJ { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-TLHc0ayQlJ { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-TLHc0ayQlJ { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-TLHc0ayQlJ { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-TLHc0ayQlJ { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-TLHc0ayQlJ { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

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

 @media (max-width: 639px) { .gp-component-id-LfUKDaMENe[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;z-index: 15;position: relative; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LfUKDaMENe[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;z-index: 15;position: relative; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LfUKDaMENe[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;z-index: 15;position: relative; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LfUKDaMENe[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;z-index: 15;position: relative; } } @media (min-width: 1200px) { .gp-component-id-LfUKDaMENe[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;z-index: 15;position: relative; } }

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

 @media (max-width: 639px) { .gp-component-id-sqUrEdJRqi[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sqUrEdJRqi[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sqUrEdJRqi[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sqUrEdJRqi[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-sqUrEdJRqi[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 .gp-component-id-bsBrjTJcb1 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-bsBrjTJcb1 { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bsBrjTJcb1 { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bsBrjTJcb1 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bsBrjTJcb1 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-bsBrjTJcb1 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 .gp-component-id-JKcxvuoK54 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-JKcxvuoK54 { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JKcxvuoK54 { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JKcxvuoK54 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JKcxvuoK54 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-JKcxvuoK54 { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 .gp-component-id-9ILKjeo0eP { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-9ILKjeo0eP { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9ILKjeo0eP { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9ILKjeo0eP { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9ILKjeo0eP { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-9ILKjeo0eP { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

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

 @media (max-width: 639px) { .gp-component-id-nzn50ARzVb[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nzn50ARzVb[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nzn50ARzVb[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nzn50ARzVb[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-nzn50ARzVb[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;position: relative;z-index: 15; } }

 @media (max-width: 639px) { .gp-component-id-m18xPDRXQ[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-m18xPDRXQ[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-m18xPDRXQ[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-m18xPDRXQ[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-m18xPDRXQ[data-gp-component] { padding-top: 20px;padding-bottom: 20px;z-index: auto;position: relative;min-height: 50px; } }

 .gp-component-id-vzJikUyU6 { 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-vzJikUyU6 { 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: 767px) and (min-width: 640px) { .gp-component-id-vzJikUyU6 { 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: 991px) and (min-width: 768px) { .gp-component-id-vzJikUyU6 { 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: 1199px) and (min-width: 992px) { .gp-component-id-vzJikUyU6 { 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 (min-width: 1200px) { .gp-component-id-vzJikUyU6 { 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-wqUrQB5CKAk[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wqUrQB5CKAk[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wqUrQB5CKAk[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wqUrQB5CKAk[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-wqUrQB5CKAk[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 .gp-component-id-mK4rnCKCSe { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-mK4rnCKCSe { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mK4rnCKCSe { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mK4rnCKCSe { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mK4rnCKCSe { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-mK4rnCKCSe { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 .gp-component-id-6uuJLymoHB { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-6uuJLymoHB { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6uuJLymoHB { padding-left: 8px;padding-right: 8px;width: 100%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6uuJLymoHB { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6uuJLymoHB { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } } @media (min-width: 1200px) { .gp-component-id-6uuJLymoHB { padding-left: 8px;padding-right: 8px;width: 50%;flex-basis: auto;flex-shrink: 0;flex-grow: 0; } }

 .gp-component-id-Hg3vzmjxnZ { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-Hg3vzmjxnZ { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Hg3vzmjxnZ { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Hg3vzmjxnZ { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Hg3vzmjxnZ { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } } @media (min-width: 1200px) { .gp-component-id-Hg3vzmjxnZ { margin-left: -8px;margin-right: -8px;display: flex;flex-wrap: wrap; } }

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

 @media (max-width: 639px) { .gp-component-id-3WjwKHPTde[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3WjwKHPTde[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3WjwKHPTde[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3WjwKHPTde[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-3WjwKHPTde[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;position: relative;z-index: 15; } }

 @media (max-width: 639px) { .gp-component-id-X4lPeJei07[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-X4lPeJei07[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-X4lPeJei07[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-X4lPeJei07[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-X4lPeJei07[data-gp-component] { padding-top: 20px;padding-bottom: 20px;min-height: 50px;position: relative;z-index: auto; } }

 .gp-component-id-x1Vsv_6wT { 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-x1Vsv_6wT { 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-x1Vsv_6wT { 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-x1Vsv_6wT { 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-x1Vsv_6wT { 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-x1Vsv_6wT { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-M5KzqsrC8 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-top: 10px;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-M5KzqsrC8 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-top: 10px;margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-M5KzqsrC8 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-top: 10px;margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-M5KzqsrC8 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-top: 10px;margin-bottom: 30px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-M5KzqsrC8 { font-size: 18px !important;color: rgb(166, 162, 157);text-align: center;line-height: 2;margin-top: 10px;margin-bottom: 30px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-L4l6bi7B0 { font-size: 13px !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-L4l6bi7B0 { font-size: 13px !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-L4l6bi7B0 { font-size: 13px !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-L4l6bi7B0 { font-size: 13px !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-L4l6bi7B0 { font-size: 13px !important;color: rgb(184, 252, 112);letter-spacing: 0.05em;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-NDOyhjuo_[data-gp-component] { padding-top: 90px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NDOyhjuo_[data-gp-component] { padding-top: 90px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NDOyhjuo_[data-gp-component] { padding-top: 90px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NDOyhjuo_[data-gp-component] { padding-top: 90px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-NDOyhjuo_[data-gp-component] { padding-top: 90px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } }

 @media (max-width: 639px) { .gp-component-id-0pgqm0lM4[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0pgqm0lM4[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0pgqm0lM4[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0pgqm0lM4[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-0pgqm0lM4[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { .gp-component-id-5EDZ7JP1qH[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5EDZ7JP1qH[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5EDZ7JP1qH[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5EDZ7JP1qH[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-5EDZ7JP1qH[data-gp-component] { padding-left: 20px;padding-right: 20px;padding-top: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;display: flex; } }

 .gp-component-id-c4l1e9q3SE { margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-c4l1e9q3SE { font-size: 18px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-c4l1e9q3SE { font-size: 18px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-c4l1e9q3SE { font-size: 18px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-c4l1e9q3SE { font-size: 18px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 30px; } } @media (min-width: 1200px) { .gp-component-id-c4l1e9q3SE { font-size: 18px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 30px; } }

 .gp-component-id-A0Z80Azkt { font-size: inherit;font-weight: inherit;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px; } @media (max-width: 639px) { .gp-component-id-A0Z80Azkt { font-size: 13px !important;font-weight: inherit;color: rgb(166, 162, 157);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-A0Z80Azkt { font-size: 13px !important;font-weight: inherit;color: rgb(166, 162, 157);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-A0Z80Azkt { font-size: 13px !important;font-weight: inherit;color: rgb(166, 162, 157);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-A0Z80Azkt { font-size: 13px !important;font-weight: inherit;color: rgb(166, 162, 157);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-A0Z80Azkt { font-size: 13px !important;font-weight: inherit;color: rgb(166, 162, 157);letter-spacing: 0.05em;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-LPObOBLSZx[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LPObOBLSZx[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LPObOBLSZx[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LPObOBLSZx[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-LPObOBLSZx[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { .gp-component-id-En80u0Cg3a[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-En80u0Cg3a[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 640px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-En80u0Cg3a[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 768px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-En80u0Cg3a[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 992px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-En80u0Cg3a[data-gp-component] { margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;width: 100%;max-width: 1200px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } }

 @media (max-width: 639px) { .gp-component-id-i0E0ttUy0[data-gp-component] { margin-bottom: 30px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-i0E0ttUy0[data-gp-component] { margin-bottom: 30px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-i0E0ttUy0[data-gp-component] { margin-bottom: 30px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-i0E0ttUy0[data-gp-component] { margin-bottom: 30px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-i0E0ttUy0[data-gp-component] { margin-bottom: 30px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-0SClNwZiN[data-gp-component] { margin-bottom: 10px;width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0SClNwZiN[data-gp-component] { margin-bottom: 10px;width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0SClNwZiN[data-gp-component] { margin-bottom: 10px;width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0SClNwZiN[data-gp-component] { margin-bottom: 10px;width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0SClNwZiN[data-gp-component] { margin-bottom: 10px;width: 100%;flex-direction: row;justify-content: flex-start;align-items: center;display: flex; } }

 .gp-component-id-tHrDz560j { width: 100%; } @media (max-width: 639px) { .gp-component-id-tHrDz560j { width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tHrDz560j { width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tHrDz560j { width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tHrDz560j { width: 100%; } } @media (min-width: 1200px) { .gp-component-id-tHrDz560j { width: 100%; } }

 .gp-component-id-j_vMybso5 { 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-j_vMybso5 { 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: 767px) and (min-width: 640px) { .gp-component-id-j_vMybso5 { 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: 991px) and (min-width: 768px) { .gp-component-id-j_vMybso5 { 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: 1199px) and (min-width: 992px) { .gp-component-id-j_vMybso5 { 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 (min-width: 1200px) { .gp-component-id-j_vMybso5 { 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-D0Vhagl4Nsk[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-D0Vhagl4Nsk[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-D0Vhagl4Nsk[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-D0Vhagl4Nsk[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-D0Vhagl4Nsk[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-tCw00ts4w { font-size: 17px !important;color: rgb(184, 252, 112);margin-right: 5px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-tCw00ts4w { font-size: 17px !important;color: rgb(184, 252, 112);margin-right: 5px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-tCw00ts4w { font-size: 17px !important;color: rgb(184, 252, 112);margin-right: 5px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-tCw00ts4w { font-size: 17px !important;color: rgb(184, 252, 112);margin-right: 5px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-tCw00ts4w { font-size: 17px !important;color: rgb(184, 252, 112);margin-right: 5px; } }

 @media (max-width: 639px) { .gp-component-id-Hnp1bndwKh[data-gp-component] { padding-top: 90px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Hnp1bndwKh[data-gp-component] { padding-top: 90px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Hnp1bndwKh[data-gp-component] { padding-top: 90px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Hnp1bndwKh[data-gp-component] { padding-top: 90px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-Hnp1bndwKh[data-gp-component] { padding-top: 90px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } }

 .gp-component-id-L4l6bi7B0 { 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-L4l6bi7B0 { 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-L4l6bi7B0 { 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-L4l6bi7B0 { 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-L4l6bi7B0 { 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-L4l6bi7B0 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } }

 .gp-component-id-tCw00ts4w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-tCw00ts4w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tCw00ts4w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tCw00ts4w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tCw00ts4w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-tCw00ts4w { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 @media (max-width: 639px) { .gp-component-id-psNFzlWYd[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);margin-right: 15px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-psNFzlWYd[data-gp-component]:hover,.gp-component-id-psNFzlWYd[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-psNFzlWYd[data-gp-component]:active,.gp-component-id-psNFzlWYd[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-psNFzlWYd[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);margin-right: 15px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-psNFzlWYd[data-gp-component]:hover,.gp-component-id-psNFzlWYd[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-psNFzlWYd[data-gp-component]:active,.gp-component-id-psNFzlWYd[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-psNFzlWYd[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);margin-right: 15px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-psNFzlWYd[data-gp-component]:hover,.gp-component-id-psNFzlWYd[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-psNFzlWYd[data-gp-component]:active,.gp-component-id-psNFzlWYd[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-psNFzlWYd[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);margin-right: 15px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-psNFzlWYd[data-gp-component]:hover,.gp-component-id-psNFzlWYd[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-psNFzlWYd[data-gp-component]:active,.gp-component-id-psNFzlWYd[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-psNFzlWYd[data-gp-component] { font-size: 16px;color: inherit;text-align: center;background-color: rgb(57, 75, 86);margin-right: 15px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-psNFzlWYd[data-gp-component]:hover,.gp-component-id-psNFzlWYd[data-gp-component].gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-psNFzlWYd[data-gp-component]:active,.gp-component-id-psNFzlWYd[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } }

 .gp-component-id-LOmRpx_rM { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-LOmRpx_rM:hover,.gp-component-id-LOmRpx_rM.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-LOmRpx_rM:active,.gp-component-id-LOmRpx_rM.gp-active { background-color: rgb(32, 45, 60); } @media (max-width: 639px) { .gp-component-id-LOmRpx_rM { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-LOmRpx_rM:hover,.gp-component-id-LOmRpx_rM.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-LOmRpx_rM:active,.gp-component-id-LOmRpx_rM.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LOmRpx_rM { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-LOmRpx_rM:hover,.gp-component-id-LOmRpx_rM.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-LOmRpx_rM:active,.gp-component-id-LOmRpx_rM.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LOmRpx_rM { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-LOmRpx_rM:hover,.gp-component-id-LOmRpx_rM.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-LOmRpx_rM:active,.gp-component-id-LOmRpx_rM.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LOmRpx_rM { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-LOmRpx_rM:hover,.gp-component-id-LOmRpx_rM.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-LOmRpx_rM:active,.gp-component-id-LOmRpx_rM.gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-LOmRpx_rM { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-LOmRpx_rM:hover,.gp-component-id-LOmRpx_rM.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-LOmRpx_rM:active,.gp-component-id-LOmRpx_rM.gp-active { background-color: rgb(32, 45, 60); } }

 .gp-component-id-M5KzqsrC8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-M5KzqsrC8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-M5KzqsrC8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-M5KzqsrC8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-M5KzqsrC8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-M5KzqsrC8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-uZniJYv7r { 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-uZniJYv7r { 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-uZniJYv7r { 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-uZniJYv7r { 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-uZniJYv7r { 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-uZniJYv7r { 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-15AteXZHhD[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-15AteXZHhD[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-15AteXZHhD[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-15AteXZHhD[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-15AteXZHhD[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } }

 @media (max-width: 639px) { .gp-component-id-zsz_bbGSkV[data-gp-component] { padding-top: 10px;padding-bottom: 10px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zsz_bbGSkV[data-gp-component] { padding-top: 10px;padding-bottom: 10px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zsz_bbGSkV[data-gp-component] { padding-top: 10px;padding-bottom: 10px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zsz_bbGSkV[data-gp-component] { padding-top: 10px;padding-bottom: 10px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-zsz_bbGSkV[data-gp-component] { padding-top: 10px;padding-bottom: 10px;z-index: auto;position: relative;min-height: 50px; } }

 @media (max-width: 639px) { .gp-component-id-JGLTEXC2Zcf[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JGLTEXC2Zcf[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JGLTEXC2Zcf[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JGLTEXC2Zcf[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-JGLTEXC2Zcf[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } }

 .gp-component-id-EZP_QgBDw { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-EZP_QgBDw:hover,.gp-component-id-EZP_QgBDw.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-EZP_QgBDw:active,.gp-component-id-EZP_QgBDw.gp-active { background-color: rgb(32, 45, 60); } @media (max-width: 639px) { .gp-component-id-EZP_QgBDw { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-EZP_QgBDw:hover,.gp-component-id-EZP_QgBDw.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-EZP_QgBDw:active,.gp-component-id-EZP_QgBDw.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EZP_QgBDw { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-EZP_QgBDw:hover,.gp-component-id-EZP_QgBDw.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-EZP_QgBDw:active,.gp-component-id-EZP_QgBDw.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EZP_QgBDw { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-EZP_QgBDw:hover,.gp-component-id-EZP_QgBDw.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-EZP_QgBDw:active,.gp-component-id-EZP_QgBDw.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EZP_QgBDw { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-EZP_QgBDw:hover,.gp-component-id-EZP_QgBDw.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-EZP_QgBDw:active,.gp-component-id-EZP_QgBDw.gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-EZP_QgBDw { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-EZP_QgBDw:hover,.gp-component-id-EZP_QgBDw.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-EZP_QgBDw:active,.gp-component-id-EZP_QgBDw.gp-active { background-color: rgb(32, 45, 60); } }

 .gp-component-id-9pG5y7pZw { width: 100%;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-9pG5y7pZw { width: 100%;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-9pG5y7pZw { width: 100%;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-9pG5y7pZw { width: 100%;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-9pG5y7pZw { width: 100%;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-9pG5y7pZw { width: 100%;overflow-wrap: break-word; } }

 @media (max-width: 639px) { .gp-component-id-6JWXseQUb6E[data-gp-component] { width: 100%;height: 100%;flex-direction: row;justify-content: space-around;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6JWXseQUb6E[data-gp-component] { width: 100%;height: 100%;flex-direction: row;justify-content: space-around;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6JWXseQUb6E[data-gp-component] { width: 100%;height: 100%;flex-direction: row;justify-content: space-around;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6JWXseQUb6E[data-gp-component] { width: 100%;height: 100%;flex-direction: row;justify-content: space-around;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-6JWXseQUb6E[data-gp-component] { width: 100%;height: 100%;flex-direction: row;justify-content: space-around;align-items: center;display: flex; } }

 .gp-component-id-dqEtjbt40 { 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-dqEtjbt40 { 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-dqEtjbt40 { 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-dqEtjbt40 { 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-dqEtjbt40 { 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-dqEtjbt40 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } }

 .gp-component-id-ny5N7bGCg6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-ny5N7bGCg6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ny5N7bGCg6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ny5N7bGCg6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 25%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ny5N7bGCg6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 25%; } } @media (min-width: 1200px) { .gp-component-id-ny5N7bGCg6 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 25%; } }

 .gp-component-id-20vgrdQxm5R { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-20vgrdQxm5R { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-20vgrdQxm5R { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-20vgrdQxm5R { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-20vgrdQxm5R { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-20vgrdQxm5R { height: 100%;width: 100%; } }

 .gp-component-id-OX5p1Luj3N { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-OX5p1Luj3N { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OX5p1Luj3N { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OX5p1Luj3N { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OX5p1Luj3N { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } } @media (min-width: 1200px) { .gp-component-id-OX5p1Luj3N { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 50%; } }

 .gp-component-id-0xDWSmh5NQ { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } @media (max-width: 639px) { .gp-component-id-0xDWSmh5NQ { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0xDWSmh5NQ { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0xDWSmh5NQ { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0xDWSmh5NQ { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-0xDWSmh5NQ { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;object-fit: cover;object-position: center center;width: 100%; } }

 .gp-component-id-NFkEf5VYD { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden; } @media (max-width: 639px) { .gp-component-id-NFkEf5VYD { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-fit: cover;object-position: center center;max-width: 25%;height: auto;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-NFkEf5VYD { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-fit: cover;object-position: center center;max-width: 25%;height: auto;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-NFkEf5VYD { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-fit: cover;object-position: center center;max-width: 25%;height: auto;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-NFkEf5VYD { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-fit: cover;object-position: center center;max-width: 25%;height: auto;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } } @media (min-width: 1200px) { .gp-component-id-NFkEf5VYD { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;display: inline-flex;align-items: flex-start;justify-content: flex-start;cursor: pointer;background-color: transparent;color: inherit;overflow-y: hidden;overflow-x: hidden;object-fit: cover;object-position: center center;max-width: 25%;height: auto;border-bottom-style: solid;border-top-style: solid;border-right-style: solid;border-left-style: solid; } }

 .gp-component-id-wGUWZsl7f_ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-wGUWZsl7f_ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wGUWZsl7f_ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wGUWZsl7f_ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 25%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wGUWZsl7f_ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 25%; } } @media (min-width: 1200px) { .gp-component-id-wGUWZsl7f_ { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;padding-left: 8px;width: 25%; } }

 .gp-component-id-a5RaAwdX2k { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-a5RaAwdX2k { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-a5RaAwdX2k { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-a5RaAwdX2k { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-a5RaAwdX2k { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-a5RaAwdX2k { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } }

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

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

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

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

 @media (max-width: 639px) { .gp-component-id-1fq_WkATULV { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-1fq_WkATULV { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-1fq_WkATULV { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-1fq_WkATULV { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-1fq_WkATULV { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-VBotV6mNd_W { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VBotV6mNd_W { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VBotV6mNd_W { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VBotV6mNd_W { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-VBotV6mNd_W { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-5HxkEZH7_0Q[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-5HxkEZH7_0Q[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-5HxkEZH7_0Q[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-5HxkEZH7_0Q[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-5HxkEZH7_0Q[data-gp-component] { margin-bottom: 15px;width: 100%; } }

 @media (max-width: 639px) { .gp-component-id-XReUi3TVuzh { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XReUi3TVuzh { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XReUi3TVuzh { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XReUi3TVuzh { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-XReUi3TVuzh { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-K4EddMIR6j8 { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-K4EddMIR6j8 { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-K4EddMIR6j8 { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-K4EddMIR6j8 { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { .gp-component-id-K4EddMIR6j8 { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-smo84fhIGzm[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-smo84fhIGzm[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-smo84fhIGzm[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-smo84fhIGzm[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-smo84fhIGzm[data-gp-component] { margin-bottom: 15px;width: 100%; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-gU4MTGvdk26 { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-gU4MTGvdk26 { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-gU4MTGvdk26 { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-gU4MTGvdk26 { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-gU4MTGvdk26 { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-2fT9o0Z3DbQ { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-2fT9o0Z3DbQ { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-2fT9o0Z3DbQ { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-2fT9o0Z3DbQ { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-2fT9o0Z3DbQ { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-lu02y2Q0G8s[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lu02y2Q0G8s[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lu02y2Q0G8s[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lu02y2Q0G8s[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-lu02y2Q0G8s[data-gp-component] { margin-bottom: 15px;width: 100%; } }

 .gp-component-id-mGIkY0syLK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-mGIkY0syLK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mGIkY0syLK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mGIkY0syLK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mGIkY0syLK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-mGIkY0syLK { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-mGIkY0syLK { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-mGIkY0syLK { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-mGIkY0syLK { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-mGIkY0syLK { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-mGIkY0syLK { font-size: 15px !important;color: rgb(166, 162, 157);line-height: 2; } }

 .gp-component-id-pqRw2qboOS { 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-pqRw2qboOS { 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-pqRw2qboOS { 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-pqRw2qboOS { 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-pqRw2qboOS { 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-pqRw2qboOS { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-pqRw2qboOS { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43); } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-pqRw2qboOS { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43); } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-pqRw2qboOS { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43); } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-pqRw2qboOS { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43); } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-pqRw2qboOS { font-size: 20px !important;font-weight: 700 !important;color: rgb(204, 43, 43); } }

 @media (max-width: 639px) { .gp-component-id-t01U49mrIi[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-t01U49mrIi[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-t01U49mrIi[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-t01U49mrIi[data-gp-component] { margin-bottom: 15px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-t01U49mrIi[data-gp-component] { margin-bottom: 15px;width: 100%; } }

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

 .gp-component-id-6Mw2l1b7Gc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-6Mw2l1b7Gc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6Mw2l1b7Gc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6Mw2l1b7Gc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6Mw2l1b7Gc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-6Mw2l1b7Gc { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-6Mw2l1b7Gc { font-size: 18px !important;color: rgb(166, 162, 157);line-height: 2; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-6Mw2l1b7Gc { font-size: 18px !important;color: rgb(166, 162, 157);line-height: 2; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-6Mw2l1b7Gc { font-size: 18px !important;color: rgb(166, 162, 157);line-height: 2; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-6Mw2l1b7Gc { font-size: 18px !important;color: rgb(166, 162, 157);line-height: 2; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-6Mw2l1b7Gc { font-size: 18px !important;color: rgb(166, 162, 157);line-height: 2; } }

 .gp-component-id-K8aEe9fjPz { 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-K8aEe9fjPz { 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-K8aEe9fjPz { 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-K8aEe9fjPz { 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-K8aEe9fjPz { 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-K8aEe9fjPz { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-K8aEe9fjPz { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-K8aEe9fjPz { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-K8aEe9fjPz { font-size: 45px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-K8aEe9fjPz { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-K8aEe9fjPz { font-size: 55px !important;font-weight: 900 !important;color: rgb(246, 240, 230);line-height: 1;margin-top: 20px;margin-bottom: 20px; } }

 .gp-component-id-9ay_56jGTe { 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-9ay_56jGTe { 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-9ay_56jGTe { 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-9ay_56jGTe { 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-9ay_56jGTe { 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-9ay_56jGTe { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-9ay_56jGTe { text-align: left;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-9ay_56jGTe { text-align: left;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-9ay_56jGTe { text-align: left;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-9ay_56jGTe { text-align: left;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-9ay_56jGTe { text-align: left;margin-bottom: 0px; } }

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

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

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

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

 .gp-component-id-IVV9ZRDcSu { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-IVV9ZRDcSu { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-IVV9ZRDcSu { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-IVV9ZRDcSu { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-IVV9ZRDcSu { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-IVV9ZRDcSu { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 .gp-component-id-db3k1YJYdz { 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-db3k1YJYdz { 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-db3k1YJYdz { 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-db3k1YJYdz { 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-db3k1YJYdz { 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-db3k1YJYdz { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } }

 .gp-component-id-MhdGztrKYX { 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-MhdGztrKYX { 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-MhdGztrKYX { 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-MhdGztrKYX { 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-MhdGztrKYX { 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-MhdGztrKYX { 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-4OBvjOQesx[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4OBvjOQesx[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4OBvjOQesx[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4OBvjOQesx[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-4OBvjOQesx[data-gp-component] { padding-left: 20px;padding-right: 20px;width: 100%;height: 100%; } }

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

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

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

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

 .gp-component-id-lhNd45kUBz { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-lhNd45kUBz:hover,.gp-component-id-lhNd45kUBz.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-lhNd45kUBz:active,.gp-component-id-lhNd45kUBz.gp-active { background-color: rgb(32, 45, 60); } @media (max-width: 639px) { .gp-component-id-lhNd45kUBz { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-lhNd45kUBz:hover,.gp-component-id-lhNd45kUBz.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-lhNd45kUBz:active,.gp-component-id-lhNd45kUBz.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lhNd45kUBz { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-lhNd45kUBz:hover,.gp-component-id-lhNd45kUBz.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-lhNd45kUBz:active,.gp-component-id-lhNd45kUBz.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lhNd45kUBz { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-lhNd45kUBz:hover,.gp-component-id-lhNd45kUBz.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-lhNd45kUBz:active,.gp-component-id-lhNd45kUBz.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lhNd45kUBz { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-lhNd45kUBz:hover,.gp-component-id-lhNd45kUBz.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-lhNd45kUBz:active,.gp-component-id-lhNd45kUBz.gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-lhNd45kUBz { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;background-color: rgb(57, 75, 86);display: inline-flex;align-items: center;padding-top: 8px;padding-bottom: 8px;text-align: center;font-size: 16px;cursor: pointer;color: inherit;padding-left: 16px;padding-right: 16px; } .gp-component-id-lhNd45kUBz:hover,.gp-component-id-lhNd45kUBz.gp-hover { background-color: rgb(120, 136, 155); } .gp-component-id-lhNd45kUBz:active,.gp-component-id-lhNd45kUBz.gp-active { background-color: rgb(32, 45, 60); } }

 .gp-component-id-OggjvdkY6V { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-OggjvdkY6V { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OggjvdkY6V { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OggjvdkY6V { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OggjvdkY6V { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-OggjvdkY6V { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-OggjvdkY6V { font-size: 16px !important;color: rgb(166, 162, 157);text-align: center;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-OggjvdkY6V { font-size: 16px !important;color: rgb(166, 162, 157);text-align: center;margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-OggjvdkY6V { font-size: 16px !important;color: rgb(166, 162, 157);text-align: center;margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-OggjvdkY6V { font-size: 16px !important;color: rgb(166, 162, 157);text-align: center;margin-bottom: 30px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-OggjvdkY6V { font-size: 16px !important;color: rgb(166, 162, 157);text-align: center;margin-bottom: 30px; } }

 .gp-component-id-N44OVv6I5C { 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-N44OVv6I5C { 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-N44OVv6I5C { 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-N44OVv6I5C { 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-N44OVv6I5C { 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-N44OVv6I5C { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-N44OVv6I5C { font-size: 60px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-N44OVv6I5C { font-size: 60px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-N44OVv6I5C { font-size: 60px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-N44OVv6I5C { font-size: 60px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-top: 0px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-N44OVv6I5C { font-size: 60px !important;font-weight: 900 !important;color: rgb(246, 240, 230);text-align: center;line-height: 1;margin-top: 0px;margin-bottom: 20px; } }

 .gp-component-id-TlBBNXOjBW { 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-TlBBNXOjBW { 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-TlBBNXOjBW { 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-TlBBNXOjBW { 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-TlBBNXOjBW { 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-TlBBNXOjBW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;font-weight: inherit;font-size: inherit; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-TlBBNXOjBW { margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-TlBBNXOjBW { margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-TlBBNXOjBW { margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-TlBBNXOjBW { margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-TlBBNXOjBW { margin-bottom: 0px; } }

 @media (max-width: 639px) { .gp-component-id-YkeA4bh1UB[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YkeA4bh1UB[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 640px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YkeA4bh1UB[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 768px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YkeA4bh1UB[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 992px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } } @media (min-width: 1200px) { .gp-component-id-YkeA4bh1UB[data-gp-component] { margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px;flex-direction: column;align-items: center;display: flex;position: relative;z-index: 15; } }

 @media (max-width: 639px) { .gp-component-id-68n2UOHCz[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-68n2UOHCz[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-68n2UOHCz[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-68n2UOHCz[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-68n2UOHCz[data-gp-component] { padding-top: 90px;padding-bottom: 90px;z-index: auto;position: relative;min-height: 50px; } }

 .gp-component-id-fUxppcuw_y { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-fUxppcuw_y { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fUxppcuw_y { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fUxppcuw_y { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fUxppcuw_y { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-fUxppcuw_y { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } }

 .gp-component-id-MgkQn23293 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-MgkQn23293 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MgkQn23293 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MgkQn23293 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MgkQn23293 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-MgkQn23293 { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } }

 .gp-component-id-LUDGLPa4NP { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-LUDGLPa4NP { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LUDGLPa4NP { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LUDGLPa4NP { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LUDGLPa4NP { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-LUDGLPa4NP { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } }

 .gp-component-id-h70ElJiFz1 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-h70ElJiFz1 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-h70ElJiFz1 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-h70ElJiFz1 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-h70ElJiFz1 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-h70ElJiFz1 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } }

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

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

 .gp-component-id-0p966TTggj { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-0p966TTggj { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0p966TTggj { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0p966TTggj { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0p966TTggj { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-0p966TTggj { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-dooEyPSxKy { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-dooEyPSxKy { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-dooEyPSxKy { width: 100%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-dooEyPSxKy { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-dooEyPSxKy { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-dooEyPSxKy { width: 50%;padding-left: 8px;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } }

 .gp-component-id-KelKz74vP8 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-KelKz74vP8 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-KelKz74vP8 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-KelKz74vP8 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-KelKz74vP8 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-KelKz74vP8 { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } }

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

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

 .gp-component-id-sI6NbZPIOp { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-sI6NbZPIOp { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-sI6NbZPIOp { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-sI6NbZPIOp { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-sI6NbZPIOp { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-sI6NbZPIOp { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } }

 .gp-component-id-LSUI3IbqrM { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-LSUI3IbqrM { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LSUI3IbqrM { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LSUI3IbqrM { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LSUI3IbqrM { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-LSUI3IbqrM { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } }

 .gp-component-id-Yg_Tlni0sn { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-Yg_Tlni0sn { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Yg_Tlni0sn { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Yg_Tlni0sn { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Yg_Tlni0sn { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-Yg_Tlni0sn { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } }

 .gp-component-id-pImobFBvTG { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-pImobFBvTG { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pImobFBvTG { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pImobFBvTG { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pImobFBvTG { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-pImobFBvTG { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 25%;padding-left: 8px; } }

 .gp-component-id-bRkxJJP_06 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-bRkxJJP_06 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bRkxJJP_06 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bRkxJJP_06 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bRkxJJP_06 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-bRkxJJP_06 { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } }

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

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

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-s4qTXlbp7xB { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-s4qTXlbp7xB { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-s4qTXlbp7xB { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-s4qTXlbp7xB { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-s4qTXlbp7xB { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } }

 @media (max-width: 639px) { .gp-component-id-vVHb5pwy66N[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vVHb5pwy66N[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vVHb5pwy66N[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vVHb5pwy66N[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (min-width: 1200px) { .gp-component-id-vVHb5pwy66N[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } }

 @media (max-width: 639px) { .gp-component-id-RuSjOccXYIy[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RuSjOccXYIy[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RuSjOccXYIy[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RuSjOccXYIy[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-RuSjOccXYIy[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } }

 @media (max-width: 639px) { .gp-component-id-8JxhvfbPItp[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8JxhvfbPItp[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8JxhvfbPItp[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8JxhvfbPItp[data-gp-component] { margin-bottom: 15px; } } @media (min-width: 1200px) { .gp-component-id-8JxhvfbPItp[data-gp-component] { margin-bottom: 15px; } }

 @media (max-width: 639px) { .gp-component-id-426YFWJ3RVG[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-426YFWJ3RVG[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-426YFWJ3RVG[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-426YFWJ3RVG[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (min-width: 1200px) { .gp-component-id-426YFWJ3RVG[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } }

 @media (max-width: 639px) { .gp-component-id-6Ual27Idx4a[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6Ual27Idx4a[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6Ual27Idx4a[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6Ual27Idx4a[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-6Ual27Idx4a[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } }

 @media (max-width: 639px) { .gp-component-id-oQ4gA0ZlgUn[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oQ4gA0ZlgUn[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oQ4gA0ZlgUn[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oQ4gA0ZlgUn[data-gp-component] { margin-bottom: 15px; } } @media (min-width: 1200px) { .gp-component-id-oQ4gA0ZlgUn[data-gp-component] { margin-bottom: 15px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-HL6Mbp5uF9O { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-HL6Mbp5uF9O { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-HL6Mbp5uF9O { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-HL6Mbp5uF9O { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-HL6Mbp5uF9O { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } }

 @media (max-width: 639px) { .gp-component-id-4sOlDDJ15Wq[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-4sOlDDJ15Wq[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-4sOlDDJ15Wq[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-4sOlDDJ15Wq[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (min-width: 1200px) { .gp-component-id-4sOlDDJ15Wq[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } }

 @media (max-width: 639px) { .gp-component-id-UE4XN0oBPD1[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UE4XN0oBPD1[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UE4XN0oBPD1[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UE4XN0oBPD1[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-UE4XN0oBPD1[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } }

 @media (max-width: 639px) { .gp-component-id-G4TwK7Ym0Te[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G4TwK7Ym0Te[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G4TwK7Ym0Te[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G4TwK7Ym0Te[data-gp-component] { margin-bottom: 15px; } } @media (min-width: 1200px) { .gp-component-id-G4TwK7Ym0Te[data-gp-component] { margin-bottom: 15px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-5p_WWKf8HI { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-5p_WWKf8HI { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-5p_WWKf8HI { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-5p_WWKf8HI { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-5p_WWKf8HI { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } }

 @media (max-width: 639px) { .gp-component-id-HvEjWYwbYW[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HvEjWYwbYW[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HvEjWYwbYW[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HvEjWYwbYW[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (min-width: 1200px) { .gp-component-id-HvEjWYwbYW[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } }

 @media (max-width: 639px) { .gp-component-id-wSCgPkPj72[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wSCgPkPj72[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wSCgPkPj72[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wSCgPkPj72[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-wSCgPkPj72[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } }

 @media (max-width: 639px) { .gp-component-id-Np9zhzGeJp[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Np9zhzGeJp[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Np9zhzGeJp[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Np9zhzGeJp[data-gp-component] { margin-bottom: 15px; } } @media (min-width: 1200px) { .gp-component-id-Np9zhzGeJp[data-gp-component] { margin-bottom: 15px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-JWFroECdvO { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-JWFroECdvO { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-JWFroECdvO { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-JWFroECdvO { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-JWFroECdvO { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } }

 @media (max-width: 639px) { .gp-component-id-xurSnm2LK2[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-xurSnm2LK2[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-xurSnm2LK2[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-xurSnm2LK2[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (min-width: 1200px) { .gp-component-id-xurSnm2LK2[data-gp-component] { background-color: rgba(255, 255, 255, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } }

 @media (max-width: 639px) { .gp-component-id-vTB00B4KIe[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vTB00B4KIe[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vTB00B4KIe[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vTB00B4KIe[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-vTB00B4KIe[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } }

 @media (max-width: 639px) { .gp-component-id-78HKwA542W[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-78HKwA542W[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-78HKwA542W[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-78HKwA542W[data-gp-component] { margin-bottom: 15px; } } @media (min-width: 1200px) { .gp-component-id-78HKwA542W[data-gp-component] { margin-bottom: 15px; } }

 @media (max-width: 639px) { [data-gp-text] .gp-component-id-4xZIXDTHS3 { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-4xZIXDTHS3 { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-4xZIXDTHS3 { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-4xZIXDTHS3 { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-4xZIXDTHS3 { color: rgb(166, 162, 157);margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px; } }

 @media (max-width: 639px) { .gp-component-id-fBq9mwA2mq[data-gp-component] { background-color: rgba(256, 256, 256, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fBq9mwA2mq[data-gp-component] { background-color: rgba(256, 256, 256, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fBq9mwA2mq[data-gp-component] { background-color: rgba(256, 256, 256, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fBq9mwA2mq[data-gp-component] { background-color: rgba(256, 256, 256, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } } @media (min-width: 1200px) { .gp-component-id-fBq9mwA2mq[data-gp-component] { background-color: rgba(256, 256, 256, 0);padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 16px; } }

 @media (max-width: 639px) { .gp-component-id-tfOaYW0edB[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tfOaYW0edB[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tfOaYW0edB[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tfOaYW0edB[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } } @media (min-width: 1200px) { .gp-component-id-tfOaYW0edB[data-gp-component] { font-size: 20px !important;font-weight: 700 !important;color: rgb(246, 240, 230);background-color: rgba(255, 255, 255, 0);margin-bottom: 8px;padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;display: block;cursor: pointer; } }

 @media (max-width: 639px) { .gp-component-id-aL0JV1cd1e[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-aL0JV1cd1e[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-aL0JV1cd1e[data-gp-component] { margin-bottom: 15px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-aL0JV1cd1e[data-gp-component] { margin-bottom: 15px; } } @media (min-width: 1200px) { .gp-component-id-aL0JV1cd1e[data-gp-component] { margin-bottom: 15px; } }

 @media (max-width: 639px) { .gp-component-id-LHMaojH0e[data-gp-component] { margin-bottom: 0px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LHMaojH0e[data-gp-component] { margin-bottom: 0px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LHMaojH0e[data-gp-component] { margin-bottom: 0px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LHMaojH0e[data-gp-component] { margin-bottom: 0px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } } @media (min-width: 1200px) { .gp-component-id-LHMaojH0e[data-gp-component] { margin-bottom: 0px;padding-bottom: 90px;min-height: 50px;position: relative;z-index: auto; } }

