:root {
--gb-container-width: 1280px;
--fs-h1: clamp(2.15rem, 1.625rem + 2.625vi, 3.6rem);
--fs-h2: clamp(1.75rem, 1.4045rem + 1.7273vi, 2.7rem);
--fs-h3: clamp(1.45rem, 1.1591rem + 1.4545vi, 2.25rem);
--fs-h4: clamp(1.25rem, 1.05rem + 1vi, 1.8rem);
--fs-h5: clamp(1.1rem, 0.9545rem + 0.7273vi, 1.5rem);
--fs-h6: clamp(1rem, 0.8727rem + 0.6364vi, 1.35rem);
--fs-p: clamp(0.95rem, 0.9318rem + 0.0909vi, 1rem);
}
body h1,
body .fs-h1,
body .gb-text:is(h1) {
font-size: var(--fs-h1);
}
body h2,
body .fs-h2,
body .gb-text:is(h2) {
font-size: var(--fs-h2);
}
body h3,
body .fs-h3,
body .gb-text:is(h3) {
font-size: var(--fs-h3);
}
body h4,
body .fs-h4,
body .gb-text:is(h4) {
font-size: var(--fs-h4);
}
body h5,
body .fs-h5,
body .gb-text:is(h5) {
font-size: var(--fs-h5);
}
body h6,
body .fs-h6,
body .gb-text:is(h6) {
font-size: var(--fs-h6);
}
body p,
body .fs-p,
body .gb-text:is(p),
body .gb-button {
font-size: var(--fs-p);
} .main-navigation .main-nav > ul > li > a {
position: relative;
color: var(--prim1);
text-decoration: none;
transition: color 0.2s ease;
}
.main-navigation .main-nav > ul > li > a::after {
content: "";
position: absolute;
left: 20px;
right: 20px;
bottom: 14px;
height: 2px;
background-color: var(--prim3);
transform: scaleX(0);
transform-origin: center;
transition: transform 0.2s ease;
}
.main-navigation .main-nav > ul > li:hover > a,
.main-navigation .main-nav > ul > li:focus-within > a,
.main-navigation .main-nav > ul > li[class*="current-menu-"] > a {
color: var(--prim3);
}
.main-navigation .main-nav > ul > li:hover > a::after,
.main-navigation .main-nav > ul > li:focus-within > a::after,
.main-navigation .main-nav > ul > li[class*="current-menu-"] > a::after {
transform: scaleX(1);
}
@media (max-width: 768px) {
.main-navigation .main-nav > ul > li > a::after {
display: none;
}
.main-navigation .main-nav > ul > li > a {
color: var(--prim1);
text-decoration: none;
}
.main-navigation .main-nav > ul > li:hover > a,
.main-navigation .main-nav > ul > li:focus-within > a,
.main-navigation .main-nav > ul > li[class*="current-menu-"] > a {
color: var(--prim3);
}
} html,
body {
width: 100%;
max-width: 100%;
overflow-x: hidden !important;
background-color: var(--prim1);
}
body {
position: relative;
} .site,
#page,
.site-content,
.inside-article,
.entry-content,
.wp-site-blocks,
.generate-sections-container,
.site-footer,
.footer-widgets,
.site-info,
.gb-container,
.gb-element {
width: 100%;
max-width: 100% !important;
box-sizing: border-box;
overflow-x: hidden !important;
} *,
*::before,
*::after {
box-sizing: border-box;
} img,
video,
iframe,
svg,
canvas {
max-width: 100%;
} .gb-element-fbg001 {
background-color: var(--prim1) !important;
overflow-x: hidden !important;
}
.gb-element-fbg002 {
background-color: transparent !important;
overflow-x: hidden !important;
} body::after {
content: none !important;
display: none !important;
} .gb-element-agb-toc {
background-color: color-mix(in srgb, var(--base) 45%, var(--base-3));
border: 1px solid color-mix(in srgb, var(--prim1) 14%, transparent);
border-radius: 8px;
box-sizing: border-box;
margin: 2rem 0 2.6rem;
padding: 1.25rem;
text-align: left;
width: 100%;
}
.gb-element-agb-toc > p {
font-size: var(--fs-p);
font-weight: 800;
line-height: 1.35;
margin: 0 0 0.75rem;
}
.gb-element-agb-toc ul {
column-gap: 1.5rem;
display: grid;
grid-auto-flow: column;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: repeat(11, auto);
list-style: none;
margin: 0;
padding: 0;
row-gap: 0.12rem;
}
.gb-element-agb-toc li {
margin-bottom: 0.38rem;
padding-left: 0;
}
.gb-element-agb-toc a {
color: var(--prim1);
font-size: var(--fs-p);
font-weight: 700;
line-height: 1.45;
text-align: left;
text-decoration: none;
transition: color 0.2s ease;
}
.gb-element-agb-toc a:is(:hover, :focus-visible) {
color: var(--prim3);
}
@media (max-width: 767px) {
.gb-element-agb-toc ul {
display: block;
grid-template-rows: none;
}
}.gb-tabs__item{display:none}.gb-tabs__item.gb-tabs__item-open{display:block}:where(:not(button)).gb-tabs__menu-item{cursor:pointer}:where(.gb-tabs[data-transition=fade] .gb-tabs__item-open){opacity:1}:where(.gb-tabs[data-transition=fade] .gb-tabs__item-transition){opacity:0}:where(.gb-tabs[data-transition=fade] .gb-tabs__item){transition:opacity .25s ease}:root{--gb-container-width:1280px;}.gb-container .wp-block-image img{vertical-align:middle;}.gb-grid-wrapper .wp-block-image{margin-bottom:0;}.gb-highlight{background:none;}.gb-shape{line-height:0;}.gb-container-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;}.gb-element-kpt201{background-color:var(--base-2);box-sizing:border-box;color:var(--prim1);max-width:100%;overflow-x:hidden;width:100%;padding:3rem 40px 4.5rem 40px}@media (max-width:1024px){.gb-element-kpt201{padding:2.5rem 20px 3.5rem 20px}}.gb-element-kpt202{margin-left:auto;margin-right:auto;max-width:1200px;width:100%}.gb-element-kpt204{align-items:stretch;display:grid;gap:1rem;grid-template-columns:1fr}.gb-element-kpt210{align-items:stretch;background-color:var(--base-3);border:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:8px;box-shadow:0 14px 34px color-mix(in srgb,var(--prim1) 10%,transparent);display:grid;gap:0;grid-template-columns:370px minmax(0,1fr) 360px;height:560px;min-height:560px;min-width:0;overflow:hidden}@media(max-width:1024px){.gb-element-kpt210{grid-template-columns:300px minmax(0,1fr) 280px}}@media(max-width:1024px){.gb-element-kpt210{grid-template-columns:1fr;height:auto;min-height:0;overflow:visible}}.gb-element-kpt232{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt233{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kptb001{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.15rem}.gb-element-kpt234{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt230{align-self:stretch;background-color:var(--base-2);border-radius:0;grid-column:3;height:100%;min-height:420px;min-width:0;overflow:hidden}.gb-element-kpt230 .wp-block-image{height:100%;margin:0}.gb-element-kpt230 img{display:block;height:100%;object-fit:cover;width:100%}@media(max-width:1024px){.gb-element-kpt230{aspect-ratio:16/10;grid-column:1;height:auto;min-height:0}}.gb-element-kpt240{align-items:stretch;background-color:var(--base-2);border:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:8px;box-shadow:0 14px 34px color-mix(in srgb,var(--prim1) 10%,transparent);display:grid;gap:0;grid-template-columns:370px minmax(0,1fr) 360px;height:560px;min-height:560px;min-width:0;overflow:hidden}@media(max-width:1024px){.gb-element-kpt240{grid-template-columns:300px minmax(0,1fr) 280px}}@media(max-width:1024px){.gb-element-kpt240{grid-template-columns:1fr;height:auto;min-height:0;overflow:visible}}.gb-element-kpt262{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt263{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kptb002{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.15rem}.gb-element-kpt264{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt260{align-self:stretch;background-color:var(--base-2);border-radius:0;grid-column:3;height:100%;min-height:420px;min-width:0;overflow:hidden}.gb-element-kpt260 .wp-block-image{height:100%;margin:0}.gb-element-kpt260 img{display:block;height:100%;object-fit:cover;width:100%}@media(max-width:1024px){.gb-element-kpt260{aspect-ratio:16/10;grid-column:1;height:auto;min-height:0}}.gb-element-kpt270{align-items:stretch;background-color:var(--base-3);border:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:8px;box-shadow:0 14px 34px color-mix(in srgb,var(--prim1) 10%,transparent);display:grid;gap:0;grid-template-columns:370px minmax(0,1fr) 360px;height:560px;min-height:560px;min-width:0;overflow:hidden}@media(max-width:1024px){.gb-element-kpt270{grid-template-columns:300px minmax(0,1fr) 280px}}@media(max-width:1024px){.gb-element-kpt270{grid-template-columns:1fr;height:auto;min-height:0;overflow:visible}}.gb-element-kpt292{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt293{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kptb003{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.15rem}.gb-element-kpt294{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt290{align-self:stretch;background-color:var(--base-2);border-radius:0;grid-column:3;height:100%;min-height:420px;min-width:0;overflow:hidden}.gb-element-kpt290 .wp-block-image{height:100%;margin:0}.gb-element-kpt290 img{display:block;height:100%;object-fit:cover;width:100%}@media(max-width:1024px){.gb-element-kpt290{aspect-ratio:16/10;grid-column:1;height:auto;min-height:0}}.gb-element-kpt300{align-items:stretch;background-color:var(--base-2);border:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:8px;box-shadow:0 14px 34px color-mix(in srgb,var(--prim1) 10%,transparent);display:grid;gap:0;grid-template-columns:370px minmax(0,1fr) 360px;height:560px;min-height:560px;min-width:0;overflow:hidden}@media(max-width:1024px){.gb-element-kpt300{grid-template-columns:300px minmax(0,1fr) 280px}}@media(max-width:1024px){.gb-element-kpt300{grid-template-columns:1fr;height:auto;min-height:0;overflow:visible}}.gb-element-kpt322{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt323{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kptb004{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.15rem}.gb-element-kpt324{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt320{align-self:stretch;background-color:var(--base-2);border-radius:0;grid-column:3;height:100%;min-height:420px;min-width:0;overflow:hidden}.gb-element-kpt320 .wp-block-image{height:100%;margin:0}.gb-element-kpt320 img{display:block;height:100%;object-fit:cover;width:100%}@media(max-width:1024px){.gb-element-kpt320{aspect-ratio:16/10;grid-column:1;height:auto;min-height:0}}.gb-element-kpt330{align-items:stretch;background-color:var(--base-3);border:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:8px;box-shadow:0 14px 34px color-mix(in srgb,var(--prim1) 10%,transparent);display:grid;gap:0;grid-template-columns:370px minmax(0,1fr) 360px;height:560px;min-height:560px;min-width:0;overflow:hidden}@media(max-width:1024px){.gb-element-kpt330{grid-template-columns:300px minmax(0,1fr) 280px}}@media(max-width:1024px){.gb-element-kpt330{grid-template-columns:1fr;height:auto;min-height:0;overflow:visible}}.gb-element-kpt352{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt353{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kptb005{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.15rem}.gb-element-kpt354{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt350{align-self:stretch;background-color:var(--base-2);border-radius:0;grid-column:3;height:100%;min-height:420px;min-width:0;overflow:hidden}.gb-element-kpt350 .wp-block-image{height:100%;margin:0}.gb-element-kpt350 img{display:block;height:100%;object-fit:cover;width:100%}@media(max-width:1024px){.gb-element-kpt350{aspect-ratio:16/10;grid-column:1;height:auto;min-height:0}}.gb-element-kpt360{align-items:stretch;background-color:var(--base-2);border:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:8px;box-shadow:0 14px 34px color-mix(in srgb,var(--prim1) 10%,transparent);display:grid;gap:0;grid-template-columns:370px minmax(0,1fr) 360px;height:560px;min-height:560px;min-width:0;overflow:hidden}@media(max-width:1024px){.gb-element-kpt360{grid-template-columns:300px minmax(0,1fr) 280px}}@media(max-width:1024px){.gb-element-kpt360{grid-template-columns:1fr;height:auto;min-height:0;overflow:visible}}.gb-element-kpt382{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt383{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kptb006{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.15rem}.gb-element-kpt384{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt380{align-self:stretch;background-color:var(--base-2);border-radius:0;grid-column:3;height:100%;min-height:420px;min-width:0;overflow:hidden}.gb-element-kpt380 .wp-block-image{height:100%;margin:0}.gb-element-kpt380 img{display:block;height:100%;object-fit:cover;width:100%}@media(max-width:1024px){.gb-element-kpt380{aspect-ratio:16/10;grid-column:1;height:auto;min-height:0}}.gb-element-kpt390{align-items:stretch;background-color:var(--base-3);border:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:8px;box-shadow:0 14px 34px color-mix(in srgb,var(--prim1) 10%,transparent);display:grid;gap:0;grid-template-columns:370px minmax(0,1fr) 360px;height:560px;min-height:560px;min-width:0;overflow:hidden}@media(max-width:1024px){.gb-element-kpt390{grid-template-columns:300px minmax(0,1fr) 280px}}@media(max-width:1024px){.gb-element-kpt390{grid-template-columns:1fr;height:auto;min-height:0;overflow:visible}}.gb-element-kpt412{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt413{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kptb007{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.15rem}.gb-element-kpt414{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt410{align-self:stretch;background-color:var(--base-2);border-radius:0;grid-column:3;height:100%;min-height:420px;min-width:0;overflow:hidden}.gb-element-kpt410 .wp-block-image{height:100%;margin:0}.gb-element-kpt410 img{display:block;height:100%;object-fit:cover;width:100%}@media(max-width:1024px){.gb-element-kpt410{aspect-ratio:16/10;grid-column:1;height:auto;min-height:0}}.gb-element-kpt420{align-items:stretch;background-color:var(--base-2);border:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:8px;box-shadow:0 14px 34px color-mix(in srgb,var(--prim1) 10%,transparent);display:grid;gap:0;grid-template-columns:370px minmax(0,1fr) 360px;height:560px;min-height:560px;min-width:0;overflow:hidden}@media(max-width:1024px){.gb-element-kpt420{grid-template-columns:300px minmax(0,1fr) 280px}}@media(max-width:1024px){.gb-element-kpt420{grid-template-columns:1fr;height:auto;min-height:0;overflow:visible}}.gb-element-kpt442{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt443{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kptb008{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.15rem}.gb-element-kpt444{background-color:var(--prim3);height:3px;margin-bottom:1.8rem;width:48px}.gb-element-kpt440{align-self:stretch;background-color:var(--base-2);border-radius:0;grid-column:3;height:100%;min-height:420px;min-width:0;overflow:hidden}.gb-element-kpt440 .wp-block-image{height:100%;margin:0}.gb-element-kpt440 img{display:block;height:100%;object-fit:cover;width:100%}@media(max-width:1024px){.gb-element-kpt440{aspect-ratio:16/10;grid-column:1;height:auto;min-height:0}}.gb-element-fbg001{background:radial-gradient(circle at 14% 18%,color-mix(in srgb,var(--prim2) 34%,transparent) 0%,transparent 36%),radial-gradient(circle at 86% 14%,color-mix(in srgb,var(--prim3) 38%,transparent) 0%,transparent 34%),linear-gradient(135deg,var(--prim1) 0%,color-mix(in srgb,var(--prim1) 82%,var(--prim2)) 48%,color-mix(in srgb,var(--prim1) 76%,var(--prim3)) 100%);box-sizing:border-box;color:#ffffff;contain:paint;font-family:Inter,Arial,sans-serif;margin-left:0px;margin-right:0px;max-width:100%;overflow-x:hidden;width:100%}.gb-element-fbg001 a{overflow-wrap:anywhere;transition:color 0.2s ease}.gb-element-fbg001 a:is(:hover,:focus-visible){color:var(--prim3)}.gb-element-fbg002{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:min(1280px,100%);overflow-x:hidden;width:100%;padding:5rem 2rem 1.5rem 2rem}@media (max-width:767px){.gb-element-fbg002{padding:3rem 1.25rem 1.25rem 1.25rem}}.gb-element-fbg003{align-items:start;column-gap:5rem;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,.95fr) minmax(0,1fr);row-gap:3rem}.gb-element-fbg003>*{min-width:0px}@media (max-width:1024px){.gb-element-fbg003{column-gap:3rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.gb-element-fbg003{grid-template-columns:minmax(0,1fr);row-gap:2.5rem;text-align:center}.gb-element-fbg003 a{margin-left:auto;margin-right:auto}.gb-element-fbg003 .fbg-mobile-break{display:none}.gb-element-fbg003 .fs-h6{white-space:nowrap}}.gb-element-fbg005{align-items:center;column-gap:1rem;display:flex;margin-bottom:2.5rem}@media (max-width:767px){.gb-element-fbg005{justify-content:center}}.gb-element-fbg080{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:5rem;padding-top:2.25rem}@media (max-width:767px){.gb-element-fbg080{align-items:center;flex-direction:column;margin-top:3rem;padding-top:1.5rem;text-align:center}}.gb-element-fbg082{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:flex-end}@media (max-width:767px){.gb-element-fbg082{gap:.85rem;justify-content:center}}.gb-element-kpl001{align-items:center;background-color:#00192d;background-image:var(--inline-bg-image);background-position:center center;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;color:#ffffff;display:flex;max-width:100%;min-height:560px;overflow-x:hidden;position:relative;width:100%;padding:94px 40px 96px 40px}@media (max-width:1024px){.gb-element-kpl001{background-position:58% center;min-height:520px;padding:76px 30px}}@media (max-width:767px){.gb-element-kpl001{background-position:60% center;min-height:auto;padding:68px 22px}}.gb-element-kpl002{margin-left:auto;margin-right:auto;max-width:1200px;width:100%}.gb-element-kpl003{max-width:800px;width:100%}@media(max-width:767px){.gb-element-kpl003{max-width:100%}}.gb-text-e67b718f{font-weight:600;padding-bottom:10px}.gb-text-kpt224{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt223{color:var(--prim1);line-height:1.58;margin:0}.gb-text-kpt227{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt226{color:color-mix(in srgb,var(--prim1) 76%,transparent);line-height:1.58;margin:0}.gb-text-kptb0011{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0012{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0013{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0014{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0015{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kpt231{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt254{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt253{color:var(--prim1);line-height:1.58;margin:0}.gb-text-a6aa0bfc{padding-top:10px}.gb-text-kpt257{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt256{color:color-mix(in srgb,var(--prim1) 76%,transparent);line-height:1.58;margin:0}.gb-text-kptb0021{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0022{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0023{align-items:center;background-color:#198754;border-radius:5px;color:#ffffff;display:inline-flex;font-weight:850;line-height:1;white-space:nowrap;padding:.42rem .58rem}.gb-text-kptb0024{align-items:center;background-color:#198754;border-radius:5px;color:#ffffff;display:inline-flex;font-weight:850;line-height:1;white-space:nowrap;padding:.42rem .58rem}.gb-text-kptb0025{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kpt261{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt284{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt283{color:var(--prim1);line-height:1.58;margin:0;padding-bottom:10px}.gb-text-a36af95b{color:var(--prim1)}.gb-text-kpt287{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt286{color:var(--prim1);line-height:1.58;margin:0}.gb-text-kptb0031{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0032{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0033{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0034{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0035{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kpt291{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt314{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt313{color:var(--prim1);line-height:1.58;margin:0}.gb-text-kpt317{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt316{color:var(--prim1);line-height:1.58;margin:0;padding-bottom:10px}.gb-text-kptb0041{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0042{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0043{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0044{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0045{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kpt321{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt344{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt343{color:var(--prim1);line-height:1.58;margin:0}.gb-text-kpt347{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt346{color:var(--prim1);line-height:1.58;margin:0;padding-bottom:10px}.gb-text-kptb0051{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0052{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0053{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0054{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0055{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kpt351{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt374{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt373{color:var(--prim1);line-height:1.58;margin:0;padding-bottom:10px}.gb-text-kpt377{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt376{color:var(--prim1);line-height:1.58;margin:0}.gb-text-kptb0061{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0062{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0063{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0064{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0065{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kpt381{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt404{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt403{color:var(--prim1);line-height:1.58;margin:0}.gb-text-kpt407{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt406{color:var(--prim1);line-height:1.58;margin:0}.gb-text-kptb0071{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0072{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0073{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0074{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0075{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kpt411{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt434{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt433{color:var(--prim1);line-height:1.58;margin:0;padding-bottom:10px}.gb-text-kpt437{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-kpt436{color:var(--prim1);line-height:1.58;margin:0}.gb-text-kptb0081{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0082{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0083{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0084{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kptb0085{align-items:center;background-color:#198754;border-radius:5px;color:#fff;display:inline-flex;font-weight:850;line-height:1;padding:.42rem .58rem;white-space:nowrap}.gb-text-kpt441{color:var(--prim1);font-weight:900;letter-spacing:0;line-height:1.14;margin-bottom:1.15rem;margin-top:0}.gb-text-fbg011{color:var(--base);font-weight:700;line-height:1.45;margin-bottom:.75rem}.gb-text-fbg012{color:#ffffff;display:inline-flex;line-height:1.45;margin-bottom:0.75rem;text-decoration:none}@media (max-width:767px){.gb-text-fbg012{display:block}}.gb-text-fbg013{color:#ffffff;display:inline-flex;line-height:1.45;margin-bottom:0px;text-decoration:none}@media (max-width:767px){.gb-text-fbg013{display:block}}.gb-text-fbg021{color:var(--base);font-weight:700;line-height:1.35;margin-bottom:0.9rem}.gb-text-fbg022{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg023{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg024{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg026{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg027{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg028{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg045{color:var(--base);font-weight:700;line-height:1.35;margin-bottom:0.9rem}.gb-text-fbg047{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg049{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg048{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg050{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg061{color:var(--base);font-weight:700;line-height:1.35;margin-bottom:0.9rem}.gb-text-fbg063{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg064{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg065{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg066{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg068{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-7522f556{color:#ffffff;display:block;line-height:1.45;margin-bottom:0.85rem;text-decoration:none}.gb-text-fbg070{color:#ffffff;display:block;line-height:1.45;margin-bottom:0px;text-decoration:none}.gb-text-fbg081{color:#ffffff;font-weight:500;line-height:1.5}.gb-text-fbg081 .fbg-rights{display:inline}@media (max-width:767px){.gb-text-fbg081 .fbg-rights{display:block}}.gb-text-fbg083{color:#ffffff;font-weight:500;line-height:1.5;text-decoration:none}.gb-text-kpl004{color:var(--prim3);font-weight:500;letter-spacing:0;line-height:1.15;margin-bottom:24px;margin-top:0;text-transform:uppercase}.gb-text-kpl005{color:#ffffff;font-weight:900;letter-spacing:0;line-height:1.05;margin-bottom:34px;margin-top:0;max-width:760px}.gb-text-kpl005 .kpl-title-accent{color:var(--prim3);display:block}.gb-text-kpl006{color:rgba(255,255,255,0.92);font-weight:500;line-height:1.72;margin-bottom:0;margin-top:0;max-width:680px}.gb-tabs-kpt213{align-self:stretch;display:grid;gap:0;grid-column:1/3;grid-template-columns:370px minmax(0,1fr);min-height:0;min-width:0}@media(max-width:1024px){.gb-tabs-kpt213{grid-template-columns:300px minmax(0,1fr)}}@media(max-width:1024px){.gb-tabs-kpt213{display:flex;flex-direction:column;grid-column:1}}.gb-tabs-kpt243{align-self:stretch;display:grid;gap:0;grid-column:1/3;grid-template-columns:370px minmax(0,1fr);min-height:0;min-width:0}@media(max-width:1024px){.gb-tabs-kpt243{grid-template-columns:300px minmax(0,1fr)}}@media(max-width:1024px){.gb-tabs-kpt243{display:flex;flex-direction:column;grid-column:1}}.gb-tabs-kpt273{align-self:stretch;display:grid;gap:0;grid-column:1/3;grid-template-columns:370px minmax(0,1fr);min-height:0;min-width:0}@media(max-width:1024px){.gb-tabs-kpt273{grid-template-columns:300px minmax(0,1fr)}}@media(max-width:1024px){.gb-tabs-kpt273{display:flex;flex-direction:column;grid-column:1}}.gb-tabs-kpt303{align-self:stretch;display:grid;gap:0;grid-column:1/3;grid-template-columns:370px minmax(0,1fr);min-height:0;min-width:0}@media(max-width:1024px){.gb-tabs-kpt303{grid-template-columns:300px minmax(0,1fr)}}@media(max-width:1024px){.gb-tabs-kpt303{display:flex;flex-direction:column;grid-column:1}}.gb-tabs-kpt333{align-self:stretch;display:grid;gap:0;grid-column:1/3;grid-template-columns:370px minmax(0,1fr);min-height:0;min-width:0}@media(max-width:1024px){.gb-tabs-kpt333{grid-template-columns:300px minmax(0,1fr)}}@media(max-width:1024px){.gb-tabs-kpt333{display:flex;flex-direction:column;grid-column:1}}.gb-tabs-kpt363{align-self:stretch;display:grid;gap:0;grid-column:1/3;grid-template-columns:370px minmax(0,1fr);min-height:0;min-width:0}@media(max-width:1024px){.gb-tabs-kpt363{grid-template-columns:300px minmax(0,1fr)}}@media(max-width:1024px){.gb-tabs-kpt363{display:flex;flex-direction:column;grid-column:1}}.gb-tabs-kpt393{align-self:stretch;display:grid;gap:0;grid-column:1/3;grid-template-columns:370px minmax(0,1fr);min-height:0;min-width:0}@media(max-width:1024px){.gb-tabs-kpt393{grid-template-columns:300px minmax(0,1fr)}}@media(max-width:1024px){.gb-tabs-kpt393{display:flex;flex-direction:column;grid-column:1}}.gb-tabs-kpt423{align-self:stretch;display:grid;gap:0;grid-column:1/3;grid-template-columns:370px minmax(0,1fr);min-height:0;min-width:0}@media(max-width:1024px){.gb-tabs-kpt423{grid-template-columns:300px minmax(0,1fr)}}@media(max-width:1024px){.gb-tabs-kpt423{display:flex;flex-direction:column;grid-column:1}}.gb-tabs__menu-kpt214{align-items:stretch;display:flex;flex-direction:column;height:100%;row-gap:0}@media(max-width:1024px){.gb-tabs__menu-kpt214{height:auto;width:100%}}.gb-tabs__menu-kpt244{align-items:stretch;display:flex;flex-direction:column;height:100%;row-gap:0}@media(max-width:1024px){.gb-tabs__menu-kpt244{height:auto;width:100%}}.gb-tabs__menu-kpt274{align-items:stretch;display:flex;flex-direction:column;height:100%;row-gap:0}@media(max-width:1024px){.gb-tabs__menu-kpt274{height:auto;width:100%}}.gb-tabs__menu-kpt304{align-items:stretch;display:flex;flex-direction:column;height:100%;row-gap:0}@media(max-width:1024px){.gb-tabs__menu-kpt304{height:auto;width:100%}}.gb-tabs__menu-kpt334{align-items:stretch;display:flex;flex-direction:column;height:100%;row-gap:0}@media(max-width:1024px){.gb-tabs__menu-kpt334{height:auto;width:100%}}.gb-tabs__menu-kpt364{align-items:stretch;display:flex;flex-direction:column;height:100%;row-gap:0}@media(max-width:1024px){.gb-tabs__menu-kpt364{height:auto;width:100%}}.gb-tabs__menu-kpt394{align-items:stretch;display:flex;flex-direction:column;height:100%;row-gap:0}@media(max-width:1024px){.gb-tabs__menu-kpt394{height:auto;width:100%}}.gb-tabs__menu-kpt424{align-items:stretch;display:flex;flex-direction:column;height:100%;row-gap:0}@media(max-width:1024px){.gb-tabs__menu-kpt424{height:auto;width:100%}}.gb-tabs__menu-item-kpt215{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt215::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt215::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt215:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt215:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt215:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt215:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt215{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt215::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt217{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt217::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt217::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt217:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt217:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt217:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt217:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt217{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt217::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt219{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt219::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt219::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt219:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt219:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt219:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt219:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt219{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt219::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt245{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;text-align:left;width:100%;padding:1.1rem 1.5rem 1.1rem 2rem}.gb-tabs__menu-item-kpt245::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt245::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;mask-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E');mask-position:center;mask-repeat:no-repeat;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt245:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt245:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt245:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}.gb-tabs__menu-item-kpt245:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}@media (max-width:1024px){.gb-tabs__menu-item-kpt245{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}}.gb-tabs__menu-item-kpt247{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt247::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt247::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt247:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt247:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt247:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt247:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt247{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt247::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt249{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt249::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt249::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt249:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt249:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt249:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt249:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt249{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt249::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt275{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;text-align:left;width:100%;padding:1.1rem 1.5rem 1.1rem 2rem}.gb-tabs__menu-item-kpt275::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt275::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;mask-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E');mask-position:center;mask-repeat:no-repeat;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt275:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt275:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt275:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}.gb-tabs__menu-item-kpt275:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}@media (max-width:1024px){.gb-tabs__menu-item-kpt275{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}}.gb-tabs__menu-item-kpt277{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;text-align:left;width:100%;padding:1.1rem 1.5rem 1.1rem 2rem}.gb-tabs__menu-item-kpt277::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt277::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;mask-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E');mask-position:center;mask-repeat:no-repeat;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt277:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt277:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt277:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}.gb-tabs__menu-item-kpt277:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}@media (max-width:1024px){.gb-tabs__menu-item-kpt277{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}}.gb-tabs__menu-item-kpt279{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;text-align:left;width:100%;padding:1.1rem 1.5rem 1.1rem 2rem}.gb-tabs__menu-item-kpt279::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt279::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;mask-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E');mask-position:center;mask-repeat:no-repeat;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt279:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt279:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt279:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}.gb-tabs__menu-item-kpt279:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}@media (max-width:1024px){.gb-tabs__menu-item-kpt279{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}}.gb-tabs__menu-item-kpt305{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt305::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt305::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt305:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt305:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt305:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt305:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt305{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt305::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt307{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;text-align:left;width:100%;padding:1.1rem 1.5rem 1.1rem 2rem}.gb-tabs__menu-item-kpt307::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt307::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;mask-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E');mask-position:center;mask-repeat:no-repeat;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt307:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt307:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt307:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}.gb-tabs__menu-item-kpt307:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}@media (max-width:1024px){.gb-tabs__menu-item-kpt307{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}}.gb-tabs__menu-item-kpt309{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt309::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt309::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt309:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt309:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt309:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt309:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt309{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt309::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt335{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt335::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt335::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt335:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt335:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt335:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt335:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt335{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt335::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt337{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt337::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt337::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt337:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt337:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt337:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt337:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt337{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt337::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt339{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt339::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt339::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt339:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt339:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt339:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt339:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt339{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt339::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt365{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt365::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt365::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt365:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt365:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt365:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt365:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt365{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt365::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt367{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;text-align:left;width:100%;padding:1.1rem 1.5rem 1.1rem 2rem}.gb-tabs__menu-item-kpt367::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt367::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;mask-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E');mask-position:center;mask-repeat:no-repeat;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt367:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt367:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt367:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}.gb-tabs__menu-item-kpt367:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}@media (max-width:1024px){.gb-tabs__menu-item-kpt367{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}}.gb-tabs__menu-item-kpt369{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt369::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt369::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt369:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt369:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt369:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt369:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt369{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt369::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt395{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt395::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt395::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt395:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt395:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt395:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt395:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt395{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt395::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt397{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt397::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt397::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt397:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt397:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt397:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt397:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt397{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt397::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt399{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt399::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt399::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt399:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt399:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt399:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt399:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt399{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt399::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt425{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt425::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.5%207a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1zM5%209.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5m0%202a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.5%200H4a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V4.5zm0%201v2A1.5%201.5%200%200%200%2011%204.5h2V14a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1z%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt425::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt425:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt425:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt425:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt425:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt425{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt425::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt427{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt427::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5.338%201.59a61%2061%200%200%200-2.837.856.48.48%200%200%200-.328.39c-.554%204.157.726%207.19%202.253%209.188a10.7%2010.7%200%200%200%202.287%202.233c.346.244.652.42.893.533q.18.085.293.118a1%201%200%200%200%20.101.025%201%201%200%200%200%20.1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7%2010.7%200%200%200%202.287-2.233c1.527-1.997%202.807-5.031%202.253-9.188a.48.48%200%200%200-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552%201.29%208.531%201.067%208%201.067c-.53%200-1.552.223-2.662.524zM5.072.56C6.157.265%207.31%200%208%200s1.843.265%202.928.56c1.11.3%202.229.655%202.887.87a1.54%201.54%200%200%201%201.044%201.262c.596%204.477-.787%207.795-2.465%209.99a11.8%2011.8%200%200%201-2.517%202.453%207%207%200%200%201-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7%207%200%200%201-1.048-.625%2011.8%2011.8%200%200%201-2.517-2.453C1.928%2010.487.545%207.169%201.141%202.692A1.54%201.54%200%200%201%202.185%201.43%2063%2063%200%200%201%205.072.56%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.854%205.146a.5.5%200%200%201%200%20.708l-3%203a.5.5%200%200%201-.708%200l-1.5-1.5a.5.5%200%201%201%20.708-.708L7.5%207.793l2.646-2.647a.5.5%200%200%201%20.708%200%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt427::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt427:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt427:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt427:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt427:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt427{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt427::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__menu-item-kpt429{align-items:center;background-color:var(--base-3);border:0;border-bottom:1px solid color-mix(in srgb,var(--prim1) 10%,transparent);border-radius:0;color:var(--prim1);column-gap:1rem;cursor:pointer;display:grid;flex:1 1 0;font-weight:900;grid-template-columns:48px minmax(0,1fr) 24px;line-height:1.2;min-height:140px;padding:1.1rem 1.5rem 1.1rem 2rem;text-align:left;width:100%}.gb-tabs__menu-item-kpt429::before{background-color:color-mix(in srgb,var(--prim1) 46%,transparent);content:"";display:block;height:34px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%208a1%201%200%201%201-2%200%201%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200%201%201%200%200%201%202%200m3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202%27%2F%3E%3Cpath%20fill%3D%27black%27%20d%3D%27m2.165%2015.803.02-.004c1.83-.363%202.948-.842%203.468-1.105A9%209%200%200%200%208%2015c4.418%200%208-3.134%208-7s-3.582-7-8-7-8%203.134-8%207c0%201.76.743%203.37%201.97%204.6a10.4%2010.4%200%200%201-.524%202.318l-.003.011a11%2011%200%200%201-.244.637c-.079.186.074.394.273.362a22%2022%200%200%200%20.693-.125m.8-3.108a1%201%200%200%200-.287-.801C1.618%2010.83%201%209.468%201%208c0-3.192%203.004-6%207-6s7%202.808%207%206-3.004%206-7%206a8%208%200%200%201-2.088-.272%201%201%200%200%200-.711.074c-.387.196-1.24.57-2.634.893a11%2011%200%200%200%20.398-2%27%2F%3E%3C%2Fsvg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:34px 34px;mask-size:34px 34px;width:34px}.gb-tabs__menu-item-kpt429::after{border-bottom:3px solid currentColor;border-right:3px solid currentColor;content:"";display:block;height:10px;justify-self:end;transform:rotate(-45deg);width:10px}.gb-tabs__menu-item-kpt429:is(:hover,:focus){background-color:color-mix(in srgb,var(--prim3) 7%,var(--base-3));color:var(--prim1)}.gb-tabs__menu-item-kpt429:focus-visible{box-shadow:inset 0 0 0 3px color-mix(in srgb,var(--prim3) 28%,transparent);outline:2px solid var(--prim3);outline-offset:-4px}.gb-tabs__menu-item-kpt429:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus){background-color:var(--prim3);border-color:var(--prim3);color:var(--base-3)}.gb-tabs__menu-item-kpt429:is(.gb-block-is-current,.gb-block-is-current:hover,.gb-block-is-current:focus)::before{background-color:var(--base-3)}@media(max-width:1024px){.gb-tabs__menu-item-kpt429{grid-template-columns:36px minmax(0,1fr) 18px;min-height:76px;padding:.85rem 1.1rem}.gb-tabs__menu-item-kpt429::before{height:26px;width:26px;-webkit-mask-size:26px 26px;mask-size:26px 26px}}.gb-tabs__items-kpt221{align-self:stretch;background-color:transparent;border:0;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;min-width:0;padding:2rem 2.6rem}@media(max-width:1024px){.gb-tabs__items-kpt221{padding-left:2rem;padding-right:2rem}}@media(max-width:1024px){.gb-tabs__items-kpt221{justify-content:flex-start;overflow:visible;padding:1.5rem 1.25rem 1.75rem}}.gb-tabs__items-kpt251{align-self:stretch;background-color:transparent;border:0;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;min-width:0;padding:2rem 2.6rem}@media (max-width:1024px){.gb-tabs__items-kpt251{justify-content:flex-start;overflow:visible;padding:1.5rem 1.25rem 1.75rem 1.25rem}}.gb-tabs__items-kpt281{align-self:stretch;background-color:transparent;border:0;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;min-width:0;padding:2rem 2.6rem}@media(max-width:1024px){.gb-tabs__items-kpt281{padding-left:2rem;padding-right:2rem}}@media(max-width:1024px){.gb-tabs__items-kpt281{justify-content:flex-start;overflow:visible;padding:1.5rem 1.25rem 1.75rem}}.gb-tabs__items-kpt311{align-self:stretch;background-color:transparent;border:0;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;min-width:0;padding:2rem 2.6rem}@media(max-width:1024px){.gb-tabs__items-kpt311{padding-left:2rem;padding-right:2rem}}@media(max-width:1024px){.gb-tabs__items-kpt311{justify-content:flex-start;overflow:visible;padding:1.5rem 1.25rem 1.75rem}}.gb-tabs__items-kpt341{align-self:stretch;background-color:transparent;border:0;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;min-width:0;padding:2rem 2.6rem}@media(max-width:1024px){.gb-tabs__items-kpt341{padding-left:2rem;padding-right:2rem}}@media(max-width:1024px){.gb-tabs__items-kpt341{justify-content:flex-start;overflow:visible;padding:1.5rem 1.25rem 1.75rem}}.gb-tabs__items-kpt371{align-self:stretch;background-color:transparent;border:0;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;min-width:0;padding:2rem 2.6rem}@media (max-width:1024px){.gb-tabs__items-kpt371{justify-content:flex-start;overflow:visible;padding:1.5rem 1.25rem 1.75rem 1.25rem}}.gb-tabs__items-kpt401{align-self:stretch;background-color:transparent;border:0;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;min-width:0;padding:2rem 2.6rem}@media(max-width:1024px){.gb-tabs__items-kpt401{padding-left:2rem;padding-right:2rem}}@media(max-width:1024px){.gb-tabs__items-kpt401{justify-content:flex-start;overflow:visible;padding:1.5rem 1.25rem 1.75rem}}.gb-tabs__items-kpt431{align-self:stretch;background-color:transparent;border:0;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;min-width:0;padding:2rem 2.6rem}@media(max-width:1024px){.gb-tabs__items-kpt431{padding-left:2rem;padding-right:2rem}}@media(max-width:1024px){.gb-tabs__items-kpt431{justify-content:flex-start;overflow:visible;padding:1.5rem 1.25rem 1.75rem}}.gb-media-kpt230m{display:block;height:100%;max-width:100%;object-fit:cover;width:100%}.gb-media-kpt260m{display:block;height:100%;max-width:100%;object-fit:cover;width:100%}.gb-media-kpt290m{display:block;height:100%;max-width:100%;object-fit:cover;width:100%}.gb-media-kpt320m{display:block;height:100%;max-width:100%;object-fit:cover;width:100%}.gb-media-kpt350m{display:block;height:100%;max-width:100%;object-fit:cover;width:100%}.gb-media-kpt380m{display:block;height:100%;max-width:100%;object-fit:cover;width:100%}.gb-media-kpt410m{display:block;height:100%;max-width:100%;object-fit:cover;width:100%}.gb-media-kpt440m{display:block;height:100%;max-width:100%;object-fit:cover;width:100%}.gb-media-fbg090{display:block;height:100px;max-width:100%;width:auto}