* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

:root {
    --gjs-t-color-primary: #DFA245;
    --gjs-t-color-secondary: #0B2239;
    --gjs-t-color-accent: #ffffff;
    --gjs-t-color-success: #999999;
    --gjs-t-color-warning: #ffc107;
    --gjs-t-color-error: #dc3545;
}

html {
    scroll-behavior: smooth;
}

.gjs-t-body {
    background-color: inherit;
    color: #555555;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: Roboto;
}

.gjs-t-h1 {
    color: var(--gjs-t-color-secondary);
    font-size: 2.5rem;
    line-height: 2.7rem;
}

.gjs-t-h2 {
    color: var(--gjs-t-color-secondary);
    font-size: 1.3rem;
    line-height: 1.75rem;
}

.gjs-t-button {
    background-color: var(--gjs-t-color-primary);
    color: #ffffff;
    border-radius: 0.3rem;
}

.gjs-t-link {
    color: var(--gjs-t-color-primary);
    text-decoration: none;
}

.gjs-t-border {
    border-radius: 0.3rem;
    border-color: #e0e0e0;
}

.gjs-container {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.gjs-section {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
}

.gjs-link-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.gjs-link-box:hover {
    background-color: #0B2239;
    color: #ffffff;
}

.gjs-t-link {
    color: #555555;
    transition: color 0.3s ease;
}

.gjs-t-link:hover {
    color: #DFA245;
}

#inav {
    padding-top: 0px;
    padding-bottom: 0px;
    position: sticky;
    top: 0px;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar {
    width: 100%;
}

.navbar-cnt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand h1 {
    font-size: 1.8rem;
    color: #DFA245;
    margin: 0;
}

.navbar-menu-toggle {
    display: none;
}

.navbar-items-c {
    display: flex;
    align-items: center;
}

.navbar-menu-nav {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.nav-links {
    color: #0B2239;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links:hover {
    color: #DFA245;
}

#ift1icon img,
#ift2icon img,
#ift3icon img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 20px;
    position: relative;
}

#isrv1icon img,
#isrv2icon img,
#isrv3icon img,
#isrv4icon img,
#isrv5icon img,
#isrv6icon img {
    width: 100px;
    height: 100px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#iappphoneicon img,
#iappemailicon img {
    width: 50px;
    height: 50px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#ifootcol2 .gjs-t-link,
#ifootcol3 .gjs-t-link,
#ifootcol4 .gjs-t-link {
    color: #ffffff;
}

#ifootcol2 .gjs-t-link:hover,
#ifootcol3 .gjs-t-link:hover,
#ifootcol4 .gjs-t-link:hover {
    color: #DFA245;
}

#iblog1>*,
#iblog2>*,
#iblog3>* {
    padding-left: 25px;
    padding-right: 25px;
}

#ib7x {
    font-family: Roboto;
    color: #555555;
    background-color: rgba(11, 15, 26, 1);
}

.gjs-icon {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    vertical-align: middle;
    fill: currentColor;
    width: 50px;
    height: 50px;
}

#ipjemv {
    width: 35px;
    height: 35px;
    color: #0B2239;
}

.navbar-container {
    max-width: 950px;
    margin: 0 auto;
    width: 95%;
}

.navbar-container::after {
    content: "";
    clear: both;
    display: block;
}

.navbar-menu {
    padding: 10px 0;
    display: block;
    float: right;
    margin: 0;
}

.navbar-menu-link {
    margin: 0;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
}

.navbar-burger {
    margin: 10px 0;
    width: 45px;
    padding: 5px 10px;
    display: none;
    float: right;
    cursor: pointer;
}

.navbar-burger-line {
    padding: 1px;
    background-color: white;
    margin: 5px 0;
}

#ih1 {
    color: #DFA245;
}

.gjs-plg-flex-column {
    flex-grow: 1;
}

.gjs-plg-flex-row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}

#docs-internal-guid-a349cf60-7fff-9c65-7af8-d29a4865db96 {
    font-weight: normal;
}

#i77n3p {
    line-height: 1.38;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

#ifri25 {
    font-weight: normal;
}

#icuf8w {
    line-height: 1.38;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

#im1ksk {
    font-weight: normal;
}

#iuv5bp {
    line-height: 1.38;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

#i1nzir {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#if5m2k {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#ih369b {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#ixmhyj {
    display: flex;
}

#iv53uw {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#if32q7 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#ig9n4q {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#docs-internal-guid-a8f062c0-7fff-6a08-b050-129d8038cb5d {
    font-weight: normal;
}

#iys38b {
    line-height: 1.38;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

#i81u6g {
    font-weight: normal;
}

#iq4qm8 {
    line-height: 1.38;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

#idgswv {
    font-weight: normal;
}

#itqv9o {
    line-height: 1.38;
    margin-top: 12pt;
}

#if0k3o {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe {
    width: 100%;
    margin-top: 20px;
}

#igenbq {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#it1vf4 {
    margin-top: 10px;
    color: rgba(255, 246, 93, 1);
    font-weight: 600;
    font-size: 17px;
    vertical-align: top;
}

.gjs-plg-accordion-marker {
    min-width: 24px;
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease-in-out;
}

.gjs-plg-accordion-marker-open {
    transform: rotateZ(180deg);
}

summary {
    list-style: none;
}

.gjs-plg-accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.gjs-plg-accordion::details-content {
    opacity: 0;
    block-size: 0;
    overflow: hidden;
    transform: translateY(-5px);
    transition-property: opacity, transform, block-size, content-visibility;
    transition-behavior: normal, normal, normal, allow-discrete;
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
}

.gjs-plg-accordion[open]::details-content {
    opacity: 1;
    transform: translateY(0);
    block-size: auto;
}

#i1xevh {
    font-size: 8pt;
}

#i7e2oi {
    font-weight: normal;
}

#ic9y {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

#iw67gl {
    width: 100%;
    background-color: #151b2e;
    padding-left: 40px;
    padding-right: 40px;
}

#ia6q0k {
    color: rgba(168, 168, 168, 1);
}

#ih369b-3 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3 {
    display: flex;
}

#igenbq-3 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#ig9n4q-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#ih369b-3-2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2 {
    display: flex;
}

#igenbq-3-2 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#ig9n4q-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#ih6872-2 {
    line-height: 1.38;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

#docs-internal-guid-97abbd1a-7fff-4924-5c4a-b6b1e448ce0b-2 {
    font-weight: normal;
}

#iiq88g-2 {
    font-weight: normal;
}

#i4ypi9-2 {
    font-weight: normal;
}

#ij87qx-2 {
    font-weight: normal;
}

#ih369b-3-2-2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2-2 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2-2 {
    display: flex;
}

#igenbq-3-2-2 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#docs-internal-guid-97abbd1a-7fff-4924-5c4a-b6b1e448ce0b-2-2 {
    font-weight: normal;
}

#ih6872-2-2 {
    line-height: 1.38;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

#iiq88g-2-2 {
    font-weight: normal;
}

#i4ypi9-2-2 {
    font-weight: normal;
}

#ij87qx-2-2 {
    font-weight: normal;
}

#ig9n4q-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2-2 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2-2 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2-2 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2-2 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#docs-internal-guid-d791596f-7fff-45ec-c416-bd9e36d8488e {
    font-weight: normal;
}

#ikb2x9 {
    line-height: 1.38;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

#ih369b-3-2-3 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2-3 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2-3 {
    display: flex;
}

#igenbq-3-2-3 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#docs-internal-guid-97abbd1a-7fff-4924-5c4a-b6b1e448ce0b-2-2 {
    font-weight: normal;
}

#ih6872-2-2 {
    line-height: 1.38;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

#iiq88g-2-2 {
    font-weight: normal;
}

#i4ypi9-2-2 {
    font-weight: normal;
}

#ij87qx-2-2 {
    font-weight: normal;
}

#ig9n4q-2-2-3 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2-3 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2-3 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2-3 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2-3 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2-3 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#docs-internal-guid-256a4010-7fff-4854-8493-3f4cfcccec07 {
    font-weight: normal;
}

#iquhdn {
    line-height: 1.38;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

#ih369b-3-2-2-2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2-2-2 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2-2-2 {
    display: flex;
}

#igenbq-3-2-2-2 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#docs-internal-guid-d791596f-7fff-45ec-c416-bd9e36d8488e-2 {
    font-weight: normal;
}

#i637uy {
    line-height: 1.38;
    margin-top: 12pt;
    margin-bottom: 12pt;
}

#ig9n4q-2-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2-2-2 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2-2-2 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2-2-2 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2-2-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2-2-2 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#docs-internal-guid-07af1352-7fff-8bf2-aaaf-aea58e8d1c71 {
    font-weight: normal;
}

#ik1m6h {
    line-height: 1.38;
    margin-top: 0pt;
    margin-bottom: 0pt;
}

#iolkoc {
    font-weight: normal;
}

#ih369b-3-2-2-2-2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2-2-2-2 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2-2-2-2 {
    display: flex;
}

#igenbq-3-2-2-2-2 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#docs-internal-guid-07af1352-7fff-8bf2-aaaf-aea58e8d1c71-2 {
    font-weight: normal;
}

#iolkoc-2 {
    font-weight: normal;
}

#ig9n4q-2-2-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2-2-2-2 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2-2-2-2 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2-2-2-2 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2-2-2-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2-2-2-2 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#ih369b-3-2-2-2-2-2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2-2-2-2-2 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2-2-2-2-2 {
    display: flex;
}

#igenbq-3-2-2-2-2-2 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#docs-internal-guid-07af1352-7fff-8bf2-aaaf-aea58e8d1c71-2-2 {
    font-weight: normal;
}

#iolkoc-2-2 {
    font-weight: normal;
}

#ig9n4q-2-2-2-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2-2-2-2-2 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2-2-2-2-2 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2-2-2-2-2 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2-2-2-2-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2-2-2-2-2 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#docs-internal-guid-517502b4-7fff-7d50-e3b7-a8a0b6a89858 {
    font-weight: normal;
}

#ii9wt3 {
    line-height: 1.38;
    margin-top: 0pt;
    margin-bottom: 0pt;
}

#i92ud5 {
    font-weight: normal;
}

#it1vf4-2 {
    margin-top: 10px;
    color: rgba(255, 246, 93, 1);
    font-weight: 600;
    font-size: 17px;
    vertical-align: top;
}

#i91j1t {
    font-weight: normal;
}

#iwq6wc {
    font-weight: normal;
}

#ih369b-3-2-2-2-2-2-2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2-2-2-2-2-2 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2-2-2-2-2-2 {
    display: flex;
}

#igenbq-3-2-2-2-2-2-2 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#ig9n4q-2-2-2-2-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2-2-2-2-2-2 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2-2-2-2-2-2 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2-2-2-2-2-2 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2-2-2-2-2-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2-2-2-2-2-2 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#docs-internal-guid-065bd9a7-7fff-7c96-0aef-18c3ae395c24 {
    font-weight: normal;
}

#i101ai {
    line-height: 1.38;
    margin-top: 0pt;
    margin-bottom: 0pt;
}

#ih369b-3-2-2-2-2-2-2-2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2-2-2-2-2-2-2 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2-2-2-2-2-2-2 {
    display: flex;
}

#igenbq-3-2-2-2-2-2-2-2 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#ig9n4q-2-2-2-2-2-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2-2-2-2-2-2-2 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2-2-2-2-2-2-2 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2-2-2-2-2-2-2 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2-2-2-2-2-2-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2-2-2-2-2-2-2 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#ih369b-3-2-2-2-2-2-2-2-2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2-2-2-2-2-2-2-2 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2-2-2-2-2-2-2-2 {
    display: flex;
}

#igenbq-3-2-2-2-2-2-2-2-2 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#ig9n4q-2-2-2-2-2-2-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2-2-2-2-2-2-2-2 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2-2-2-2-2-2-2-2 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2-2-2-2-2-2-2-2 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2-2-2-2-2-2-2-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2-2-2-2-2-2-2-2 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#ih369b-3-2-2-2-2-2-2-2-2-2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2-2-2-2-2-2-2-2-2 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2-2-2-2-2-2-2-2-2 {
    display: flex;
}

#igenbq-3-2-2-2-2-2-2-2-2-2 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#ig9n4q-2-2-2-2-2-2-2-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2-2-2-2-2-2-2-2-2 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2-2-2-2-2-2-2-2-2 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2-2-2-2-2-2-2-2-2 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2-2-2-2-2-2-2-2-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2-2-2-2-2-2-2-2-2 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#ih369b-3-2-2-2-2-2-2-2-2-2-2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2-2-2-2-2-2-2-2-2-2 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2-2-2-2-2-2-2-2-2-2 {
    display: flex;
}

#igenbq-3-2-2-2-2-2-2-2-2-2-2 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#ig9n4q-2-2-2-2-2-2-2-2-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2-2-2-2-2-2-2-2-2-2 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2-2-2-2-2-2-2-2-2-2 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2-2-2-2-2-2-2-2-2-2 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2-2-2-2-2-2-2-2-2-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2-2-2-2-2-2-2-2-2-2 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#ih369b-3-2-2-2-2-2-2-2-2-2-2-2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2-2-2-2-2-2-2-2-2-2-2 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2-2-2-2-2-2-2-2-2-2-2 {
    display: flex;
}

#igenbq-3-2-2-2-2-2-2-2-2-2-2-2 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#ig9n4q-2-2-2-2-2-2-2-2-2-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2-2-2-2-2-2-2-2-2-2-2 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2-2-2-2-2-2-2-2-2-2-2 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2-2-2-2-2-2-2-2-2-2-2 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2-2-2-2-2-2-2-2-2-2-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2-2-2-2-2-2-2-2-2-2-2 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#ih369b-3-2-2-2-2-2-2-2-2-2-2-2-2 {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 11px rgba(118, 118, 118, 1);
    background-color: #151b2e;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#iv53uw-3-2-2-2-2-2-2-2-2-2-2-2-2 {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-left: 0px;
    align-self: auto;
    filter: invert(100%);
}

#ixmhyj-3-2-2-2-2-2-2-2-2-2-2-2-2 {
    display: flex;
}

#igenbq-3-2-2-2-2-2-2-2-2-2-2-2-2 {
    color: black;
    width: auto;
    height: 384px;
    align-self: center;
}

#ig9n4q-2-2-2-2-2-2-2-2-2-2-2-2-2 {
    padding: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgba(168, 168, 168, 1);
    transform: unset;
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#if0k3o-3-2-2-2-2-2-2-2-2-2-2-2-2 {
    flex-basis: 100%;
    display: flex;
}

#ibkhhe-3-2-2-2-2-2-2-2-2-2-2-2-2 {
    width: 100%;
    margin-top: 20px;
}

#if32q7-3-2-2-2-2-2-2-2-2-2-2-2-2 {
    display: inline-block;
    margin-top: 0px;
    background-image: linear-gradient(180deg, rgb(21, 27, 46) 10%, #0a0f1a 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    border-top-right-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#if5m2k-3-2-2-2-2-2-2-2-2-2-2-2-2 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#i1nzir-3-2-2-2-2-2-2-2-2-2-2-2-2 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

#docs-internal-guid-054aacf8-7fff-c792-1bf1-2ea7189b2451 {
    font-weight: normal;
}

#i1uf6c {
    flex-basis: 100%;
}

#ihfaqz {
    width: 100%;
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
}

#iap8s6 {
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    padding-bottom: 3px;
    background-color: #151b2e;
}

#i1miytx {
    filter: invert(100%);
    width: 20px;
    height: 20px;
    min-width: auto;
}

#i37u29g {
    display: flex;
    flex-wrap: wrap;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#projects {
    padding: 10px;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4-28 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4-28 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4-28.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4-28 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#ilink1 {
    color: rgba(255, 253, 253, 1);
}

#ilink1-2 {
    color: rgba(255, 253, 253, 1);
}

#ilink3 {
    color: rgba(255, 253, 253, 1);
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-3 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-3 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-3 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-3 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-5 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-5 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-5.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-5 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-5.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-4 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-4 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-6 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-6 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-6.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-6 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-6.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-7 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-7 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-7.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-7 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-7.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-5 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-5 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-5.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-5 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-5.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-5 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-5 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-5.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-5 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-5.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-6 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-6 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-6.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-6 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-6.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-3-2 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-3-2 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-8 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-8 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-8.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-8 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-8.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-9 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-9 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-9.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-9 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-9.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-6 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-6 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-6.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-6 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-6.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-5 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-5 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-5.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-5 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-5.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-2-3 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-2-3 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-10 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-10 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-10.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-10 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-10.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-7 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-7 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-7.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-7 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-7.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-6 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-6 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-6.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-6 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-6.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-7 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-7 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-7.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-7 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-7.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-2-2-3 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-2-2-3 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-11 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-11 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-11.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-11 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-11.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-12 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-12 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-12.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-12 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-12.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-8 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-8 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-8.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-8 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-8.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-7 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-7 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-7.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-7 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-7.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-2-2-2-3 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-2-2-2-3 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-15 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-15 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-15.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-15 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-15.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-16 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-16 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-16.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-16 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-16.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-17 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-17 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-17.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-17 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-17.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-9 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-9 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-9.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-9 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-9.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-8 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-8 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-8.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-8 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-8.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-9 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-9 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-9.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-9 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-9.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-8 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-8 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-8.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-8 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-8.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-2-2-2-2-3 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-2-2-2-2-3 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-18 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-18 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-18.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-18 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-18.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-19 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-19 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-19.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-19 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-19.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-10 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-10 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-10.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-10 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-10.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-10 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-10 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-10.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-10 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-10.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-2-2-2-2-2-3 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-2-2-2-2-2-3 {
    width: 100%;
    margin-top: 20px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-20 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-20 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-20.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-20 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-20.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-21 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-21 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-21.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-21 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-21.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-5 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-5 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-5.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-5 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-5.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-2-2-2-2-2-2-3 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-2-2-2-2-2-2-3 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-22 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-22 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-22.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-22 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-22.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-23 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-23 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-23.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-23 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-23.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-9 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-9 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-9.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-9 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-9.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-6 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-6 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-6.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-6 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-6.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-2-2-2-2-2-2-2-3 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-2-2-2-2-2-2-2-3 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-11 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-11 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-11.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-11 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-11.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-2-2-2-2-2-2-2-2-3 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-2-2-2-2-2-2-2-2-3 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-12 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-12 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-12.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-12 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-12.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-10 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-10 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-10.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-10 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-10.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-2-2-2-2-2-2-2-2-2-3 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-2-2-2-2-2-2-2-2-2-3 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-24 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-24 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-24.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-24 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-24.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-25 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-25 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-25.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-25 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-25.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-26 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-26 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-26.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-26 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-26.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-13 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-13 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-13.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-13 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-13.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-14 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-14 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-14.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-14 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-14.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-15 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-15 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-15.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-15 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-15.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-2-2-2-2-2-2-2-2-2-2-3 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-2-2-2-2-2-2-2-2-2-2-3 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-27 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-27 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-27.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-27 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-27.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-16 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-16 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-16.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-16 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-16.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-11 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-11 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-11.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-11 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-11.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-11 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-11 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-11.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-11 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-11.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-5 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-5 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-5.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-5 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-5.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#iem1ew-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#i9axzl-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
    width: 100%;
    margin-top: 10px;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-28 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-28 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-28.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-28 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-28.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-17 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-17 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-17.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-17 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-17.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-12 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-12 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-12.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-12 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-12.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-3 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-3.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-5 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-5 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-5.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-5 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-5.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2-2 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2-2.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#i8eb381 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#i8eb381.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#iv07anr {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#iv07anr.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#i31xnma {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#i31xnma.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-5 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-5 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-5.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#i2aqhcg {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#i2aqhcg.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4-2 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4-2 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4-2.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#i2mg33d {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#i2mg33d.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#i4dv7da {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#i4dv7da.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-3 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-3 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-3.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#irxepka {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#irxepka.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

#i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-4 {
    color: black;
    flex: 0 0 auto;
    align-self: auto;
    display: block;
    transform-style: flat;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    width: 22px;
    height: 22px;
    max-width: auto;
    filter: invert(100%);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-4 {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    color: rgba(168, 167, 167, 1);
}

#ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-4.active {
    text-shadow: 0px 0px 5px rgba(198, 198, 198, 1);
    color: rgba(255, 255, 255, 1);
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-4 {
    display: flex;
    justify-content: flex-start;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    flex-wrap: nowrap;
    flex: 0 0 auto%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-top-color: rgba(46, 55, 80, 1);
    border-right-color: rgba(82, 97, 140, 1);
    border-bottom-color: rgba(45, 54, 81, 1);
    border-left-color: rgba(25, 30, 43, 1);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    cursor: pointer;
}

#idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-4.active {
    box-shadow: 0 0 11px 0px rgba(40, 146, 229, 1);
    background-image: linear-gradient(45deg, rgba(28, 38, 66, 1) 10%, rgba(48, 66, 117, 1) 90%);
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
}

@media (max-width: 992px) {
    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4-28 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4-28 {
        font-size: 12px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5 {
        width: 14px;
        height: 14px;
    }

    #ia5dcr-2-5 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12 {
        width: 14px;
        height: 14px;
    }

    #iq2q58-2-12 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2 {
        width: 14px;
        height: 14px;
    }

    #ia5dcr-2-5-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2 {
        width: 14px;
        height: 14px;
    }

    #iq2q58-2-12-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-2 {
        width: 14px;
        height: 14px;
    }

    #iq2q58-2-12-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
        width: 14px;
        height: 14px;
    }

    #ia5dcr-2-5-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-2 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-3 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-5 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-5 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-5 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-3 {
        width: 14px;
        height: 14px;
    }

    #iq2q58-2-12-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-4 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-6 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-6 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-6 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-7 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-7 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-7 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-5 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-5 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-5 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-4 {
        width: 14px;
        height: 14px;
    }

    #iq2q58-2-12-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-5 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12-2-5 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-5 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-6 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12-2-6 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-6 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-8 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-8 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-8 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-9 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-9 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-9 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-6 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-6 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-6 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-5 {
        width: 14px;
        height: 14px;
    }

    #iq2q58-2-12-2-5 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-5 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
        width: 14px;
        height: 14px;
    }

    #ia5dcr-2-5-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-10 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-10 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-10 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-7 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-7 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-7 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-6 {
        width: 14px;
        height: 14px;
    }

    #iq2q58-2-12-2-6 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-6 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-7 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12-2-7 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-7 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-11 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-11 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-11 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-12 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-12 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-12 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-8 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-8 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-8 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-7 {
        width: 14px;
        height: 14px;
    }

    #iq2q58-2-12-2-7 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-7 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-15 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-15 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-15 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-16 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-16 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-16 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-17 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-17 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-17 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-9 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-9 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-9 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
        width: 14px;
        height: 14px;
    }

    #ia5dcr-2-5-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-8 {
        width: 14px;
        height: 14px;
    }

    #iq2q58-2-12-2-8 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-8 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-9 {
        width: 14px;
        height: 14px;
    }

    #iq2q58-2-12-2-9 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-9 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-8 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12-2-8 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-8 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-18 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-18 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-18 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-19 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-19 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-19 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-10 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-10 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-10 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-10 {
        width: 14px;
        height: 14px;
    }

    #iq2q58-2-12-2-10 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-10 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-20 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-20 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-20 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-21 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-21 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-21 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-5 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-5 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-5 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-22 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-22 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-22 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-23 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-23 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-23 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-9 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12-2-9 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-9 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-6 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-6 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-6 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-11 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-11 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-11 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-12 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-12 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-12 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-10 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12-2-10 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-10 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-24 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-24 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-24 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-25 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-25 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-25 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-26 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-26 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-26 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-13 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-13 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-13 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-14 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-14 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-14 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-15 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-15 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-15 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-27 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-27 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-27 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-16 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-16 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-16 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-11 {
        width: 14px;
        height: 14px;
    }

    #iq2q58-2-12-2-11 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-11 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-11 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12-2-11 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-11 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-5 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-5 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-5 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-28 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-28 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-28 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-17 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-17 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-17 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-12 {
        width: 14px;
        height: 14px;
    }

    #ijxwpe-2-12-2-12 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-12 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-3 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-5 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-5 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-5 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2-2 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3 {
        font-size: 12px;
    }

    #i8eb381 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4 {
        font-size: 12px;
    }

    #iv07anr {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-2 {
        font-size: 12px;
    }

    #i31xnma {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-5 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-5 {
        font-size: 12px;
    }

    #i2aqhcg {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4-2 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4-2 {
        font-size: 12px;
    }

    #i2mg33d {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-3 {
        font-size: 12px;
    }

    #i4dv7da {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-3 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-3 {
        font-size: 12px;
    }

    #irxepka {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-4 {
        width: 14px;
        height: 14px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-4 {
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .navbar-menu-toggle {
        display: block;
    }

    .navbar-items-c {
        display: none;
    }

    .gjs-plg-flex-column {
        flex-basis: 100%;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    .navbar-menu-nav {
        width: 100%;
        flex-direction: column;
    }

    .navbar-burger {
        display: block;
    }

    .navbar-menu {
        width: 100%;
    }

    .navbar-menu-link {
        display: block;
    }
}

@media (max-width: 480px) {
    #im97ph {
        flex-wrap: wrap;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
    }

    #imkxrw {
        width: 100%;
    }

    #ih369b {
        font-size: 15px;
        line-height: 16px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #i1nzir-3 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #ih369b-3 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #ih369b-3-2 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #ih369b-3-2-3 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #i1nzir-3-2-2 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #ih369b-3-2-2 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #ih369b-3-2-2-2 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #ih369b-3-2-2-2-2 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #ih369b-3-2-2-2-2-2 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #ih369b-3-2-2-2-2-2-2 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #ih369b-3-2-2-2-2-2-2-2 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #ih369b-3-2-2-2-2-2-2-2-2 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #ih369b-3-2-2-2-2-2-2-2-2-2 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #ih369b-3-2-2-2-2-2-2-2-2-2-2 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #ih369b-3-2-2-2-2-2-2-2-2-2-2-2 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #ih369b-3-2-2-2-2-2-2-2-2-2-2-2-2 {
        font-size: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        line-height: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #igenbq {
        max-width: 0px;
        width: 0px;
        height: 0px;
        max-height: 0px;
    }

    #igenbq-3 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #igenbq-3-2 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #igenbq-3-2-3 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #igenbq-3-2-2 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #igenbq-3-2-2-2 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #igenbq-3-2-2-2-2 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #igenbq-3-2-2-2-2-2 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #igenbq-3-2-2-2-2-2-2 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #igenbq-3-2-2-2-2-2-2-2 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #projects {
        font-size: 8px;
    }

    #igenbq-3-2-2-2-2-2-2-2-2 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #igenbq-3-2-2-2-2-2-2-2-2-2 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #igenbq-3-2-2-2-2-2-2-2-2-2-2 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #igenbq-3-2-2-2-2-2-2-2-2-2-2-2 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #igenbq-3-2-2-2-2-2-2-2-2-2-2-2-2 {
        max-width: 0px;
        width: 0px;
        height: 0px;
    }

    #ig9n4q {
        margin-left: 0px;
        font-size: 15px;
        line-height: 16px;
    }

    #it1vf4 {
        font-size: 15px;
        line-height: 15px;
        margin-top: 6px;
        color: rgba(255, 246, 93, 1);
    }

    #iv53uw {
        min-width: auto;
        width: 16px;
        height: 16px;
    }

    #if32q7 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #i1nzir {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #i1nzir-3-2 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #i1nzir-3-2-3 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #i1nzir-3-2-2-2 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #i1nzir-3-2-2-2-2 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #i1nzir-3-2-2-2-2-2 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #i1nzir-3-2-2-2-2-2-2 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #i1nzir-3-2-2-2-2-2-2-2 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #i1nzir-3-2-2-2-2-2-2-2-2 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #i1nzir-3-2-2-2-2-2-2-2-2-2 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #i1nzir-3-2-2-2-2-2-2-2-2-2-2 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #i1nzir-3-2-2-2-2-2-2-2-2-2-2-2 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #i1nzir-3-2-2-2-2-2-2-2-2-2-2-2-2 {
        padding-top: 2px;
        padding-left: 3px;
        padding-right: 3px;
    }

    #if32q7-3-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #iv53uw-3 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2-3 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2-2 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2-2-2 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2-2-2-2 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2-2-2-2-2 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2-2-2-2-2-2 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2-2-2-2-2-2-2 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2-2-2-2-2-2-2-2 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2-2-2-2-2-2-2-2-2 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2-2-2-2-2-2-2-2-2-2 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2-2-2-2-2-2-2-2-2-2-2 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #iv53uw-3-2-2-2-2-2-2-2-2-2-2-2-2 {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #if32q7-3 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #if32q7-3-2-3 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #if32q7-3-2-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #if32q7-3-2-2-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #if32q7-3-2-2-2-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #if32q7-3-2-2-2-2-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #if32q7-3-2-2-2-2-2-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #if32q7-3-2-2-2-2-2-2-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #if32q7-3-2-2-2-2-2-2-2-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #if32q7-3-2-2-2-2-2-2-2-2-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #if32q7-3-2-2-2-2-2-2-2-2-2-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #if32q7-3-2-2-2-2-2-2-2-2-2-2-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #if32q7-3-2-2-2-2-2-2-2-2-2-2-2-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #ig9n4q-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2-3 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2-2-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2-2-2-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2-2-2-2-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2-2-2-2-2-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2-2-2-2-2-2-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2-2-2-2-2-2-2-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2-2-2-2-2-2-2-2-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2-2-2-2-2-2-2-2-2-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2-2-2-2-2-2-2-2-2-2-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #ig9n4q-2-2-2-2-2-2-2-2-2-2-2-2-2 {
        font-size: 15px;
        line-height: 16px;
        margin-left: 0px;
    }

    #i1xevh {
        font-size: 8px;
        line-height: 11px;
    }

    #ia6q0k {
        font-size: 8px;
        line-height: 10px;
        margin-top: 6px;
    }

    #it1vf4-2 {
        font-size: 15px;
        line-height: 15px;
        color: rgba(255, 246, 93, 1);
    }

    #ibkhhe {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2-3 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2-2 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2-2-2 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2-2-2-2 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2-2-2-2-2 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2-2-2-2-2-2 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2-2-2-2-2-2-2 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2-2-2-2-2-2-2-2 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2-2-2-2-2-2-2-2-2 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2-2-2-2-2-2-2-2-2-2 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2-2-2-2-2-2-2-2-2-2-2 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #ibkhhe-3-2-2-2-2-2-2-2-2-2-2-2-2 {
        margin-top: 2px;
        margin-left: 2px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4 {
        margin-left: 0px;
        font-size: 8px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4 {
        height: 14px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4-28 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-3-3-2-4-28 {
        margin-left: 0px;
        font-size: 8px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5 {
        width: 0px;
        height: 0px;
        max-width: 0px;
    }

    #ia5dcr-2-5 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12 {
        width: 0px;
        height: 0px;
    }

    #iq2q58-2-12 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i1miytx {
        width: 16px;
        height: 16px;
        min-width: auto;
    }

    #ih1 {
        font-size: 16px;
    }

    #ipjemv {
        width: 16px;
        height: 16px;
        filter: invert(100%);
    }

    #ilink3 {
        font-size: 16px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2 {
        width: 0px;
        height: 0px;
        max-width: 0px;
    }

    #ia5dcr-2-5-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2 {
        width: 0px;
        height: 0px;
    }

    #iq2q58-2-12-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-3 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-2 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-3 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-4 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-2 {
        width: 0px;
        height: 0px;
    }

    #iq2q58-2-12-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
        width: 0px;
        height: 0px;
        max-width: 0px;
    }

    #ia5dcr-2-5-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-2 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-3 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-3 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-5 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-5 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-5 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-3 {
        width: 0px;
        height: 0px;
    }

    #iq2q58-2-12-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-4 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-4 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-6 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-6 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-6 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-7 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-7 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-7 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-5 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-5 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-5 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-4 {
        width: 0px;
        height: 0px;
    }

    #iq2q58-2-12-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-5 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12-2-5 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-5 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-5 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-6 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12-2-6 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-6 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-6 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-3-2 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-8 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-8 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-8 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-9 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-9 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-9 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-6 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-6 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-6 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-5 {
        width: 0px;
        height: 0px;
    }

    #iq2q58-2-12-2-5 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-5 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-5 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
        width: 0px;
        height: 0px;
        max-width: 0px;
    }

    #ia5dcr-2-5-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-2-3 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-10 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-10 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-10 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-7 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-7 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-7 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-6 {
        width: 0px;
        height: 0px;
    }

    #iq2q58-2-12-2-6 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-6 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-6 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-7 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12-2-7 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-7 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-7 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-2-2-3 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-11 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-11 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-11 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-12 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-12 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-12 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-8 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-8 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-8 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-7 {
        width: 0px;
        height: 0px;
    }

    #iq2q58-2-12-2-7 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-7 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-7 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-2-2-2-3 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-15 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-15 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-15 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-16 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-16 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-16 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-17 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-17 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-17 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-9 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-9 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-9 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
        width: 0px;
        height: 0px;
        max-width: 0px;
    }

    #ia5dcr-2-5-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-8 {
        width: 0px;
        height: 0px;
    }

    #iq2q58-2-12-2-8 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-8 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-8 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-9 {
        width: 0px;
        height: 0px;
    }

    #iq2q58-2-12-2-9 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-9 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-9 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-8 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12-2-8 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-8 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-8 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-2-2-2-2-3 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-18 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-18 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-18 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-19 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-19 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-19 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-10 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-10 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-10 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-10 {
        width: 0px;
        height: 0px;
    }

    #iq2q58-2-12-2-10 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-10 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-10 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-2-2-2-2-2-3 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-20 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-20 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-20 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-21 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-21 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-21 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-5 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-5 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-5 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-2-2-2-2-2-2-3 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-22 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-22 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-22 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-23 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-23 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-23 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-9 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12-2-9 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-9 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-9 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-6 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-6 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-2-6 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-2-2-2-2-2-2-2-3 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-3 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-11 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-11 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-11 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-2-2-2-2-2-2-2-2-3 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-4 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-3-2-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-12 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-12 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-12 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-10 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12-2-10 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-10 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-10 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-2-2-2-2-2-2-2-2-2-3 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-24 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-24 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-24 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-25 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-25 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-25 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-26 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-26 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-26 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-13 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-13 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-13 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-14 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-14 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-14 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-15 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-15 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-15 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-2-2-2-2-2-2-2-2-2-2-3 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-27 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-27 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-27 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-16 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-16 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-16 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-11 {
        width: 0px;
        height: 0px;
    }

    #iq2q58-2-12-2-11 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-11 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-2-2-3-2-12-2-11 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-11 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12-2-11 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-11 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-11 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-2-4-2-5-2-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-4-2-3-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2-2 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-26-2-3-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-5 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-5 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-4-2-6-2-5 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i9axzl-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
        margin-top: 6px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-28 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-28 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-2-28 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-17 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-17 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-2-17 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-12 {
        width: 0px;
        height: 0px;
    }

    #ijxwpe-2-12-2-12 {
        margin-left: 0px;
        font-size: 12px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-12 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-2-4-2-12-2-12 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-3 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-2-2-2-4-2-4-2-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-5 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-5 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-5 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2-2 {
        font-size: 12px;
        margin-left: 0px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-4-5-2-28-4-2-2 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #i8eb381 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #iv07anr {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #i31xnma {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-5 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-5 {
        margin-left: 0px;
        font-size: 12px;
    }

    #i2aqhcg {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4-2 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-4-2 {
        margin-left: 0px;
        font-size: 12px;
    }

    #i2mg33d {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-7-2-20-3-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #i4dv7da {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-3 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-2-2-2-4-2-7-3 {
        margin-left: 0px;
        font-size: 12px;
    }

    #irxepka {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #i0pfa-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-4 {
        width: 0px;
        height: 0px;
    }

    #ikg0g-3-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-4 {
        margin-left: 0px;
        font-size: 12px;
    }

    #idngl-4-3-2-2-2-2-2-2-2-2-2-2-2-2-2-3-2-4-2-4-4 {
        height: 20px;
        padding-left: 1px;
        padding-right: 3px;
        margin-right: 2px;
        margin-bottom: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #ih1-2 {
        font-size: 16px;
    }

    #ipjemv-2 {
        width: 16px;
        height: 16px;
        filter: invert(100%);
    }

    #ilink3-2 {
        font-size: 16px;
    }

    #imkxrw-2 {
        width: 100%;
    }

    #im97ph-2 {
        flex-wrap: wrap;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
    }

    #ihfaqz-2 {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    #i6cekw7 {
        font-size: small;
    }
	
}


#ilink1-2 {
    color: rgba(255, 253, 253, 1);
}

#ih1-2 {
    color: #DFA245;
}

#ipjemv-2 {
    width: 35px;
    height: 35px;
    color: #0B2239;
}

#ilink1-3 {
    color: rgba(255, 253, 253, 1);
}

#ilink1-2-2 {
    color: rgba(255, 253, 253, 1);
}

#ilink3-2 {
    color: rgba(255, 255, 255, 1);
}

#iw67gl-2 {
    width: 100%;
    background-color: #151b2e;
    padding-left: 40px;
    padding-right: 40px;
}

#ic9y-2 {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

#inav-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    position: sticky;
    top: 0px;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

#i1uf6c-2 {
    flex-basis: 100%;
}

#ihfaqz-2 {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#ib7x-2 {
    font-family: Roboto;
    color: #555555;
    background-color: rgba(11, 15, 26, 1);
}

#i6cekw7 {
    padding: 10px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

#ihs9j1k {
    align-self: auto;
    flex: 0 1 auto;
    display: block;
}

#inhtokg {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#iq9z674 {
    color: black;
    width: auto;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    max-width: auto;
}

#iz59xnw {
    align-self: auto;
    flex: 0 1 auto;
    display: block;
}

#irq2isa {
    align-self: auto;
    flex: 0 1 auto;
    display: block;
}

#i0rm1xn {
    flex: 1 1 0%;
    display: flex;
    flex-wrap: wrap;
}

#ih15pi9 {
    width: 100%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#iz8enuv {
    color: black;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
}

#iz8enuv-2 {
    color: black;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
}

#iz8enuv-2-2 {
    color: black;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
}

#iz8enuv-2-2-2 {
    color: black;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
}

#iz8enuv-2-2-2-2 {
    color: black;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
}
