 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) { [data-gp-text] .gp-component-id-3kvoTuVUQG { font-size: 18px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-3kvoTuVUQG { font-size: 18px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px;padding-left: 16px;padding-right: 16px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-3kvoTuVUQG { font-size: 18px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1;margin-left: -100px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-3kvoTuVUQG { font-size: 18px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1.25;margin-left: -100px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-3kvoTuVUQG { font-size: 18px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1;margin-left: -186px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-wxWiUgbfay[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(46, 140, 255);border-right-color: rgb(46, 140, 255);border-top-color: rgb(46, 140, 255);border-bottom-color: rgb(46, 140, 255);background-color: rgb(255, 255, 255);padding-left: 16px;padding-right: 16px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wxWiUgbfay[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(46, 140, 255);border-right-color: rgb(46, 140, 255);border-top-color: rgb(46, 140, 255);border-bottom-color: rgb(46, 140, 255);background-color: rgb(255, 255, 255);padding-left: 27px;padding-right: 27px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wxWiUgbfay[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(46, 140, 255);border-right-color: rgb(46, 140, 255);border-top-color: rgb(46, 140, 255);border-bottom-color: rgb(46, 140, 255);background-color: rgb(255, 255, 255);padding-left: 54px;padding-right: 54px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wxWiUgbfay[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(46, 140, 255);border-right-color: rgb(46, 140, 255);border-top-color: rgb(46, 140, 255);border-bottom-color: rgb(46, 140, 255);background-color: rgb(255, 255, 255);padding-left: 54px;padding-right: 54px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-wxWiUgbfay[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(46, 140, 255);border-right-color: rgb(46, 140, 255);border-top-color: rgb(46, 140, 255);border-bottom-color: rgb(46, 140, 255);background-color: rgb(255, 255, 255);padding-left: 54px;padding-right: 54px;width: 100%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-ruHovBnFDN { font-size: 22px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-ruHovBnFDN { font-size: 22px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-ruHovBnFDN { font-size: 22px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-ruHovBnFDN { font-size: 22px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ruHovBnFDN { font-size: 22px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 30px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-DDl63cPUFT { font-size: 22px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-DDl63cPUFT { font-size: 22px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-DDl63cPUFT { font-size: 22px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-DDl63cPUFT { font-size: 22px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-DDl63cPUFT { font-size: 22px !important;color: rgb(32, 45, 60);text-align: left;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 639px) { .gp-component-id-jX82nc4ZN[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jX82nc4ZN[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jX82nc4ZN[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jX82nc4ZN[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-jX82nc4ZN[data-gp-component] { padding-left: 130px;padding-right: 130px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-g18c4d2QZc { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-g18c4d2QZc { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-g18c4d2QZc { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-g18c4d2QZc { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (min-width: 1200px) { .gp-component-id-g18c4d2QZc { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } .gp-component-id-jWRav0D9b { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-jWRav0D9b { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-jWRav0D9b { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-jWRav0D9b { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-jWRav0D9b { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-jWRav0D9b { margin-right: -8px;margin-left: -8px; } } .gp-component-id-WqerLJ4L0V { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-WqerLJ4L0V { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WqerLJ4L0V { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WqerLJ4L0V { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WqerLJ4L0V { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-WqerLJ4L0V { padding-right: 8px;width: 100%;padding-left: 8px; } } @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: 78%;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-Y4wS0ZySM[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 15px;width: 78%;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-Y4wS0ZySM[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 15px;width: 78%;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-Y4wS0ZySM[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 15px;width: 78%;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-Y4wS0ZySM[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-bottom: 15px;width: 78%;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { .gp-component-id-gLzwBTWhQ9[data-gp-component] { margin-bottom: 27px;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] { margin-bottom: 27px;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] { margin-bottom: 27px;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] { margin-bottom: 27px;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] { margin-bottom: 27px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .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-ZLy3uj2KD[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 90%;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-ZLy3uj2KD[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 90%;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-ZLy3uj2KD[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 90%;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-ZLy3uj2KD[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 90%;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-ZLy3uj2KD[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 90%;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-OztPF5y3gmC[data-gp-component] { font-size: 21px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 4px;border-left-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-bottom-color: rgb(11, 91, 42);background-color: rgb(24, 205, 94);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;width: 100%;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-OztPF5y3gmC[data-gp-component]:hover,.gp-component-id-OztPF5y3gmC[data-gp-component].gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-OztPF5y3gmC[data-gp-component]:active,.gp-component-id-OztPF5y3gmC[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OztPF5y3gmC[data-gp-component] { font-size: 26px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 4px;border-left-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-bottom-color: rgb(11, 91, 42);background-color: rgb(24, 205, 94);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;width: 100%;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-OztPF5y3gmC[data-gp-component]:hover,.gp-component-id-OztPF5y3gmC[data-gp-component].gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-OztPF5y3gmC[data-gp-component]:active,.gp-component-id-OztPF5y3gmC[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OztPF5y3gmC[data-gp-component] { font-size: 22px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 4px;border-left-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-bottom-color: rgb(11, 91, 42);background-color: rgb(24, 205, 94);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;width: 100%;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-OztPF5y3gmC[data-gp-component]:hover,.gp-component-id-OztPF5y3gmC[data-gp-component].gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-OztPF5y3gmC[data-gp-component]:active,.gp-component-id-OztPF5y3gmC[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OztPF5y3gmC[data-gp-component] { font-size: 20px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 4px;border-left-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-bottom-color: rgb(11, 91, 42);background-color: rgb(24, 205, 94);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;width: 100%;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-OztPF5y3gmC[data-gp-component]:hover,.gp-component-id-OztPF5y3gmC[data-gp-component].gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-OztPF5y3gmC[data-gp-component]:active,.gp-component-id-OztPF5y3gmC[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-OztPF5y3gmC[data-gp-component] { font-size: 24px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 4px;border-left-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-bottom-color: rgb(11, 91, 42);background-color: rgb(24, 205, 94);padding-left: 0px;padding-right: 0px;padding-top: 8px;padding-bottom: 8px;width: 90%;align-items: center;display: inline-flex;text-decoration-color: initial;text-decoration-style: solid;text-decoration-thickness: inherit;text-decoration-line: none;cursor: pointer; } .gp-component-id-OztPF5y3gmC[data-gp-component]:hover,.gp-component-id-OztPF5y3gmC[data-gp-component].gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-OztPF5y3gmC[data-gp-component]:active,.gp-component-id-OztPF5y3gmC[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 639px) { .gp-component-id-UnRAH53qT_[data-gp-component] { font-size: 21px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 4px;border-left-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-bottom-color: rgb(11, 91, 42);background-color: rgba(255, 204, 36, 1);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-UnRAH53qT_[data-gp-component]:hover,.gp-component-id-UnRAH53qT_[data-gp-component].gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-UnRAH53qT_[data-gp-component]:active,.gp-component-id-UnRAH53qT_[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-UnRAH53qT_[data-gp-component] { font-size: 26px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 4px;border-left-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-bottom-color: rgb(11, 91, 42);background-color: rgba(255, 204, 36, 1);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-UnRAH53qT_[data-gp-component]:hover,.gp-component-id-UnRAH53qT_[data-gp-component].gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-UnRAH53qT_[data-gp-component]:active,.gp-component-id-UnRAH53qT_[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-UnRAH53qT_[data-gp-component] { font-size: 22px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 4px;border-left-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-bottom-color: rgb(11, 91, 42);background-color: rgba(255, 204, 36, 1);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-UnRAH53qT_[data-gp-component]:hover,.gp-component-id-UnRAH53qT_[data-gp-component].gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-UnRAH53qT_[data-gp-component]:active,.gp-component-id-UnRAH53qT_[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-UnRAH53qT_[data-gp-component] { font-size: 20px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 4px;border-left-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-bottom-color: rgb(11, 91, 42);background-color: rgba(255, 204, 36, 1);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;width: 100%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-UnRAH53qT_[data-gp-component]:hover,.gp-component-id-UnRAH53qT_[data-gp-component].gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-UnRAH53qT_[data-gp-component]:active,.gp-component-id-UnRAH53qT_[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (min-width: 1200px) { .gp-component-id-UnRAH53qT_[data-gp-component] { font-size: 26px !important;font-weight: 900 !important;color: rgb(0, 0, 0);text-align: center;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 4px;border-left-color: rgb(11, 91, 42);border-right-color: rgb(11, 91, 42);border-top-color: rgb(11, 91, 42);border-bottom-color: rgb(11, 91, 42);background-color: rgba(255, 204, 36, 1);padding-left: 16px;padding-right: 16px;padding-top: 8px;padding-bottom: 8px;width: 80%;align-items: center;display: inline-flex;cursor: pointer;text-decoration-line: none;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial; } .gp-component-id-UnRAH53qT_[data-gp-component]:hover,.gp-component-id-UnRAH53qT_[data-gp-component].gp-hover { background-color: rgb(24, 205, 94); } .gp-component-id-UnRAH53qT_[data-gp-component]:active,.gp-component-id-UnRAH53qT_[data-gp-component].gp-active { background-color: rgb(32, 45, 60); } } @media (max-width: 639px) { .gp-component-id-qa403QTu20[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qa403QTu20[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-qa403QTu20[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-qa403QTu20[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-qa403QTu20[data-gp-component] { width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-DjXjD0gQtk[data-gp-component] { font-size: 16px !important;font-weight: 400 !important;text-align: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-DjXjD0gQtk[data-gp-component] { font-size: 16px !important;font-weight: 400 !important;text-align: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-DjXjD0gQtk[data-gp-component] { font-size: 16px !important;font-weight: 400 !important;text-align: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-DjXjD0gQtk[data-gp-component] { font-size: 16px !important;font-weight: 400 !important;text-align: inherit; } } @media (min-width: 1200px) { .gp-component-id-DjXjD0gQtk[data-gp-component] { font-size: 16px !important;font-weight: 400 !important;text-align: inherit; } } @media (max-width: 639px) { .gp-component-id-te2scMsqkt { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-te2scMsqkt { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-te2scMsqkt { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-te2scMsqkt { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (min-width: 1200px) { .gp-component-id-te2scMsqkt { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-cBXwg0M0Un { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-cBXwg0M0Un { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-cBXwg0M0Un { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-cBXwg0M0Un { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-cBXwg0M0Un { font-size: 22px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1.25;margin-left: 0px;margin-right: 0px;margin-top: 30px;margin-bottom: 30px; } } .gp-component-id-wU01H4qC2 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-wU01H4qC2 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-wU01H4qC2 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-wU01H4qC2 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-wU01H4qC2 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-wU01H4qC2 { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-7jTrnycxo { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-7jTrnycxo { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7jTrnycxo { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7jTrnycxo { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7jTrnycxo { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-7jTrnycxo { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-z06JAp6EiE { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-z06JAp6EiE { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-z06JAp6EiE { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-z06JAp6EiE { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-z06JAp6EiE { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-z06JAp6EiE { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-N70k0Y8ueF { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-N70k0Y8ueF { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-N70k0Y8ueF { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-N70k0Y8ueF { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-N70k0Y8ueF { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-N70k0Y8ueF { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-Uh1HlYN0vk { font-size: 22px !important;font-weight: 600 !important;color: rgb(32, 45, 60);text-align: center;margin-bottom: 10px;padding-left: 0px;padding-right: 0px;font-style: inherit;text-decoration-line: inherit; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-Uh1HlYN0vk { font-size: 22px !important;font-weight: 600 !important;color: rgb(32, 45, 60);text-align: center;margin-bottom: 10px;padding-left: 0px;padding-right: 0px;font-style: inherit;text-decoration-line: inherit; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-Uh1HlYN0vk { font-size: 22px !important;font-weight: 600 !important;color: rgb(32, 45, 60);text-align: center;margin-bottom: 10px;padding-left: 0px;padding-right: 0px;font-style: inherit;text-decoration-line: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-Uh1HlYN0vk { font-size: 22px !important;font-weight: 600 !important;color: rgb(32, 45, 60);text-align: center;margin-bottom: 10px;padding-left: 0px;padding-right: 0px;font-style: inherit;text-decoration-line: inherit; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-Uh1HlYN0vk { font-size: 22px !important;font-weight: 600 !important;color: rgb(32, 45, 60);text-align: center;margin-bottom: 10px;padding-left: 0px;padding-right: 0px;font-style: inherit;text-decoration-line: inherit; } } @media (max-width: 639px) { .gp-component-id-I1loHulXSp { font-size: 18px !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-I1loHulXSp { font-size: 22px !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-I1loHulXSp { font-size: 22px !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-I1loHulXSp { font-size: 22px !important;margin-left: 4px; } } @media (min-width: 1200px) { .gp-component-id-I1loHulXSp { font-size: 22px !important;margin-left: 4px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-jwblTS4Hpe { font-size: 18px !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-jwblTS4Hpe { font-size: 22px !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-jwblTS4Hpe { font-size: 22px !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-jwblTS4Hpe { font-size: 22px !important;margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-jwblTS4Hpe { font-size: 22px !important;margin-left: 4px; } } @media (max-width: 639px) { .gp-component-id-d5FJ961TsT[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-d5FJ961TsT[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-d5FJ961TsT[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-d5FJ961TsT[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-d5FJ961TsT[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-VlY_UMJ1Z[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VlY_UMJ1Z[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VlY_UMJ1Z[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VlY_UMJ1Z[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-VlY_UMJ1Z[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-SbjWa2jfU { font-size: 28px !important;color: rgba(0, 0, 0, 1);text-align: center;margin-bottom: 10px;padding-left: 0px;padding-right: 0px;font-style: inherit !important;text-decoration-line: inherit; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-SbjWa2jfU { font-size: 36px !important;color: rgba(0, 0, 0, 1);text-align: center;margin-bottom: 10px;padding-left: 0px;padding-right: 0px;font-style: inherit !important;text-decoration-line: inherit; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-SbjWa2jfU { font-size: 36px !important;color: rgba(0, 0, 0, 1);text-align: center;margin-bottom: 10px;padding-left: 0px;padding-right: 0px;font-style: inherit !important;text-decoration-line: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-SbjWa2jfU { font-size: 36px !important;color: rgba(0, 0, 0, 1);text-align: center;margin-bottom: 10px;padding-left: 0px;padding-right: 0px;font-style: inherit !important;text-decoration-line: inherit; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-SbjWa2jfU { font-size: 36px !important;color: rgba(0, 0, 0, 1);text-align: center;margin-bottom: 10px;padding-left: 0px;padding-right: 0px;font-style: inherit !important;text-decoration-line: inherit; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-5zQFNEv6AS { font-size: 26px !important;font-weight: 600 !important;color: rgba(57, 196, 137, 1);text-align: center;margin-bottom: 10px;text-decoration-line: inherit;font-style: italic !important; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-5zQFNEv6AS { font-size: 26px !important;font-weight: 600 !important;color: rgba(57, 196, 137, 1);margin-bottom: 10px;text-decoration-line: inherit;font-style: italic !important; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-5zQFNEv6AS { font-size: 26px !important;font-weight: 600 !important;color: rgba(57, 196, 137, 1);margin-bottom: 10px;text-decoration-line: inherit;font-style: italic !important; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-5zQFNEv6AS { font-size: 26px !important;font-weight: 600 !important;color: rgba(57, 196, 137, 1);margin-bottom: 10px;text-decoration-line: inherit;font-style: italic !important; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-5zQFNEv6AS { font-size: 26px !important;font-weight: 600 !important;color: rgba(57, 196, 137, 1);margin-bottom: 10px;text-decoration-line: inherit;font-style: italic !important; } } @media (max-width: 639px) { .gp-component-id-kMgZ3xUPLB1[data-gp-component] { background-color: rgb(220, 24, 24);margin-bottom: 10px;padding-left: 0px;padding-right: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-kMgZ3xUPLB1[data-gp-component] { background-color: rgb(220, 24, 24);margin-bottom: 10px;padding-left: 0px;padding-right: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-kMgZ3xUPLB1[data-gp-component] { background-color: rgb(220, 24, 24);margin-bottom: 10px;padding-left: 0px;padding-right: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-kMgZ3xUPLB1[data-gp-component] { background-color: rgb(220, 24, 24);margin-bottom: 10px;padding-left: 0px;padding-right: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-kMgZ3xUPLB1[data-gp-component] { background-color: rgb(220, 24, 24);margin-bottom: 10px;padding-left: 0px;padding-right: 0px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-u3lmU_O9j6s { font-size: 13px !important;font-weight: 400 !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-u3lmU_O9j6s { font-size: 18px !important;font-weight: 400 !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-u3lmU_O9j6s { font-size: 20px !important;font-weight: 400 !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-u3lmU_O9j6s { font-size: 20px !important;font-weight: 400 !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-u3lmU_O9j6s { font-size: 20px !important;font-weight: 400 !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } .gp-component-id-cEvI4JZwx.gp-component > [data-section-overlay] { right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } @media (max-width: 639px) { .gp-component-id-cEvI4JZwx.gp-component > [data-section-overlay] { background-color: rgb(18, 20, 29);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cEvI4JZwx.gp-component > [data-section-overlay] { background-color: rgb(18, 20, 29);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cEvI4JZwx.gp-component > [data-section-overlay] { background-color: rgb(18, 20, 29);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cEvI4JZwx.gp-component > [data-section-overlay] { background-color: rgb(18, 20, 29);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } @media (min-width: 1200px) { .gp-component-id-cEvI4JZwx.gp-component > [data-section-overlay] { background-color: rgb(18, 20, 29);right: 0px;left: 0px;top: 0px;bottom: 0px;position: absolute; } } .gp-component-id-iTCjy4q_Mb { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-iTCjy4q_Mb { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-iTCjy4q_Mb { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-iTCjy4q_Mb { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-iTCjy4q_Mb { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-iTCjy4q_Mb { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-MzpSExgalz { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-MzpSExgalz { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MzpSExgalz { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MzpSExgalz { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MzpSExgalz { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-MzpSExgalz { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-zw2Gb3B33A[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-zw2Gb3B33A[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-zw2Gb3B33A[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-zw2Gb3B33A[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-zw2Gb3B33A[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-bc3p75AkfD { font-size: 18px !important;font-weight: 400 !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-bc3p75AkfD { font-size: 18px !important;font-weight: 400 !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-bc3p75AkfD { font-size: 20px !important;font-weight: 400 !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-bc3p75AkfD { font-size: 20px !important;font-weight: 400 !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (min-width: 1200px) { .gp-component-id-bc3p75AkfD { font-size: 20px !important;font-weight: 400 !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-Rfk0MGYDn0 { font-size: 29px !important;font-weight: 600 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px;padding-left: 11px;padding-right: 11px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Rfk0MGYDn0 { font-size: 35px !important;font-weight: 600 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px;padding-left: 6px;padding-right: 6px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Rfk0MGYDn0 { font-size: 32px !important;font-weight: 600 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px;padding-left: 40px;padding-right: 40px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Rfk0MGYDn0 { font-size: 38px !important;font-weight: 600 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px;padding-left: 100px;padding-right: 100px; } } @media (min-width: 1200px) { .gp-component-id-Rfk0MGYDn0 { font-size: 38px !important;font-weight: 600 !important;text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px;padding-left: 233px;padding-right: 233px; } } @media (max-width: 639px) { .gp-component-id-QDIbHqmUaH[data-gp-component] { width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-QDIbHqmUaH[data-gp-component] { width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-QDIbHqmUaH[data-gp-component] { width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-QDIbHqmUaH[data-gp-component] { width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-QDIbHqmUaH[data-gp-component] { width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } .gp-component-id-fOuGdEfeN7 { padding-left: 8px;width: 100%;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-fOuGdEfeN7 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-fOuGdEfeN7 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-fOuGdEfeN7 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-fOuGdEfeN7 { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-fOuGdEfeN7 { padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-G1nvKR_fuo { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-G1nvKR_fuo { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G1nvKR_fuo { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G1nvKR_fuo { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G1nvKR_fuo { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-G1nvKR_fuo { margin-left: -8px;margin-right: -8px; } } @media (max-width: 639px) { .gp-component-id-Sq8nB_ZPy[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Sq8nB_ZPy[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Sq8nB_ZPy[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Sq8nB_ZPy[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-Sq8nB_ZPy[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-daGy6ajE7[data-gp-component] { border-top-left-radius: 18px;border-top-right-radius: 18px;border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(253, 244, 216);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 30px;padding-left: 0px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-daGy6ajE7[data-gp-component] { border-top-left-radius: 18px;border-top-right-radius: 18px;border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(253, 244, 216);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 30px;padding-left: 0px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-daGy6ajE7[data-gp-component] { border-top-left-radius: 18px;border-top-right-radius: 18px;border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(253, 244, 216);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 30px;padding-left: 0px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-daGy6ajE7[data-gp-component] { border-top-left-radius: 18px;border-top-right-radius: 18px;border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(253, 244, 216);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 30px;padding-left: 0px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-daGy6ajE7[data-gp-component] { border-top-left-radius: 18px;border-top-right-radius: 18px;border-bottom-left-radius: 18px;border-bottom-right-radius: 18px;border-left-width: 0px;border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;background-color: rgb(253, 244, 216);box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 10px 3px;margin-left: 0px;margin-right: 0px;margin-top: 30px;padding-left: 0px;padding-right: 8px;padding-top: 20px;padding-bottom: 20px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-vTky5kdJi[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 60%;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-vTky5kdJi[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 60%;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-vTky5kdJi[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 60%;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-vTky5kdJi[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 60%;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-vTky5kdJi[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 60%;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { .gp-component-id-yjTGifv_M[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-yjTGifv_M[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-yjTGifv_M[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-yjTGifv_M[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (min-width: 1200px) { .gp-component-id-yjTGifv_M[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-V2Laij61Y7 { font-size: 25px !important;font-weight: 600 !important;color: rgb(32, 45, 60);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-V2Laij61Y7 { font-size: 30px !important;font-weight: 600 !important;color: rgb(32, 45, 60);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 10px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-V2Laij61Y7 { font-size: 30px !important;font-weight: 600 !important;color: rgb(32, 45, 60);text-align: left;line-height: 1;margin-left: -100px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-V2Laij61Y7 { font-size: 30px !important;font-weight: 600 !important;color: rgb(32, 45, 60);text-align: left;line-height: 1;margin-left: -100px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-V2Laij61Y7 { font-size: 30px !important;font-weight: 600 !important;color: rgb(32, 45, 60);text-align: left;line-height: 1;margin-left: -186px;margin-right: 0px;margin-top: 20px;margin-bottom: 10px; } } @media (max-width: 639px) { .gp-component-id-Z5lAPR5QCX[data-gp-component] { padding-left: 0px;padding-top: 10px;padding-bottom: 10px;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-Z5lAPR5QCX[data-gp-component] { padding-left: 0px;padding-top: 10px;padding-bottom: 0px;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-Z5lAPR5QCX[data-gp-component] { padding-left: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Z5lAPR5QCX[data-gp-component] { padding-left: 0px;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Z5lAPR5QCX[data-gp-component] { margin-left: 70px;padding-left: 0px;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-uw9enOHBG[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 45%;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-uw9enOHBG[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 30%;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-uw9enOHBG[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-left: 40px;padding-left: 0px;width: 45%;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-uw9enOHBG[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;margin-left: 40px;padding-left: 0px;width: 45%;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-uw9enOHBG[data-gp-component] { border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;width: 30%;height: auto;max-width: 100%;justify-content: flex-start;align-items: flex-start;display: inline-flex;object-fit: cover;object-position: center center; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-ULFAQanFkU { font-size: 16px !important;text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-ULFAQanFkU { font-size: 18px !important;text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-ULFAQanFkU { font-size: 18px !important;text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-ULFAQanFkU { font-size: 18px !important;text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-ULFAQanFkU { font-size: 18px !important;text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 0px; } } .gp-component-id-6ToeKklLR { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-6ToeKklLR { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-6ToeKklLR { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-6ToeKklLR { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-6ToeKklLR { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-6ToeKklLR { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-2T9Q0f_F3O { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-2T9Q0f_F3O { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2T9Q0f_F3O { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2T9Q0f_F3O { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2T9Q0f_F3O { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-2T9Q0f_F3O { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-YmyufVV8Yx { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-YmyufVV8Yx { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-YmyufVV8Yx { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-YmyufVV8Yx { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-YmyufVV8Yx { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-YmyufVV8Yx { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 50%;padding-left: 8px; } } .gp-component-id-nBfxUbC1jC { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-nBfxUbC1jC { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nBfxUbC1jC { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nBfxUbC1jC { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nBfxUbC1jC { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-nBfxUbC1jC { height: 100%;width: 100%; } } @media (max-width: 639px) { .gp-component-id-BNDrhM0_p[data-gp-component] { color: rgba(46, 140, 255, 1);text-align: center;background-color: transparent;padding-top: 20px;padding-bottom: 20px;display: block;cursor: pointer;text-decoration-line: underline ;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-BNDrhM0_p[data-gp-component] { color: rgba(46, 140, 255, 1);text-align: center;background-color: transparent;padding-top: 20px;padding-bottom: 20px;display: block;cursor: pointer;text-decoration-line: underline ;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-BNDrhM0_p[data-gp-component] { color: rgba(46, 140, 255, 1);text-align: center;background-color: transparent;padding-top: 20px;padding-bottom: 20px;display: block;cursor: pointer;text-decoration-line: underline ;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-BNDrhM0_p[data-gp-component] { color: rgba(46, 140, 255, 1);text-align: center;background-color: transparent;padding-top: 20px;padding-bottom: 20px;display: block;cursor: pointer;text-decoration-line: underline ;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } } @media (min-width: 1200px) { .gp-component-id-BNDrhM0_p[data-gp-component] { color: rgba(46, 140, 255, 1);text-align: center;background-color: transparent;padding-top: 20px;padding-bottom: 20px;display: block;cursor: pointer;text-decoration-line: underline ;text-decoration-thickness: inherit;text-decoration-style: solid;text-decoration-color: initial;font-style: inherit; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-EnzCejXrnW { font-size: 16px !important;font-weight: 600 !important;color: rgba(255, 255, 255, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-EnzCejXrnW { font-size: 16px !important;font-weight: 600 !important;color: rgba(255, 255, 255, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-EnzCejXrnW { font-size: 16px !important;font-weight: 600 !important;color: rgba(255, 255, 255, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-EnzCejXrnW { font-size: 16px !important;font-weight: 600 !important;color: rgba(255, 255, 255, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-EnzCejXrnW { font-size: 16px !important;font-weight: 600 !important;color: rgba(255, 255, 255, 1);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { .gp-component-id-LlDBGt0QRt[data-gp-component] { color: rgb(255, 255, 255);border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;background-color: rgba(255, 255, 255, 0);padding-left: 0px;padding-right: 0px;padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LlDBGt0QRt[data-gp-component] { color: rgb(255, 255, 255);border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;background-color: rgba(255, 255, 255, 0);padding-left: 0px;padding-right: 0px;padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LlDBGt0QRt[data-gp-component] { color: rgb(255, 255, 255);border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;background-color: rgba(255, 255, 255, 0);padding-left: 0px;padding-right: 0px;padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LlDBGt0QRt[data-gp-component] { color: rgb(255, 255, 255);border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;background-color: rgba(255, 255, 255, 0);padding-left: 0px;padding-right: 0px;padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-LlDBGt0QRt[data-gp-component] { color: rgb(255, 255, 255);border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;background-color: rgba(255, 255, 255, 0);padding-left: 0px;padding-right: 0px;padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-f8ECIPJ586 { font-size: 16px !important;color: rgba(255, 255, 255, 1);text-align: center;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-f8ECIPJ586 { font-size: 16px !important;color: rgba(255, 255, 255, 1);text-align: center;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-f8ECIPJ586 { font-size: 16px !important;color: rgba(255, 255, 255, 1);text-align: center;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-f8ECIPJ586 { font-size: 16px !important;color: rgba(255, 255, 255, 1);text-align: center;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-f8ECIPJ586 { font-size: 16px !important;color: rgba(255, 255, 255, 1);text-align: center;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-hEu3H59ZPU { font-size: 18px !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-hEu3H59ZPU { font-size: 22px !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-hEu3H59ZPU { font-size: 22px !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-hEu3H59ZPU { font-size: 22px !important;margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-hEu3H59ZPU { font-size: 22px !important;margin-left: 4px; } } @media (max-width: 639px) { .gp-component-id-phJmolWAz6[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-phJmolWAz6[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-phJmolWAz6[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-phJmolWAz6[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-phJmolWAz6[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-oYAF3Ul4Y[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-oYAF3Ul4Y[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-oYAF3Ul4Y[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-oYAF3Ul4Y[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-oYAF3Ul4Y[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-Y5tyc4okrW[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Y5tyc4okrW[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Y5tyc4okrW[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Y5tyc4okrW[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-Y5tyc4okrW[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-2AfpKr4TX[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2AfpKr4TX[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2AfpKr4TX[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2AfpKr4TX[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-2AfpKr4TX[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-pWWpDuu45r { font-size: 18px !important;margin-left: 4px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-pWWpDuu45r { font-size: 22px !important;margin-left: 4px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-pWWpDuu45r { font-size: 22px !important;margin-left: 4px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-pWWpDuu45r { font-size: 22px !important;margin-left: 4px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-pWWpDuu45r { font-size: 22px !important;margin-left: 4px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-thhvR2nr3Ah { font-size: 18px !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-thhvR2nr3Ah { font-size: 22px !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-thhvR2nr3Ah { font-size: 22px !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-thhvR2nr3Ah { font-size: 22px !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-thhvR2nr3Ah { font-size: 22px !important;text-align: center;line-height: 1.5;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-2uax9i921R { font-size: 26px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-2uax9i921R { font-size: 26px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-2uax9i921R { font-size: 26px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-2uax9i921R { font-size: 26px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-2uax9i921R { font-size: 26px !important;color: rgb(32, 45, 60);text-align: center;line-height: 1;margin-left: 0px;margin-right: 0px;margin-top: 20px;margin-bottom: 20px; } } @media (max-width: 639px) { .gp-component-id-3mx6KamZLJ[data-gp-component] { padding-left: 12px;padding-right: 12px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-3mx6KamZLJ[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-3mx6KamZLJ[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-3mx6KamZLJ[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-3mx6KamZLJ[data-gp-component] { padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-p0QNUGNAoOw[data-gp-component] { padding-left: 68px;padding-right: 68px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-p0QNUGNAoOw[data-gp-component] { padding-left: 200px;padding-right: 200px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-p0QNUGNAoOw[data-gp-component] { padding-left: 15px;padding-right: 15px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-p0QNUGNAoOw[data-gp-component] { padding-left: 51px;padding-right: 51px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-p0QNUGNAoOw[data-gp-component] { padding-left: 68px;padding-right: 68px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-HECer81qTH[data-gp-component] { padding-left: 68px;padding-right: 68px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HECer81qTH[data-gp-component] { padding-left: 200px;padding-right: 200px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HECer81qTH[data-gp-component] { padding-left: 30px;padding-right: 30px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HECer81qTH[data-gp-component] { padding-left: 68px;padding-right: 68px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-HECer81qTH[data-gp-component] { padding-left: 68px;padding-right: 68px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-PJSUI06KdZ[data-gp-component] { padding-left: 68px;padding-right: 68px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-PJSUI06KdZ[data-gp-component] { padding-left: 200px;padding-right: 200px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-PJSUI06KdZ[data-gp-component] { padding-left: 30px;padding-right: 30px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-PJSUI06KdZ[data-gp-component] { padding-left: 68px;padding-right: 68px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-PJSUI06KdZ[data-gp-component] { padding-left: 68px;padding-right: 68px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-vOJ1mPk97[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-top: 50px;padding-bottom: 50px;z-index: 10;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-vOJ1mPk97[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 50px;padding-bottom: 50px;z-index: 10;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-vOJ1mPk97[data-gp-component] { padding-left: 10px;padding-right: 10px;padding-top: 50px;padding-bottom: 50px;z-index: 10;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-vOJ1mPk97[data-gp-component] { padding-left: 100px;padding-right: 100px;padding-top: 50px;padding-bottom: 50px;z-index: 10;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-vOJ1mPk97[data-gp-component] { padding-left: 350px;padding-right: 350px;padding-top: 50px;padding-bottom: 50px;z-index: 10;position: relative;min-height: 50px; } } @media (max-width: 639px) { .gp-component-id-_7Fku0lvkto[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background-color: rgb(120, 136, 155);padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-_7Fku0lvkto[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background-color: rgb(120, 136, 155);padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-_7Fku0lvkto[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background-color: rgb(120, 136, 155);padding-left: 0px;padding-right: 0px;padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-_7Fku0lvkto[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background-color: rgb(120, 136, 155);padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-_7Fku0lvkto[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background-color: rgb(120, 136, 155);padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-G09hs5uphQ[data-gp-component] { border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(57, 196, 137);border-right-color: rgb(57, 196, 137);border-top-color: rgb(57, 196, 137);border-bottom-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;padding-left: 10px;padding-right: 10px;padding-top: 30px;padding-bottom: 30px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-G09hs5uphQ[data-gp-component] { border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(57, 196, 137);border-right-color: rgb(57, 196, 137);border-top-color: rgb(57, 196, 137);border-bottom-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;padding-left: 49px;padding-right: 49px;padding-top: 30px;padding-bottom: 30px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-G09hs5uphQ[data-gp-component] { border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(57, 196, 137);border-right-color: rgb(57, 196, 137);border-top-color: rgb(57, 196, 137);border-bottom-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;padding-left: 49px;padding-right: 49px;padding-top: 30px;padding-bottom: 30px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-G09hs5uphQ[data-gp-component] { border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(57, 196, 137);border-right-color: rgb(57, 196, 137);border-top-color: rgb(57, 196, 137);border-bottom-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;padding-left: 49px;padding-right: 49px;padding-top: 30px;padding-bottom: 30px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (min-width: 1200px) { .gp-component-id-G09hs5uphQ[data-gp-component] { border-left-style: dashed;border-right-style: dashed;border-top-style: dashed;border-bottom-style: dashed;border-left-width: 3px;border-right-width: 3px;border-top-width: 3px;border-bottom-width: 3px;border-left-color: rgb(57, 196, 137);border-right-color: rgb(57, 196, 137);border-top-color: rgb(57, 196, 137);border-bottom-color: rgb(57, 196, 137);margin-left: 0px;margin-right: 0px;padding-left: 49px;padding-right: 49px;padding-top: 30px;padding-bottom: 30px;width: 100%;flex-direction: column;justify-content: center;align-items: center;display: flex; } } @media (max-width: 639px) { .gp-component-id-w8IeAE0UYfb[data-gp-component] { font-size: 16px !important;font-weight: 400;text-align: inherit; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-w8IeAE0UYfb[data-gp-component] { font-size: 16px !important;font-weight: 400;text-align: inherit; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-w8IeAE0UYfb[data-gp-component] { font-size: 16px !important;font-weight: 400;text-align: inherit; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-w8IeAE0UYfb[data-gp-component] { font-size: 16px !important;font-weight: 400;text-align: inherit; } } @media (min-width: 1200px) { .gp-component-id-w8IeAE0UYfb[data-gp-component] { font-size: 16px !important;font-weight: 400;text-align: inherit; } } @media (max-width: 639px) { .gp-component-id-OmH7z3Ccwf[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-OmH7z3Ccwf[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-OmH7z3Ccwf[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-OmH7z3Ccwf[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (min-width: 1200px) { .gp-component-id-OmH7z3Ccwf[data-gp-component] { font-size: 32px !important;color: rgb(57, 196, 137);line-height: 1;display: inline-block; } } @media (max-width: 639px) { .gp-component-id-Ekc5lZ4QJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Ekc5lZ4QJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Ekc5lZ4QJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Ekc5lZ4QJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Ekc5lZ4QJ[data-gp-component] { font-size: 18px;color: rgb(32, 45, 60);margin-bottom: 15px;align-items: flex-start;display: flex; } } @media (max-width: 639px) { .gp-component-id-l91cCvLw02[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-l91cCvLw02[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-l91cCvLw02[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-l91cCvLw02[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-l91cCvLw02[data-gp-component] { padding-left: 0px;padding-right: 0px;width: 100%; } } .gp-component-id-d9TmgWBra { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-d9TmgWBra { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-d9TmgWBra { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-d9TmgWBra { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-d9TmgWBra { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-d9TmgWBra { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-8mA7i7ku5 { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-8mA7i7ku5 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8mA7i7ku5 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8mA7i7ku5 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8mA7i7ku5 { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-8mA7i7ku5 { margin-right: -8px;margin-left: -8px; } } .gp-component-id-A0eCHmT7HD { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-A0eCHmT7HD { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-A0eCHmT7HD { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-A0eCHmT7HD { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-A0eCHmT7HD { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-A0eCHmT7HD { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 639px) { .gp-component-id-LIa0idwlUK[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background-color: rgba(57, 196, 137, 1);padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LIa0idwlUK[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background-color: rgba(57, 196, 137, 1);padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LIa0idwlUK[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background-color: rgba(57, 196, 137, 1);padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LIa0idwlUK[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background-color: rgba(57, 196, 137, 1);padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-LIa0idwlUK[data-gp-component] { border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background-color: rgba(57, 196, 137, 1);padding-top: 3px;padding-bottom: 3px;width: 100%; } } @media (max-width: 639px) { .gp-component-id-h5yv6H2GE[data-gp-component] { margin-bottom: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-h5yv6H2GE[data-gp-component] { margin-bottom: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-h5yv6H2GE[data-gp-component] { margin-bottom: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-h5yv6H2GE[data-gp-component] { margin-bottom: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-h5yv6H2GE[data-gp-component] { margin-bottom: 30px;padding-left: 8px;padding-right: 8px;width: 100%; } } .gp-component-id-Oa7n_mHB_ { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-Oa7n_mHB_ { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Oa7n_mHB_ { flex-wrap: wrap;margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Oa7n_mHB_ { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Oa7n_mHB_ { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } @media (min-width: 1200px) { .gp-component-id-Oa7n_mHB_ { flex-wrap: wrap;margin-right: -8px;margin-left: -8px;display: flex; } } .gp-component-id-09lZ0Nzehm { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-09lZ0Nzehm { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-09lZ0Nzehm { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-09lZ0Nzehm { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-09lZ0Nzehm { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-09lZ0Nzehm { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } .gp-component-id-nkskBBjh4M { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-nkskBBjh4M { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nkskBBjh4M { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nkskBBjh4M { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nkskBBjh4M { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-nkskBBjh4M { height: 100%;width: 100%; } } .gp-component-id-tDYOm4aWEK { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-tDYOm4aWEK { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-tDYOm4aWEK { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-tDYOm4aWEK { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-tDYOm4aWEK { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-tDYOm4aWEK { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } .gp-component-id-RgEWGc9oyv { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-RgEWGc9oyv { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-RgEWGc9oyv { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-RgEWGc9oyv { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-RgEWGc9oyv { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-RgEWGc9oyv { height: 100%;width: 100%; } } .gp-component-id-LlVVpIEV0r { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-LlVVpIEV0r { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-LlVVpIEV0r { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-LlVVpIEV0r { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-LlVVpIEV0r { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-LlVVpIEV0r { flex-basis: auto;flex-shrink: 0;flex-grow: 0;padding-right: 8px;width: 33.33%;padding-left: 8px; } } .gp-component-id-HIHjzXJPk0 { height: 100%;width: 100%; } @media (max-width: 639px) { .gp-component-id-HIHjzXJPk0 { height: 100%;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-HIHjzXJPk0 { height: 100%;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-HIHjzXJPk0 { height: 100%;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-HIHjzXJPk0 { height: 100%;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-HIHjzXJPk0 { height: 100%;width: 100%; } } @media (max-width: 639px) { .gp-component-id-cEvI4JZwx[data-gp-component] { color: rgb(255, 255, 255);padding-left: 0px;padding-right: 0px;padding-top: 10px;padding-bottom: 30px;z-index: 10;position: relative;min-height: 50px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-cEvI4JZwx[data-gp-component] { color: rgb(255, 255, 255);padding-left: 0px;padding-right: 0px;padding-top: 10px;padding-bottom: 30px;z-index: 10;position: relative;min-height: 50px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-cEvI4JZwx[data-gp-component] { color: rgb(255, 255, 255);padding-left: 0px;padding-right: 0px;padding-top: 10px;padding-bottom: 30px;z-index: 10;position: relative;min-height: 50px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-cEvI4JZwx[data-gp-component] { color: rgb(255, 255, 255);padding-left: 0px;padding-right: 0px;padding-top: 10px;padding-bottom: 30px;z-index: 10;position: relative;min-height: 50px; } } @media (min-width: 1200px) { .gp-component-id-cEvI4JZwx[data-gp-component] { color: rgb(255, 255, 255);padding-left: 0px;padding-right: 0px;padding-top: 10px;padding-bottom: 30px;z-index: 10;position: relative;min-height: 50px; } } .gp-component-id-7vvnganYCH { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-7vvnganYCH { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-7vvnganYCH { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-7vvnganYCH { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-7vvnganYCH { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-7vvnganYCH { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-8HyQs7Aza { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-8HyQs7Aza { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-8HyQs7Aza { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-8HyQs7Aza { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-8HyQs7Aza { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-8HyQs7Aza { margin-right: -8px;margin-left: -8px; } } .gp-component-id-VZoCCXw9fYD { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-VZoCCXw9fYD { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VZoCCXw9fYD { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VZoCCXw9fYD { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VZoCCXw9fYD { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-VZoCCXw9fYD { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-mOhIjfMMvM { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-mOhIjfMMvM { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-mOhIjfMMvM { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-mOhIjfMMvM { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-mOhIjfMMvM { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-mOhIjfMMvM { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-pE5wlBvWk { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-pE5wlBvWk { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pE5wlBvWk { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pE5wlBvWk { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pE5wlBvWk { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-pE5wlBvWk { margin-right: -8px;margin-left: -8px; } } .gp-component-id-qrMP8Aa4XMW { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-qrMP8Aa4XMW { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-qrMP8Aa4XMW { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-qrMP8Aa4XMW { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-qrMP8Aa4XMW { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-qrMP8Aa4XMW { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-imsJSMl4H5 { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-imsJSMl4H5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-imsJSMl4H5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-imsJSMl4H5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-imsJSMl4H5 { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-imsJSMl4H5 { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-pyFDSF9g0 { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-pyFDSF9g0 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-pyFDSF9g0 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-pyFDSF9g0 { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-pyFDSF9g0 { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-pyFDSF9g0 { margin-right: -8px;margin-left: -8px; } } .gp-component-id-CsdEML8LMBW { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-CsdEML8LMBW { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-CsdEML8LMBW { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-CsdEML8LMBW { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-CsdEML8LMBW { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-CsdEML8LMBW { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-0xQSWB_IHK8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-0xQSWB_IHK8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0xQSWB_IHK8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0xQSWB_IHK8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0xQSWB_IHK8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-0xQSWB_IHK8 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 639px) { [data-gp-text] .gp-component-id-0xQSWB_IHK8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 767px) and (min-width: 640px) { [data-gp-text] .gp-component-id-0xQSWB_IHK8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 991px) and (min-width: 768px) { [data-gp-text] .gp-component-id-0xQSWB_IHK8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { [data-gp-text] .gp-component-id-0xQSWB_IHK8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } @media (min-width: 1200px) { [data-gp-text] .gp-component-id-0xQSWB_IHK8 { font-size: 16px !important;color: rgb(57, 75, 86);text-align: center;margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px; } } .gp-component-id-M5OgAx6WR_ { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-M5OgAx6WR_ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-M5OgAx6WR_ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-M5OgAx6WR_ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-M5OgAx6WR_ { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-M5OgAx6WR_ { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-Kxfat39zF { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-Kxfat39zF { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-Kxfat39zF { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-Kxfat39zF { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-Kxfat39zF { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-Kxfat39zF { margin-right: -8px;margin-left: -8px; } } .gp-component-id-EnzCejXrnW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-EnzCejXrnW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-EnzCejXrnW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-EnzCejXrnW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-EnzCejXrnW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-EnzCejXrnW { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-nJbMVczuTp { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-nJbMVczuTp { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-nJbMVczuTp { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-nJbMVczuTp { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-nJbMVczuTp { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-nJbMVczuTp { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-hdgnbP_W_ { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-hdgnbP_W_ { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-hdgnbP_W_ { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-hdgnbP_W_ { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-hdgnbP_W_ { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-hdgnbP_W_ { margin-right: -8px;margin-left: -8px; } } .gp-component-id-f8ECIPJ586 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } @media (max-width: 639px) { .gp-component-id-f8ECIPJ586 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-f8ECIPJ586 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-f8ECIPJ586 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-f8ECIPJ586 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } @media (min-width: 1200px) { .gp-component-id-f8ECIPJ586 { margin-left: 0px;margin-bottom: 0px;margin-right: 0px;margin-top: 0px; } } .gp-component-id-MV05HjIF_x { padding-right: 8px;width: 100%;padding-left: 8px; } @media (max-width: 639px) { .gp-component-id-MV05HjIF_x { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-MV05HjIF_x { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-MV05HjIF_x { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-MV05HjIF_x { padding-right: 8px;width: 100%;padding-left: 8px; } } @media (min-width: 1200px) { .gp-component-id-MV05HjIF_x { padding-right: 8px;width: 100%;padding-left: 8px; } } .gp-component-id-XLIFBHqnS { margin-right: -8px;margin-left: -8px; } @media (max-width: 639px) { .gp-component-id-XLIFBHqnS { margin-right: -8px;margin-left: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-XLIFBHqnS { margin-right: -8px;margin-left: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-XLIFBHqnS { margin-right: -8px;margin-left: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-XLIFBHqnS { margin-right: -8px;margin-left: -8px; } } @media (min-width: 1200px) { .gp-component-id-XLIFBHqnS { margin-right: -8px;margin-left: -8px; } } @media (max-width: 639px) { .gp-component-id-0eE48fRe0z[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-top: 10px;padding-bottom: 10px;width: 100%; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-0eE48fRe0z[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-top: 10px;padding-bottom: 10px;width: 100%; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-0eE48fRe0z[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-top: 10px;padding-bottom: 10px;width: 100%; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-0eE48fRe0z[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-top: 10px;padding-bottom: 10px;width: 100%; } } @media (min-width: 1200px) { .gp-component-id-0eE48fRe0z[data-gp-component] { padding-left: 0px;padding-right: 0px;padding-top: 10px;padding-bottom: 10px;width: 100%; } } .gp-component-id-2fcOkb6zaN { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-2fcOkb6zaN { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-2fcOkb6zaN { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-2fcOkb6zaN { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-2fcOkb6zaN { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-2fcOkb6zaN { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-VrqmqBP2nk { width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-VrqmqBP2nk { width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VrqmqBP2nk { width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VrqmqBP2nk { width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VrqmqBP2nk { width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-VrqmqBP2nk { width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } } .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } @media (max-width: 639px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } @media (min-width: 1200px) { .gp-component-id-flstvjFUCs { width: 100%;padding-left: 8px;padding-right: 8px; } } .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } @media (max-width: 639px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } @media (min-width: 1200px) { .gp-component-id-VoF8EIDGf { margin-left: -8px;margin-right: -8px; } } .gp-component-id-WBAATn7ZN1 { width: 100%;margin-right: auto;margin-left: auto; } @media (max-width: 639px) { .gp-component-id-WBAATn7ZN1 { width: 100%;margin-right: auto;margin-left: auto; } } @media (max-width: 767px) and (min-width: 640px) { .gp-component-id-WBAATn7ZN1 { width: 100%;margin-right: auto;margin-left: auto;max-width: 640px; } } @media (max-width: 991px) and (min-width: 768px) { .gp-component-id-WBAATn7ZN1 { width: 100%;margin-right: auto;margin-left: auto;max-width: 768px; } } @media (max-width: 1199px) and (min-width: 992px) { .gp-component-id-WBAATn7ZN1 { width: 100%;margin-right: auto;margin-left: auto;max-width: 992px; } } @media (min-width: 1200px) { .gp-component-id-WBAATn7ZN1 { width: 100%;margin-right: auto;margin-left: auto;max-width: 1200px; } }
