 body { font-family: Roboto } /* Summit Badge Neon Effect */
.summit-badge { display: inline-block; padding: 8px 18px; font-size: 14px; font-weight: 600; color: #00ffcc; /* Neon text */ border: 1px solid transparent; border-radius: 9999px; /* pill shape */ background: linear-gradient(#0a0a1f, #0a0a1f) padding-box, linear-gradient(90deg, #39c5f3, #9b59ff) border-box; box-shadow: 0 0 10px rgba(57,197,243,0.6), 0 0 20px rgba(155,89,255,0.6); letter-spacing: 0.5px; text-transform: uppercase; transition: all 0.3s ease;
}
/* Hover Glow */
.summit-badge:hover { color: #ffffff; box-shadow: 0 0 15px rgba(57,197,243,0.9), 0 0 25px rgba(155,89,255,0.9), 0 0 35px rgba(57,197,243,0.7);
}
/* Summit CTA Button */
.summit-btn { background: linear-gradient(90deg, #39c5f3 0%, #9b59ff 100%); color: #fff !important; font-weight: 600; border: none; border-radius: 10px; padding: 14px 28px; font-size: 16px; cursor: pointer; box-shadow: 0 0 15px rgba(155, 89, 255, 0.6), 0 0 25px rgba(57, 197, 243, 0.6); transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px;
}
/* Hover effect */
.summit-btn:hover { transform: scale(1.05); box-shadow: 0 0 20px rgba(155, 89, 255, 0.9), 0 0 35px rgba(57, 197, 243, 0.9); background: linear-gradient(90deg, #47e4ff 0%, #b07bff 100%);
}
/* Summit Location Tag */
.summit-tag { display: inline-block; padding: 6px 14px; border-radius: 20px; background: rgba(20, 25, 40, 0.85); /* semi-transparent dark */ color: #fff; font-size: 15px; font-weight: 500; border: 1px solid rgba(57, 197, 243, 0.5); /* glowing border */ box-shadow: 0 0 10px rgba(57, 197, 243, 0.6); backdrop-filter: blur(6px); /* frosted glass effect */ text-align: center; cursor: default; transition: all 0.3s ease;
}
/* Hover effect */
.summit-tag:hover { transform: scale(1.05); box-shadow: 0 0 18px rgba(57, 197, 243, 0.9); border-color: rgba(155, 89, 255, 0.7);
}
/* Gradient Text for FUTURE OF AI */
.gradient-title { font-weight: 800; font-size: 48px; /* adjust size */ background: linear-gradient(90deg, #39c5f3 0%, #9b59ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; letter-spacing: 1px; text-transform: uppercase;
}
/* Deep navy base prevents washout */
.ai-grid-section{ position:relative; background-color:#070F1F; /* base */ background-image:none !important; /* ignore GP background UI */ padding:80px 20px; overflow:hidden; isolation:isolate; /* blends only inside this section */ color:#fff;
}
/* Subtle grid (cool-blue, darker than before) */
.ai-grid-section::before{ content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(100,160,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(100,160,255,.05) 1px, transparent 1px); background-size:48px 48px; /* change to 40/60 to taste */ pointer-events:none; z-index:0; opacity:.9;
}
/* Controlled color glows + vignette */
.ai-grid-section::after{ content:""; position:absolute; inset:-20% -10% -30% -10%; background: radial-gradient(60% 55% at 50% -10%, rgba(123,53,255,.28) 0%, rgba(123,53,255,0) 60%), /* top purple */ radial-gradient(50% 45% at 85% 100%, rgba(255,33,169,.16) 0%, rgba(255,33,169,0) 55%), /* bottom-right magenta */ radial-gradient(50% 45% at 10% 95%, rgba(0,195,255,.14) 0%, rgba(0,195,255,0) 55%), /* bottom-left cyan */ linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 70%, rgba(0,0,0,.55) 100%); /* vignette */ pointer-events:none; z-index:0;
}
/* Keep your content above the effects */
.ai-grid-section > *{ position:relative; z-index:1; }
/* Bottom purple aura glow */
.aura-box { position: relative; z-index: 1; /* keep above section background */
}
.aura-box::after { content: ""; position: absolute; left: 50%; bottom: -40px; /* distance below box */ transform: translateX(-50%); width: 80%; height: 120px; background: radial-gradient(ellipse at center, rgba(180, 50, 255, 0.35) 0%, rgba(180, 50, 255, 0) 70%); filter: blur(50px); pointer-events: none; z-index: -1;
}
/* Gradient outlined feature card */
.feature-outline { position: relative; border-radius: 16px; padding: 28px 22px; background: radial-gradient(90% 120% at 10% 10%, rgba(0, 212, 255, .08) 0%, rgba(0,0,0,0) 40%), radial-gradient(90% 120% at 90% 0%, rgba(255, 120, 220, .08) 0%, rgba(0,0,0,0) 45%), radial-gradient(90% 120% at 50% 100%, rgba(110, 255, 190, .08) 0%, rgba(0,0,0,0) 45%), #fff; /* base background */ box-shadow: 0 4px 18px rgba(0,0,0,.06); color: #0b1b2b;
}
/* Gradient border effect */
.feature-outline::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; /* thickness of outline */ background: linear-gradient(135deg, #39c5f3, #35e6bd 35%, #9b59ff 100%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; opacity: 0.9;
}
/* Headings inside */
.feature-outline h4 { font-size: 20px; font-weight: 800; margin: 0 0 10px;
}
/* Paragraphs inside */
.feature-outline p { color: #324b63; line-height: 1.55; margin: 0 0 14px;
}
/* Optional tag style (bottom) */
.feature-outline .tag { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #39c489; text-transform: uppercase;
}
.feature-outline .tag::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #39c489; box-shadow: 0 0 6px rgba(57,196,137,.6);
}
/* ===== Shared Agenda Card Style ===== */
.agenda-card { position: relative; border-radius: 16px; padding: 28px; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.06); overflow: hidden;
}
/* Soft gradient wash */
.agenda-card::before { content:""; position:absolute; inset:0; border-radius: inherit; background: radial-gradient(90% 120% at 10% 10%, rgba(0, 212, 255, 0.06) 0%, rgba(0,0,0,0) 50%), radial-gradient(90% 120% at 90% 10%, rgba(255, 120, 220, 0.06) 0%, rgba(0,0,0,0) 50%); z-index: 0;
}
/* Gradient outline */
.agenda-card::after { content:""; position:absolute; inset:0; border-radius:inherit; padding:1px; background: linear-gradient(135deg, #39c5f3, #9b59ff); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events:none; opacity:.7;
}
/* Keep text above backgrounds */
.agenda-card * { position: relative; z-index: 1; }
/* ===== Variants ===== */
/* Morning (green theme) */
.agenda-am::before { background: radial-gradient(90% 120% at 15% 15%, rgba(57,196,137,.08) 0%, rgba(0,0,0,0) 50%), radial-gradient(90% 120% at 85% 0%, rgba(47,216,255,.08) 0%, rgba(0,0,0,0) 50%);
}
.agenda-am::after { background: linear-gradient(135deg, #39c489, #2fd8ff);
}
/* Afternoon (orange theme) */
.agenda-pm::before { background: radial-gradient(90% 120% at 15% 15%, rgba(255,158,61,.08) 0%, rgba(0,0,0,0) 50%), radial-gradient(90% 120% at 85% 0%, rgba(255,33,169,.06) 0%, rgba(0,0,0,0) 50%);
}
.agenda-pm::after { background: linear-gradient(135deg, #ff9e3d, #ff6a3d);
}
/* === Brand Gradient Highlight (Orange-Yellow) === */
.gradient-highlight { background: linear-gradient(90deg, #F26419 0%, #F6AE2D 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; font-weight: 700;
}
.day-one-circle { background: linear-gradient(135deg, #0EA765, #A5E39F); box-shadow: 0 5px 15px rgba(14, 167, 101, 0.2);
}
.day-two-circle { background: linear-gradient(135deg, #FF7A18, #FFA94D); box-shadow: 0 5px 15px rgba(255, 122, 24, 0.25);
}
.day-three-circle { background: linear-gradient(135deg, #00C8A1, #7BE0C1); box-shadow: 0 5px 15px rgba(0, 200, 161, 0.25);
}
.day-one-circle, .day-two-circle, .day-three-circle { color: #fff; text-align: center; font-weight: 700; font-family: 'Inter', sans-serif; width: 70px; height: 70px; border-radius: 50%; display: flex; justify-content: center; align-items: center;
} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } @media (max-width: 639px) { .global-style-8vNV0FiUk { font-size: 26px !important;font-weight: 700;color: rgb(220, 24, 24);text-align: center;font-family: Oswald !important;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-8vNV0FiUk { font-size: 32px !important;font-weight: 700;color: rgb(220, 24, 24);text-align: center;font-family: Oswald !important;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-8vNV0FiUk { font-size: 32px !important;font-weight: 700;color: rgb(220, 24, 24);text-align: center;font-family: Oswald !important;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-8vNV0FiUk { font-size: 32px !important;font-weight: 700;color: rgb(220, 24, 24);text-align: center;font-family: Oswald !important;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .global-style-8vNV0FiUk { font-size: 32px !important;font-weight: 700;color: rgb(220, 24, 24);text-align: center;font-family: Oswald !important;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 639px) { .global-style-BN9t060Jf { font-size: 26px !important;font-weight: 700 !important;color: rgba(220, 24, 24, 1);margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-BN9t060Jf { font-size: inherit;font-weight: 700;color: rgba(220, 24, 24, 1);margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-BN9t060Jf { font-size: inherit;font-weight: 700;color: rgba(220, 24, 24, 1);margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-BN9t060Jf { font-size: inherit;font-weight: 700;color: rgba(220, 24, 24, 1);margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (min-width: 1200px) { .global-style-BN9t060Jf { font-size: inherit;font-weight: 700;color: rgba(220, 24, 24, 1);margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px;overflow-wrap: break-word; } } @media (max-width: 639px) { .global-style-xJPBWpN9_ { font-size: 35px !important;color: rgb(57, 196, 137);text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-xJPBWpN9_ { font-size: 35px !important;color: rgb(57, 196, 137);text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-xJPBWpN9_ { font-size: 35px !important;color: rgb(57, 196, 137);text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-xJPBWpN9_ { font-size: 35px !important;color: rgb(57, 196, 137);text-align: center; } } @media (min-width: 1200px) { .global-style-xJPBWpN9_ { font-size: 35px !important;color: rgb(57, 196, 137);text-align: center; } } @media (max-width: 639px) { .global-style-oH8pJkpaF { font-size: 20px !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-oH8pJkpaF { font-size: 20px !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-oH8pJkpaF { font-size: 20px !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-oH8pJkpaF { font-size: 20px !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px; } } @media (min-width: 1200px) { .global-style-oH8pJkpaF { font-size: 20px !important;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px; } } @media (max-width: 639px) { .global-style-B2Ill1i_D { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 18px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .global-style-B2Ill1i_D { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 18px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .global-style-B2Ill1i_D { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 18px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .global-style-B2Ill1i_D { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 18px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .global-style-B2Ill1i_D { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 18px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-Y4wS0ZySM[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 15px;width: 83%;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-Y4wS0ZySM[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 15px;width: 83%;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-Y4wS0ZySM[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 15px;width: 83%;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-Y4wS0ZySM[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 15px;width: 83%;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-Y4wS0ZySM[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 15px;width: 83%;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-ZLy3uj2KD[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 0px;width: 89%;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-ZLy3uj2KD[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 0px;width: 89%;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-ZLy3uj2KD[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 0px;width: 89%;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-ZLy3uj2KD[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 0px;width: 89%;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-ZLy3uj2KD[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 0px;width: 89%;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-vOJ1mPk97.gp-component > [data-section-overlay] { position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } @media (max-width: 639px) { .gp-component-id-vOJ1mPk97.gp-component > [data-section-overlay] { background-color: rgb(240, 242, 244);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vOJ1mPk97.gp-component > [data-section-overlay] { background-color: rgb(240, 242, 244);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vOJ1mPk97.gp-component > [data-section-overlay] { background-color: rgb(240, 242, 244);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vOJ1mPk97.gp-component > [data-section-overlay] { background-color: rgb(240, 242, 244);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (min-width: 1200px) { .gp-component-id-vOJ1mPk97.gp-component > [data-section-overlay] { background-color: rgb(240, 242, 244);position: absolute;bottom: 0px;top: 0px;left: 0px;right: 0px; } } @media (max-width: 639px) { .gp-component-id-gLzwBTWhQ9[data-gp-component] { margin-bottom: 60px;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-gLzwBTWhQ9[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-gLzwBTWhQ9[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-gLzwBTWhQ9[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-gLzwBTWhQ9[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-3kvoTuVUQG { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-3kvoTuVUQG { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;line-height: 1;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3kvoTuVUQG { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;line-height: 1;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3kvoTuVUQG { margin-left: -100px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;line-height: 1;text-align: left;color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3kvoTuVUQG { margin-left: -100px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;line-height: 1.25;text-align: left;color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-3kvoTuVUQG { margin-left: -186px;margin-bottom: 20px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important;line-height: 1;text-align: left;color: rgb(32, 45, 60); } } .gp-component-id-hRJ4wdcPI { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-hRJ4wdcPI { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hRJ4wdcPI { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hRJ4wdcPI { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hRJ4wdcPI { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-hRJ4wdcPI { flex-direction: column;display: flex; } } .gp-component-id-V2Laij61Y7 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-V2Laij61Y7 { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 25px !important;line-height: 1;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-V2Laij61Y7 { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 30px !important;line-height: 1;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-V2Laij61Y7 { margin-left: -100px;margin-bottom: 10px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 30px !important;line-height: 1;text-align: left;color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-V2Laij61Y7 { margin-left: -100px;margin-bottom: 10px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 30px !important;line-height: 1;text-align: left;color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-V2Laij61Y7 { margin-left: -186px;margin-bottom: 10px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 30px !important;line-height: 1;text-align: left;color: rgb(32, 45, 60); } } .gp-component-id-fR2mlMoKS { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-fR2mlMoKS { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fR2mlMoKS { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fR2mlMoKS { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fR2mlMoKS { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-fR2mlMoKS { flex-direction: column;display: flex; } } .gp-component-id-nBfxUbC1jC { width: 100%;height: 100%; } @media (max-width: 639px) { .gp-component-id-nBfxUbC1jC { width: 100%;height: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nBfxUbC1jC { width: 100%;height: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nBfxUbC1jC { width: 100%;height: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nBfxUbC1jC { width: 100%;height: 100%; } } @media (min-width: 1200px) { .gp-component-id-nBfxUbC1jC { width: 100%;height: 100%; } } .gp-component-id-YmyufVV8Yx { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-YmyufVV8Yx { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YmyufVV8Yx { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YmyufVV8Yx { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YmyufVV8Yx { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-YmyufVV8Yx { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-uw9enOHBG { 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-uw9enOHBG { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 45%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-uw9enOHBG { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 30%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-uw9enOHBG { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 45%;padding-left: 0px;margin-left: 40px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-uw9enOHBG { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 45%;padding-left: 0px;margin-left: 40px; } } @media (min-width: 1200px) { .gp-component-id-uw9enOHBG { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 30%; } } @media (max-width: 639px) { .gp-component-id-Z5lAPR5QCX { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;padding-bottom: 10px;padding-top: 10px;padding-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Z5lAPR5QCX { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%;padding-bottom: 0px;padding-top: 10px;padding-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Z5lAPR5QCX { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%;padding-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Z5lAPR5QCX { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;padding-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-Z5lAPR5QCX { display: flex;align-items: flex-start;justify-content: center;flex-direction: column;height: 100%;width: 100%;padding-left: 0px;margin-left: 70px; } } .gp-component-id-2T9Q0f_F3O { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-2T9Q0f_F3O { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2T9Q0f_F3O { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2T9Q0f_F3O { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2T9Q0f_F3O { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-2T9Q0f_F3O { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-6ToeKklLR { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-6ToeKklLR { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6ToeKklLR { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6ToeKklLR { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6ToeKklLR { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-6ToeKklLR { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 639px) { .gp-component-id-daGy6ajE7 { width: 100%;padding-right: 8px;padding-left: 0px;margin-top: 30px;margin-right: 0px;margin-left: 0px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;background-color: rgb(253, 244, 216);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-right-radius: 18px;border-top-left-radius: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-daGy6ajE7 { width: 100%;padding-right: 8px;padding-left: 0px;margin-top: 30px;margin-right: 0px;margin-left: 0px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;background-color: rgb(253, 244, 216);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-right-radius: 18px;border-top-left-radius: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-daGy6ajE7 { width: 100%;padding-right: 8px;padding-left: 0px;margin-top: 30px;margin-right: 0px;margin-left: 0px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;background-color: rgb(253, 244, 216);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-right-radius: 18px;border-top-left-radius: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-daGy6ajE7 { width: 100%;padding-right: 8px;padding-left: 0px;margin-top: 30px;margin-right: 0px;margin-left: 0px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;background-color: rgb(253, 244, 216);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-right-radius: 18px;border-top-left-radius: 18px; } } @media (min-width: 1200px) { .gp-component-id-daGy6ajE7 { width: 100%;padding-bottom: 20px;padding-top: 20px;padding-right: 8px;padding-left: 0px;margin-top: 30px;margin-right: 0px;margin-left: 0px;box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;background-color: rgb(253, 244, 216);border-bottom-width: 0px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-right-radius: 18px;border-top-left-radius: 18px; } } .gp-component-id-ULFAQanFkU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-ULFAQanFkU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 16px !important;line-height: 1;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ULFAQanFkU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 18px !important;line-height: 1;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ULFAQanFkU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 18px !important;line-height: 1;text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ULFAQanFkU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 18px !important;line-height: 1;text-align: center; } } @media (min-width: 1200px) { .gp-component-id-ULFAQanFkU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 18px !important;line-height: 1;text-align: center; } } .gp-component-id-0g4Ug5is0 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-0g4Ug5is0 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0g4Ug5is0 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0g4Ug5is0 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0g4Ug5is0 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0g4Ug5is0 { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-w8IeAE0UYfb { font-size: 16px !important;text-align: inherit;font-weight: 400 !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-w8IeAE0UYfb { font-size: 16px !important;text-align: inherit;font-weight: 400 !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-w8IeAE0UYfb { font-size: 16px !important;text-align: inherit;font-weight: 400 !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-w8IeAE0UYfb { font-size: 16px !important;text-align: inherit;font-weight: 400 !important; } } @media (min-width: 1200px) { .gp-component-id-w8IeAE0UYfb { font-size: 16px !important;text-align: inherit;font-weight: 400 !important; } } .gp-component-id-OztPF5y3gmC { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: transparent;color: inherit; } @media (max-width: 639px) { .gp-component-id-OztPF5y3gmC { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(24, 205, 94);color: rgb(0, 0, 0);font-weight: 900 !important;font-size: 21px !important;display: inline-flex;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 16px;padding-left: 16px;border-bottom-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-left-color: rgb(11, 91, 42);border-bottom-width: 4px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;text-align: center; } .gp-component-id-OztPF5y3gmC:hover,.gp-component-id-OztPF5y3gmC.gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-OztPF5y3gmC:active,.gp-component-id-OztPF5y3gmC.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OztPF5y3gmC { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(24, 205, 94);color: rgb(0, 0, 0);font-weight: 900 !important;font-size: 26px !important;display: inline-flex;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 16px;padding-left: 16px;border-bottom-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-left-color: rgb(11, 91, 42);border-bottom-width: 4px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;text-align: center; } .gp-component-id-OztPF5y3gmC:hover,.gp-component-id-OztPF5y3gmC.gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-OztPF5y3gmC:active,.gp-component-id-OztPF5y3gmC.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OztPF5y3gmC { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(24, 205, 94);color: rgb(0, 0, 0);font-weight: 900 !important;font-size: 22px !important;display: inline-flex;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 16px;padding-left: 16px;border-bottom-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-left-color: rgb(11, 91, 42);border-bottom-width: 4px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;text-align: center; } .gp-component-id-OztPF5y3gmC:hover,.gp-component-id-OztPF5y3gmC.gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-OztPF5y3gmC:active,.gp-component-id-OztPF5y3gmC.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OztPF5y3gmC { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(24, 205, 94);color: rgb(0, 0, 0);font-weight: 900 !important;font-size: 20px !important;display: inline-flex;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 16px;padding-left: 16px;border-bottom-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-left-color: rgb(11, 91, 42);border-bottom-width: 4px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;text-align: center; } .gp-component-id-OztPF5y3gmC:hover,.gp-component-id-OztPF5y3gmC.gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-OztPF5y3gmC:active,.gp-component-id-OztPF5y3gmC.gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-OztPF5y3gmC { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(24, 205, 94);color: rgb(0, 0, 0);font-weight: 900 !important;font-size: 24px !important;display: inline-flex;width: 90%;padding-bottom: 8px;padding-top: 8px;padding-right: 0px;padding-left: 0px;border-bottom-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-left-color: rgb(11, 91, 42);border-bottom-width: 4px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;text-align: center; } .gp-component-id-OztPF5y3gmC:hover,.gp-component-id-OztPF5y3gmC.gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-OztPF5y3gmC:active,.gp-component-id-OztPF5y3gmC.gp-active { background-color: rgb(32, 45, 60); } } .gp-component-id-cBXwg0M0Un { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-cBXwg0M0Un { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cBXwg0M0Un { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cBXwg0M0Un { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cBXwg0M0Un { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-cBXwg0M0Un { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } .gp-component-id-c1m4iAZXF { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-c1m4iAZXF { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-c1m4iAZXF { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-c1m4iAZXF { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-c1m4iAZXF { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-c1m4iAZXF { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-qa403QTu20 { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qa403QTu20 { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qa403QTu20 { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qa403QTu20 { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-qa403QTu20 { display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100%;width: 100%; } } .gp-component-id-N70k0Y8ueF { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-N70k0Y8ueF { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-N70k0Y8ueF { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-N70k0Y8ueF { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-N70k0Y8ueF { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-N70k0Y8ueF { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 639px) { .gp-component-id-DjXjD0gQtk { font-weight: 400 !important;font-size: 16px !important;text-align: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DjXjD0gQtk { font-weight: 400 !important;font-size: 16px !important;text-align: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DjXjD0gQtk { font-weight: 400 !important;font-size: 16px !important;text-align: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DjXjD0gQtk { font-weight: 400 !important;font-size: 16px !important;text-align: inherit; } } @media (min-width: 1200px) { .gp-component-id-DjXjD0gQtk { font-weight: 400 !important;font-size: 16px !important;text-align: inherit; } } .gp-component-id-UnRAH53qT_ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: transparent;color: inherit; } @media (max-width: 639px) { .gp-component-id-UnRAH53qT_ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(255, 204, 36);color: rgb(0, 0, 0);font-weight: 900 !important;font-size: 21px !important;display: inline-flex;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 16px;padding-left: 16px;border-bottom-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-left-color: rgb(11, 91, 42);border-bottom-width: 4px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;text-align: center; } .gp-component-id-UnRAH53qT_:hover,.gp-component-id-UnRAH53qT_.gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-UnRAH53qT_:active,.gp-component-id-UnRAH53qT_.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UnRAH53qT_ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(255, 204, 36);color: rgb(0, 0, 0);font-weight: 900 !important;font-size: 26px !important;display: inline-flex;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 16px;padding-left: 16px;border-bottom-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-left-color: rgb(11, 91, 42);border-bottom-width: 4px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;text-align: center; } .gp-component-id-UnRAH53qT_:hover,.gp-component-id-UnRAH53qT_.gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-UnRAH53qT_:active,.gp-component-id-UnRAH53qT_.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UnRAH53qT_ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(255, 204, 36);color: rgb(0, 0, 0);font-weight: 900 !important;font-size: 22px !important;display: inline-flex;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 16px;padding-left: 16px;border-bottom-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-left-color: rgb(11, 91, 42);border-bottom-width: 4px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;text-align: center; } .gp-component-id-UnRAH53qT_:hover,.gp-component-id-UnRAH53qT_.gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-UnRAH53qT_:active,.gp-component-id-UnRAH53qT_.gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UnRAH53qT_ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(255, 204, 36);color: rgb(0, 0, 0);font-weight: 900 !important;font-size: 20px !important;display: inline-flex;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-right: 16px;padding-left: 16px;border-bottom-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-left-color: rgb(11, 91, 42);border-bottom-width: 4px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;text-align: center; } .gp-component-id-UnRAH53qT_:hover,.gp-component-id-UnRAH53qT_.gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-UnRAH53qT_:active,.gp-component-id-UnRAH53qT_.gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-UnRAH53qT_ { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;align-items: center;cursor: pointer;background-color: rgb(255, 204, 36);color: rgb(0, 0, 0);font-weight: 900 !important;font-size: 26px !important;display: inline-flex;width: 80%;padding-bottom: 8px;padding-top: 8px;padding-right: 16px;padding-left: 16px;border-bottom-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-left-color: rgb(11, 91, 42);border-bottom-width: 4px;border-top-width: 0px;border-right-width: 0px;border-left-width: 0px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;text-align: center; } .gp-component-id-UnRAH53qT_:hover,.gp-component-id-UnRAH53qT_.gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-UnRAH53qT_:active,.gp-component-id-UnRAH53qT_.gp-active { background-color: rgb(32, 45, 60); } } .gp-component-id-te2scMsqkt { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-te2scMsqkt { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-te2scMsqkt { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-te2scMsqkt { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-te2scMsqkt { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-te2scMsqkt { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } .gp-component-id-N4bG20id2 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-N4bG20id2 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-N4bG20id2 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-N4bG20id2 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-N4bG20id2 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-N4bG20id2 { flex-direction: column;display: flex; } } .gp-component-id-z06JAp6EiE { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } @media (max-width: 639px) { .gp-component-id-z06JAp6EiE { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-z06JAp6EiE { padding-left: 8px;width: 100%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-z06JAp6EiE { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-z06JAp6EiE { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } @media (min-width: 1200px) { .gp-component-id-z06JAp6EiE { padding-left: 8px;width: 50%;padding-right: 8px;flex-grow: 0;flex-shrink: 0;flex-basis: auto; } } .gp-component-id-7jTrnycxo { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } @media (max-width: 639px) { .gp-component-id-7jTrnycxo { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7jTrnycxo { margin-left: -8px;margin-right: -8px;flex-wrap: wrap; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7jTrnycxo { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7jTrnycxo { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } @media (min-width: 1200px) { .gp-component-id-7jTrnycxo { margin-left: -8px;margin-right: -8px;flex-wrap: wrap;display: flex; } } .gp-component-id-wU01H4qC2 { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-wU01H4qC2 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wU01H4qC2 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wU01H4qC2 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wU01H4qC2 { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-wU01H4qC2 { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-mjTUOO_o_Uw { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-mjTUOO_o_Uw { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mjTUOO_o_Uw { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mjTUOO_o_Uw { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mjTUOO_o_Uw { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-mjTUOO_o_Uw { overflow-wrap: break-word; } } .gp-component-id-hZwJtz1AFAq { font-weight: bolder;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-hZwJtz1AFAq { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hZwJtz1AFAq { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hZwJtz1AFAq { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hZwJtz1AFAq { font-weight: bolder;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-hZwJtz1AFAq { font-weight: bolder;overflow-wrap: break-word; } } .gp-component-id-DDl63cPUFT { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-DDl63cPUFT { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DDl63cPUFT { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DDl63cPUFT { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DDl63cPUFT { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-DDl63cPUFT { margin-left: 0px;margin-bottom: 30px;margin-right: 0px;margin-top: 30px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.25;text-align: center;color: rgb(32, 45, 60); } } .gp-component-id-JLYuQia05 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-JLYuQia05 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JLYuQia05 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JLYuQia05 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JLYuQia05 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-JLYuQia05 { flex-direction: column;display: flex; } } .gp-component-id-JuCPZO74RBU { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-JuCPZO74RBU { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-JuCPZO74RBU { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-JuCPZO74RBU { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-JuCPZO74RBU { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-JuCPZO74RBU { overflow-wrap: break-word; } } .gp-component-id-E4Cxl7v63sK { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-E4Cxl7v63sK { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-E4Cxl7v63sK { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-E4Cxl7v63sK { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-E4Cxl7v63sK { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-E4Cxl7v63sK { overflow-wrap: break-word; } } .gp-component-id-Y3qMFE_lRwN { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-Y3qMFE_lRwN { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Y3qMFE_lRwN { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Y3qMFE_lRwN { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Y3qMFE_lRwN { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-Y3qMFE_lRwN { overflow-wrap: break-word; } } .gp-component-id-Tp2EmGUMSD0 { font-weight: bolder;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-Tp2EmGUMSD0 { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Tp2EmGUMSD0 { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Tp2EmGUMSD0 { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Tp2EmGUMSD0 { font-weight: bolder;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-Tp2EmGUMSD0 { font-weight: bolder;overflow-wrap: break-word; } } .gp-component-id-I1loHulXSp { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-I1loHulXSp { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-I1loHulXSp { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-I1loHulXSp { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-I1loHulXSp { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } @media (min-width: 1200px) { .gp-component-id-I1loHulXSp { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } .gp-component-id-ZmG7D5amdJ { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-ZmG7D5amdJ { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ZmG7D5amdJ { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ZmG7D5amdJ { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ZmG7D5amdJ { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ZmG7D5amdJ { flex-direction: column;display: flex; } } .gp-component-id-d5FJ961TsT { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-d5FJ961TsT { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-d5FJ961TsT { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-d5FJ961TsT { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-d5FJ961TsT { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-d5FJ961TsT { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 639px) { .gp-component-id-VlY_UMJ1Z { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VlY_UMJ1Z { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VlY_UMJ1Z { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VlY_UMJ1Z { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-VlY_UMJ1Z { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } .gp-component-id-jwblTS4Hpe { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-jwblTS4Hpe { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jwblTS4Hpe { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jwblTS4Hpe { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jwblTS4Hpe { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } @media (min-width: 1200px) { .gp-component-id-jwblTS4Hpe { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } .gp-component-id-lvGdz1ZFpp { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-lvGdz1ZFpp { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-lvGdz1ZFpp { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-lvGdz1ZFpp { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-lvGdz1ZFpp { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-lvGdz1ZFpp { flex-direction: column;display: flex; } } .gp-component-id-phJmolWAz6 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-phJmolWAz6 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-phJmolWAz6 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-phJmolWAz6 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-phJmolWAz6 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-phJmolWAz6 { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 639px) { .gp-component-id-oYAF3Ul4Y { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oYAF3Ul4Y { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oYAF3Ul4Y { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oYAF3Ul4Y { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-oYAF3Ul4Y { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } .gp-component-id-hEu3H59ZPU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-hEu3H59ZPU { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hEu3H59ZPU { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hEu3H59ZPU { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hEu3H59ZPU { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } @media (min-width: 1200px) { .gp-component-id-hEu3H59ZPU { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } .gp-component-id-vPInWvjyLQ { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-vPInWvjyLQ { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vPInWvjyLQ { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vPInWvjyLQ { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vPInWvjyLQ { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-vPInWvjyLQ { flex-direction: column;display: flex; } } .gp-component-id-Y5tyc4okrW { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-Y5tyc4okrW { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Y5tyc4okrW { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Y5tyc4okrW { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Y5tyc4okrW { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-Y5tyc4okrW { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 639px) { .gp-component-id-2AfpKr4TX { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2AfpKr4TX { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2AfpKr4TX { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2AfpKr4TX { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-2AfpKr4TX { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } .gp-component-id-pWWpDuu45r { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-pWWpDuu45r { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 18px !important; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pWWpDuu45r { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pWWpDuu45r { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pWWpDuu45r { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } @media (min-width: 1200px) { .gp-component-id-pWWpDuu45r { margin-left: 4px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-size: 22px !important; } } .gp-component-id-V4hbPynGFT { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-V4hbPynGFT { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-V4hbPynGFT { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-V4hbPynGFT { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-V4hbPynGFT { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-V4hbPynGFT { flex-direction: column;display: flex; } } .gp-component-id-OmH7z3Ccwf { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 48px;cursor: pointer;background-color: transparent;color: inherit;display: inline-block; } @media (max-width: 639px) { .gp-component-id-OmH7z3Ccwf { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OmH7z3Ccwf { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OmH7z3Ccwf { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OmH7z3Ccwf { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-OmH7z3Ccwf { text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;line-height: 1;font-size: 32px !important;cursor: pointer;background-color: transparent;color: rgb(57, 196, 137);display: inline-block; } } @media (max-width: 639px) { .gp-component-id-Ekc5lZ4QJ { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ekc5lZ4QJ { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ekc5lZ4QJ { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ekc5lZ4QJ { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (min-width: 1200px) { .gp-component-id-Ekc5lZ4QJ { display: flex;align-items: flex-start;margin-bottom: 15px;color: rgb(32, 45, 60);font-size: 18px; } } @media (max-width: 639px) { .gp-component-id-l91cCvLw02 { width: 100%;padding-right: 0px;padding-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l91cCvLw02 { width: 100%;padding-right: 0px;padding-left: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l91cCvLw02 { width: 100%;padding-right: 0px;padding-left: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l91cCvLw02 { width: 100%;padding-right: 0px;padding-left: 0px; } } @media (min-width: 1200px) { .gp-component-id-l91cCvLw02 { width: 100%;padding-right: 0px;padding-left: 0px; } } .gp-component-id-A0eCHmT7HD { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-A0eCHmT7HD { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-A0eCHmT7HD { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-A0eCHmT7HD { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-A0eCHmT7HD { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-A0eCHmT7HD { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-8mA7i7ku5 { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-8mA7i7ku5 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8mA7i7ku5 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8mA7i7ku5 { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8mA7i7ku5 { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-8mA7i7ku5 { margin-left: -8px;margin-right: -8px; } } .gp-component-id-d9TmgWBra { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-d9TmgWBra { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-d9TmgWBra { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-d9TmgWBra { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-d9TmgWBra { padding-left: 8px;width: 100%;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-d9TmgWBra { padding-left: 8px;width: 100%;padding-right: 8px; } } .gp-component-id-yjTGifv_M { 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-yjTGifv_M { 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-yjTGifv_M { 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-yjTGifv_M { 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-yjTGifv_M { 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-yjTGifv_M { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center; } } .gp-component-id-owBchajpfH { overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-owBchajpfH { overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-owBchajpfH { overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-owBchajpfH { overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-owBchajpfH { overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-owBchajpfH { overflow-wrap: break-word; } } .gp-component-id-QA7fY0KYsl { font-weight: bolder;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-QA7fY0KYsl { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QA7fY0KYsl { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QA7fY0KYsl { font-weight: bolder;overflow-wrap: break-word; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QA7fY0KYsl { font-weight: bolder;overflow-wrap: break-word; } } @media (min-width: 1200px) { .gp-component-id-QA7fY0KYsl { font-weight: bolder;overflow-wrap: break-word; } } .gp-component-id-2uax9i921R { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-2uax9i921R { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 26px !important;line-height: 1;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2uax9i921R { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 26px !important;line-height: 1;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2uax9i921R { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 26px !important;line-height: 1;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2uax9i921R { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 26px !important;line-height: 1;text-align: center;color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-2uax9i921R { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 26px !important;line-height: 1;text-align: center;color: rgb(32, 45, 60); } } .gp-component-id-yyYhO9Dp0 { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-yyYhO9Dp0 { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yyYhO9Dp0 { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yyYhO9Dp0 { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yyYhO9Dp0 { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-yyYhO9Dp0 { flex-direction: column;display: flex; } } .gp-component-id-thhvR2nr3Ah { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word; } @media (max-width: 639px) { .gp-component-id-thhvR2nr3Ah { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 18px !important;line-height: 1.5;text-align: center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-thhvR2nr3Ah { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.5;text-align: center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-thhvR2nr3Ah { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.5;text-align: center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-thhvR2nr3Ah { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.5;text-align: center; } } @media (min-width: 1200px) { .gp-component-id-thhvR2nr3Ah { margin-left: 0px;margin-bottom: 20px;margin-right: 0px;margin-top: 20px;overflow-wrap: break-word;font-size: 22px !important;line-height: 1.5;text-align: center; } } .gp-component-id-0p408JN4TKd { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-0p408JN4TKd { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0p408JN4TKd { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0p408JN4TKd { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0p408JN4TKd { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-0p408JN4TKd { flex-direction: column;display: flex; } } .gp-component-id-vTky5kdJi { 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-vTky5kdJi { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 60%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vTky5kdJi { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 60%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vTky5kdJi { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 60%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vTky5kdJi { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 60%; } } @media (min-width: 1200px) { .gp-component-id-vTky5kdJi { border-left-style: solid;border-bottom-style: solid;border-right-style: solid;border-top-style: solid;height: auto;max-width: 100%;display: inline-flex;align-items: flex-start;justify-content: flex-start;object-fit: cover;object-position: center center;width: 60%; } } .gp-component-id-Uh1HlYN0vk { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-Uh1HlYN0vk { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 22px !important;text-decoration-line: inherit;font-style: inherit !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Uh1HlYN0vk { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 22px !important;text-decoration-line: inherit;font-style: inherit !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Uh1HlYN0vk { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 22px !important;text-decoration-line: inherit;font-style: inherit !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Uh1HlYN0vk { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 22px !important;text-decoration-line: inherit;font-style: inherit !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-Uh1HlYN0vk { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: 600 !important;font-size: 22px !important;text-decoration-line: inherit;font-style: inherit !important;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(32, 45, 60); } } .gp-component-id-ADzsZ7msm { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-ADzsZ7msm { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-ADzsZ7msm { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-ADzsZ7msm { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-ADzsZ7msm { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-ADzsZ7msm { flex-direction: column;display: flex; } } .gp-component-id-SbjWa2jfU { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: inherit; } @media (max-width: 639px) { .gp-component-id-SbjWa2jfU { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 28px !important;font-style: inherit !important;text-decoration-line: inherit;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-SbjWa2jfU { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 36px !important;font-style: inherit !important;text-decoration-line: inherit;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-SbjWa2jfU { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 36px !important;font-style: inherit !important;text-decoration-line: inherit;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-SbjWa2jfU { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 36px !important;font-style: inherit !important;text-decoration-line: inherit;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } @media (min-width: 1200px) { .gp-component-id-SbjWa2jfU { margin-left: 0px;margin-bottom: 10px;margin-right: 0px;margin-top: 0px;overflow-wrap: break-word;font-weight: inherit;font-size: 36px !important;font-style: inherit !important;text-decoration-line: inherit;padding-right: 0px;padding-left: 0px;text-align: center;color: rgb(0, 0, 0); } } .gp-component-id-QzBOfkcXQ { flex-direction: column;display: flex; } @media (max-width: 639px) { .gp-component-id-QzBOfkcXQ { flex-direction: column;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QzBOfkcXQ { flex-direction: column;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QzBOfkcXQ { flex-direction: column;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QzBOfkcXQ { flex-direction: column;display: flex; } } @media (min-width: 1200px) { .gp-component-id-QzBOfkcXQ { flex-direction: column;display: flex; } } @media (max-width: 639px) { .gp-component-id-G09hs5uphQ { display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 10px;padding-left: 10px;margin-right: 0px;margin-left: 0px;border-bottom-color: rgb(57, 196, 137);border-top-color: rgb(57, 196, 137);border-right-color: rgb(57, 196, 137);border-left-color: rgb(57, 196, 137);border-bottom-width: 3px;border-top-width: 3px;border-right-width: 3px;border-left-width: 3px;border-bottom-style: dashed;border-top-style: dashed;border-right-style: dashed;border-left-style: dashed; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G09hs5uphQ { display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 49px;padding-left: 49px;margin-right: 0px;margin-left: 0px;border-bottom-color: rgb(57, 196, 137);border-top-color: rgb(57, 196, 137);border-right-color: rgb(57, 196, 137);border-left-color: rgb(57, 196, 137);border-bottom-width: 3px;border-top-width: 3px;border-right-width: 3px;border-left-width: 3px;border-bottom-style: dashed;border-top-style: dashed;border-right-style: dashed;border-left-style: dashed; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G09hs5uphQ { display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 49px;padding-left: 49px;margin-right: 0px;margin-left: 0px;border-bottom-color: rgb(57, 196, 137);border-top-color: rgb(57, 196, 137);border-right-color: rgb(57, 196, 137);border-left-color: rgb(57, 196, 137);border-bottom-width: 3px;border-top-width: 3px;border-right-width: 3px;border-left-width: 3px;border-bottom-style: dashed;border-top-style: dashed;border-right-style: dashed;border-left-style: dashed; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G09hs5uphQ { display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 49px;padding-left: 49px;margin-right: 0px;margin-left: 0px;border-bottom-color: rgb(57, 196, 137);border-top-color: rgb(57, 196, 137);border-right-color: rgb(57, 196, 137);border-left-color: rgb(57, 196, 137);border-bottom-width: 3px;border-top-width: 3px;border-right-width: 3px;border-left-width: 3px;border-bottom-style: dashed;border-top-style: dashed;border-right-style: dashed;border-left-style: dashed; } } @media (min-width: 1200px) { .gp-component-id-G09hs5uphQ { display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;padding-bottom: 30px;padding-top: 30px;padding-right: 49px;padding-left: 49px;margin-right: 0px;margin-left: 0px;border-bottom-color: rgb(57, 196, 137);border-top-color: rgb(57, 196, 137);border-right-color: rgb(57, 196, 137);border-left-color: rgb(57, 196, 137);border-bottom-width: 3px;border-top-width: 3px;border-right-width: 3px;border-left-width: 3px;border-bottom-style: dashed;border-top-style: dashed;border-right-style: dashed;border-left-style: dashed; } } .gp-component-id-flstvjFUCs { padding-right: 8px;padding-left: 8px;width: 100%; } @media (max-width: 639px) { .gp-component-id-flstvjFUCs { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-flstvjFUCs { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-flstvjFUCs { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-flstvjFUCs { padding-right: 8px;padding-left: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-flstvjFUCs { padding-right: 8px;padding-left: 8px;width: 100%; } } .gp-component-id-VoF8EIDGf { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-VoF8EIDGf { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VoF8EIDGf { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VoF8EIDGf { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VoF8EIDGf { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-VoF8EIDGf { margin-right: -8px;margin-left: -8px; } } @media (max-width: 639px) { .gp-component-id-3mx6KamZLJ { width: 100%;padding-right: 12px;padding-left: 12px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3mx6KamZLJ { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3mx6KamZLJ { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3mx6KamZLJ { width: 100%;padding-right: 8px;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-3mx6KamZLJ { width: 100%;padding-right: 8px;padding-left: 8px; } } .gp-component-id-WBAATn7ZN1 { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } @media (max-width: 639px) { .gp-component-id-WBAATn7ZN1 { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WBAATn7ZN1 { 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-WBAATn7ZN1 { 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-WBAATn7ZN1 { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-WBAATn7ZN1 { z-index: 15;position: relative;margin-left: auto;margin-right: auto;width: 100%;max-width: 1200px; } } .gp-component-id-vOJ1mPk97 { min-height: 50px;position: relative;z-index: auto; } @media (max-width: 639px) { .gp-component-id-vOJ1mPk97 { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px;padding-right: 0px;padding-left: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vOJ1mPk97 { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px;padding-right: 10px;padding-left: 10px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vOJ1mPk97 { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px;padding-right: 10px;padding-left: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vOJ1mPk97 { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px;padding-right: 100px;padding-left: 100px; } } @media (min-width: 1200px) { .gp-component-id-vOJ1mPk97 { min-height: 50px;position: relative;z-index: auto;padding-bottom: 50px;padding-top: 50px;padding-right: 350px;padding-left: 350px; } }
